@charset "utf-8";
/* 
Theme Name: Genova Template
File: content.css
Theme Author: Genova Design
Author URL: https://genova.co.jp/
Template: genova_tpl
Description: This file is reserved for under pages (not top-page) and other elements
Version: 1.3
*/


/*-----------------------------------------------------------
■ 1 Under page
-----------------------------------------------------------*/

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

#content {
	min-height: 600px;
	padding: 63px 0 100px;
}

.home #content {
	padding: 0;
}
.elementor-widget:not(:last-child){
	margin-bottom: 0 !important;
}


/*--------------------------------------
	title holder
--------------------------------------*/

.title-holder {
    display: table;
    width: 100%;
    height: 300px;
    background: url(../img/mainimage01.jpg) no-repeat 50% 71%;
   -webkit-background-size: cover;
	background-size: cover;
}

.page-id-1234 .title-holder,
.page-id-1299 .title-holder {
    background: url(../img/mainimage02.jpg) no-repeat 50% 50%;
   -webkit-background-size: cover;
	background-size: cover;
}


.page-id-1197 .title-holder{
    background: url(../img/main_kuki.jpg) no-repeat 50% 20%;
   -webkit-background-size: cover;
	background-size: cover;
}

.page-id-1117 .title-holder{
    background: url(../img/main_about.jpg) no-repeat 50% 50%;
   -webkit-background-size: cover;
	background-size: cover;
	height: 18.358vw;
}
.page-id-1117 .title-holder .title-holder__inner{
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 0 1vw;
}




.page-id-1244 .title-holder,
.page-id-1310 .title-holder {
    background: url(../img/mainimage03.jpg) no-repeat 50% 50%;
   -webkit-background-size: cover;
	background-size: cover;
}

.page-id-1273 .title-holder {
    background: url(../img/mainimage04.jpg) no-repeat 50% 50%;
   -webkit-background-size: cover;
	background-size: cover;
}



.title-holder .title-holder__inner {
	display: table-cell;
	padding: 120px 0;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
	
}

.title-holder .container h1,
.title-holder .container h2 {
	font-size: 36px;
	letter-spacing: 0.2em;
	line-height: 1.2;
	font-weight: 500;
	color: #1E0309;
}




.page-id-1273 .title-holder .container h1,
.page-id-1273 .title-holder .container h2,
.page-id-1244 .title-holder .container h1,
.page-id-1244 .title-holder .container h2,
.page-id-1310 .title-holder .container h1,
.page-id-1310 .title-holder .container h2,
.page-id-1234 .title-holder .container h1,
.page-id-1234 .title-holder .container h2,
.page-id-1299 .title-holder .container h1,
.page-id-1299 .title-holder .container h2 {
	color: #fff;
/*	text-shadow: 0 0 4px rgba(0,0,0,0.8);*/
}

.page-id-1197 .title-holder .container h1,
.page-id-1197 .title-holder .container h2 {
	color:#1E0309;
}

.title-holder .container {
	    max-width: 1080px;
}
.title-holder .container h1 span {
	line-height: 1.8;
	font-size: 63px;
	
	font-weight: 500;
	text-transform: uppercase;
}
.title-holder .container h1 small {
	font-size: 20px;
	display: block;
	padding-left: 5px;
	line-height: 1;
    font-weight: 500;
    letter-spacing: 2px;
}




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

	.title-holder {
		height: 140px;
		background: url(../img/mainimage01.jpg) no-repeat 50% 100%;
        -webkit-background-size: cover;
        background-size: cover;
	}
	.page-id-1234 .title-holder,
	.page-id-1197 .title-holder,
	.page-id-1299 .title-holder {
		background: url(../img/mainimage02.jpg) no-repeat 0 50%;
	   -webkit-background-size: cover;
		background-size: cover;
	}
	
.page-id-1244 .title-holder,
.page-id-1310 .title-holder {
    background: url(../img/mainimage03.jpg) no-repeat 50% 50%;
   -webkit-background-size: cover;
	background-size: cover;
}

	.page-id-1273 .title-holder {
    background: url(../img/mainimage04.jpg) no-repeat 42% 50%;
   -webkit-background-size: cover;
	background-size: cover;
}
	

	.title-holder .container h1,
	.title-holder .container h2 {
		font-size: 26px;
	}
	.title-holder .container h1 span {
		font-size: 36px;
	}
	.title-holder .container h1 small {
		font-size: 18px;
	}
}


/*--------------------------------------
	bread
--------------------------------------*/

#bread {
	max-width: 1080px;
	width: 100%;
	padding: 0 30px;
	margin: 16px auto 0;
	text-align: center;
	line-height: 1.3;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

#bread li {
	display: inline;
	font-size: 10px;
	letter-spacing: 0.1em;
	color: #77716C;
}

#bread li + li::before {
	content: ">";
	padding-right: .3em;
}

#bread li a {
	vertical-align: baseline;
	text-decoration: underline;
	color: #77716C;
}

#bread li a:hover {
	text-decoration: none;
}


/*--------------------------------------
	titles
--------------------------------------*/

/* h2 */
h2.elementor-heading-title {
	text-align: left;
	font-size: 32px;
	line-height: 44px !important;
	letter-spacing: 0.12em;
	color: #FFFFFF;
	padding: 25px 30px 35px 30px !important;
	position: relative;
	background-color: #A69B92;
	margin-bottom: 30px;
	font-family: "Shippori Mincho", serif;
	font-weight: 400;
	font-style: normal;
}


h2.elementor-heading-title::before {
	content: '';
	height: 10px;
	background: rgba(254,163,162,0.7);
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: .7;
}

.title_h2_BB h2.elementor-heading-title::before {
	background: #F9D0B0;
}
.title_h2_BBB h2.elementor-heading-title {
	background-color: #A69B92;
}
.title_h2_BBB h2.elementor-heading-title::before {
	background: #88C7F6;
}

.title_h2_BBBB h2.elementor-heading-title {
	background-color: #A69B92;
}
.title_h2_BBBB h2.elementor-heading-title::before {
	background: #F688BB;
}

h3.elementor-heading-title {
	font-size: 28px;
	line-height: 38px !important;
	letter-spacing: 0.12em;
	position: relative;
	padding: 15px 30px !important;
	color: #22201E;
	margin-bottom: 20px;
	border-bottom: 2px solid #CBCAC9;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

h3.elementor-heading-title:before,
h3.elementor-heading-title:after{
	content: '';
	position: absolute;
	left: 0px;
	top: 0;
	border-left: 9px solid #F7C2BC;
	bottom: 0px;
	height:50%;
}

h3.elementor-heading-title:before {
	border-left: 9px solid #D8CFC0;
	top: auto;
	bottom: 5px;
}

.title_h3_BB h3.elementor-heading-title:before,
.title_h3_BB h3.elementor-heading-title:after{
	border-left-color: #D8CFC0;
}

.title_h3_BB h3.elementor-heading-title:before {
	border-left-color: #F6B888;
}

.title_h3_BBB h3.elementor-heading-title:before,
.title_h3_BBB h3.elementor-heading-title:after{
	border-left-color: #D8CFC0;
}

.title_h3_BBB h3.elementor-heading-title:before {
	border-left-color: #88C7F6;
}

.title_h3_BBBB h3.elementor-heading-title:before,
.title_h3_BBBB h3.elementor-heading-title:after{
	border-left-color: #D9D1C3;
}

.title_h3_BBBB h3.elementor-heading-title:before {
	border-left-color: #F68CBD;
}




h4.elementor-heading-title {
	font-size: 24px;
	letter-spacing: 0.1em;
	line-height: 1.2 !important;
	color: #22201E;
	padding: 10px 0 20px 30px!important;
	position: relative;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

h4.elementor-heading-title::before {
	content: '';
    position: absolute;
    top: 12px;
    background: #DEB6AF;
    transform: rotate(45deg);
    width: 23px;
    height: 23px;
    left: -5px;
    z-index: 1;
}

h5.elementor-heading-title {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
	color: #22201E;
	font-size: 20px;
	margin-bottom: 10px;
	line-height: 1.8;
	letter-spacing: 0;
}
@media screen and (max-width:767px) {
	h2.elementor-heading-title {
		font-size: 24px;
		line-height: 32px !important;
		padding: 25px 15px 35px 20px !important;
		margin-bottom: 25px;
	}
	h2.elementor-heading-title::before {
		height: 8px;
	}
	h3.elementor-heading-title {
		font-size: 23px;
		line-height: 32px !important;
		padding: 10px 0 10px 20px !important;
		margin-bottom: 15px;
	}

	
h3.elementor-heading-title:before,
	h3.elementor-heading-title:after {
		border-width: 5px;
	}
	
	h4.elementor-heading-title{
		font-size: 22px;
		padding: 10px 0 10px 20px!important;
	}
	h4.elementor-heading-title::before {
        width: 20px;
        height: 20px;
        left: -10px;
        top: 14px;
	}
	
}

/*--------------------------------------
	btn

--------------------------------------*/

.btn a {
    position: relative;
    display: block;
    padding: 10px 30px;
    margin: 0 auto;
    border-radius: 24px;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0;
    color: #fff;
    background: #DEBBB4;
    text-align: center;
    max-width: 410px;
}

.btn a::after {
	content: "";
	position: absolute;
	display: block;
	background: url(../img/icon_arrow.png) no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	width: 8px;
	height: 12px;
	top: 50%;
	margin-top: -6px;
	right: 20px;
}

.btn a:hover {
	opacity: 0.7;
}

#newsbox .btn-common{
	width: 280px;
	margin-top: 40px;
}
@media screen and (max-width: 767px) {

	.btn a {
		font-size: 16px;
		letter-spacing: 0.1em;
	}
	
	
}


/*-----------------------------------------------------------
■ 2 Blocks
-----------------------------------------------------------*/

/*--------------------------------------
	google calendar
--------------------------------------*/

.google-calendar {
	position: relative;
	height: 0;
	padding-top: 500px;
	overflow: hidden;
}

.google-calendar iframe {
	position: absolute;
	top: 0;
	left: 0;
	width:100%;
	height:100%;
}

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

	.google-calendar {
		padding-top: 400px;
	}

}


