﻿@charset "UTF-8";

@font-face {
	font-family: 'zenmaru';
	src: url('../font/ZenMaruGothic-Medium.ttf') format('truetype');
}
@font-face {
	font-family: 'zenmaruBold';
	src: url('../font/ZenMaruGothic-Bold.ttf') format('truetype');
}

html,body{
	padding: 0; margin: 0;
	font-family: 'zenmaru';
}
.movieTemp{
	width: 100%;
	height: 100%;
}
#tempBack,
#tempBack .main{
	max-width: 100%;
	margin: 0 auto;
	padding: 0;
}

#common-back-button{
	position: fixed;
	top: 20px; left: 30px;
	width: 93px;
	height: 43px;
	display: none;
	z-index: 99;
	text-indent: -99999px;
	background: url("../img/1/pc/btnBack.png") no-repeat;
	background-size: contain;
	padding: 0;
}
.shoTouch #common-back-button{
	display: block !important;
}

.mainContents *{
	padding: 0; margin: 0;
	border: none; outline: none;
	box-sizing: border-box;
	word-break: break-all;
}
.mainContents .abs{
	position: absolute; display: block;
}
.mainContents .rel{
	position: relative; display: block;
}
.mainContents .flexBlock{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.mainContents{
	margin: 0 auto; padding: 0;
	background: #FFECEC;
}
.mainContents .pc{display: block;}
.mainContents .sp{display: none;}

.mainContents .red{
	color: #F23F3F;
}


@media only screen and (min-width: 641px){
	.mainContents .infoBlock{
        position: fixed;
        width: calc(100% - 573px);
        background: #FFFFE5;
        height: 100vh;
        z-index: 1;
    }
    .mainContents #infoInner{
        background: url("../img/1/leftBg.png");
        background-size: 107% auto;
        background-position: top left;
        width: 100%;
        height: auto;
    }


    .mainContents .scheduleBlock{
        background: #FFECEC; box-sizing: border-box;
        width: 100%; position: relative; display: block;
        padding-top: 315px; padding-bottom: 60px;
        padding-left: calc(100% - 573px);
    }
    .mainContents .scheduleBlock:before{
        content: ''; position: fixed; display: block;
        background: url("../img/1/rightBg.png");
        background-position: 150% 30%;
        background-size: 70% auto;
        width: 100%;
        height: 100%; top: 0; right: 0;
    }
	
    .mainContents .scheduleBlock img{
        width: 100%; max-width: 524px;
        margin: 0 auto;
    }
	.mainContents .top.fixed{
		position: fixed;
		width: 100%;
		z-index: 9;
	    padding-top: 20px;
        transition: 0.5s 0.3s;
		transform: translateY(0);
    }
	.scrolled1 .mainContents .top.fixed,
	.scrolled .mainContents .top.fixed{
		transform: translateY(-110%);
		opacity: 0;
		transition: 0.5s;
	}
    .mainContents h1{
        width: 100%;
    }
	.mainContents .scheduleBlock img.qrTop{
		top: 20px; right: 32px; width: 14%; max-width: 190px;
	}
    .mainContents .top.fixed h1 > img.rel{
        margin: 0 auto; width: 61.7%; max-width: 815px; height: auto;
    }
    .mainContents .top.fixed h1 > img.abs{
        right: 60px; top: 0; width: 12.8%; max-width: 166px;
    }
    .mainContents .top.fixed .topAttention{
        width: 48%; max-width: 537px;
        margin: 15px auto;
    }
	.mainContents .infoBlock .top{
        width: 100%; padding-top: 60px;
		position: relative;
		opacity: 0;
		transform: translateY(-10%);
		transition: 0.5s;
    }
	.scrolled1 .mainContents .infoBlock .top,
	.scrolled .mainContents .infoBlock .top{
		opacity: 1;
		transform: translateY(0);
		transition: 0.5s 0.3s;
	}
	.mainContents .infoBlock .top h1 > img.rel{
        width: 79%;
		margin: 0 auto; max-width: 842px; height: auto;
    }
	.mainContents .infoBlock .top h1 > img.abs{
        top: -37px; right: 20px;
		width: 12.8%; max-width: 166px;
    }
	.mainContents .infoBlock .top .topAttention{
        width: 75.6%;
		max-width: 565px;
        margin: 15px auto;
    }
	.mainContents .middle{
		display: flex;
		justify-content: center;
		align-items: flex-start;
	}
	.mainContents .middle .in{
		padding: 0 25px;
		width: 90%;
		max-width: 700px;
	}
	.mainContents .middle .in > img.rel{
		width: 100%;
		margin-bottom: 20px;
	}
	.mainContents .floating{
		position: sticky; left: 0; bottom: 0;
		width: 100%;
		background: #FFFFFF;
		border-top: 4px solid #3FD6A6;
		padding: 0 10px;
		height: 60px;
		z-index: 9;
		justify-content: space-between;
		align-items: center;
	}
	.mainContents .floating  > :nth-child(1){
		width: 62%; max-width: 440px;
	}
	.mainContents .floating > :nth-child(2){
		width: 23%; max-width: 170px;
	}
	
	.mainContents .floating img{
		width: 100%;
	}
	.mainContents .questionnaire{
		display: none;
	}
}
.spBtns{display: none;}
.mainContents .modal{
	background: rgba(0,0,0,0.5);
	position: fixed;
	width: 100%; height: 100%;
	top: 0; left: 0;
	z-index: 99999;
	display: none;
}
.mainContents .modal .in{
	border: 8px solid #C8F9EB;
	border-radius: 30px;
	width: 480px;
	position: absolute; display: flex; flex-direction: column;
	justify-content: center; align-items: center;
	top: 50%; left: 50%;
	transform: translate(-50%, -50%);
	background: #FFFFFF;
	padding: 30px 10px 55px;
}
.mainContents .modal .in .middle{
	margin: 50px auto;
}

