@charset "utf-8";

@import url(https://fonts.googleapis.com/css?family=Josefin+Sans:400,600);


/*common*/
img {
	max-width: 100%;
}

.pc {display: block;}
.sp {display: none;}
@media screen and (max-width: 767px) {
.pc {display: none;}
.sp {display: block;}
}

#faq_container {
	font-family: fot-tsukuardgothic-std, sans-serif;
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	margin: 0 auto 100px;
	max-width: 1000px;
}
#faq_container h1,
#faq_container h2 {
	font-weight: bold;
	font-family: fot-tsukuardgothic-std, sans-serif!important;
}
/*よくあるご質問_タイトル*/
#faq_container h1 {
	font-size: 20px;
	color: #633a17;
	margin-bottom: 20px;
}
#faq_container h1 span {
	vertical-align: sub;
	font-size: 40px;
	margin-right: 10px;
}

/*よくあるご質問_○○についてタイトル*/
#faq_container h2 {
	margin: 50px 0 10px;
	padding: 20px 20px;
	color: #fff;
	background: #7ac7ab;
	font-size: 20px;
}


/*よくあるご質問_アンカー*/
#faq_container .anc_btn {
	overflow: hidden;
	list-style-type: none;
	padding: 0;
	margin: 0;
	background: #efffe2;
}
#faq_container .anc_btn li{
	width: 24.2%;
	float: left;
	margin: 0 1% 1% 0;
	position: relative;
	text-align: center;
	border-radius: 5px;
	border:2px solid #8eb2b8;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-weight: bold;
}
#faq_container .anc_btn li:nth-child(4n){
	margin-right: 0;
}
#faq_container .anc_btn li a::after {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-top: 2px solid #8c5d2c;
	border-right: 2px solid #8c5d2c;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	position: absolute;
	bottom: 8px;
	left: 0;
	right: 0;
	margin: auto;
}
#faq_container .anc_btn li a {
	background: #fff;
	display: block;
	padding: 20px 10px;
	text-decoration: none;
	color: #8c5d2c;
	border-radius: 5px;
	font-size: 20px;
	font-family: fot-tsukuardgothic-std, sans-serif!important;
}
#faq_container .anc_btn li a:hover {
	opacity: 0.5;
}
#faq_container .anc_btn li a span {
	display: block;
	text-align: center;
	margin: 5px 0;
	font-size: 12px;
	line-height: 1.3;
}


#faq_container dl {
	margin: 0;
}
/*よくあるご質問_質問*/
#faq_container dl dt {
    border-bottom: 1px dotted #633a17;
    padding: 15px 10px 15px 4.5rem;
    /*text-indent: -2em;*/
    position: relative;
    font-weight: bold;
    cursor: pointer;
}
#faq_container dl dt:hover {
	color: #f09ea4;
}
#faq_container dl dt::before {
	content: "Q";
    padding: 0 8px;
    position: absolute;
    left: 0;
    top: 15px;
    color: #fff;
}
#faq_container dl dt::after {
	content: "";
	width: 30px;
	height: 30px;
	border-radius: 5px;
	background: #8eb2b8;
	position: absolute;
	left: 0;
	top: 6px;
	z-index: -1;
}

/*よくあるご質問_回答*/
#faq_container dl dd {
	display: none;
	margin:0 0 20px 0;
	padding: 30px 10px 30px 4.5rem;
	position: relative;
	font-size: 14px;
	line-height: 1.5;
}
#faq_container dl dd::before {
	content: "A";
    padding: 0 10px;
    position: absolute;
    left: 0;
    top: 30px;
    color: #fff;
}
#faq_container dl dd::after {
	content: "";
	width: 30px;
	height: 30px;
	border-radius: 5px;
	background: #f09ea4;
	position: absolute;
	left: 0;
	top: 25px;
	z-index: -1;
}