/*--------------------------------------
	map
--------------------------------------*/

.map {
	position: relative;
	width: 100%;
	padding-top: 300px;
}

.map iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
	border: none;
}



/*--------------------------------------
	timetable
--------------------------------------*/

table.timetable {
	width: 100%;
	border: 1px solid #A69B92;
	text-align: center;
	color: #826B63;
	font-size: 18px;
	font-weight: 500;
	line-height: 24px;
	letter-spacing: 0;
	position: relative;
	z-index: 2;
	background: #FFFCF8;
}

table.timetable thead td,
table.timetable thead th {
	background: #A69B92;
	font-weight: 600;
	color: #fff;
	width: 10%;
}
table.timetable thead th,
table.timetable thead td
table.timetable tbody th{
	font-weight: 600;
}
table.timetable th{
	width: 30%;
/*	border-right: 1px solid #7EB96A;*/
	text-align: center;
}



table.timetable th,
table.timetable td{
	padding: 11px 0;
}

table.timetable thead th,
table.timetable th {
	padding-left: 5%;
}

table.timetable tbody tr th,
table.timetable tbody tr td{
	border-top: 1px solid #A69B92;
}
table.timetable tbody tr td {
		color: #A69B92;
}

@media screen and (max-width: 767px) {
	table.timetable{
		font-size: 16px;
	}
	table.timetable th{
		width: 20%;
		text-align: left;
	}
	table.timetable th, table.timetable td{
		padding: 10px 0;
	}
	table.timetable th {
		padding-left: 5%;
	}
}
@media screen and (max-width: 480px){
	table.timetable{
		font-size: 14px;
	}
}
/*--------------------------------------
	image wrap
--------------------------------------*/

.image-wrap__left img {
	float: left;
	margin: 0 15px 15px 0;
}

.image-wrap__right img {
	float: right;
	margin: 0 0 15px 15px;
}

@media (max-width: 768px) {

	.image-wrap__left img,
	.image-wrap__right img {
		display: block;
		float: none;
		width: auto;
		margin: 0 auto;
	}

}

/*--------------------------------------
	border box
--------------------------------------*/

.frame-box {
	padding: 40px;
	background: #F3FEF9;
	font-weight: 500;
}

.frame-box h3 {
	position: relative;
	padding: 0 0 15px 30px;
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: 400;
	line-height: 31px;
	letter-spacing: 0.06em;
	color: #22201E;
	border-bottom: 1px solid #FF9AA2;
}

.frame-box h3::before {
	content: "";
	width: 16px;
	height: 16px;
	background: #FF9AA2;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 8px;
}

.photo_ZZ.frame-box {
	background: none;
	border:2px solid #191919;
}
.photo_ZZ.frame-box h3{
	font-size: 25px;
	color: #22201E;
	border-bottom: 1px solid #191919;
}
.photo_ZZ.frame-box h3::before{
	width: 20px;
	height: 20px;
	background: #5C5C5C;
	border-radius: 0;
	top: 6px;
}
.photo_ZZ.frame-box .circle_list li:before {
    background: #5C5C5C;
}

@media screen and (max-width: 767px) {
	.photo_ZZ.frame-box h3 {
		font-size: 20px;
	}
}

.frameY.frame-box {
    background: none;
    border: 2px solid #9B9289;
}
.frameY.frame-box h3 {
    border-bottom: 1px solid #C7C7C7;
    font-size: 25px;
    line-height: 35px;
    padding: 0 0 10px 30px;
    margin-bottom: 15px;
    position: relative;
}
.frameY.frame-box h3::before {
    content: "";
    background: #DEBCB6;
    width: 20px;
    height: 20px;
    border-radius: 0;
    top: 9px;
    transform: rotate(0);
}

.frameY.frame-box ul.circle_list {
	padding-left: 20px;
	padding-right: 20px;
}

@media screen and (max-width: 767px){
.frameY.frame-box h3 {
	font-size: 20px;
}
}


.frameH.frame-box {
	border: 2px solid #000;
	background: none;
}
.frameH.frame-box h3 {
	border-bottom: 1px solid #C7C7C7;
	font-size: 20px;
}
.frameH.frame-box h3::before {
	background: #5C5C5C;
	width: 15px;
	height: 15px;
	border-radius: 0;
	top: 10px;
}
.frameH.frame-box .circle_list {
	padding-left: 10px;
}
.frameH.frame-box .circle_list li::before {
	background: #94C789;
}
.frameI {
	padding: 0!important;
	background: none;
}
.frameI.frame-box h3 {
	border-bottom: 1px solid #F09586;
}
.frameI.frame-box h3::before {
	background: #F09586;
}


@media screen and (max-width: 767px){
	.frame-box{
		padding: 10% 5%;
	}
	.frame-box h3{
		font-size: 18px;
		line-height: 29px;
		padding: 0 0 10px 30px;
		margin-bottom: 15px;
	}
	
	.frameY.frame-box {
		padding: 10% 5%;
		border-width: 1px;
	}
	.frameH.frame-box h3 {
		font-size: 18px;
	}
	
	.frame-box h3::before{
		width: 13px;
		height: 13px;
		top: 7px;
	}
	
	.photo_ZZ.frame-box {
		border: 1px solid #191919;
	}
	.photo_ZZ.frame-box h3::before {
		top: 5px;
	}
	.frameH.frame-box {
		border: 1px solid #000;
	}
	.frameY.frame-box ul.circle_list {
		padding-left: 0;
		padding-right: 0;
	}
}

/*--------------------------------------
	Q&A
--------------------------------------*/

.qa .qa__block + .qa__block {
	margin-top: 40px;
}

