@charset "utf-8";
/* 
Theme Name: genova_tpl
File: style.css
Author: Genova Design
Author URL: https://genova.co.jp/
Description: Genova 2021 Wordpress template
Version: 1.0
*/


/*-----------------------------------------------------------
■ 1 Html
-----------------------------------------------------------*/

/*--------------------------------------
	general
--------------------------------------*/

/*reset*/
html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,figure,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;*font-size:100%}legend{color:#000}#yui3-css-stamp.cssreset{display:none}

html {
	font-size: 62.5%;
}

body {
	position: relative;
	font-family: 'Noto Sans JP', 'Meiryo', 'メイリオ', Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	font-size: 1.6em;
	letter-spacing: .1em;
	line-height: 2em;
	font-weight: 400;
	color: #312B26;
	background: #FAF8F7;
	-webkit-text-size-adjust: 100%;
}

*, *::before, *::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

a {
	vertical-align: middle;
	text-decoration: none;
	color: #333;
	-moz-transition-duration: 0.7s;
	-o-transition-duration: 0.7s;
	-webkit-transition-duration: 0.7s;
	transition-duration: 0.7s;
}

a[href^="tel:"] {
	pointer-events: none;
	cursor: text;
	vertical-align: baseline;
}

a:focus, *:focus {
	outline: none;
}

a:hover img {
	opacity: 0.8;
}

img {
	width: auto;
	max-width: 100%;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

img[src$=".svg"] {
    width: 100%;
}

p {
	margin-bottom: 20px;
}

p:last-child {
	margin-bottom: 0;
}

table {
	width: 100%;
}

strong {
	font-weight: bold;
}


@media screen and (max-width: 767px) {

	a[href^="tel:"] {
		pointer-events: auto;
		cursor: pointer;
	}

	.auto_height {
		height: auto!important;
	}

}


/*--------------------------------------
	icons
--------------------------------------*/

@font-face {
	font-family: 'icomoon';
	src:  url('./libs/icomoon/icomoon.eot');
	src:  url('../libs/icomoon/icomoon.eot#iefix') format('embedded-opentype'),
		url('./libs/icomoon/icomoon.ttf') format('truetype'),
		url('./libs/icomoon/icomoon.woff') format('woff'),
		url('./libs/icomoon/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class*='icon-']:not([class*='eicon-']):not([class*='elementor-icon-'])::before {
	display: inline-block;
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	vertical-align: baseline;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-home::before {content: "\e90b";}
.icon-blog::before {content: "\e900";}
.icon-category::before {content: "\e901";}
.icon-check::before {content: "\e902";}
.icon-checked::before {content: "\e903";}
.icon-down::before {content: "\e904";}
.icon-facebook::before {content: "\e905";}
.icon-google::before {content: "\e906";}
.icon-line::before {content: "\e907";}
.icon-twitter::before {content: "\e908";}
.icon-arrow02::before {content: "\e909";}
.icon-arrow01::before {content: "\e910";}
.icon-search::before {content: "\e911";}
.icon-tag::before {content: "\e912";}
.icon-checkbox-unchecked::before {content: "\ea53";}
.icon-checkbox-checked::before {content: "\ea52";}
.radio-unchecked::before {content: "\ea56";}
.radio-checked::before {content: "\ea54";}
.radio-checked2::before {content: "\ea55";}


/*--------------------------------------
	shortcuts
--------------------------------------*/

/*margin */
.mb0 { margin-bottom: 0px!important; }
.mb5 { margin-bottom: 5px!important; }
.mb10 { margin-bottom: 10px!important; }
.mb15 { margin-bottom: 15px!important; }
.mb20 { margin-bottom: 20px!important; }
.mb25 { margin-bottom: 25px!important; }
.mb30 { margin-bottom: 30px!important; }
.mb35 { margin-bottom: 35px!important; }
.mb40 { margin-bottom: 40px!important; }
.mb45 { margin-bottom: 45px!important; }
.mb50 { margin-bottom: 50px!important; }
.mb55 { margin-bottom: 55px!important; }
.mb60 { margin-bottom: 60px!important; }
.mb65 { margin-bottom: 65px!important; }
.mb70 { margin-bottom: 70px!important; }
.mb75 { margin-bottom: 75px!important; }
.mb80 { margin-bottom: 80px!important; }
.mb85 { margin-bottom: 85px!important; }
.mb90 { margin-bottom: 90px!important; }
.mb95 { margin-bottom: 95px!important; }
.mb100 { margin-bottom: 100px!important; }

/* float */
.fr {
	float: right!important;
}

.fl {
	float: left!important;
}

/* clear */
.clearfix {
	*zoom: 1;
}

.clearfix::after {
	content: "";
	display: table;
	clear: both;
}

.cl {
	clear: both!important;
}

/* text indent */
.textHide {
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

/* text-align */
.tac {
	text-align: center!important;
}

.tar {
	text-align: right!important;
}

.tal {
	text-align: left!important;
}

/* font-weight */
.fb {
	font-weight: bold!important;
}

.half {
	display: inline-block;
}

/*Pc/sp change*/
.sp {
	display: none;
}

.mb {
	display: none;
}

@media screen and (max-width: 767px) {

	.pc {
		display: none!important;
	}

	.sp {
		display: block!important;
	}
}

@media screen and (max-width: 480px) {

	.mb {
		display: block;
	}

	.pcm {
		display: none;
	}

}


/*--------------------------------------
	container / wrapper
--------------------------------------*/

.container {
	width: 100%;
	max-width: 1140px;
	padding: 0 30px;
	margin: 0 auto;
}

.container::after {
	content: "";
	display: block;
	clear: both;
}

#wrapper {
	height: 100%;
}

@media (max-width: 767px) {

	.container {
		padding: 0 20px;
	}

}


/*--------------------------------------
	text color
--------------------------------------*/

.txt_color {
	color: #94C789;
}

.txt_link {
	vertical-align: top;
	text-decoration: underline!important;
	font-weight: bold;
	color: #94C789!important;
}

.txt_link:hover {
	text-decoration: none!important;
}

.catch_title {
	text-align: center;
	font-size: 22px;
	line-height: 1.6;
	letter-spacing: 0.15em;
	color: #FFAEA2;
}


/*-----------------------------------------------------------
■ 2 Header
-----------------------------------------------------------*/

/*--------------------------------------
	general
--------------------------------------*/

#header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	-moz-transition-duration: 0.7s;
	-o-transition-duration: 0.7s;
	-webkit-transition-duration: 0.7s;
	transition-duration: 0.7s;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100px;
	background: #fff;
}

/* container */
.header__main-container, 
.header__sub-container {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
}

.header__main-container {
	padding: 0px 30px;
}

.header__sub-container {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 220px;
}

/* menu */
.menu-text {
	color: #333;
}

/* sub menu */
header .g-nav > li > .up-menu sub {
	color: #94C789;
}


@media screen and (max-width: 767px) {

	/* container */
	.header__main-container {
		padding: 0px;
		-webkit-flex-direction: column;
		flex-direction: column;
	}

	.header__sub-container {
		width: calc(100% - 40px);
		margin: 10px 20px;
	    flex-grow: initial;
		flex-shrink: initial;
		flex-basis: initial;
	}

}


/*--------------------------------------
	logo
--------------------------------------*/

header .header__logo {
	padding-right: 20px;
}

header .header__logo img {
	width: 100%;
	max-width: 250px;
}


/*--------------------------------------
	nav
--------------------------------------*/

header .header__nav nav ol {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}

header .header__nav nav ol > li:hover {
	background-color: rgba(209,209,240,0.2);
}

header .header__nav nav ol > li .up-menu {
	position: relative;
	width: auto;
	vertical-align: middle;
	text-align: center;
	font-size: 14px;
	letter-spacing: 0.08em;
	line-height: 1.2;
	white-space: pre;
	color: #333;
	cursor: pointer;
	-moz-transition-duration: 0.7s;
	-o-transition-duration: 0.7s;
	-webkit-transition-duration: 0.7s;
	transition-duration: 0.7s;
}

header .header__nav nav ol > li > .up-menu a,
header .header__nav nav ol > li > .up-menu span {
	display: block;
	padding: 1.6rem 1.5rem;
	margin: 0 auto;
}

header .header__nav nav ol > li > .up-menu sub {
	display: block;
	padding-top: 10px;
	font-size: 10px;
	letter-spacing: 0.25em;
}

.sub-menu {
	position: absolute;
	top: calc(100% + 10px);
	left: 50%;
	width: 130px;
	height: auto;
	padding: 10px 20px;
	border-radius: 0.5em;
	box-shadow: 0 1px 5px rgb(0 0 0 / 10%);
	visibility: hidden;
	opacity: 0;
	background: rgba(222, 241, 204, 0.9);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.sub-menu a {
	font-size: 14px;
}

.menu-item-has-children {
	position: relative;
}

.menu-item-has-children:hover .sub-menu {
	visibility: visible;
	opacity: 1;
}


@media screen and (min-width: 768px) {

	header .header__nav nav ol > li dl {
		pointer-events: none;
	}

	header .header__nav nav ol .sub-menu a:hover{
		color: #94C789;
		-moz-transition-duration: 0.3s;
		-o-transition-duration: 0.3s;
		-webkit-transition-duration: 0.3s;
		transition-duration: 0.3s;
	}	

	.menu-item-has-children:hover::after {
		content:"";
		position: absolute;
		left: 0;
		bottom: -20px;
		width: 100%;
		height: 40px;
	}

}


@media screen and (max-width: 1000px) and (min-width: 768px) {

	header .header__nav nav ol > li .up-menu {
		font-size: 12px;
	}

}


@media screen and (max-width: 767px) {

	header .header__nav {
		width: 100%;
	}

	header .header__nav nav ol {
		display: none;
		-webkit-flex-direction: column;
		flex-direction: column; 
	}

	header .header__nav nav ol > li {
		position: relative;
		width: 100%;
		border-left: none;
		border-top: 1px solid #fff;
	}

	header .header__nav nav ol > li > .up-menu {
		display: block;
		width: 100%;
		height: auto;
		padding: 18px 50px 18px 20px;
		text-align: left;
		font-size: 15px;
		background: #94C789;
	}

	header .header__nav nav ol > li > .up-menu:hover {
		background: #85d43e;
	}

	header .header__nav nav ol > li > .up-menu a,
	header .header__nav nav ol > li > .up-menu span {
		padding: 0px;
	}

	header .header__nav nav ol > li > .up-menu span {
		margin: 0;
	}

	header .header__nav nav ol > li > span {
		position: relative;
	}

	header .header__nav nav ol > li .up-menu .menu-text, 
	header .header__nav nav ol > li > .up-menu sub{
		color: white;
	}

	header .header__nav nav ol > li + li {
		margin-left: 0px;
	}

	header .header__nav nav ol > li ul li {
		border-top: 1px solid #94C789;
	}

	.menu-item-has-children .up-menu::after {
		content: "";
		position: absolute;
		top: 50%;
		right: 20px;
		width: 16px;
		height: 16px;
		border-bottom: 2px solid #fff;
		border-left: 2px solid #fff;
		margin-top: -14px;
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		-moz-transition-duration: 0.2s;
		-o-transition-duration: 0.2s;
		-webkit-transition-duration: 0.2s;
		transition-duration: 0.2s;
	}

	.menu-item-has-children.hover .up-menu::after {
		margin-top: -3px;
		-moz-transform: rotate(135deg);
		-ms-transform: rotate(135deg);
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
	}

	.sub-menu {
		width: 100%;
	}

	header .header__nav nav ol > li .sub-menu a {
		padding: 15px 20px 12px;
		text-align: left;
		background: #e5f9d3;
	}

	header .header__nav nav ol > li .sub-menu a:hover {
		text-decoration: none;
		background: #edfae1;
	}

	header .header__nav nav ol > li dl {
		position: relative;
		top: 0;
		padding: 0;
		background: none;
	}

	header .header__nav nav ol > li dl li {
		padding-left: 0;
	}

	header .header__nav nav ol > li dl li::before {
		display: none;
	}

	header .header__nav nav ol > li dt {
		display: none;
	}

	header .header__nav nav ol > li .sub-menu {
		position: inherit;
		display: none;
		top: 0;
		padding: 0;
		border-radius: 0;
	}

	header .header__nav nav ol > li.hover .sub-menu {
		display: block;
		visibility: initial;
		opacity: 1;
		filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	}

	header .header__nav nav ol > li .sub-menu li {
		display: block;
	}

	header .header__nav nav ol > li .sub-menu li:first-child {
		border-top: 0px;
	}

	header .header__nav nav ol > li .sub-menu a {
		display: block;
	}

	header .header__nav nav ol > li.hover > span + dl,  
	header .header_menu .header__nav nav ol > li > span:hover + dl {
		opacity: 1;
		pointer-events: auto;
	}

}


/*--------------------------------------
	toggle menu
--------------------------------------*/

header .toggle-menu {
	display: none;
}

.toggle-menu__trigger,
.toggle-menu__trigger span {
	display: inline-block;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.toggle-menu__trigger {
	position: relative;
	display: block;
	width: 38px;
	height: 24px;
	padding: 0;
	border: 0px;
	margin: 0;
	text-align: center;
	background: none;
}

.toggle-menu__trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #94C789;
}

.toggle-menu__trigger span:nth-of-type(1) {
	top: 0;
}

.toggle-menu__trigger span:nth-of-type(2) {
	top: 10px;
}

.toggle-menu__trigger span:nth-of-type(3) {
	bottom: 0;
}

.toggle-menu.active .toggle-menu__trigger span:nth-of-type(1) {
	-moz-transform: translateY(10px) rotate(-45deg);
	-ms-transform: translateY(10px) rotate(-45deg);
	-webkit-transform: translateY(10px) rotate(-45deg);
	transform: translateY(10px) rotate(-45deg);
}

.toggle-menu.active .toggle-menu__trigger span:nth-of-type(2) {
	opacity: 0;
}

.toggle-menu.active .toggle-menu__trigger span:nth-of-type(3) {
	-moz-transform: translateY(-10px) rotate(45deg);
	-ms-transform: translateY(-10px) rotate(45deg);
	-webkit-transform: translateY(-10px) rotate(45deg);
	transform: translateY(-10px) rotate(45deg);
}


@media screen and (max-width: 767px) {

	header .toggle-menu {
		display: block;
	}

}


/*-----------------------------------------------------------
■ 3 Footer
-----------------------------------------------------------*/

/*--------------------------------------
	general
--------------------------------------*/

#footer {
	padding: 30px 0;
	background-color: #edfae1;
	background-size: cover;
}


/*--------------------------------------
	footer menu
--------------------------------------*/

footer .footer-menu {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}

footer .footer-menu__block {
	-webkit-flex: 1;
	flex: 1;
	margin-left: 8%;
}

footer .footer-menu__block:first-child {
	margin: 0;
}

footer .footer-menu__block .footer-menu__title {
	position: relative;
	padding-bottom: 30px;
	border-bottom: 1px solid #333;
	margin-bottom: 25px;
	font-size: 17px;
	line-height: 1;
	letter-spacing: 0.1em;
}

footer .footer-menu__block .footer-menu__navi {
	padding-top: 3px;
}

footer .footer-menu__block .footer-menu__navi li {
	position: relative;
	margin-top: 19px;
	font-size: 13px;
	line-height: 1.6;
	letter-spacing: 0.1em;
}

footer .footer-menu__block .footer-menu__navi li:first-child {
	margin: 0;
}

footer .footer-menu__block .footer-menu__navi li::before {
	margin-right: 5px;
	font-size: 10px;
	color: #6fba2c;
}

footer .footer-menu__block .footer-menu__navi li a {
	vertical-align: top;
}

footer .footer-menu__block .footer-menu__navi li a:hover {
	color: #6fba2c;
}

footer .footer-menu__block .access_box {
	font-size: 13px;
	line-height: 1.9;
}

footer .footer-menu__block .access_box p {
	margin-bottom: 22px;
}

footer .footer-menu__block .access_box dl dt {
	font-weight: bold;
}

footer .copyright {
	margin-top: 99px;
	font-size: 11px;
	line-height: 1.8;
	color: #BCBCBC;
}


@media screen and (max-width: 767px) {

	footer .footer-menu {
		display: block;
	}	

	footer .footer-menu__block {
		margin-top: 40px;
		margin-left: 0;
	}

	footer .footer-menu__block .footer-menu__title {
		padding-bottom: 20px;
		margin-bottom: 15px;
	}

	footer .copyright {
		margin-top: 30px;
	}

}

/*--------------------------------------
	fixed box
--------------------------------------*/

.fixed-box {
	position: fixed;
	right: 0px;
	bottom: 0;
	display: block;
	width: 100%;
	height: auto;
	z-index: 1;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.fixed-box .fixed-banner__pc ul, 
.fixed-box .fixed-banner__sp ul {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-align-items: flex-end;
	align-items: flex-end;
}

.fixed-banner__sp {
	display: none;
}

.fixed-box img {
	max-width: 100%;
	vertical-align: middle;
}

 
@media screen and (max-width: 767px) {

	.fixed-banner__sp {
		display: block;
	}

	.fixed-banner__pc {
		display: none;
	}

	#footer{
		padding-bottom: 20%;
	}

}

/*-----------------------------------------------------------
■ 3 Other Common Elements
-----------------------------------------------------------*/

/*--------------------------------------
	conversion section
--------------------------------------*/

.conversion {
	padding: 53px 0 61px;
	text-align: center;
	background: #ccc;
	background-size: cover;
}

.conversion .conversion__title {
	margin-bottom: 25px;
	font-size: 34px;
	letter-spacing: 0.15em;
	line-height: 1.6;
	color: #fff;
}

.conversion .conversion__text {
	margin-top: 30px;
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 2;
	color: #fff;
}

.conversion .conversion__list{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}

.conversion .conversion__list li + li {
	margin-left: 1%;
}


@media screen and (max-width: 767px) { 

	.conversion .conversion__title {
		font-size: 28px;
	}

	.conversion .conversion__list {
		max-width: 535px;
		margin: 0 auto;
	}

	.conversion .conversion__list{
		-webkit-flex-direction: column;
		flex-direction: column;
	}

	.conversion .conversion__list li + li {
		margin-top: 10px;
		margin-left: 0%;
	}

}

/*-----------------------------------------------------------
■ 4 Elementor overwrite
-----------------------------------------------------------*/

.elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
	padding: 0!important;
}

.elementor img {
	width: auto!important;
}

.elementor-image-box-wrapper {
	display: block!important;
}

.elementor-widget-image-box .elementor-image-box-content {
	text-align: left!important;
}

.elementor-image-box-title {
	padding: 10px 20px;
	margin-bottom: 20px;
	overflow: hidden;
	font-size: 18px;
	line-height: 1.4;
	color: #fff;
	background: #3dc2b7;
}

.elementor-image-box-img {
	float: right;
	display: block!important;
	width: 30%!important;
	margin: 0 0 10px 20px!important;
	text-align: center;
	text-align: right;
}

.img_l .elementor-image-box-img {
	float: left;
	margin: 0 20px 10px 0!important;
}

.auto_width .elementor-image-box-img {
	width: auto!important;
}

.elementor-widget-image .elementor-image > a,
.elementor-widget-image .elementor-image figure > a {
	display: inline-block!important;
}

.elementor-widget-image .elementor-image > a:hover img,
.elementor-widget-image .elementor-image figure > a:hover img {
	opacity: 0.8!important;
}

.elementor-slideshow__header {
	width: calc(100% - 50px)!important;
	padding-left: 0em!important;
	padding-right: 0em!important;
}

.elementor-text-editor ul {
 	list-style: inside;
}

@media screen and (max-width: 767px) {

	.elementor-image-box-img,
	.img_l .elementor-image-box-img {
		float: none;
		width: 100%!important;
		margin: 0 auto 20px!important;
		text-align: center;
	}

}

#header {
	height: auto;
	background: inherit;
	z-index: 9999;
}

.header__main-container {
	width: 700px;
	height: 99px;
	background: #fff;
	padding: 0 0 0 30px;
	flex-wrap: wrap;
}

.header__sub-container {
	flex-basis: 163px;
}

header .header__logo a {
	display: block;
	line-height: 1;
}

header .header__logo img {
	width: 143px;
}

.header__nav{
	width: 506px;
	padding: 0 20px;
}

header .header__nav nav ol {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;

}

header .header__nav nav ol li a {
	position: relative;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	font-size: 1.4rem;
	line-height: 1;
	letter-spacing: .03em;
	height: 99px;
	padding: 0 1.45rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

header .header__nav nav ol li a:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background: #DE8F90;
	opacity: 0;
	transition-duration: .3s;
}

header .header__nav nav ol li a:hover:after{
	opacity: 1;
}

header .header__nav nav ol > li:hover {
	background-color: #fff;
}

#menu-btn{
	display: none;
}

