/* =====================================
■COMMON
===================================== */
a:hover img {
  opacity: 0.8;
}
img {
  width: auto;
  max-width: 100%;
  vertical-align: bottom;
  margin: 0;
  padding: 0;
}
p {
  margin-bottom: 20px;
}
p:last-child {
  margin-bottom: 0;
}
table {
  width: 100%;
}
.half {
  display: inline-block;
}
strong {
  font-weight: bold;
  /*font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004";*/
}
@media screen and (max-width: 767px) {
  .auto_height {
    height: auto !important;
  }
}
.txt-vertical {
  cursor: vertical-text;
  writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -moz-writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  text-orientation: upright;
  word-wrap: break-word;
}
.txt-latin {
  cursor: vertical-text;
  direction: rtl;
  writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -moz-writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  text-orientation: sideways-right;
  -o-text-orientation: sideways-right;
  -ms-text-orientation: upright;
  -ms-text-orientation: sideways-right;
  -moz-text-orientation: sideways-right;
  -webkit-text-orientation: sideways-right
}
.txt-color {
  color: #8DB91F;
}
.txt-left {
  text-align: left!important;
}
.txt-center {
  text-align: center;
}
.txt-right {
  text-align: right;
}
.btn-link {
  display: flex;
	box-sizing: border-box;
  align-items: center;
  padding: 23px 20px 23px 30px;
  min-width: 392px;
  line-height: 24px;
  color: #fff;
  background: #ACCE56;
  position: relative;
  font-size: 18px;
  font-weight: 700;
  transition: ease 0.3s;
	font-family: 'Zen Maru Gothic';
	border-radius: 42px
}
.btn-link:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  background: url("../img/btn_arrow.png") no-repeat center;
  width: 30px;
  height: 30px;
	transform: translateY(-50%);
}
.btn-link:hover {
  opacity: 0.8;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .btn-link {
    width: 100%;
  }
}
/* -------------------------------------
CONTENT
------------------------------------- */
#content {
  padding: 70px 0 100px;
  min-height: 600px;
}
.home #content {
  padding: 0;
}
.title-holder{
  background: url("../img/h1_bg.jpg") no-repeat center / cover;  
}
.title-holder .container{
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 36px;	
  font-family: 'Zen Maru Gothic';
  letter-spacing: 0.2em;
  line-height: 46px;
  color: #fff;
}
.title-holder .container h1{
	font-weight: 700;
}
@media screen and (max-width: 767px) {
  .title-holder .container {
    font-size: 30px;
    height: 180px;
  }
}
/* =====================================
■TOP
===================================== */
/*--------------------------------------
topMain
--------------------------------------*/
#mainimage {
  width: 100%;
  position: relative;
  overflow: hidden;
}
/* =====================================
■UNDER
===================================== */
/*--------------------------------------
Mainimage
--------------------------------------*/
.under_mainimage {
  background: rgba(129, 183, 42, 0.06);
  display: table;
  width: 100%;
  height: 206px;
  box-sizing: border-box;
}
.under_mainimage .inner {
  display: table-cell;
  vertical-align: middle;
}
.under_mainimage .container h1 {
  font-size: 40px;
  text-align: center;
  color: #333;
  letter-spacing: 0.1em;
  line-height: 1.6;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .under_mainimage {
    height: 140px;
  }
  .under_mainimage .container h1 {
    font-size: 24px;
    letter-spacing: 0.2em;
  }
  .under_mainimage .container h1 .line {
    display: none;
  }
  .under_mainimage .container h1 span:last-child {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .under_mainimage .container h1 {
    /*font-size: 26px;*/
    letter-spacing: 0.05em;
  }
}
/* -------------------------------------
Bread
------------------------------------- */
#bread {
  max-width: 1080px;
  margin: 16px auto 0;
  padding: 0 30px;
  box-sizing: border-box;
  width: 100%;
  text-align: center;
  line-height: 1.3;
  position: relative;
  
}
#bread ul{
  display: flex;
  justify-content: center;
  align-items: center;
}
#bread li {
  font-size: 10px;
  color: #3B4043;
  letter-spacing: 0.05em;
  display: inline;
	font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴシックPro', 'ＭＳ ゴシック', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
#bread li + li:before {
  padding: 0 .3em;
  content: ">";
}
#bread li a {
  text-decoration: underline;
	
}
#bread li a:hover {
  text-decoration: none;
}
/*--------------------------------------
elementor
--------------------------------------*/
.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 40px !important;
  text-align: center;
  text-align: right;
}

.elementor-image-box-img img {
	/*width: 100%!important;*/
}


.elementor-position-left .elementor-image-box-img {
  float: left;
  margin: 0 40px 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;
}
.elementor-element{
	clear: both;
}
@media screen and (max-width: 767px) {
  .elementor-image-box-img, .img_l .elementor-image-box-img {
    width: 100% !important;
    float: none;
    margin: 0 auto 20px !important;
    text-align: center;
  }
}
/*--------------------------------------
TITLE
--------------------------------------*/
h2.elementor-heading-title, .under_title_h2 h2{
  color: #525043;
  font-family: 'Zen Maru Gothic';
	font-weight: 700;
  font-size: 32px;
  line-height: 1.6 !important;
  padding: 49px 35px 50px 0 !important;
  position: relative;
  z-index: 0;
  margin-bottom: 20px !important;
  background: var(--color1);
  letter-spacing: 0.12em;  
}
h2.elementor-heading-title:before{
	content: "";
	position: absolute;
	top: 0;
	left: -50%;
	width: 200%;
	height: 100%;
	background: var(--color1);
	z-index: -1;
}
h3.elementor-heading-title, .under_title_h3 h3{
  color: #525043;
  font-family: 'Zen Maru Gothic';
	font-weight: 700;
  font-size: 28px;
  line-height: 1.5em !important;
  background: url("../img/h3_line.png") repeat-x bottom left;
  padding: 0 0 20px 0 !important;
  position: relative;    
  letter-spacing: 0.12em;
}
h4.elementor-heading-title, .under_title_h4 h4{
  color: #525043;
  font-family: 'Zen Maru Gothic';
	font-weight: 700;
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: 0.1em;
  padding-left: 39px;
  position: relative;  
}
h4.elementor-heading-title:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 22px;
  height: 22px;
  background: #8DB91F;
	border-radius: 50%;
}
h5.elementor-heading-title {
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0.06em;
  padding-left: 29px;
  position: relative;
  color: #22201E;
  font-weight: 400;
  margin-bottom: 20px;
}
h5.elementor-heading-title:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 15px;
  height: 15px;
  background: #1C87D6;
}


