@charset "UTF-8";
/* 
Theme Name: Genova Template
File: content.css
Theme Author: Genova Design
Author URL: https://genova.co.jp/
Template: genova_tpl
Description: This file is reserved for under pages (not top-page) and other elements
Version: 1.3
*/
/*-----------------------------------------------------------
■ 1 Under page
-----------------------------------------------------------*/
/*--------------------------------------
	general
--------------------------------------*/
#content {
  min-height: 600px;
  padding: 63px 0 100px;
}

.home #content {
  padding: 0;
}

.list-menu-add {
  position: relative;
  z-index: 1;
  padding: 0 0 40px;
}

.list-menu-add ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.list-menu-add ul li {
  width: 49%;
  position: relative;
  margin-bottom: 18px;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  border-left: 13px solid #81664a;
  transition: all 0.3s ease;
  margin-bottom: 20px;
}

.list-menu-add ul li:hover {
  opacity: 0.85;
}

.list-menu-add ul li.bg1 {
  background: url(../img/p1111.jpg) no-repeat center;
  background-size: cover;
}

.list-menu-add ul li.bg2 {
  background: url(../img/p1112.jpg) no-repeat center;
  background-size: cover;
}

.list-menu-add ul li.bg3 {
  background: url(../img/p1113.jpg) no-repeat center;
  background-size: cover;
}

.list-menu-add ul li.bg4 {
  background: url(../img/p1114.jpg) no-repeat center;
  background-size: cover;
}

.list-menu-add ul li a {
  display: block;
  color: #FFF;
  font-weight: 500;
  align-items: center;
  box-sizing: border-box;
  padding: 50px 30px 45px 20px;
  min-height: 300px;
  position: relative;
}

.list-menu-add ul li a.is {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
}

.list-menu-add ul li a::before {
  background: url(../img/vector_a.png) no-repeat;
  background-size: 16px auto;
  width: 16px;
  height: 16px;
  position: absolute;
  bottom: 20px;
  right: 20px;
  content: "";
}

.list-menu-add ul li a .ttl {
  font-size: 32px;
  text-align: center;
  display: block;
  font-weight: 500;
  position: relative;
  padding-bottom: 23px;
  margin-bottom: 20px;
}

.list-menu-add ul li a .ttl::before {
  width: 200px;
  height: 1px;
  opacity: 0.7;
  background: #FFF;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -100px;
  content: "";
}

.list-menu-add ul li a .txt {
  display: block;
  box-sizing: border-box;
  padding: 15px 20px 15px 20px;
  letter-spacing: 0.1em;
  min-height: 200px;
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .list-menu-add ul li a {
    padding: 25px 10px 20px 0px;
  }
  .list-menu-add ul li a .txt {
    display: block;
    box-sizing: border-box;
    padding: 0 20px 15px 20px;
    letter-spacing: 0;
    min-height: 200px;
    font-size: 14px;
    line-height: 24px;
  }
  .list-menu-add ul li a .ttl {
    font-size: 28px;
  }
.list-menu-add ul li.bg1 {
    background: url(../img/p1111.jpg) no-repeat top right;
    background-size: cover;
}
.list-menu-add ul li.bg2 {
    background: url(../img/p1112.jpg) no-repeat top right;
    background-size: cover;
}
.list-menu-add ul li.bg4 {
    background: url(../img/p1114.jpg) no-repeat top right;
    background-size: cover;
}
}

@media screen and (max-width: 767px) {
  .list-menu-add {
    position: relative;
    z-index: 1;
    padding: 0 0 40px;
  }
  .list-menu-add ul {
    display: block;
  }
  .list-menu-add ul li {
    width: 100%;
    position: relative;
    margin-bottom: 18px;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    border-left: 8px solid #81664a;
    transition: all 0.3s ease;
    margin-bottom: 20px;
  }
  .list-menu-add ul li:hover {
    opacity: 0.85;
  }

  .list-menu-add ul li.bg1 {
    background: url(../img/lk_001.jpg) no-repeat center;
    background-size: cover;
  }
  .list-menu-add ul li.bg2 {
    background: url(../img/lk_002.jpg) no-repeat center;
    background-size: cover;
  }
  .list-menu-add ul li.bg3 {
    background: url(../img/lk_003.jpg) no-repeat center;
    background-size: cover;
  }
  .list-menu-add ul li.bg4 {
    background: url(../img/lk_004.jpg) no-repeat center;
    background-size: cover;
  }	

  .list-menu-add ul li.bg1.link-add {
    background: url(../img/p1111.jpg) no-repeat top right;
    background-size: cover;
  }
  .list-menu-add ul li.bg2.link-add {
    background: url(../img/p1112.jpg) no-repeat  top right;
    background-size: cover;
  }
  .list-menu-add ul li.bg3.link-add {
    background: url(../img/p1113.jpg) no-repeat  top right;
    background-size: cover;
  }
  .list-menu-add ul li.bg4.link-add {
    background: url(../img/p1114.jpg) no-repeat  top right;
    background-size: cover;
  }
  .list-menu-add ul li.link-add a.is {
    display: block;
    z-index: 2;
  }
  .list-menu-add ul li.link-add a .txt {
    display: block;
  }
  .list-menu-add ul li a {
    display: block;
    color: #FFF;
    font-weight: 500;
    align-items: center;
    box-sizing: border-box;
    padding: 30px;
    min-height: auto;
    position: relative;
    width: 100%;
  }
  .list-menu-add ul li a.is {
    display: none;
    z-index: -1;
  }
  .list-menu-add ul li a::before {
    background: url(../img/vector_a.png) no-repeat;
    background-size: 12px auto;
    width: 12px;
    height: 12px;
    position: absolute;
    bottom: 10px;
    right: 10px;
    content: "";
  }
  .list-menu-add ul li a .ttl {
    font-size: 20px;
    width: 100%;
    text-align: center;
    display: block;
    padding: 0;
    margin: 0;
  }
  .list-menu-add ul li a .ttl::before {
    display: none;
  }
  .list-menu-add ul li a .txt {
    display: none;
    box-sizing: border-box;
    border-left: none;
    width: 100%;
    min-height: auto;
    position: relative;
    font-size: 14px;
    line-height: 160%;
    margin-top: 20px;
    padding: 20px 0 5px;
  }
  .list-menu-add ul li a .txt::before {
    width: 140px;
    height: 1px;
    opacity: 0.7;
    background: #FFF;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -70px;
    content: "";
  }
}

.list-menu-icon {
  position: relative;
}

.list-menu-icon ul {
  display: flex;
  flex-wrap: wrap;
  display: flex;
  flex-wrap: wrap;
  width: 103%;
  margin-left: -3%;
}

.list-menu-icon ul li {
  width: 30%;
  max-width: 355px;
  margin-left: 3%;
}