.qa__block dt,
.qa__block dd {
	position: relative;
}
.qa__block dt {
	background-image: linear-gradient(to right top, #8c5ba3, #9666a9, #a071ae, #aa7cb4, #b388ba);
	color: #fff;
	text-align: center;
	font-size: 32px;
	line-height: 1.5;
	padding: 18px 60px 18px 20px;
	border-radius: 40px;
	cursor: pointer;
}

.qa__block dd:after{
	content: '';
	width: 4px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	display: none;
}

.qa__block dd p {
	padding-top: 30px;
}


.qa__block dt:before{
	content: 'Q.';
	font-size: 40px;
	color: #fff;
	font-family: "Marcellus", serif;
	font-weight: 400;
	font-style: normal;
	margin-right: 20px;
}
.qa__block dt:after {
	content: "";
	background: url(../img/icon_plus.png) no-repeat top center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	width: 24px;
	height: 24px;
	position: absolute;
	top: 50%;
	right: 30px;
	margin-top: -12px;
}
.qa__block dt.open:after  {
	background: url(../img/icon_plus.png) no-repeat bottom center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
.qa__block dd {

}
.qa__block dd:after{
	content: '';
	font-size: 31px;
	position: absolute;
	left: 17px;
	top: 0;
	color: #F5D09D;
	display: none;
}
@media screen and (max-width: 767px){
	.qa__block dt, .qa__block dd{
		
	}
	.qa__block dt{
		font-size: 20px;
		padding: 12px 50px 12px 20px;
	}
	.qa__block dt:before{
		font-size: 20px;
	}
	.qa__block dt:after {
		width: 18px;
		height: 18px;
		right: 20px;
		margin-top: -9px;
	}
	.qa__block dd p {
		padding-top: 20px;
	}
	.qa .qa__block + .qa__block {
		margin-top: 25px;
	}
}

.melit .box{
	border-radius: 20px;
	padding: 45px 50px;
}
.melit .box .ttl{
	font-size: 20px;
	font-weight: bold;
	line-height: 27px;
	padding-left: 30px;
	position: relative;
	margin-bottom: 30px;
}
.melit .box .ttl:before{
	content: '';
	width: 16px;
	height: 16px;
	background: #F29800;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 7px;
}
.melit .box ul li{
	position: relative;
	line-height: 24px;
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
	padding-left: 30px;
}
.melit .box ul li:before{
	content: '';
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: #F29800;
	position: absolute;
	left: 0;
	top: 7px;
}
.melit .box ul li+li{
	margin-top: 13px;
}
.melit .box1{
	background: #F7F6F0;
	margin-bottom: 35px;
}
.melit .box2{
	background: #F1F0F7;
}
@media screen and (max-width: 767px){
	.melit .box{
		padding: 25px;
	}
	.melit .box .ttl{
		font-size: 18px;
		padding-left: 25px;
	}
	.melit .box ul li{
		padding-left: 25px;
	}
}
/*--------------------------------------
	flow
--------------------------------------*/

.flow > li {
	position: relative;
	padding: 30px;
	margin-bottom: 35px;
	background: #F3F3F3;

}

.flow > li:last-child {
	margin-bottom: 0;
}

.flow > li::before {
	content: '';
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 18px 18px 0 18px;
	border-color: #52514F transparent transparent transparent;
	position: absolute;
	bottom: -18px;
	left: 50%;
	transform: translateX(-50%);
}
.flow li:after{
	content: "." !important;
	clear: both !important;
	display: block !important;
	height: 0 !important;
	visibility: hidden !important;
}
.flow > li:last-child::before {
	display: none;
}

.flow .flow__title {
	position: relative;
	overflow: hidden;
	font-size: 20px;
	line-height: 31px;
	margin-bottom: 15px;
	color: #22201E;
	
}

.flow .flow__title span {

	display: inline-block;
	width: 33px;
	height: 33px;
	border-radius: 50%;
	margin-right: 10px;
	vertical-align: top;
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	line-height: 32px;
	letter-spacing: 0;
	color: #fff;
	background: #52514F;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;

}
.flow p.photo {
	float: right;
	width: 30%;
	overflow: hidden;
	border-radius: 0px;
	margin: 0 0 20px 20px !important;
}

@media screen and (max-width: 767px){
	.flow p.photo {
		float: none;
		width: 100%;
		border-radius: 5px;
		margin: 0 0 20px 0px !important;
	}

}


/*--------------------------------------
	post box
--------------------------------------*/

.post-box {
	margin: 30px auto 0 auto;
}

.post-box__header {
	position: relative;
	padding: 0 0 28px;
	border-bottom: 1px solid #EBE9E7;
}

.post-box__header h2 {
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 0.15em;
	line-height: 1;
	color: #000000;
}

.post-box__summary-link {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 13px;
	text-decoration: underline;
	color: #473019;
}

.post-box__summary-link:hover {
	text-decoration: none;
}

.post-box dl {
	padding: 15px 0 20px;
	background-size: 20px 1px;
}

.post-box dl dt {
	line-height: 1;
	margin-bottom: 10px;
	font-size: 13px;
	color: #72706E;
}

.post-box dl dt .new-label {
	display: inline-block;
	width: 37px;
	height: 13px;
	padding: 0;
	margin: -2px 0 0 10px;
	vertical-align: middle;
	line-height: 13px;
	font-size: 9px;
	font-weight: bold;
	letter-spacing: 0;
	text-indent: 0;
	text-align: center;
	color: #fff;
	background: #B09DC8;
}

.post-box dl dd a:hover {
	text-decoration: underline;
}


/*--------------------------------------
two columns table
--------------------------------------*/
.two-columns-table {
	font-size: 16px;
}



.two-columns-table th,
.two-columns-table td {
	
	vertical-align: top;
	line-height: 1.6;
}

.two-columns-table th {
	width: 34%;
	padding: 13px 0px 10px 14px;
	border-bottom: 1px solid #191919;

}


.two-columns-table.color2 th {
	border-color: #90E0E0;
}

.two-columns-table td {
	padding: 13px 14px 10px;
	border-bottom: 1px solid #CBCAC9;
}

@media screen and (max-width: 767px) {
.two-columns-table {
	font-size: 14px;
}
.two-columns-table th  {
	padding: 10px 0px 10px 8px;
}

.two-columns-table td {
	padding: 10px 5px 10px 8px;
}

}


.square-list li{
	position: relative;
	padding-left: 32px;
}
.square-list li:before{
    content: '';
    width: 21px;
    height: 18px;
    background: #F29801;
    background: url(../img/icon_check01.png) no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    position: absolute;
    left: 0;
    top: 7px;
}

.table_b{
	border: 1px solid #CBCAC9;
	font-size: 16px;
}
.table_b th,
.table_b td{
	font-weight: 400;
	padding: 10px 15px 7px;
}
.table_b th{
	width: 34%;
	background: #F0E9DF;
	border-right: 1px solid #CBCAC9;
}
.table_b tr+tr th,
.table_b tr+tr td{
	border-top: 1px solid #CBCAC9;
}

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

	font-size: 14px;
}
.table_b th,
.table_b td{
	padding: 5px 5px 7px;
}
}

.googlemap{
	position: relative;
	height: 350px;
}
.googlemap iframe{
	width: 100%;
	height: 100%;
	border: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
/*-----------------------------------------------------------
■ 2 Blog
-----------------------------------------------------------*/

/*--------------------------------------
	post
--------------------------------------*/

#posts {
	float: left;
	width: 65%;
}

#blogDetail,
#blogList {
	min-height: 850px;
	margin-top: 40px;
	margin-bottom: 103px;
}

#blogList .post {
	padding-bottom: 35px;
	font-size: 16px;
	line-height: 2;
}

.posts__list li {
	position: relative;
	float: left;
	width: 45%;
	margin-left: 10%;
	margin-bottom: 75px;
}

.posts__list li:nth-child(2n+1) {
	margin-left: 0;
	clear: both;
}

.posts__list li .post__category {
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	line-height: 1;
	z-index: 10;
}

.post .post__category a,
.posts__list .post__category a {
	display: inline-block;
	min-width: 107px;
	height: 25px;
	padding: 2px 8px;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 23px;
	text-transform: uppercase;
	color: #fff;
	background: #5C5C5C;
}
.post .post__category a.kuki, .posts__list .post__category .kuki {
	background: #F6B888;
}
.post .post__category a.news, .posts__list .post__category .news {
	
}
.post .post__category a.kawaguchi, .posts__list .post__category .kawaguchi {
	 background: #F4A7B9;
}
.post .post__category a.satte, .posts__list .post__category .satte {
	background: #88C7F6;
}
.post .post__category a:hover,
.posts__list .post__category a:hover {
	background: #8cc856;
}

.post .post__category a.news,
.posts__list .post__category a.news {
	background: #5C5C5C;
}

.post .post__category a.news:hover,
.posts__list .post__category a.news:hover {
	background: #E05C4F;
}

.post .post__category a:before,
.posts__list .post__category a:before {
	margin-right: 7px;
	vertical-align: baseline;
	font-size: 10px;
}

.posts__list li .post__image {
	position: relative;
	overflow: hidden;
	min-height: 26px;
  	margin-bottom: 20px;
}

.posts__list li .post__image a {
	display: block;
	width: 100%;
	height: 100%;
	padding-top: 54%;
}

.posts__list li .post__image a span {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	-moz-transition: ease-in-out .2s;
	-o-transition: ease-in-out .2s;
	-webkit-transition: ease-in-out .2s;
	transition: ease-in-out .2s;
}

.posts__list li .post__image a:hover span {
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);

}

.posts__list li .post__image span.noimage {
	overflow: hidden;
	line-height: 0;
	text-indent: 100%;
}

.posts__list h3 {
	margin-bottom: 35px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4;
	letter-spacing: 0;
}

.posts__list h3 a:hover {
	color: #5C5C5C;
}

.posts__list .post__excerpt {
	margin-bottom: 16px;
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: 0;
	color: #72706E;
}


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

	.posts__list li {
		width: 48%;
		margin-left: 4%;
	}

	.posts__list li:nth-child(2n+1) {
		margin-left: 0;
	}

}


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

	#posts {
		float: none;
		width: 100%;
	}

	.posts__list li {
		margin-bottom: 50px;
	}

}


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

	.posts__list li {
		float: none;
		width: 100%;
		margin-left: 0;
	}

	#blogDetail .post__header h2 {
		font-size: 22px;
		line-height: 1.4;
	}

	#blogDetail .post__content h3 {
		padding: 26px 5px 26px 20px;
		margin: 35px 0 30px;
		font-size: 20px;
		line-height: 1.4;
	}

	#blogDetail .post__content h4 {
		font-size: 19px;
	}

}


/*--------------------------------------
	blog detail
--------------------------------------*/

#blogDetail .post {
	padding-bottom: 35px;
	font-size: 16px;
	line-height: 1.7;
	color: #0F0E0E;
}

#blogDetail .post__header {
	padding: 0px;
	margin-bottom: 25px;
}

#blogDetail .post__header h1 {
	font-size: 30px;
	font-weight: bold;
	line-height: 1.8;
	letter-spacing: 0.05em;
}

#blogDetail .post__header .post__meta {
	margin-bottom: 45px;
}

#blogDetail .post__header .post__meta .post__date {
	margin-top: 22px;
}


@media screen and (max-width: 767px) {
#blogDetail .post {
	font-size:14px;
}
	#blogDetail .post__header .post__category,
	#blogDetail .post__header .post__meta .post__date {
		float: none;
	}

}


