@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
--------------------------------------*/
#mainimage img {
	width: 100%;
}
.main_contents {
	background: none;
	width: 100%;
	height: auto;
	min-height: inherit;
	position: relative;
}
#mainimage {
	z-index: 1;
	position: relative;
}
#mainimage .main_catch {
    position: relative;
    z-index: 1;   
}

#mainimage h2{
	position: absolute;
	left: 17%;
  top: 17vw;
	width: 68%;	
  z-index: 2
}
.catch_txt_sp2{
  position: absolute;
  z-index: 2;
  bottom: 0;
  top: 134vw;
  left: 16px;
  width: calc(100% - 32px);
}
#mainimage .slide_key img{
    width: 100%;
    height: 100vh;
    object-fit: cover;
  }
@media screen and (min-width: 768px) {
	#mainimage h2{
    width: 565px;
    top: auto;
    left: 50%;
    bottom: 43%;
    transform: translate(-50%,50%);
  }
  
}


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

.home #content {
	padding: 0;
}

/* -------------------------------------
margin_base
------------------------------------- */
.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; }
.mt20 { margin-top: 20px !important; }
p + p{
  margin-top: 20px;
}
strong{
  font-weight: 600;
}
.ml0{
  margin-left: 0 !important;
}
/*--------------------------------------
elementor
--------------------------------------*/
/*
.elementor-section.elementor-section-boxed > .elementor-container {
max-width: 1060px;
padding: 0 30px;
}
*/
.elementor-widget:not(:last-child){
  margin-bottom: 0 !important;
}
.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-img {
	width: 30% !important;
	float: right;
	display: block !important;
	margin: 0 0 20px 20px !important;
	text-align: center;
	text-align: right;
}
.img_l .elementor-image-box-img {
	float: left;
	margin: 0 20px 20px 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;
}

.block_item .elementor-image-box-content{
  float: left;
  width: calc(70% - 20px) !important;
}
.block_item.img_l .elementor-image-box-content{
  float: right;  
}
@media screen and (max-width: 767px) {
	/*
	.elementor-section.elementor-section-boxed > .elementor-container {
	padding: 0 20px;
}
	*/
	.elementor-image-box-img,
	.img_l .elementor-image-box-img {
		width: 100% !important;
		float: none;
		margin: 0 auto 20px !important;
		text-align: center;
	}
  .block_item .elementor-image-box-content{
    width: 100% !important;
		float: none;
  }
}
/*--------------------------------------
	title holder
--------------------------------------*/

.title-holder {
	display: table;
	width: 100%;
	height: 200px;
	background: url("../img/background_h1.jpg") no-repeat center / cover;
}

.title-holder .title-holder__inner {
	display: table-cell;
	vertical-align: middle;
	padding: 30px 0;
}

.title-holder .container h1,
.title-holder .container h2 {
	text-align: center;
	font-size: 36px;
	letter-spacing: 5.4px;
	line-height: 1.2;
	color: #FFFFFF;
  font-weight: 700;
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
}

/*--------------------------------------
TITLE
--------------------------------------*/
h2.elementor-heading-title {
  font-size: 32px;
  line-height: 1.5 !important;
  padding: 17px 34px 25px 50px !important;
  position: relative;
  z-index: 0;
  margin-bottom: 40px !important;
  background: #988C7D;
  letter-spacing: .12em;
  font-weight: 600;
  color: #fff;
}
h3.elementor-heading-title {
  color: #909090;
  font-size: 24px;
  line-height: 1.5em !important;
  border-bottom: 2px solid #E47C7A;
  padding: 0 0 10px 0 !important;
  position: relative;
  background: none;
  margin-bottom: 30px !important;
  font-weight: 600
}
h4.elementor-heading-title {
  color: #909090;
  font-size: 20px;
  line-height: 1.5em !important;
  font-weight: 600;
  position: relative;
  padding: 10px 0 10px 30px;
  margin-bottom: 10px;
  letter-spacing: .1em
}
h4.elementor-heading-title:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 9px;
  background: url("../img/h4_bg.jpg") no-repeat center left / 9px 100%;
}
h5.elementor-heading-title {
  font-size: 18px;
  color: #909090;
  font-weight: 600;  
  line-height: 1.7em !important;
  padding-left: 29px;
  position: relative
}
h5.elementor-heading-title:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  background: #E47C7A;
  pointer-events: none;
  width: 15px;
  height: 15px
}
.under_title_h2 h2 {
  color: #fff !important;
  font-size: 34px;
  line-height: 1.2 !important;
  font-weight: normal !important;
  letter-spacing: .1em;
  padding: 19px 0 21px 25px !important;
  background: #cadb75;
  border-radius: 10px
}
.under_title_h3 h3 {
  color: #22201e !important;
  font-size: 24px;
  line-height: 1.2 !important;
  letter-spacing: .15em;
  padding: 0 0 20px 30px !important;
  position: relative;
  border-bottom: 2px solid #cbcac9
}
.under_title_h3 h3:before {
  position: absolute;
  content: "";
  background: url(../img/h3_icon.jpg) no-repeat top center;
  width: 9px;
  height: calc(100% - 20px);
  left: 0;
  top: 0
}
.under_title_h4 h4 {
  color: #5c5c5c !important;
  font-size: 20px;
  line-height: 1.2 !important;
  font-weight: bold !important;
  letter-spacing: .1em;
  text-align: left;
  padding-left: 20px !important;
  position: relative
}
.under_title_h4 h4:before {
  position: absolute;
  content: "";
  width: 4px;
  height: 32px;
  top: 2px;
  left: 0
}
@media screen and (max-width: 767px) {
  .title-holder {
		height: 160px;
		margin-top: 36vw;
	}
	.title-holder .container h1,
	.title-holder .container h2 {
		font-size: 26px;
	}
  h2.elementor-heading-title {
    padding: 21px 20px 23px 25px !important;
    font-size: 22px
  }
  h3.elementor-heading-title {
    font-size: 20px
  }
  h4.elementor-heading-title {
    font-size: 19px;
    padding: 7px 0 7px 30px;
  }
  .under_title_h2 h2 {
    padding: 19px 0 21px 15px !important
  }
  .under_title_h2 h2 {
    font-size: 26px
  }
  .under_title_h3 h3 {
    font-size: 24px;
    letter-spacing: .05em;
    padding: 0 0 13px 42px !important
  }
  .under_title_h3 h3:before {
    top: -2px
  }
}

