@charset "utf-8";

/* 電話発信の無効 */
@media(min-width: 768px){
	a[href^="tel:"]{
		pointer-events: none;
	}
}

/* =================================================================== 
=================================================================== */
@media screen and (max-width: 1500px) {

.h_intro {
    width: 85%;
	padding-left: 0;
	padding-right: 0;
}

.h_title_sub {
    font-size: 2.2rem;
    text-align: center;
}

.h_title a {
    font-size: 4rem;
}

.h_title span {
    font-size: 2.4rem;
}

.inner {
    width: 90%;
}

.content {
    width: 47.5%;
}

.content_zentai_inner {
    width: 96%;
}

.f_inner {
    width: 86%;
}

.bnr_box.sports_lottery {
    max-width: 316px;
    width: 30%;
}

.bnr_box.shiga_basketball_association {
    max-width: 290px;
    width: 30%;
}

.bnr_box.adobe_reader {
    max-width: 330px;
    width: 30%;
}

}

/* =================================================================== 
=================================================================== */
@media screen and (max-width: 1300px) {

.seiseki2 a {
    padding: 0 4%;
}

}

/* =================================================================== 
=================================================================== */
@media screen and (max-width: 1024px) {

html {
    font-size: 60.5%;
}

/* ▼▼▼ ハンバーガーボタン ▼▼▼ */
#toggle_btn {
	display: block;
	position: fixed;
	top: 36px;
	right: 10px;
	width: 50px;
	height: 50px;
	z-index: 100;
	background-color: #EA6000;
	border-radius: 50%;
}

#toggle_line {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 20px;
	height: 2px;
	background-color: #ffffff;
	transition: .3s;
}

#toggle_line:before,
#toggle_line:after{
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #ffffff;
	transition: .3s;
}

#toggle_line:before {
	margin-top: -8px;
}

#toggle_line:after {
	margin-top: 6px;
}

#toggle_btn.is-active #toggle_line{
	background: transparent;
}

#toggle_btn.is-active #toggle_line:before,
#toggle_btn.is-active #toggle_line:after{
	margin-top: 0;
}

#toggle_btn.is-active #toggle_line:before{
	transform: rotate(-45deg);
}

#toggle_btn.is-active #toggle_line:after{
	transform: rotate(-135deg);
}
/* ▲▲▲ ハンバーガーボタン ▲▲▲ */

/* ▼▼▼ スマホメニュー ▼▼▼ */
.gnav {
	position: fixed;
	top: 0;
	right: 0;
	width: 70vw;
	height: 100vh;
	overflow-y: scroll;
	background-color: #002B89;
	z-index: 100;
	transition: .4s;
	opacity: 0;
	visibility: hidden;
	transform: translateX(100%);
	padding: 7.5em 2%;
	border: none;
}

.is-open .gnav {
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
}

.gnav_list {
    flex-wrap: wrap;
}

.gnav_item {
    border-right: none;
	border-bottom: 2px solid #CCCCCC;
	width: 100%;
}

.gnav_item:first-child {
    border-top: 2px solid #CCCCCC;
}

.gnav_item_link {
    font-size: 1.8rem;
    padding: 18px 6px;
	position: relative;
}

.gnav_item_link:not(.gnav_item_link--accordion):after {
    content: "";
    position: absolute;
    right: 8px;
    top: 50%;
    width: 10px;
    height: 10px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    transform: translatey(-50%) rotate(45deg);
}