/*--------------------------------------
	post date
--------------------------------------*/

.post .post__date,
.posts__list .post__date {
	font-size: 10px;
	letter-spacing: 0;
	color: #5C5C5C;
}

.post .post__date span,
.posts__list .post__date span {
	margin-left: 10px;
}

.post .post__date span::before,
.posts__list .post__date span::before {
	margin-right: 5px;
	font-size: 9px;
}

.post .post__date span a,
.posts__list .post__date span a {
	vertical-align: baseline;
	color: #5C5C5C;
}

.post .post__date span a:hover,
.posts__list .post__date span a:hover {
	text-decoration: underline;
}

.post__content {
	overflow: hidden;
	letter-spacing: 0;
	line-height: 2.3;
}

.post__content a {
	color: #0000ee;
	text-decoration: underline;
}

.post__content h2 {
	font-size: 1.5em;
}

.post__content h3 {
    font-size: 1.4em;
}

.post__content h4 {
    font-size: 1.3em;
}

.post__content h5 {
    font-size: 1.2em;
}

div#blogDetail .post__content img {
	width: auto;
	height: auto;
	max-width: 100%;
}


/*--------------------------------------
	bloginfo box
--------------------------------------*/

.blog-info-box {
	display: table;
	width: 100%;
	margin-top: 60px;
	background: #EBE9E7;
}

.blog-info-box .blog-info-box__name {
	display: table-cell;
	width: 50%;
	padding: 29px 30px;
	border-right: 1px solid #BFBEBD;
	vertical-align: middle;
}

.blog-info-box .blog-info-box__name .icon-blog {
	position: relative;
	display: block;
	padding-left: 25px;
	font-size: 16px;
	line-height: 1.6;
	color: #373431;
}

.blog-info-box .blog-info-box__name .icon-blog::before {
	position: absolute;
	left: 0;
	top: 50%;	
	display: block;
	margin-top: -6px;
	font-size: 15px;
	color: #5C5C5C;
}

.blog-info-box .blog-info-box__share {
	display: table-cell;
	width: 50%;
	padding: 30px 10px;
	vertical-align: middle;
	text-align: center;
}

.blog-info-box .blog-info-box__share li {
	display: inline-block;
	margin: 0 5px;
	vertical-align: middle;
}

.blog-info-box .blog-info-box__share li a {
	display: block;
	overflow: hidden;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	font-size: 0;
	line-height: 1;
}
.blog-info-box .blog-info-box__share li a:hover {
	opacity: .5;
}
.blog-info-box .blog-info-box__share li a.icon-instagram {
	background: url('../img/shared/icon_instagram.svg') no-repeat center;
	width: 50px;
	height: 50px;
}
.blog-info-box .blog-info-box__share li a::before {
	color: #fff;
}

.blog-info-box .blog-info-box__share .icon-facebook {
	background: #4967A3;
}

.blog-info-box .blog-info-box__share .icon-facebook:hover {
	background: #587cc1;
}

.blog-info-box .blog-info-box__share .icon-facebook::before {
	margin-top: 12px;
	font-size: 26px;
}

.blog-info-box .blog-info-box__share .icon-line {
	background: #18BC01;
}

.blog-info-box .blog-info-box__share .icon-line:hover {
	background: #1cde00;
}

.blog-info-box .blog-info-box__share .icon-line::before {
	font-size: 29px;
	margin-top: 11px;
}

.blog-info-box .blog-info-box__share .icon-twitter {
	background: #11BBEF;
}

.blog-info-box .blog-info-box__share .icon-twitter:hover {
	background: #13C7FE;
}

.blog-info-box .blog-info-box__share .icon-twitter::before {
	margin-top: 14px;
	font-size: 24px;
}

.blog-info-box .blog-info-box__share .icon-google {
	background: #E05C4F;
}

.blog-info-box .blog-info-box__share .icon-google:hover {
	background: #fb7468;
}

.blog-info-box .blog-info-box__share .icon-google::before {
	margin-top: 15px;
	font-size: 20px;
}

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

	.blog-info-box .blog-info-box__share li {
		margin: 0 3px;
	}

	.blog-info-box .blog-info-box__share li a {
		width: 40px;
		height: 40px;
	}

	.blog-info-box .blog-info-box__share .icon-facebook::before {
		margin-top: 9px;
		font-size: 22px;
	}

	.blog-info-box .blog-info-box__share .icon-line::before {
		margin-top: 8px;		
		font-size: 25px;
	}

	.blog-info-box .blog-info-box__share .icon-twitter::before {
		margin-top: 11px;		
		font-size: 20px;
	}

	.blog-info-box .blog-info-box__share .icon-google::before {
		margin-top: 12px;
		font-size: 16px;
	}

}

@media screen and (max-width: 767px) {
	
	.blog-info-box {
		display: block;
	}

	.blog-info-box .blog-info-box__name {
		display: block;
		width: 100%;
		padding: 20px;
		border-right: none;
		border-bottom: 1px solid #BFBEBD;
		text-align: center;
	}

	.blog-info-box .blog-info-box__name .icon-blog {
		display: inline-block;
		text-align: left;
	}

	.blog-info-box .blog-info-box__share {
		display: block;
		width: 100%;
		padding: 20px 10px;
	}

}


/*--------------------------------------
	navigation
--------------------------------------*/

.navigation {
	margin-top: 52px;
	overflow: hidden;
}

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

.navigation .prev {
	float: left;
	width: 100px;
}

.navigation .next {
	float: right;
	width: 100px;
}

.navigation a {
	position: relative;
	display: block;
	width: 100%;
	height: 40px;
	border-radius: 5px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	line-height: 40px;
	letter-spacing: 0.1em;
	color: #373431;
	background: #BFBEBD;
}

.navigation a:hover {
	background: #94C789;
}

.navigation .prev a span {
	padding-left: 8px;
}

.navigation .next a span {
	padding-right: 8px;
}

.navigation .prev a span::before {
	position: absolute;
	left: 8px;
	top: 50%;
	display: block;
	margin-top: -5px;
	font-size: 10px;
}

.navigation .next a span::before {
	position: absolute;
	right: 8px;
	top: 50%;
	display: block;
	margin-top: -5px;
	font-size: 10px;
}

.navigation ul {
	display: -webkit-flex;
	display: flex;
	max-width: 200px;
	margin: 0 auto;
}

.navigation li {
	display: -webkit-flex;
	display: flex;
	margin: 0 1px 0 2px;
	width: 30px;
}


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

	.navigation {
		margin-top: 35px;
	}

	.navigation ul {
		padding-top: 20px;
		clear: both;
	}
	
}


/*--------------------------------------
	pagination
--------------------------------------*/

.pagination {
	position: relative;
	padding-top: 52px;
	border-top: 1px solid #72706E;
	overflow: hidden;
}

.pagination ul {
	text-align: center;
}

.pagination ul li {
	display: inline-block;
	width: 30px;
}

.pagination ul li a, .pagination ul li span.dots {
	position: relative;
	display: block;
 	width: 100%;
	height: 40px;
	border-radius: 5px;
	text-align: center;
	font-size: 16px;
	line-height: 40px;
	letter-spacing: 0;
	font-weight: 400;
	color: #373431;
 	background: #BFBEBD;
}

.pagination ul li span.dots {
	background: none;
}

.pagination ul li a:hover {
	background: #5C5C5C;
}

.pagination ul li span.current {
	position: relative;
	display: block;
	width: 100%;
	height: 40px;
	border-radius: 5px;
	text-align: center;
	font-size: 16px;
	line-height: 40px;
	letter-spacing: 0;
	font-weight: 400;
	color: #373431;
	background: #5C5C5C;
}

.pagination ul li .prev {
	position: absolute;
	left: 0;
	top: 52px;
	display: block;
	width: 100px;
	padding-left: 8px;
}

.pagination ul li .next {
	position: absolute;
	right: 0;
	top: 52px;
	display: block;
	width: 100px;
	padding-right: 8px;
	font-weight: bold;
}

.pagination ul li .prev span::before {
	position: absolute;
	left: 8px;
	top: 50%;
	display: block;
	margin-top: -5px;
	font-size: 10px;
}

.pagination ul li .next span::before {
	position: absolute;
	right: 8px;
	top: 50%;
	display: block;
	margin-top: -5px;
	font-size: 10px;
}



/*-----------------------------------------------------------
■ 2 Side
-----------------------------------------------------------*/

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

.blogside {
	float: right;
	width: 28%;
}

.blogside h2.widgettitle {
	display: none;
}

.blogside h2 {
	padding-bottom: 9px;
	margin-bottom: 24px;
	border-bottom: 2px solid #373431;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1;
	color: #373431;
}

.blogside h2 span {
	display: inline-block;
	margin-left: 10px;
	vertical-align: middle;
	font-size: 14px;
	letter-spacing: 0;
	color: #72706E;
}


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

	.blogside {
		float: right;
		width: 30%;
	}

	.blogside h2 {
		font-size: 14px;
		letter-spacing: 0;
	}

	.blogside h2 span {
		font-size: 12px;
	}

}


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

	.blogside {
		float: none;
		width: 100%;
		padding: 46px 0 0;
		border-top: 1px solid #5D5555;
		margin-top: 35px;
	}

}