@media screen and (max-width: 767px) {
  h2.elementor-heading-title, .under_title_h2 h2{
    padding: 21px 25px 21px 0 !important;
    font-size: 22px;    
  }
  h3.elementor-heading-title, .under_title_h3 h3{
    font-size: 20px;
    padding-bottom: 10px !important;		
  }
  h3.elementor-heading-title:before, .under_title_h3 h3:before{
    width: 5px;
  }
  h4.elementor-heading-title, .under_title_h4 h4{
    font-size: 19px;
    padding-left: 26px;
  }
  h4.elementor-heading-title:before {
    top: 5px;
    width: 19px;
    height: 19px;
  }
}
/*--------------------------------------
	timetable
--------------------------------------*/
table.timetable {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border: none;
  margin-bottom: 10px;
  border-bottom: 1px solid #CBCAC9;
	font-family: 'Zen Maru Gothic';
	color: #525043;
}
.timetable th, .timetable td {
  height: 54px;
  vertical-align: middle;
  text-align: center;
  line-height: 1;
  font-size: 20px;
	font-weight: 500;
}
.timetable thead th {
  color: #fff;
  background: #9D9877; 
  font-size: 25px;
	font-weight: 700;
	height: 58px;
}
.timetable thead th:first-child {
  width: 21%;
  box-sizing: border-box;
  padding-left: 26px;
  font-size: 18px;
  letter-spacing: 0.15em;
  text-align: left;
}
.timetable tbody tr:nth-child(1) th, .timetable tbody tr:nth-child(1) td {
  padding-top: 15px;
}
.timetable tbody tr:nth-child(2) th, .timetable tbody tr:nth-child(2) td {
  padding-bottom: 15px;
}
.timetable tbody th {
  text-align: left;
  word-break: keep-all;
  white-space: nowrap;
  letter-spacing: 0.05em;
  font-size: 16px;
  padding-left: 26px;
	font-weight: 700;
}
.clinicTxt{
	font-size: 14px;
	line-height: 24px;
	font-weight: 500;
	color: #525043;
	letter-spacing: 0.01em;
	font-family: 'Zen Maru Gothic';
}
@media screen and (max-width: 767px) {
  .timetable th, .timetable td {
    height: 44px;
  }
  .timetable thead tr th {
    font-size: 14px;
  }
	.timetable thead tr th:last-child {
    width: 50px;
    padding-right: 7px;
	}
  .timetable thead th, .timetable thead td {
    height: 37px;
  }
  .timetable thead th {
    font-size: 14px;
  }
  .timetable thead th:first-child {
    font-size: 16px;
  }
  .timetable thead th:first-child{
    padding-left: 15px;
    font-size: 14px;
  }
  .timetable tbody tr th:first-child{
    padding-left: 0;
  }
  .timetable tbody th {
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 480px) {
  .timetable th, .timetable td {
    font-size: 13px;
    letter-spacing: 0;
  }
  .timetable thead th:first-child, .timetable tbody tr td:first-child {
    padding-left: 10px;
  }
  .timetable thead th:first-child {
    width: 34%;
  }
}
@media screen and (max-width: 361px) {
	.timetable tbody th {
		font-size: 14px;
	}
}



/* -------------------------------------
番号リスト
------------------------------------- */
.num_list {
  counter-reset: li;
}
.num_list > li {
  margin-bottom: 15px;
  padding-left: 35px;
  position: relative;
}
.num_list > li:last-child {
  margin-bottom: 0;
}
.num_list > li:before {
  color: #fff;
  content: counter(li, decimal);
  counter-increment: li;
  display: block;
  font-size: 16px;
  width: 24px;
  height: 24px;
  left: 0;
  line-height: 26px;
  position: absolute;
  text-align: center;
  top: -3px;
  letter-spacing: 0;
}
/*--------------------------------------
2列テーブル
--------------------------------------*/
.column2_table th, .column2_table td {
  line-height: 1.6;
  vertical-align: top;
  border-bottom: 1px solid #79AB3F;
  padding: 11px 0px 6px;
}
.column2_table th {
  width: 30%;
  box-sizing: border-box;
  color: #79AB3F;
}
.column2_table td {
  box-sizing: border-box;
  border-bottom: 1px solid var(--color1);
  color: #082034;
}
@media screen and (max-width:767px) {
  .column2_table th {
    width: 140px;
  }
}
.table_A td {
  line-height: 1.5;
  vertical-align: top;
  border-bottom: 1px solid #CBCAC9;
  padding: 13px 0px 13px 15px;
  color: #525043;
  letter-spacing: 0.05em;
	font-family: 'Zen Maru Gothic';
}
.table_A td:nth-child(1) {
  width: 30%;
  box-sizing: border-box;
  border-bottom: 1px solid var(--color2);
	font-weight: 500;
}
.table_A td:nth-child(2) {
  box-sizing: border-box;
	font-weight: 700;
}
@media screen and (max-width:767px) {
  .table_A td:nth-child(1) {
    padding-left: 0;
		width: 85px;
  }
}
/*--------------------------------------
* colorテーブル
--------------------------------------*/
.style_table td, .style_table th{
  line-height: 1.8;
  padding: 12px 15px 9px 17px;
  word-break: break-all;
  color: #525043;
  border: 1px solid #CBCAC9;
	font-family: 'Zen Maru Gothic';
	font-weight: 700;
}
.style_table th{
  background: #9D9877;
  color: #fff;
	width: 41%;
}
.width_none td:nth-child(1) {
  width: inherit;
}
.style_table.w50 td:nth-child(1) {
  width: 50%;
}
.w_auto.style_table td:nth-child(1){
  width: auto;
}
.table-scroll {}
@media screen and (max-width: 767px) {
  .style_table td, .style_table th {
    font-size: 14px;
    letter-spacing: 0;
    padding-left: 12px;
  }
}
@media screen and (max-width: 480px) {
  .table-scroll {
    width: 100%;
    overflow-x: auto;
  }
}
/*--------------------------------------
リスト
--------------------------------------*/
.circle_list li {
  position: relative;
  padding-left: 31px !important;
  line-height: 2;
	font-family: 'Zen Maru Gothic';
	font-weight: 500;
	letter-spacing: 0.05em;
	color: #525043;
}
.circle_list li p{
	margin-bottom: 0;
}
.circle_list li + li {
  margin-top: 5px !important;
}
.circle_list li:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  height: 17px;
  width: 17px;
  box-sizing: border-box;
  border: 4px solid #EFE16B;
  border-radius: 50%;
}

.check_list li {
  position: relative;
  padding: 2px 0 2px 32px;
}
.check_list li:after {
  content: "";
  display: block;
  width: 25px;
  height: 21px;
  background: url("../img/check_icon.png") no-repeat top center;
  position: absolute;
  top: 10px;
  left: 3px;
}
.circle_list a {
  color: #32A338;
  display: inline-block;
}
/*--------------------------------------
文章・画像
--------------------------------------*/
.context_area .img_box img {
  float: right;
  width: 30% !important;
  margin: 0 0 0 20px;
  display: block;
}
.context_area.img_l .img_box img {
  float: left;
  margin: 0 20px 20px 0;
}
.context_area .auto_img img {
  width: auto !important;
  display: block;
}
.text_box {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .context_area .img_box img {
    float: none !important;
    width: 100% !important;
    margin: 0 auto 20px !important;
  }
  .context_area .auto_img img {
    width: auto !important;
  }
  .context_area.img_l .text_area {
    float: none;
    width: 100%;
  }
}

