@charset "UTF-8";
/* =====================================
■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%;
}

strong {
  font-weight: bold;
}

.fwb {
  font-weight: bold;
}

.fnt-zenR {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.fnt-zenM {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
}

.fnt-zenB {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
}

.fnt-latoR {
  font-family: "lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.fnt-latoM {
  font-family: "lato", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.fnt-latoS {
  font-family: "lato", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.fnt-latoB {
  font-family: "lato", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.fnt-shueigothickinR {
  font-family: "dnp-shuei-gothic-kin-std", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.fnt-shueigothickinM {
  font-family: "dnp-shuei-gothic-kin-std", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.fnt-shueigothickinB {
  font-family: "dnp-shuei-gothic-kin-std", sans-serif;
  font-weight: 600;
  font-style: normal;
}

@media screen and (max-width: 767px) {
  .auto_height {
    height: auto !important;
  }
}
/* -------------------------------------
CONTENT
------------------------------------- */
#content {
  padding: 36px 0 100px;
  min-height: 600px;
}

.home #content {
  padding: 0;
}

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

.main_contents {
  background: none;
  width: 100%;
  height: auto;
  min-height: inherit;
  position: relative;
}

#mainimage {
  z-index: 1;
  position: relative;
  padding-top: 0;
}

@media (max-width: 767px) {
  #mainimage {
    padding-top: 70px;
  }
  #mainimage .slide_key {
    line-height: 0;
  }
}
#mainimage .main_catch {
  position: absolute;
  z-index: 100;
  width: 36%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.main_catch .catch_box {
  width: 100%;
  height: 100%;
  display: table;
  text-align: center;
}

.main_catch .inner {
  display: table-cell;
  vertical-align: middle;
}

#mainimage .main_catch .catch_box img {
  max-width: 797px;
  width: 100% !important;
}

.fadeIn {
  animation-name: fadeIn;
  animation-delay: 1.5s;
  animation-fill-mode: both;
  animation-duration: 1.8s;
  padding-top: 33%;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .fadeIn {
    padding: 0;
  }
  #mainimage .main_catch {
    width: 80.8%;
    height: 55.3%;
  }
  #mainimage .main_catch .catch_box img {
    max-width: 600px;
  }
}
/*--------------------------------------
loopslider
--------------------------------------*/
#loopslider {
  margin: 0 auto;
  width: 100%;
  height: 200px;
  text-align: left;
  position: relative;
  overflow: hidden;
}

#loopslider ul {
  float: left;
  overflow: hidden;
  display: inline-block;
}

#loopslider ul li {
  width: 1602px;
  height: 200px;
  float: left;
  display: inline;
  overflow: hidden;
}

#loopslider ul:after {
  content: " ";
  height: 0;
  clear: both;
  display: block;
  visibility: hidden;
}

#loopslider ul li img {
  max-width: none;
}

/* =====================================
■UNDER
===================================== */
/*--------------------------------------
Mainimage
--------------------------------------*/
.under_mainimage {
  background: url("/wp-content/uploads/グループ-286161.png") no-repeat center;
  background-size: cover;
  display: table;
  width: 100%;
  height: 200px;
  margin-top: 0px;
  overflow: hidden;
  position: relative;
}

.under_mainimage.bg7 .container h1 {
  color: #fff;
}

.under_mainimage .inner {
  display: table-cell;
  vertical-align: middle;
  padding: 80px 0 80px;
  text-align: center;
  font-size: 36px;
}

.under_mainimage .container h1 {
  font-size: 32px;
  text-align: center;
  color: #FFFFFF;
  letter-spacing: 0.1em;
  line-height: 32px;
  position: relative;
  z-index: 2;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

@media screen and (max-width: 767px) {
  .under_mainimage {
    height: 140px;
    margin-top: 0;
  }
  .under_mainimage .inner {
    padding: 70px 0 70px;
  }
  .under_mainimage .container h1 {
    letter-spacing: 0.1em;
    font-size: 28px;
  }
}
@media screen and (max-width: 480px) {
  .under_mainimage .container h1 {
    font-size: 26px;
    letter-spacing: 0.05em;
  }
}
/* -------------------------------------
Bread
------------------------------------- */
#bread {
  box-sizing: border-box;
  width: 100%;
  text-align: center;
  line-height: 1;
  position: relative;
  z-index: 2;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  padding-top: 10px;
}

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

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

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

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

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

.elementor img {
  width: auto !important;
}

.home .elementor img {
  width: 100% !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 2% !important;
  position: relative;
  z-index: 1;
  text-align: right;
}

.content_img .elementor-image-box-img {
  width: 50% !important;
}

.elementor-image-box-img.txt-center {
  text-align: center;
}

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

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

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

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

@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;
  }
  .content_img .elementor-image-box-img {
    width: 100% !important;
  }
}
/*--------------------------------------
TITLE
--------------------------------------*/
.under_title_h2 h2, h2.elementor-heading-title {
  color: #4265A2;
  font-size: 32px;
  line-height: 1.5625;
  letter-spacing: 0.12em;
  padding: 20px 30px 20px;
  margin-bottom: 40px;
  position: relative;
  background: #F2F8FD;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  
}

.under_title_h2 h2::before, h2.elementor-heading-title::before {
  /* content: ""; */
  position: absolute;
  top: 26px;
  left: 32px;
  right: 32px;
  bottom: 26px;
  border-left: 6px solid #D6EBD2;
  z-index: 1;
}

.under_title_h3 h3, h3.elementor-heading-title {
  color: #22201E;
  position: relative;
  font-size: 28px;
  line-height: 1.6;
  letter-spacing: 0.12em;
  margin-bottom: 35px;
  padding-bottom: 16px;
  border-bottom: 2px solid #CBCAC9;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  padding-left: 30px;
}
.under_title_h3 h3::before, h3.elementor-heading-title::before,.under_title_h3 h3::after, h3.elementor-heading-title::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 8px;
  height: 90%;
  background: #4265A2;
  z-index: 1;
}
.under_title_h3 h3::after, h3.elementor-heading-title::after{
  top: 45%;
  height: 45%;
  background: #f2f8fd;
}

.under_title_h4 h4, h4.elementor-heading-title {
  color: #22201E;
  position: relative;
  font-size: 24px;
  line-height: 1.66;
  letter-spacing: 0.1em;
  padding: 8px 0px 8px 32px;
  margin-bottom: 20px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.under_title_h4 h4::before, h4.elementor-heading-title::before {
  content: "";
  position: absolute;
  top: 18px;
  left: -5px;
  bottom: 0px;
  border: 2px solid #2CB73E;
  width: 20px;
  height: 20px;
  transform: rotate(45deg);
}



.under_title_h5 h5, h5.elementor-heading-title {
  color: #22201E;
  position: relative;
  font-size: 18px;
  line-height: 1.75;
  padding-left: 29px;
  margin-bottom: 18px;
  letter-spacing: 0.06em;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.under_title_h5 h5::before, h5.elementor-heading-title::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0px;
  background: #4265a2;
  width: 15px;
  height: 15px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .under_title_h3 h3, h3.elementor-heading-title {
    padding: 10px 0 7px 0 !important;
  }
}
.under_title_h3.style2 h3 {
  border-bottom-style: dashed;
  padding-left: 45px !important;
}

.under_title_h3.style2 h3:before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 27px;
  height: 27px;
  right: 0;
  border-radius: 50%;
  background: #01695F;
}

