/* =====================================
■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;
}

@media screen and (max-width: 767px) {
   .auto_height {
      height: auto !important;
   }
}


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

.home #content {
   padding: 0;
}


/* =====================================
■TOP
===================================== */
/*--------------------------------------
Mainimage
--------------------------------------*/
#mainimage img {
   width: 100%;
}


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

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

.title-holder .container h1,
.title-holder .container h2 {
   text-align: center;
   font-weight: 800;
   font-size: 32px;
   letter-spacing: 0;
   line-height: 45px;
   color: #FFFFFF;
}

@media screen and (max-width: 767px) {
   .title-holder {
      height: 140px;
   }

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


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

#bread li {
   display: inline;
   font-family: "Myriad Pro", "Gill Sans", "Gill Sans MT", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
   font-size: 10px;
   letter-spacing: 0.1em;
   line-height: 24px;
   color: #77716C;
}

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

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

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


/*--------------------------------------
elementor
--------------------------------------*/
/*
.elementor-section.elementor-section-boxed > .elementor-container {
max-width: 1080px;
padding: 0 30px;
}
*/
.elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated {
   padding: 0 !important;
}

.elementor img {
   width: auto !important;
}

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

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

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

.elementor-image-box-img {
   width: 30% !important;
  /*max-width: 266px;*/
   float: right;
   display: block !important;
   margin: 0 0 10px 20px !important;
   text-align: center;
   text-align: right;
  padding: 2px;
    border: 1px solid #CCCCCC;
    background-color: #FFFFFF;
}
.elementor-image-box-img img{
	width: 100% !important;
}
.img_l .elementor-image-box-img {
   float: left;
   margin: 0 20px 10px 0 !important;
}

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

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

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

@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;
   }
  .elementor-image-box-img img{
    width: 100% !important;
  }
}

/*--------------------------------------
TITLE
--------------------------------------*/
h2.elementor-heading-title, .under_title_h2 h2{
  background: #fff url("../img/new/h2_deco.png") no-repeat 0 16px;
  margin-bottom: 15px;
  padding-left: 37px;
  color: var(--color3);
  font-weight: 800;
  line-height: 170%;
	font-size: 30px;
}
h3.elementor-heading-title, .under_title_h3 h3{  
  color: var(--color3);
  font-weight: 800;
  line-height: 170%;
	font-size: 28px;
	border-bottom: 2px solid var(--color3);
	padding-bottom: 10px;
}
h4.elementor-heading-title, .under_title_h2 h4{  
  font-weight: 800;
  line-height: 170%;
	font-size: 26px;
  border: 1px solid var(--color3);
	color: var(--color3);
	padding: 15px 30px;
}
h5.elementor-heading-title {  
  padding-left: 14px;  
  font-size: 110%;
  line-height: 30px;
  position: relative;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
}
h5.elementor-heading-title:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: calc(100% - 3px);
  background: url("../img/entry_subtitle01.jpg") no-repeat top left / 3px 100%;
}

@media screen and (max-width: 767px) {
	h2.elementor-heading-title, .under_title_h2 h2{
		background: #fff url("../img/new/h2_deco.png") no-repeat 0 15px / 18px auto;
		margin-bottom: 0;
		padding-left: 28px;		
		font-size: 26px;
	}
	h3.elementor-heading-title, .under_title_h3 h3{  		
		font-size: 22px;
	}
	h4.elementor-heading-title, .under_title_h2 h4{  		
		font-size: 20px;		
		padding: 15px;
	}
}
/* -------------------------------------
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;
}


/*--------------------------------------
ボタン
--------------------------------------*/
.btn a {
   display: block;
   width: 100%;
   max-width: 100%;
   font-size: 25px;
   line-height: 1.2;
   letter-spacing: 0;
   background: #88AAD0;
   color: #fff;
   padding: 30px 10px 34px 10px;
   box-sizing: border-box;
   position: relative;
   margin: 0 auto;
   text-align: center;
   font-family: "秀英明朝 L", "Shuei Mincho L";
   border-radius: 6px;
}

.btn a:after {
   display: block;
   content: "";
   width: 0;
   height: 0;
   border-bottom: 8px solid #fff;
   border-left: 8px solid transparent;
   position: absolute;
   right: 10px;
   bottom: 10px;
}

