@charset "utf-8";

/*SPPC共通*/
.fc_blue{color: #186fd4;}
.disnone {display: none;}
main * {font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;}
main img:not(.qrcode) {
	width:100%;
	height:auto;
}
main img.qrcode {
	margin: 0 auto 5%;
    display: block;
}

/*759px以下*/
@media screen and (max-width: 759.9px) {
#wrapper {line-height: 1.4;}
.spnone{display:none;}

/* CSS */
#dirPathBlock {margin: 2px;}
#dirPathBlock p{font-size: 10px;}
h2 {
	font-size: 20px;
    font-weight: bold;
    text-align: center;
    border-top: 2px solid #747373;
    border-bottom: 2px solid #747373;
	color:#747373;
    margin: 0 auto 15px;
    padding: 5px 0 8px;
    width: 100%;
    clear: both;
}
.inner{
	width: 96%;
    margin: 5% 2%;
    padding: 5px 0;
    box-sizing: border-box;
}

/*title*/
h1#mainphoto {
    width: 100%;
    background: url(../images/main.jpg) no-repeat 50% 0;
    background-size: cover;
	padding: 20px 0 25px;
}
h1#mainphoto b {
	width: 80%;
    margin: auto;
	padding: 5px 0 8px;
    display: block;
    text-align: center;
    font-size: 24px;
    background: rgba(255,255,255,0.2);
	-webkit-text-shadow: 3px 3px 2px #000;
    text-shadow: 3px 3px 2px #000;
	-webkit-box-shadow: 5px 5px 2px rgba(0,0,0,0.75);
    box-shadow: 5px 5px 2px rgba(0,0,0,0.75);
    backdrop-filter: blur(2px);
	-webkit-backdrop-filter: blur(2px);
    color: #FFF;
}
p.sub_txt{font-size: 16px;}

/*nav*/
main #follow-up_nav-box {
	height:52px;
	margin-bottom: 5%;
}
main nav.fixed {
	width: 100%;
	position: fixed!important;
	top: 0;
	left: 0;
	z-index: 9999;
	text-align: center;
	background: #FFF;
	margin: 0;
}
main nav.fixed ul{
	width: 94%;
	margin: 0 3%;
}
main nav ul {display:flex;}
main nav li {
	width: 23%;
	text-align: center;
	margin: 1%;
    background: #FFF;
    border: 1px solid #186fd4;
    box-shadow: 0px 3px 0 #d6d6d6;
}
main nav li a {
	width: 100%;
	display: block;
	font-size: 14px;
	line-height: 1.2;
	color: #186fd4!important;
	padding: 8px 0;
}

/*contents*/
section p{
    width: 90%;
    font-size: 16px;
    margin: 15px auto;
}
section img {margin-bottom: 5%;}

/*アコーディオン*/
.acc_box {
	width: 90%;
    margin: auto;
}
.acc_box dt {
	border: 1px solid #8bb6e9;
	padding: 5px 0 8px;
    text-align: center;
    font-size: 16px;
	position:relative;
    cursor: pointer;
}
.acc_box dt:after {
	content: "＋";
    position: absolute;
    top: 0;
    right: 0;
    background: #FFF;
    width: 40px;
    height: 100%;
    text-align: center;
    font-size: 20px;
    color: #333;
    display: grid;
    align-items: center;
	transition-duration: 0.5s;
}
.acc_box dt.acc_open:after {content: "－";}
.acc_box dd {margin: 5% 0;}
.acc_box .acc_close {
	text-align: center;
    display: block;
    margin: auto;
    padding: 3px 0 5px;
    width: 100px;
    font-size: 16px;
    border: 1px solid #747373;
	color:#747373;
	cursor: pointer;
}

/*howto*/
#howto h3 {
    background: #e4f5f9;
    text-align: center;
    font-size: 20px;
    width: 90%;
    padding: 5px 0;
    margin: auto;
    display: block;
    margin-bottom: 5%;
}
#howto h4 {
	text-align: center;
    font-size: 20px;
    margin-bottom: 5%;
    font-weight: bold;
}
#howto .ico_eticket_apri{
	width: 48px;
    height: 48px;
    margin: 0 3% 0 0;
    vertical-align: middle;
}
#howto .ico_eticket_a{
	font-size: 18px;
    margin: 2% 0 0;
    display: inline-block;
    text-decoration: underline;
    color: #222;
    font-weight: bold;
}

/*qa*/
#qanda_box dl {
	padding: 12px;
	background: #fff;
	position: relative;
	border-bottom: 1px dotted #aaa;
}
#qanda_box dl:last-child {border-bottom: none;}
#qanda_box dt {
	font-size: 15px;
    padding: 0 40px;
    word-break: break-all;
    width: 100%;
    text-align: left;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
}
#qanda_box dt:before,
#qanda_box dd:before {
	content: "Q";
    position: absolute;
    left: 0;
    background: #333;
    width: 24px;
    height: 24px;
    text-align: center;
    font-size: 16px;
    color: #FFF;
    text-indent: 0;
	border-radius:20px;
	line-height: 1.4;
}
#qanda_box dt h3{font-weight:bold;}
#qanda_box dt:after {
	content: "＋";
    position: absolute;
    top: 0;
    right: 0;
    background: #FFF;
    width: 40px;
    height: 100%;
    text-align: center;
    font-size: 20px;
    color: #333;
    display: grid;
    align-items: center;
	transition-duration: 0.5s;
}
#qanda_box dt.faqopen:after {content: "－";}
#qanda_box dd {
	position: relative;
    font-size: 15px;
    margin-top: 10px;
    padding: 10px 40px 10px 40px;
	word-break: break-all;
}
#qanda_box dd:before {content: "A";}