@media screen and (max-width: 767px) {
  .under_title_h2 h2, h2.elementor-heading-title {
    padding: 20px 15px 20px;
    font-size: 24px;
  }
  .under_title_h2 h2::before, h2.elementor-heading-title::before {
    top: 20px;
    left: 15px;
    right: 15px;
    bottom: 20px;
    border-width: 3px;
  }
  .under_title_h3 h3, h3.elementor-heading-title {
    font-size: 22px;
    padding-bottom: 10px;
    padding-left: 20px;
  }
  .under_title_h3 h3::before, h3.elementor-heading-title::before,.under_title_h3 h3::after, h3.elementor-heading-title::after{
    width: 6px;
  }
  .under_title_h4 h4, h4.elementor-heading-title {
    font-size: 20px;
    padding: 3px 0px 3px 20px;
  }
  .under_title_h4 h4::before, h4.elementor-heading-title::before {
    width: 14px;
    height: 14px;
    top: 12px;
  }

  .under_title_h5 h5, h5.elementor-heading-title {
    font-size: 16px;
    padding-left: 20px;
  }
  .under_title_h5 h5::before, h5.elementor-heading-title::before {
    width: 10px;
    height: 10px;
  }
}
.bg_box_tlt {
  background: #94d8f8;
  padding: 21px 35px 18px;
}

.bg_box_tlt p {
  color: #fff;
  font-size: 22px;
  letter-spacing: 0.05em;
  font-family: "秀英丸ゴシック B", "Shuei MaruGo B";
  line-height: 1.5;
}

/* -------------------------------------
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 {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
  display: block;
  width: 100%;
  max-width: 300px;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0;
  background-image: url(../img/bg_btn.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  color: #fff;
  padding: 20px 20px;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  border-radius: 10px;
}

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

.btn a:hover {
  opacity: 0.7;
}

.btn.btn2 a {
  background: #CB643F;
  padding: 13px 18px 12px;
  border-color: #CB643F;
  font-weight: 400;
  margin: 0;
  max-width: 330px;
  font-family: "ヒラギノ明朝 W3 JIS2004", "Hiragino Sans GB W3", sans-serif;
}

.btn-style {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  font-style: normal;
  background-color: #3E2723;
  position: relative;
  width: 252px;
  margin: 0 auto;
  font-size: 20px;
  transition: 1s ease all;
}

.btn-style-ext {
  width: 375px;
}

.btn-style::before {
  content: "";
  background: url(../img/sub_page/btn_icon.png) no-repeat center;
  background-size: 100% auto;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}

.btn-style a {
  color: #fff;
  display: block;
  padding: 3px 20px 7px 25px;
  letter-spacing: 0.15em;
}

.btn-style:hover {
  opacity: 0.6;
}

@media screen and (max-width: 767px) {
  .btn-style {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    font-size: 16px;
  }
  .btn-style a, .btn a {
    font-size: 16px;
    letter-spacing: 0.1em;
    max-width: none;
    padding: 7px 20px 9px 20px;
  }
}
/* -------------------------------------
地図
------------------------------------- */
.map {
  position: relative;
  width: 100%;
  padding-top: 444px;
}

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

.map_box {
  background: #f5f3ee;
  padding: 21px 0 20px;
}

.map_box ul {
  max-width: 666px;
  margin: 0 auto;
}

.map_box ul li {
  float: left;
  color: #545149;
  font-size: 15px;
  letter-spacing: 0.29em;
}

.map_box ul li:last-child {
  float: right;
  font-weight: bold;
  letter-spacing: 0.14em;
}

.map_box ul li a {
  color: #52c3ec;
  text-decoration: underline;
  vertical-align: top;
}

.map_box ul li a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .map_box ul li {
    float: none !important;
  }
}
@media screen and (max-width: 480px) {
  .map_box ul li {
    font-size: 12px;
    letter-spacing: 0;
  }
  .contact_section .txt {
    font-size: 15px;
    letter-spacing: 0;
  }
  .map {
    padding-top: 250px;
  }
}
/* -------------------------------------
診療時間表
------------------------------------- */
table.timetable {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  margin-bottom: 14px !important;
}

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

.timetable thead th {
  font-weight: normal;
  border-bottom: none;
  padding: 12px 0 13px;
}

.timetable thead th:first-child {
  width: 30%;
  text-align: left;
  color: #7B7A68;
  letter-spacing: 0.15em;
}

.timetable tr.title {
  border-top: 1px solid #C37451;
}

.timetable tr.title th, .timetable tbody tr.title td {
  padding: 18px 0 18px !important;
}

.timetable tr.title th span {
  color: #7B7A68;
}

.timetable thead th:last-child {
  border-radius: 0 10px 0 0;
}

.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: 18px 0 3px;
}

.timetable tbody tr:last-child th, .timetable tbody tr:last-child td {
  padding: 3px 0 18px;
}
.timetable tbody tr:first-child td {
  padding-top: 15px;
}

.timetable tbody tr:last-child th {
  border-radius: 0 0 0 ;
}

.timetable tbody tr:last-child td:last-child {
  border-radius: 0 0 0;
}