.parent-trigger{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 23px;
    height: 75%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.child-trigger{
    position: relative;
    display: block;
    width: 13px;
    height: 13px;
}

.child-trigger:after,
.child-trigger:before {
	content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background-color: #ffffff;
}

.child-trigger:before {
	width: 100%;
    height: 2px;
}

.child-trigger:after{
	width: 2px;
    height: 100%;
}

.parent-trigger.is-open .child-trigger:after{
    height: 0;
}

.gnav_list_sub_wrap {
    display: none;
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    transform: none;
    position: static;
    padding-top: 0;
    width: 100%;
}

.gnav_list_sub_outer {
    background-color: transparent;
    box-shadow: none;
    border-radius: 0;
    margin-top: -14px;
}

.gnav_list_sub {
    padding: 0 0 0 12px;
    border: none;
}

.gnav_list_sub_list {
    padding: 0 0 0 20px;
}

.gnav_list_sub_list > li {
    margin-bottom: 10px;
}

.gnav_list_sub li a {
    display: block;
    font-size: 1.6rem;
    color: #ffffff;
    border-bottom: 1px solid #fff;
    padding: 14px 6px;
}

.slidein.is-animated {
    animation: slideIn 0.5s ease forwards;
    animation-delay: .5s;
}

@keyframes slideIn {
    0% {
        opacity: 0;
        transform: translateX(20px);
    }
    100% {
        opacity: 1;
        transform: translateX(0px);
    }
}

#mask {
	display: none;
	transition: .5s;
}

.is-open #mask {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color:rgba(51,3,0,0.8);
	opacity: .8;
	z-index: 10;
}
/* ▲▲▲ スマホメニュー ▲▲▲ */

.inner {
    width: 94%;
}

.content {
    width: 48%;
}

.f_inner {
    width: 86%;
}

.bnr_box.sports_lottery {
    max-width: 316px;
    width: 30%;
}

.bnr_box.shiga_basketball_association {
    max-width: 290px;
    width: 30%;
}

.bnr_box.adobe_reader {
    max-width: 330px;
    width: 30%;
}

}

/* =================================================================== 
=================================================================== */
@media screen and (max-width: 834px) {

#toggle_btn {
	top: 28px;
}

.gnav {
	padding: 6.5em 2%;
}

.h_intro {
    width: 95%;
    padding-bottom: 4px;
}

.h_title_sub {
    font-size: 1.8rem;
    text-align: center;
}

.h_title a {
    font-size: 2.8rem;
}

.h_title span {
    font-size: 2rem;
    padding-top: 4px;
}

.mainvisual img {
    height: 350px;
}

.nittei_row {
    flex-wrap: wrap;
}

.content {
    width: 100%;
}

.content + .content{
    margin-top: 50px;
}

.content_zentai_inner {
    width: 96%;
    max-width: 100%;
}

.main_content {
    max-width: 100%;
    width: 100%;
}

.bnr_row {
    flex-direction: column;
}

.bnr_box {
    margin-bottom: 34px;
}

.bnr_box:last-of-type {
    margin-bottom: 0;
}

.bnr_box.sports_lottery {
    max-width: 316px;
    width: 100%;
}

.bnr_box.shiga_basketball_association {
    max-width: 290px;
    width: 100%;
}

.bnr_box.adobe_reader {
    max-width: 330px;
    width: 100%;
}

.n_syousai {
    max-width: 96%;
}

.seiseki2 {
    width: calc((100% / 2) - 10px);
}

}

/* =================================================================== 
=================================================================== */
@media screen and (max-width: 599px) {

#toggle_btn {
	top: 20px;
    width: 44px;
    height: 44px;
}

.gnav {
	padding: 5.5em 2%;
}

.h_title_sub {
    font-size: 1.3rem;
    text-align: left;
	margin-bottom: 8px;
}

.h_title {
    text-align: left;
}

.h_title a {
    font-size: 1.8rem;
}

.h_title span {
    font-size: 1.6rem;
}

.mainvisual img {
    height: 250px;
}

.nitteihyou {
	padding-left: 8px;
    margin-left: 10px;
}

.info_text {
    font-size: 1.7rem;
}

.content_zentai {
    font-size: 1.7rem;
}

#page-top img {
    width: 60px;
}

.seiseki2 {
    width: 100%;
    font-size: 1.6rem;
}

}

/* =================================================================== 
=================================================================== */
@media screen and (max-width: 320px) {


}