#contact-us{
	display: block;
	background-image: url(img/common/footer-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

#contact-us .contact-inner{
	max-width: 866px;
	margin: 0 auto;
	padding: 80px 0;
}

#contact-us h2{
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	text-align: center;
	font-size: 1.4rem;
	line-height: 2.1;
	letter-spacing: .03em;
	color: #fff;
	margin: 0;
	padding: 0;
}

#contact-us h2 span.en{
	display: block;
	font-family: 'Cormorant Garamond', serif;
	font-weight: 500;
	font-size: 4.4rem;
	line-height: .8;
	letter-spacing: 0;
	padding-bottom: 8px;
}

#contact-us .read-box{
	max-width: 418px;
	margin: 0 auto;
	padding: 40px 0;
}

#contact-us .read-box p{
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.94;
	letter-spacing: .05em;
	color: #fff;
}

#contact-us .btn-box{
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 38px;
}

#contact-us .tel-btn a,
#contact-us .dpro-btn a{
	display: block;
	width: 100%;
	border-radius: 3.8rem;
	box-shadow: 0 2px 30px rgba(77,70,66,0.2);
}

#contact-us .dpro-btn a{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

#contact-us .dpro-btn a img{
	transition-duration: .3s;
}

#contact-us .dpro-btn a img:hover{
	opacity: 0;
}