.btn_link{
  position: relative;
  z-index: 0;
  color: #EA9594;
	
  display: block;
	font-size: 18px;
	line-height: 34px;
	transition: all 0.3s;	
  box-sizing: border-box;
  max-width: 308px;
	width: 100%;
  border-radius: 20px;
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  font-weight: 500;   
  letter-spacing: 0.2em;  
  padding-bottom: 4px;
  margin: 0 auto;
  padding-left: 24px;
  background: #EA9594;
}
.btn_link:before{
  content: "";
  position: absolute;
  z-index: -1;
  left: -3px;
  bottom: 3px;
  width: 100%;
  height: 100%;
  background: #fff;
  border: 1px solid #EA9594;
  border-radius: 20px;
}
.btn_link:after{
  content: "";
  position: absolute;
  z-index: 1;
  top: calc(50% - 9px);
  right: 15px;
  width: 7px;
  height: 11px;
  background: url("../img/btn_arrow.svg") no-repeat center / 100% auto;
}

.btn_link:hover{
	opacity: 0.7;
}
.btn_long .btn_link{
  max-width: inherit;
  width: auto;
  display: inline-block;
  padding-right: 40px;
  padding-left: 30px;  
}
.txt_link{
  text-decoration: underline !important;
}
.link_red{
  text-decoration: underline !important;
  font-weight: 600;
  color: #DE6262;
}
/*--------------------------------------
	bread
--------------------------------------*/

#bread {
	max-width: 1080px;
	width: 100%;
	padding: 0 30px;
	margin: 16px auto 0;
	text-align: center;
	line-height: 1.3;
}

#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 */
.under-title__h2 {
	margin-bottom: 20px;
	font-size: 28px;
	font-weight: bold;
	letter-spacing: 0.2em;
}

.under-title__h2 h2 {
	position: relative;
	font-weight: bold;
	color: #473019;
}

.under-title__h2 h2::before {
	content: '';
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-bottom: 3px;
	margin-right: 10px;
	border-radius: 7.5px;
	background-color: #E47C7A;
}

/* h3 */
.under-title__h3 {
	padding: 10px 0 0px 0;
	border-top: 3px solid #E47C7A;
}

.under-title__h3 h3 {
	position: relative;
	color: #473019;
	font-size: 28px;
	letter-spacing: 0.1em;
	line-height: 1.4 !important;
}

/* h4 */
.under-title__h4 h4 {
	position: relative;
	padding-left: 20px !important;
	color: #473019;
	font-size: 24px;
	letter-spacing: 0.15em;
	line-height: 1.6 !important;
}

.under-title__h4 h4::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 6px;
	height: 50%;
	background: #FFAB00;
}

.under-title__h4 h4::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 6px;
	height: 50%;
	background: #E47C7A;
}

/* h5 */
.under-title__h5 {
	padding: 8px 10px;
	border-left: 3px solid #E47C7A;
	margin-bottom: 10px;
	background: #f5f5f5;
}

.under-title__h5 h5 {
	font-size: 18px;
	letter-spacing: 0.15em;
	line-height: 1.6 !important;
}