.list-menu-icon ul li:nth-child(1), .list-menu-icon ul li:nth-child(2), .list-menu-icon ul li:nth-child(3) {
  border-top: 1px solid #8E8E8E;
}

.list-menu-icon ul li a {
  display: flex;
  align-items: center;
  padding: 32px 0;
  background: url(../img/arr_list.png) no-repeat center right;
  background-size: 20px auto;
  border-bottom: 1px solid #8E8E8E;
  transition: all 0.3s ease;
}

.list-menu-icon ul li a:hover {
  opacity: 0.8;
}

.list-menu-icon ul li i {
  display: block;
  width: 71px;
  margin-right: 24px;
}

.list-menu-icon ul li span {
  font-size: 26px;
}

.list-menu-icon ul li span small {
  display: block;
  font-size: 16px;
  color: #6B6B6B;
}

@media screen and (max-width: 1129px) and (min-width: 768px) {
  .list-menu-icon ul li span small {
    font-size: 14px;
  }
  .list-menu-icon ul li span {
    font-size: 24px;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .list-menu-icon ul li {
    width: 47%;
    max-width: 355px;
    margin-left: 3%;
  }
  .list-menu-icon ul li:nth-child(3) {
    border-top: none;
  }
}

@media screen and (max-width: 767px) {
  .list-menu-icon {
    position: relative;
  }
  .list-menu-icon ul {
    display: flex;
    flex-wrap: wrap;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-left: 0;
  }
  .list-menu-icon ul li {
    width: 100%;
  }
  .list-menu-icon ul li:nth-child(2), .list-menu-icon ul li:nth-child(3) {
    border-top: none;
  }
  .list-menu-icon ul li a {
    display: flex;
    align-items: center;
    padding: 22px 0;
    background: url(../img/arr_list.png) no-repeat center right;
    background-size: 20px auto;
    border-bottom: 1px solid #8E8E8E;
    transition: all 0.3s ease;
  }
  .list-menu-icon ul li a:hover {
    opacity: 0.8;
  }
  .list-menu-icon ul li i {
    display: block;
    width: 71px;
    margin-right: 24px;
  }
  .list-menu-icon ul li span {
    font-size: 22px;
  }
  .list-menu-icon ul li span small {
    display: block;
    font-size: 14px;
    color: #6B6B6B;
  }
}

/*--------------------------------------
	title holder
--------------------------------------*/
.title-holder {
  display: table;
  width: 100%;
  height: 394px;
  background: url(../img/h2_bg_page.png) no-repeat bottom center/cover;
  background-size: cover;
  position: relative;
  top: -80px;
  padding-top: 80px;
  box-sizing: border-box;
  margin-bottom: -60px;
}

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

.title-holder .container h1,
.title-holder .container h2 {
  font-size: 50px;
  letter-spacing: 0.1em;
  line-height: 1.2;
  color: #FFFFFF;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.title-holder .container h1::first-letter,
.title-holder .container h2::first-letter {
  color: #F7EDAA;
}

.title-holder .container h1 span,
.title-holder .container h2 span {
  font-size: 24px;
  line-height: 39px;
  display: block;
  text-transform: uppercase;
  padding-top: 10px;
}

.text_big h3 {
  color: #F85F00;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 28px;
  margin-bottom: 15px;
}

.display-none {
  display: none !important;
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .title-holder .container h1,
  .title-holder .container h2 {
    font-size: 38px;
  }
  .title-holder .container h1 span,
  .title-holder .container h2 span {
    font-size: 18px;
    padding-top: 6px;
  }
}

@media screen and (max-width: 767px) {
  .title-holder {
    height: 260px;
  }
  .title-holder .container h1,
  .title-holder .container h2 {
    font-size: 28px;
  }
  .title-holder .container h1 span,
  .title-holder .container h2 span {
    font-size: 16px;
    padding-top: 5px;
  }
  .text_big h3 {
    font-size: 22px;
  }
}

/*--------------------------------------
	bread
--------------------------------------*/
#bread {
  max-width: 1140px;
  width: 100%;
  padding: 0 30px;
  margin: 16px auto 0;
  text-align: left;
  line-height: 1.3;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

#bread li {
  display: inline;
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #FBA768;
}

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

#bread li a {
  vertical-align: baseline;
  color: #39271A;
  transition: all 0.3s ease;
}

#bread li a:hover {
  opacity: 0.8;
}

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

ul li {
  list-style: none;
}

.ack {
  background: #FFF;
  padding: 45px 20px 20px 50px;
  margin-bottom: 50px;
}

.ack ul {
  display: flex;
  flex-wrap: wrap;
}

.ack ul li {
  margin: 0 25px 20px 0;
}

.ack ul li a {
  display: inline-block;
  position: relative;
  border-radius: 30px;
  color: #57412B;
  font-size: 14px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 41px;
  padding: 0 30px;
  background: url(../img/arr_lk.png) no-repeat center right 10px #EEEAE5;
  background-size: 7px auto;
  transition: all 0.3s ease;
}

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

@media screen and (max-width: 767px) {
  .ack {
    background: #FFF;
    padding: 40px 5px 20px 20px;
    margin-bottom: 40px;
  }
  .ack ul {
    display: flex;
    flex-wrap: wrap;
  }
  .ack ul li {
    margin: 0 20px 15px 0;
  }
  .ack ul li a {
    display: inline-block;
    position: relative;
    border-radius: 30px;
    color: #57412B;
    font-size: 14px;
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-style: normal;
    line-height: 41px;
    padding: 0 25px;
    background: url(../img/arr_lk.png) no-repeat center right 10px #EEEAE5;
    background-size: 7px auto;
    transition: all 0.3s ease;
  }
  .ack ul li a:hover {
    opacity: 0.7;
  }
}

/*--------------------------------------
	titles
--------------------------------------*/
/* h2 */
.under-title__h2 {
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.2em;
}

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

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

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

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

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

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

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

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

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

h2.elementor-heading-title {
  color: #fff;
  font-size: 32px;
  line-height: 1.5 !important;
  padding: 20px 30px 26px 35px !important;
  position: relative;
  z-index: 0;
  background: url("../img/bg_h2.jpg") no-repeat left center;
  background-size: cover;
  letter-spacing: 0.2em;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 30px !important;
  text-align: center;
}

h3.elementor-heading-title {
  color: #533E2E;
  font-size: 32px;
  line-height: 1.5em !important;
  padding-bottom: 10px !important;
  position: relative;
  background: none;
  margin-bottom: 25px !important;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

h3.elementor-heading-title:before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 150px;
  height: 6px;
  background: #DBC8B6;
}

h3.elementor-heading-title:after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 50px;
  height: 6px;
  background: #56402A;
}

h4.elementor-heading-title {
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: 0.1em;
  padding: 10px 0 10px 45px !important;
  position: relative;
  color: #533E2E;
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 30px !important;
}