.table_style {
  font-size: 15px;
  line-height: 1.74;
  letter-spacing: 0.09em;
  color: #696969;
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
  .timetable thead th:first-child {
    width: 28%;
  }
  .timetable tbody th {
    padding-left: 5px !important;
  }
  .timetable thead th {
    padding: 12px 0 11px;
  }
  .timetable tbody tr:first-child th, .timetable tbody tr:first-child td {
    padding: 17px 0 9px;
  }
  .timetable th, .timetable td {
    font-size: 12px !important;
    letter-spacing: 0 !important;
    padding: 8px 0 17px;
  }
  .table_style {
    font-size: 13px;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 767px) {
  .timetable thead th:first-child {
    width: 31%;
  }
  .timetable tbody th {
    letter-spacing: 0.05em;
  }
  .timetable thead th:first-child {
    padding-left: 10px;
  }
  .timetable tbody th {
    padding-left: 10px !important;
  }
  .timetable th, .timetable td {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .timetable th, .timetable td {
    font-size: 13px !important;
    letter-spacing: 0;
  }
  .timetable thead th, .timetable thead td {
    font-size: 14px !important;
  }
  .timetable thead th:first-child {
    width: 32%;
    font-size: 13px;
    padding-left: 5px;
    letter-spacing: 0.01em;
  }
  .timetable tbody th {
    padding-left: 5px !important;
  }
}
/* -------------------------------------
番号リスト
------------------------------------- */
.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: #7B7A68;
  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;
}

.list-square li {
  position: relative;
}

.list-square li:before {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  background: #7B7A68;
  margin-right: 17px;
}

.list-square li + li {
  margin-top: 16px;
}

/*--------------------------------------
2列テーブル
--------------------------------------*/
.column2_table {
  border: 1px solid #CBCAC9;
}

.column2_table tr + tr {
  border-top: 1px solid #CBCAC9;
}

.column2_table th, .column2_table td {
  line-height: 1.6;
  vertical-align: top;
}

.column2_table th {
  width: 50%;
  padding: 15px 10px 10px 15px;
  box-sizing: border-box;
  border-right: 1px solid #CBCAC9;
  color: #22201E;
  vertical-align: middle;
  background-color: #FFFCF2;
}

.column2_table td {
  padding: 20px 19px;
  box-sizing: border-box;
}

.column2_table.ext {
  margin-bottom: 20px;
}

.column2_table.ext th {
  width: 25%;
}

@media screen and (max-width: 767px) {
  .w-left th {
    width: 30%;
  }
}
/*--------------------------------------
* colorテーブル
--------------------------------------*/
.style_table th, .style_table td {
  line-height: 1.8;
  padding: 15px 5px 10px;
  border: 1px solid #CBCAC9;
  word-break: break-all;
}

.style_table thead th {
  background: #BCB09E;
  color: #22201E;
  text-align: center;
}

.style_table tbody th {
  background: #F9F4E5;
  color: #22201E;
}

.style_table:not(.table-content) thead th:nth-child(1), .style_table:not(.table-content) tbody th:nth-child(1) {
  width: 30%;
}

.style_table tbody td {
  text-align: center;
  background: #fff;
}

.table-wrapper {
  width: 100%;
  overflow: auto;
}

.style_table tr td span {
  font-size: 12px;
}

.style_table.table-content th {
  font-size: 14px;
  text-align: center;
  width: 50%;
  table-layout: fixed;
}

@media (max-width: 1160px) {
  .style_table.table-content th, .style_table.table-content td {
    width: 50%;
    table-layout: fixed;
  }
}
.page-id-304 .style_table tbody th {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .style_table th, .style_table td {
    font-size: 14px;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 480px) {
  .style_table th, .style_table td {
    font-size: 12px;
    letter-spacing: 0;
  }
  .page-id-304 .style_table tbody th {
    width: 60%;
  }
}
/*--------------------------------------
リスト
--------------------------------------*/
.circle_list li {
  position: relative;
  padding: 2px 0 2px 27px;
}

.circle_list li:before {
  content: "";
  position: absolute;
  background: #01695F;
  top: 12px;
  left: 0;
  height: 11px;
  width: 11px;
}

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

.check_list li:before {
  content: "";
  display: block;
  height: 21px;
  width: 21px;
  position: absolute;
  left: 0;
  top: 8px;
  box-sizing: border-box;
  background: #EBE9E7;
}

.check_list li:after {
  content: "";
  display: block;
  width: 10px;
  height: 18px;
  border: solid #01AFEC;
  border-width: 0 5px 5px 0;
  position: absolute;
  left: 10px;
  top: 7px;
  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, .column_list li {
    display: block;
    width: 100%;
    padding-right: 0;
  }
  .column3_list li {
    width: 48%;
  }
}
/*--------------------------------------
フォントcolor
--------------------------------------*/
.txt_color {
  color: #7B7A68;
}

.txt_link {
  color: #01695f;
  text-decoration: underline !important;
  vertical-align: top;
  word-break: break-all;
}

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

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

.bg_box01 {
  background: #f0faff;
  padding: 35px;
}

.border_box {
  border: 2px solid #7B7A68;
  padding: 45px 54px;
}

.border_box::after {
  content: "." !important;
  clear: both !important;
  display: block !important;
  height: 0 !important;
  visibility: hidden !important;
}

.border_box .photo {
  float: right;
}

.bg_top {
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.18);
  border-top: 3px solid #7B7A68;
}

.bg_shadow {
  box-shadow: 3px 3px 0 0 #ece4c8;
}

.box_title {
  font-family: "Zen Old Mincho", serif;
  font-size: 20px;
  line-height: 1.4;
  position: relative;
  margin-bottom: 10px;
  overflow: hidden;
  letter-spacing: 0.1em;
  font-weight: 400;
  color: #7B7A68;
  padding-bottom: 10px;
  padding-left: 30px;
}

.box_title::before {
  content: "";
  background-color: #7B7A68;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 7px;
  left: 0;
}

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

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

@media screen and (max-width: 767px) {
  .bg_box, .bg_box01, .bg_box02, .border_box {
    padding: 25px;
  }
}
/*--------------------------------------
style_box
--------------------------------------*/
.style_box {
  border: 10px solid #f5c645;
}

.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 #f5c645;
  color: #524b39;
}

.style_box .inner {
  padding: 30px 40px;
}

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

.style_box .inner .title:before {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  background: #f5c645;
  position: absolute;
  left: 0;
  top: 14px;
}

@media screen and (max-width: 767px) {
  .style_box .inner {
    padding: 25px;
  }
}
/*--------------------------------------
before after
--------------------------------------*/
.before_after li {
  float: left;
  width: 46%;
  position: relative;
  text-align: center;
}

.before_after li:first-child:after {
  display: block;
  content: "";
  border-left: 15px solid #ea9041;
  border-bottom: 20px solid transparent;
  border-top: 20px solid transparent;
  position: absolute;
  bottom: 50%;
  right: -11%;
  margin-bottom: -20px;
}

.before_after li:last-child {
  float: right;
}

@media screen and (max-width: 767px) {
  .before_after li {
    float: none;
    width: 100%;
  }
  .before_after li:first-child:after {
    border-left: 20px solid transparent;
    border-top: 15px solid #ea9041;
    border-right: 20px solid transparent;
    border-bottom: none;
    bottom: -34px;
    right: 50%;
    margin-bottom: 0;
    margin-right: -20px;
  }
  .before_after li:last-child {
    float: none;
    margin-top: 50px;
  }
}
/* =====================================
■ブログ
===================================== */
/*--------------------------------------
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 {
  float: left;
  width: 100%;
  margin-left: 0%;
  margin-bottom: 50px;
  position: relative;
}

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

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

.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: #fff;
  line-height: 23px;
  box-sizing: border-box;
  text-transform: uppercase;
}

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

.post .category a.blog, .posts_list .category a.blog {
  background: #3BAED0;
}

.post .category a.blog:hover, .posts_list .category a.blog:hover {
  background: #3BAED0;
}

.post .category a, .posts_list .category a {
  background: #3BAED0;
}

.post .category a:hover, .posts_list .category a:hover {
  background: #3BAED0;
  opacity: 0.7;
}

.posts_list li {
  padding-top: 50px;
  border-bottom: 1px solid #C0B8B1;
  padding-bottom: 40px;
}

.posts_list li:last-child {
  border-bottom: none;
}

.posts_list li .post-image {
  position: relative;
  overflow: hidden;
  padding-top: 57%;
  margin-bottom: 20px;
}

.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-family: dnp-shuei-gothic-kin-std, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 20px;
  letter-spacing: 0;
  margin-top: 0;
}

.posts_list h3 a:hover {
  color: #7B7A68;
}

.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: "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic W3 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";
  color: #7B7A68;
  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: #7B7A68;
  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%; */
  width: auto;
  height: auto;
  max-width: 100%;
  /* 	padding: 30px 0; */
  box-sizing: border-box;
  margin: 0;
}

#blogDetail .post-content h2 {
  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 h3 {
  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: #01695F;
  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 {
  font-family: "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic W3 JIS2004";
  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;
}

.navigation a:hover {
  background: #01695F;
  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: "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic W3 JIS2004";
}

.pagination ul li a, .pagination ul li span.dots {
  display: block;
  width: 100%;
  height: 40px;
  font-size: 16px;
  background: #CBCAC9;
  color: #22201E;
  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: #7B7A68;
}

.pagination ul li span.current {
  display: block;
  width: 100%;
  height: 40px;
  font-size: 16px;
  background: #7B7A68;
  color: #373431;
  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: 100%;
    margin-left: 0;
  }
  .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: "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic W3 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;
}

.blogside .searchBox {
  margin-bottom: 40px;
}

.blogside .searchBox label {
  display: none;
}

.blogside .searchBox #searchform {
  position: relative;
}

.blogside .searchBox #s {
  background: #EBE9E7;
  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: #01695F;
}

.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 .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-family: "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic W3 JIS2004";
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  color: #373431;
  text-transform: uppercase;
}

.blogside .categoryBox 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 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.blogside .categoryBox ul li a:hover, .blogside .categoryBox ul li a:hover span {
  color: #01695F;
}

.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 {
  background: #01695F;
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  transition: all 0.3s ease;
  -webkit-transition: all 0.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 0.3s ease;
  -webkit-transition: all 0.3s ease;
  color: #373431;
}

.recentBox li h3 a:hover {
  color: #3BAED0;
}

.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 0.3s ease;
  -webkit-transition: all 0.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 {
  font-family: "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic W3 JIS2004";
  color: #01695F;
}

.archiveBox ul li p.acv_open {
  font-family: "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic W3 JIS2004";
  color: #01695F;
}