.mainContents .bottom{
    margin-top: 90px; margin-bottom: -30px;
    width: 100%; height: auto;
    padding: 70px 10px 50px;
    background: url("../img/1/bottomBg.png") repeat-x;
    background-size: auto 100%;
    line-height: 1.6;
    color: #333333;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1;
}
.mainContents .bottom:after{
    content: ''; position: absolute; display: block;
    width: 106px; height: 106px;
    top: -53px;
    left: 0; right: 0; margin: 0 auto;
    background: url("../img/1/bottomInfo.png") no-repeat;
    background-size: cover;
}

.mainContents .bottom .text{
    font-size: 14px;
    max-width: 520px; text-align: left;
}
.mainContents .bottom .img{
    margin: 5px auto 15px;
}
.mainContents .bottom .img > img{
	max-width: 100%;
}
.mainContents .bottom .info{
    width: 600px;
    margin: 0 auto;
}
.mainContents .bottom .info .info-left,
.mainContents .bottom .info .info-right{
    width: calc(50% - 20px);
}

.mainContents .bottom .info .info-left{
    flex-wrap: wrap;
    font-size: 12px;
}
.mainContents .bottom .info .info-left .title{
    font-family: 'zenmaruBold';
    font-weight: 700;
    font-size: 18px; color: #F66E6E;
}
.mainContents .bottom .info .info-left > div:nth-child(1){
    width: calc(100% - 95px);
    flex-direction: column; justify-content: flex-start;
    align-items: flex-start;
}
.mainContents .bottom .info .info-left > div:nth-child(2){
    width: 89px;
}
.mainContents .bottom .info .info-left > div:nth-child(2) img{
    width: 100%;
}
.mainContents .bottom .info .info-left > div:last-child{
    width: 100%; font-size: 12px; margin-top: 10px;
}

.mainContents .bottom .info .info-right{
    height: 100%;
    font-size: 10px;
    background: #FFFFFF;
    padding: 10px;
}
.mainContents #bottomArea{
	flex-direction: column;
}

.mainContents #bottomArea .bottomArea2{
	margin-top: 60px;
}

.mainContents footer{
    font-size: 12px;
    background: #FFFFE5;
    width: 100%;
    padding: 80px 25px 30px;
}
.mainContents footer .first{
    align-items: flex-start;
}
.mainContents footer .first > :nth-child(1){
    width: 39px;
}
.mainContents footer .first > :nth-child(2){
    width: calc(100% - 35px);
}
.mainContents footer .first > div:nth-child(2){
	position: relative; line-height: 1.6;
	margin-bottom: 5px;
}
.mainContents footer ul li{
    position: relative; padding-left: 18px;
    list-style: none; margin-bottom: 5px;
}
.mainContents footer ul li:before{
    position: absolute; left: 0;
    content: '※';
}
.mainContents footer ul li > img{
	vertical-align: middle;
}

.pc.bottomArea{
	margin: 0 auto 30px;
}

@media only screen and (max-width: 1280px){
	.mainContents .infoBlock{
		width: 65%;
	}
	.mainContents .scheduleBlock{
		width: 100%; padding-left: 65%;
		box-sizing: border-box;
	}
}
@media only screen and (max-width: 1100px){
	.mainContents .scheduleBlock{
		padding-top: 29%;
	}
}

@media only screen and (max-width: 900px) and (min-width: 641px){
	.mainContents .bottom .info{
		width: 100%;
	}
	.mainContents .bottom .info .info-left,
	.mainContents .bottom .info .info-right {
		width: 48%;
	}
}