/*--------------------------------------
* 流れ
--------------------------------------*/
.flow-group{
	background: var(--color1);
	position: relative;
	z-index: 0;
	padding: 70px 0;
}
.flow-group:before{
	content: "";
	position: absolute;
	z-index: -1;
	width: 200%;
	height: 100%;
	top: 0;
	left: -50%;
	background: var(--color1);
}
.flow_item {   
  position: relative; 
	font-family: 'Zen Maru Gothic';	
	box-sizing: border-box;
	background: #fff;
	border-radius: 20px;	
}
.flow_item.last-child {
  margin-bottom: 0;
}
.flow_item:after {
  content: "";
  width: 68px;
  height: 37px;
  background: url("../img/step_arrow.png") no-repeat center / 100% auto;
  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: 20px;  
  display: flex;  
  letter-spacing: 0.1em;
  color: var(--color2);
	font-weight: 700;
	font-size: 24px;
	font-family: 'Zen Maru Gothic';
}
.flow-num {  
  background: #9D9877;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
	text-align: center;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  line-height: 1.2;
  font-size: 40px;  
  letter-spacing: 0;  
  font-weight: 700;
  margin-bottom: 0;
	box-shadow: 0px 3px 6px -3px rgba(0,0,0,0.3);
	position: absolute;
}
.flow-num span{
	display: block;
	font-size: 70%;
}


.flow_item .elementor-image-box-img{
  margin-bottom: 0 !important;
}
.flow-txt2 .elementor-image-box-img{
		max-width: 171px;
	}