/*--------------------------------------
	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%;
	table-layout: fixed;
	border-collapse: collapse;
}

.timetable th,
.timetable td {
	padding: 4px 0 5px;
	vertical-align: middle;
	text-align: center;
	font-size: 15px;
	line-height: 1;
}

.timetable thead th {
	padding: 0 0 10px;
	border-bottom: 1px solid #EBE9E7;	
}

.timetable thead th:first-child {
	width: 20%;
	text-align: left;
	font-size: 18px;
	letter-spacing: 0.15em;
}

.timetable tbody tr td:first-child {
	padding-top: 17px;
	text-align: left;
	word-break: keep-all;
	white-space: nowrap;
	letter-spacing: 0.1em;
}

.timetable tbody tr:last-child td {
	padding-bottom: 17px;
	border-bottom: 1px solid #EBE9E7;
}

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

	.timetable thead th:first-child {
		width: 28%;
	}

	.timetable tbody th {
		letter-spacing: 0.05em;
	}

}

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

	.timetable th,
	.timetable td {
		font-size: 70%;
		letter-spacing: 0;
	}

	.timetable thead th:first-child {
		width: 32%;
		font-size: 16px;
	}

}
.timetable {
  font-weight: 500;
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
  font-size: 15px;
  color: #776258;
}
.timetable thead th {
  border-bottom: none;
  background: #776258;
  padding: 5px 0 9px;
  color: #fff;
}
.timetable thead th:nth-child(1) {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  text-align: center;
  width: 27%;
}
.timetable thead th:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.timetable tbody tr th, .timetable tbody tr td {
  border-bottom: 1px solid #776258 !important;
  padding: 15px 0 18px;
}
/*--------------------------------------
	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;
	}

}

/*--------------------------------------
* qa
--------------------------------------*/
.qa_list{
  margin-bottom: 60px;
}
.qa_list dt{  
  color: #988C7D;  
  font-weight: 700;    
  font-size: 24px;
  letter-spacing: 0.1em;
  font-family: "dnp-shuei-gothic-kin-std", sans-serif;
  border-left: 4px solid #988C7D;
  margin-bottom: 34px;
}
.qa_list dd{  
  letter-spacing: 0.05em;
  font-weight: 400;
  font-size: 16px;
  line-height: 2;
  border-left: 4px solid #E47C7A;
}
.qa_list dt,
.qa_list dd {	
	display: flex;
  position: relative;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 13px;
}
.qa_list .num{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 31px;
  width: 30px;
  line-height: 38px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  box-sizing: border-box;
  padding-bottom: 4px
}
.qa_list dd .num {
  color: #E47C7A;
}
.qa_list .txt {
	width: calc(100% - 45px);  
}
.qa_list dd .txt{
  margin-top: 5px;
}

/*--------------------------------------
* 流れ
--------------------------------------*/
.flow_item {
  background: #FCE8ED;
  padding: 40px;
	position: relative;
	margin-bottom: 35px;
}
.flow_item.last-child {
	margin-bottom: 0;
}
.flow_item:after {
	content: "";
	width: 0px;
   height: 0px;
   border-style: solid;
   border-width: 26px 26px 0 26px;
   border-color: #E47C7A transparent transparent transparent;
	position: absolute;
	left: 50%;
	bottom: 0;
  transform: translate(-50%,100%);	
}
.flow_item.last-child:after {
	display: none;
}
.flow_title {
  font-size: 20px;  
  line-height: 1.5;
  position: relative;
  margin-bottom: 7px;
  color: #909090;    
  display: flex;
  font-weight: 500;
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
}
.flow_title .flow-num {
	vertical-align: top;
	background: #E47C7A;
	color: #fff;
	display: inline-flex;
  justify-content: center;
  align-items: center;
	width: 33px;
	height: 33px;
  border-radius: 50%;	
	line-height: 33px;  
	font-size: 20px;
	margin-right: 11px;
	letter-spacing: 0;
	margin-top: 2px;
  font-weight: 500;
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
}
.flow_title .flow-ttl{
  width: calc(100% - 44px);
  display: block;
  margin-top: 4px;
}
.flow_item .elementor-column.elementor-col-50:nth-child(1) {
  width: 63%;
  margin-right: 6.2%;
}
.flow_item .elementor-column.elementor-col-50:nth-child(2) {
    width: 30.8%;
}
@media screen and (max-width:1000px) and (min-width:768px){
  .flow_item{
    padding-left: 30px;
  }
  .flow_item .elementor-column.elementor-col-50:nth-child(1) {
    width: 60%;
    margin-right: 4%;
  }
  .flow_item .elementor-column.elementor-col-50:nth-child(2) {
      width: 36%;
  }
}
@media screen and (max-width:767px) {
	.flow_item{
    padding: 20px;
  }
  .flow_item .elementor-column.elementor-col-50:nth-child(1) {
    width: 100%;
    margin: 30px 0 0 0;
    order:2;
  }
  .flow_item .elementor-column.elementor-col-50:nth-child(2) {
      width: 100%;
  }
}

/*--------------------------------------
	newsList
--------------------------------------*/
#newsList dl {
   padding-bottom: 10px;
  margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

#newsList dl dt {
    color: #EA9594;
    line-height: 1.6;
    margin-bottom: 0;
    font-size: 16px;
    display: block;    
    letter-spacing: 0.08em;
    width: 195px;
    font-family: dnp-shuei-mincho-pr6n, sans-serif;
  font-weight: 500;
  position: relative;
}
#newsList dl dt .newsLabel{
  display: none;
}
#newsList dl dd {
  line-height: 1.3;
  letter-spacing: 1px;
  font-size: 16px;
box-sizing: border-box;
 font-family: dnp-shuei-gothic-kin-std, sans-serif;
  width: calc(100% - 195px);
  font-weight: 400;
}

