@media screen and (min-width: 769px) {
	
	/*---------------------------------------
	 * PageHead
	---------------------------------------*/ 
	
	.pagehead{
		background: #C99791;
		    padding: 80px 0 40px 0;
    margin: 0 0 100px;
	}
	.pagehead .inner{
		width: calc(100% - 40px);
		max-width: 860px;
		margin: 0 auto;
	}
	.pagehead .title{
		width: 150px;
		margin: 0 auto 25px;
	}
	.pagehead .read{
		color: #FFFFFF;
		text-align: center;
		line-height: 2;
	}
	
	
	/*---------------------------------------
	 * Faq
	---------------------------------------*/ 
	
	.faq .inner{
		width: calc(100% - 40px);
		max-width: 768px;
		margin: 0 auto;
	}
	.faq .midashi{
		font-size: 1.4rem;
		color: #FFFFFF;
		width: 100%;
		background: #C99791;
		padding: 25px 20px;
		box-sizing: border-box;
		margin: 0 0 35px;
	}
	.faq .block{
		margin: 0 0 60px;
	}
	.faq dl{
		width: 100%;
		line-height: 2;
		margin: 0 0 30px;
	}
	.faq dl dt{
		font-size: 1.4rem;
		color: #9E9A90;
		border-bottom: 1px solid #F4F4F4;
		padding: 0 30px 20px 40px;
		position: relative;
		cursor: pointer;
	}
	.faq dl dt::after{
		content:"";
		width: 15px;
		height: 15px;
		background-image: url(../img/acc_on.svg);
		background-position: 50%;
		background-repeat: no-repeat;
		background-size: 100%;
		position: absolute;
		top:10px;
		right:0;
	}
	.faq dl.active dt::after{
		background-image: url(../img/acc_off.svg);
	}
	.faq dl dt span{
		position:absolute;
		top:-11px;
		left:0;
		display: block;
		font-size: 2.5rem;
		color: #C99791;
	}
	.faq dl dd{
		font-size: 1.4rem;
		color: #C99791;
		display: flex;
		padding: 0 0 0px 40px;
		margin: 25px 0 0;
		position: relative;
		display: none;
	}
	.faq dl dd span{
		position:absolute;
		top: 0px;
		left: 3px;
		display: block;
		font-size: 2.5rem;
		color: #9E9A90;
		margin: -10px 20px 0 0;
	}
	
	
	
	/*---------------------------------------
	 * Schedule
	---------------------------------------*/ 
	
	.schedule{
		width: 100%;
		padding: 80px 0;
		background: url(../img/bg_schedule-01.jpg) 50% 0 repeat #F4F4F4;
		background-size: 650px;
	}
	.schedule .inner{
		width: calc(100% - 40px);
		max-width: 860px;
		margin: 0 auto;
	}
	.schedule .midashi.en{
		font-size: 2.3rem;
		text-align: center;
		letter-spacing: 4px;
		margin: 0 0 20px;
	}
	.schedule .midashi.ja{
		text-align: center;
		margin: 0 0 35px;
	}
	.schedule dl dt{
		margin: 0 0 20px;
	}
	.schedule dl dt .circle{
		background: #C99791;
		width: 122px;
		height: 122px;
		border-radius: 50%;
		margin: 0 auto;
		position: relative;
		color: #FFFFFF;
	}
	.schedule dl dt .circle div{
		position: absolute;
		top:50%;
		left:50%;
		transform: translate(-50%,-50%);
		text-align: center;
		letter-spacing: 3px;
		font-size: 1rem;
		line-height: 1.4;
	}
	.schedule dl dt .circle div .counter{
		font-size: 2.3rem;
	}
	.schedule dl dd{
		text-align: center;
		line-height: 2;
	}
	.schedule dl dd .midashi{
		font-size: 1.4rem;
		font-weight: 700;
		margin: 12px 0 3px;
	}
	.schedule .next{
		color: #C99791;
		font-size: 10px;
		text-align: center;
		margin: 20px 0;
	}
	
	
	
}