.btn_coupon li{
    width: 90%;
    margin: 0 5%;
    padding: 0 0 12px;
    text-align: center;
    font-size: 16px;
    position: relative;
    cursor: pointer;
    display: block;
}
.btn_coupon li a{
	width:100%;
	border: 1px solid #8bb6e9;
	margin:0 0 6px;
    padding: 10px 0 12px;
    text-align: center;
    font-size: 16px;
    position: relative;
    cursor: pointer;
    display: block;
}
.btn_coupon .comingsoon{
	width:100%;
	border: 1px solid #aaa;
	margin:0 0 6px;
    padding: 10px 0 12px;
    text-align: center;
    font-size: 16px;
    position: relative;
    cursor: pointer;
    display: block;
	color:#aaa;
}
.btn_coupon li a:before {
	content: "";
	width:10px;
	height:10px;
	background:#0065d6;
    position: absolute;
    top: 40%;
    right: 10px;
	transform:rotate(45deg);
}
.btn_coupon li a:after {
	content: "";
	width:10px;
	height:10px;
	background:#FFF;
    position: absolute;
    top: 40%;
    right: 12px;
	transform:rotate(45deg);
}
/*.btn_coupon a br{display:none;}*/
span.font_s{font-size:12px;}

}

/*760px以上*/
@media screen and (min-width: 760px) {
/* CSS */
#wrapper {line-height: 1.231;}
.pcnone{display:none;}

/* CSS */
#dirPathBlock {
	width: 100%;
	max-width:970px;
	min-width:760px;
	margin: 0 auto 8px;
	font-size: 12px;
}
#dirPathBlock p{font-size: 12px;}
h2 {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
    border-top: 2px solid #747373;
    border-bottom: 2px solid #747373;
	color:#747373;
	margin-bottom: 25px;
	padding: 10px 0 15px;
	clear: both;
}
.inner{
	width: 96%;
	max-width:970px;
	margin: 0 auto;
	padding:25px 0;
	display: block;
}

/*title*/
h1#mainphoto {
	width: 100%;
	height: 350px;
    background: url(../images/main.jpg) no-repeat center 0;
    background-size: cover;
    padding: 0;
    overflow: hidden;
    margin: auto;
    display: block;
}
h1#mainphoto b {
	width: 650px;
    background: rgba(255,255,255,0.2);
    display: block;
    text-align: center;
    font-size: 52px;
    line-height: 1.5;
    margin: 80px auto 0;
    padding: 10px 0 18px;
	-webkit-text-shadow: 3px 3px 2px #000;
    text-shadow: 3px 3px 2px #000;
	-webkit-box-shadow: 5px 5px 2px rgba(0,0,0,0.75);
    box-shadow: 5px 5px 2px rgba(0,0,0,0.75);
    backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
    color: #FFF;
}
p.sub_txt{
	font-size: 16px;
	text-align: center;
}

/*nav*/
main #follow-up_nav-box {
	height:52px;
	margin-bottom: 5%;
}
main nav.fixed {
    width: 970px;
    position: fixed!important;
    top: 0;
    left: calc((100% - 970px) / 2);
    z-index: 9999;
    text-align: center;
    background: #FFF;
    margin: 0;
}
main nav.fixed ul{
	width: 100%;
	margin: 0;
}
main nav ul {display:flex;}
main nav li {
	width: 23%;
	text-align: center;
	margin: 1%;
    background: #FFF;
    border: 1px solid #186fd4;
    box-shadow: 0px 3px 0 #d6d6d6;
}
main nav li a {
	width: 100%;
	display: block;
    font-size: 16px;
	line-height: 1.2;
	color: #186fd4!important;
	padding: 8px 0;
}

/*contents*/
section p{
	width:90%;
	font-size: 18px;
    margin-bottom: 5%;
    line-height: 2;
    width: fit-content;
    margin: 25px auto;
}
section img {
	font-size: 18px;
    margin-bottom: 5%;
    line-height: 2;
    width: fit-content;
    margin: 0 auto 5%;
}
section img.check01 {
    width: 390px;
    height: 378px;
    margin: 0 auto 5%;
    display: block;
}

