@charset "utf-8";

/* レイアウト */

.guestBox {
	margin-bottom:80px;
}
@media screen and (max-width:640px) {
	.guestBox {
		margin-bottom:8%;
	}
}

.guestPh {
    background-color: #fff;
    height: 100px;
}

.guestFaqWrap {
    background-image: url(../img/faq_bg.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
    padding: 75px 20px;
}

.no-touchevents .guestFaqWrap {
    background-attachment:fixed;
}

.guestFaq {
	max-width: 1600px;
	width: 100%;
	margin: auto;
}

.guestFaq .title01 {
    text-align: center;
    padding-bottom: 60px;
}

.guestFaq .caption01 {
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
	line-height: 25px;
	line-height: 2.5rem;
    color: #fff;
    padding-bottom: 40px;
}
.guestFaq .content {
	font-size: 0;
}
.guestFaq .qa {
	background-color: #EDEDED;
	display: inline-block;
	vertical-align: top;
	padding-top: 50px;
	padding-bottom: 85px;
	position: relative;
	margin-bottom: 15px;
	cursor: pointer;
}
.guestFaq .qa.anim {
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
.guestFaq .qa.open{
	padding-bottom: 0;
}
.guestFaq .qa dt {
	padding-top: 50px;
	padding-bottom: 40px;
	position: relative;
	text-align: center;
	min-height: 80px;
}
.guestFaq .qa dt:before {
	content: '';
	display: block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	background-color: #fff;
	position: absolute;
	bottom: -20px;
	left: 0;
	right: 0;
	margin: auto;
	
}
.guestFaq .qa dt:after {
	width: 28px;
	height: 36px;
	background-image: url(../img/char01.png);
	-webkit-background-size: contain;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.guestFaq .qa dt span {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 25px;
	line-height: 2.58rem;
	color: #7E6606;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	padding: 0 20px;
}
.no-touchevents .guestFaq .qa:hover dt span,
.guestFaq .qa.hover dt span,
.guestFaq .qa.open dt span {
	text-decoration: underline;
}
.no-touchevents .guestFaq .qa.open:hover dt span,
.guestFaq .qa.open.hover dt span {
	text-decoration: none;
}
.guestFaq .qa dt span:before,
.guestFaq .qa dt span:after {
	content: '';
	display: block;
	height: 2px;
	width: 20px;
	background-color: #7E6606;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
.guestFaq .qa dt span:after {
	-webkit-transform: rotate(90deg) scaleX(1);
	-moz-transform: rotate(90deg) scaleX(1);
	-ms-transform: rotate(90deg) scaleX(1);
	-o-transform: rotate(90deg) scaleX(1);
	transform: rotate(90deg) scaleX(1);
}
.guestFaq .qa[data-open="1"] dt span:after {
	-webkit-transform: rotate(90deg) scaleX(0);
	-moz-transform: rotate(90deg) scaleX(0);
	-ms-transform: rotate(90deg) scaleX(0);
	-o-transform: rotate(90deg) scaleX(0);
	transform: rotate(90deg) scaleX(0);
}
.guestFaq .qa dd {
	background-color: #fff;
	overflow: hidden;
	height: 0;
}
.guestFaq .qa.anim dd {
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
.guestFaq .qa dd:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
.guestFaq .qa dd span {
	font-size: 14px;
	font-size: 1.4rem;
	color: #4D4D4D;
	line-height: 25px;
	line-height: 2.5rem;
	text-align: left;
	display: inline-block;
	vertical-align: middle;
	padding: 20px;
}
@media screen and (min-width:1001px) {
	.guestFaq .qa {
		width: 32%;
		margin-left: 1%;
	}
	.guestFaq .qa:nth-child(3n+1) {
		margin-left: 0;
	}
}
@media screen and (min-width:641px) and (max-width:1000px) {
	.guestFaq .qa {
		width: 49%;
		margin-left: 2%;
	}
	.guestFaq .qa:nth-child(2n+1) {
		margin-left: 0;
	}
}
@media screen and (max-width:640px) {
	.guestFaqWrap {
		padding: 10% 5%;
	}
	.guestFaq .qa {
		width: 100%;
	}
	.guestFaq .title01 {
		padding-bottom: 7%;
	}
	.guestFaq .title01 img {
		width: auto;
		height: 42px;
		height: 13vw;
	}
	.guestFaq .caption01 br {
		display: none;
	}
	.guestFaq .caption01 {
    	padding-bottom: 10%;
		font-size: .9rem;
		line-height: 1.7rem;
		text-align: left;
	}
	.guestFaq .qa {
		padding-top: 5%;
		padding-bottom: 15%;
		margin-bottom: 8%;
	}
	.guestFaq .qa dd span {
		font-size: 1rem;
		line-height: 1.8rem;
		padding: 10% 3%;
		text-align: left;
	}
	.guestFaq .qa dt span {
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 20px;
		line-height: 2.0rem;
		padding: 0 2%;
		text-align: left;
	}
	.guestFaq .qa dt {
		min-height: 0;
	}
}
.mincho {font-family: source-han-serif-japanese,serif;}
.comTitle01 .bottom .copy.mincho {font-size: 24px;text-align: center;font-weight: 700;line-height: 1.7;}
.comLayout03 ul li .comTxtBox01 .txtWrap .title.mincho {font-size: 24px;text-align: center;font-weight: 700;line-height: 1.7;color: #7e6606;}

@media screen and (max-width:640px) {
	.comTitle01 .bottom .copy.mincho {font-size: 4vw;text-align: center;font-weight: 700;line-height: 1.7;letter-spacing: 0.05em;}
	.comLayout03 ul li .comTxtBox01 .txtWrap .title.mincho {font-size: 4vw;text-align: center;font-weight: 700;line-height: 1.7;color: #7e6606;letter-spacing: 0.05em;}
}