




/************* 共通 ****************/
/*調整用*/
.pageTitle {
	border-bottom: none;
}
.pageTitle span {
	color: #72dd6c;
}
section a {
	text-decoration: none;
}
section p {
	margin: 0;
}
/*小見出し*/
section h5 {
	font-size: 29px;
	font-weight: bold;
	color: #F7931E;
	text-align: center;
	margin: 0;
}
section h5::before {
	content: '\f068';
	color: #F7931E;
	font-size: 25px;
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	margin-right: 20px;
}
section h5::after {
	content: '\f068';
	color: #F7931E;
	font-size: 25px;
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	margin-left: 20px;
}








/************* カテゴリから探す ****************/
section.top_link {
	padding-top: 10px;
	margin-bottom: 60px;
}
section.top_link ul {
	width: 95%;
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}
section.top_link ul li {
	width: 32%;
	margin-bottom: 25px;
}
section.top_link ul li:not(:nth-of-type(3n)) {
	margin-right: 2%;
}
section.top_link ul a {
	display: block;
	width: 100%;
	height: 70px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	font-weight: bold;
	color: #111111;
	background-color: #FFF;
	border: 4px solid #F7931E;
	border-radius: 8px;
	filter: drop-shadow(0px 6px 0px rgba(0, 0, 0, .2));
	position: relative;
}
section.top_link ul li a::before {
	position: absolute;
	top: 50%;
	left: 25px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	content: '';
	display: inline-block;
	width: 35px;
	height: 35px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	vertical-align: middle;
}
section.top_link ul li:nth-of-type(1) a::before {
	background-image: url(../img/faq/qa_syasyu.png);
}
section.top_link ul li:nth-of-type(2) a::before {
	background-image: url(../img/faq/qa_tenpo.png);
}
section.top_link ul li:nth-of-type(3) a::before {
	background-image: url(../img/faq/qa_kounyuu.png);
}
section.top_link ul li:nth-of-type(4) a::before {
	background-image: url(../img/faq/qa_shiharai.png);
}
section.top_link ul li:nth-of-type(5) a::before {
	background-image: url(../img/faq/qa_tenken.png);
}
section.top_link ul li a::after {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	content: '\f13a';
	color: #F7931E;
	font-size: 22px;
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
}
/*hover*/
section.top_link ul li a:hover {
	filter: none;
	opacity: 0.7;
	transform: translate3d(0, 3px, 0);
}









/************* お問い合わせボタンエリア ****************/
section.faq_contact {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	background-color: #FFFEE9;
	padding-top: 60px;
	padding-bottom: 60px;
}
section.faq_contact p {
	font-size: 26px;
	font-weight: bold;
	color: #F7931E;
	text-align: center;
}
section.faq_contact a {
	display: block;
	width: 450px;
	margin: 29px auto 0;
}
section.faq_contact a img {
	width: 100%;
	height: auto;
}
/*hover*/
section.faq_contact a:hover {
	opacity: 0.7;
	transform: translate3d(0, 1px, 0);
}








/************* 汎用コンテンツ用 ****************/
section.faq_content {
	padding-top: 80px;
	padding-bottom: 55px;
}
section.faq_content.last {
	margin-bottom: 100px;
}
section.faq_content h5 {
	margin-bottom: 60px;
}
section.faq_content dl {
	width: 860px;
	margin: 0 auto 20px;
}
section.faq_content dl dt {
	width: 100%;
	background-color: #F7F3EF;
	padding: 24px 0 20px;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	line-height: 1.4;
	padding-right: 21px;
	padding-left: 21px;
	padding-left: calc(21px + 28px);
	text-indent: -28px;
}
section.faq_content dl dt::before {
	background-image: url(../img/faq/q_icon.png);
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	vertical-align: sub;
	margin-right: 9px;
}
section.faq_content dl dd {
	width: 100%;
	border-left: 10px solid #F7F3EF;
	border-right: 10px solid #F7F3EF;
	border-bottom: 10px solid #F7F3EF;
	padding: 20px 40px 20px 75px;
	text-indent: -28px;
	font-size: 18px;
	font-weight: 500;
	color: #000;
	line-height: 1.6;
}
section.faq_content dl dd::before {
	background-image: url(../img/faq/a_icon.png);
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	vertical-align: sub;
	margin-right: 9px;
}
/*「カテゴリから探す」へ戻る*/
section.faq_content > div > a {
	display: block;
	width: max-content;
	margin: 26px auto 0;
	font-size: 16px;
	font-weight: 600;
	color: #0F5EB8;
	line-height: 1;
	border-bottom: 1px solid #0F5EB8;
}
section.faq_content > div > a::before {
	content: '\f139';
	font-size: 18px;
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	margin-right: 4px;
}
/*hover*/
section.faq_content > div > a:hover {
	color: #000;
}