/*--------------------------------------
	search box
--------------------------------------*/

.blogside .search-box {
	margin-bottom: 40px;
}

.blogside .search-box label {
	display: none;
}

.blogside .search-box #searchform {
	position: relative;
}

.blogside .search-box #s {
	height: 55px;
	width: 100%;
	padding: 0 40px 0 14px;
	border: none;
	font-size: 13px;
	color: #72706E;
	background: #EBE9E7;
}

.blogside .search-box .icon-search::before {
	position: absolute;
	right: 16px;
	top: 50%;
	margin-top: -8px;
	color: #5C5C5C;
}

.blogside .search-box #searchsubmit {
	position: absolute;
	top: 50%;
	right: 16px;
	width: 15px;
	height: 15px;
	border: none;
	margin-top: -8px;
	font-size: 0;
	background: none;
	cursor: pointer;
}


/*--------------------------------------
	category box
--------------------------------------*/

.blogside .category-box {
	margin-bottom: 50px;
}

.blogside .category-box ul li {
	padding-bottom: 16px;
	border-bottom: 1px solid #b8c2c1;
	margin-bottom: 18px;
	text-transform: uppercase;
	color: #000;
}
.blogside .category-box ul li:first-child {
	display: none;
}
.blogside .category-box ul li:last-child {
	margin-bottom: 0;
}