.archiveBox ul li p:before {
  display: block;
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 8px;
  height: 8px;
  border-right: 1px solid #01695F;
  border-bottom: 1px solid #01695F;
  transform: rotate(-45deg);
  box-sizing: border-box;
}

.archiveBox ul li p.acv_open:before {
  top: 1px;
  left: 2px;
  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 {
  font-family: "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic W3 JIS2004";
  color: #01695F;
}

.archiveBox ul li a:active {
  color: #01695F;
}

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

.news_section .h2Wrap h2 {
  display: none;
}

.titleBg h2 {
  font-family: "秀英丸ゴシック B", "Shuei MaruGo B";
  font-size: 24px;
  text-align: left;
  background: #cadb75;
  color: #fff;
  letter-spacing: 0.38em;
  line-height: 1.2 !important;
  padding: 24px 20px 25px 32px !important;
  border-bottom: 2px solid #fff;
  margin-bottom: 0 !important;
  border-radius: 10px 10px 0 0;
  position: relative;
}

.titleBg h2:after {
  position: absolute;
  content: "";
  background: #fff;
  width: 1px;
  height: 77px;
  right: 108px;
  top: 0;
}

#newsList, #newsDetail {
  max-width: 1040px;
  padding: 0 20px;
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
  min-height: 870px;
  margin-top: 45px;
}

.page-id-43 #newsList, .page-id-43 #newsDetail {
  min-height: auto;
  margin: 0 auto;
}

.page-id-43 #newsList {
  max-width: none;
  padding: 0;
  overflow-y: auto;
  max-height: 287px;
  margin-bottom: 0;
}

.elementor-element.elementor-element-3939ae2f.titleBg.mb01.elementor-widget.elementor-widget-heading {
  margin-bottom: 0 !important;
  position: relative;
}

.news_more {
  position: absolute !important;
  content: "";
  top: 29px;
  right: 27px;
  z-index: 1;
}

.news_more a {
  text-decoration: underline !important;
  color: #fff !important;
  font-size: 14px !important;
  letter-spacing: 0.15em;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
}

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

.news_section .tar a {
  display: none;
}

/*--------------------------------------
新着情報一覧
--------------------------------------*/
#newsList dl {
  padding: 12px 0;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.15em;
  position: relative;
  border-bottom: 1px dashed #707070;
}

#newsList dl dt {
  color: #525252;
}

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

.map-wrapper {
  height: 344px;
}

.map-wrapper iframe {
  height: 100%;
}

#newsList dl dt .newsLabel {
  display: inline-block;
  width: 37px;
  line-height: 13px;
  /* line-height: 20px; */
  background: #00A3B7;
  color: #fff;
  font-size: 9px;
  letter-spacing: 0.1em;
  padding: 0;
  text-indent: 0;
  text-align: center;
  box-sizing: border-box;
  margin: 0px 0 0 23px;
  vertical-align: middle;
  font-weight: normal;
}

.news_link {
  position: absolute;
  top: -44px;
  right: 46px;
}

.page-id-43 #newsList::-webkit-scrollbar {
  width: 15px;
  height: 60px;
}

.page-id-43 #newsList::-webkit-scrollbar-track {
  background-color: #BFBEBD;
  box-shadow: none;
}

.page-id-43 #newsList::-webkit-scrollbar-thumb {
  background-color: #72706E;
  height: 4px;
  width: 15px;
}

/*--------------------------------------
詳細記事
--------------------------------------*/
#newsDetail h3 {
  font-family: "秀英丸ゴシック B", "Shuei MaruGo B";
  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;
}

/* =====================================
■サイトマップ
===================================== */
#menu-g_nav,
#menu-sitemap {
  margin: 0 auto !important;
  background: none !important;
}

#menu-g_nav li,
#menu-sitemap li, .menu-sitemap li {
  border-bottom: 1px dashed #ccc;
  line-height: 1.4 !important;
  position: relative;
  margin: 0 !important;
}

#menu-g_nav li:first-child,
.menu-sitemap li:first-child {
  border-top: 1px dashed #ccc;
}

#menu-g_nav li:before,
#menu-sitemap li:before, .menu-sitemap li:before {
  position: absolute;
  content: "";
  display: block;
  background: #4265A2;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  left: 0;
  top: 25px;
}

#menu-g_nav li a,
#menu-sitemap li a, .menu-sitemap li a {
  display: block;
  padding: 19px 40px 15px 20px !important;
  position: relative;
  box-sizing: border-box;
  background: none !important;
	font-family: "Zen Old Mincho", serif;
}

#menu-g_nav li a:after,
#menu-sitemap li a:after, .menu-sitemap li a:after {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #ccc;
  border-right: 2px solid #ccc;
  box-sizing: border-box;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 18px;
  margin-top: -5px;
}

#menu-g_nav li a:hover,
#menu-sitemap li a:hover, .menu-sitemap li a:hover {
  color: #01695F;
}

/* =====================================
■お問い合わせ
===================================== */
.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: #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: #3BAED0;
}

.step_list li span.current:after {
  background: #3BAED0;
}

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

.inquiryFormTable dt {
  border-right: none;
  position: relative;
  font-weight: normal;
  width: 29%;
  padding-top: 31px;
  color: #2C2F30;
  font-family: "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic W3 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 textarea {
  resize: none;
}

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

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

.inquiryFormTable input[type=checkbox] {
  display: none;
}

.inquiryFormTable input[type=radio] {
  display: inline;
  width: auto;
}

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

.inquiryFormTable input[type=checkbox] + span::before {
  content: "\ea53";
}

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

.inquiryFormTable input[type=radio] + span::before {
  content: "\ea56";
}

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

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

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

label.icon-check {
  position: relative;
  padding-left: 35px;
}

/* fix css mailform */
/* .inquiryFormTable input[type="checkbox"]+span,.inquiryFormTable input[type="radio"]+span{
	pointer-events: none !important;
} */
.failed .verified_table.inquiryFormTable input.wpcf7-validates-as-required, .invalid .verified_table.inquiryFormTable input.wpcf7-validates-as-required {
  border: 1px solid #01695F;
  background: #fff;
}

.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: #3BAED0 url(../img/arrow.png) no-repeat 95% center !important;
  background-size: 6px 10px;
  border: none;
  width: 100%;
  color: #fff;
  display: block;
  line-height: 1.2;
  cursor: pointer;
  box-sizing: border-box;
  margin: 0 auto;
  border-radius: 0 !important;
  outline: 0px;
  -webkit-appearance: none;
  font-size: 26px;
  letter-spacing: 0.1em;
  padding: 29px 32px 28px 30px;
}

.inquiryFormTable .btBox input[type=submit].disabled {
  background: #72706E url(../img/arrow.png) no-repeat 96% center !important;
  background-size: 6px 10px;
  color: #BFBEBD;
  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: #72706E url(../img/ico_arrow01.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: none;*/
}

.verified_table .wpcf7-validates-as-required:not(.wpcf7-not-valid) + .verify_icon:before {
  color: #01695F;
  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;
}

.confirm_table input[type=text], .confirm_table input[type=tel], .confirm_table input[type=email], .confirm_table textarea, .confirm_table select, .confirm_table input[type=checkbox] {
  border: none;
  background: no-repeat;
}

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

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

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

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

.result_txt {
  display: block;
}

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

.confirm_table dt {
  font-weight: bold;
}

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

/* .failed .inquiryFormTable input, .failed .inquiryFormTable textarea, .failed .inquiryFormTable select {
	display: none;
} */
.wpcf7-mail-sent-ok, div.wpcf7 .ajax-loader, div.wpcf7-validation-errors {
  display: none !important;
}

.btn_inner a {
  margin-left: auto;
  margin-right: auto;
}