/* こんなお悩みありませんか？ ************************/
section.onayami {
	width: 90%;
	max-width: 1080px;
	margin: 140px auto 0;
	padding-bottom: 120px;
}
section.onayami h3 {
	width: max-content;
	font-size: 24px;
	font-weight: 600;
	color: #000;
	margin: 0 auto 20px;
}
section.onayami h3 span {
	color: #1263AB;
}
section.onayami h3::before {
	background-image: url(../img/faq/att_black_left.png);
	content: '';
	display: inline-block;
	width: 14px;
	height: 28px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	vertical-align: middle;
	margin-right: 5px;
}
section.onayami h3::after {
	background-image: url(../img/faq/att_black_right.png);
	content: '';
	display: inline-block;
	width: 14px;
	height: 28px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	vertical-align: middle;
	margin-left: 5px;
}
/*吹き出し*/
section.onayami ul {
	width: 840px;
	margin: 0 auto -30px;
	display: flex;
	justify-content: space-between;
}
section.onayami ul li {
	width: 412px;
	background-color: #DDE6EE;
	border-radius: 12px;
	padding: 30px 126px 20px 20px;
	background-size: 120px 100px;
	background-repeat: no-repeat;
	background-position: right 10px bottom 14px;
	filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, .2));
	position: relative;
}
section.onayami ul li::after {
	display: block;
	content: "";
	position: absolute;
	right: 0;
	bottom: -10px;
	left: 0;
	width: 0px;
	height: 0px;
	margin: auto;
	border-style: solid;
	border-color: #DDE6EE transparent transparent transparent;
	border-width: 10px 6px 0 6px;
}
section.onayami ul li:nth-of-type(1) {
	background-image: url(../img/faq/nayami_1.png);
}
section.onayami ul li:nth-of-type(2) {
	background-image: url(../img/faq/nayami_2.png);
}
section.onayami ul li h4 {
	font-size: 24px;
	font-weight: 600;
	color: #323232;
	margin: 0 0 10px 0;
}
section.onayami ul li h4 span {
	color: #1263AB
}
section.onayami ul li p {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.6;
	margin: 0;
}
section.onayami > div > img {
	width: 100%;
	height: auto;
}
section.onayami > div > div{
	background-color: #FFD800;
	border-radius: 0 0 20px 20px;
	padding-top: 20px;
	padding-bottom: 50px;
}
section.onayami > div > div > p {
	font-size: 26px;
	font-weight: 600;
	color: #000;
	text-align: center;
	margin: 0 0 20px 0;
}
section.onayami > div > div > p span {
	color: #EF001F;
}
/*来店予約はこちら！*/
section.onayami > div > div a {
	width: 800px;
	display: block;
	margin: 10px auto 0;
	position: relative;
	filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, .2));
}
/*hover*/
section.onayami > div > div a:hover {
	filter: brightness(1.15);
	transform: translate3d(0, 2px, 0);
}
section.onayami > div > div a img {
	width: 100%;
	height: auto;
}
section.onayami > div > div a p {
	width: max-content;
	position: absolute;
	top: 52%;
	left: 58%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	font-size: 40px;
	font-weight: 600;
	color: #FFF;
	line-height: 1.3;
	margin: 0;
}
section.onayami > div > div a p span {
	font-size: 48px;
}