@media screen and (min-width:768px) {
	.flow_item {   		
		margin: 0 0 60px 60px;	
		display: flex;
	}
	.flow_item .flow-info {
		width: 60%;
		box-sizing: border-box;
		padding: 50px 30px 40px 90px;
	}
	.flow_item .flow-img{
		width: 40%;
	}
	.flow-num {
		left: 0;
		top: 50%;
		transform: translate(-50%, -50%);
	}
	.flow-group h4, .flow-txt2{
		margin-left: 60px;
	}
	
}
@media screen and (min-width:1000px){
	.flow_item .flow-img{
		border-radius: 0 20px 20px 0;
		overflow: hidden;
	}
	.flow_item .flow-img img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
}
@media screen and (max-width:1000px) and (min-width:768px) {
	.flow_item{
		align-items: center;
	}
  .flow_item, .flow-group h4, .flow-txt2{
		margin-left: 40px;
  }
	.flow-num{
		width: 90px;
		height: 90px;
		font-size: 30px;
	}
	.flow_item .flow-info{
		width: 70%;
		padding: 30px 20px 20px 60px;
  }
	.flow_title{
		margin-bottom: 10px;
	}
  .flow_item .flow-img{
		width: 30%;
  }
  
}
@media screen and (max-width:767px) {
  .flow_item {   		
		margin-bottom: 100px;		
	}
	.flow_item .flow-img{
		border-radius: 0 0 20px 20px;
		overflow: hidden;
	}
	.flow-num {  
		width: 80px;
		height: 80px;
		font-size: 25px;
		top: 0;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	.flow-info{
		padding: 50px 20px 30px;
	}
	.flow_title{
		margin-bottom: 10px;
	}
	.flow_item:after {
		content: "";
		width: 56px;
		height: 30px;
	}
	.mb30.txt-last{
		margin-bottom: 70px !important;
	}
}
/*--------------------------------------
ボックス
--------------------------------------*/
.bg_box {
  background: var(--color1);
	padding: 90px 0;
	position: relative;
	z-index: 0;	
}
.bg_box:before{
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: -50%;
	height: 100%;
	width: 200%;
	background: var(--color1);
}
.bg_box-inner{
	background: #fff;
  padding: 40px 50px;
	border-radius: 20px;
	box-sizing: border-box;
}
.box-ttl1{
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: 0.06em;
	color: var(--color2);
	position: relative;
	padding-left: 30px;
	margin-bottom: 20px;
    font-family: 'Zen Maru Gothic';
    font-weight: 700;
}
.box-ttl1:before{
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 16px;
  height: 16px;
  background: #EFE16B;
	border-radius: 50%;
}
.bg_box .circle_list li{
	font-weight: 700;
	padding-left: 28px;
}
.bg_box .circle_list li:before{
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 11px;
  height: 11px;
  background: #EFE16B;
	border-radius: 50%;
	border: none;
}

.check-style {
  background: rgba(129, 183, 42, 0.06);
  border-radius: 30px;
  padding: 47px 50px;
  text-align: center;
}
.check-style > .elementor-container {
  background: #fff;
  padding: 43px 50px 47px !important;
  line-height: 28px;
  color: #1C1C1C;
}

.check-style2 {
  background: rgba(242, 239, 212, 0.44);
  border-radius: 30px;
  padding: 47px 50px;
  text-align: center;
}
.check-style2 > .elementor-container {
  background: #fff;
  padding: 43px 50px 55px !important;
  line-height: 28px;
  color: #525043;
	text-align: center;
}

.check-style2 h3 {
	text-align: center;
	font-size: 20px;
	margin-bottom: 50px;
	font-weight: 600;
}


.check-style > .elementor-container .elementor-heading-title {
  border-bottom: none !important;
  text-align: center;
  font-size: 20px;
  font-weight: 900 !important;
  padding: 0 !important;
  color: #1F6D41;
  letter-spacing: 0.1em;
  margin-bottom: 40px !important;
}
.check-style > .elementor-container .elementor-heading-title:before {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .box_img {
    float: right;
    width: 30%;
    margin: 0 20px 20px;
  }
}
.bg_shadow {
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width:767px) {
  .check-style {
    padding: 20px;
  }
  .check-style > .elementor-container {
    padding: 30px 20px !important;
  }
  .check-style > .elementor-container .elementor-heading-title {
    margin-bottom: 20px !important;
  }
  .box_img {
    margin-bottom: 20px;
  }
  .bg_box{
    padding: 25px 0;
  }
	.bg_box-inner{
		padding: 30px 20px;
	}
	
.check-style2 {
  padding: 20px;
}
.check-style2 > .elementor-container {
  padding: 30px 20px !important;
}

.check-style2 h3 {
	font-size: 18px;
	margin-bottom: 40px;
}

	
	
}
/*--------------------------------------
before after
--------------------------------------*/
.before_after .elementor-row, .gallery-caption {
  justify-content: space-between;
}
.before_after .elementor-column.elementor-col-50 {
  width: 46%;
  position: relative;
}
.before_after .elementor-column.elementor-col-50 p, .gallery-caption {
  margin-top: 30px !important;
}
.before_after .elementor-column.elementor-col-50:nth-child(1):after {
  display: block;
  content: "";
  border-left: 15px solid #897A37;
  border-bottom: 20px solid transparent;
  border-top: 20px solid transparent;
  position: absolute;
  top: 98px;
  right: -11%;
  margin-bottom: -20px;
}
.before_after li:last-child {
  float: right;
}
.before_after .gallery {
  display: flex;
  justify-content: space-between;
}
.before_after .gallery br {
  display: none;
}
.before_after .gallery-item {
  float: none !important;
  margin: 0 !important;
  width: calc((100% - 60px)/3) !important;
}
.before_after .gallery-item a {
  width: 100%;
}
.before_after .gallery-item a img {
  width: 100% !important;
  border: none !important;
}
@media screen and (max-width:1000px) {
  .before_after .gallery-item {
    width: calc((100% - 30px)/3) !important;
  }
}
@media screen and (max-width:767px) {
  .before_after .elementor-column.elementor-col-50 {
    display: block;
    width: 100%;
  }
  .before_after .elementor-column.elementor-col-50:nth-child(1) {
    margin-bottom: 0;
  }
  .before_after .elementor-column.elementor-col-50:nth-child(1):after {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 15px 20px 0 20px;
    border-color: #897A37 transparent transparent transparent;
    position: static;
    margin: 30px auto;
  }
}
@media screen and (max-width:650px) {
  .before_after .gallery {
    display: block;
  }
  .before_after .gallery .gallery-item {
    max-width: 422px !important;
    width: 100% !important;
    margin: 0 auto 40px !important;
    display: block !important;
  }
  .before_after .gallery .gallery-item:nth-child(3) {
    margin-bottom: 0px !important;
  }
}
/*--------------------------------------
* anchorlinks
--------------------------------------*/
.anchorlinks {
  background: rgba(129, 183, 42, 0.06);
  padding: 50px 80px !important;
  list-style: none;
  margin-left: 0 !important;
  display: flex;
  flex-wrap: wrap;
}
.anchorlinks li {
  position: relative;
  width: auto;
  display: inline-block;
  margin: 0 24px 22px 0;
  -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;
}
.anchorlinks li a {
  color: #1C1C1C;
  text-decoration: none;
  font-size: 17px;
  padding-left: 21px;
  letter-spacing: 0.15em;
}
.anchorlinks li a span {
  text-decoration: underline;
  display: inline-block;
  cursor: pointer
}
.anchorlinks li a:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  display: block;
  background: url(../img/ancholink_arrow.png) no-repeat center;
  width: 13px;
  height: 18px;
  -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-num li a {
  display: flex;
  align-items: center;
}
.anchorlinks-num li a:before {
  top: 11px;
}
@media screen and (max-width:767px) {
  .anchorlinks {
    padding: 31px 35px 23px !important;
  }
  .anchorlinks li {
    width: 100%;
    display: block;
    margin: 5px 0;
  }
  .anchorlinks.aa li {
    margin-right: 0px;
  }
}
/*--------------------------------------
* qa
--------------------------------------*/
.qa_list {
  margin-bottom: 60px;
}
.qa_list dt {
  color: #333;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 0.1em;
  border-left: 4px solid #1F6D41;
  margin-bottom: 34px;
}
.qa_list dd {
  letter-spacing: 0.05em;
  font-weight: 500;
  font-size: 16px;
  line-height: 2;
  border-left: 4px solid #81B72A;
}
.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: "Zen Maru Gothic", serif;
  font-weight: 700;
  box-sizing: border-box;
  padding-bottom: 4px
}
.qa_list dt .num {
  color: #1F6D41;
}
.qa_list dd .num {
  color: #81B72A;
}
.qa_list .txt {
  width: calc(100% - 45px);
}
.qa_list dt .txt {
  margin-top: 4px;
}
/*--------------------------------------
* block_item
--------------------------------------*/
.block_item .block_ttl {
  font-size: 24px;
  margin-bottom: 20px;
}
.block_item .elementor-column.elementor-col-50 {
  margin-bottom: 40px;
}
.muti_img .elementor-column.elementor-col-50:nth-child(2) .mb20 {
  margin-bottom: 20px !important;
}
@media screen and (min-width: 768px) {
  .block_item .elementor-row {
    justify-content: space-between;
  }
  .block_item .elementor-column.elementor-col-50 {
    width: 48%;
  }
  .muti_img .elementor-row {
    justify-content: space-between;
  }
  .muti_img .elementor-column.elementor-col-50:nth-child(2) {
    width: 45%;
  }
  .muti_img .elementor-column.elementor-col-50:nth-child(1) {
    width: calc(55% - 20px);
  }
}
@media screen and (max-width: 767px) {
  .block_item .block_ttl {
    font-size: 20px;
  }
}
/* =====================================
■ブログ
===================================== */
/*--------------------------------------
POSTS
--------------------------------------*/
#posts {
  float: left;
  width: 65%;
}
#blogDetail, #blogList {
  margin-top: 40px;
  margin-bottom: 103px;
  min-height: 850px;
}
/*　blogList　*/
#blogList .post {
  font-size: 16px;
  line-height: 2;
  padding-bottom: 35px;
}
.posts_list li {
  margin-bottom: 30px;
  padding-bottom: 30px;
  position: relative;
  border-bottom: 1px solid #CDCDCE;
}
.posts_list li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.post .category a, .posts_list .category a {
  /*font-family: "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic W3 JIS2004";*/
  display: inline-block;
  min-width: 107px;
  height: 25px;
  padding: 2px 8px;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0;
  color: #525043;
  line-height: 23px;
  box-sizing: border-box;
  text-transform: uppercase;
  background: var(--color1);
}
.post .category a:before, .posts_list .category a:before {
  font-size: 10px;
  margin-right: 7px;
  vertical-align: baseline;
}
.post .category a.blog:hover, .posts_list .category a.blog:hover {
  background: var(--color2);
}
.posts_list li .post-image {
  position: relative;
  overflow: hidden;
  padding-top: 57%;
  margin-bottom: 20px;
  display: none;
}
.posts_list li .post-image .images {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.posts_list li .post-image a {
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
}
.posts_list li .post-image a:hover {
  opacity: 0.8;
}
.posts_list li .post-image a span {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.posts_list li .post-image img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
.posts_list h3 {
  font-weight: 600;
  color: #4E4944;
  line-height: 1.4;
  margin-bottom: 20px;
  letter-spacing: 0;
}
.posts_list .excerpt {
  color: #72706E;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 16px;
  letter-spacing: 0;
}
/*　blogDetail　*/
#blogDetail .post {
  color: #0F0E0E;
  font-size: 14px;
  line-height: 1.7;
  padding-bottom: 35px;
}
#blogDetail .post-header {
  padding: 0px;
  margin-bottom: 25px;
}
#blogDetail .post-header h2 {
  font-size: 24px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004";
}
#blogDetail .post-header .post-meta {
  margin-bottom: 45px;
}
#blogDetail .post-header .post-meta li.date {
  margin-top: 22px;
}
.post .date, .posts_list .date {
  font-family: "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic W3 JIS2004";
  font-size: 10px;
  letter-spacing: 0;
}
.post .date span, .posts_list .date span {
  margin-left: 10px;
}
.post .date span:before, .posts_list .date span:before {
  font-size: 9px;
  margin-right: 5px;
}
.post .date span a, .posts_list .date span a {
  vertical-align: baseline;
}
.post .date span a:hover, .posts_list .date span a:hover {
  text-decoration: underline;
}
.post-content {
  overflow: hidden;
  line-height: 2.3;
  letter-spacing: 0;
}
div#blogDetail .post-content img {
  width: 100%;
  height: auto;
  max-width: 100%;
  padding: 30px 0;
  box-sizing: border-box;
}
#blogDetail .post-content h2 {
  font-size: 20px;
  letter-spacing: 0;
  background: #ECF3E4;
  padding: 25px 10px 29px 30px;
  line-height: 1.9;
  border-top: 2px solid #9AC95F;
  margin: 40px 0 30px;
  color: #685E55;
  font-weight: 600;
}
#blogDetail .post-content h3 {
  font-size: 18px;
  letter-spacing: 0;
  border-bottom: 2px solid #45A0A3;
  padding: 0 0 13px 0;
  line-height: 1.5;
  margin: 30px 0 25px 0;
  color: #685E55;
}
.bloginfo_box {
  display: table;
  width: 100%;
  background: #EBE9E7;
  margin-top: 60px;
}
.bloginfo_box .blog_name {
  display: table-cell;
  width: 50%;
  border-right: 1px solid #BFBEBD;
  box-sizing: border-box;
  padding: 29px 30px;
  vertical-align: middle;
}
.bloginfo_box .blog_name .icon-blog {
  display: block;
  position: relative;
  padding-left: 25px;
  font-size: 16px;
  color: #373431;
  line-height: 1.6;
}
.bloginfo_box .blog_name .icon-blog:before {
  display: block;
  font-size: 15px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
}
.bloginfo_box .share_btn {
  display: table-cell;
  width: 50%;
  padding: 30px 10px;
  box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
}
.bloginfo_box .share_btn ul {
  margin-bottom: 0;
}
.bloginfo_box .share_btn li {
  display: inline-block;
  margin: 0 5px;
  vertical-align: middle;
}
.bloginfo_box .share_btn li:last-child {
  display: none;
}
.bloginfo_box .share_btn li a {
  display: block;
  overflow: hidden;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 0;
  line-height: 1;
}
.bloginfo_box .share_btn li a:before {
  color: #fff;
}
.bloginfo_box .share_btn .icon-facebook {
  background: #4967A3;
}
.bloginfo_box .share_btn .icon-facebook:hover {
  background: #587cc1;
}
.bloginfo_box .share_btn .icon-facebook:before {
  font-size: 26px;
  margin-top: 12px;
}
.bloginfo_box .share_btn .icon-line {
  background: #18BC01;
}
.bloginfo_box .share_btn .icon-line:hover {
  background: #1cde00;
}
.bloginfo_box .share_btn .icon-line:before {
  font-size: 29px;
  margin-top: 11px;
}
.bloginfo_box .share_btn .icon-twitter {
  background: #11BBEF;
}
.bloginfo_box .share_btn .icon-twitter:hover {
  background: #13C7FE;
}
.bloginfo_box .share_btn .icon-twitter:before {
  font-size: 24px;
  margin-top: 14px;
}
.bloginfo_box .share_btn .icon-google {
  background: #E05C4F;
}
.bloginfo_box .share_btn .icon-google:hover {
  background: #fb7468;
}
.bloginfo_box .share_btn .icon-google:before {
  font-size: 20px;
  margin-top: 15px;
}
/* navigation */
.navigation {
  overflow: hidden;
  margin-top: 52px;
}
.navigation:after {
  content: "";
  display: table;
  clear: both;
}
.navigation .prev {
  float: left;
  width: 100px;
}
.navigation .next {
  float: right;
  width: 100px;
}
.navigation a {
  font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004";
  display: block;
  width: 100%;
  height: 40px;
  font-size: 14px;
  background: #CBCAC9;
  color: #685E55;
  line-height: 40px;
  letter-spacing: 0.1em;
  border-radius: 5px;
  position: relative;
  text-align: center;
  box-sizing: border-box;
}
.navigation a:hover {
  background: #726737;
  color: #fff;
}
.navigation .prev a span {
  padding-left: 8px;
}
.navigation .next a span {
  padding-right: 8px;
}
.navigation .prev a span:before {
  display: block;
  position: absolute;
  left: 8px;
  top: 50%;
  margin-top: -5px;
  font-size: 10px;
}
.navigation .next a span:before {
  display: block;
  position: absolute;
  right: 8px;
  top: 50%;
  margin-top: -5px;
  font-size: 10px;
}
.navigation ul {
  display: flex;
  max-width: 200px;
  margin: 0 auto;
}
.navigation li {
  display: flex;
  margin: 0 1px 0 2px;
  width: 30px;
}
/* pagination */
.pagination {
  overflow: hidden;
  position: relative;
  padding-top: 52px;
  border-top: 1px solid #72706E;
}
.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 {
  display: block;
  width: 100%;
  height: 40px;
  font-size: 16px;
  background: #CBCAC9;
  color: #685E55;
  line-height: 40px;
  letter-spacing: 0;
  font-weight: 400;
  border-radius: 5px;
  position: relative;
  text-align: center;
  box-sizing: border-box;
}
.pagination ul li span.dots {
  background: none;
}
.pagination ul li a:hover {
  background: #726737;
  color: #fff;
}
.pagination ul li span.current {
  display: block;
  width: 100%;
  height: 40px;
  font-size: 16px;
  background: #072752;
  color: #fff;
  line-height: 40px;
  letter-spacing: 0;
  font-weight: 400;
  border-radius: 5px;
  position: relative;
  text-align: center;
  box-sizing: border-box;
}
.pagination ul li .prev {
  display: block;
  width: 100px;
  position: absolute;
  left: 0;
  top: 52px;
  padding-left: 8px;
  box-sizing: border-box;
}
.pagination ul li .next {
  display: block;
  width: 100px;
  position: absolute;
  right: 0;
  top: 52px;
  padding-right: 8px;
  box-sizing: border-box;
  font-weight: bold;
}
.pagination ul li .prev span:before {
  display: block;
  position: absolute;
  left: 8px;
  top: 50%;
  margin-top: -5px;
  font-size: 10px;
}
.pagination ul li .next span:before {
  display: block;
  position: absolute;
  right: 8px;
  top: 50%;
  margin-top: -5px;
  font-size: 10px;
}
@media screen and (max-width: 1000px) {
  .posts_list li {
    width: 48%;
    margin-left: 4%;
  }
  .posts_list li:nth-child(2n+1) {
    margin-left: 0;
  }
  .posts_list h3 {
    font-size: 16px;
  }
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
  .bloginfo_box .share_btn li {
    margin: 0 3px;
  }
  .bloginfo_box .share_btn li a {
    width: 40px;
    height: 40px;
  }
  .bloginfo_box .share_btn .icon-facebook:before {
    font-size: 22px;
    margin-top: 9px;
  }
  .bloginfo_box .share_btn .icon-line:before {
    font-size: 25px;
    margin-top: 8px;
  }
  .bloginfo_box .share_btn .icon-twitter:before {
    font-size: 20px;
    margin-top: 11px;
  }
  .bloginfo_box .share_btn .icon-google:before {
    font-size: 16px;
    margin-top: 12px;
  }
  .posts_list h3 {
    font-size: 13px;
  }
  .recentBox li h3 a {
    font-size: 11px;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 767px) {
  #posts {
    float: none;
    width: 100%;
  }
  .posts_list li {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-bottom: 30px;
  }
  #blogDetail .post-header {
    margin-bottom: 20px;
  }
  #blogDetail .post-header h2 {
    font-size: 22px;
  }
  #blogDetail .post-header li.category, #blogDetail .post-header .post-meta li.date {
    float: none;
  }
  div#blogDetail .post-content img {
    padding: 25px 0;
  }
  .bloginfo_box {
    display: block;
  }
  .bloginfo_box .blog_name {
    display: block;
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #BFBEBD;
    box-sizing: border-box;
    padding: 20px;
    text-align: center;
  }
  .bloginfo_box .blog_name .icon-blog {
    display: inline-block;
    text-align: left;
  }
  .bloginfo_box .share_btn {
    display: block;
    width: 100%;
    padding: 20px 10px;
    box-sizing: border-box;
  }
  .navigation {
    margin-top: 35px;
  }
  .navigation ul {
    clear: both;
    padding-top: 20px;
  }
  .pagination {
    padding-top: 95px;
  }
  .pagination ul li .prev, .pagination ul li .next {
    top: 30px;
    width: 48%;
  }
}
@media screen and (max-width: 480px) {
  #blogDetail .post-header h2 {
    font-size: 16px;
    line-height: 1.4;
  }
  div#blogDetail .post-content img {
    padding: 15px 0;
  }
  #blogDetail .post-content h2 {
    font-size: 20px;
    padding: 26px 5px 26px 20px;
    line-height: 1.4;
    margin: 35px 0 30px;
  }
  #blogDetail .post-content h3 {
    font-size: 19px;
  }
  .posts_list h3 {
    font-size: 14px;
  }
}
/*--------------------------------------
BLOGSIDE
--------------------------------------*/
.blogside {
  float: right;
  width: 28%;
}
.blogside h2.widgettitle {
  display: none;
}
.blogside h2 {
  font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004";
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
  padding-bottom: 9px;
  margin-bottom: 24px;
  color: #373431;
  border-bottom: 2px solid #373431;
}
.blogside h2 span {
  font-size: 14px;
  letter-spacing: 0;
  vertical-align: middle;
  color: #72706E;
  display: inline-block;
  margin-left: 10px;
  margin-bottom: -6px;
}
.blogside .searchBox {
  margin-bottom: 40px;
}
.blogside .searchBox label {
  display: none;
}
.blogside .searchBox #searchform {
  position: relative;
}
.blogside .searchBox #s {
  background: var(--color1);
  border: none;
  height: 55px;
  width: 100%;
  padding: 0 40px 0 14px;
  box-sizing: border-box;
  color: #72706E;
  font-size: 13px;
}
.blogside .searchBox .icon-search:before {
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -8px;
  color: #7B5E45;
}
.blogside .searchBox #searchsubmit {
  background: none;
  border: none;
  position: absolute;
  right: 16px;
  width: 15px;
  height: 15px;
  top: 50%;
  margin-top: -8px;
  font-size: 0;
  cursor: pointer;
}
.blogside .category-box {
  margin-bottom: 50px;
}
.blogside .category-box ul li {
  border-bottom: 1px solid #b8c2c1;
  padding-bottom: 16px;
  margin-bottom: 18px;
  color: #000;
  text-transform: uppercase;
}
.blogside .category-box ul li:last-child {
  margin-bottom: 0;
}
.blogside .category-box ul li a {
 /*font-family: "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic W3 JIS2004";*/
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  color: #373431;
}
.blogside .category-box ul li a span {
  display: block;
  /*font-family: "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic W3 JIS2004";*/
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1;
  color: #373431;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
.recentBox {
  margin-bottom: 50px;
}
.recentBox li {
  font-size: 13px;
  border-bottom: 1px solid #BFBEBD;
  padding-bottom: 13px;
  margin-bottom: 22px;
  line-height: 1.3;
}
.recentBox li:last-child {
  margin-bottom: 0;
}
.recentBox li .recent_thumbnail {
  float: right;
  width: 48px;
  height: 48px;
  margin-left: 12px;
  position: relative;
  overflow: hidden;
  display: none;
}
.recentBox li .recent_thumbnail a {
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
}
.recentBox li .recent_thumbnail a span {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.recentBox li .recent_thumbnail img {
  width: 100%;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
.recentBox li .recent_thumbnail img:hover {
  opacity: 1;
}
.recentBox li .recent_thumbnail a:after, .recentBox li .recent_thumbnail a:before, .recentBox li .recent_thumbnail a span:after, .recentBox li .recent_thumbnail a span:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
.recentBox li .recent_thumbnail a:after {
  width: 0px;
  height: 1px;
  left: 0;
  top: 0;
}
.recentBox li .recent_thumbnail a:before {
  width: 0px;
  height: 1px;
  bottom: 0;
  right: 0;
}
.recentBox li .recent_thumbnail a span:after {
  width: 1px;
  height: 0px;
  bottom: 0;
  left: 0;
}
.recentBox li .recent_thumbnail a span:before {
  width: 1px;
  height: 0px;
  right: 0;
  top: 0;
}
.recentBox li .recent_thumbnail a:hover:after, .recentBox li .recent_thumbnail a:hover:before {
  width: 100%;
  width: calc(100% + 1px);
}
.recentBox li .recent_thumbnail a:hover span:after, .recentBox li .recent_thumbnail a:hover span:before {
  height: 100%;
  height: calc(100% + 1px);
}
.recentBox li h3 a {
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  color: #373431;
}
.recent_date {
  font-size: 10px;
  margin-top: 5px;
  color: #72706E;
}
.recentBox li .recent_date {
  margin-top: 15px;
}
.blogside .tagBox {
  margin-bottom: 40px;
}
.blogside .tagBox h2 {
  margin-bottom: 12px;
}
.blogside .tagBox .tagcloud a {
  display: inline-block;
  padding: 7px 10px;
  color: #373431;
  font-size: 14px !important;
  line-height: 1;
  border: 1px solid #72706E;
  border-radius: 3px;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  margin-bottom: 9px;
  letter-spacing: 0;
}
.blogside .tagBox .tagcloud a:hover {
  color: #fff;
  background: #72706E;
}
.archiveBox {
  font-size: 14px;
  line-height: 1.4;
}
.archiveBox > ul > li {
  margin-top: 20px;
}
.archiveBox > ul > li:first-child {
  margin: 0;
}
.archiveBox ul li p {
  position: relative;
  margin: 0;
  padding-left: 22px;
  cursor: pointer;
  display: inline-block;
  font-family: "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic W3 JIS2004";
}
.archiveBox ul li p:visited {
  color: #373431;
}
.archiveBox ul li p:before {
  display: block;
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  width: 8px;
  height: 8px;
  border-right: 1px solid #1F5AA5;
  border-bottom: 1px solid #1F5AA5;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
}
.archiveBox ul li p.acv_open:before {
  top: 1px;
  left: 2px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.archiveBox ul li a {
  color: #373431;
}
.archiveBox ul li a:link {
  /*color: #FFAEA2;*/
  text-decoration: underline;
}
.archiveBox ul li a:visited {
  color: #373431;
}
.archiveBox ul li ul {
  margin-left: 44px;
}
.archiveBox ul li li {
  margin-top: 10px;
}
.archiveBox ul li ul.hide {
  display: none;
}
@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%;
    border-top: 1px solid #5D5555;
    padding: 46px 0 0;
    box-sizing: border-box;
    margin-top: 35px;
  }
}
/* =====================================
■  新着情報
===================================== */
.category #newsList, .single #newsDetail {
  background: #fff;
  padding: 60px 0 80px;
  min-height: 600px;
}
.news_section .elementor-widget:not(:last-child) {
  margin-bottom: 0 !important;
}
.elementor-widget:not(:last-child) {
  /*margin-bottom: 0 !important;*/
}
/*--------------------------------------
新着情報一覧
--------------------------------------*/
#newsList dl {
  margin-bottom: 15px;  
  padding-bottom: 15px;
  border-bottom: 1px solid var(--color1);
}
#newsList dl:last-child {
  margin-bottom: 0;  
}
#newsList dl dt {
  line-height: 1.5;  
  width: 116px;
  position: relative;
  font-size: 14px;
  margin-bottom: 3px;
}
#newsList dl dt:after {
  content: "NEW";
  color: #fff;
  background: #97AD6E;
  position: absolute;
  font-size: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 16px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 500;
}
#newsList dl dd {
  line-height: 1.5;
}
#newsList dl dd a {
  color: #585858;
  display: block;
}
#newsList dl dd a:hover {
  text-decoration: underline;
}
#newsList dl dt .newsLabel {
  display: none;
}
/*--------------------------------------
詳細記事
--------------------------------------*/
#newsDetail h3 {
  font-size: 24px;
  color: #574f4f;
  letter-spacing: 0.18em;
  line-height: 1.4;
  position: relative;
  padding-left: 30px !important;
  margin-bottom: 20px;
}
#newsDetail h3:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-bottom: 14px solid #6f87a3;
  border-left: 14px solid transparent;
  position: absolute;
  left: 2px;
  top: 10px;
}
#newsDetail h3:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 14px solid #96a8bf;
  border-right: 14px solid transparent;
  position: absolute;
  left: 2px;
  top: 10px;
}
/* =====================================
■サイトマップ
===================================== */
#sitemap_list {
  margin: 0 auto !important;
  background: none !important;
}
#sitemap_list li, .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, .sitemap_list li:before {
  position: absolute;
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  left: 0;
  top: 27px;
  background: var(--color1);
}
#sitemap_list li a, .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, .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;
}
.sitemap_list .children {
  margin-left: 20px;
}
.sitemap_list .children li {
  border-bottom: none;
}
.sitemap_list .children li:first-child {
	padding-top: 10px;
}
.sitemap_list .children li:last-child {
	padding-bottom: 18px;
}
.sitemap_list .children li a {
  padding: 9px 40px 5px 20px !important;
}
.sitemap_list .children li:before {
  top: 18px;
}
.sitemap_list .children li:first-child::before {
	 top: 28px;
}
.sitemap_list .children li:last-child::before {
  top: 15px;
}
/* =====================================
■お問い合わせ
===================================== */
.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;  
}
.step_list li.current span{
  background: var(--color1);
	color: #525043;
}
.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);
}