@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,
  .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;
  }
}
.tabs-switch .tab-link > * {
  cursor: pointer;
  display: inline-block;
}

.tabs-switch .tab-link > * a {
  pointer-events: none;
}

.tabs-switch .tab-link.link-over > * {
  position: relative;
}

.tabs-switch .tab-link.link-over > * > img + img {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.tabs-switch .tab-link.link-over > * > img + img, .tabs-switch .tab-link.link-over > *:hover > img, .tabs-switch .tab-link.link-over > *.active > img {
  opacity: 0;
}

.tabs-switch .tab-link.link-over > *:hover > img + img, .tabs-switch .tab-link.link-over > *.active > img + img {
  opacity: 1;
}

.tabs-switch[data=fade] .tab-content {
  min-height: 100px;
  position: relative;
}

.tabs-switch .tab-content > * {
  display: none;
}

.tabs-switch[data=fade] .tab-content > * {
  margin: auto;
  width: 100%;
  height: 100%; /*
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
*/
}

.tabs-switch .tab-link {
  justify-content: space-between;
  display: flex;
  max-width: 100%;
  overflow: auto;
}

.tabs-switch .tab-link li {
  width: 20%;
  border-radius: 30px 30px 0px 0px;
  font-size: 20px;
  text-align: center;
  padding: 16px 10px 7px;
  font-weight: 700;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 575px) {
  .tabs-switch .tab-link li {
    font-size: 16px;
    border-radius: 10px 10px 0px 0px;
    padding: 16px 5px 7px;
  }
}
.tabs-switch .tab-link li:nth-child(1), .tabs-switch .tab-link li:nth-child(4) {
  background: #D66438;
}

.tabs-switch .tab-link li:nth-child(2), .tabs-switch .tab-link li:nth-child(5) {
  background: #F29876;
}

.tabs-switch .tab-link li:nth-child(3) {
  background: #FFDACC;
}

.tabs-switch .tab-content > div {
  padding: 30px 10px;
  box-sizing: border-box;
}

.tabs-switch .tab-content > div:nth-child(1), .tabs-switch .tab-content > div:nth-child(4) {
  border: 4px solid #D66438;
}

.tabs-switch .tab-content > div:nth-child(2), .tabs-switch .tab-content > div:nth-child(5) {
  border: 4px solid #F29876;
}

.tabs-switch .tab-content > div:nth-child(3) {
  border: 4px solid #FFDACC;
}

.list-banner {
  display: flex;
  margin: 0 -10px;
}

.list-banner > * {
  width: 50%;
  padding: 0 10px;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .list-banner {
    flex-wrap: wrap;
  }
  .list-banner > * {
    width: 100%;
  }
}
.txt-r {
  text-align: right;
}

.f_tit-shared {
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
}

@media screen and (max-width: 767px) {
  .f_tit-shared {
    font-size: 16px;
  }
}
.table-a tr, .table-a td {
  padding: 10px 0;
}

.table-a tr {
  border-bottom: 1px solid #01695F;
}

.table-a td {
  border-bottom: 1px solid #CBCAC9;
}

#menu-sitemap ul {
  background: none !important;
}

.gallery .gallery-item {
  width: 32% !important;
  margin-right: 2% !important;
  margin-top: 0 !important;
}

.gallery .gallery-item:nth-child(3n) {
  float: right !important;
  margin-right: 0 !important;
}

.gallery img {
  border: none !important;
}

.gallery .gallery-caption {
  padding-top: 10px;
  text-align: left !important;
}

.three_img dl dd {
  display: none;
}

@media screen and (max-width: 767px) {
  .gallery .gallery-caption {
    padding-top: 5px;
  }
  .gallery .gallery-item {
    width: 100% !important;
    margin-bottom: 30px !important;
    margin-top: 0 !important;
    max-width: 100% !important;
  }
  .gallery .gallery-item:nth-child(3n) {
    margin-right: auto !important;
    float: none !important;
  }
  .gallery .gallery-item:nth-child(2n) {
    float: none !important;
    margin-right: 0 !important;
  }
}
.photo_b {
  padding-bottom: 40px;
}

.photo_b .elementor-column {
  width: 32% !important;
}

.photo_b .elementor-image {
  height: 400px !important;
  overflow: hidden !important;
  position: relative;
}

.photo_b .elementor-image img {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100% !important;
  width: 100% !important;
}

.photo_b .column02 {
  margin: 0 2%;
}

.photo_b h5 {
  padding-top: 20px;
  padding-bottom: 10px;
  color: #7C9374;
  font-size: 24px;
  font-family: "dnp-shuei-gothic-kin-std", sans-serif;
  font-weight: 600;
  font-style: normal;
}

@media screen and (max-width: 1100px) {
  .photo_b .elementor-image {
    height: 320px !important;
  }
}
@media screen and (max-width: 767px) {
  .photo_b h5 {
    font-size: 22px;
  }
  .photo_b .elementor-column {
    width: 100% !important;
    padding-bottom: 30px;
  }
  .photo_b .elementor-image {
    height: 340px !important;
  }
  .photo_b .column02 {
    margin: 0;
  }
  .photo_b .elementor-image img {
    width: 100% !important;
    height: 135% !important;
  }
}
.staff_name {
  font-size: 30px;
  padding-left: 20px;
  padding-bottom: 30px;
}

.staff_name span.small {
  font-size: 20px;
  padding-left: 40px;
}

.staff_name span.en {
  display: block;
  color: #7b6a4a;
  font-size: 20px;
}

.box_imgright .table_a {
  width: 68%;
}

.table_a td {
  width: 65%;
  border-bottom: 1px solid #CBCAC9;
}

.table_a th,
.table_a td {
  padding: 10px 0px 10px 20px;
}

.table_a th {
  width: 35%;
  border-bottom: 1px solid #01695F;
}

.red {
  color: #ff0000;
}

.table_a td span.ff {
  font-size: 15px;
}

@media screen and (max-width: 767px) {
  .box_imgright .elementor-image-box-img img {
    width: 100% !important;
  }
  .box_imgright .table_a {
    width: 100%;
  }
  .staff_name {
    font-size: 28px;
    padding-bottom: 20px;
    padding-left: 0;
  }
  .staff_name span.small,
  .staff_name span.en {
    font-size: 18px;
  }
  .table_a th,
  .table_a td {
    padding: 10px;
  }
  .table_a th {
    width: 40%;
  }
  .table_a td {
    width: 60%;
  }
  .table_a td span.ff {
    font-size: 13px;
  }
}
.group-style ul li {
  width: 32%;
  float: left;
  margin-bottom: 50px;
  margin-right: 2%;
}

.group-style ul li:nth-child(3n) {
  margin-right: 0;
}

.group-style ul li .photo {
  height: 400px;
  overflow: hidden;
}

.group-style ul li .photo img {
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  max-width: 100%;
}

.group-style h3.elementor-heading-title {
  margin-bottom: 20px !important;
}

.group-style h3.elementor-heading-title:before {
  display: none !important;
}

.group-style .link-ex {
  width: 100% !important;
}

@media screen and (max-width: 1000px) {
  .group-style ul li {
    width: 100%;
    float: none;
    margin-bottom: 30px;
    margin-right: 0%;
  }
  .group-style ul li:nth-child(3n) {
    margin-right: 0;
  }
  .group-style ul li .photo {
    height: 300px;
  }
}
@media screen and (max-width: 767px) {
  .group-style ul li .photo {
    height: auto;
  }
}
/* ============================================================
  CUSTOM PAGINATION
============================================================ */
.custom-pagination {
  clear: both;
  text-align: center;
}

.custom-pagination span,
.custom-pagination a {
  display: inline-block;
  padding: 2px 10px;
}

