@charset "UTF-8";

/* ===== テンプレート用css ===== */

div,
i,
p {
	line-height: 1.6;
}

@media screen and (max-width: 768px) {
	.spmg0 {
		margin: 0!important;
	}
}

/*//////////テンプレート1//////////*/
.temp1_wrap {
	margin: 0 0 100px;
}

.cp_bgpattern {
	background-color: #01b9ef;
	background-image: repeating-linear-gradient(140deg,#28c3f3, #28c3f3 3px,transparent 0, transparent 6px);
	width: 100%;
	padding: 20px 0;
    margin: 0 0 50px;
}

.temp1_inner {
	margin: 0 auto;
	width: 980px;
}

.temp1_inner h2 {
	color: #fff;
	text-align: center;
}

.temp1_inner .flex_box {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: start;
}

.temp1_inner .flex_box .temp1_imgbox {
	margin: 0 20px 0 0;
	width: 47%;
}

.temp1_inner .flex_box .temp1_imgbox img {
	width: 100%;
}

.temp1_inner .flex_box .temp1_subbox {
	width: 50%;
}

.temp1_inner .flex_box .temp1_subbox p {
	margin: 0 0 64px;
}

.temp1_inner .flex_box .flex_box_inner {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: start;
	/*margin: 63px 0 0;*/
}

.temp1_inner .flex_box .flex_box_inner .flex_box_inner_img {
	margin: 0 10px 0 0;
	width: 49%;
}

.temp1_inner .flex_box .flex_box_inner .flex_box_inner_img img {
	width: 100%;
}

.temp1_inner .flex_box .flex_box_inner p {
	width: 47%;
}

.btn_box {
	margin: auto auto 0;
	width: 400px;
	padding-top: 60px;
}

.detail_btn {
	position: relative;
	display: block;
	margin: auto;
	background: #283C61;
	border-radius: 40px;
	line-height: 3;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	box-shadow: 0 2px 0 0 #e5e5e5;
	text-align: center;
}

.btn_box a:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 30px;
    margin: auto;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.detail_btn02{
	border-radius: 40px;
	line-height: 1.5;
	padding: 10px 0;
}

@media screen and (max-width: 768px) {
	.temp1_wrap {
		margin: 0 0 60px;
	}

	.cp_bgpattern {
		margin: 0 0 30px;
	}

	.temp1_inner {
		margin: 0 20px;
		width: auto;
	}

	.temp1_inner h2 {
		font-size: 18px;
	}

	.temp1_inner .flex_box .temp1_imgbox {
		margin: 0 0 10px;
		width: 100%;
	}

	.temp1_inner .flex_box .temp1_subbox {
		width: 100%;
	}

	.temp1_inner .flex_box .temp1_subbox p {
		margin: 0 0 20px;
	}

	.temp1_inner .flex_box .flex_box_inner {
		margin: 20px 0 0;
	}

	.btn_box {
		margin: 30px auto;
		width: 85%;
		padding-top: 0;
	}

	.detail_btn {
		font-size: 14px;
	}
}



/*//////////テンプレート2//////////*/
.temp2_wrap {
	margin: 0 auto 100px;
	width: 980px;
}

.temp2_wrap .title_process {
	border-bottom: #01b9ef 5px solid;
	margin: 0 0 50px;
}

.temp2_wrap .title_process h2 {
	color: #01b9ef;
	padding: 0 0 10px;
}

.temp2_wrap .flex_box {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: start;
}

.temp2_wrap .flex_box .temp2_imgbox {
	margin: 0 20px 0 0;
    width: 47%;
}

.temp2_wrap .flex_box .temp2_imgbox img {
	width: 100%;
}

.temp2_wrap .flex_box .temp1_subbox {
	width: 50%;
}

.temp2_wrap .flex_box .temp1_subbox p {
	margin: 0 0 20px;
}

.temp2_wrap .flex_box .flex_box_inner {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: start;
	justify-content: space-between;
}

.temp2_wrap .flex_box .flex_box_inner .flex_box_inner_unit {
	width: 48%;
}

.temp2_wrap .flex_box .flex_box_inner .flex_box_inner_unit img {
	margin: 0 0 10px;
	width: 100%;
}

.temp2_wrap .flex_box .flex_box_inner .flex_box_inner_unit p {
	font-size: 14px;
	margin: 0;
}


@media screen and (max-width: 768px) {

	.temp2_wrap {
		margin: 0 20px 60px;
		width: auto;
	}

	.temp2_wrap .title_process {
		border-width: 3px;
		margin: 0 0 30px;
	}

	.temp2_wrap .title_process h2 {
		font-size: 18px;
		padding: 0 0 5px;
	}

	.temp2_wrap .flex_box .temp2_imgbox {
		width: 100%;
		margin: 0 0 10px;
	}

	.temp2_wrap .flex_box .temp1_subbox {
		width: 100%;
	}

	.temp2_wrap .flex_box .flex_box_inner .flex_box_inner_unit p {
		margin: 0;
		font-size: 12px;
	}
}




/*//////////テンプレート3/////////*/
.cp_bgpattern2 {
	background-color: #01b9ef;
	background-size: 10px 10px;
	padding: 20px 0;
	margin: 0 0 50px;
}

.temp3_wrap {
    margin: 0 0 100px;
}

.move_box {
	margin: 0 auto;
	width: 980px;
}

.move_box iframe {
	width: 980px;
	height: 550px;
}

.move_box p {
	margin: 20px 0 0;
}

@media screen and (max-width: 768px) {
	.temp3_wrap {
		margin: 0 0 60px;
	}

	.move_box {
		margin: 0 20px;
		width: auto;
	}

	.move_box iframe {
		height: 190px;
		width: 100%;
	}
}



/*//////////テンプレート4/////////*/
.temp4_wrap {
	margin: 0 0 100px;
}

.temp4_inner {
	margin: 0 auto;
	width: 980px;
}

.temp4_inner h2 {
	color: #fff;
	text-align: center;
}

.temp4_inner .flex_box {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: start;
}

.temp4_inner .flex_box .temp4_imgbox {
	margin: 0 20px 0 0;
	width: 35%;
}

.temp4_inner .flex_box .temp4_imgbox img {
	width: 100%;
}

.temp4_inner .flex_box .temp4_subbox {
	width: 62.8%;
}

.temp4_inner .flex_box .temp4_subbox p {
	margin: 0 0 30px;
}

.temp4_inner .flex_box .flex_box_inner {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: start;
	justify-content: space-between;
	/*margin: 63px 0 0;*/
}

.temp4_wrap .flex_box .flex_box_inner .flex_box_inner_unit {
	width: 23%;
}

.temp4_wrap .flex_box .flex_box_inner .flex_box_inner_unit img {
	margin: 0 0 10px;
	width: 100%;
}

.temp4_wrap .flex_box .flex_box_inner .flex_box_inner_unit p {
	font-size: 14px;
	margin: 0;
}


@media screen and (max-width: 768px) {
	.temp4_wrap {
		margin: 0 0 60px;
	}

	.cp_bgpattern2 {
		margin: 0 0 30px;
	}

	.temp4_inner {
		margin: 0 20px;
		width: auto;
	}

	.temp4_inner h2 {
		font-size: 18px;
	}

	.temp4_inner .flex_box .temp4_imgbox {
		margin: 0 0 10px;
		width: 100%;
	}

	.temp4_inner .flex_box .temp4_subbox {
		width: 100%;
	}

	.temp4_wrap .flex_box .flex_box_inner .flex_box_inner_unit {
		margin: 0 0 20px;
		width: 48%;
	}

	.temp4_wrap .flex_box .flex_box_inner .flex_box_inner_unit p {
		font-size: 12px;
	}
}


/*//////////テンプレート5/////////*/
.temp5_wrap {
	margin: 0 auto 100px;
	width: 980px;
}

.temp5_wrap .lead_txt {
	margin: 0 0 30px;
}

.temp5_wrap .title_process {
	border-bottom: #01b9ef 5px solid;
	margin: 0 0 50px;
}

.temp5_wrap .title_process h2 {
	color: #01b9ef;
	padding: 0 0 10px;
}

.temp5_wrap .flex_box {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: start;
	justify-content: space-between;
}

.temp5_wrap .flex_box .flex_box_inner {
	width: 23%;
}

.temp5_wrap .flex_box .flex_box_inner img {
	margin: 0 0 10px;
	width: 100%;
}

.pattern2 .flex_box .flex_box_inner {
	width: 48%;
}


@media screen and (max-width: 768px) {

	.temp5_wrap {
		margin: 0 20px 60px;
		width: auto;
	}

	.temp5_wrap .title_process {
		border-width: 3px;
		margin: 0 0 30px;
	}

	.temp5_wrap .title_process h2 {
		font-size: 18px;
		padding: 0 0 5px;
	}

	.temp5_wrap .flex_box .flex_box_inner {
		margin: 0 0 20px;
		width: 48%;
	}

	.temp5_wrap .flex_box.one_column .flex_box_inner {
		width: 100%;
	}
}



/*//////////テンプレート6/////////*/
.questionnaire_bar {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto 100px;
	width: 980px;
}

.questionnaire_bar p {
	background-color: #01b9ef;
	color: #fff;
	padding: 30px 10px;
	text-align: center;
	width: 78%;
}

.questionnaire_bar a {
	font-size: 14px;
	color: #fff;
	background-color: #003664;
	padding: 30px 20px;
	text-align: center;
	width: 22%;
}


@media screen and (max-width: 768px) {
	.questionnaire_bar {
		margin: 0 auto 60px;
	}
	.questionnaire_bar {
		width: 100%;
	}

	.questionnaire_bar p {
		width: 100%;
		margin: 0 20px;
		text-align: left;
		padding: 20px;
	}

	.questionnaire_bar a {
		width: 100%;
		margin: 0 20px;
		padding: 20px;
	}
}




/*//////////テンプレート7/////////*/
.temp7_wrap {
	margin: 0 auto 100px;
	width: 980px;
}

.temp7_wrap .flex_box {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}

.temp7_wrap .flex_box .img_unit {
	margin: 0 20px 0  0;
	width: 50%;
}

.temp7_wrap .flex_box .img_unit img {
	width: 100%;
}

.temp7_wrap .flex_box .txt_unit {
	width: 47%;
}

.temp7_wrap .flex_box .txt_unit h3 {
	font-size: 20px;
	margin: 0 0 20px;
}

.temp7_wrap .border_deco {
	border-top: 1px solid #e5e5e5;
	padding: 30px 0 0;
}


@media screen and (max-width: 768px) {

	.temp7_wrap {
		margin: 0 20px;
		width: auto;
	}

	.temp7_wrap .flex_box .img_unit {
		margin: 0 0 20px;
		width: 100%;
	}

	.temp7_wrap .flex_box .txt_unit {
		width: 100%;
	}

	.temp7_wrap .flex_box .txt_unit h3 {
		font-size: 16px;
		margin: 0 0 10px;
	}

	.temp7_wrap .border_deco {
		margin: 0 0 60px;
	}
}




/*//////////テンプレート8/////////*/
.temp8_wrap {
	margin: 0 0 100px;
}
.temp8_wrap_summary {
	margin-bottom: 60px;
}

.temp8_wrap .flex_box {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.temp8_wrap .flex_box .flex_box_inner {
	width: 48%;
	    display: flex;
    flex-direction: column;
}

.temp8_inner {
    margin: 0 auto;
    width: 980px;
}

.temp8_inner h2 {
	color: #fff;
	text-align: center;
}

.temp8_wrap .lead_txt {
	margin: 0 0 30px;
}

.temp8_wrap .lead_img {
	text-align: center;
}

.temp8_wrap .lead_btn {
	text-align: center;
}

.temp8_wrap .flex_box .flex_box_inner img {
	margin: 0 0 10px;
	width: 100%;
}


@media screen and (max-width: 768px) {
	.temp8_wrap {
		margin: 0 0 60px;
	}

	.temp8_inner {
		margin: 0 16px;
		width: auto;
	}
	.temp8_inner h2 {
		font-size: 18px;
	}

	.temp8_wrap .flex_box .flex_box_inner {
		margin: 0 0 20px;
		width: 100%;
	}
}







/*//////////吹き出し//////////*/
.balloon_box {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.balloon_s {
	background: #a6ebff;
	border-radius: 4px;
	color: #555;
	font-size: 16px;
	position: relative;
	margin: 0 0 15px;
	padding: 7px 10px;
	width: 23%;
}

.balloon_s:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #a6ebff;
}

.balloon_s p {
	color: #333;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	margin: 0!important;
	padding: 10px;
}

@media screen and (max-width: 768px) {
	.balloon_s {
		margin: 10px 0 25px;
		width: 47%;
	}

	.balloon_s:before {
		margin-left: -10px;
		border: 10px solid transparent;
		border-top: 10px solid #a6ebff;
	}

	.balloon_s p {
		font-size: 13px;
		padding: 0;
	}
}





/*//////////unit_btn_add//////////*/
.btn_box_s {
	margin: 20px auto 0;
	width: 70%;
}

.btn_box_s .detail_btn {
	font-size: 14px;
	line-height: 2;
}

.btn_box_s a:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.btn_box_l {
	margin: 20px auto 0;
	width: 70%;
}

.btn_box_l .detail_btn {
	font-size: 14px;
	line-height: 3;
}

.btn_box_l a:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.pattern2 .btn_box_s .detail_btn {
	line-height: 3;
}

@media screen and (max-width: 768px) {
	.btn_box_s {
		margin: 20px auto;
	}

	.one_column .btn_box_s .detail_btn {
		line-height: 3;
	}

	.btn_box_s a:after {
		right: 15px;
	}

	.btn_box_l {
		margin: 20px auto;
	}
}

/*ここからタイマー*/
span.in-bl{
	display: inline-block;
	white-space: nowrap;
}
.main{
	position: relative;
}
.timer-container{
	position: absolute;
	top: 70%;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	width: 25%;
	filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.2));
}
.timer-container h2{
	white-space: nowrap;
	line-height: 1;
	background: #283C61;
	color: #fff;
	font-size: 1.354166vw;
	font-weight: 700;
	padding: .625vw 1.25vw;
	border-radius: 100px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50% , -50%);
}
.timer-inner{
	display: flex;
	flex-direction: row;
	background: #fff;
	justify-content: center;
	align-items: baseline;
	padding: 1.875vw 1.25vw 1.5625vw 1.25vw;
	border-radius: 1.041666vw;
}
.timer-inner span.dhms{
	font-size: 1.875vw;
	font-weight: 700;
	line-height: 1;
	white-space: nowrap;
}
.timer-inner span{
	font-size: 4.166666vw;
	line-height: 1;
	font-weight: 700;
}
.open.timer-container{
	width: auto;
}
.open .timer-inner span{
	font-size: 1.875vw;
	white-space: nowrap;
}
@media screen and (max-width: 767px){
	.timer-container{
		top: 51%;
		width: 50%;
	}
	.timer-container h2{
		font-size: 2.666666vw;
		padding: 1.6vw 3.2vw;
	}
	.timer-inner{
		padding: 4vw 3.2vw 3.2vw 3.2vw;
		border-radius: 2.666666vw;
	}
	.timer-inner span.dhms{
		font-size: 3.866666vw;
	}
	.timer-inner span{
		font-size: 9.733333vw;
	}
	.open .timer-inner span{
		font-size: 3.866666vw;
		white-space: nowrap;
	}
}
.s-timer-container{
	display: flex;
	justify-content: center;
	column-gap: 4%;
	margin-top: 40px;
	margin-bottom: 40px;
	align-items: end;
}