#footer{
	padding: 30px 0 0;
	background: transparent;
}

#ft-logo-box,
#ft-sitemap,
#copyright{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

#ft-logo-box,
#ft-sitemap{
	padding-bottom: 28px;
}

#ft-logo-box .f-logo{
	width: 131px;
}

#ft-sitemap a{
	display: inline-block;
	font-size: 12px;
	line-height: 1;
	letter-spacing: .03em;
	color: #A77475;
}

#copyright{
	height: 31px;
	background: #A77475;
}

#copyright span.copy{
	font-size: 12px;
	line-height: 1;
	letter-spacing: .03em;
	color: #fff;
}

.fixed-box {
	right: 10px;
	bottom: 30px;
	width: 41%;
	z-index: 520;
}

.fixed-banner__pc li{
	margin-left: 6px;
}

.fixed-banner__pc .fix-tel{
	width: 194px;
}

.fixed-banner__pc .fix-gt{
	width: 50px;
}


@media screen and (max-width: 1080px) {
	#contact-us .btn-box{
		padding: 0 38px;
	}
}


@media screen and (max-width: 767px) {

	.header__main-container {
		width: 100%;
		height: auto;
		background: transparent;
		padding: 0;
	}

	.header__sub-container {
		flex-basis: initial;
		position: relative;
		z-index: 9999;
		width: 100%;
		margin: 0;
		padding: 5px;
	}

	header .header__logo a {
		background: #fff;
		width: 107px;
		height: 45px;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}

	header .header__logo img {
		width: 81px;
	}

	header .header__nav nav ol li a:after {
		display: none;
	}

	#menu-btn{
		position: relative;
		display: block;
		width: 45px;
		height: 45px;
		background: #CE8B8C;
	}

	#menu-btn::after{
		font-family: 'Cormorant Garamond', serif;
		font-weight: 500;
		text-align: center;
		content: "MENU";
		width: 45px;
		font-size: 11px;
		line-height: 1;
		letter-spacing: 0;
		color: #fff;
		position: absolute;
		bottom: 6px;
		left: 0;
	}

	#hamburger,
	.hamburger-fil{
		right: 0;
	}

	#hamburger{
		display: block;
		box-sizing: content-box;
		width: 17px;
		height: 17px;
		padding: 7px 14px;
		-webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
		transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		border: 0;
		outline: 0;
		background-color: transparent;
		margin: 0 auto;
	}

	.hamburger-icon {
		position: relative;
		display: block;
	}

	.hamburger-icon{
		width: 100%;
		height: 0;
	}

	.hamburger-icon:before,
	.hamburger-icon:after{
		width: 100%;
		height: 1px;
		-webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
				transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
		background-color: #fff;
	}

	.hamburger-icon:before,
	.hamburger-icon:after{
		position: absolute;
		top: -4px;
		left: 0;
		content: ' ';
	}

	.hamburger-icon:after{
		top: 4px;
	}

	.hfixed .hamburger-icon {
		background-color: transparent;
	}

	.hfixed .hamburger-icon:before,
	.hfixed .hamburger-icon:after {
		top: 0;
	}

	.hfixed .hamburger-icon:before {
		-webkit-transform: rotate(45deg);
				transform: rotate(45deg);
		background-color: #F24242f;
	}

	.hfixed .hamburger-icon:after {
		-webkit-transform: rotate(-45deg);
				transform: rotate(-45deg);
		background-color: #F24242f;
	}

	#menu-wrap{
		position: fixed;
		top: 0;
		left: 0;
		display: block;
		opacity: 0;
		visibility: hidden;
		width: 100%;
		height: 100vh;
		overflow-y: hidden;
		background-image: url(img/common/menu-bg-s.png);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: bottom center;
		padding: 91px 32px 0;
		margin: 0;
		z-index: 8900;
		transition: all 0.5s;
	}

	.t-line{
		position: absolute;
		top: 14px;
		left: 15px;
		width: calc(100% - 15px);
		height: 1px;
		background: #fff;
	}

	.l-line{
		position: absolute;
		top: 14px;
		left: 15px;
		width: 1px;
		height: calc(100vh - 28px);
		background: #fff;
	}

	.b-line{
		position: absolute;
		bottom: 14px;
		left: 15px;
		width: calc(100% - 15px);
		height: 1px;
		background: #fff;
	}

	.hfixed #menu-wrap{
		opacity: 1;
		visibility: visible;
		overflow-y: scroll;
	}

	ol#g-nav-sp li{
		height: 60px;
		background: #fff;
		margin-top: 0;
	}

	ol#g-nav-sp li + li{
		margin-top: 2px;
	}

	ol#g-nav-sp li a{
		font-family: 'Noto Serif JP', serif;
		font-weight: 500;
		width: 100%;
		height: 60px;
		font-size: 1.6rem;
		line-height: 1;
		letter-spacing: .1em;
		color: #22201E;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: center;
		padding: 0 21px;
	}

	#contact-us{
		background-image: url(img/common/footer-bg-s.jpg);
	}

	#contact-us .contact-inner{
		max-width: 318px;
		margin: 0 auto;
		padding: 50px 0 70px;
	}

	#contact-us .read-box{
		max-width: 100%;
		margin: 0 auto;
		padding: 30px 0 50px;
	}

	#contact-us .read-box p{
		font-size: 1.4rem;
		line-height: 2.14;
		letter-spacing: .03em;
	}

	#contact-us .btn-box{
		display: grid;
		grid-template-columns: 1fr;
		grid-gap: 10px;
		padding: 0;
	}

	#contact-us .tel-btn a,
	#contact-us .dpro-btn a{
		display: block;
		width: 318px;
		border-radius: 2.919rem;
		box-shadow: 0 2px 30px rgba(77,70,66,0.2);
	}

	#contact-us .dpro-btn a img:hover{
		opacity: 1;
	}

	#copyright{
		height: auto;
		padding: 10px 0 68px;
	}

	.fixed-box {
		right: 10px;
		bottom: 8px;
		width: 100%;
		z-index: 520;
	}

	.fixed-banner__sp li{
		margin-left: 31px;
	}

	.fixed-banner__sp .fix-tel{
		width: 194px;
	}

	.fixed-banner__sp .fix-gt{
		width: 50px;
	}

}