.custom-pagination a {
  background-color: #ebebeb;
  color: #01695F;
}

.custom-pagination a:hover {
  background-color: #01695F;
  color: #fff;
}

.custom-pagination span.page-num {
  margin-right: 10px;
  padding: 0;
}

.custom-pagination span.dots {
  padding: 0;
  color: gainsboro;
}

.custom-pagination span.current {
  background-color: #01695F;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .full_3col .elementor-row {
    justify-content: space-between;
  }
  .full_3col .elementor-row .elementor-col-33 {
    width: 32% !important;
  }
}
.photo-r .photo {
  float: right;
  width: 30%;
}

.photo-r .textc {
  float: left;
  width: 68%;
}

.full_3col dl dd {
  padding-top: 15px;
}

.photo-r .photo .ipd {
  display: none;
}

.photo-r .photo .iother {
  display: block;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .photo-r .photo .ipd {
    display: block;
  }
  .photo-r .photo .iother {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .photo-r .textc,
  .photo-r .photo {
    float: none;
    width: 100%;
  }
  .photo-r .photo {
    margin-bottom: 20px;
  }
  .full_3col dl {
    padding-bottom: 30px;
  }
  .full_3col dl dd {
    padding-top: 10px;
  }
  .photo-r .photo .ipd {
    display: none;
  }
  .photo-r .photo .iother {
    display: block;
  }
}
.item-photo {
  display: flex;
  justify-content: space-between;
}

.item-photo .elementor-col-33 {
  width: 33%;
}

.item-photo .elementor-image img {
  width: 100% !important;
}

.item-photo dl {
  padding-top: 20px;
}

.item-photo dl dt {
  font-size: 24px;
  line-height: 35px;
  color: #A99766;
  letter-spacing: 0.02em;
  margin-bottom: 10px;
  font-family: "Zen Old Mincho", serif;
}

.item-photo .item-photo02 {
  margin: 0 3%;
}

@media screen and (max-width: 767px) {
  .item-photo {
    display: block;
  }
  .item-photo .elementor-col-33 {
    width: 100%;
    display: block;
  }
  .item-photo .item-photo02 {
    margin: 40px 0;
  }
}
.column-tw {
  display: flex;
}

.column-tw .elementor-col-50 {
  position: relative;
  width: 50%;
}

.column-tw .column-tw-f {
  margin-right: 5%;
}

@media screen and (max-width: 767px) {
  .column-tw {
    display: block;
  }
  .column-tw .elementor-col-50 {
    width: 100%;
  }
  .column-tw .column-tw-f {
    margin-right: 0%;
    margin-bottom: 40px;
  }
}
.doctor-name {
  font-weight: bold;
  font-size: 18px;
}

/* ============================================================
  CUSTOM PAGINATION
============================================================ */
.accordion {
  position: relative;
  padding-bottom: 30px;
}

.accordion.open .btn-more {
  padding-top: 0;
}

.accordion.open .btn-more::after {
  transform: rotate(180deg);
}

.accordion .btn-more {
  cursor: pointer;
  font-size: 16px;
  position: absolute;
  bottom: 0;
  width: 100%;
  line-height: 35px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  text-decoration: underline;
  transition: 0.3s;
  background: linear-gradient(to bottom, rgba(238, 239, 242, 0), rgb(238, 239, 242) 57%);
  padding-top: 32px;
}

.accordion .btn-more:hover {
  opacity: 0.5;
}

.accordion .btn-more::after {
  content: "";
  display: inline-block;
  width: 0px;
  height: 0px;
  margin-left: 8px;
  transition: 0.5s;
  border-style: solid;
  border-width: 4px 4.5px 0 4.5px;
  border-color: currentColor rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  transform: rotate(0deg);
}

.accordion .accordion-main {
  display: block !important;
  overflow: hidden;
  height: 300px;
}

/* ============================================================
  CUSTOM PAGINATION
============================================================ */
.frame_e {
  border: 2px solid #1c1d52;
  padding: 50px 45px;
}

.frame_e .elementor-image-box-title {
  position: relative;
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 15px;
  color: #22201e;
  padding-left: 30px;
  font-weight: bold;
  letter-spacing: 0.06em;
  font-family: "DNP ShueiGoKinStd", sans-serif;
  background: rgba(0, 0, 0, 0);
}

.frame_e .elementor-image-box-title:before {
  content: "";
  width: 15px;
  height: 15px;
  background: #1c1d52;
  position: absolute;
  left: 0;
  top: 16px;
}

.frame_e span {
  display: block;
}

.frame_e span img {
  width: 30% !important;
  float: right;
  margin: 0 0 5px 20px;
}

@media screen and (max-width: 980px) {
  .frame_e li {
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  .frame_e {
    padding: 20px;
  }
  .frame_e span img {
    width: 100% !important;
    float: none;
    margin: 0 0 20px 0;
  }
}
pre {
  -webkit-overflow-scrolling: touch;
  background-color: #f5f5f5;
  color: #4a4a4a;
  font-size: 0.875em;
  overflow-x: auto;
  padding: 1.25rem 1.5rem;
  white-space: pre;
  word-wrap: normal;
}

.list_A li {
  position: relative;
}

.list_A li {
  position: relative;
  padding-left: 0;
}

.list_A li span {
  color: #01695F;
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 21px;
  height: 21px;
  background-color: #EBE9E7;
  margin-right: 10px;
  line-height: 21px;
  text-align: center;
  padding: 2px 0 2px 2px;
}

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

.btn-sub {
  max-width: 330px;
  text-align: center;
}

.btn-sub a {
  display: block;
  background-color: #01695F;
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.1em;
  padding-right: 20px;
  border-radius: 24px;
  position: relative;
  padding: 5px 20px 5px 0;
  transition: all 0.4s ease;
}

.btn-sub a::after {
  content: "";
  background: url(../img/arrow.png) no-repeat;
  background-size: 100% auto;
  width: 8px;
  height: 13px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
}

.btn-sub a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .btn-sub {
    margin-left: auto;
    margin-right: auto;
  }
}
.recruit_fixed {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 98;
  width: 115px;
  transition: all 0.3s ease;
}

.recruit_fixed:hover {
  opacity: 0.8;
}

.photo_right .photo {
  width: 35% !important;
  margin-left: auto;
}

.photo_right .left-r {
  width: 63% !important;
}

@media screen and (max-width: 767px) {
  .recruit_fixed {
    width: 100px;
  }
  .photo_right .photo,
  .photo_right .left-r {
    width: 100% !important;
  }
  .photo_right .left-r {
    margin-bottom: 20px;
  }
}
.time-ttl {
  margin-bottom: 0;
}

.time-b {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.time-b thead th {
  width: 10%;
  text-align: center;
  position: relative;
  color: #715636;
  padding: 10px;
}

.time-b thead th:first-child {
  text-align: left;
  padding: 10px 15px 10px 10px;
  width: 14%;
}

.time-b tbody td {
  text-align: center;
  position: relative;
  color: #01695F;
  padding: 10px;
}

.time-b tbody th {
  color: #715636;
  padding: 10px 15px 10px 10px;
  position: relative;
}

.time-b tbody td span.hyphen {
  color: #715636;
}

.time-b tbody th::after,
.time-b tbody td::after,
.time-b thead th::after {
  content: "";
  width: 1px;
  position: absolute;
  top: 0;
  right: 0px;
  bottom: -15px;
  background-color: #E8E8E8;
}

.time-b tbody th::before,
.time-b tbody td::before,
.time-b thead th::before {
  content: "";
  height: 1px;
  position: absolute;
  right: -10px;
  left: -10px;
  bottom: 0;
  background-color: #E8E8E8;
}

.time-b tbody td span.hyphen {
  color: #715636;
}

@media screen and (max-width: 767px) {
  .time-b thead th,
  .time-b tbody th,
  .time-b thead th:first-child {
    padding: 0;
    width: auto;
  }
  .time-b thead th {
    width: 9%;
  }
  .time-b tbody td {
    font-size: 10px;
  }
}
.single-post .post-nav-links,
.single-post .type-post {
  display: none;
}

.column2 .elementor-row {
  justify-content: space-between;
}

.column2 .elementor-column.elementor-col-50, .column2 .elementor-column[data-col="50"] {
  width: 49%;
}

@media screen and (max-width: 767px) {
  .column2 {
    margin-bottom: 20px !important;
  }
  .column2 .elementor-column.elementor-col-50, .column2 .elementor-column[data-col="50"] {
    width: 100%;
    margin-bottom: 40px;
  }
}
/*--------------------------------------
文章・画像
--------------------------------------*/
.context_area.img_l .img_box img {
  float: left;
  margin: 0 20px 20px 0;
}
.context_area .img_box img {
  float: right;
  width: 30% !important;
  margin: 0 0 0 20px;
  display: block;
}
.context_area .auto_img img {
  width: auto !important;
  display: block;
}
.context_area .text_box {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .context_area.img_l .img_box img, .context_area .img_box img {
    float: none;
    width: 100% !important;
    margin: 0 auto 20px;
  }
}

/*--------------------------------------
* anchorlinks + link_A
--------------------------------------*/
.anchorlinks {
  background: #EDF7F6;
  padding: 40px 100px;
  list-style: none;
  margin-bottom: 40px;
}
.anchorlinks li {
  position: relative;
  display: inline-block;
  padding-left: 17px;
  margin: 10px 0px 5px 0;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.6;
  min-width: 160px;
  font-size: 17px;
}
.anchorlinks li a {
  color: #22201E;
  white-space: nowrap;
}
.anchorlinks li a:before {
  content: "";
  position: absolute;
  top: 4px;
  left: -2px;
  display: block;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid green;
  transition-duration: 0.6s;
}
.anchorlinks li a:hover {
  text-decoration: underline;
}
.anchorlinks li a:hover:before {
  transform: rotate(90deg);
}
@media screen and (max-width: 767px) {
  .anchorlinks {
    padding: 30px 50px;
  }
  .anchorlinks li {
    width: 100%;
    display: block;
    margin: 15px 0;
    font-size: 16px;
  }
  .anchorlinks li a:before {
    top: 2px;
  }
}

.link_A {
  background: #EDF7F6;
  padding: 40px 70px;
  list-style: none;
  margin-bottom: 40px;
}
.link_A li {
  position: relative;
  display: inline-block;
  padding-left: 22px;
  margin: 5px 25px;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.6;
  font-size: 17px;
  letter-spacing: 0.15em;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}
.link_A li a {
  color: #22201E;
  white-space: nowrap;
  text-decoration: underline;
}
.link_A li a:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0px;
  background-image: url(../img/icons/ico_anchor.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  width: 13px;
  height: 18px;
  transition-duration: 0.6s;
}
.link_A li a:hover {
  text-decoration: none;
}
.link_A li a:hover:before {
  transform: rotate(90deg);
}
@media screen and (max-width: 767px) {
  .link_A {
    padding: 30px 50px;
  }
  .link_A li {
    width: 100%;
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 18px;
    font-size: 16px;
  }
  .link_A li a:before {
    top: 8px;
    width: 8px;
    height: 13px;
  }
}

/*--------------------------------------
		list_C
--------------------------------------*/
.list_C .item {
  position: relative;
  display: block;
  padding-left: 25px;
  font-size: 14px;
  line-height: 20px;
  color: #22201E;
  font-weight: 400;
}
.list_C .item::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0px;
  background: #63E374;
  width: 14px;
  height: 14px;
}
.list_C .item + .item {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .list_C .item {
    padding-left: 20px;
    font-size: 15px;
  }
  .list_C .item:before {
    top: 5px;
    width: 11px;
    height: 11px;
  }
  .list_C .item + .item {
    margin-top: 5px;
  }
}

/*--------------------------------------
	list_J
--------------------------------------*/
.list_J {
  border: 2px solid #01695F;
  padding: 35px;
}
.list_J .j_title {
  color: #22201E;
  position: relative;
  font-size: 20px;
  line-height: 1.75;
  padding-left: 29px;
  margin-bottom: 25px;
  letter-spacing: 0.06em;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
}
.list_J .j_title::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0px;
  background: #01695F;
  width: 15px;
  height: 15px;
}
.list_J .list_C .item {
  display: block;
  position: relative;
  padding-left: 20px;
}
.list_J .list_C .item::before {
  content: "";
  background: #01695F;
  width: 11px;
  height: 11px;
  position: absolute;
  top: 10px;
  left: 0;
}
.list_J .list_C .item + .item {
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .list_J {
    padding: 25px;
  }
  .list_J .j_title {
    font-size: 18px;
    padding-left: 20px;
    margin-bottom: 20px;
  }
  .list_J .j_title::before {
    width: 10px;
    height: 10px;
  }
}