.s-timer-content a{
	display: flex;
	justify-content: center;
	position: relative;
	text-align: center;
	background: #fff;
	border-radius: 1.041666vw;
	align-items: center;
	margin-top: 30px;
	filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.2));
}

.s-timer-content h2{
	white-space: nowrap;
	line-height: 1;
	background: #283C61;
	color: #fff;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 700;
	padding: 8px 18px;
	border-radius: 100px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50% , -50%);
}
.s-timer-content.ev-1 h2{
	background: #0760a6;
}
.s-timer-content.ev-2 h2{
	background: #7f1084;
}
.s-timer-content.ev-3 h2{
	background: #e60012;
}
.s-timer-content p{
	display: none;
}
.s-timer-content.active p{
	display: block;
	text-align: center;
	color: #FF7D2C;
	font-weight: bold;
	font-size: 1.125rem;
}
.s-timer-content.active a{
	background: #fff000;
}

.s-timer-content .countdown{
	min-width: 350px;
	padding: 28px 16px 22px 16px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: baseline;
}
.s-timer-content .countdown span{
	font-size: 28px;
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1.2;	
}

.open.s-timer-content .countdown span::before{
	content: "";
	display: inline-block;
	width: 1.75rem;;
	height: 1.75rem;;
	background: url(../img/open-l.png) no-repeat center / contain;	
	vertical-align: middle;
	margin-right: 16px;
}
.open.s-timer-content .countdown span::after{
	content: "";
	display: inline-block;
	width: 1.75rem;;
	height: 1.75rem;;
	background: url(../img/open-r.png) no-repeat center / contain;	
	vertical-align: middle;
	margin-left: 16px;
}
.s-timer-content .countdown span.dhms{
	font-size: 18px;
	font-size: 1.125rem;
	white-space: nowrap;
}
/*カウントダウンが終了した時にテキストを消す*/
.open span.dhms{
	display: none;
}