/* =====================================
■お問い合わせ
===================================== */

.step_list li {
	color: #BFBEBD;
}

.step_list li span {
	background: #BFBEBD;
	color: #fff;
}

.step_list li span:after {
	background: #BFBEBD;
}

.step_list li.current {
	color: #373431;
}

.step_list li.current span {
	background: #94C789;
}

.step_list li span.current:after {
	background: #94C789;
}

.inquiryFormTable {
	border-top: 1px solid #707070;
}

.inquiryFormTable dt {
	color: #2C2F30;
}

.inquiryFormTable input,
.inquiryFormTable textarea,
.inquiryFormTable select {
	border: 1px solid #BFBEBD;
}

.inquiryFormTable input.wpcf7-not-valid {
	border: 1px solid #D93636 !important;
	background: #FDD2D2 !important;
}

.inquiryFormTable .comment {
	color: #63696A;
}

.inquiryFormTable .required {
	background: #D93636;
	color: #fff;
}

.inquiryFormTable .optional {
	color: #fff;
	background: #63696A;
}

.inquiryFormTable .btBox input[type="submit"] {
	background-color: #2F6BBC !important;
}

.inquiryFormTable .btBox input[type="submit"].disabled {
	background-color: #72706E !important;
	color: #BFBEBD;
}