@media only screen and (max-width: 640px){
	.qrTop{
		display: none !important;
	}
	.mainContents{
		background: #FFFFE5;
	}
	.tab2 .mainContents{
		background: #8DDEF9;
	}
	.mainContents .pc{display: none;}
	.mainContents .sp{display: block;}
	.mainContents .modal .in{
		width: 92%; max-width: 460px;
	}
	.mainContents .top.fixed{
		display: none;
	}
	.mainContents #infoInner{
        background: url("../img/1/spBg.png");
        background-size: 107% auto;
        background-position: center left;
        width: 100%;
        height: auto;
    }
	.mainContents .topAttention{
		width: 94%; max-width: 381px;
		margin: 20px auto 40px;
	}
	.mainContents h1{
		padding-top: 10px;
	}
	.mainContents h1 img{
		margin: 0 auto;
    }
	.mainContents .infoBlock .middle .in{
		width: 100%; max-width: 480px;
		margin: 0 auto;
	}
	.mainContents .infoBlock .middle .in img{
		width: 100%; margin-bottom: 40px;
	}
	.mainContents .infoBlock .middle .in img:last-child{
		margin-bottom: 0;
	}
	.mainContents .questionnaire{
		width: 100%;
		display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center;
		padding: 35px 15px 50px;
	}
	.mainContents .questionnaire .title{
		font-size: 24px; color: #25C18F;
		font-family: 'zenmaruBold';
		font-weight: 700;
		margin: 15px auto 30px;
	}
	.mainContents .questionnaire .text{
		text-align: left; font-size: 14px; color: #333333;
		margin: 15px auto 30px;
	}
	.mainContents .bottom .info .info-left{
		display: none;
	}
	.mainContents .btnAccess{
		width: 200px; margin: 15px auto 40px;
	}
	.mainContents .bottom .info{
		flex-direction: column;
		width: 100%;
	}
	.mainContents .floating.flexBlock{
		display: none;
	}
	.mainContents .bottom .info .info-right{
		width: 80%
	}
	.mainContents #bottomArea > footer{
		order: 1;
	}
	.mainContents #bottomArea > .bottom{
		order: 2;
		margin-bottom: 25px;
	}
	.mainContents #bottomArea > .bottom .img img.sp{
		margin: 0 auto;
		max-width: 100%;
	}
	
	.mainContents footer {
		padding: 0px 15px 20px; font-size: 11px;
	}
	#common-back-button{
		display: none !important;
	}
	.mainContents .infoBlock{
		width: 100%; display: block;
		padding-bottom: 60px;
	}
	.mainContents .scheduleBlock{
		padding-bottom: 60px;
		display: none; width: 100%;
		padding-left: 0;
		background: #8DDEF9;
		padding-top: 0;
	}
	.mainContents .scheduleBlock img{
		width: 100%; margin: 0px auto;
	}
	.tab2 .mainContents .infoBlock{
		display: none;
	}
	.tab2 .mainContents .scheduleBlock{
		display: block;
	}
	
	.mainContents .spBtns{
		position: fixed; display: flex; align-items: center; justify-content: space-around;
		width: 100%; height: 60px;
		bottom: 0; left: 0;
		background: #FFFFFF; z-index: 9;
	}
	.mainContents .spBtns > div{
		width: 170px; height: 48px;
		position: relative; display: block;
	}
	.mainContents .spBtns > div.btn1{
		background: url("../img/1/sp/tab01_on.png") no-repeat;
		background-size: cover;
	}
	.mainContents .spBtns > div.btn2{
		background: url("../img/1/sp/tab02_off.png") no-repeat;
		background-size: cover;
	}
	.tab2 .mainContents .spBtns > div.btn1{
		background: url("../img/1/sp/tab01_off.png") no-repeat;
		background-size: cover;
	}
	.tab2 .mainContents .spBtns > div.btn2{
		background: url("../img/1/sp/tab02_on.png") no-repeat;
		background-size: cover;
	}
	.mainContents .modal .in .title{
		align-self: flex-start; padding-left: 15px;
	}
	.mainContents .modal .in .middle{
		margin: 10px auto 30px;
		width: 100%;
		max-width: 320px;
	}
	.mainContents .modal .in .middle > img{
		width: 100%;
	}
	
	.mainContents .modal .in .btn{
		width: 90%; max-width: 300%;
	}
	.mainContents .modal .in .btn img{
		width: 100%;
	}
	.mainContents .modal .in{
		padding: 15px 5px 15px;
	}
}
@media only screen and (max-width: 360px){
	.mainContents .spBtns > div{
		width: 140px; height: 39.5px;
		position: relative; display: block;
	}
	.mainContents .modal .in .title img{
		width: 100px;
	}
}