.ipc {
	display: block;
}
.isp {
	display: none !important;
}
.bpc {
	display: block;
}
.bsp {
	display: none !important;
}
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
@media screen and (max-width: 1079px) {
*{}
*{}
*{}
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.ipc {
	display: none !important;
}
.isp {
	display: block !important;
}
.bpc {
	display: none !important;
}
.bsp {
	display: block !important;
}











/************* 共通 ****************/
/*小見出し*/
section h5 {
	font-size: 22px;
}
section h5::before {
	font-size: 22px;
}
section h5::after {
	font-size: 22px;
}








/************* カテゴリから探す ****************/
section.top_link {
	padding-top: 20px;
	margin-bottom: 50px;
}
section.top_link ul {
	width: 80%;
	max-width: 400px;
}
section.top_link ul li {
	width: 100%;
	margin-bottom: 15px;
}
section.top_link ul li:not(:nth-of-type(3n)) {
	margin-right: 0;
}
section.top_link ul a {
	height: 55px;
	font-size: min(4.5vw, 18px);
}
section.top_link ul li a::before {
	width: 30px;
	height: 30px;
	left: 15px;
}
section.top_link ul li a::after {
	font-size: 15px;
	right: 15px;
}








/************* お問い合わせボタンエリア ****************/
section.faq_contact {
	padding-top: 40px;
	padding-bottom: 40px;
}
section.faq_contact p {
	font-size: 15px;
}
section.faq_contact a {
	width: 90%;
	max-width: 300px;
	margin: 20px auto 0;
}









/************* 汎用コンテンツ用 ****************/
section.faq_content {
	padding-top: 55px;
	padding-bottom: 15px;
}
section.faq_content.last {
	margin-bottom: 70px;
}
section.faq_content h5 {
	margin-bottom: 30px;
}
section.faq_content dl {
	width: 100%;
	max-width: 600px;
}
section.faq_content dl dt {
	font-size: 14px;
	padding-left: calc(21px + 24px);
	text-indent: -24px;
}
section.faq_content dl dt::before {
	width: 15px;
	height: 15px;
}
section.faq_content dl dd {
	font-size: 14px;
	padding: 10px 18px 10px 39px;
	text-indent: -23px;
}
section.faq_content dl dd::before {
	width: 15px;
	height: 15px;
}
/*「カテゴリから探す」へ戻る*/
section.faq_content > div > a {
	font-size: 14px;
	margin: 20px auto 0;
}
section.faq_content > div > a::before {
	font-size: 16px;
}









/* こんなお悩みありませんか？ ************************/
section.onayami {
	width: 100%;
	max-width: 600px;
	margin: 60px auto 0;
	padding-bottom: 20px;
}
section.onayami h3 {
	font-size: 16px;
	margin: 0 auto 10px;
}
section.onayami h3 span {
	font-size: 22px;
}
section.onayami h3::before {
	width: 10px;
	height: 26px;
}
section.onayami h3::after {
	width: 10px;
	height: 26px;
}
/*吹き出し*/
section.onayami ul {
	width: 90%;
	margin: 0 auto -10px;
}
section.onayami ul li {
	width: 48%;
	background-position: center top 15px;
	background-size: 46px 38px;
	padding: 60px 12px 16px 12px;
}
section.onayami ul li h4 {
	font-size: 18px;
	line-height: 1.4;
}
section.onayami ul li p {
	font-size: 13px;
}
section.onayami > div > img {
	width: 100%;
}
section.onayami > div > div{
	padding-bottom: 30px;
}
section.onayami > div > div > p {
	font-size: 20px;
	line-height:1.4;
	margin: 0 0 15px 0;
}
/*来店予約はこちら！*/
section.onayami > div > div a {
	width: 90%;
	max-width: 400px;
}
section.onayami > div > div a p {
	font-size: min(6vw, 24px);
	line-height: 1.4;
	left: 65%;
}
section.onayami > div > div a p span {
	display: block;
	font-size: min(8vw, 32px);
}








/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
}
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/