.inquiryFormTable .btBox input[type="submit"].abled {
	background: #94C789;
}

.inquiryFormTable .wpcf7-back {
	color: #fff;
	background-color: #72706E !important;
	font-weight: bold;
}

.verified_table .wpcf7-validates-as-required:not(.wpcf7-not-valid) + .verify_icon:before {
	color: #94C789;
}

.inquiryFormTable .wpcf7-not-valid-tip {
	color: #DE5050;
}

.file_btn {
	background: #807B7B;
	color: #fff;
}


/*______________________________________________________________________________
ラジオボタン

*/

.radio_style span:before {
	border: 1px solid #dedede;
	background: #fff;
}

.radio_style input:checked + .radio_txt:after {
	background: #9AC95F;
}


/*______________________________________________________________________________
チェックボックス
*/

.checkbox_style span:before {
	border: 1px solid #dedede;
	background: #fff;
}

.checkbox_style input:checked + .checkbox_txt:after {
	border-bottom: 3px solid #94c789;
	border-right: 3px solid #94c789;
}

/* =====================================
■ フォーム追加
===================================== */
#content .custom-wpcf7c-confirmed .confirm_table  .wpcf7-list-item-label {
	display: none !important;
}
#content .custom-wpcf7c-confirmed .confirm_table .contact_check_tooth .num-list span {
	opacity: 0.5;
}
#content .custom-wpcf7c-confirmed .confirm_table  .contact_check_tooth .result_txt {
	font-weight: 700;
}

#content .custom-wpcf7c-confirmed .confirm_table  .contact_check_tooth tr:nth-of-type(3) {
	display: none !important;
}

#content .custom-wpcf7c-confirmed .confirm_table .required {
	top: 16px;
	right: 20px;
}

label.icon-check {
    pointer-events: none;
}
label.icon-check::before {
	display: none !important;
}
table.contact_check_tooth .icon-check {
    display: none;
}
.contact_check_tooth {
    width: 100%;
}

.contact_check_tooth th,
.contact_check_tooth td {
    font-size: 1.4rem;
    border: 1px solid;
    padding: 1vw;
    text-align: center;
}

table.contact_check_tooth label label {
    display: none !important;
}

.contact_check_tooth .wpcf7-checkbox {
    display: flex;
}

.contact_check_tooth .wpcf7-checkbox .wpcf7-list-item-label:before {
    width: 3.2vw !important;
    height: 3.2vw !important;
	    top: 0 !important;
}

.contact_check_tooth .wpcf7-checkbox .wpcf7-list-item-label:after {
    top: 0.2vw !important;
    left: 0.7vw !important;
    width: 2.3vw !important;
    height: 1.5vw !important;
    border-left: 0.6vw solid #0b4e2d !important;
    border-bottom: 0.6vw solid #0b4e2d !important;
}

.contact_check_tooth .wpcf7-checkbox .inquiryFormTable .wpcf7-list-item {
        margin: 0;
}

.contact_check_tooth .wpcf7-checkbox .wpcf7-list-item-label {
    padding: 0 !important;
}

.inquiryFormTable .contact_check_tooth .wpcf7-list-item {
	margin-bottom: 0 !important;
	display: flex !important;
	justify-content: center;
}

.inquiryFormTable .contact_check_tooth .wpcf7-list-item label {
	width:auto;
}

.contact_check_tooth .wpcf7-checkbox .wpcf7-list-item-label {
	position: absolute;
	top: 0;
	left: 0;
    width: 3.2vw !important;
    height: 3.2vw !important;
	display: block !important;
	margin: 0 !important;
}
.contact_check_tooth .num-list {
	display: flex;
	justify-content: space-between;
}
.contact_check_tooth .num-list span {
	flex: 1;
	text-align: center;
}
/*______________________________________________________________________________
ラジオボタン
*/
.wpcf7-radio {
}


.wpcf7-exclusive-checkbox .wpcf7-list-item,
.wpcf7-radio .wpcf7-list-item {
    position: relative;
    display: block;
    text-align: left;
}

.wpcf7-exclusive-checkbox label,
.wpcf7-radio label {
    width: 100%;
}

.wpcf7-exclusive-checkbox input,
.wpcf7-radio input {
    opacity: 0;
    position: absolute !important;
    z-index: 1;
}
.wpcf7-exclusive-checkbox input:checked + input + .wpcf7-list-item-label, 
.wpcf7-exclusive-checkbox input:checked + .wpcf7-list-item-label,
.wpcf7-radio input:checked + input + .wpcf7-list-item-label, 
.wpcf7-radio input:checked + .wpcf7-list-item-label {
}

.wpcf7-exclusive-checkbox .wpcf7-list-item-label,
.wpcf7-radio .wpcf7-list-item-label {
    padding-left: 30px;
    position: relative;
    display: inline-block;
}