@media screen and (max-width: 767px){
	.s-timer-container{
		row-gap: 4%;
	}
	.s-timer-content{
		
		border-radius: 2.666666vw;
	}
	.s-timer-content h2{
		white-space: wrap;
		font-size: 2.666666vw;
		padding: .8vw 3vw;
	}
	.s-timer-content .countdown{
		
		min-width: 45vw;
		padding: 3.2vw;
	}
	.s-timer-content .countdown span{
		font-size: 3.866666vw;
	}
	.s-timer-content .countdown span.dhms{
		font-size: 2.666666vw;
	}
	.open.s-timer-content .countdown span::before{
		content: "";
		display: inline-block;
		width: 3.866666vw;
		height: 3.866666vw;
		background: url(../img/open-l.png) no-repeat center / contain;	
		vertical-align: middle;
		margin-right: 16px;
	}
	.open.s-timer-content .countdown span::after{
		content: "";
		display: inline-block;
		width: 3.866666vw;
		height: 3.866666vw;
		background: url(../img/open-r.png) no-repeat center / contain;	
		vertical-align: middle;
		margin-left: 16px;
	}
	.s-timer-content.active p{
		font-size: 2.666666vw;
	}
	.s-timer-content.active a{
		margin-top: 0;
	}
	
}

.countdown-day{
	line-height: 1;
}