h4.elementor-heading-title:before {
  content: "";
  position: absolute;
  top: 16px;
  left: 0;
  width: 28px;
  height: 27px;
  background: url("../img/bg_h3.png") no-repeat center/100% 100%;
}

h5.elementor-heading-title {
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0.06em;
  padding-left: 29px;
  position: relative;
  color: #22201E;
  font-weight: 400;
  margin-bottom: 20px;
}

h5.elementor-heading-title:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 15px;
  height: 15px;
  background: #1C87D6;
}

@media screen and (max-width: 767px) {
  h2.elementor-heading-title {
    font-size: 28px;
    line-height: 1.3 !important;
    padding: 20px 20px 26px 20px !important;
    letter-spacing: 0.1em;
    margin-bottom: 30px !important;
  }
  h3.elementor-heading-title {
    font-size: 26px;
    line-height: 1.5em !important;
    padding-bottom: 20px !important;
    margin-bottom: 30px !important;
  }
}

.fea-box-page {
  position: relative;
  padding-top: 20px;
}

.fea-box-page .item {
  display: flex;
  margin-bottom: 50px;
  justify-content: space-between;
}

.fea-box-page .item .photo {
  max-width: 620px;
}

.fea-box-page .item .text {
  max-width: 680px;
  background: rgba(255, 255, 255, 0.9);
  box-sizing: border-box;
  margin-right: -185px;
  position: relative;
  margin-top: 45px;
  margin-left: 20px;
  position: relative;
  line-height: 30px;
  padding: 30px 35px 20px;
}

.fea-box-page .item .text h3 {
  color: #56402A;
  font-size: 28px;
  letter-spacing: 0.2em;
  line-height: 40px;
  padding-left: 85px;
  position: relative;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
  margin-bottom: 20px;
}

.fea-box-page .item .text h3 span {
  color: #F85F00;
  font-size: 110px;
  line-height: 110px;
  font-weight: 600;
  position: absolute;
  top: -64px;
  left: -64px;
  letter-spacing: 0;
}

.fea-box-page .item.is .text {
  margin-right: 0;
  margin-top: 55px;
  margin-left: -185px;
  order: 2;
}

.fea-box-page .item.is .text h3 span {
  top: -62px;
}

.fea-box-page .item.is .photo {
  order: 1;
}

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

.frame_01 .elementor-column {
  width: 49% !important;
  background: #FFF;
  position: relative;
  box-sizing: border-box;
  padding: 30px 35px;
  margin-bottom: 40px;
}

.frame_01 .elementor-column::before {
  background: url(../img/deco2.png) no-repeat;
  width: 85px;
  height: 119px;
  background-size: 43px auto;
  position: absolute;
  top: 7px;
  left: 7px;
  content: "";
}

.frame_01 h3 {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 24px;
  color: #533E2E;
  letter-spacing: 0.2em;
  margin-bottom: 15px;
}

.frame_01 ul li {
  border-bottom: 1px solid;
  line-height: 30px;
  padding: 5px 0;
  font-weight: 400;
}

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

.photo-style .elementor-column {
  width: 49% !important;
  position: relative;
  margin-bottom: 40px;
  z-index: 1;
}

.photo-style .elementor-column::before {
  background: url(../img/deco1.png) no-repeat;
  width: 152px;
  height: 173px;
  background-size: 76px auto;
  position: absolute;
  top: 0px;
  left: 0px;
  content: "";
}

.photo-style .elementor-column::after {
  background: #FFF;
  width: 100%;
  height: 30%;
  background-size: 76px auto;
  position: absolute;
  bottom: 0px;
  left: 0px;
  content: "";
  z-index: -1;
}

.photo-style .elementor-image {
  position: relative;
  margin: 15px 20px -160px 20px;
  overflow: hidden;
  /* width: 100%; */
  /* height: 56.5%; */
  padding-top: 58.5%;
  z-index: 1;
}

.photo-style .elementor-image img {
  width: 100% !important;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  object-fit: cover;
}

.photo-style .elementor-text-editor {
  background: #FFF;
  padding: 170px 20px 30px;
}

.photo-style .elementor-text-editor h3 {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 24px;
  color: #533E2E;
  letter-spacing: 0.2em;
  margin-bottom: 15px;
}

.photo-style .elementor-text-editor p, .photo-style .elementor-text-editor span {
  font-weight: 500 !important;
}

.gg-map {
  margin-bottom: 30px;
}

.gg-map .box {
  width: 100%;
  height: 300px;
  position: relative;
}

.gg-map .box iframe {
  width: 100% !important;
  height: 100% !important;
  border: none !important;
}

.table-time {
  background: #FFF;
  font-size: 18px;
  margin-top: 10px;
}

.table-time thead th {
  background: #81664A;
  color: #FFF;
  padding: 10px 30px;
  text-align: center;
  font-weight: 500;
}

.table-time thead th:nth-child(1) {
  width: 30%;
  text-align: left;
  font-weight: 400;
}

.table-time tbody tr:nth-child(2) th {
  padding: 5px 30px 20px;
}

.table-time tbody tr:nth-child(2) td {
  padding: 5px 30px 20px;
}

.table-time tbody th {
  padding: 20px 30px 0;
  color: #121212;
}

.table-time tbody td {
  color: #81664A;
  padding: 20px 30px 0;
  text-align: center;
}

.txt_time {
  margin-bottom: 40px;
  font-weight: 400;
}

.txt_time span {
  color: #81664A;
}

.pick-style {
  position: relative;
}

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

.pick-style .elementor-element {
  margin: 0 !important;
}

.pick-style .elementor-column {
  width: 49% !important;
  box-sizing: border-box;
  border-left: 10px solid #81664A;
  margin-bottom: 20px !important;
  transition: all 0.3s ease;
}

.pick-style .elementor-column:hover {
  opacity: 0.7;
}

.pick-style .elementor-widget {
  position: static;
}

.pick-style .elementor-image {
  position: relative;
  overflow: hidden;
  padding-top: 58.5%;
  z-index: 1;
}

.pick-style .elementor-image img {
  width: 102% !important;
  height: 102%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  object-fit: cover;
}

.pick-style a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  color: #FFF;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0.1em;
  z-index: 2;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.pick-style a::before {
  background: url(../img/vector_a.png) no-repeat;
  background-size: 16px auto;
  width: 16px;
  height: 16px;
  position: absolute;
  bottom: 20px;
  right: 20px;
  content: "";
}

.pick-style a b {
  font-weight: 500 !important;
}