.wpcf7-exclusive-checkbox .wpcf7-list-item-label:before, 
.wpcf7-exclusive-checkbox .wpcf7-list-item-label:after,
.wpcf7-radio .wpcf7-list-item-label:before, 
.wpcf7-radio .wpcf7-list-item-label:after {
    content: '';
    display: block;
    position: absolute;
    top: 7px;
    left: 0;
    z-index: 1;
}
.wpcf7-exclusive-checkbox .wpcf7-list-item-label:before,
.wpcf7-radio .wpcf7-list-item-label:before {
    border: 1px solid #b1b1b1;
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

.wpcf7-exclusive-checkbox .wpcf7-list-item-label:after,
.wpcf7-radio .wpcf7-list-item-label:after {
    top: 10px;
    left: 3px;
    width: 14px;
    height: 14px;
    background: #DE8F90;
    border-radius: 50%;
    opacity: 0;
    transition: 0.5s;
}
.wpcf7-exclusive-checkbox input:checked + .wpcf7-list-item-label:after,
.wpcf7-radio input:checked + .wpcf7-list-item-label:after {
    opacity: 1;
}

/*______________________________________________________________________________
チェックボックス
 */
.wpcf7-checkbox:not(.wpcf7-exclusive-checkbox) {
}

.wpcf7-acceptance .wpcf7-list-item,
.wpcf7-checkbox:not(.wpcf7-exclusive-checkbox) .wpcf7-list-item {
    position: relative;
    display: block;
    text-align: left;
}

.wpcf7-acceptance label,
.wpcf7-checkbox:not(.wpcf7-exclusive-checkbox) label {
    width: 100%;
	display: block;
}
.wpcf7-acceptance input,
.wpcf7-checkbox:not(.wpcf7-exclusive-checkbox) input {
    opacity: 0;
    position: absolute !important;
    z-index: 1;
}
.wpcf7-acceptance input:checked + input + .wpcf7-list-item-label,
.wpcf7-acceptance input:checked + .wpcf7-list-item-label,
.wpcf7-checkbox:not(.wpcf7-exclusive-checkbox) input:checked + input + .wpcf7-list-item-label,
.wpcf7-checkbox:not(.wpcf7-exclusive-checkbox) input:checked + .wpcf7-list-item-label {
}
.wpcf7-acceptance .wpcf7-list-item-label,
.wpcf7-checkbox:not(.wpcf7-exclusive-checkbox) .wpcf7-list-item-label {
    padding-left: 35px;
    position: relative;
    display: inline-block;
}
.wpcf7-acceptance .wpcf7-list-item-label:before, 
.wpcf7-acceptance .wpcf7-list-item-label:after ,
.wpcf7-checkbox:not(.wpcf7-exclusive-checkbox) .wpcf7-list-item-label:before, 
.wpcf7-checkbox:not(.wpcf7-exclusive-checkbox) .wpcf7-list-item-label:after {
    content: '';
    display: block;
    position: absolute;
    top: 6px;
    left: 0;
    z-index: 1;
}
.wpcf7-acceptance .wpcf7-list-item-label:before ,
.wpcf7-checkbox:not(.wpcf7-exclusive-checkbox) .wpcf7-list-item-label:before {
    border: 1px solid #b1b1b1;
    width: 22px;
    height: 22px;
}
.wpcf7-acceptance .wpcf7-list-item-label:after ,
.wpcf7-checkbox:not(.wpcf7-exclusive-checkbox) .wpcf7-list-item-label:after {
    top: 7px;
    left: 5px;
    width: 17px;
    height: 11px;
    border-left: 3px solid #94C789;
    border-bottom: 3px solid #94C789;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
    transition: 0.5s;
}
.wpcf7-acceptance input:checked + .wpcf7-list-item-label:after,
.wpcf7-checkbox:not(.wpcf7-exclusive-checkbox) input:checked + .wpcf7-list-item-label:after {
    opacity: 1;
}

.acceptance_check .wpcf7-list-item {
	margin: 6vw 0 0 0;
}

.acceptance_check .wpcf7-checkbox:not(.wpcf7-exclusive-checkbox) {
	display: flex;
	justify-content: center;
}
@media screen and (min-width: 768px) {
	.contact_check_tooth .wpcf7-checkbox .wpcf7-list-item-label:before {
		width: 16px !important;
		height: 16px !important;
	}

	.contact_check_tooth .wpcf7-checkbox .wpcf7-list-item-label {
		width: 16px !important;
		height: 16px !important;
	}

	.contact_check_tooth .wpcf7-checkbox .wpcf7-list-item-label:after {
		top: -1px !important;
		left: 3px !important;
		width: 14px !important;
		height: 10px !important;
		border-left: 2px solid #DE8F90 !important;
		border-bottom: 2px solid #DE8F90 !important;
	}
	.contact_check_tooth th, .contact_check_tooth td {
		padding: 5px;
	}

/*______________________________________________________________________________
ラジオボタン
*/
.inquiryFormTable:not(.confirm_table) .radio {
	padding-top: 11px;
}
.wpcf7-exclusive-checkbox .wpcf7-list-item-label,
.wpcf7-radio .wpcf7-list-item-label {
    padding-left: 40px;
}

.wpcf7-exclusive-checkbox .wpcf7-list-item-label:before, 
.wpcf7-exclusive-checkbox .wpcf7-list-item-label:after,
.wpcf7-radio .wpcf7-list-item-label:before, 
.wpcf7-radio .wpcf7-list-item-label:after {
    top: 2px;
}
.wpcf7-exclusive-checkbox .wpcf7-list-item-label:before,
.wpcf7-radio .wpcf7-list-item-label:before {
    width: 30px;
    height: 30px;
}

.wpcf7-exclusive-checkbox .wpcf7-list-item-label:after,
.wpcf7-radio .wpcf7-list-item-label:after {
    top: 8px;
    left: 6px;
    width: 18px;
    height: 18px;
}

.m_radio_row .wpcf7-form-control {
	display: flex;
}

.m_radio_row .wpcf7-list-item {
	margin-right: 34px;
}

.normal_radio {
	margin-bottom: 20px;
}

/*______________________________________________________________________________
チェックボックス
 */


.inquiryFormTable:not(.confirm_table) .check {
	padding-top: 11px;
}
.wpcf7-acceptance .wpcf7-list-item-label,
.wpcf7-checkbox:not(.wpcf7-exclusive-checkbox) .wpcf7-list-item-label {
    padding-left: 40px;
}
.wpcf7-acceptance .wpcf7-list-item-label:before, 
.wpcf7-acceptance .wpcf7-list-item-label:after ,
.wpcf7-checkbox:not(.wpcf7-exclusive-checkbox) .wpcf7-list-item-label:before, 
.wpcf7-checkbox:not(.wpcf7-exclusive-checkbox) .wpcf7-list-item-label:after {
    top: 4px;
}
.wpcf7-acceptance .wpcf7-list-item-label:before ,
.wpcf7-checkbox:not(.wpcf7-exclusive-checkbox) .wpcf7-list-item-label:before {
    width: 26px;
    height: 26px;
}
.wpcf7-acceptance .wpcf7-list-item-label:after ,
.wpcf7-checkbox:not(.wpcf7-exclusive-checkbox) .wpcf7-list-item-label:after {
    top: 7px;
    left: 7px;
    width: 19px;
    height: 12px;
    border-left: 4px solid #DE8F90;
    border-bottom: 4px solid #DE8F90;
}

.acceptance_check .wpcf7-list-item {
	margin: 30px 0 0 0;
}

.normal_check {
	margin-bottom: 20px;
}

/* confirm page */
.m_confirm .m_form {
    padding: 15px 0;
}

.m_confirm .m_form_col {
    padding: 21px 0 23px;
}

.m_confirm  .m_form_col dt {
    
    margin-bottom: 20px;

}

.m_confirm .m_form_row {
    min-height: 76px;
}

}

/* =====================================
■お問い合わせ
===================================== */

body#inquiry #header .wrap {
	justify-content: center
}

body#inquiry #header .right {
	display: none
}

body#inquiry #header .logo {
	float: none;
	margin: 0;
	justify-content: center
}

body#inquiry .gnav,
body#inquiry #header .toggleMenu {
	display: none!important
}

body.page-id-425 {
	background: #fff
}

.wrap_contact {
	max-width: 50pc;
	margin: 0 auto;
	padding: 0 20px
}

.wrap_contact .btn a {
	margin: 0 auto
}

.inquiryForm_message {
	text-align: center
}

.step_list {
	width: 467px;
	margin: 0 auto 90px
}