.btn a:hover {
   opacity: 0.7;
}

@media screen and (max-width: 767px) {
   .btn a {
      font-size: 16px;
      letter-spacing: 0.1em;
   }
}

.btn-link{
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	color: #fff !important;
	background: #ED9537;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.7;
	padding: 23px 10px;
	transition: ease 0.3s;
	max-width: 440px;
}
.btn-link:after{
	content: "";
	background: url("../img/new/btn_arrow.png") no-repeat center / 100% auto;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 35px;
	width: 22px;
	height: 7px;
}
.btn-link:hover{
	opacity: 0.7;
}
@media screen and (max-width: 767px) {
   .btn-link {
      font-size: 13px;
      font-weight: 600;
		 padding: 15px 10px;
		 max-width: 290px;
		 margin: 0 auto;
   }
	.btn-link:after{
		width: 13px;
		height: 4px;
		right: 24px;
	}
}
/* -------------------------------------
地図
------------------------------------- */
.map {
   position: relative;
   width: 100%;
   padding-top: 300px;
}

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


/* -------------------------------------
診療時間表
------------------------------------- */
table.timetable {
   width: 100%;
   table-layout: fixed;
   border-collapse: collapse;
}

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

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

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

.timetable tbody th {
   word-break: keep-all;
   white-space: nowrap;
   text-align: left;
   letter-spacing: 0.1em;
}

.timetable tbody tr:first-child th,
.timetable tbody tr:first-child td {
   padding-top: 17px;
}

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

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


/* -------------------------------------
番号リスト
------------------------------------- */
.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 {
   background: #6fba2c;
   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: 4px;
   letter-spacing: 0;
}

/*--------------------------------------
2列テーブル
--------------------------------------*/
.column2_table th,
.column2_table td {
   line-height: 1.6;
   vertical-align: top;
   border-bottom: 1px solid #4bab26;
}

.column2_table tr:first-child th,
.column2_table tr:first-child td {
   border-top: 1px solid #4bab26;
}

.column2_table th {
   width: 30%;
   padding: 13px 0px 10px 14px;
   box-sizing: border-box;
}

.column2_table td {
   padding: 13px 14px 10px;
   box-sizing: border-box;
}


/*--------------------------------------
* colorテーブル
--------------------------------------*/
.style_table th,
.style_table td {
   line-height: 1.8;
   padding: 6px 10px 4px;
   border: 1px solid #4BAB26;
   word-break: break-all;
   text-align: center;
}

.style_table thead th {
   background: #4BAB26;
   color: #fff;
   text-align: center;
   box-shadow: 2px 2px 0 #fff inset, -2px -2px 0 #fff inset;
}

.style_table tbody th {
   background: #F4F8ED;
   width: 30%;
}

.style_table tbody td {
   text-align: left;
   background: #FCFBFA;
}

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

   .style_table th,
   .style_table td {
      font-size: 14px;
      letter-spacing: 0;
   }
}

/*--------------------------------------
	treatment-block 診療科目
--------------------------------------*/

.treatment-block {
   padding: 55px;
   background: #F0F5EF;
   font-size: 16px;
   letter-spacing: 1.6px;
   color: #535353;
}

.treatment-block h2 {
   font-family: "秀英角ゴシック銀 B", "Shuei KakuGo Gin B";
   font-weight: bold;
   font-size: 33px;
   letter-spacing: 3.96px;
   color: #94C789;
}

.treatment-block .elementor-button {
   background: #94C789;
   font-family: "秀英角ゴシック銀 B", "Shuei KakuGo Gin B";
   font-weight: bold;
   color: #FFFFFF;
   text-align: left;
   position: relative;
   line-height: 1;
   width: 100%;
}

.treatment-block .elementor-button.elementor-size-sm {
   padding: 18px 25px;
   max-width: 250px;
   font-size: 18px;
   letter-spacing: 2px;
}

.treatment-block .elementor-button.elementor-size-md {
   padding: 20px 30px;
   max-width: 350px;
   font-size: 20px;
   letter-spacing: 2.4px;
}

.treatment-block .elementor-button.elementor-size-lg {
   padding: 22px 30px;
   max-width: 450px;
   font-size: 22px;
   letter-spacing: 3.5px;
}