/*--------------------------------------
		table_A
--------------------------------------*/
.table_A dl {
  display: flex;
  border-bottom: 1px solid #CBCAC9;
  font-size: 16px;
  line-height: 28px;
}
.table_A dl dt {
  width: 30%;
  padding: 10px 8px 10px 8px;
  position: relative;
  box-sizing: border-box;
}
.table_A dl dt:before {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -1px;
  border-bottom: 1px solid #3BAED0;
}
.table_A dl dd {
  padding: 10px 10px 10px 10px;
  width: 70%;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .table_A dl{
    font-size: 15px;
    line-height: 22px;
  }
  .table_A dl dt{
    width: 38%;
  }
  .table_A dl dd{
    width: 62%;
  }
}

/*--------------------------------------
* qa
--------------------------------------*/
.qa_E dl + dl {
  margin-top: 50px;
}
.qa_E dt, .qa_E dd {
  display: flex;
  padding-left: 12px;
}
.qa_E .num span {
  display: inline-block;
  padding-right: 12px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 31px;
  letter-spacing: 0.15em;
  line-height: 1.29;
}
.qa_E .txt {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}
.qa_E dt {
  border-left: 4px solid #3BAED0;
  color: #3BAED0;
}
.qa_E dt .txt {
  font-size: 24px;
  letter-spacing: 0.1em;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}
.qa_E dd {
  margin-top: 30px;
  border-left: 4px solid #135A6F;
  color: #135A6F;
}
.qa_E dd .num span {
  color: #135A6F;
}
.qa_E dd .txt {
  color: #135A6F;
}
@media screen and (max-width: 767px) {
  .qa_E dl + dl {
    margin-top: 40px;
  }
  .qa_E .num span {
    font-size: 27px;
  }
  .qa_E dt .txt {
    font-size: 20px;
  }
  .qa_E dd {
    margin-top: 20px;
  }
}