.custom-wpcf7c-confirmed .verified_table.inquiryFormTable [data-name*="your-email_confirm"]{
  display: none;
}

.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: var(--color1) url(../img/ico_arrow01.png) no-repeat 95% center !important;
  background-size: 6px 10px;
  border: none;
  width: 100%;
  color: #525043;
  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: var(--color1) url(../img/ico_arrow01.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: #fff;
  background: var(--color2) 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;
}
.inquiryForm_message .btn-link{
  margin: 0 auto;
  width: 228px;
}
.wpcf7 form.custom-wpcf7c-confirmed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output{
  border-color: var(--color2) !important;
}
.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;
}

.custom-wpcf7c-confirmed .confirm_table input[type="text"], .custom-wpcf7c-confirmed .confirm_table input[type="tel"], .custom-wpcf7c-confirmed .confirm_table input[type="email"], .custom-wpcf7c-confirmed .confirm_table textarea, .custom-wpcf7c-confirmed .confirm_table select, .custom-wpcf7c-confirmed .confirm_table input[type="checkbox"] {
  border: none;
  background: none;
  padding: 0;
  display: none;
}
.custom-wpcf7c-confirmed .confirm_table .required, .custom-wpcf7c-confirmed .confirm_table .optional {
  display: none;
}
.custom-wpcf7c-confirmed .confirm_table .wpcf7-list-item-label {
  display: none;
}
.custom-wpcf7c-confirmed .confirm_table .radio_style input[disabled="disabled"] + .wpcf7-list-item-label {
  display: none !important;
}
.custom-wpcf7c-confirmed .confirm_table .radio_style .wpcf7-list-item-label {
  display: block !important;
}
.custom-wpcf7c-confirmed .confirm_table .radio_style .wpcf7-list-item-label label.icon-check {
  padding-left: 0;
}
.custom-wpcf7c-confirmed .confirm_table .radio_style .wpcf7-list-item-label label.icon-check:before {
  display: none;
}
.custom-wpcf7c-confirmed .confirm_table span.comment {
  display: none;
}
.custom-wpcf7c-confirmed .confirm_table .wpcf7-form-control-wrap.your-email_confirm {
  display: none;
}
.result_txt {
  display: block;
  white-space: pre-wrap;
}
.custom-wpcf7c-confirmed .confirm_table .wpcf7-list-item {
  padding-left: 0;
  margin: 0;
}
.custom-wpcf7c-confirmed .confirm_table dt, .custom-wpcf7c-confirmed .confirm_table dd {
  padding: 12px 0 10px;
}
.custom-wpcf7c-confirmed .confirm_table.inquiryFormTable .btBox {
  /*margin-top: 0;*/
}
.custom-wpcf7c-confirmed .inquiryFormTable textarea, .custom-wpcf7c-confirmed .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;
}
.custom-wpcf7c-confirmed .confirm_table .time-name {
  margin-top: 0;
}
.custom-wpcf7c-confirmed .confirm_table .time-info {
  width: auto;
  flex-wrap: nowrap;
}
.custom-wpcf7c-confirmed .confirm_table dd.time-group p:last-child {
  width: auto;
  margin-left: 20px;
}
.custom-wpcf7c-confirmed .confirm_table .time-info p {
  width: auto;
}
.box_dl dl {
  display: flex;
}
/* -------------------------------------
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;
}
.mt30 {
  margin-top: 30px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.w48 .mb20 {
  margin-bottom: 20px !important;
}
.pt0 {
  padding-top: 0 !important;
}
.pb0 {
  padding-bottom: 0 !important;
}
.menu_3col .elementor-column.elementor-col-33, .style-photo .elementor-column.elementor-col-33, .w48 .elementor-column.elementor-col-50 {
  margin-bottom: 30px;
}
.w48 .elementor-column.elementor-col-50 img {
  width: 100% !important;
  height: auto;
}
.style-photo{
	font-family: 'Zen Maru Gothic';
  font-weight: 500;
	color: #525043;
}
.style-photo .elementor-widget:not(:last-child){
	margin-bottom: 0 !important;
}
.style-photo .elementor-heading-title{
	padding-left: 0;
	font-size: 24px;
	color: var(--color2);
	margin: 25px 0 10px;
}
.style-photo .elementor-heading-title:before{
	display: none;
}
.style-photo .elementor-image{
	border-radius: 16px;
	overflow: hidden;
}
.style-menu .elementor-column.elementor-col-33{
	position: relative;
}
.style-menu a{
	display: block;
	background: #EFE16B;
	border-radius: 10px;
	box-sizing: border-box;
	position: relative;
	z-index: 0;
	padding: 10px 10px 50px;
	font-size: 15px;
	line-height: 2;
	letter-spacing: 0.02em;
	transition: ease 0.3s;
	color: #525043;
	min-height: 449px;
}
.style-menu a:hover{
	opacity: 0.7;
}
.style-menu a:before{
	content: "";
	position: absolute;
	bottom: 15px;
	right: 15px;
	width: 0px;
	 height: 0px;
	 border-style: solid;
	 border-width: 0 0 15px 15px;
	 border-color: transparent transparent #ACCE56 transparent;
}
.style-menu a::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    background: #FAF4B9;
    border-radius: 10px;
    z-index: -1;
    bottom: 6px;
    top: 0;
}
.style-menu .elementor-column.elementor-col-33:before{
	/*
	content: "";
	position: absolute;	
	bottom: -6px;
	left: 0;
	width: 100%;
	height: 100%;
	background: #EFE16B;
	border-radius: 10px;
	*/
}
.style-menu .menu-ttl{
	font-size: 26px;
	line-height: 1.5;
	margin-bottom: 12px;
	font-weight: 700;
}
.style-menu a div{
	margin: 0 20px;
}
@media screen and (min-width: 768px) {
  .df-pc {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
  }
  .dis_2col {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
  }
  .dis_2col li {
    width: 48%;
    margin-left: 20px;
  }
  .dis_2col li:nth-child(2n+1) {
    margin-left: 0;
  }
  .w48 .elementor-row {
    justify-content: space-between;
  }
  .w48 .elementor-column.elementor-col-50, .w48 .elementor-column[data-col="50"] {
    width: 48% !important;
  }
  .style-photo .elementor-row {
    justify-content: center;
  }
  .style-photo .elementor-column.elementor-col-33 {
    width: calc((100% - 60px)/3);
    margin-bottom: 40px;
  }
  .style-photo .elementor-column.elementor-col-33:not(:first-child) {
    margin-left: 30px;
  }
  .style-photo .elementor-column.elementor-col-33.none {
    width: 0;
  }
}