#faq_container dl dd .main_answer {
	color: #f09ea4;
	font-weight: bold;
	display: block;
	margin: 0 0 10px;
	font-size: 16px;
}
#faq_container .faq_pinkblock {
	margin-top: 30px;
	border:1px solid #f09ea4;
}
#faq_container .faq_pinkblock p {
	padding: 20px;
	margin: 0;
}
#faq_container .faq_pinkblock p.pay_ttl {
	text-align: center;
	background: #f09ea4;
	color: #fff;
	font-weight: bold;
	padding:10px 10px;
	font-size: 16px;
}


.pay_cancel {
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
  	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  	padding: 0;
  	margin:5px 0 5px;
}
.pay_cancel li {
	padding: 20px;
	
	list-style-type: none;
}
/*.pay_cancel li:first-child {
	background:  #f09ea4;
	color: #fff446;
	width: 30%;
}*/
.faq_btn {
	display: inline-block;
	padding: 2px 10px;
	background: #f09ea4;
    color: #fff;
    text-decoration: none;
    border-radius: 3px;
}




.faq_contact h2 {
	background: #f09ea4!important;
	color: #fff!important;
}
.faq_contact .inner {
	/*padding: 20px 50px;*/
	/*background: #eee;*/
}
.faq_contact h3 {
	/*background: #f09ea4!important;
	color: #fff!important;*/
	/*padding: 10px;*/
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
.faq_contact .inner .faq_contact_clm {
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
  	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.faq_contact .inner .faq_contact_clm p {
	margin-top: 0;
}
.faq_contact .inner .faq_contact_clm > div {
	width: 50%;
}
.faq_contact .inner .faq_contact_clm > div:first-of-type {
	border-right: 1px solid #ccc;
	padding-right: 30px;
}
.faq_contact .inner .faq_contact_clm > div:last-of-type {
	padding-left: 30px;
}
.linebtn {
		height: 28px;
		margin-left: 44px;
	}



/*ご利用ガイド*/
.faq_guide h3 {
	background: #808080;
	color: #fff;
	padding:10px 10px 10px 40px;
	margin: 20px 0 20px;
	font-weight: bold;
    font-family: fot-tsukuardgothic-std, sans-serif!important;
    font-size: 20px;
    position: relative;
}
.faq_guide h3::before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	position: absolute;
	left: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
	transform: rotate(45deg);
-moz-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-o-transform: rotate(45deg);
-ms-transform: rotate(45deg);
}
.faq_guide_step_block::after {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background: #fff;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -11px;
	margin: auto;
	transform: rotate(135deg);
-moz-transform: rotate(135deg);
-webkit-transform: rotate(135deg);
-o-transform: rotate(135deg);
-ms-transform: rotate(135deg);
}
.faq_guide_step_block:last-of-type::after {
	display: none;
}
.faq_guide_step .faq_guide_step_block .step_ttl::after {
	content: "";
	position: absolute;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #8eb2b8;
	left: -40px;
	top: -2px;
	z-index: -2;
}
.faq_guide_step .faq_guide_step_block:nth-of-type(1) .step_ttl::before {
	content: "1";
	color: #fff;
	position: absolute;
	z-index: 2;
	left: -32px;
	top: -1px;
}
.faq_guide_step .faq_guide_step_block:nth-of-type(2) .step_ttl::before {
	content: "2";
	color: #fff;
	position: absolute;
	z-index: 2;
	left: -32px;
	top: -1px;
}
.faq_guide_step .faq_guide_step_block:nth-of-type(3) .step_ttl::before {
	content: "3";
	color: #fff;
	position: absolute;
	z-index: 2;
	left: -32px;
	top: -1px;
}
.faq_guide_step .faq_guide_step_block:nth-of-type(4) .step_ttl::before {
	content: "4";
	color: #fff;
	position: absolute;
	z-index: 2;
	left: -32px;
	top: -1px;
}
.faq_guide_step .faq_guide_step_block:nth-of-type(5) .step_ttl::before {
	content: "5";
	color: #fff;
	position: absolute;
	z-index: 2;
	left: -32px;
	top: -1px;
}
.faq_guide_step .faq_guide_step_block:nth-of-type(6) .step_ttl::before {
	content: "6";
	color: #fff;
	position: absolute;
	z-index: 2;
	left: -32px;
	top: -1px;
}
.faq_guide_step .faq_guide_step_block:nth-of-type(7) .step_ttl::before {
	content: "7";
	color: #fff;
	position: absolute;
	z-index: 2;
	left: -32px;
	top: -1px;
}
.faq_guide_step_block {
	border-radius: 5px;
	border:1px solid #ccc;
	margin-bottom: 30px;
	position: relative;
}
.faq_guide_step_block .inner {
	padding: 20px 20px 20px 100px;
}
.faq_guide_step_block .inner .step_ttl {
	font-size: 22px;
	font-weight: bold;
	position: relative;
	font-family: fot-tsukuardgothic-std, sans-serif!important;
	line-height: 1.2;
	margin-bottom: 10px;
	color: #7ac7ab;
}
@media all and (-ms-high-contrast: none){
  #faq_container h2 {
  	padding: 20px 20px 10px;
  }
  .faq_guide h3 {
  	padding: 20px 20px 10px 40px;
  }
  .faq_guide_step_block .inner .step_ttl {
  	margin-bottom: 0;
    line-height: 1.8; /* IE10以上 */
  }
}