.inner.detail > .s-timer-container + p{
	margin-bottom: 24px;
} 
.inner.detail .comingsoon{
	text-align: center;
	margin-bottom: 56px;
}
.inner.detail .comingsoon p{
	
	font-weight: 600;
    font-size: .875rem;
	background: #fefbda;
	padding: 12px;
    color: #e60012;
}
@media screen and (max-width: 767px){
	.inner.detail .comingsoon{
		margin-bottom: 24px;
	}
}

.ta-c{
	text-align: center;
}

.card-present{
	background: #01b9ef;
	position: absolute;
	top: 0;
}
.text-red{
	color: red;
}

/*　QRコード設置箇所のボタンcss */
@media screen and (max-width: 768px){
	.btn_box.qr-map{
		margin: 30px auto 0 auto;

	}
}




.dl-page div{
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.dl-page div img{
	width: 100%;
	max-width: 400px;
	margin-bottom: 30px;
}
.dl-page div a{
	padding: 16px 32px;
	font-size: 1.5rem;
	font-weight: 700;
	background: #191970;
	color: #fff;
	border-radius: 100px;
	box-shadow: 0 5px 0 0 rgb(71, 210, 234);
	transition: .3s;
	white-space: nowrap;
}
.dl-page div a:hover{
	transform: translateY(5px);
	box-shadow: none;
	background: #32329a;
}