.color-global {
  color: var(--color2);
}
.ttl {
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0.04em;
  color: #333;
  text-align: center;
  margin-bottom: 40px;
  font-family: "Shippori Mincho", serif;
}
.ttl .txt-en {
  display: block;
  font-size: 40px;
  color: var(--color1);
  position: relative;
  line-height: 58px;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .ttl {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 32px;
  }
  .ttl .txt-en {
    font-size: 32px;
    line-height: 46px;
  }
	.style-photo .elementor-heading-title{
		font-size: 19px;
	}
}
.styleAA{
	background: var(--color1);
	position: relative;
	z-index: 0;
	padding: 50px 0;
	box-sizing: border-box;
}
.styleAA > .elementor-container{
	background: #fff;
	border-radius: 40px;
	padding: 60px 50px !important;
	box-sizing: border-box;

	
}
.styleAA:before {

    content: "";
    position: absolute;
    top: 0;
    left: -50%;
    width: 200%;
    height: 100%;
    background: var(--color1);
    z-index: -1;

}
.styleAA .elementor-heading-title{
	background: url("../img/aa_line.png") repeat-x bottom left;
	padding-bottom: 10px;
}

.styleAA h3.elementor-heading-title, .styleAA .under_title_h3 h3 {
	/*color: #fff;*/
}