@media screen and (max-width: 767px) {
	.faq_contact .inner .faq_contact_clm {
		-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
	}
	.faq_contact .inner .faq_contact_clm > div {
		width: 100%;
		padding: 0!important;
		border: none!important;
	}
	#faq_container .anc_btn,
	#faq_container .anc_btn li,
	#faq_container .anc_btn li a {
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	#faq_container .anc_btn {
		-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	}
	#faq_container .anc_btn a {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	}
	#faq_container .anc_btn li {
		width: 49%;
		float: none;
		margin: 0 0 1%;
		font-size: 4.5vw;
	}
	#faq_container .anc_btn li span {
		font-size: 2.5vw!important;
		display: block;
		width: 100%;
	}
	#faq_container .anc_btn li a {
		font-size: 4.3vw;
	}
	#faq_container dl dd {
		font-size: 12px;
		padding: 55px 0 30px 0;
	}
	#faq_container dl dd::after {
		content: "";
		width: 30px;
		height: 30px;
		border-radius: 5px;
		background: #f09ea4;
		position: absolute;
		left: 0;
		top: 15px;
		z-index: -1;
	}
	#faq_container dl dd::before {
		content: "A";
		padding: 0 9px;
		position: absolute;
		left: 0;
		top: 18px;
		color: #fff;
		font-size: 16px!important;
	}
	.inner {
		padding: 10px;
	}
	.pay_cancel {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.pay_cancel li {
		width: 100%!important;
	}
	.faq_contact .inner {
		padding: 10px 20px;
	}
	.faq_contact .inner p {
		font-size: 12px;
	}
	.faq_contact .inner .faq_contact_clm > div {
		margin-top: 30px;
	}
	.linebtn {
		height: 26px;
		margin-left: 37px;
	}
	.faq_guide_step_block .inner {
		padding-left: 60px;
	}
	.faq_guide_step_block .inner .step_ttl {
		line-height: 1.2;
		margin-bottom: 10px;
	}
}


/*店舗TOPへ戻る*/
.shopTop {
	display: block;
	width: 50px;
	height: 50px;
	position: fixed;
	bottom: 20px;
	right: 50px;
	background: rgba(150,150,150,0.8);
	color: #fff;
	padding:15px 10px 0;
	text-align: center;
	border-radius: 10%;
	text-decoration: none;
	line-height: 1.2em;
}

	/*アンカー飛んだ時のずれ調整*/
	#faq1,#faq2,#faq3 {
		margin-top: -80px;
		padding-top: 80px;
		display: block;
	}




@media only screen and (max-device-width: 768px) {
	/*よくあるご質問_タイトル*/
	#faq_container h1 {
		font-size: 20px;
	}

	/*よくあるご質問_○○についてタイトル*/
	#faq_container h2 {
		font-size: 20px;
	}
	/*店舗TOPへ戻る*/
	.shopTop {
		bottom: 10px;
		right: 10px;
	}


}