.style_f2 {
  background-image: linear-gradient(90deg, #56402A 50%, #B89A79);
  position: relative;
  padding: 2px;
  margin-bottom: 40px;
}

.style_f2 .elementor-text-editor {
  background: #FFF;
  padding: 35px 40px;
}

.style_f2 .elementor-text-editor h2 {
  font-weight: 500;
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  color: #FFF;
  background-image: linear-gradient(90deg, #56402A 40%, #B89A79);
  margin-bottom: 15px;
  padding: 6px;
}

.flow_001 {
  background: #EEEAE5;
  padding: 30px 40px;
  margin-bottom: 40px;
  position: relative;
}

.flow_001.arr {
  margin-bottom: 32px;
}

.flow_001.arr::before {
  background: url(../img/fl_aar.png) no-repeat center/cover;
  width: 74px;
  height: 31px;
  position: absolute;
  bottom: -31px;
  left: 50%;
  margin-left: -37px;
  content: "";
}

.flow_001 .elementor-image-box-title {
  padding: 0 0 10px;
  background: none;
  color: #56402A;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 26px;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
  position: relative;
}

.flow_001 .elementor-image-box-title::before {
  background: #B89A79;
  width: 119px;
  height: 1px;
  position: absolute;
  bottom: 0px;
  left: 0;
  content: "";
}

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

.list-m .elementor-column {
  width: 49% !important;
  background: #FFF;
  border: 2px solid #DC9F9F;
  margin-bottom: 40px;
  padding: 35px 40px 40px;
}

.list-m .elementor-column.right {
  border: 2px solid #88A1C4;
}

.list-m h3 {
  font-size: 20px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-style: normal;
  color: #FFF;
  text-align: center;
  width: 180px;
  height: 50px;
  line-height: 50px;
  margin: 0 auto 20px;
  background: #DC9F9F;
}

.list-m ul li {
  position: relative;
  padding-left: 27px;
  font-weight: 500 !important;
}

.list-m ul li::before {
  background: #DC9F9F;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  left: 0;
  content: "";
}

.list-m ul span {
  font-weight: 500 !important;
}

.list-m .right h3 {
  background: #88A1C4;
}

.list-m .right ul li::before {
  background: #88A1C4;
}

.table_b.is dl dt {
  font-size: 22px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  justify-content: center;
}

.table_b.is dl:nth-child(1) dt {
  background: #81664A;
}

.table_b.is dl > * {
  padding: 18px 25px 21px 25px;
  line-height: 34px;
}

.elementor-toggle-icon {
  display: none !important;
}

.elementor-tab-title {
  border: none !important;
  padding: 0 !important;
}

.elementor-toggle-title {
  font-size: 24px;
  color: #56402A !important;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
  background: url(../img/i_q.png) no-repeat top left, url(../img/plus.png) no-repeat top 23px right;
  background-size: 79px auto, 35px auto;
  padding: 30px 80px 30px 100px;
  display: block;
  margin-bottom: 10px;
}

.elementor-active .elementor-toggle-title {
  background: url(../img/i_q.png) no-repeat top left, url(../img/plus_on.png) no-repeat top 23px right;
  background-size: 79px auto, 35px auto;
}

.elementor-tab-content {
  background: url(../img/i_a.png) no-repeat top left;
  background-size: 79px auto;
  border-bottom: none !important;
  padding: 0 80px 0 100px !important;
  display: block !important;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.45s cubic-bezier(0.45, 0, 0.25, 1);
  will-change: max-height, opacity, transform;
}

.elementor-tab-content.elementor-active {
  max-height: 1000px;
  padding: 25px 80px 60px 100px !important;
  opacity: 1;
  transform: translateY(0);
  transition: all 0.45s cubic-bezier(0.45, 0, 0.25, 1);
}

.list-f ul li {
  position: relative;
  padding-left: 35px;
}

.list-f ul li::before {
  background: url(../img/a_list.png) no-repeat;
  background-size: 100% auto;
  width: 25px;
  height: 21px;
  border-radius: 50%;
  position: absolute;
  top: 7px;
  left: 0;
  content: "";
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .fea-box-page .item .text {
    width: 62%;
  }
  .fea-box-page .item .photo {
    width: 50%;
  }
  .fea-box-page .item .text h3 br {
    display: none;
  }
  .photo-style .elementor-text-editor h3 {
    letter-spacing: 0.1em;
  }
  .photo-style .elementor-image {
    position: relative;
    margin: 15px 20px -110px 20px;
  }
  .table-time {
    background: #FFF;
    font-size: 16px;
    margin-top: 10px;
  }
  .table-time thead th {
    background: #81664A;
    color: #FFF;
    padding: 10px 0px;
    text-align: center;
  }
  .table-time thead th:nth-child(1) {
    width: 30%;
    text-align: left;
    padding: 10px 30px;
  }
  .table-time tbody tr:nth-child(2) th {
    padding: 5px 30px 20px;
  }
  .table-time tbody tr:nth-child(2) td {
    padding: 5px 0px 20px;
  }
  .table-time tbody th {
    padding: 20px 30px 0;
    color: #121212;
  }
  .table-time tbody td {
    color: #81664A;
    padding: 20px 0px 0;
    text-align: center;
  }
  .pick-style a {
    font-size: 28px;
  }
}

@media screen and (max-width: 767px) {
  .fea-box-page {
    position: relative;
    padding-top: 20px;
  }
  .fea-box-page .item {
    display: flex;
    margin-bottom: 50px;
    justify-content: space-between;
    flex-wrap: wrap-reverse;
  }
  .fea-box-page .item .photo {
    max-width: 620px;
  }
  .fea-box-page .item .text {
    box-sizing: border-box;
    margin-right: -20px;
    position: relative;
    margin-top: -45px;
    margin-left: 20px;
    position: relative;
    line-height: 30px;
    padding: 30px 20px 20px;
  }
  .fea-box-page .item .text h3 {
    color: #56402A;
    font-size: 24px;
    letter-spacing: 0.2em;
    line-height: 40px;
    padding-left: 70px;
    position: relative;
    font-family: "Zen Old Mincho", serif;
    font-weight: 500;
    font-style: normal;
    margin-bottom: 20px;
  }
  .fea-box-page .item .text h3 br {
    display: none;
  }
  .fea-box-page .item .text h3 span {
    color: #F85F00;
    font-size: 100px;
    line-height: 100px;
    font-weight: 600;
    position: absolute;
    top: -60px;
    left: -60px;
    letter-spacing: 0;
  }
  .fea-box-page .item.is .text {
    margin-right: 0;
    margin-top: -45px;
    margin-left: 20px;
    order: 1;
    margin-right: -20px;
  }
  .fea-box-page .item.is .text h3 span {
    top: -59px;
  }
  .fea-box-page .item.is .photo {
    order: 2;
  }
  .frame_01 .elementor-row {
    justify-content: space-between;
  }
  .frame_01 .elementor-column {
    width: 100% !important;
    background: #FFF;
    position: relative;
    box-sizing: border-box;
    padding: 30px 35px;
    margin-bottom: 40px;
  }
  .frame_01 .elementor-column::before {
    background: url(../img/deco2.png) no-repeat;
    width: 85px;
    height: 119px;
    background-size: 43px auto;
    position: absolute;
    top: 7px;
    left: 7px;
    content: "";
  }
  .frame_01 h3 {
    font-family: "Zen Old Mincho", serif;
    font-weight: 500;
    font-style: normal;
    font-size: 24px;
    color: #533E2E;
    letter-spacing: 0.2em;
    margin-bottom: 15px;
  }
  .frame_01 ul li {
    border-bottom: 1px solid;
    line-height: 30px;
    padding: 5px 0;
  }
  .photo-style .elementor-row {
    justify-content: space-between;
  }
  .photo-style .elementor-column {
    width: 100% !important;
    position: relative;
    margin-bottom: 40px;
  }
  .photo-style .elementor-column::before {
    background: url(../img/deco1.png) no-repeat;
    width: 152px;
    height: 173px;
    background-size: 76px auto;
    position: absolute;
    top: 0px;
    left: 0px;
    content: "";
  }
  .photo-style .elementor-image {
    position: relative;
    margin: 15px 20px -110px 20px;
    overflow: hidden;
    /* width: 100%; */
    /* height: 56.5%; */
    padding-top: 58.5%;
    z-index: 1;
  }
  .photo-style .elementor-image img {
    width: 100% !important;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    object-fit: cover;
  }
  .photo-style .elementor-text-editor {
    background: #FFF;
    padding: 170px 20px 30px;
  }
  .photo-style .elementor-text-editor h3 {
    font-family: "Zen Old Mincho", serif;
    font-weight: 500;
    font-style: normal;
    font-size: 24px;
    color: #533E2E;
    letter-spacing: 0.2em;
    margin-bottom: 15px;
  }
  .table-time {
    background: #FFF;
    font-size: 14px;
    margin-top: 10px;
  }
  .table-time thead th {
    background: #81664A;
    color: #FFF;
    padding: 10px 0px;
    text-align: center;
  }
  .table-time thead th:nth-child(1) {
    width: 35%;
    text-align: left;
    padding: 10px 10px;
  }
  .table-time tbody tr:nth-child(2) th {
    padding: 5px 10px 20px;
  }
  .table-time tbody tr:nth-child(2) td {
    padding: 5px 2px 20px;
  }
  .table-time tbody th {
    padding: 20px 10px 0;
    color: #121212;
  }
  .table-time tbody td {
    color: #81664A;
    padding: 20px 2px 0;
    text-align: center;
  }
  .txt_time {
    margin-bottom: 40px;
    font-size: 14px;
    line-height: 26px;
  }
  .pick-style .elementor-column {
    width: 100% !important;
    box-sizing: border-box;
    border-left: 5px solid #81664A;
    margin-bottom: 20px !important;
    transition: all 0.3s ease;
  }
  .pick-style .elementor-column:hover {
    opacity: 0.7;
  }
  .pick-style .elementor-widget {
    position: static;
  }
  .pick-style .elementor-image {
    position: relative;
    overflow: hidden;
    padding-top: 32.5%;
    z-index: 1;
  }
  .pick-style .elementor-image img {
    width: 102% !important;
    height: 102%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    object-fit: cover;
  }
  .pick-style a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    color: #FFF;
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 0.1em;
    z-index: 2;
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-style: normal;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }
  .pick-style a::before {
    background: url(../img/vector_a.png) no-repeat;
    background-size: 12px auto;
    width: 12px;
    height: 12px;
    position: absolute;
    bottom: 10px;
    right: 10px;
    content: "";
  }
  .pick-style a b {
    font-weight: 500 !important;
  }
  .style_f2 .elementor-text-editor {
    background: #FFF;
    padding: 35px 20px 25px;
  }
  .flow_001 {
    background: #EEEAE5;
    padding: 30px 20px;
    margin-bottom: 40px;
    position: relative;
  }
  .list-m .elementor-row {
    justify-content: space-between;
  }
  .list-m .elementor-column {
    width: 100% !important;
    background: #FFF;
    border: 2px solid #DC9F9F;
    margin-bottom: 40px;
    padding: 35px 20px 30px;
  }
  .list-m .elementor-column.right {
    border: 2px solid #88A1C4;
  }
  .list-m h3 {
    font-size: 20px;
    font-family: "Zen Old Mincho", serif;
    font-weight: 600;
    font-style: normal;
    color: #FFF;
    text-align: center;
    width: 180px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto 20px;
    background: #DC9F9F;
  }
  .list-m ul li {
    position: relative;
    padding-left: 27px;
  }
  .list-m ul li::before {
    background: #DC9F9F;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    position: absolute;
    top: 8px;
    left: 0;
    content: "";
  }
  .list-m .right h3 {
    background: #88A1C4;
  }
  .list-m .right ul li::before {
    background: #88A1C4;
  }
  .table_b.is dl dt {
    font-size: 18px;
    width: 150px;
  }
  .table_b.is dl:nth-child(1) dt {
    background: #81664A;
  }
  .table_b.is dl > * {
    padding: 14px 20px 17px 20px;
    line-height: 30px;
  }
  .elementor-toggle-icon {
    display: none !important;
  }
  .elementor-tab-title {
    border: none !important;
    padding: 0 !important;
  }
  .elementor-toggle-title {
    font-size: 18px;
    color: #56402A !important;
    font-family: "Zen Old Mincho", serif;
    font-weight: 700;
    font-style: normal;
    background: url(../img/i_q.png) no-repeat top left, url(../img/plus.png) no-repeat top 18px right;
    background-size: 60px auto, 24px auto;
    padding: 15px 50px 15px 78px;
    display: block;
    margin-bottom: 10px;
    line-height: 28px;
  }
  .elementor-active .elementor-toggle-title {
    background: url(../img/i_q.png) no-repeat top left, url(../img/plus_on.png) no-repeat top 18px right;
    background-size: 60px auto, 24px auto;
  }
  .elementor-tab-content {
    background: url(../img/i_a.png) no-repeat top left;
    background-size: 60px auto;
    border-bottom: none !important;
    padding: 0 20px 0 80px !important;
    display: block !important;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transform: translateY(-10px);
    transition: all 0.45s cubic-bezier(0.45, 0, 0.25, 1);
    will-change: max-height, opacity, transform;
  }
  .elementor-tab-content.elementor-active {
    max-height: 1000px;
    padding: 20px 20px 40px 80px !important;
    opacity: 1;
    transform: translateY(0);
    transition: all 0.45s cubic-bezier(0.45, 0, 0.25, 1);
  }
}

.step-01 {
  background: #EEEAE5;
  padding: 45px 0 40px 95px;
  margin-bottom: 40px;
  position: relative;
  margin-left: 60px;
}

.step-01  .elementor-image-box-img {
    border-radius: 0 5px 0 5px;
    overflow: hidden;
}

.step-01.arr {
  margin-bottom: 50px;
}

.step-01.arr::before {
  background: url(../img/fl_aar.png) no-repeat center;
  background-size: 100% auto;
  width: 44px;
  height: 31px;
  position: absolute;
  bottom: -35px;
  left: 50%;
  margin-left: -17px;
  content: "";
}

.step-01 .elementor-image-box-title {
  padding: 0px;
  background: none;
  color: #56402A;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 24px;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
  position: static;
}

.step-01 .elementor-image-box-title span {
  background: url(../img/i_s.png) no-repeat center;
  width: 120px;
  height: 120px;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  margin-top: -60px;
  left: -160px;
  font-size: 50px;
  line-height: 50px;
  box-sizing: border-box;
  font-weight: bold;
  text-align: center;
  padding-top: 50px;
  color: #FFF;
  display: block;
}

.flow-03 {
  background: #EEEAE5;
  padding: 30px 40px;
  margin-bottom: 40px;
  position: relative;
}

.flow-03.arr {
  margin-bottom: 32px;
}

.flow-03.arr::before {
  background: url(../img/fl_aar.png) no-repeat center/cover;
  width: 74px;
  height: 31px;
  position: absolute;
  bottom: -31px;
  left: 50%;
  margin-left: -37px;
  content: "";
}

.flow-03 .elementor-image-box-img {
  padding-top: 65px;
}

.flow-03 .elementor-image-box-title {
  padding: 0 0 10px;
  background: none;
  color: #56402A;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 24px;
  letter-spacing: 0.05em;
  margin-bottom: 18px;
  position: relative;
  max-width: 540px;
}

.flow-03 .elementor-image-box-title::before {
  background: #B89A79;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0px;
  left: 0;
  content: "";
}

.flow-03 .elementor-image-box-title span {
  margin-right: 15px;
}

.flow-03 i {
  font-style: normal !important;
  position: relative;
  padding-left: 125px;
  display: block;
  line-height: 30px;
  margin-bottom: 30px;
}

.flow-03 i span {
  position: absolute;
  top: 0;
  left: 0;
  background: #56402A;
  color: #FFF;
  font-size: 14px;
  text-align: center;
  width: 108px;
  line-height: 50px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
}

.flow-004 {
  position: relative;
}

.flow-004::before {
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 28px;
  content: "";
  background: #56402A;
}

.flow-004 h2 {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  background: #FFF;
  color: #56402A;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  line-height: 47px;
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
  box-sizing: border-box;
  border: 2px solid;
}

.flow-004 h3 {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 24px;
  color: #56402A;
  margin-bottom: 15px;
  padding-top: 14px;
}

.flow-004 .elementor-text-editor {
  padding: 0 0 10px 80px;
}

@media screen and (max-width: 767px) {
  .step-01 {
    background: #EEEAE5;
    padding: 35px 20px 30px 65px;
    margin-bottom: 40px;
    position: relative;
    margin-left: 50px;
  }
  .step-01.arr {
    margin-bottom: 50px;
  }
  .step-01.arr::before {
    background: url(../img/fl_aar.png) no-repeat center;
    background-size: 100% auto;
    width: 44px;
    height: 31px;
    position: absolute;
    bottom: -35px;
    left: 50%;
    margin-left: -17px;
    content: "";
  }
  .step-01 .elementor-image-box-title {
    padding: 0px;
    background: none;
    color: #56402A;
    font-family: "Zen Old Mincho", serif;
    font-weight: 500;
    font-style: normal;
    font-size: 24px;
    letter-spacing: 0.05em;
    margin-bottom: 15px;
    position: static;
  }
  .step-01 .elementor-image-box-title span {
    background: url(../img/i_s.png) no-repeat center;
    width: 90px;
    height: 90px;
    background-size: 100% auto;
    position: absolute;
    top: 50%;
    margin-top: -45px;
    left: -120px;
    font-size: 40px;
    line-height: 40px;
    box-sizing: border-box;
    font-weight: bold;
    text-align: center;
    padding-top: 38px;
    color: #FFF;
    display: block;
  }
  .flow-03 {
    background: #EEEAE5;
    padding: 30px 20px;
    margin-bottom: 40px;
    position: relative;
  }
  .flow-03.arr {
    margin-bottom: 32px;
  }
  .flow-03.arr::before {
    background: url(../img/fl_aar.png) no-repeat center/cover;
    width: 74px;
    height: 31px;
    position: absolute;
    bottom: -31px;
    left: 50%;
    margin-left: -37px;
    content: "";
  }
  .flow-03 .elementor-image-box-img {
    padding-top: 0;
  }
  .flow-03 .elementor-image-box-title {
    padding: 0 0 10px;
    background: none;
    color: #56402A;
    font-family: "Zen Old Mincho", serif;
    font-weight: 500;
    font-style: normal;
    font-size: 24px;
    letter-spacing: 0.05em;
    margin-bottom: 18px;
    position: relative;
    max-width: 540px;
  }
  .flow-03 .elementor-image-box-title::before {
    background: #B89A79;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0px;
    left: 0;
    content: "";
  }
  .flow-03 .elementor-image-box-title span {
    margin-right: 15px;
  }
  .flow-03 i {
    font-style: normal !important;
    position: relative;
    padding-left: 125px;
    display: block;
    line-height: 30px;
    margin-bottom: 30px;
  }
  .flow-03 i span {
    position: absolute;
    top: 0;
    left: 0;
    background: #56402A;
    color: #FFF;
    font-size: 14px;
    text-align: center;
    width: 108px;
    line-height: 50px;
    font-family: "Zen Old Mincho", serif;
    font-weight: 500;
    font-style: normal;
  }
}

/*--------------------------------------
	btn
--------------------------------------*/
.btn a {
  position: relative;
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 15px 30px;
  margin: 0 auto;
  border-radius: 6px;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: center;
  color: #fff;
  background: #56402A;
  max-width: 300px;
}

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

.btn a:hover {
  opacity: 0.7;
}

/* elementor btn */
.btn.elementor-widget-button a.elementor-button {
  display: inline-block;
  width: 100%;
  margin: initial;
}

.btn a.elementor-button.elementor-size-xs {
  max-width: 200px;
}

.btn a.elementor-button.elementor-size-sm {
  font-size: 16px;
  max-width: 250px;
}

.btn a.elementor-button.elementor-size-md {
  font-size: 18px;
  max-width: 300px;
}

.btn a.elementor-button.elementor-size-lg {
  font-size: 21px;
  max-width: 350px;
}

.btn a.elementor-button.elementor-size-xl {
  max-width: initial;
}

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

/*-----------------------------------------------------------
■ 2 Blocks
-----------------------------------------------------------*/
/*--------------------------------------
	google calendar
--------------------------------------*/
.google-calendar {
  position: relative;
  height: 0;
  padding-top: 500px;
  overflow: hidden;
}

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

@media screen and (max-width: 767px) {
  .google-calendar {
    padding-top: 400px;
  }
}

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

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

/*--------------------------------------
	treatment 診療科目
--------------------------------------*/
.treatment-block {
  padding: 55px;
  font-size: 16px;
  letter-spacing: 1.6px;
  color: #535353;
  background: #F0F5EF;
}

.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 {
  position: relative;
  width: 100%;
  font-family: "秀英角ゴシック銀 B", "Shuei KakuGo Gin B";
  font-weight: bold;
  text-align: left;
  line-height: 1;
  color: #FFFFFF;
  background: #94C789;
}

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

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

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

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

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

/*--------------------------------------
	timetable
--------------------------------------*/
table.timetable {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}

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

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

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

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

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

@media screen and (max-width: 767px) {
  .timetable thead th:first-child {
    width: 28%;
  }
  .timetable tbody th {
    letter-spacing: 0.05em;
  }
}

@media screen and (max-width: 480px) {
  .timetable th,
  .timetable td {
    font-size: 70%;
    letter-spacing: 0;
  }
  .timetable thead th:first-child {
    width: 32%;
    font-size: 16px;
  }
}

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

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

@media (max-width: 768px) {
  .image-wrap__left img,
  .image-wrap__right img {
    display: block;
    float: none;
    width: auto;
    margin: 0 auto;
  }
}

/*--------------------------------------
	border box
--------------------------------------*/
.frame-box {
  padding: 40px;
  border: 3px solid #9f9f9f;
}

.frame-box h3 {
  position: relative;
  padding-left: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  font-family: "秀英丸ゴシック B", "Shuei MaruGo B";
  font-size: 26px;
  line-height: 1.6;
  letter-spacing: 0.15em;
  color: #686868;
}

.frame-box h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-radius: 50%;
  background: #2a81f3;
}