@media screen and (max-width: 768px) {
	
	/*---------------------------------------
	 * PageHead
	---------------------------------------*/ 
	
	.pagehead{
		background: #C99791;
		    padding: 60px 0 30px 0;
    margin: 0 0 80px;
	}
	.pagehead .inner{
		width: calc(100% - 40px);
		margin: 0 auto;
	}
	.pagehead .title{
		width: 150px;
		margin: 0 auto 25px;
	}
	.pagehead .read{
		color: #FFFFFF;
		text-align: center;
		line-height: 1.8;
	}
	
	
	/*---------------------------------------
	 * Faq
	---------------------------------------*/ 
	
	.faq .inner{
		width: calc(100% - 40px);
		max-width: 768px;
		margin: 0 auto;
	}
	.faq .midashi{
		font-size: 1.4rem;
		color: #FFFFFF;
		width: 100%;
		background: #C99791;
		padding: 25px 20px;
		box-sizing: border-box;
		margin: 0 0 35px;
	}
	.faq .block{
		margin: 0 0 60px;
	}
	.faq dl{
		width: 100%;
		line-height: 1.8;
		margin: 0 0 40px;
	}
	.faq dl dt{
		font-size: 1.4rem;
		color: #9E9A90;
		border-bottom: 1px solid #F4F4F4;
		padding: 0 30px 10px 40px;
		position: relative;
		cursor: pointer;
		box-sizing: border-box;
	}
	.faq dl dt::after{
		content:"";
		width: 15px;
		height: 15px;
		background-image: url(../img/acc_on.svg);
		background-position: 50%;
		background-repeat: no-repeat;
		background-size: 100%;
		position: absolute;
		top:5px;
		right:0;
	}
	.faq dl.active dt::after{
		background-image: url(../img/acc_off.svg);
	}
	.faq dl dt span{
		position:absolute;
		top:-11px;
		left:0;
		display: block;
		font-size: 2.5rem;
		color: #C99791;
	}
	.faq dl dd{
		font-size: 1.4rem;
		color: #C99791;
		display: flex;
		padding: 0 0 0px 40px;
		margin: 15px 0 0;
		position: relative;
		display: none;
	}
	.faq dl dd span{
		position:absolute;
		top:0px;
		left:3px;
		display: block;
		font-size: 2.5rem;
		color: #9E9A90;
		margin: -10px 20px 0 0;
	}
	
	
	
	/*---------------------------------------
	 * Schedule
	---------------------------------------*/ 
	
	.schedule{
		width: 100%;
		padding: 80px 0;
		background: url(../img/bg_schedule-01.jpg) 50% 0 repeat #F4F4F4;
		background-size: 650px;
	}
	.schedule .inner{
		width: calc(100% - 40px);
		max-width: 860px;
		margin: 0 auto;
	}
	.schedule .midashi.en{
		font-size: 2.3rem;
		text-align: center;
		letter-spacing: 4px;
		margin: 0 0 20px;
	}
	.schedule .midashi.ja{
		text-align: center;
		margin: 0 0 35px;
	}
	.schedule dl dt{
		margin: 0 0 20px;
	}
	.schedule dl dt .circle{
		background: #C99791;
		width: 122px;
		height: 122px;
		border-radius: 50%;
		margin: 0 auto;
		position: relative;
		color: #FFFFFF;
	}
	.schedule dl dt .circle div{
		position: absolute;
		top:50%;
		left:50%;
		transform: translate(-50%,-50%);
		text-align: center;
		letter-spacing: 3px;
		font-size: 1rem;
		line-height: 1.4;
	}
	.schedule dl dt .circle div .counter{
		font-size: 2.3rem;
	}
	.schedule dl dd{
		text-align: center;
		line-height: 2;
	}
	.schedule dl dd .midashi{
		font-size: 1.4rem;
		font-weight: 700;
		margin: 12px 0 3px;
	}
	.schedule .next{
		color: #C99791;
		font-size: 10px;
		text-align: center;
		margin: 20px 0;
	}
							

}