.step_list li {
	float: left;
	width: 75pt;
	margin-left: 83px;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
	position: relative
}

.step_list li:first-child {
	margin: 0
}

.step_list li span {
	display: block;
	width: 54px;
	height: 54px;
	border-radius: 50%;
	text-align: center;
	line-height: 51px;
	margin: 0 auto 9pt;
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 0;
	position: relative;
}

.step_list li span:after {
	display: block;
	content: "";
	width: 130px;
	height: 1px;
	position: absolute;
	top: 50%;
	left: 54px
}

.step_list li:last-child span:after {
	display: none
}

.inquiryForm_message .step_catch {
	font-size: 1pc;
	text-align: center;
	letter-spacing: .05em;
	margin-bottom: 44px
}

.inquiryFormTable {
	font-size: 1pc;
	padding-top: 22px
}

.inquiryFormTable dl {
	display: table;
	width: 100%
}

.inquiryFormTable dd,
.inquiryFormTable dt {
	display: table-cell;
	padding: 20px 0 24px;
	text-align: left;
	vertical-align: top
}

.inquiryFormTable dt {
	border-right: 0;
	position: relative;
	width: 29%;
	padding-top: 31px;
	letter-spacing: .1em;
	box-sizing: border-box;
	font-weight: 700;
	padding-right: 5pc
}

.inquiryFormTable dd {
	box-sizing: border-box;
	position: relative;
	padding-right: 40px
}

form .s_txt div {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start
}

form .s_txt div span input {
	width: 75pt;
	margin-right: 1em
}

.wpcf7-form-control-wrap {
	display: block
}

.inquiryFormTable input,
.inquiryFormTable select,
.inquiryFormTable textarea {
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 13px 14px 14px;
	background: #fff;
	border-radius: 5px;
	font-size: 1pc
}

dd.with_tl {
	width: 100%;
	display: block
}

.with_tl p + p {
	margin-top: 0!important
}

dd.with_tl + dd.with_tl {
	padding-top: 0!important
}

.inquiryFormTable select {
	position: relative;
	background: #fff url(../img/ico_select.png)no-repeat right center;
	background-size: 50px 50px;
	background-size: contain;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none
}

.inquiryFormTable select::-ms-expand {
	display: none
}

.inquiryFormTable input[type="checkbox"] {
	display: none;
	width: 2pc;
	height: 2pc;
	border: 0;
	position: relative;
	margin-right: 0;
	visibility: hidden;
	z-index: 1;
	-webkit-appearance: none;
	background: 0;
	box-sizing: border-box
}

.inquiryFormTable .wpcf7-list-item {
	width: 100%;
	display: block;
	margin: 0 0 13px;
	box-sizing: border-box
}
.inquiryFormTable.confirm_table .wpcf7-list-item {
	margin: 0 0 0;
}

.wpcf7-list-item-label {
	position: relative
	color: #fff;
}

span.wpcf7-list-item-label:after,
span.wpcf7-list-item-label:before {
	display: none
}

.inquiryFormTable .comment {
	display: block;
	font-size: 13px;
	margin-top: .4em;
	letter-spacing: 0
}

.inquiryFormTable .optional,
.inquiryFormTable .required {
	font-size: 14px;
	font-weight: 700;
	padding-left: 0;
	width: 46px;
	height: 22px;
	border-radius: 10px;
	text-align: center;
	display: inline-block;
	line-height: 22px;
	position: absolute;
	top: 36px;
	right: 28px
}

.inquiryFormTable .btBox {
	text-align: center;
	margin: 103px 0 5pc
}

.inquiryFormTable .btBox:after {
	content: "";
	display: table;
	clear: both
}

.inquiryFormTable .btBox input[type="submit"] {
	background: url(../img/ico_arrow02.png)no-repeat 95% center!important;
	background-size: 6px 10px!important;
	border: 0;
	width: 100%;
	color: #fff;
	display: block;
	line-height: 1.2;
	cursor: pointer;
	box-sizing: border-box;
	margin: 0 auto;
	border-radius: 0!important;
	outline: 0;
	-webkit-appearance: none;
	font-size: 2.6rem;
	letter-spacing: .1em;
	padding: 30px 30px 30px 30px;
	text-align: center;
	font-weight: 700;
}

.inquiryFormTable .btBox input[type="submit"].disabled {
	background: url(../img/ico_arrow01.png)no-repeat 96% center!important;
	background-size: 6px 10px!important;
	opacity: 1!important;
	pointer-events: none;
	cursor: default;
}

.inquiryFormTable .btBox input[type="submit"].abled {
	background: #f89d10
}

.inquiryFormTable .wpcf7-back {
	width: 37.5%!important;
	background: url(../img/ico_arrow02_r.png)no-repeat 15px center!important;
	background-size: 6px 10px!important;
	border: 0;
	line-height: 1.2;
	cursor: pointer;
	box-sizing: border-box;
	margin: 0 auto;
	border-radius: 0!important;
	outline: 0;
	-webkit-appearance: none;
	font-size: 2.6rem;
	letter-spacing: .1em;
	padding: 30px 2pc 30px 40px;
	float: left;
	text-align: center
}

.inquiryFormTable .wpcf7-submit {
	width: 58.5%!important;
	float: right;
	text-align: left
}

.inquiryFormTable .btBox input[type="button"]:hover,
.inquiryFormTable .btBox input[type="submit"]:hover {
	opacity: .8
}

span.verify_icon {
	position: absolute;
	width: 25px;
	height: 25px;
	right: -42px;
	top: 13px;
	display: none
}

.verified_table .wpcf7-validates-as-required:not(.wpcf7-not-valid) + .verify_icon {
	display: block
}

.verified_table .wpcf7-validates-as-required:not(.wpcf7-not-valid) + .verify_icon:before {
	font-size: 25px;
	vertical-align: top
}

.confirm_table .verify_icon {
	display: none!important
}

.inquiryFormTable .wpcf7-not-valid-tip {
	font-weight: 400;
	display: block;
	font-size: 9pt
}

.file_btn {
	display: block;
	overflow: hidden;
	position: relative;
	width: 123px;
	height: 30px;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	cursor: pointer;
	margin-top: 13px
}

.file_btn .wpcf7-form-control-wrap {
	opacity: 0;
	filter: alpha(opacity=0);
	position: absolute;
	right: 0;
	top: 0;
	margin: 0;
	width: 100%;
	height: 30px
}

div.wpcf7 input[type="file"] {
	padding: 0;
	border: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 30px
}

.custom-wpcf7c-confirmed .confirm_table .optional,
.custom-wpcf7c-confirmed .confirm_table .wpcf7-form-control-wrap.your-email_confirm,
.custom-wpcf7c-confirmed .confirm_table .wpcf7-form-control-wrap.your-tel_confirm,
.custom-wpcf7c-confirmed .confirm_table .wpcf7-list-item-label,
.custom-wpcf7c-confirmed .confirm_table input[type="checkbox"],
.custom-wpcf7c-confirmed .confirm_table input[type="email"],
.custom-wpcf7c-confirmed .confirm_table input[type="tel"],
.custom-wpcf7c-confirmed .confirm_table input[type="text"],
.custom-wpcf7c-confirmed .confirm_table select,
.custom-wpcf7c-confirmed .confirm_table span.comment,
.custom-wpcf7c-confirmed .confirm_table textarea {
	display: none
}