/*--------------------------------------
	Q&A
--------------------------------------*/
.qa .qa__block + .qa__block {
  margin-top: 40px;
}

.qa__block dt,
.qa__block dd {
  display: table;
  width: 100%;
  margin-bottom: 20px;
}

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

.qa__block dt .qa__num span,
.qa__block dd .qa__num span {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 22px;
  text-align: center;
  letter-spacing: 0;
  line-height: 40px;
  color: #fff;
  background: #94C789;
}

.qa__block dd .qa__num span {
  color: #94C789;
  background: #eff9e5;
}

.qa__block .qa__text {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}

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

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

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

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

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

.flow .flow__title {
  position: relative;
  overflow: hidden;
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 15px;
  color: #94C789;
}

.flow .flow__title span {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  vertical-align: top;
  text-align: center;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0;
  color: #fff;
  background: #94C789;
}

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

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

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

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

/*--------------------------------------
	check list
--------------------------------------*/
#main .check-list .elementor-icon-list-items li {
  position: relative;
  padding: 2px 0 2px 30px;
}

#main .check-list .elementor-icon-list-items li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  display: block;
  height: 19px;
  width: 19px;
  border: 2px solid #94C789;
}

#main .check-list .elementor-icon-list-items li::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 11px;
  display: block;
  width: 5px;
  height: 11px;
  border: solid #94C789;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

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