#newsList dl dd a {
    color: #707070;
}
#newsList dl dd a:hover {
    text-decoration: underline !important;
}
#newsList dl dt:before {
  content: "NEW";
  background: #EA9594;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  border-radius: 20px;
  position: absolute;
  right: 32px;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 20px;
  line-height: 20px;
  letter-spacing: 0;
  display: block;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width:767px) {
  #newsList dl{
    padding-bottom: 7px;
    display: block;
  }
  #newsList dl dd, #newsList dl dt{
    float: none;
  }
  #newsList dl dd{
    width: 100%;
    font-size: 14px;
    margin-top: 12px;
  }
}
/*--------------------------------------
	num list
--------------------------------------*/

.num-list {
	counter-reset: li;
}

.num-list .elementor-icon-list-items li {
	position: relative;
	padding-left: 35px;
	margin-bottom: 15px;
}

.num-list .elementor-icon-list-items li:last-child {
	margin-bottom: 0;
}

.num-list .elementor-icon-list-items li::before {
	content: counter(li, decimal);
	counter-increment: li;
	position: absolute;
	left: 0;
	top: 4px;
	display: block;
	width: 24px;
	height: 24px;
	text-align: center;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0;
	color: #fff;
	background: #E47C7A;
}


/*--------------------------------------
	check list
--------------------------------------*/

.check-list li {
	position: relative;
	padding: 0 0 4px 30px;
}

.check-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 6px;
	display: block;
	height: 20px;
	width: 20px;
  background: #EBE9E7;
}