/*アコーディオン*/
.acc_box {
	width: 80%;
    margin: auto;
}
.acc_box dt {
	border: 1px solid #8bb6e9;
    padding: 10px 0 12px;
    text-align: center;
    font-size: 18px;
    position: relative;
	    cursor: pointer;
}
.acc_box dt:after {
	content: "＋";
    position: absolute;
    top: 0;
    right: 0;
    background: #FFF;
    width: 40px;
    height: 100%;
    text-align: center;
    font-size: 20px;
    color: #333;
    display: grid;
    align-items: center;
	transition-duration: 0.5s;
}
.acc_box dt.acc_open:after {content: "－";}
.acc_box dd {margin: 5% 0;}
.acc_box .float_box{
    width: calc(98% / 2);
    float: left;
    border: 1px solid #aaa;
    margin: 0 2% 2% 0;
    padding: 12px;
    box-sizing: border-box;
	height: 480px;
	position:relative;
}
.acc_box .float_box:nth-of-type(even){margin: 0 0 2% 0;}
.acc_box .acc_close {
	clear:both;
	text-align: center;
    display: block;
    margin: auto;
    padding: 10px 0 12px;
    width: 250px;
    font-size: 16px;
    border: 1px solid #747373;
    color: #747373;
	cursor: pointer;
}

/*howto*/
#howto .float_box{
	width: calc(94% / 3);
    float: left;
    border: 1px solid #aaa;
    margin: 0 3% 5% 0;
    padding: 12px;
    box-sizing: border-box;
	height: 530px;
	position:relative;
}
#howto .float_box:nth-of-type(-n+3){height: 570px;}
#howto .float_box:nth-of-type(n+7){height: 310px;}
#howto .float_box:nth-of-type(3n){margin: 0 0 2% 0;}
#howto .float_box:nth-of-type(-n+7):after{
	content: "";
    width: 0;
    height: 0;
    display: block;
    border-style: solid;
    border-width: 35px 0 35px 18px;
    border-color: transparent transparent transparent #e4f5f9;
    position: absolute;
    top: 40%;
    right: -26px;
}
#howto h3 {
    background: #e4f5f9;
    text-align: center;
    font-size: 20px;
    width: 100%;
    padding: 5px 0 8px;
    margin: auto;
    display: block;
    margin-bottom: 5%;
}
#howto h4 {
	text-align: center;
    font-size: 18px;
    margin-bottom: 8%;
    font-weight: bold;
}
#howto p {
	font-size: 16px;
	line-height: 1.6;
}
#howto .ico_eticket_apri{
	width: 48px;
    height: 48px;
    margin: 0 3% 0 0;
    vertical-align: middle;
}
#howto .ico_eticket_a{
	font-size: 18px;
    margin: 2% 0 0;
    display: inline-block;
    text-decoration: underline;
    color: #222;
    font-weight: bold;
}

/*qa*/
#qanda_box dl {
	padding: 15px;
    background: #fff;
    position: relative;
    border-bottom: 1px dotted #aaa;
}
#qanda_box dl:last-child {border-bottom: none;}
#qanda_box dt {
	font-size: 18px;
    padding: 0 45px 0 40px;
    line-height: 1.6;
    width: 100%;
    text-align: left;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
}
#qanda_box dt:before,
#qanda_box dd:before {
	content: "Q";
    position: absolute;
    left: 0;
    background: #333;
    width: 28px;
    height: 28px;
    text-align: center;
    font-size: 18px;
    color: #FFF;
    text-indent: 0;
	border-radius:20px;
	line-height: 1.4;
}
#qanda_box dt h3{font-weight:bold;}
#qanda_box dt:after {
	content: "＋";
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 100%;
    text-align: center;
    font-size: 20px;
	background: #FFF;
    color: #333;
    display: grid;
    align-items: center;
	transition-duration: 0.5s;
}
#qanda_box dt.faqopen:after {content: "－";}
#qanda_box dd {
	position: relative;
    font-size: 16px;
    line-height: 1.6;
    margin-top: 10px;
    padding: 10px 40px 10px 40px;
}
#qanda_box dd:before {content: "A";}

.btn_coupon{display: flex;}
.btn_coupon li{
    width: 100%;
    margin: 0 1%;
}
.btn_coupon li a{
	width:100%;
	border: 1px solid #8bb6e9;
	margin:0 0 6px 0;
    padding: 14px 0 15px;
    text-align: center;
    font-size: 15px;
    position: relative;
    cursor: pointer;
    display: block;
}
.btn_coupon .comingsoon{
	width:100%;
	border: 1px solid #aaa;
	margin:0 0 6px 0;
    padding: 14px 0 15px;
    text-align: center;
    font-size: 15px;
    position: relative;
    cursor: pointer;
    display: block;
	color:#aaa;
}
.btn_coupon li a:before {
	content: "";
	width:8px;
	height:8px;
	background:#0065d6;
    position: absolute;
    top: 40%;
    right: 10px;
	transform:rotate(45deg);
}
.btn_coupon li a:after {
	content: "";
	width:8px;
	height:8px;
	background:#FFF;
    position: absolute;
    top: 40%;
    right: 12px;
	transform:rotate(45deg);
}
/*@media screen and (min-width: 1000px) {.btn_coupon a br{display:none;}}*/
span.font_s{font-size:14px;}
span.font_ss{font-size:13px;}

}