.treatment-block .elementor-button::after {
   content: "";
   position: absolute;
   width: 0;
   height: 0;
   border-style: solid;
   border-width: 4.5px 0 4.5px 7px;
   border-color: transparent transparent transparent #ffffff;
   right: 20px;
   top: calc(50% - 4.5px);
}


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

   .treatment-block {
      padding: 30px;
   }

}


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

   .treatment-block {
      padding: 30px 15px;
   }

   .treatment-block .elementor-button-wrapper {
      text-align: center;
   }

}



/*--------------------------------------
リスト
--------------------------------------*/
.circle_list li {
   position: relative;
   padding: 2px 0 2px 30px;
}

.circle_list li:before {
   content: "";
   position: absolute;
   background: #A8D87E;
   top: 10px;
   left: 5px;
   height: 15px;
   width: 15px;
   border-radius: 50%;
}

.check_list li {
   position: relative;
   padding: 2px 0 2px 30px;
}

.check_list li:before {
   content: "";
   display: block;
   border: 2px solid #6fba2c;
   height: 19px;
   width: 19px;
   position: absolute;
   left: 0;
   top: 8px;
   box-sizing: border-box;
}

.check_list li:after {
   content: "";
   display: block;
   width: 5px;
   height: 11px;
   border: solid #6fba2c;
   border-width: 0 2px 2px 0;
   position: absolute;
   left: 7px;
   top: 11px;
   -webkit-transform: rotate(45deg);
   -moz-transform: rotate(45deg);
   -o-transform: rotate(45deg);
   transform: rotate(45deg);
   box-sizing: border-box;
}

.column2_list li {
   display: inline-block;
   width: 48.5%;
   box-sizing: border-box;
   padding-right: 10px;
   vertical-align: top;
}

.column3_list li {
   display: inline-block;
   width: 31.5%;
   box-sizing: border-box;
   padding-right: 10px;
   vertical-align: top;
}

.column_list li {
   display: inline-block;
   width: auto;
   box-sizing: border-box;
   padding-right: 30px;
   vertical-align: top;
}

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

   .column2_list li,
   .column3_list li,
   .column_list li {
      display: block;
      width: 100%;
      padding-right: 0;
   }
}

/*--------------------------------------
文章・画像
--------------------------------------*/
.context_area .img_box img {
   float: right;
   width: 30% !important;
   margin: 0 0 10px 20px;
   display: block;
}

.context_area.img_l .img_box img {
   float: left;
   margin: 0 20px 10px 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%;
   }
}

/*--------------------------------------
フォントcolor
--------------------------------------*/
.txt_color {
   color: #6FBA2C;
}

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

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

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


/*--------------------------------------
* 流れ
--------------------------------------*/
.flowList>li {
   background: #F5FBF0;
   position: relative;
   margin-bottom: 70px;
   padding: 30px;
}

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

.flowList>li:after {
   content: "";
   display: block;
   width: 22px;
   height: 22px;
   border-right: 3px solid #6fba2c;
   border-bottom: 3px solid #6fba2c;
   position: absolute;
   left: 50%;
   bottom: -40px;
   margin-left: -11px;
   -webkit-transform: rotate(45deg);
   -moz-transform: rotate(45deg);
   -o-transform: rotate(45deg);
   transform: rotate(45deg);
   box-sizing: border-box;
}

.flowList>li:last-child:after {
   display: none;
}

.flowList .flow_title {
   font-size: 24px;
   line-height: 1.4;
   position: relative;
   margin-bottom: 15px;
   color: #6fba2c;
   overflow: hidden;
}

.flowList .flow_title span {
   vertical-align: top;
   background: #6fba2c;
   color: #fff;
   display: inline-block;
   width: 30px;
   height: 30px;
   text-align: center;
   line-height: 30px;
   font-size: 22px;
   margin-right: 10px;
   letter-spacing: 0;
   margin-top: 2px;
}

@media screen and (max-width:767px) {
   .flowList .img_box {
      position: relative;
      top: initial;
      right: initial;
      padding-left: 0;
      text-align: center;
      margin-bottom: 15px;
   }
}


/*--------------------------------------
ボックス
--------------------------------------*/
.bg_box {
   background: #F3ECE5;
   padding: 40px;
}