.anchor-links .elementor-icon-list-items li {
  position: relative;
  display: inline-block;
  width: auto;
  padding-left: 16px;
  margin: 5px 30px 5px 0;
  line-height: 1.6;
}

.anchor-links .elementor-icon-list-items li a {
  text-decoration: underline;
}

.anchor-links .elementor-icon-list-items 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 #94C789;
  -webkit-transition-duration: 0.6s;
  -ms-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  transition-duration: 0.6s;
}

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

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

@media screen and (max-width: 767px) {
  .anchor-links .elementor-icon-list-items li {
    display: block;
    width: 100%;
    margin: 5px 0;
  }
}

.table_b {
  border: 1px solid #B89A79;
}

.table_b dl {
  display: flex;
}

.table_b dl > * {
  padding: 14px 25px 17px 25px;
  line-height: 28px;
}

.table_b dl dt {
  background: #B89A79;
  border-right: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  display: flex;
  align-items: center;
  width: 300px;
  color: #FFF;
  font-weight: 400;
}

.table_b dl dd {
  background: #FFF;
  border-bottom: 1px solid #B89A79;
  flex: 1;
}

.table_b dl:last-child dt {
  border-bottom: none;
}

.table_b dl:last-child dd {
  border-bottom: none;
}

.table_b .btn-link2 {
  display: inline-block;
  vertical-align: unset;
}