.check-list li::after {
	content: "";
	position: absolute;
	left: 8px;
	top: 4px;
	display: block;
	width: 9px;
	height: 16px;
	border: solid #7E7EA7;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}


/*--------------------------------------
	anchor link list
--------------------------------------*/

.anchor-links {
	padding: 55px 80px;
	background: #FEF9F0;
	list-style: none;
}

.anchor-links .elementor-icon-list-items li {
	position: relative;
	display: block;
	width: auto;
	padding-left: 16px;
	margin: 5px 22px !important;
	line-height: 1.6;
  font-size: 17px;
}

.anchor-links .elementor-icon-list-items li a {
	text-decoration: underline;
  position: relative;
  align-items: center;
  color: #909090;
}

.anchor-links .elementor-icon-list-items li a:before {
	content: "";
	display: block;
	width: 13px;
	height: 18px;
	background: url("../img/ancholink_arrow.png") no-repeat center / 100% auto;
	-webkit-transition-duration: 0.6s;
	-ms-transition-duration: 0.6s;
	-moz-transition-duration: 0.6s;
	transition-duration: 0.6s;
  margin-right: 8px;
}

.anchor-links .elementor-icon-list-items li a:hover:before {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

.anchor-links .elementor-icon-list-items li a:hover {
	text-decoration: none;
	color: #EA9594;
}
.anchor-links .elementor-icon-list-items li a i{
  display: none;
}

@media screen and (max-width:767px) {
.anchor-links {
	padding: 20px;
}
	.anchor-links .elementor-icon-list-items li {
		display: block;
		margin: 5px 20px 5px 0 !important;
	}
  .anchor-links .elementor-icon-list-items li a:before{
    width: 10px;
    height: 16px;
  }
  .anchor-links.w100 .elementor-icon-list-items li{
    width: 100%;
  }
}

/*--------------------------------------
	list C
--------------------------------------*/
.circle_list li {
    position: relative;
    padding: 0 0 4px 29px;
}
.circle_list li:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  height: 15px;
  width: 15px;
  background: #E47C7A;
}

.ul_dot{
  list-style: disc;
  margin-left: 30px;
}
.list-num{
  list-style: decimal;
  margin-left: 30px;
}

.link_txt{    
  text-decoration: none;
  color: #22201E;
}
.link_txt2{
  color: #335a93;
  text-decoration: underline !important;
  display: inline-block;
}
.link_txt2.p_txt{
  justify-content: center;
  align-items: center;
}
.link_txt2.p_txt i{
  margin-top: 0;
}
/*--------------------------------------
	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 th,
.two-columns-table td {
	border-bottom: 1px solid #E47C7A;
	vertical-align: top;
	line-height: 1.6;
}

.two-columns-table tr:first-child th,
.two-columns-table tr:first-child td {
	border-top: 1px solid #E47C7A;
}

.two-columns-table th {
	width: 30%;
	padding: 13px 0px 10px 14px;

}

.two-columns-table td {
	padding: 13px 14px 10px;
}


/*-----------------------------------------------------------
■ table A
-----------------------------------------------------------*/
.table_A{
  border-top: 1px solid #EBE8DF;
  position: relative;
  padding-top: 11px;
}
.table_A:before{
  border-top: 1px solid #776258;
  content:"";
  position: absolute;
  top: -1px;
  left: 0;
  width: 30%;
}
.table_A dl{
  border-bottom: 1px solid #EBE8DF;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;  
  margin-bottom: 11px;
  line-height: 28px;
}
.table_A dt, .table_A dd{
  padding-bottom: 11px;  
}
.table_A dt{
  width: 30%;
  position: relative;    
  min-width: 90px;
}
.table_A dt:before{
  border-bottom: 1px solid #776258;
  content:"";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
}
.table_A dd{
  width: 70%;
}
.dt_long.table_A dt, .dt_long.table_A dd{
  width: 50%;
}
.txt_right{
  text-align: right;
}
h2.elementor-heading-title .txt_right{
  display: block;
}
@media screen and (max-width: 767px){
  .table_A dl{
    display: block;
    position: relative;
  }
  .table_A dl:before{
    border-bottom: 1px solid #776258;
    content:"";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 30%;
  }
  .table_A dt, .table_A dd{
    font-size: 15px;    
  }
  .table_A dt, .table_A dd{
    width: 100%;
  }
  .table_A dt, .table_A dd{    
    padding-left: 0px;
    padding-bottom: 6px;
  }
  .table_A dl dt:before{
    display: none;
  }
}

/*--------------------------------------
* colorテーブル
--------------------------------------*/
.style_table th, .style_table td {
    line-height: 1.8;
    padding: 15px 10px 10px;
    border: 1px solid #CBCAC9;
    word-break: break-all;
  vertical-align: top;
}
.style_table thead th{
  background: #E8E2D6;
  text-align: center;
}
.style_table tbody th {
    width: 30%;
  background: #E8E2D6;
}
.style_table tbody td {
    text-align: left;
    background: #fff;  
}
.style_table.colnnn td, .style_table.colnnn th{
  min-width: 80px;
}
.th_long.style_table tbody th{
  width: 70%;
}
.style_table.th50 tbody th{
  width: 50%;
}
.style_table.w0 tbody th{
  width: auto;
}
@media screen and (max-width: 900px) and (min-width: 768px) {
  .style_table th,
	.style_table td {
		font-size: 15px;
		letter-spacing: 0;
	}
  .style_table tbody th{
    width: 33%;
  }
  .style_table.th50 tbody th{
    width: 45%;
  }
}
@media screen and (max-width: 767px) {
	.style_table th,
	.style_table td {
		font-size: 14px;
		letter-spacing: 0;
	}
  
}
@media screen and (max-width: 480px) {
	.style_table th,
	.style_table td {
		font-size: 12px;
		letter-spacing: 0;
    padding: 15px 7px 10px;
	}
  .style_table tbody th{
    width: 40%;
  }
  .style_table.th50 tbody th{
    width: 38%;
  }
}
@media screen and (max-width: 500px) {
  .table_sp{
    width: 100%;
    overflow-x: auto;
  }
  .table_sp table{
    width: 600px;
  }
}
/*--------------------------------------
ボックス
--------------------------------------*/
.bg_box, .bg_box02{
  color: #707070;
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  font-weight: 400;
  padding: 15px 50px 22px;  
}
.bg_box02.elementor-widget:not(:last-child){
  margin-bottom: 20px !important;
}
.bg_box {
  background: #FCE8ED;
}
.bg_box02 {
	background: #FEF9F0;
}
.border_box {
	border: 2px solid #E47C7A;
  padding: 30px;
}
.bg_box .elementor-image-box-title, .bg_box02 .elementor-image-box-title{
  padding-left: 30px;
  color: #909090;
  position: relative;
  font-size: 20px;
  font-weight: 600;
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
  letter-spacing: 0.06em;
  margin-bottom: 5px;
}
.bg_box .elementor-image-box-title:before, .bg_box02 .elementor-image-box-title:before{
      content: "";
    position: absolute;
    top: 15px;
    left: 0;
    height: 16px;
    width: 16px;
    background: #E47C7A;
  border-radius: 50%;
}
.bg_box.bg_box_big{
  padding: 50px;
}
.bg_box_img .elementor-column.elementor-col-50:nth-child(1) img{
    width: 100% !important;
  height: auto;
}
@media screen and (min-width: 768px) {
  .elementor-row{
    justify-content: space-between;
  }
  .bg_box_img .elementor-column.elementor-col-50:nth-child(1){
    order:2;
    width: 30%;    
  }
  .bg_box_img .elementor-column.elementor-col-50:nth-child(2){    
    width: calc(70% - 20px);
  }
}
@media screen and (max-width: 767px) {
  .bg_box, .bg_box02{
    padding: 15px 30px 22px;
  }
  .box_img{
    margin-bottom: 20px;
  }
  .border_box {    
    padding: 20px;
  }
  .bg_box.bg_box_big{
    padding: 30px 20px;
  }
}
.box_title {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 18px;
    letter-spacing: 0.06em;
    padding: 0 0 8px 29px;
    border-bottom: 1px solid #5B4633;
  position: relative;
  font-family: "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", 'Meiryo', 'メイリオ', Verdana, "游ゴシック", YuGothic, sans-serif;
}
.box_title:before{
  content:"";
  position: absolute;
  background: #5B4633;
  width: 15px;
  height: 15px;
  top: 8px;
  left: 0;
}

/* =====================================
■サイトマップ
===================================== */
#sitemap_list {
	margin: 0 auto !important;
	background: none !important;
}
.sitemap_list li {
	border-bottom: 1px dashed #ccc;
	line-height: 1.4 !important;
	position: relative;
	margin: 0 !important;
}
.sitemap_list li:first-child {
	border-top: 1px dashed #ccc;
}
.sitemap_list li:before {
	position: absolute;
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	left: 0;
	top: 25px;
}
.sitemap_list li a {
	display: block;
	padding: 19px 40px 15px 20px !important;
	position: relative;
	box-sizing: border-box;
	background: none !important;
}
.sitemap_list li a:after {
	display: block;
	content: "";
	width: 10px;
	height: 10px;
	border-top: 2px solid #ccc;
	border-right: 2px solid #ccc;
	box-sizing: border-box;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 18px;
	margin-top: -5px;
}