.border_box {
   border: 3px solid #9f9f9f;
   padding: 40px;
}

.box_title {
   font-size: 18px;
   line-height: 1.4;
   position: relative;
   margin-bottom: 15px;
   overflow: hidden;
   letter-spacing: 0.1em;
   font-weight: bold;
}

.box_list>li {
   margin-top: 40px;
}

.box_list>li:first-child {
   margin: 0;
}

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

   .bg_box,
   .bg_box02,
   .border_box {
      padding: 25px;
   }
}


/*--------------------------------------
style_box
--------------------------------------*/
.style_box {
   border: 10px solid #c9ecab;
}

.style_box .style_title {
   text-align: center;
   font-size: 24px;
   line-height: 1.4;
   padding: 20px 20px 24px;
   margin: 0 !important;
   border-bottom: 4px solid #c9ecab;
}

.style_box .inner {
   padding: 30px;
}

.style_box .inner .title {
   font-size: 20px;
   line-height: 1.6;
   margin-bottom: 10px !important;
   padding-left: 22px;
   position: relative;
}

.style_box .inner .title:before {
   display: block;
   content: "";
   width: 14px;
   height: 14px;
   background: #6fba2c;
   position: absolute;
   left: 0;
   top: 9px;
   border-radius: 50%;
}

@media screen and (max-width:767px) {
   .style_box .inner {
      padding: 25px;
   }
}


/*--------------------------------------
before after
--------------------------------------*/
.before_after {
   position: relative;
}

.before_after:before {
   display: block;
   content: "";
   border-left: 14px solid #6fba2c;
   border-bottom: 20px solid transparent;
   border-top: 20px solid transparent;
   position: absolute;
   top: 50%;
   left: 50%;
   margin-top: -20px;
   margin-left: -7px;
}

.before_after li {
   float: left;
   width: 46%;
   position: relative;
   text-align: center;
   margin-left: 8%;
}

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

@media screen and (max-width: 767px) {
   .before_after:before {
      border-left: 20px solid transparent;
      border-top: 14px solid #6fba2c;
      border-right: 20px solid transparent;
      border-bottom: none;
      margin-top: -6px;
      margin-left: -20px;
   }

   .before_after li {
      float: none;
      width: 100%;
      margin-top: 50px;
      margin-left: 0;
   }
}

/*--------------------------------------
* anchorlinks
--------------------------------------*/
.anchorlinks {
   background: #f2fbeb;
   padding: 25px 35px;
   list-style: none;
}

.anchorlinks li {
   position: relative;
   width: auto;
   display: inline-block;
   padding-left: 16px;
   margin: 5px 30px 5px 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 {
   text-decoration: underline;
}

.anchorlinks li a:before {
   content: "";
   position: absolute;
   top: 8px;
   left: 0;
   display: block;
   width: 0;
   height: 0;
   border-top: 5px solid transparent;
   border-bottom: 5px solid transparent;
   border-left: 8px solid #6fba2c;
   -webkit-transition-duration: .6s;
   -ms-transition-duration: .6s;
   -moz-transition-duration: .6s;
   transition-duration: .6s;
}

.anchorlinks li a:hover:before {
   -webkit-transform: rotate(90deg);
   -moz-transform: rotate(90deg);
   -ms-transform: rotate(90deg);
   -o-transform: rotate(90deg);
   transform: rotate(90deg);
}

.anchorlinks li a:hover {
   color: #6fba2c;
   text-decoration: none;
}

@media screen and (max-width:767px) {
   .anchorlinks li {
      width: 100%;
      display: block;
      margin: 5px 0;
   }
}


/*--------------------------------------
* qa
--------------------------------------*/
.qa_list dt,
.qa_list dd {
   margin-bottom: 20px;
   display: table;
   width: 100%;
}

.qa_list .num {
   display: table-cell;
   padding-right: 20px;
   vertical-align: top;
}

.qa_list dt .num span {
   display: block;
   font-size: 22px;
   width: 40px;
   height: 40px;
   line-height: 40px;
   background: #6fba2c;
   border-radius: 50%;
   text-align: center;
   color: #fff;
   letter-spacing: 0;
}

.qa_list dd .num span {
   display: block;
   font-size: 22px;
   width: 40px;
   height: 40px;
   line-height: 40px;
   background: #eff9e5;
   border-radius: 50%;
   text-align: center;
   color: #6fba2c;
   letter-spacing: 0;
}

.qa_list .txt {
   display: table-cell;
   width: 100%;
   vertical-align: middle;
}

.qa_list dt .txt {
   font-size: 18px;
}


/* =====================================
■ブログ
===================================== */
/*--------------------------------------
POSTS
--------------------------------------*/
#posts {
   float: left;
   width: calc(100% - 200px);
}