.table_b .btn-link2:hover {
  text-decoration: none !important;
}

@media screen and (max-width: 767px) {
  .table_b dl * {
    padding: 10px;
  }
  .table_b dl dt {
    width: 100px;
  }
}

/*--------------------------------------
	post box
--------------------------------------*/
/*--------------------------------------
two columns table
--------------------------------------*/
.two-columns-table th,
.two-columns-table td {
  border-bottom: 1px solid #94C789;
  vertical-align: top;
  line-height: 1.6;
}

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

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

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

/*-----------------------------------------------------------
■ 2 Blog
-----------------------------------------------------------*/
/*--------------------------------------
	post
--------------------------------------*/
#posts {
  float: left;
  width: 65%;
}

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

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

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

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

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

.post .post__category a,
.posts__list .post__category a {
  display: inline-block;
  min-width: 107px;
  height: 25px;
  padding: 2px 8px;
  font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004";
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 23px;
  text-transform: uppercase;
  color: #fff;
  background: #56402A;
}

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

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

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

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

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

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

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

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

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

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

.posts__list h3 a:hover {
  color: #56402A;
}

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

@media screen and (max-width: 1000px) {
  .posts__list li {
    width: 48%;
    margin-left: 4%;
  }
  .posts__list li:nth-child(2n+1) {
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  #posts {
    float: none;
    width: 100%;
  }
  .posts__list li {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 480px) {
  .posts__list li {
    float: none;
    width: 100%;
    margin-left: 0;
  }
  #blogDetail .post__header h2 {
    font-size: 22px;
    line-height: 1.4;
  }
  #blogDetail .post__content h3 {
    padding: 26px 5px 26px 20px;
    margin: 35px 0 30px;
    font-size: 20px;
    line-height: 1.4;
  }
  #blogDetail .post__content h4 {
    font-size: 19px;
  }
}

/*--------------------------------------
	blog detail
--------------------------------------*/
#blogDetail .post {
  padding-bottom: 35px;
  font-size: 14px;
  line-height: 1.7;
  color: #0F0E0E;
}

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

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

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

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

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

/*--------------------------------------
	post date
--------------------------------------*/
.post .post__date,
.posts__list .post__date {
  font-size: 10px;
  letter-spacing: 0;
  color: #56402A;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.blog-info-box .blog-info-box__share li a {
  display: block;
  overflow: hidden;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 0;
  line-height: 1;
}