@media screen and (max-width: 767px) {
	.styleAA{
		padding: 20px 0;
	}
	.styleAA > .elementor-container{		
		border-radius: 20px;
		padding: 30px 20px !important;		
	}
}

.circle_list .bb_year{
	width: 70px;
}
.circle_list .bb_txt{
	width: calc(100% - 70px);
}
.styleBB h4.elementor-heading-title{
	margin-bottom: 0;
}
.bb-caption{
	text-align: right;
	font-family: 'Zen Maru Gothic';
	font-weight: 700;
}
.bb-caption span{
	font-size: 22px;
}
@media screen and (min-width: 768px) {
	.styleBB .elementor-row{
		justify-content: space-between;
	}
	.styleBB .elementor-column.elementor-col-50:nth-child(2){
		width: 39% !important;
	}
	.styleBB .elementor-column.elementor-col-50:nth-child(1){
		width: calc(61% - 30px) !important;
	}
	.styleBB .bb_txt1{
		width: 90% !important;
	}
}
@media screen and (max-width: 767px) {
	.styleBB .elementor-column.elementor-col-50:nth-child(2){
		margin-top: 30px;
	}
}
iframe{
	width: 100%;
	height: 100%;
}
.gmap{
	height: 400px;
}

.point{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	font-family: 'Zen Maru Gothic';  
	color: #525043;
	line-height: 28px;
}
.point-ttl{
	font-weight: 700;
	text-align: center;
	margin: 20px 0 10px;
}
.point li{
	margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
	.point{
		margin-left: -20px;
	}
	.point li{
		width: 25%;
		box-sizing: border-box;
		border-right: 1px dashed var(--color2);
		padding: 0 20px;		
	}
	.kits-point li{
		width: 50%;		
	}
	.kits-point li:nth-child(2n){
		border-right: none;
	}
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
	.point li{
		width: calc(100% / 3);
	}
	.point-2 li {
		width: calc(100% / 2)!important;
	}
}