#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, .post {
  background: url("../img/blog_separate_line.png") repeat-x bottom left;
   margin-bottom: 35px;
   position: relative;
}
.post-head{
  /*background: url("../img/blog_separate_line.png") repeat-x bottom left, url("../img/entry_title_bg.jpg") repeat-x top center / auto 100%;  
  padding: 5px 5px 0;*/
  margin-bottom: 15px;
}
.post-head .post__date{
  line-height: 1;
  color: #999;
  font-size: 90%;
  text-align: right;  
  display: block;
}
.post-head .post-ttl{
  background: #fff url("../img/new/h2_deco.png") no-repeat 0 16px;
  margin-bottom: 15px;
  padding-left: 37px;
  color: var(--color3);
  font-weight: 800;
  line-height: 170%;
	font-size: 30px;
}
.post__excerpt{
  padding: 0 0 20px 20px;
}
.auterbox .auter{
  text-align: right;
}
.auterbox .auter a{
  text-decoration: underline;
}
@media screen and (max-width: 919px) and (min-width: 768px) {
  #posts{
    width: calc(100% - 190px);
  }
}
@media screen and (max-width: 767px){
	.post-head .post-ttl{
		background: #fff url("../img/new/h2_deco.png") no-repeat 0 15px / 18px auto;
		margin-bottom: 0;
		padding-left: 28px;		
		font-size: 26px;
	}
}
/*　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: 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 li.date {
   margin-top: 22px;
}

.post .date,
.posts_list .date {
   color: #6fba2c;
   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 {
   color: #6fba2c;
   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: auto;
   height: auto;
   max-width: 100%;
   box-sizing: border-box;
}

/*
#blogDetail .post-content h3 {
	font-size: 22px;
	letter-spacing: 0;
	background: #e8e8e8;
	padding: 30px 10px 30px 28px;
	line-height: 1.5;
	border-top: 5px solid #f5c6b6;
	margin: 40px 0 30px;
}
#blogDetail .post-content h4 {
	font-size: 20px;
	letter-spacing: 0;
	border-bottom: 5px solid #f5c6b6;
	padding: 10px 0 12px 0;
	line-height: 1.5;
	margin: 30px 0 25px 0;
}
*/

.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;
   color: #6fba2c;
   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 li {
   display: inline-block;
   margin: 0 5px;
   vertical-align: middle;
}

.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 {
   display: block;
   width: 100%;
   height: 40px;
   font-size: 14px;
   background: #BFBEBD;
   color: #373431;
   line-height: 40px;
   letter-spacing: 0.1em;
   border-radius: 5px;
   position: relative;
   text-align: center;
   box-sizing: border-box;
   font-weight: bold;
}

.navigation a:hover {
   background: #6fba2c;
}

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

.pagination ul {
   display: flex;
  justify-content: center;
  text-align: center;
}

.pagination ul li {
   display: block;
  margin: 0 2px;
}

.pagination ul li a,
.pagination ul li span{
    display: block;
    width: 24px;
    height: 24px;
    text-decoration: none;
      background-color: #E5E5E5;
    color: #808080;
}

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


.pagination ul li span.current, .pagination ul li a:hover {
background-color: #505050;
    color: #FFF;
}