/*--------------------------------------
	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-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004";
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 23px;
	text-transform: uppercase;
	color: #fff;
	background: #3D2F26;
}

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

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

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

.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: #FFAEA2;
}

.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: 14px;
	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__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: #E47C7A;
}

.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: #E47C7A;
}

.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: -8px;
	font-size: 15px;
	color: #E47C7A;
}

.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:last-child{
  display: none;
}
.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::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: #E47C7A;
  color: #fff;
}

.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;
	font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004";
}

.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: #E47C7A;
}

.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: #E47C7A;
}

.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: bold;
	letter-spacing: 0.1em;
	line-height: 1;
	color: #373431;
}

.blogside h2 span {
	display: inline-block;
	margin-left: 10px;
	margin-bottom: -6px;
	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;
  box-sizing: border-box;
}

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

.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:last-child {
	margin-bottom: 0;
}

.blogside .category-box ul li a {
	font-size: 18px;
	font-weight: bold;
	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: #E47C7A;
}


/*--------------------------------------
	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: #E47C7A;
}

.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: bold;
	color: #E47C7A;
}

.archive-box ul li p.acv_open {
	font-weight: bold;
	color: #E47C7A;
}

.archive-box ul li p::before {
	content: '';
	position: absolute;
	top: 4px;
	left: 0;
	display: block;
	width: 8px;
	height: 8px;
	border-right: 1px solid #FBB777;
	border-bottom: 1px solid #FBB777;
	-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: #E47C7A;
	font-weight: bold;
}

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

.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;
}

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

.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: #E47C7A;
}

.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: #E47C7A;
}

/* =====================================
■お問い合わせ
===================================== */
.wrap_contact {
	max-width: 800px;
	margin: 0 auto;
}
.inquiryForm_message {
	text-align: center;
}
.step_list {
	width: 467px;
	margin: 0 auto 90px;
}
.step_list li {
	float: left;
	width: 100px;
	margin-left: 83px;
	text-align: center;
	font-size: 18px;	
	line-height: 1;
	position: relative;
	color: #CBCAC9;
  font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004";
}
.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: 53px;
	margin: 0 auto 12px;
	background: #CBCAC9;
	color: #fff;
	font-size: 22px;	
	letter-spacing: 0.1em;
	position: relative;
  font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004";
  box-sizing: border-box;
  padding-left: 3px;
}
.step_list li span:after {
	display: block;
	content: "";
	width: 130px;
	height: 1px;
	background: #bfbebd;
	position: absolute;
	top: 50%;
	left: 54px;
}
.step_list li:last-child span:after {
	display: none;
}
.step_list li.current {
	color: #373431;
}
.inquiryForm_message .step_catch {
	font-size: 16px;
	text-align: center;
	color: #373431;
	letter-spacing: 0.05em;
	margin-bottom: 44px;
}
.inquiryFormTable {
	border-top: 1px solid #707070;
	font-size: 16px;
	padding-top: 22px;
}
.inquiryFormTable dl {
	display: table;
	width: 100%;
}
.inquiryFormTable dt,
.inquiryFormTable dd {
	display: table-cell;
	padding: 20px 0 24px;
	text-align: left;
	vertical-align: top;
}
.inquiryFormTable dt {
	border-right: none;
	position: relative;
	font-weight: normal;
	width: 29%;
	padding-top: 31px;
	color: #2C2F30;
	font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004";
	letter-spacing: 0.1em;
	box-sizing: border-box;
}
.inquiryFormTable dd {
	box-sizing: border-box;
	position: relative;
	padding-right: 40px;
}
.wpcf7-form-control-wrap {
	display: block;
}
.inquiryFormTable input,
.inquiryFormTable textarea,
.inquiryFormTable select {
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 13px 14px 14px;
	border: 1px solid #BFBEBD;
	background: #EBE9E7;
	color: #333;
	border-radius: 5px;
}
.inquiryFormTable select {
	position: relative;
	background: #ECECEC url(../img/ico_select.png) no-repeat right center;
	background-size: contain;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}
.inquiryFormTable select::-ms-expand {
	display: none;
}
.inquiryFormTable input[type="checkbox"] {
	display: none;
	/*display: inline-block;*/
	width: 32px;
	height: 32px;
	border: 0;
	position: relative;
	margin-right: 0;
	visibility: hidden; 
	z-index: 999;
	-webkit-appearance: none;
	background: none;
	box-sizing: border-box;
}
.inquiryFormTable .wpcf7-list-item {
	width: 100%;
	display: block;
	margin: 0;
	box-sizing: border-box;
  position: relative;
}
.inquiryFormTable .wpcf7-list-item input{
    position: absolute;
    top: 10px;
    width: auto;
    left: 0.8px;
    z-index: 1;
}
.wpcf7-list-item-label {
	position: relative;
}
span.wpcf7-list-item-label:before,
span.wpcf7-list-item-label:after {
	display: none;
}
label.icon-check {
    position: relative;
    padding-left: 25px;
}