.style-check{
	background: rgba(242,239,212,0.44);
	box-sizing: border-box;
	border-radius: 30px;
	padding: 50px;
	font-family: 'Zen Maru Gothic';
	color: #525043;
	line-height: 28px;
	letter-spacing: 0.05em;
}
.style-check-inner{
	background: #fff;
	padding: 40px 60px;
}
.style-check-ttl{
	text-align: center;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.5;
	margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
	.style-check, .style-check-inner{
		padding: 30px 20px;
	}
}

.table_F{
	border: 1px solid #CBCAC9;
	font-weight: 500;
	font-family: 'Zen Maru Gothic';
	color: #525043;
	line-height: 32px;
}
.table_F th{
	font-size: 20px;
	font-weight: 700;
	width: 41%;
	box-sizing: border-box;
	padding: 0 25px;
}
.table_F tr:nth-child(1){
	border-bottom: 1px solid #CBCAC9;
}
.table_F tr:nth-child(1) th{
	background: #9D9877;
	color: #fff;
	border-bottom: 1px solid #fff;
}
.table_F tr:nth-child(2) th{
	background: #F2EFD4;	
}
.table_F td{
	padding: 10px 20px;
}

.styleCC{
	background: #FAF8E7;
  box-sizing: border-box;
  border-radius: 30px;
  padding: 55px 50px;
  font-family: 'Zen Maru Gothic';
  color: #525043;
  line-height: 1.5;	
	font-weight: 700;
  letter-spacing: 0.12em;	
	display: flex;
	justify-content: center;
	font-size: 26px;	
	text-align: center;
}
.styleCC p{
	padding: 0 30px;
	position: relative;
}
.styleCC p:before, .styleCC p:after{
	content: "";
	position: absolute;
	top: 50%;
	width: 4px;
	height: 70%;
	background: var(--color2);
}
.styleCC p:before{	
	left: 0;	
	transform: rotate(-35deg) translateY(-50%);
}
.styleCC p:after{	
	right: 0;	
	transform: rotate(35deg) translateY(-50%);
}
@media screen and (max-width: 767px) {
	.table_F tr th{
		font-size: 18px;
	}
	.table_F tr th, .table_F td{
		padding: 0 10px;
	}
	.styleCC{
		padding: 30px;
		font-size: 20px;
	}
	.styleCC p{
		padding: 0 10px;		
	}
	.styleCC p:before, .styleCC p:after{
		height: 50%;
	}
}