.pagination ul li .next, .pagination ul li .prev, .pagination ul li .next span, .pagination ul li .prev span{
  width: auto;
  background: none;  
  position: relative;
  display: block;
}
.pagination ul li .next span{
  padding-left: 10px;
}
.pagination ul li .prev span{
  padding-right: 10px;
}
.pagination ul li .next .icon-arrow01:before{
  content: "";
  background: url("../img/icon_news_next.gif") no-repeat center;
  width: 6px;
  height: 6px;
  position: absolute;
  left: 0;
  top: calc(50% - 3px);
}
.pagination ul li .prev .icon-arrow02:before{
  content: "";
  background: url("../img/icon_news_previous.gif") no-repeat center;
  width: 6px;
  height: 6px;
  position: absolute;
  right: 0;
  top: calc(50% - 3px);
}
.pagination ul li .next:hover, .pagination ul li .prev:hover{
  background: none;
}
.pagination ul li .next:hover span, .pagination ul li .prev:hover span{
  text-decoration: underline;
}

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

@media screen and (max-width: 767px) {
   #posts {
      float: none;
      width: 100%;
   }

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

   #blogDetail .post-header {
      margin-bottom: 20px;
   }

   #blogDetail .post-header h2 {
      font-size: 24px;
   }

   #blogDetail .post-header li.category,
   #blogDetail .post-header .post-meta li.date {
      float: none;
   }

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

@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 {
      font-size: 20px;
      padding: 26px 5px 26px 20px;
      line-height: 1.4;
      margin: 35px 0 30px;
   }

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


/*--------------------------------------
BLOGSIDE
--------------------------------------*/
.blogside {
   float: right;
   width: 170px;
}
.blogside-box{
    width: 100%;
  padding-bottom: 17px;
  margin-bottom: 15px;
}
.blogside-box .category-title{
  color: #ccc;
  font-weight: bold;line-height: 1;
  margin-top: 11px;
  margin-bottom: 7px;
}
.blogside-box ul{
  margin-left: 12px;
  width: 140px;
}
.blogside-box ul li{
  line-height: 140%;
  background: url("../img/icon_list_article.gif") no-repeat 0 10px;
  padding-left: 9px;
}
.blogside-box ul li a{
  text-decoration: underline;
}
.blogside .categoryBox {
   margin-bottom: 50px;
}

.blogside .categoryBox ul li {
   border-bottom: 1px solid #b8c2c1;
   padding-bottom: 16px;
   margin-bottom: 18px;
   color: #000;
}

.blogside .categoryBox ul li:last-child {
   margin-bottom: 0;
}

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

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

.blogside .categoryBox ul li a:hover,
.blogside .categoryBox ul li a:hover span {
   color: #6fba2c;
}

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

.recentBox li .recent_thumbnail a {
   display: block;
   width: 48px;
   height: 48px;
   line-height: 1;
}

.recentBox li .recent_thumbnail a span {
   display: block;
   width: 100%;
   height: 100%;
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
   transform: scale(1);
}

.recentBox li .recent_thumbnail a:hover {
   transform: scale(1.1);
}

.recentBox li h3 a {
   transition: all .3s ease;
   -webkit-transition: all .3s ease;
   color: #373431;
}

.recentBox li h3 a:hover {
   color: #6fba2c;
}

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

.archiveBox ul li p:visited {
   color: #373431;
}

.archiveBox ul li p:hover {
   color: #6fba2c;
   font-weight: bold;
}

.archiveBox ul li p.acv_open {
   color: #6fba2c;
   font-weight: bold;
}

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

.archiveBox ul li a:active {
   color: #6fba2c;
}

.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: 767px) {
   .blogside {
      float: none;
      width: 100%;
      box-sizing: border-box;
      margin: 50px auto 0;
     max-width: 220px;
   }
}


/* =====================================
■新着情報
===================================== */
/*.category #newsList,
.single #newsDetail {
   background: #fff;
   padding: 60px 0 80px;
   min-height: 600px;
}*/

/*--------------------------------------
新着情報一覧
--------------------------------------*/
.h2Wrap {
   border-bottom: 1px solid #EBE9E7;
   padding: 0 0 28px;
   position: relative;
}

.h2Wrap h2 {
   color: #473019;
   font-size: 18px;
   font-weight: bold;
   letter-spacing: 0.15em;
   line-height: 1;
}

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

.h2Wrap a:hover {
   text-decoration: none;
}
/*
#newsList dl {
   padding: 32px 0 20px;
   background: url(/wp-content/uploads/ico_dashed.png) repeat-x left bottom;
   background-size: 20px 1px;
}

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

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

#newsList dl dd a:hover {
   text-decoration: underline;
}*/