.result_txt {
	display: block;
	word-break: break-all;
	white-space: pre-wrap
}

.custom-wpcf7c-confirmed .confirm_table .wpcf7-list-item {
	padding-left: 0
}

.custom-wpcf7c-confirmed .confirm_table dd,
.custom-wpcf7c-confirmed .confirm_table dt {
	padding: 9pt 0 10px;
	padding-right: 5pc;
}

.wpcf7-mail-sent-ok,
div.wpcf7 .ajax-loader,
div.wpcf7-validation-errors {
	display: none!important
}


/*______________________________________________________________________________
ラジオボタン

*/

.radio_style label {
	display: inline-block;
	margin: 0 5px 0 0
}

.radio_style input[type="radio"] {
	box-sizing: border-box;
	max-width: 100%;
	font-size: 100%;
	padding: 0;
	vertical-align: baseline;
	width: auto;
	margin: 0 5px 0 0;
	position: absolute;
	opacity: 0;
	pointer-events: none
}

.radio_style span {
	padding-left: 8vw;
	position: relative;
	cursor: pointer;
	padding-right: 4vw;
	display: block;
	width: 101%;
	width: 75pt
}

.radio_style span:before {
	width: 5vw;
	height: 5vw;
	left: 0
}

.radio_style input:checked + .radio_txt:after,
.radio_style span:before {
	content: "";
	display: block;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%)
}

.radio_style input:checked + .radio_txt:after {
	width: 2.9vw;
	height: 2.9vw;
	left: 1.1vw
}

.confirm_table .radio_style span:before,
.confirm_table .radio_txt {
	display: none
}

.confirm_table .radio_style span {
	padding: 0
}

.confirm_table .radio_style label {
	margin: 0
}

.confirm_table .form_narabi {
	margin: 0;
	display: table
}

.confirm_table .form_narabi li {
	margin: 0;
	display: table-cell
}

.confirm_table .radio_style input[type="radio"] {
	display: none
}


/*______________________________________________________________________________
チェックボックス
*/

.checkbox_style label {
	display: inline-block;
	margin: 0 5px 0 0
}

.checkbox_style input[type="checkbox"] {
	box-sizing: border-box;
	max-width: 100%;
	font-size: 100%;
	padding: 0;
	vertical-align: baseline;
	width: auto;
	margin: 0 5px 0 0;
	position: absolute;
	opacity: 0;
	pointer-events: none
}

.checkbox_style span {
	padding-left: 8vw;
	position: relative;
	cursor: pointer;
	padding-right: 4vw;
	display: block;
	width: 101%;
	width: 75pt
}

.checkbox_style span:before {
	content: "";
	display: block;
	width: 5vw;
	height: 5vw;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%)
}

.checkbox_style input:checked + .checkbox_txt:after {
	content: "";
	display: block;
	position: absolute;
	top: .6vw;
	left: 1.5vw;
	width: 2vw;
	height: 3.5vw;
	transform: rotate(40deg)
}


/*______________________________________________________________________________
ラジオボタン+チェックボックスの並び
*/

.form_narabi {
	margin-top: -4vw
}

.form_narabi li {
	display: inline-block;
	margin-top: 4vw
}

@media screen and (max-width: 1120px) {
	.inquiryFormTable dt {
		width: 35%
	}
}

@media screen and (max-width: 767px) {
	.wrap_contact {
		padding: 0
	}
	.step_list {
		width: 25pc;
		margin: 0 auto 60px
	}
	.step_list li {
		margin-left: 50px
	}
	.inquiryFormTable dl {
		display: block
	}
	.inquiryFormTable dd,
	.inquiryFormTable dt {
		display: block;
		padding: 0;
		width: 100%;
		box-sizing: border-box
	}
	.inquiryFormTable dd {
		padding: 10px 40px 30px 0
	}
	.inquiryFormTable .optional,
	.inquiryFormTable .required {
		position: static;
		margin-left: 20px;
		display: inline-block;
		margin-top: -2px;
		vertical-align: middle
	}
	.inquiryFormTable .btBox {
		margin: 50px 0
	}
	.inquiryFormTable .btBox input[type="submit"],
	.inquiryFormTable .wpcf7-back {
		width: 100%!important;
		float: none;
		font-size: 20px;
		padding: 28px 20px 28px;
		box-sizing: border-box;
		text-align: center;
	}
	.inquiryFormTable .wpcf7-back {
		margin-bottom: 15px
	}
	.file_btn {
		margin-top: 0
	}
	.custom-wpcf7c-confirmed .confirm_table dd,
	.custom-wpcf7c-confirmed .confirm_table dt {
		padding: 5px 0
	}
	.step_list {
		width: 270px
	}
	.step_list li {
		width: 70px;
		margin-left: 30px;
		font-size: 1pc
	}
	.step_list li span:after {
		width: 60px
	}
	.inquiryForm_message .step_catch {
		font-size: 9pt;
		letter-spacing: 0
	}
	.inquiryFormTable .btBox input[type="submit"],
	.inquiryFormTable .wpcf7-back {
		font-size: 1pc;
		letter-spacing: .1em;
		/* background-size: 6px 10px!important; */
	}
}

@media screen and (min-width: 768px) {
	/*______________________________________________________________________________
ラジオボタン */
	.radio_style label {
		margin: 0
	}
	.radio_style span {
		padding-left: 40px;
		padding-right: 30px
	}
	.radio_style span:before {
		width: 26px;
		height: 26px
	}
	.radio_style input:checked + .radio_txt:after {
		height: 1pc;
		width: 1pc;
		left: 6px
	}
	/*______________________________________________________________________________
チェックボックス */
	.checkbox_style span:before {
		width: 26px;
		height: 26px
	}
	.checkbox_style span {
		padding-left: 40px;
		padding-right: 30px
	}
	.checkbox_style input:checked + .checkbox_txt:after {
		width: 11px;
		height: 15px;
		left: 7px;
		top: 8px
	}
	.checkbox_style_narabi li {
		margin-top: 10px
	}
	.checkbox_style_narabi {
		margin-top: -10px
	}
	/*______________________________________________________________________________
ラジオボタン+チェックボックスの並び */
	.form_narabi {
		padding-top: 10px;
		margin-top: -10px
	}
	.form_narabi li {
		margin-top: 10px;
		line-height: 2
	}
}


/* =====================================
■step_narabi
===================================== */

.step_narabi {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	margin-top: -3.333333%
}

.step_narabi > li {
	width: 33.333333%;
	line-height: 1;
	position: relative;
	padding-left: 3.333333%;
	margin-top: 3.333333%
}

.step_narabi img {
	display: block
}

.step_narabi > li:not(:first-child):before {
	display: block;
	content: "";
	border-bottom: 20px solid transparent;
	border-top: 20px solid transparent;
	position: absolute;
	top: 50%;
	left: 3%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%)
}

@media screen and (max-width: 767px) {
	.step_narabi > li {
		width: 50%;
		padding-left: 5vw;
		margin-top: 6%
	}
	.step_narabi {
		margin-top: -6%
	}
	.step_narabi > li:not(:first-child):before {
		border-width: 4vw 0 4vw 2.8vw;
		left: 1.5vw
	}
}