.inquiryFormTable input[type="checkbox"] + span label.icon-check:before {
    content: "\e902";
    font-size: 16px;
    color: #BFBEBD;
    margin-right: 5px;
    position: absolute;
    left: 0;
    top: -3px;
}
.inquiryFormTable input[type="checkbox"]:checked+ span label.icon-check:before {
	content: "\e903";
  color: #8EC31F;
}
.failed .verified_table.inquiryFormTable input.wpcf7-validates-as-required,
.invalid .verified_table.inquiryFormTable input.wpcf7-validates-as-required {
	border: 1px solid #1F5AA5;
	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;
	color: #63696A;
	font-size: 13px;
	margin-top: 0.4em;
	letter-spacing: 0;
}
.inquiryFormTable .required {
	background: #D93636;
	color: #fff;
	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 .optional {
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	padding-left: 0;
	width: 46px;
	height: 22px;
	background: #63696A;
	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 80px;
}
.inquiryFormTable .btBox input[type="submit"] {
	background: #E47C7A url(../img/ico_arrow02.png) no-repeat 95% center !important;
	background-size: 6px 10px;
	border: none;
	width: 100%;
	color: #fff;
	display: block;
	line-height: 1.2;
	cursor: pointer;
	box-sizing: border-box;
	margin: 0 auto;
	outline: 0px;
	-webkit-appearance: none;
	font-size: 26px;
	letter-spacing: 0.1em;
	padding: 29px 32px 28px 30px;  
}
.inquiryFormTable .btBox input[type="submit"].wpcf7c-elm-step2{
  background: #E47C7A url(../img/ico_arrow02.png) no-repeat 95% center !important;  
}
.inquiryFormTable .btBox input[type="submit"].disabled {
	background: #72706E url(../img/ico_arrow02.png) no-repeat 96% center !important;
	background-size: 6px 10px;	
	opacity: 1 !important;
	pointer-events: none;
	cursor: default;
	padding: 29px 40px 28px 40px;
}
.inquiryFormTable .btBox input[type="submit"].abled {
	background-position: 96% center !important;
	padding: 29px 40px 28px 40px;
}
.inquiryFormTable .wpcf7-back {
	width: 37.5% !important;
	color: #707070;
	background: #FCE8ED url(../img/ico_arrow02.png) no-repeat 92% center !important;
	background-size: 6px 10px;
	border: none;
	line-height: 1.2;
	cursor: pointer;
	box-sizing: border-box;
	margin: 0 auto;
	outline: 0px;
	-webkit-appearance: none;
	font-size: 26px;
	letter-spacing: 0.1em;
	padding: 29px 30px 28px;
	float: left;
	text-align: left;
  border-radius: 5px;
}
.inquiryFormTable .wpcf7-submit {
	width: 58.5% !important;
	float: right;
	text-align: left;
}
.inquiryFormTable .btBox input[type="submit"]:hover,
.inquiryFormTable .btBox input[type="button"]:hover {
	opacity: 0.8;
}
.inquiryFormTable textarea { 
	resize: vertical; 
}

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;
}

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

.file_btn {
	display: block;
	overflow: hidden;
	position: relative;
	background: #807B7B;
	color: #fff;
	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: progid:DXImageTransform.Microsoft.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;
}

.confirm_table input[type="text"],
.confirm_table input[type="tel"],
.confirm_table input[type="email"],
.confirm_table textarea,
.confirm_table select,
.confirm_table input[type="checkbox"] {
	border: none;
  background: none;
  padding: 0;
}
.confirm_table .required,
.confirm_table .optional {
	display: none;
}
.confirm_table .wpcf7-list-item-label {
	display: none;
}
.confirm_table .radio_style input[disabled="disabled"] + .wpcf7-list-item-label {
    display: none !important;
}
.confirm_table .radio_style .wpcf7-list-item-label {
    display: block !important;
}
.confirm_table .radio_style .wpcf7-list-item-label label.icon-check{
  padding-left: 0;
}
.confirm_table .radio_style .wpcf7-list-item-label label.icon-check:before{
  display: none;
}
.confirm_table span.comment {
	display: none;
}
.confirm_table .wpcf7-form-control-wrap.your-email_confirm {
	display: none;
}
.result_txt {
	display: block;
	white-space: pre-wrap;
}
.confirm_table .wpcf7-list-item {
	padding-left: 0;
	margin: 0;
}
.confirm_table dt,
.confirm_table dd {
	padding: 12px 0 10px;
}
.confirm_table.inquiryFormTable .btBox{
  margin-top: 0;
}
.failed .inquiryFormTable textarea, .failed .inquiryFormTable select {
	display: none;
}
.wpcf7-mail-sent-ok,
div.wpcf7 .ajax-loader,
div.wpcf7-validation-errors {
	display: none !important;
}
.inquiryForm_message .btn_link{
 margin: auto; 
}
.sent .loader_container{
  display: none;
}
.radio_style label.icon-check:before {
	content: "\e902";
	font-size: 16px;
	color: #BFBEBD;
	margin-right: 5px;
	position: absolute;
	left: 0;
	top: 3px;
}