/*--------------------------------------
詳細記事
--------------------------------------*/
#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{    
  background: #f2f2f2;
  font-weight: bold;
  position: relative;
  z-index: 0;
  border-top: 1px solid #cccccc;  
  border-left: 4px solid #595959;
  margin-bottom: 15px;
  padding: 6px 0 0 10px;
  line-height: 26px;
}
.sitemap_list li a{
  color: #666;
  text-decoration: underline;
}
.sitemap_list li a:hover{
  text-decoration: none;
}
.sitemap_list .page_item_has_children{
	background: none;
	border: none;
	padding: 0;
}
.sitemap_list .page_item_has_children > a{
	display: none;
}
/* =====================================
■お問い合わせ
===================================== */
.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;
   font-weight: bold;
   line-height: 1;
   position: relative;
   color: #BFBEBD;
}

.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: 58px;
   margin: 0 auto 12px;
   background: #BFBEBD;
   color: #fff;
   font-size: 22px;
   font-weight: bold;
   letter-spacing: 0;
   position: relative;
}

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

.step_list li span.current:after {
   background: #6fba2c;
}

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

.inquiryFormTable {
   /*font-size: 16px;*/
  border-top: 1px solid #cccccc;
}

.inquiryFormTable dl {
  display: flex;  
  border-bottom: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}
.inquiryFormTable dt, .inquiryFormTable dd {  
  text-align: left;
  padding: 3px 8px 6px;
}
.inquiryFormTable dt {  
  position: relative;
  width: 160px;  
  letter-spacing: 0.1em;
  box-sizing: border-box;
  border-right: 1px solid #cccccc;
  background: #eeeeee;
}
.inquiryFormTable dt p{
  margin-bottom: 0 !important;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  padding-top: 3px;
}
.inquiryFormTable dd {
  box-sizing: border-box;
  position: relative;  
  width: calc(100% - 160px);
}

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

.inquiryFormTable input,
.inquiryFormTable textarea,
.inquiryFormTable select {
    padding: 3px;
    margin-right: 3px;
    margin-top: 5px;
    box-shadow: none;
    border: 1px solid #858585;
    line-height: 1.4;
  background: #fff;
}
.form_comment{
  color: #8D7323;
  font-size: 90%;
}
.inquiryFormTable textarea{
  max-width: 340px;
  width: 100%;
}
.inquiryFormTable select {
   position: relative;
  width: 105px;
/*   background: #ECECEC url(/wp-content/uploads/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 0 13px;
   box-sizing: border-box;
}

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

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

.inquiryFormTable input[type="checkbox"]+span label.icon-check:before {
   content: "\e902";
   font-size: 25px;
   color: #BFBEBD;
   margin-right: 5px;
   vertical-align: middle;
}

.inquiryFormTable input[type="checkbox"]:checked+span label.icon-check:before {
   content: "\e903";
   color: #91de4d;
}

.failed .verified_table.inquiryFormTable input.wpcf7-validates-as-required,
.invalid .verified_table.inquiryFormTable input.wpcf7-validates-as-required {
   border: 1px solid #6fba2c;
   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 {
   color: #D93636;
}

.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: 10px 0 30px;
}

.inquiryFormTable .btBox input[type="submit"],.inquiryFormTable .wpcf7-back {
   width: 150px;
    height: 40px;
    font-size: 16px;
  background: #ccc;
  color: #000;
  font-weight: bold;
}
/*
.inquiryFormTable .btBox input[type="submit"].disabled {
   width: 130px;
    height: 35px;
    font-size: 110%
}

.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: #72706E url(/wp-content/uploads/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;
   border-radius: 0 !important;
   outline: 0px;
   -webkit-appearance: none;
   font-size: 26px;
   letter-spacing: 0.1em;
   padding: 29px 30px 28px;
   float: left;
   text-align: left;
}*/

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

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 {
   color: #6fba2c;
   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;
}

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 767px) {
   .step_list {
      width: 400px;
      margin: 0 auto 60px;
   }

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

   .inquiryFormTable dl {
      display: block;
   }

   .inquiryFormTable dt,
   .inquiryFormTable dd {
      display: block;
      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;
   }

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

@media screen and (max-width: 480px) {
   .step_list {
      width: 270px;
   }

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

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

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

   .inquiryFormTable .btBox input[type="submit"],
   .inquiryFormTable .wpcf7-back {
      font-size: 16px;
      letter-spacing: 0.1em;
   }
}
.wpcf7c-elm-step1 .step_list, .wpcf7c-elm-step2 .step_list, .wpcf7c-elm-step3 .step_list{
  display: none;
}
.date1 .df{
  justify-content: flex-start;
  align-items: center;
}
.date1 p{
  margin: 0 8px 0 0;
  line-height: 26px;
}
.date1 input{
  width: 60px;
}
.inquiryFormTable .date1 select{
  width: 52px;
}
/*--------------------------------------
loading
--------------------------------------*/
.loader_container {
   visibility: hidden;
   position: fixed;
   top: 0;
   left: 0;
}

.loader_bg {
   position: fixed;
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   width: 100%;
   height: 100%;
   background: rgba(0, 0, 0, 0.5);
}

.loader_bg p {
   text-align: center;
   color: #fff;
}

.loader,
.loader:after {
   border-radius: 50%;
   width: 10em;
   height: 10em;
}

.loader {
   margin: 60px auto 20px;
   font-size: 10px;
   position: relative;
   text-indent: -9999em;
   border-top: 1.1em solid rgba(255, 255, 255, 0.2);
   border-right: 1.1em solid rgba(255, 255, 255, 0.2);
   border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
   border-left: 1.1em solid #ffffff;
   -webkit-transform: translateZ(0);
   -ms-transform: translateZ(0);
   transform: translateZ(0);
   -webkit-animation: load8 1.1s infinite linear;
   animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
   0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
   }

   100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
   }
}