/*--------------------------------------
* 				flow
--------------------------------------*/
/*--------------------------------------
* flow A
--------------------------------------*/
.flow_A .item_flow {
  position: relative;
  padding: 35px;
  background-color: #EDF7F6;
}
.flow_A .item_flow::after {
  content: "." !important;
  clear: both !important;
  display: block !important;
  height: 0 !important;
  visibility: hidden !important;
}
.flow_A .item_flow + .item_flow {
  margin-top: 35px;
}
.flow_A .item_flow + .item_flow:before {
  display: block;
  content: "";
  position: absolute;
  top: -35px;
  left: 50%;
  width: 0px;
  height: 0px;
  border: 25px solid transparent;
  border-top: 25px solid #01695F;
  transform: translateX(-50%);
}
.flow_A .flow_title {
  color: #22201E;
  position: relative;
  font-size: 20px;
  line-height: 1.75;
  margin-bottom: 15px;
  letter-spacing: 0.06em;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
  display: flex;
}
.flow_A .flow_title .num {
  background: #01695F;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  width: 33px;
  height: 33px;
  text-align: center;
  font-size: 20px;
  line-height: 1.75;
  letter-spacing: 0.05em;
  margin-right: 10px;
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  font-style: normal;
  font-weight: 500;
}
.flow_A .flow_title .txt {
  width: calc(100% - 33px);
}
@media screen and (max-width: 767px) {
  .flow_A .item_flow {
    padding: 25px;
  }
  .flow_A .item_flow + .item_flow:before {
    top: -30px;
    border: 20px solid transparent;
    border-top: 20px solid #01695F;
  }
  .flow_A .item_flow + .item_flow {
    margin-top: 30px;
  }
  .flow_A .flow_title {
    font-size: 18px;
  }
  .flow_A .flow_title .num {
    font-size: 18px;
    width: 30px;
    height: 30px;
  }
  .flow_A .flow_title .txt {
    width: calc(100% - 30px);
  }
}

/*--------------------------------------
* flow D
--------------------------------------*/
.flow_D .item_flow {
  position: relative;
  padding: 35px;
  background-color: #F0FAFD;
}
.flow_D .item_flow::after {
  content: "." !important;
  clear: both !important;
  display: block !important;
  height: 0 !important;
  visibility: hidden !important;
}
.flow_D .item_flow + .item_flow {
  margin-top: 35px;
}
.flow_D .item_flow + .item_flow:before {
  display: block;
  content: "";
  position: absolute;
  top: -35px;
  left: 50%;
  width: 0px;
  height: 0px;
  border: 25px solid transparent;
  border-top: 25px solid #3BAED0;
  transform: translateX(-50%);
}
.flow_D .flow_title {
  color: #22201E;
  position: relative;
  font-size: 20px;
  line-height: 1.75;
  margin-bottom: 15px;
  letter-spacing: 0.06em;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  display: flex;
}
.flow_D .flow_title .num {
  background: #3BAED0;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  width: 33px;
  height: 33px;
  text-align: center;
  font-size: 20px;
  line-height: 1.75;
  letter-spacing: 0.05em;
  margin-right: 10px;
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  font-style: normal;
  font-weight: 500;
}
.flow_D .flow_title .txt {
  width: calc(100% - 33px);
}
@media screen and (max-width: 767px) {
  .flow_D .item_flow {
    padding: 25px;
  }
  .flow_D .item_flow + .item_flow:before {
    top: -30px;
    border: 20px solid transparent;
    border-top: 20px solid #3BAED0;
  }
  .flow_D .item_flow + .item_flow {
    margin-top: 30px;
  }
  .flow_D .flow_title {
    font-size: 18px;
  }
  .flow_D .flow_title .num {
    font-size: 18px;
    width: 30px;
    height: 30px;
  }
  .flow_D .flow_title .txt {
    width: calc(100% - 30px);
  }
}

.list_number {
  counter-reset: section;
  list-style-type: none;
}
.list_number li {
  position: relative;
  padding-left: 20px;
}
.list_number li::before {
  counter-increment: section;
  content: counters(section, ".") ".";
  position: absolute;
  top: 0px;
  left: 0px;
}

.table_noline {
  border-collapse: collapse;
  border-spacing: 0;
}
.table_noline th, .table_noline td {
  border: 1px solid #01695f;
  padding: 10px;
}

.table_bg {
  background: #EAF7F2;
  border-collapse: collapse;
  border-spacing: 0;
}
.table_bg th, .table_bg td {
  border-left: 1px solid #B0D8CE;
  padding: 10px;
}
.table_bg thead {
  background: #29E2B4;
  color: #fff;
}
.table_bg thead th:first-child {
  border-left: none;
}
.table_bg td {
  border-top: 1px solid #B0D8CE;
}
.table_bg tbody th {
  background: #D8EBE9;
  border-left: none;
  border-top: 1px solid #B0D8CE;
}

.txt_list .item + .item {
  margin-top: 20px;
}
.txt_list .list_C .item + .item {
  margin-top: 5px;
}

.txt_group_list .item + .item {
  margin-top: 25px;
}
.txt_group_list .under_title_h4 h4 {
  margin-bottom: 10px;
}

.context_area .under_title_h5 h5 {
  margin-bottom: 0px;
}
.context_area p {
  margin-bottom: 10px;
}

.title_small {
  font-size: 20px;
  display: block;
}

.txt_overflow {
  overflow: hidden;
  display: block;
}
.txt_overflow .item {
  display: block;
}

@media screen and (max-width: 767px) {
  .title_small {
    font-size: 16px;
    display: block;
  }
}
.txt-red{
  color: #ff0000;
}

.loader_container {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
}

.anchorlinks2{
  background: #F2F8FD;
  border: 4px double #4265A2;
  padding: 25px 35px 15px 100px !important;
  list-style: none;
  margin-left: 0 !important;
}
.anchorlinks2 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;
  width: auto;
  margin-right: 40px;
  margin-bottom: 20px;
  letter-spacing: 4px;
}
.anchorlinks2 li a{
  font-size: 18px;
  color: #22201E;
	font-family: "Zen Old Mincho", serif;
}
.anchorlinks2 li a:hover{
  text-decoration: underline;
}
.anchorlinks2 li a::before{
  content: "";
  position: absolute;
  top: 9px;
  left: -4px;
  display: block;
  width: 12px;
  height: 12px;
  -webkit-transition-duration: .6s;
  -ms-transition-duration: .6s;
  -moz-transition-duration: .6s;
  transition-duration: .6s;
  border-right: 3px solid #4265A2;
  border-bottom: 3px solid #4265A2;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .anchorlinks2{
    padding: 12px 20px 12px !important;
  }
  .anchorlinks li a{
    font-size: 16px;
  }
  .anchorlinks li a::before{
    width: 9px;
    height: 9px;
  }
}

/* =====================================
change style beauty
===================================== */


.beauty_link .anchorlinks2 {
    background: #FFF0F3;
    border: 4px double #F7C6D4;
}

.beauty_link .anchorlinks2 li a::before {    
    border-right: 3px solid #A35C73;
    border-bottom: 3px solid #A35C73;
}

.beauty_flow.flow_D .item_flow {
    background-color: #FFF0F3;
}

.beauty_flow.flow_D .item_flow + .item_flow:before {    
    border-top: 25px solid #F7C6D4;
}

.beauty_flow.flow_D .flow_title .num {
    background: #A35C73;
}

.beauty_table .table_A dl dt:before {
    border-bottom: 1px solid #A35C73;
}
.page-id-351 .under_mainimage{
  background-image: url('../img/beaty_mainimg.jpg');
}
.page-id-351 .under_mainimage .container h1{
  color: #A05268;
}
.page-id-351  h2.elementor-heading-title{
  background-image: url('../img/h2_img.png') !important;
}
.page-id-351 h3.elementor-heading-title{
  padding-left: 70px !important;
    padding-bottom: 22px;
}
.page-id-351 h3.elementor-heading-title::before{
  width: 56px !important;
  height: 49px !important;
  background: url('../img/h3_deco.png') center/cover !important;
  border-radius: 0 !important;
  background-color: unset !important;

}
@media screen and (max-width: 767px) {
  .page-id-351 h3.elementor-heading-title{
    padding-left: 50px !important;
  }
  .page-id-351 h3.elementor-heading-title::before{
    width: 40px !important;
    height: 36px !important;
    top: 10px !important;
  }
}
  .page-id-351{
            background-color: #FFF8FA;
          }
.page-id-351 .beauty_link .anchorlinks2{
  background: #ffe5e6;
  border: none;
}