.radio_style input[type="radio"]:checked + span label.icon-check:before {
	content: "\e903";
      color: #8EC31F;
}
.radio_style .wpcf7-list-item {
	position: relative;
}

.radio_style .wpcf7-list-item input {
    width: 76px;
    height: 16px;
    position: absolute;
    top: 8px;
    left: 0;
    opacity: 0;
    z-index: 9;
}

@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;
		padding: 0;
		width: 100%;
		box-sizing: border-box;
	}
	.inquiryFormTable dd {
		padding: 10px 40px 30px 0;
	}
	.inquiryFormTable .required,
	.inquiryFormTable .optional {
		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: 29px 20px 28px 20px;
		box-sizing: border-box;
		background-position: 96% center !important;
		text-align: center;
	}
	.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;
	}
	.confirm_table dt,
	.confirm_table dd {
		padding: 5px 0;
	}
  .heightLine-1{
    height: auto !important;
  }
}

@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;
	}
}
.inquiryFormTable dd.time-group{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex !important;
  flex-wrap: wrap;
  align-items: flex-start;
}
.inquiryFormTable dd.time-group p:last-child{
  width: calc(100% - 90px);
  margin-left: auto;
}
.failed .confirm_table .time-name{
  margin-top: 0;
}
.failed .confirm_table .time-info{
  width: auto;
  flex-wrap: nowrap;
}
.failed .confirm_table dd.time-group p:last-child{
  width: auto;
  margin-left: 20px;
}
.failed .confirm_table .time-info p{
  width: auto;
}


.iframe-box{
  width: 100%;
  height: 300px;
  margin-bottom: 30px;
}

.btn .btn_link{
  margin: 0 auto;
}


.clo-red{
	color: #f00;
}

.conversion{
  background: url("../img/conversion_bg.jpg") no-repeat center / cover;
  color: #fff;
  text-align: center;
  padding: 47px 0 61px;
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  font-weight: 500;
}
.conversion__title{
  font-weight: 500;
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
  font-size: 30px;
  line-height: 1.7;
  letter-spacing: 0.24em;
}
.conversion__text{
  line-height: 2;
  margin: 20px 0 45px;
  letter-spacing: 0.16em;
}
.conversion__list{
  justify-content: center;
}
.conversion__list li{
  width: 358px;
  margin: 0 24px;
}
.conversion__list li a{
  display: flex;
  align-items: center;  
  color: #859F63;
  background: #fff;
  border-radius: 25px;
  padding: 12px 0 12px 24px;
  line-height: 1.4;
  text-align: left;
  transition: ease 0.3s;
}
.conversion__list li a:hover{
  opacity: 0.7;
}
.conversion__list li:nth-child(1){
  margin-left: 0;
}
.conversion__list li:nth-child(2){
  margin-right: 0;
}
.conversion__list li:nth-child(1) a{
  font-size: 30px;
}
.conversion__list li:nth-child(2) a{
  font-size: 26px;
}
.conversion__list li a i{
  width: 48px;
  height: 48px;
  margin-right: 24px;
  display: block;
}
.conversion__list li a p{
  width: calc(100% - 72px);  
  font-weight: 500;
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
}
.conversion__list li a p span{
  display: block;
  font-size: 15px;
  letter-spacing: 0.08em;
  font-family: dnp-shuei-gothic-kin-std, sans-serif;  
}
@media screen and (max-width:850px) and (min-width:768px) {
  .conversion__list li{
    margin: 0 10px;
  }
}
@media screen and (max-width:767px){
  .conversion{
    background: url("../img/conversion_bg_sp.jpg") no-repeat center / cover;
    padding: 37px 0 8px;    
  }
  .conversion__title{    
    font-size: 28px;    
  }
  .conversion__text{    
    margin: 15px 0 39px;    
  }
  .conversion__list li{
    width: 100%;
    max-width: 358px;
    margin: 0 auto 40px;
  }
  .conversion__list li a{
    line-height: 1.3;    
  }
}
.global-bnr{
  margin: 47px auto 7px;
  flex-wrap: wrap;
  justify-content: center;
}
.global-bnr p{
  width: 30.3%;
  margin-bottom: 40px;
}
.global-bnr p:nth-child(2){
  width: 32.2%;
  margin: 0 3.5%;
}
.global-bnr p + p{
  margin-top: 0;
}
.global-bnr p:last-child{
  width: 46.5%;  
}
.global-bnr p a{
  display: block;
}
.global-bnr p img{
  width: 100%;
}
.pagetop{
  position: fixed;
  right: 20px;
  bottom: 80px;
  z-index: 10;
}
@media screen and (max-width:767px){
  .global-bnr{
    margin: 48px auto 33px;
    width: 326px;
  }
  .global-bnr p{
    width: 100% !important;
    margin: 0 0 15px !important;
  }
  .pagetop{
    right: 0;
    bottom: 20vw;
  }
}