@keyframes load8 {
   0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
   }

   100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
   }
}


/* -----------------------------------------------
■table
----------------------------------------------- */
table.table01 th,table.table02 th,table.table03 th {
	padding: 3px;
	font-weight: normal;
	text-align: left;
}

table.table01 {
	background: #DDD;
  border-color: gray;
}
table.table01 thead th {
	background: #d4cec0;
}
table.table01 th {
	background: #fdf2d8;
}
table.table01 td {
	background: #fff;
}

table.table02 {
}
table.table02 th {
	width: 25%;
	border-bottom: solid 1px #487CDD;
}
table.table02 td {
	border-bottom: solid 1px #CCCCCC;
}

/* -----------------------------------------------
■営業時間
----------------------------------------------- */
table.hours th,table.hours td {
	text-align:center;
}
table.table01.table_price td{
  min-width: 75px;
}
table.table01.table_price td:nth-child(2){
  padding-left: 5px;
}

.gmap iframe{
  height: 300px;
}

.top-contact .e-con-inner, .page-contact .e-con-inner{
  justify-content: space-between !important;
}
.top-contact .e-con-inner > .elementor-element{
  width: calc(50% - 10px) !important;
}
.top-contact table{
  max-width: 256px;
}
.top-contact .e-con-inner > .elementor-element:nth-child(1){
  width: calc(50% - 10px) !important;
}
@media screen and (max-width: 767px) {
  .top-contact .e-con-inner{
    flex-wrap: wrap;
  }
  .top-contact .e-con-inner > .elementor-element:nth-child(2){
    width: 100% !important;    
  }
  .top-contact .e-con-inner > .elementor-element:nth-child(1){
    margin-bottom: 30px !important;
    width: 100% !important;    
  }
}

.imgFrame {
    padding: 2px;
    border: 1px solid #CCCCCC;
    background-color: #FFFFFF;
}
.imgRight {
    float: right;
    margin-left: 10px;
}
.a_line a{
  text-decoration: underline !important;
}

.contact #navigation, .contact #pagetopWrap, .contact #footerInner ul{
  display: none;
}
.wpcf7 form .wpcf7-response-output{
  border-color: #fffbf1 !important;
}

.doctor-dl dl dt{
  width: 60px;
}
.doctor-dl dl dd{
  width: calc(100% - 60px);
}

.df{
	display: flex;
	justify-content: space-between;
}
@media screen and (min-width: 768px) {
	.df-pc{
		display: flex;
		justify-content: space-between;
	}
}

.case-img{
	max-width: 450px;
}