.blog-info-box .blog-info-box__share li a::before {
  color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 1000px) and (min-width: 768px) {
  .blog-info-box .blog-info-box__share li {
    margin: 0 3px;
  }
  .blog-info-box .blog-info-box__share li a {
    width: 40px;
    height: 40px;
  }
  .blog-info-box .blog-info-box__share .icon-facebook::before {
    margin-top: 9px;
    font-size: 22px;
  }
  .blog-info-box .blog-info-box__share .icon-line::before {
    margin-top: 8px;
    font-size: 25px;
  }
  .blog-info-box .blog-info-box__share .icon-twitter::before {
    margin-top: 11px;
    font-size: 20px;
  }
  .blog-info-box .blog-info-box__share .icon-google::before {
    margin-top: 12px;
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .blog-info-box {
    display: block;
  }
  .blog-info-box .blog-info-box__name {
    display: block;
    width: 100%;
    padding: 20px;
    border-right: none;
    border-bottom: 1px solid #BFBEBD;
    text-align: center;
  }
  .blog-info-box .blog-info-box__name .icon-blog {
    display: inline-block;
    text-align: left;
  }
  .blog-info-box .blog-info-box__share {
    display: block;
    width: 100%;
    padding: 20px 10px;
  }
}

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

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

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

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

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

.navigation a:hover {
  background: #56402A;
}

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

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

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

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

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

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

@media screen and (max-width: 767px) {
  .navigation {
    margin-top: 35px;
  }
  .navigation ul {
    padding-top: 20px;
    clear: both;
  }
}

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

.pagination ul {
  text-align: center;
}

.pagination ul li {
  display: inline-block;
  width: 30px;
  font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004";
}

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

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

.pagination ul li a:hover {
  background: #56402A;
}

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

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

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

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

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

/*-----------------------------------------------------------
■ 2 Side
-----------------------------------------------------------*/
/*--------------------------------------
	general
--------------------------------------*/
.blogside {
  float: right;
  width: 28%;
}

.blogside h2.widgettitle {
  display: none;
}

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

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

@media screen and (max-width: 1000px) and (min-width: 768px) {
  .blogside {
    float: right;
    width: 30%;
  }
  .blogside h2 {
    font-size: 14px;
    letter-spacing: 0;
  }
  .blogside h2 span {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .blogside {
    float: none;
    width: 100%;
    padding: 46px 0 0;
    border-top: 1px solid #5D5555;
    margin-top: 35px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.recent-box li h3 a:hover {
  color: #94C789;
}

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

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

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

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

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

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

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

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

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

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

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

.archive-box ul li p:hover {
  font-weight: bold;
  color: #56402A;
}

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

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

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

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

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

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

.archive-box ul li a:hover {
  color: #56402A;
  font-weight: bold;
}

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

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

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

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

/*-----------------------------------------------------------
 ■ 4 Special under pages
-----------------------------------------------------------*/
/*--------------------------------------
	sitemap
--------------------------------------*/
.sitemap > ul {
  margin: 0 auto;
  background: none;
}

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

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

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

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

.sitemap > ul > li:nth-child(2), .sitemap > ul > li:nth-child(3) {
  display: none;
}

.sitemap > ul > li:nth-child(1) a {
  font-size: 0;
  height: 56px;
}

.sitemap > ul > li:nth-child(1) a::before {
  content: "HOME";
  font-size: 16px;
  position: absolute;
  top: 17px;
  left: 23px;
}

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

.sitemap > ul > li a:hover {
  color: #56402A;
}

/*-----------------------------------------------------------
 ■ 5 Contact
-----------------------------------------------------------*/
.wrap_contact {
  max-width: 800px;
  margin: 0 auto;
}

.inquiryForm_message {
  text-align: center;
}

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

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

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

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

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

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

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

.step_list li.current span {
  background: #56402A;
}

.step_list li span.current:after {
  background: #56402A;
}

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

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

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

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

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

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

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

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

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

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

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

.inquiryFormTable textarea {
  resize: vertical;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.verified_table .wpcf7-validates-as-required:not(.wpcf7-not-valid) + .verify_icon {
  display: block;
}

.verified_table .wpcf7-validates-as-required:not(.wpcf7-not-valid) + .verify_icon::before {
  vertical-align: top;
  font-size: 25px;
  color: #56402A;
}

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

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

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

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

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

.custom-wpcf7c-confirmed .confirm_table .required,
.custom-wpcf7c-confirmed .confirm_table .optional {
  display: none;
}

.custom-wpcf7c-confirmed .confirm_table .wpcf7-list-item-label {
  display: none;
}

.custom-wpcf7c-confirmed .confirm_table span.comment {
  display: none;
}

.custom-wpcf7c-confirmed .confirm_table .wpcf7-form-control-wrap.your-email_confirm {
  display: none;
}

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

.custom-wpcf7c-confirmed .confirm_table .wpcf7-list-item {
  padding-left: 0;
}

.custom-wpcf7c-confirmed .confirm_table dt,
.custom-wpcf7c-confirmed .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%;
  }
}

.wpcf7 form.custom-wpcf7c-confirmed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
  border-color: #46b450 !important;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .step_list {
    width: 400px;
    margin: 0 auto 60px;
  }
  .step_list li {
    margin-left: 50px;
  }
  .inquiryFormTable dl {
    display: block;
  }
  .inquiryFormTable dt,
  .inquiryFormTable dd {
    display: block;
    width: 100%;
    padding: 0;
  }
  .inquiryFormTable dd {
    padding: 10px 40px 30px 0;
  }
  .inquiryFormTable .required,
  .inquiryFormTable .optional {
    position: static;
    display: inline-block;
    margin-left: 20px;
    margin-top: -2px;
    vertical-align: middle;
  }
  .inquiryFormTable .btBox {
    margin: 50px 0;
  }
  .inquiryFormTable .btBox input[type="submit"],
  .inquiryFormTable .wpcf7-back {
    text-align: center;
    float: none;
    width: 100% !important;
    padding: 29px 20px 28px 20px;
    font-size: 20px;
    background-position: 96% center !important;
  }
  .inquiryFormTable .btBox input[type="submit"].disabled,
  .inquiryFormTable .btBox input[type="submit"].abled {
    padding: 29px 20px 28px 20px;
  }
  .inquiryFormTable .wpcf7-back {
    margin-bottom: 15px;
  }
  .file_btn {
    margin-top: 0;
  }
  .custom-wpcf7c-confirmed .confirm_table dt,
  .custom-wpcf7c-confirmed .confirm_table dd {
    padding: 5px 0;
  }
  .page-id-1706 .table_b dl dt {
    width: 140px;
  }
}

.post__content a {
  color: #000;
  transition: all 0.3s ease;
}

.post__content a:hover {
  opacity: 0.7;
}

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

@media screen and (max-width: 370px) {
  .ack ul li a {
    font-size: 12px;
  }
  h2.elementor-heading-title {
    font-size: 26px;
  }
}