.blogside .category-box ul li a {
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1;
	color: #373431;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.blogside .category-box ul li a span {
	display: block;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 1;
	color: #373431;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.blogside .category-box ul li a:hover,
.blogside .category-box ul li a:hover span {
	color: #5C5C5C;
}


/*--------------------------------------
	recent box
--------------------------------------*/

.recent-box {
	margin-bottom: 50px;
}

.recent-box li {
	padding-bottom: 13px;
	border-bottom: 1px solid #BFBEBD;
	margin-bottom: 22px;
	font-size: 13px;
	line-height: 1.3;
}

.recent-box li:last-child {
	margin-bottom: 0;
}

.recent-box li .recent-box__thumbnail {
	position: relative;
	float: right;
	width: 48px;
	height: 48px;
	margin-left: 12px;
	overflow: hidden;
}

.recent-box li .recent-box__thumbnail a {
	display: block;
	width: 48px;
	height: 48px;
	line-height: 1;
}

.recent-box li .recent-box__thumbnail a span {
	display: block;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}

.recent-box li .recent-box__thumbnail a:hover {
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.recent-box li h3 a {
	color: #373431;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.recent-box li h3 a:hover {
	color: #5C5C5C;
}

.recent-box__date {
	margin-top: 5px;
	font-size: 10px;
	color: #72706E;
}

.recent-box li .recent-box__date {
	margin-top: 15px;
}


/*--------------------------------------
	tag box
--------------------------------------*/

.blogside .tag-box {
	margin-bottom: 40px;
}

.blogside .tag-box h2 {
	margin-bottom: 12px;
}

.blogside .tag-box .tagcloud a {
	display: inline-block;
	padding: 7px 10px;
	border: 1px solid #72706E;
	margin-bottom: 9px;
	border-radius: 3px;
	font-size: 14px !important;
	letter-spacing: 0;
	line-height: 1;
	color: #373431;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.blogside .tag-box .tagcloud a:hover {
	color: #fff;
	background: #72706E;
}


/*--------------------------------------
	archive box
--------------------------------------*/

.archive-box {
	font-size: 14px;
	line-height: 1.4;
}

.archive-box > ul > li {
	margin-top: 20px;
}

.archive-box > ul > li:first-child {
	margin: 0;
}

.archive-box ul li p {
	position: relative;
	display: inline-block;
	padding-left: 22px;
	margin: 0;
	cursor: pointer;
}

.archive-box ul li p:visited {
	color: #373431;
}

.archive-box ul li p:hover {
	font-weight: 500;
	color: #5C5C5C;
}

.archive-box ul li p.acv_open {
	font-weight: 500;
	color: #5C5C5C;
}

.archive-box ul li p::before {
	content: '';
	position: absolute;
	top: 4px;
	left: 0;
	display: block;
	width: 8px;
	height: 8px;
	border-right: 1px solid #5C5C5C;
	border-bottom: 1px solid #5C5C5C;
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.archive-box ul li p.acv_open::before {
	top: 1px;
	left: 2px;
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.archive-box ul li a {
	color: #373431;
}

.archive-box ul li a:link {
	text-decoration: underline;
}

.archive-box ul li a:visited {
	color: #373431;
}

.archive-box ul li a:hover {
	color: #5C5C5C;
}

.archive-box ul li a:active {
	color: #5C5C5C;
}

.archive-box ul li ul {
	margin-left: 44px;
}

.archive-box ul li li {
	margin-top: 10px;
}

.archive-box ul li ul.hide {
	display: none;
}


/*-----------------------------------------------------------
 ■ 4 Special under pages
-----------------------------------------------------------*/

/*--------------------------------------
	sitemap
--------------------------------------*/

.sitemap > ul {
	margin: 0 auto;
	background: none;
    display: flex;
    flex-wrap: wrap;
}

.sitemap > ul > li {
	position: relative;
	border-bottom: 1px dashed #ccc;
	margin: 0;
	line-height: 1.4;
	width: 100%;
}

.sitemap > ul > li:first-child {
	border-top: 1px dashed #ccc;
}

.sitemap > ul > li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 25px;
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #5C5C5C;
}

.sitemap > ul > li a {
	position: relative;
	display: block;
	padding: 19px 40px 15px 20px;
	background: none;
}

.sitemap > ul > li a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 18px;
	display: block;
	width: 10px;
	height: 10px;
	border-top: 2px solid #ccc;
	border-right: 2px solid #ccc;
	margin-top: -5px;
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.sitemap > ul > li a:hover {
	color: #5C5C5C;
}

.sitemap ul li:nth-child(9),
.sitemap ul li:last-child {
	
}
.sitemap ul li:nth-child(1) {}
.sitemap ul li:nth-child(2) {}
.sitemap ul li:nth-child(3) {}
.sitemap ul li:nth-child(4) {}
.sitemap ul li:nth-child(5) {}
.sitemap ul li:nth-child(6) {}
.sitemap ul li:nth-child(7) {
	order: 9;
}
.sitemap ul li:nth-child(8) {
	order: 10;
}
.sitemap ul li:nth-child(9) {
	order: 11;
}
.sitemap ul li:nth-child(10) {
	order: 12;
}
.sitemap ul li:nth-child(11) {
	order: 13;
}
.sitemap ul li:nth-child(12) {
	order: 14;
}
.sitemap ul li:nth-child(13) {
	order: 15;
}
.sitemap ul li:nth-child(14) {
	order: 16;
}
.sitemap ul li:nth-child(15) {
	order: 17;
}
.sitemap ul li:nth-child(16) {
	order: 18;
}
.sitemap ul li:nth-child(17) {
	order: 7;
}
.sitemap ul li:nth-child(18) {
	order: 8;
}
.sitemap ul li:nth-child(19) {
	order: 19;
}
.sitemap ul li:nth-child(20) {
	order: 20;
}
.sitemap ul li:nth-child(21) {
	order: 21;
}
/*-----------------------------------------------------------
 ■ 5 Contact
-----------------------------------------------------------*/

.wrap_contact {
	max-width: 800px;
	margin: 0 auto;
}

.inquiryForm_message {
	text-align: center;
}

/* step list */
.step_list {
	width: 467px;
	margin: 0 auto 90px;
}

.step_list li {
	position: relative;
	float: left;
	width: 100px;
	margin-left: 83px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	color: #BFBEBD;
}

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

.step_list li span {
	position: relative;
	display: block;
	width: 54px;
	height: 54px;
	margin: 0 auto 12px;
	border-radius: 50%;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 54px;
	color: #fff;
	background: #BFBEBD;
}

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

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

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

.step_list li.current span {
	background: #5C5C5C;
}

.step_list li span.current:after {
	background: #5C5C5C;
}

.inquiryForm_message .step_catch {
	margin-bottom: 44px;
	text-align: center;
	font-size: 16px;
	letter-spacing: 0.05em;
	color: #373431;
}

.inquiryFormTable {
	padding-top: 22px;
	border-top: 1px solid #707070;
	font-size: 16px;
}

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

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

.inquiryFormTable dt {
	position: relative;
	width: 29%;
	padding-top: 31px;
	border-right: none;
	letter-spacing: 0.1em;
	font-weight: bold;
	color: #2C2F30;
}

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

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

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

.inquiryFormTable dd .note {
    position: absolute;
    top: 60px;
    left: 0px;
    letter-spacing: 0;
}

.inquiryFormTable .wpcf7-list-item.first {
	margin-bottom: 35px;
}

.sent .inquiryFormTable {
	display: none;
}



@media screen and (max-width: 767px) {
.inquiryFormTable dd .note {
    top: 48px;
    letter-spacing: 0;
    font-size: 13px;
    line-height: 1.5;
}

.inquiryFormTable .wpcf7-list-item.first {
	margin-bottom: 50px;
}
}


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

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

.inquiryFormTable input,
.inquiryFormTable textarea,
.inquiryFormTable select {
	display: block;
	width: 100%;
	padding: 13px 14px 14px;
	border: 1px solid #BFBEBD;
	border-radius: 5px;
	color: #333;
	background: #EBE9E7;
}

.inquiryFormTable textarea { 
	resize: vertical; 
}

.inquiryFormTable select {
	position: relative;
	background: #ECECEC url(../img/icons/ico_select.svg) no-repeat 96% center;
	background-size: 12px 10px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

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

.inquiryFormTable input:focus,
.inquiryFormTable textarea:focus,
.inquiryFormTable select:focus {
	box-shadow: 0 0 3px 1px #80cbc4;
}

/* checkbox and radio*/
.inquiryFormTable input[type="checkbox"],
.inquiryFormTable input[type="radio"] {
    -moz-opacity: 0;
    opacity: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: absolute;
    cursor: pointer;
    z-index: 2;
}

.inquiryFormTable input[type="radio"] + span::before,
.inquiryFormTable input[type="checkbox"] + span::before {
	display: inline-block;
	margin-bottom: 2px;
	margin-right: 10px;
	font-family: 'icomoon';
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	speak: none;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.inquiryFormTable input[type="checkbox"] + span::before {
	content: "\ea53";
	border-radius: 2px;
}

.inquiryFormTable input[type="checkbox"]:checked + span::before {
	content: "\ea52";
	color: #354fa8;
}

.inquiryFormTable input[type="checkbox"]:focus + span::before{
	box-shadow: 0px 0px 2px 2px #80cbc4;
}

.inquiryFormTable input[type="radio"] + span::before {
	content: "\ea56";
	border-radius: 50%;
}

.inquiryFormTable input[type="radio"]:checked + span::before {
	content: "\ea54";
	color: #354fa8;
}

.inquiryFormTable input[type="radio"]:focus + span::before{
	box-shadow: 0px 0px 2px 2px #80cbc4;
}

/* checkbox and radio confimation screen */
.confirm_table input[type="checkbox"]:not(:checked) + span,
.confirm_table input[type="radio"]:not(:checked) + span{
	display: none;
}

.inquiryFormTable .wpcf7-checkbox > span:first-child,
.inquiryFormTable .wpcf7-radio > span {
	padding-top: 10px;
}

.inquiryFormTable .wpcf7-radio {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}

.inquiryFormTable .wpcf7-radio > .wpcf7-list-item {
	width: auto;
	margin-right: 20px;
}

.inquiryFormTable .wpcf7-radio > .wpcf7-list-item:last-child {
	margin-right: 0;
}

.failed .verified_table.inquiryFormTable input.wpcf7-validates-as-required,
.invalid .verified_table.inquiryFormTable input.wpcf7-validates-as-required {
	border: 1px solid #5C5C5C;
	background: #fff;
	box-shadow: 0 0 5px rgba(111, 186, 44, 0.5);
}

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

.inquiryFormTable .comment {
	display: block;
	margin-top: 0.4em;
	font-size: 13px;
	letter-spacing: 0;
	color: #63696A;
}

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

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

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

.inquiryFormTable .btBox input[type="submit"] {
	display: block;
	width: 100%;
	padding: 29px 32px 28px 30px;
	border: none;
	margin: 0 auto;
	border-radius: 0 !important;
	font-size: 26px;
	letter-spacing: 0.1em;
	line-height: 1.2;
	color: #fff;
	background: #5C5C5C url(../img/icons/ico_arrow02.png) no-repeat 95% center !important;
	background-size: 6px 10px;
	cursor: pointer;
	outline: 0px;
	-webkit-appearance: none;
}

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

.inquiryFormTable .btBox input[type="submit"].abled {
	padding: 29px 40px 28px 40px;
	background-position: 96% center !important;
}

.inquiryFormTable .wpcf7-back {
	float: left;
	width: 37.5% !important;
	padding: 29px 30px 28px;
	border: none;
	margin: 0 auto;
	border-radius: 0 !important;
	outline: 0px;
	text-align: left;
	font-size: 26px;
	letter-spacing: 0.1em;
	line-height: 1.2;
	color: #fff;
	background: #72706E url(../img/icons/ico_arrow02.png) no-repeat 92% center !important;
	background-size: 6px 10px;
	cursor: pointer;
	-webkit-appearance: none;
}

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

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

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

.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 {
	vertical-align: top;	
	font-size: 25px;
	color: #5C5C5C;
}

.inquiryFormTable .wpcf7-not-valid-tip {
	color: #DE5050;
	font-weight: normal;
	display: block;
	font-size: 12px;
}

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

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

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

.failed .confirm_table input[type="text"],
.failed .confirm_table input[type="tel"],
.failed .confirm_table input[type="email"],
.failed .confirm_table input[type="date"],
.failed .confirm_table textarea,
.failed .confirm_table select,
.failed .confirm_table input[type="checkbox"] {
	display: none;
}

.failed .confirm_table .required,
.failed .confirm_table .optional {
	display: none;
}

.failed .confirm_table .wpcf7-list-item-label {
	display: none;
}

.failed .confirm_table span.comment {
	display: none;
}

.failed .confirm_table .wpcf7-form-control-wrap.your-email_confirm {
	display: none;
}

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

.failed .confirm_table .wpcf7-list-item {
	padding-left: 0;
}

.failed .confirm_table dt,
.failed .confirm_table dd {
	padding: 12px 0 10px;
}

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


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

	.inquiryFormTable dt {
		width: 35%;
	}

}


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

	.step_list {
		width: 400px;
		margin: 0 auto 60px;
	}

	.step_list li {
		margin-left: 50px;
	}

	.inquiryFormTable dl {
		display: block;

	}

	.inquiryFormTable dt,
	.inquiryFormTable dd {
		display: block;
		width: 100%;
		padding: 0;
	}

	.inquiryFormTable dd {
		padding: 10px 40px 30px 0;
	}

	.inquiryFormTable .required,
	.inquiryFormTable .optional {
		position: static;
		display: inline-block;
		margin-left: 20px;
		margin-top: -2px;
		vertical-align: middle;
	}

	.inquiryFormTable .btBox {
		margin: 50px 0;
	}

	.inquiryFormTable .btBox input[type="submit"],
	.inquiryFormTable .wpcf7-back {
		text-align: center;
		float: none;
		width: 100% !important;
		padding: 29px 20px 28px 20px;
		font-size: 20px;
		background-position: 96% center !important;
	}

	.inquiryFormTable .btBox input[type="submit"].disabled,
	.inquiryFormTable .btBox input[type="submit"].abled {
		padding: 29px 20px 28px 20px;
	}

	.inquiryFormTable .wpcf7-back {
		margin-bottom: 15px;
	}

	.file_btn {
		margin-top: 0;
	}

	.failed .confirm_table dt,
	.failed .confirm_table dd {
		padding: 5px 0;
	}

}


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

	.step_list {
		width: 270px;
	}

	.step_list li {
		width: 70px;
		margin-left: 30px;
		font-size: 16px;
	}

	.step_list li span:after {
		width: 60px;
	}

	.inquiryForm_message .step_catch {
		font-size: 12px;
		letter-spacing: 0;
	}

	.inquiryFormTable .btBox input[type="submit"],
	.inquiryFormTable .wpcf7-back {
		font-size: 16px;
		letter-spacing: 0.1em;
	}

}
.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output{
	border-color: #46b450;
}



/*--------------------------------------
* anchorlinks
--------------------------------------*/
.anchorlinks {
    background: #fff;
    padding: 0 40px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: left;
}
.anchorlinks li {
	position: relative;
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 1.6;
	min-width: 164px;
	width: 23%;
}

.anchorlinks li a {
    color: #22201E;
    background: #fff;
    border-radius: 30px;
    white-space: nowrap;
    display: block;
    text-align: left;
    font-size: 15px;
    padding: 5px 0;
    font-weight: 400;
}
.anchorlinks li a:before {
content: "";
    position: absolute;
    top: 50%;
    margin-top: -8px;
       left: -20px;
    display: block;
    background: url(../img/icon_anchor.png) no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    width: 10px;
    height: 15px;
    -webkit-transition-duration: .6s;
    -ms-transition-duration: .6s;
    -moz-transition-duration: .6s;
    transition-duration: .6s;
}
.anchorlinks li a:hover:before {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
.anchorlinks li a:hover {
	text-decoration: none;
}

@media screen and (max-width:1000px) {
	.anchorlinks li {
		
	}
}
@media screen and (max-width:767px) {
	.anchorlinks {
		padding: 20px;
		gap: 10px;
	}
	
.anchorlinks li {
        width: 48%;
        display: block;
        min-width: 140px;
}

.anchorlinks li a:before {
        margin-top: -7px;
        left: -15px;
        width: 8px;
        height: 12px;
}

}

/*--------------------------------------
リスト
--------------------------------------*/
.circle_list li {
	position: relative;
	padding: 2px 0 2px 27px;
	list-style: none;
}


.circle_list li:before {
	content: "";
	position: absolute;
	background: #9B8C6B;
	top: 11px;
	left: 0;
	height: 16px;
	width: 16px;
	border-radius: 50%;
}





.boxC,
.boxB{
	padding: 45px 50px;
}

.boxC .ttl{
	font-size: 20px;
	line-height: 27px;
	padding-left: 30px;
	position: relative;
	margin-bottom: 30px;
}
.boxC .ttl:before{
	content: '';
	width: 16px;
	height: 16px;
	background: #90E0E0;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 7px;
}
.boxC ul li{
	position: relative;
	line-height: 24px;
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
	padding-left: 30px;
}
.boxC ul li:before{
	content: '';
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: #94C789;
	position: absolute;
	left: 0;
	top: 7px;
}
.boxC ul li+li{
	margin-top: 8px;
}

.boxC {
	border-radius: 20px;
	border: 2px solid #FF9AA2;
}
.boxC .ttl:before {
	background: #FF9AA2;
}
.boxC ul li:before {
	background: #F3A89A;
}

.boxC .photo {
    float: right;
    display: block !important;
    width: 30% !important;
    margin: 0 0 10px 20px !important;
    text-align: right;
}

.boxB {
	padding: 50px;
	border: 2px solid #9F8F6C;
	
}
.boxB p {
	margin-bottom: 20px;
}
.boxB p:last-child {
	margin-bottom: 0;
}
.boxB .ttl-s,
.boxB .ttl {
	border-bottom: 1px solid #C7C7C7;
	font-size: 20px;
	line-height: 29px;
	padding: 0 0 10px 35px;
	margin-bottom: 15px;
	position: relative;
}



.frameY .ttl-s, .frameY .ttl {
	border-bottom-color: #191919!important;
}
.frameY .ttl {
	font-size: 25px;
	padding-bottom: 20px;
}

.boxB .ttl-s::before,
.boxB .ttl::before {
	content: "";
	width: 15px;
	height: 15px;
	background: #5C5C5C;
	transform: rotate(45deg);
	position: absolute;
	top: 8px;
	left: 0;
}
.boxB .ttl-s {
	font-size: 16px;
	padding-left: 25px;
	border-bottom: none;
	margin-bottom: 5px;
}
.boxB .ttl-s::before {
	transform: rotate(0);
	border-radius: 50%;
}

@media screen and (max-width: 767px){
	.boxB,
	.boxC{
			padding: 10% 5%;
		}
.boxB .ttl-s,
.boxB .ttl,
	.boxC .ttl{
			font-size: 18px;
			padding-left: 25px;
		}
.frameY .ttl {
	font-size: 20px;
	padding-bottom: 10px;
	padding-left: 30px;
}
	.boxC ul li{
		padding-left: 25px;
	}
	.boxC .photo {
        float: none;
        width: 100% !important;
        margin: 0 auto 20px !important;
        text-align: center;
	}
	.boxB {
		border: 1px solid #000;
	}
	
	
	
}



.frame_E::after {
	content: "";
	background: #F3FEF9;
	position: absolute;
	top: -50px;
    left: -50%;
    right: -50%;
	bottom: -50px;
	z-index: -1;
}
.frame_E .frame-box {
	background-color: #FFFFFF;
}



.photo_C {
	border: 2px solid #191919;
	padding: 50px;
}
.photo_C .inside {
	color: #707070;
	font-size: 20px;
}
.photo_C .inside + .inside {
	margin-top: 40px;
}

.photo_C .inside .ttl{
	font-size: 20px;
	position: relative;
	border-bottom: 1px solid #C7C7C7;
	padding: 10px 30px;
	margin-bottom: 10px;
	line-height: 1.78;
	color: #22201E;
}


.photo_C .inside .ttl::before {
    content: '';
    position: absolute;
    top: 19px;
    width: 15px;
    height: 15px;
	background: #A69B92;
	transform: rotate(45deg);
    left: 0px;
    z-index: 1;
}

.photo_C .inside .elementor-image-box-img {
background: #fff;
    position: relative;
    z-index: 2;
    padding-left: 5%;
    width: 43% !important;
    margin-left: 0 !important;
    padding-bottom: 5%;
}
.photo_C .btn-style {
	padding-top: 20px;
	text-align: right;
	color: #000;
}

.photo_C .circle_list {
	padding: 10px 20px 20px;
}
.photo_C .txt {
	padding-left: 20px;
	padding-right: 0px;
}
.photo_C .circle_list li:before {
	background: #A69B92;
}

.photo_GG.photo_C .inside {
	font-size: 16px;
}

.photo_GG.photo_C .inside .square-list {
	padding-top: 20px;
}
.photo_C .detail_text {
	width: 57%;
}

@media screen and (max-width: 767px)  {
	.photo_C {
		padding: 5%;
		border: 1px solid #000;
	}
	.photo_C .detail_text {
		width: 100%;
	}
	.photo_C .inside,
	.photo_C .inside .ttl {
		font-size: 16px;
	}
	.photo_C .inside .ttl::before {
		top: 17px;
	}
.photo_C .txt {
	padding-left: 0;
	padding-right: 0;
}
.photo_C .inside + .inside {
	margin-top: 50px;
}
	
.photo_GG.photo_C .inside {
	font-size: 15px;
}	
.photo_C .inside .elementor-image-box-img {
        float: none;
        width: 100% !important;
        margin: 0 auto 20px !important;
        text-align: center;
        padding-left: 0;
        padding-bottom: 0;
	
}
	
	.photo_C .btn-style {
		text-align: center;
	}	
	.photo_C .inside .ttl {
		padding: 10px 30px 10px 25px;
	}
.photo_C .circle_list {
    padding: 10px 0px 20px;
}
	.photo_C .circle_list li {
		padding-left: 18px;
	}
	.photo_C .circle_list li:before {
		top: 12px;
		left: 0;
		height: 13px;
		width: 13px;
	}	
	
}


.btn-style a {
    padding: 10px 30px;
    background: #DEB6AF;
    line-height: 1;
    text-align: center;
    font-size: 13px;
    position: relative;
    border-radius: 24px;
    transition: all .4s ease;
    color: #fff;
    display: block;
    min-width: 290px;
    margin-left: auto;
    max-width: 290px;
}

.btn-style a.cl-grey {
	background: #504F4F;
}

.btn-style a:hover {
	opacity: .6;
}
.btn-style a::after {
	content: "";
	background: url(../img/icon_arrow.png) no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	width: 5px;
	height: 8px;
	position: absolute;
	top: 50%;
	margin-top: -4px;
	right: 10px;
}

@media screen and (max-width: 767px) {
	.btn-style a {
		margin-left: auto;
		margin-right: auto;
	}
}


.photo_D {
    display: flex;
    justify-content: space-between;
}
.photo_D .elementor-col-33 {
    width: 31%;
	padding: 2% 2% 5%;
	border: 2px solid #000;
	box-sizing: border-box;
}
.photo_D .elementor-image {}
.photo_D .elementor-image img {
	width: 100%!important;
}

.photo_D dl {
	padding-top: 20px;
}
.photo_D dl dt {
	font-size: 24px;
	line-height: 35px;
	letter-spacing: 0.02em;
	margin-bottom: 10px;
}
.photo_D dl dd {}


.photo_D .photo_D02 {
	margin: 0 3%;
}

@media screen and (max-width: 767px) {
    .photo_D {
        display: block;
    }
	.photo_D dl dt {
		font-size: 20px;
	}
    .photo_D .elementor-col-33 {
        width: 100%;
        display: block;
		padding: 5% 5% 8%;
		border: 1px solid #000;
    }
	.photo_D .photo_D02 {
		margin: 40px 0;
	}
}


.box_C {
	border: 2px solid #9B8C6B;
	padding: 50px;
}


.circle_num {
	counter-reset: list-number;	
}
.circle_num li {
	position: relative;
	list-style: none;
}
.list_L.box_C li {
	font-size: 20px;
}

.circle_num li + li {
	margin-top: 10px;
}

.circle_num li:before {
	  counter-increment: list-number;
	  content: counter(list-number);
	  margin-right: 10px;
		line-height: 25px;
	  width:25px;
	  height:25px;
	
	  display:inline-flex;
	  align-items:center;
	  justify-content: center;
	  font-size:16px;
	  background-color:#9B8C6B;
	  border-radius:50%;
	  color:#fff;
		font-family: "dnp-shuei-gothic-kin-std", sans-serif;
		font-weight: 500;
		font-style: normal;
	padding-left: 3px;
}

.list_L.box_C .circle_num li:before {
	padding-bottom: 1px;
}

.column2_list {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}

.column2_list ul {
	width: 48%;
}

.gray-cl li:before {
	background: #D7D7D7;
}
.browns-cl li:before {
	background: #5C5C5C;
}

@media screen and (max-width: 767px) {
.box_C {
	border: 1px solid #191919;
	padding: 5%;
}
	.list_L.box_C li {
		font-size: 18px;
	}
	.column2_list {
		display: block;
	}
.column2_list ul {
	width: 100%;
}	
	.list_L.box_C li:before {
		margin-right: 5px;
	}
}


.frame_D {
	border: 2px solid #191919;
	padding: 50px;
}
.frame_D h4 {
	border-bottom: 1px solid #191919;
	line-height: 1.8;
	padding-bottom: 10px;
	text-align: center;
	margin-bottom: 20px;
	font-size: 20px;
}
@media screen and (max-width: 767px) {
	.frame_D {
		border: 1px solid #191919;
		padding: 5%;
	}
	.frame_D h4 {
		font-size: 18px;
	}
	
	
	
}


.frame_F .ttl::before {
	content: "";
    background: #9B8C6B;
    width: 20px;
    height: 20px;
    border-radius: 0;
    top: 5px;
	    transform: rotate(0);
}
.frameY .ttl::before {
	background: #E0C0A6!important;
}



.frame_F .circle_num {
	margin-bottom: 30px;
	border-bottom: 1px solid #C7C7C7;
	padding-bottom: 20px;
}

.frame_F .square-list {
	padding-left: 15px;
}


.frame_G {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
.frame_G .frame_D {
	width: 49%;
	border-width: 3px;
	border-color: #5C5C5C;

}
.frame_G .frame_D h4 {
	border-color: #5C5C5C;
}
.frame_G .frame_D:first-child {
	background: #C7C7C7;
	border-color: #C7C7C7;
}
.frame_G .frame_D p {
	padding-left: 20px;
	padding-right: 20px;
}

@media screen and (max-width: 767px) {
	.frame_G {
		display: block;
	}
	.frame_G .frame_D {
		width: 100%;
		border-width: 2px;
	}
	.frame_G .frame_D:first-child {
		margin-bottom: 30px;
	}
}



.hidden20250321 {
	display: none;
}

a[href^="tel:"] {
    vertical-align: baseline;
}
.btn__orange,
.btn__blue,
.btn__pink {
	max-width: 320px;
}

.btn__orange a {
	background: #F6B888;
}
.btn__blue a {
	background: #88C7F6;
}
.btn__pink a {
	background: #F4A7B9;
}

.mleft {
	margin-left: 0;
	margin-right: 0;
}

@media screen and (max-width: 767px) {
.mleft {
	margin-left: auto;
	margin-right: auto;
}

}


.green  h2.elementor-heading-title {
	background-color:#A69B92;
}
.green  h2.elementor-heading-title::before {
	    /*background: #39AF40;*/
		background: rgba(254,163,162,0.7);
}



.green h3.elementor-heading-title:before, .green  h3.elementor-heading-title:after {
    border-color: #D8CFC0;
}

.green  h3.elementor-heading-title:before {
    border-color: #39AF40;
}
.page-id-1117 .title-holder .container h1 span,
.page-id-1160 .title-holder .container h1 span,
.page-id-2934 .title-holder .container h1 span,
.page-id-2936 .title-holder .container h1 span,
.page-id-2932 .title-holder .container h1 span,
.page-id-1185 .title-holder .container h1 span,
.page-id-2524 .title-holder .container h1 span,
.page-id-2522 .title-holder .container h1 span,
.page-id-2518 .title-holder .container h1 span {
	visibility: hidden;
	position: relative;
	display: inline-block;
}
.page-id-1160 .title-holder .container h1 span {
	display:block;
}
.page-id-1117 .title-holder .container h1 small {
	display: none;
}



.page-id-2932 .title-holder .container h1 small::before,
.page-id-1160 .title-holder .container h1 span::before,
.page-id-2934 .title-holder .container h1 small::before,
.page-id-2936 .title-holder .container h1 small::before,
.page-id-2934 .title-holder .container h1 span::before,
.page-id-2936 .title-holder .container h1 span::before,
.page-id-2932 .title-holder .container h1 span::before,
.page-id-1185 .title-holder .container h1 span::before,
.page-id-1117 .title-holder .container h1 span::before,
.page-id-2524 .title-holder .container h1 span::before,
.page-id-2522 .title-holder .container h1 span::before,
.page-id-2518 .title-holder .container h1 span::before {
    visibility: visible;
    display: block;
    position: absolute;
    left: 0;
    width: 350%;
}
.page-id-2518 .title-holder .container h1 span::before {
	 content: '久喜クリニック';
}


.page-id-2522 .title-holder .container h1 span::before {
	 content: '幸手クリニック';
}

.page-id-2524 .title-holder .container h1 span::before {
	 content: '川口六間クリニック';
}
.page-id-1160 .title-holder .container h1 span::before {
	content: 'INTERNAL MEDICINE';
}
.page-id-1117 .title-holder .container h1 span {
	display: block;
}
.page-id-1117 .title-holder .container h1 span{
	line-height: 73px;
}
.page-id-1117 .title-holder .container h1 span::before {
	content: '如月会について';
	line-height: 73px;
    text-align: center;
    width: auto;
	left: 50%;
	transform: translateX(-50%);
	background: rgba(255,255,255,0.59);
	white-space: nowrap;
	padding: 0 10px 0 23px;
	color: #2A2A2A;
	text-shadow: 2px 2px 0 #fff, 3px 3px 0 #fff;
	opacity: 0.8;
}

.page-id-2932 .title-holder .container h1 span::before,
.page-id-1185 .title-holder .container h1 span::before {
	 content: '久喜クリニック';
}

.page-id-2934 .title-holder .container h1 span::before {
	 content: '幸手クリニック';
}
.page-id-2936 .title-holder .container h1 span::before {
	 content: '川口六間クリニック';
}
.page-id-2932 .title-holder .container h1 small,
.page-id-2934 .title-holder .container h1 small,
.page-id-2936 .title-holder .container h1 small {
    visibility: hidden;
    display: block;
	position:relative;
}


.page-id-2932 .title-holder .container h1 small::before,
.page-id-2934 .title-holder .container h1 small::before,
.page-id-2936 .title-holder .container h1 small::before {
	content: "求人案内";
	font-size: 20px;
	
	
}

@media screen and (min-width: 768px) and (max-width: 999px) {
	.page-id-1160 .title-holder .container h1 span {
		        font-size: 6vw;
 
	}
}

@media screen and (max-width: 767px) {
	.title-holder .title-holder__inner {
		padding: 30px 0 50px;
	}
	.page-id-1160 .title-holder .container h1 span {
		        font-size: 5.5vw;
        letter-spacing: 0.18em;
	}
	.page-id-1117 .title-holder .title-holder__inner{
		padding: 0;
	}
	.page-id-1117 .title-holder .container h1 span{
		line-height: 7vw;
	}
	.page-id-1117 .title-holder .container h1 span{
		font-size: 5.5vw;
	}
	.page-id-1117 .title-holder .container h1 span::before{
		line-height: 7vw;
		padding: 0 1vw 0 2vw;
	}
}

.page-id-1197 .title-holder .title-holder__inner {
	padding: 85px 0 185px;
}
@media screen and (max-width: 767px) {
.page-id-1197 .title-holder .title-holder__inner {
        padding: 50px 0 90px;
    }
}

.page-id-1244 .anchorlinks li a:before {
	filter: brightness(0) saturate(100%) invert(81%) sepia(39%) saturate(1531%) hue-rotate(175deg) brightness(100%) contrast(94%);
}
.page-id-1197 .anchorlinks li a:before {
	filter: brightness(0) saturate(100%) invert(93%) sepia(82%) saturate(7445%) hue-rotate(300deg) brightness(103%) contrast(93%);
}




.info__slider {
	margin-bottom: 60px;;
}
.info_slicker {
	display: flex;
	flex-wrap: wrap;
	gap: 1.5%;
}
.info_slicker div {
	width: 32.3333%;
	margin-bottom: 10px;
}
.info_slicker .slider-banner-image {
	width: 100%;
	padding-top: 45px;
	position: relative;
}
.info_slicker .slider-banner-image span {
	display: block;
	text-align: center;
	position: absolute;
	top: 10px;
	left: 0;
	right: 0;
	line-height: 1;
}

.info__slider .slick-dots {
  display: flex !important;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 15px;
}


.info__slider .slick-dots li {
    position: relative;
        width: 22.3%;
        margin: 0 0 2% 2%;
        border: 2px solid #e0e0e0;
    background-size: cover;
    background-position: center center;
    position: relative;
}


.info__slider .slick-active {
	opacity: .6;
}


.info__slider .slick-dots li img {
    object-fit: cover;
    width: 100% !important;
    height: 100% !important;
}
.info__slider .slick-dots li.slick-active img {
  border-color: #007bff;
}

@media screen and (max-width: 767px) {
.info__slider {
	margin-bottom:40px;;
}

.info_slicker {
	display: block;
	gap: 0;
}
.info_slicker div {
	width: 100%;
	margin-bottom: 0;
	height: auto;
}

.info_slicker .slider-banner-image {
	padding-top: 0;
    background-size: cover;
    background-position: center center;
    position: relative;
	height: 60vw;
}
.info_slicker .slider-banner-image img {
    object-fit: cover;
    width: 100% !important;
    height: 100% !important;
}



.info_slicker .slider-banner-image span {
	display: block;
	text-align: center;
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	padding-top: 20px;
}


}
