/* 0908_修正 */
.for-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .for-pc {
    display: none;
  }
  .for-sp {
    display: block;
  }
}

.more__btn {
  align-items: center;
  background: #a69672;
  color: #fff;
  display: flex;
  height: 40px;
  font-weight: 600;
  justify-content: center;
  margin-inline: auto;
  margin-top: 30px;
  max-width: 190px;
  position: relative;
  width: 100%;
}

.more__btn:hover {
  background: #fff;
  border: 1px solid #A69672;
  color: #A69672;
}

.more__btn.bg-white {
  background: #fff;
  border: 1px solid #A69672;
  color: #A69672;
}

.more__btn.bg-white:hover {
  background: #a69672;
  border-color: #fff;
  color: #fff;
}

.more__btn::before {
  border: 1px solid #fff;
  content: "";
  height: 90%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 98%;
}

.more__btn:hover::before {
  border-color: #a69672;
}

.more__btn.bg-white::before {
  border-color: #A69672;
}

.more__btn.bg-white:hover::before {
  border-color: #fff;
}

.more__btn::after {
  border-color: transparent;
  border-left-color: currentColor;
  border-style: solid;
  border-width: .25em .4em;
  color: #fff;
  content: "";
  display: inline-block;
  height: 0;
  line-height: 1;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  vertical-align: middle;
  width: 0;
}

.more__btn:hover::after {
  color: #A69672;
}

.more__btn.bg-white::after {
  color: #A69672;
}

.more__btn.bg-white:hover::after {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .more__btn {
    font-size: 16px;
    margin-top: 30px;
  }
}

.mv_lead {
  position: absolute;
  left: 10%;
  bottom: 10%;
  z-index: 1;
  transform: unset;
  top: auto;
}

.site_catch h2 {
  font-size: 4rem;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 500;
  line-height: 1.6;
}


.site_catch h2 span {
  color: #A69672;
  display: inline-block;
}

.site_info_wrap {
  display: flex;
  gap: 2rem;
  margin-top: 40px;
}

@media(max-width: 900px) {
  .site_info_wrap {
    margin-top: 20px;
    gap: 1rem;
  }
}

.site_info_text {
  border-radius: 50%;
  border: 1px solid #fff;
  width: 184px;
  height: 184px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

@media(max-width: 1000px) {
  .site_info_text {
    width: 132px;
    height: 132px;
  }
}

@media(max-width: 767px) {
  .mv_lead {
    bottom: auto;
    top: 44%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .site_catch h2 {
    text-align: center;
    margin-bottom: 30px;
  }

  .lead_text {
    text-align: center;
  }
}

@media(max-width: 500px) {
  .site_info_text {
    width: 93px;
    height: 93px;
  }
}

.site_info_text span {
  font-size: 2.4rem;
}


.site_info_bg {
  background: #A69672;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  position: relative;
  text-align: center;
}

.site_info_text p {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 1.9rem;
  color: #fff;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

@media(max-width: 1000px) {
  .site_info_bg {
    width: 148px;
    height: 148px;
  }

  .site_info_text p {
    font-size: 1.3rem;
    line-height: 1.6;
  }

  .site_info_text span {
    font-size: 1.8rem;
  }
}

@media(max-width: 500px) {
  .site_info_bg {
    width: 100px;
    height: 100px;
  }

  .site_info_text span {
    font-size: 1.4rem;
  }

  .site_info_text p {
    font-size: 1.1rem;
    line-height: 1.3;
  }
}

.site_catch h2,
.lead_text p {
  text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
}

.site_catch h2 {
  font-size: 5.6rem;
  line-height: 1.4;
}

@media(max-width: 768px) {
  .site_catch h2 {
    font-size: 3.2rem;
  }
}



@media(max-width: 580px) {
  .header_button {
    margin-right: 0;
    position: relative;
    z-index: 100000;
  }

  .header_button img {
    width: 60px;
    height: 60px;
  }
}




/* contact */
#contact {
  background: #A49F9B;
  padding: 70px 0;
  ;
  text-align: center;
  color: #fff;
}

.bg_gray_title span {
  display: block;
  font-size: 32px;
  letter-spacing: 0.08em;
  line-height: 46px;
  color: #fff;
}

.bg_gray .txt {
  margin: 10px 0 20px;
  line-height: 1.37;
}


.btn_block {
  display: flex;
  gap: 30px;
  justify-content: center;
  align-items: center;
}

.ctn_button {
  width: 270px;
  height: auto;
}

@media screen and (max-width: 768px) {
  .bg_gray .txt {
    margin: 10px 0;
    line-height: 1.5;
  }

  .btn_block {
    flex-direction: column;
    gap: 20px;
  }

  .ctn_button {
    width: 100%;
    max-width: 310px;
    height: auto;
  }
}

.space_top {
  margin-top: 80px;
}

.space_bottom {
  margin-bottom: 80px;
}

.color_txt {
  font-size: 40px;
  letter-spacing: 0.08em;
  line-height: 46px;
  color: #A69672;
  text-align: center;
}

.color_txt small {
  color: #333;
}

@media screen and (max-width: 767px) {
  .color_txt {
    font-size: 20px;
  }
}

@media screen and (max-width: 468px) {
  .color_txt {
    font-size: 24px;
    line-height: 1.5;
    white-space: nowrap;
  }
}

.card_box {
  display: flex;
  gap: 30px;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .card_box {
    justify-content: center;
  }
}

.card {
  width: 330px;
  position: relative;
}

.card img {
  display: block;
  height: auto;
  margin-top: 30px;
  margin-right: 0;
  margin-left: auto;
  margin-bottom: 30px;
  text-align: right;
}

.title_card {
  background-color: #BEAF7D;
  padding: 10px 10px;
  width: 45px;
  font-size: 20px;
  opacity: 0.9;
  letter-spacing: 0.2em;
  writing-mode: vertical-rl;
  /* 縦書き（右から左へ） */
  text-orientation: upright;
  position: absolute;
  top: 0;
  left: 0;
}

.card:nth-of-type(2) .title_card {
  width: 82px;
}

.card:nth-of-type(3) .title_card {
  width: 82px;
}

.title_card p {
  color: #fff;
  text-align: center;
  margin: 0 auto;
  display: inline;
}

/* お知らせ */
.news_area {
  margin-top: 80px;
}

.tab-area {
  display: flex;
  justify-content: center;
  gap: 1.4rem;
  margin: 6rem auto 0 auto;
  overflow: hidden;
}

.tab {
  flex: 1;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  padding: 1rem 0;
  box-sizing: border-box;
  background-color: #EFECE4;
  color: #BEAE7D;
  cursor: pointer;
  transition: 0.5s;
  position: relative;
  bottom: 0;
}

@media screen and (max-width: 767px) {
  .tab-area {
    gap: 0.2rem;
  }

  .tab {
    font-size: 1.4rem;
    line-height: 1.5;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 0.7rem 0;
  }
}

.tab.active {
  background: #BEAF7D;
  color: #fff;
}

.panel-area {
  box-sizing: border-box;
  padding: 6rem;
  border: 2px solid #BEAE7D;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .panel-area {
    padding: 2rem 2rem 4rem;
  }
}

.panel {
  display: none;
}

.panel.active {
  display: block;
}

.news_wrap {
  display: flex;
  align-items: center;
  gap: 2.4rem;
  padding: 1rem 0;
  border-bottom: 1px solid #DDD7CB;
  position: relative;
  transition: 0.5s;
}

.news_wrap:first-of-type {
  padding-top: 2rem;
}

.mt_60 {
  margin-top: 6rem;
}

@media screen and (max-width: 767px) {
  .panel-area .mt_60 {
    margin-top: 3rem;
  }
}

.center {
  text-align: center;
}

.news_contents_wrap .news_title {
  margin-top: 16px;
  margin-left: 26px;
  font-size: 16px;
}

.news_contents_wrap .cat {
  font-size: 12px;
  margin-left: 20px;
  padding: 3px 20px;
  border-radius: 15px;
  text-align: center;
  color: #BEAE7D;
  background-color: #EFECE4;
}

@media screen and (max-width: 767px) {
  li.news_contents_wrap {
    line-height: 1.5;
  }

  .news_contents_wrap .date {
    font-size: 12px;
  }

  .news_contents_wrap .cat {
    font-size: 12px;
  }

  .news_contents_wrap .news_title {
    font-size: 14px;
    margin-left: 0;
  }
}

/* コンセプト */
#concept {
  padding: 70px 10px;
  background-image: url(/wp-content/uploads/img-concept_back.jpg);
  background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
  width: 100%;
  color: #fff;
}
@media screen and (max-width: 767px) {
	#concept{
		background-image: url(/wp-content/uploads/concept_back_sp.png);
	}
}

#concept .ttl-common span {
  color: #fff;
}

#concept h3 {
  font-size: 32px;
  font-weight: 700;
  margin: 25px 0 15px;
}

#concept .txt {
  font-size: 20px;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 767px) {
  #concept {
    padding: 70px 0;
  }

  #concept h3 {
    font-size: 22px;
    line-height: 1.45;
  }

  #concept .txt {
    font-size: 18px;
    line-height: 1.55;
  }
}

/* -------------------------------------
■layout
------------------------------------- */
#main #content {
  padding: 0;
  margin: 0;
}

.elementor-section.elementor-section-boxed>.elementor-container {
  max-width: inherit;
  padding: 0;
}

.elementor-widget:not(:last-child) {
  margin-bottom: 0;
}

.elementor-image img {
  border-radius: 0;
}

/*--------------------------------------
	mainimage
--------------------------------------*/
#mainimage {
  height: calc(100vh - 178px);
  margin: 178px 0 0 auto;
}

#mainimage img {
  width: 100%;
}

#mainimage .slick-slide {
  height: calc(100vh - 178px);
}

#mainimage .slick-slide picture {
  display: block;
  height: calc(100vh - 178px);
}

#mainimage .slick-slide picture img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

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

@media screen and (max-width: 980px) {
  #mainimage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50%;
  }

  #mainimage .site_info_bg img {
    max-width: 30px;
    height: 30px;
    margin-top: 13%;
  }
}

@media screen and (max-width: 767px) {
  #mainimage {
    width: 100%;
    margin-top: 0;
    height: calc(100vh - 100px);
  }

  #mainimage img {
    height: 700px;
  }

  #mainimage .slick-slide {
    height: calc(100vh - 100px);
  }

  #mainimage .slick-slide picture {
    height: calc(100vh - 100px);
  }
}

@media screen and (max-width: 500px) {
  #mainimage .site_info_bg img {
    width: 20px;
    height: 20px;
    margin-top: 15%;
  }
}

body {
  position: relative;
  font-family: 'Shippori Mincho';
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 32px;
  color: #333;
  background: #fff;
  -webkit-text-size-adjust: 100%;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  vertical-align: baseline;
  text-decoration: none;
  color: #333;
  transition-duration: 0.3s;
}

a[href^='tel:'] {
  pointer-events: none;
  cursor: text;
}

a:focus,
*:focus {
  outline: none;
}

@media screen and (min-width: 768px) {
  a:hover img {
    opacity: 0.8;
  }
}

body.nav--opened,
body.nav--opened *,
body.nav--opened *:hover,
body.nav--opened *:focus,
body.nav--opened *:active {
  /*    cursor: none !important;*/
  touch-action: none !important;
  pointer-events: none !important;
}

body.nav--opened .menu-trigger,
body.nav--opened #header .header_menu.open .g_nav,
body.nav--opened #header .header_menu.open .g_nav * {
  touch-action: auto !important;
  pointer-events: visible !important;
}

.nav--opened {
  overflow: hidden !important;
  -webkit-overflow-scrolling: touch !important;
  touch-action: none !important;
  pointer-events: none !important;
}

.nav--opened #header .header_menu.open .g_nav {
  visibility: visible;
  pointer-events: visible;
  overflow: auto;
}

img {
  width: auto;
  max-width: 100%;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

table {
  width: 100%;
}

strong,
b {
  font-weight: bold;
}

.cl-nude {
  color: #a69672;
}

.tac {
  text-align: center;
}

@media screen and (max-width: 767px) {
  a[href^='tel:'] {
    pointer-events: auto;
    cursor: pointer;
  }

  .auto_height {
    height: auto !important;
  }
}

.page-id-43 .elementor-section.elementor-section-boxed>.elementor-container {
  max-width: 100%;
}

/*--------------------------------------
	icons
--------------------------------------*/

@font-face {
  font-family: 'icomoon';
  src: url('./libs/icomoon/icomoon.eot');
  src: url('../libs/icomoon/icomoon.eot#iefix') format('embedded-opentype'), url('./libs/icomoon/icomoon.ttf') format('truetype'), url('./libs/icomoon/icomoon.woff') format('woff'), url('./libs/icomoon/icomoon.svg#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class*='icon-']:not([class*='eicon-']):not([class*='elementor-icon-'])::before {
  display: inline-block;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-home::before {
  content: '\e90b';
}

.icon-blog::before {
  content: '\e900';
}

.icon-category::before {
  content: '\e901';
}

.icon-check::before {
  content: '\e902';
}

.icon-checked::before {
  content: '\e903';
}

.icon-down::before {
  content: '\e904';
}

.icon-facebook::before {
  content: '\e905';
}

.icon-google::before {
  content: '\e906';
}

.icon-line::before {
  content: '\e907';
}

.icon-twitter::before {
  content: '\e908';
}

.icon-arrow02::before {
  content: '\e909';
}

.icon-arrow01::before {
  content: '\e910';
}

.icon-search::before {
  content: '\e911';
}

.icon-tag::before {
  content: '\e912';
}

.icon-checkbox-unchecked::before {
  content: '\ea53';
}

.icon-checkbox-checked::before {
  content: '\ea52';
}

.radio-unchecked::before {
  content: '\ea56';
}

.radio-checked::before {
  content: '\ea54';
}

.radio-checked2::before {
  content: '\ea55';
}

/*--------------------------------------
	shortcuts
--------------------------------------*/

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

/* float */
.fr {
  float: right !important;
}

.fl {
  float: left !important;
}

/* clear */
.clearfix {
  *zoom: 1;
}

.clearfix::after {
  content: '';
  display: table;
  clear: both;
}

.cl {
  clear: both !important;
}

/* text indent */
.textHide {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

/* text-align */
.tac {
  text-align: center !important;
}

.tar {
  text-align: right !important;
}

.tal {
  text-align: left !important;
}

/* font-weight */
.fb {
  font-weight: bold !important;
}

.half {
  display: inline-block;
}

/*Pc/sp change*/
.sp {
  display: none;
}

.mb {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }
}

@media screen and (max-width: 480px) {
  .mb {
    display: block;
  }

  .pcm {
    display: none;
  }
}

/*--------------------------------------
	container / wrapper
--------------------------------------*/

.container {
  width: 100%;
  max-width: 1140px;
  padding: 0 30px;
  margin: 0 auto;
}

.container::after {
  content: '';
  display: block;
  clear: both;
}

#wrapper {
  height: 100%;
  padding-top: 0px;
}

@media (max-width: 767px) {
  #wrapper {
    padding-top: 100px;
  }
}

@media (max-width: 370px) {
  .container {
    padding: 0 15px;
  }
}

/*--------------------------------------
Pc sp change
--------------------------------------*/
.sp {
  display: none !important;
}

.mb {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }
}

@media screen and (max-width: 480px) {
  .mb {
    display: block;
  }

  .pcm {
    display: none;
  }
}

/*--------------------------------------
	text color
--------------------------------------*/

.txt_color {
  color: #a69672;
}

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

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

.btn_link {
  max-width: 300px;
  width: 100%;
}

.btn_link a {
  color: #fff;
  background: #a69672;
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 50px;
  transition: all 0.3s;
  font-weight: 600;
  box-sizing: border-box;
}

.btn_link a:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 18px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent #fff;
  margin-top: -4px;
}

.btn_link a:hover {
  opacity: 0.7;
}

.btn .btn_link {
  margin: 0 auto;
}

/*-----------------------------------------------------------
■ 2 Header
-----------------------------------------------------------*/

/*--------------------------------------
	general
--------------------------------------*/

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 1000;
  transition-duration: 0.3s;
  padding: 62px 0 23px;
}

header .header__main-container {
  display: block;
  height: 80px;
}

@media(max-width: 580px) {
  header .header__main-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

header .header__logo {
  max-width: none;
  min-width: auto;
  width: 122px;
  height: 65px;
  margin: 0 auto 29px;
  transition-duration: 0.3s;
  background: url(/wp-content/uploads/logo22.png) no-repeat center top;
  background-size: contain;
}

header .header__logo img {
  width: 100%;
  max-width: 100%;
  opacity: 0;
}

@media screen and (max-width: 767px) {
  #header {
    padding: 34px 30px;
  }

  header .header__logo {
    width: 190px;
    margin: 0;
    background-size: 100%;
    height: 30px;
  }

}

/*--------------------------------------
	nav
--------------------------------------*/

/* gnav */

#header .header_menu .g_nav {
  display: flex;
  justify-content: center;
}

#header .header_menu .g_nav>li {
  vertical-align: middle;
}

#header .header_menu .g_nav>li>a,
#header .header_menu .g_nav>li>span {
  display: block;
  text-align: center;
  color: #928a83;
  line-height: 22px;
  cursor: pointer;
  font-size: 15px;
  letter-spacing: 0;
  transition-duration: 0.3s;
  position: relative;
  padding-bottom: 20px;
}

#header .header_menu .g_nav>li>a>span,
#header .header_menu .g_nav>li>span>span {
  display: block;
  margin: 0 auto;
}

#header .header_menu .g_nav>li>span:hover+dl,
#header .header_menu .g_nav>li>span ul:hover {
  pointer-events: auto;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

#header .header_menu .g_nav>li>span:hover {
  position: relative;
}

#header .header_menu .g_nav>li dl {
  pointer-events: none;
  position: absolute;
  top: 30px;
  left: 0;
  display: block;
  background: #FBF6F1;
  transition-duration: 0.3s;
  opacity: 0;
  z-index: 99;
}

#header .header_menu .g_nav>li dl a:hover {
  opacity: 1;
}

#header .header_menu .g_nav>li dl:hover {
  pointer-events: auto;
  opacity: 1;
}

.box-navi-top {
  display: none;
}

@media screen and (min-width: 768px) {
  .box-navi-top {
    display: block;
    /*     width: 400px;
    height: 320px;
    background: #fff;
    padding: 64px 0;
    margin-top: -320px;
    position: relative; */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 1000;
    transition-duration: 0.3s;
    padding: 15px 42px 0 0px;
    /*         height: 102px; */
    z-index: 2;
  }

  .navi-top__logo {
    width: 160px;
    margin: 0 auto;
  }

  .navi-top__nav {
    /*     width: 184px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	margin-top:30px; */
    width: 50%;
    margin: 0 auto;
    display: flex;
    margin-top: 30px;
    flex-wrap: wrap;
    justify-content: space-around;
  }

  .navi-top__nav>li {
    margin-bottom: 16px;
  }

  .navi-top__nav>li:nth-child(1) {
    order: 1;
  }

  .navi-top__nav>li:nth-child(2) {
    order: 3;
  }

  .navi-top__nav>li:nth-child(3) {
    order: 2;
  }

  .navi-top__nav>li:nth-child(4) {
    order: 4;
  }

  .navi-top__nav li a,
  .navi-top__nav li dt {
    font-size: 15px;
    letter-spacing: 0;
    line-height: 22px;
    vertical-align: top;
    cursor: pointer;
  }

  .navi-top__nav li a:hover {
    opacity: 0.8;
  }

  .navi-top__nav dl {
    position: relative;
  }

  .navi-top__nav dl dd {
    /*     width: 235px; */
    width: 325px;
    position: absolute;
    /*     left: 50%; */
    left: 128%;
    transform: translateX(-50%);
    top: 30px;
    background: #FBF6F1;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    transition: 0.3s all ease-in-out;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
  }

  .navi-top__nav dl:hover dd {
    opacity: 1;
    visibility: visible;
  }

  .navi-top__nav dl dd:before {
    content: '';
    height: 16px;
    background-image: url(../img/top/icon_top.png);
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: 37%;
    position: absolute;
    left: 0;
    right: 0;
    top: -7px;
    z-index: 1;
  }

  .navi-top__nav dl dd li a {
    display: block;
    padding: 5px 20px 5px 33px;
    position: relative;
    line-height: 47px;
  }

  .navi-top__nav dl dd li a:before {
    content: '';
    width: 8px;
    background-image: url(../img/top/icon_arrow3.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 50%;
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
  }

  .navi-top__nav dl dd li a:after {
    content: '';
    height: 1px;
    background: #333333;
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 0;
  }

  .navi-top__nav dl dd li:first-child a {
    border-radius: 5px 5px 0 0;
  }

  .navi-top__nav dl dd li:last-child a {
    border-radius: 0 0 5px 5px;
  }

  .navi-top__nav dl dd li:last-child a:after {
    display: none;
  }

  #header {
    display: none;
  }

  #header .header_menu .g_nav>li dl {
    pointer-events: none;
  }

  #header .menu_vertical .g_nav>li {
    position: relative;
  }

  #header .header_menu .g_nav>li>a:hover {
    opacity: 0.7;
  }

  #header .header_menu .g_nav>li+li {
    margin-left: 48px;
  }

  #header .menu_vertical dt {
    display: none;
  }

  #header .menu_vertical .g_nav>li dl {
    width: 235px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 5px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }

  #header .menu_vertical .g_nav>li dl:before {
    content: '';
    height: 16px;
    background-image: url('../img/top/icon_top.png');
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: 50%;
    position: absolute;
    left: 0;
    right: 0;
    top: -7px;
    z-index: 1;
  }

  #header .menu_vertical .g_nav>li dl li {
    padding: 0;
    display: block;
    margin-right: 0;
  }

  #header .menu_vertical .g_nav>li dl li a {
    padding: 5px 20px 5px 33px;
    display: block;
    position: relative;
    line-height: 47px;
  }

  #header .menu_vertical .g_nav>li dl li a:before {
    content: '';
    width: 8px;
    background-image: url('../img/top/icon_arrow3.png');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 50%;
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
  }

  #header .menu_vertical .g_nav>li dl li a:after {
    content: '';
    height: 1px;
    background: #333333;
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 0;
  }

  #header .menu_vertical .g_nav>li dl li:first-child a {
    border-radius: 5px 5px 0 0;
  }

  #header .menu_vertical .g_nav>li dl li:last-child a {
    border-radius: 0 0 5px 5px;
  }

  #header .menu_vertical .g_nav>li dl li:last-child a:after {
    display: none;
  }

  #header .menu_vertical .g_nav>li dl li a:hover {
    background: #B6AEA8;
  }
}

@media (min-width: 768px) and (max-width: 990px) {
  #header .menu_vertical {
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  #header {
    top: 0 !important;
    transition: 0.7s all ease-in-out;
    padding-top: 12px;
  }

  .header__sub-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 84%;
  }

  header .header__logo {
    width: 104px;
    height: 56px;
  }

  #header .header_menu .g_nav {
    margin-top: 0;
  }

  .toggleMenu {
    width: 100px;
    height: 100px;
    box-sizing: border-box;
    position: absolute;
    right: 0px;
    top: 0;
    z-index: 9999;
    background: #fff;
    transition: 0.7s all ease-in-out;
  }

  .menu-trigger,
  .menu-trigger span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
  }

  .menu-trigger {
    position: relative;
    width: 100px;
    height: 100px;
    margin: 0;
  }

  .menu-trigger span {
    position: absolute;
    right: 30px;
    width: 32px;
    height: 1px;
    background: #928a82;
  }

  .menu-trigger span:nth-of-type(1) {
    top: 41px;
  }

  .menu-trigger span:nth-of-type(2) {
    top: 50px;
  }

  .menu-trigger span:nth-of-type(3) {
    bottom: 40px;
  }

  .nav--opened .toggleMenu .menu-trigger span:nth-of-type(1) {
    -webkit-transform: translateY(9px) rotate(-45deg);
    transform: translateY(9px) rotate(-45deg);
  }

  .nav--opened .toggleMenu .menu-trigger span:nth-of-type(2) {
    opacity: 0;
  }

  .nav--opened .toggleMenu .menu-trigger span:nth-of-type(3) {
    -webkit-transform: translateY(-9px) rotate(45deg);
    transform: translateY(-9px) rotate(45deg);
  }

  #header .g_nav {
    display: none;
  }

  #header .header_menu {
    float: none;
    clear: both;
    margin-right: 0;
  }

  #header .header_menu .g_nav {
    display: block;
    text-align: center;
    background: #fff;
    padding: 40px 0 0px;
    overflow: scroll;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 100px;
    left: 0;
    opacity: 0;
    visibility: hidden;
    min-width: auto;
  }

  #header .header_menu.open .g_nav {
    opacity: 1;
    visibility: visible;
  }

  #header .header_menu .g_nav>li {
    position: relative;
    border-left: none;
    padding-right: 0;
    margin: 0 30px;
  }

  #header .header_menu .g_nav>li>a,
  #header .header_menu .g_nav>li>span {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    text-align: left;
    height: auto;
    background: #fff !important;
    color: #928a83;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 22px;
  }

  #header .header_menu .g_nav>li+li {
    margin-top: 47px;
  }

  #header .header_menu .g_nav>li>a span,
  #header .header_menu .g_nav>li>span span {
    margin: 0;
  }

  #header .header_menu .g_nav>li>span:after {
    content: '';
    position: absolute;
    top: 9%;
    right: 20px;
    width: 10px;
    height: 10px;
    border-bottom: 1px solid #a49f9b;
    border-left: 1px solid #a49f9b;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
  }

  #header .header_menu .g_nav>li.hover>span:after {
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    margin-top: 4px;
  }

  #header .header_menu .g_nav>li>a sub,
  #header .header_menu .g_nav>li>span sub {
    margin: -2px 0 0 8px;
    vertical-align: middle;
    bottom: 0;
    color: #fff;
    padding-top: 0;
    font-size: 10px;
    display: none;
  }

  #header .header_menu .g_nav>li dl {
    position: relative;
    top: 0;
    background: none;
    padding: 0;
  }

  #header .header_menu .g_nav>li dl li:before {
    display: none;
  }

  #header .header_menu .g_nav>li dl li {
    padding-left: 0;
  }

  #header .header_menu .g_nav>li dt {
    display: none;
  }

  #header .header_menu .g_nav>li ul {
    position: inherit;
    display: none;
    top: 0;
    padding: 0;
  }

  #header .header_menu .g_nav>li>span:hover {
    background: transparent;
  }

  #header .header_menu .g_nav>li ul li {
    display: block;
    margin-right: 0;
    border-top: 1px solid #fff;
  }

  #header .header_menu .g_nav>li ul li a {
    position: relative;
    display: block;
    padding: 0 0 0 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    background: transparent;
    color: #928a83;
  }

  #header .header_menu .g_nav>li ul li a:hover {
    text-decoration: none;
    background: transparent;
  }

  #header .header_menu .g_nav>li.hover ul {
    display: block;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }

  /*スマホ時サブメニューが消える現象を回避*/
  #header .header_menu .g_nav>li>span {
    position: relative;
  }

  #header .header_menu .g_nav>li.hover>span+dl,
  #header .header_menu .g_nav>li>span:hover+dl {
    pointer-events: auto;
    opacity: 1;
  }

  #header .header_menu .g_nav>li.sp {
    margin: 63px 0 0;
    background: #a49f9b;
    border-radius: 40px 40px 0 0;
    padding: 64px 5px 220px;
    text-align: center;
  }

  #header .header_menu .g_nav>li.sp h3 {
    color: #fff;
    font-size: 28px;
    letter-spacing: 0.08em;
    line-height: 32px;
    margin-bottom: 39px;
  }

  #header .header_menu .g_nav>li.sp h3 small {
    display: block;
    font-size: 14px;
    letter-spacing: 0.08em;
    line-height: 21px;
  }

  #header .header_menu .g_nav>li.sp .btn-group {
    max-width: 330px;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 auto;
  }

  #header .header_menu .g_nav>li.sp .btn-group p {
    width: calc(50% - 3px);
    margin: 0 0 8px;
    padding: 0 3px;
  }

  #header .header_menu .g_nav>li.sp .btn-group p:last-child {
    margin: 0 20%;
  }

  #header .header_menu .g_nav>li.sp .btn-group p a {
    display: block;
    background: #fff;
    font-size: 23px;
    line-height: 34px;
    letter-spacing: 0.08em;
    padding: 24px 0 41px;
    position: relative;
  }

  #header .header_menu .g_nav>li.sp .btn-group p a:after {
    content: '';
    height: 9px;
    background-image: url('../img/top/icon_arrow2.png');
    background-repeat: no-repeat;
    background-size: 5px;
    background-position: 50% 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
  }

  #header .header_menu .g_nav>li.sp .btn-group p a small {
    display: block;
    font-size: 11px;
    letter-spacing: 0.08em;
    line-height: 16px;
    margin-top: 3px;
  }
}

/*-----------------------------------------------------------
■ 3 Footer
-----------------------------------------------------------*/

/*--------------------------------------
	general
--------------------------------------*/

#footer {
  padding: 90px 0;
  background: #fbf6f1;
}

.footer__logo {
  width: 171px;
  margin-bottom: 37px;
}

.footer__blk {
  display: flex;
  justify-content: space-between;
}

.footer__tel {
  width: 380px;
  white-space: nowrap;
  font-size: 48px;
  line-height: 71px;
  letter-spacing: 0.08em;
}

.footer__tel small {
  font-size: 16px;
  margin-top: 8px;
}

.footer__right {
  max-width: 560px;
  width: calc(100% - 380px);
  margin-left: 30px;
}

.footer__right table {
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  font-weight: 500;
  border-bottom: 1px solid #928a83;
}

.footer__right table th {
  width: 335px;
  padding-left: 8px;
}

.footer__right table th,
.footer__right table td {
  padding-bottom: 7px;
}

.footer__right table thead tr {
  border-bottom: 1px solid #928a83;
}

.footer__right table tbody th {
  letter-spacing: 0.08em;
  font-weight: 400;
}

.footer__right table tbody th,
.footer__right table tbody td {
  padding-top: 9px;
}

.footer__right table tbody tr+tr {
  border-top: 1px dashed #928a83;
}

.footer__right .table-txt {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0;
  margin-top: 16px;
}

#footer address {
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 24px;
  color: #928a83;
  margin-top: 101px;
}

@media screen and (max-width: 1180px) {
  #footer .container {
    padding-right: 55px;
  }
}

@media screen and (max-width: 1080px) {
  .footer__right table th {
    width: 45%;
  }
}

@media screen and (max-width: 980px) {
  .footer__tel {
    width: 350px;
    font-size: 44px;
  }

  .footer__right {
    width: calc(100% - 350px);
    margin-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  #footer {
    padding: 40px 0 30vw;
  }

  #footer .container {
    padding-right: 30px;
  }

  .footer__logo {
    margin: 0 auto 49px;
  }

  .footer__blk {
    display: block;
  }

  .footer__tel {
    width: 100%;
    text-align: center;
    font-size: 32px;
    line-height: 48px;
  }

  .footer__tel small {
    font-size: 14px;
  }

  .footer__right {
    max-width: none;
    width: 100%;
    margin: 30px 0 0;
  }

  .footer__right table th {
    width: 45%;
  }

  #footer address {
    margin-top: 69px;
  }
}

@media screen and (max-width: 370px) {
  #footer .container {
    padding-right: 15px;
  }

  .footer__right table th {
    width: 40%;
  }
}



/*--------------------------------------
	fixed box
--------------------------------------*/

.fixed-box {
  position: fixed;
  right: 0;
  left: auto;
  bottom: 0;
  top: auto;
  transform: translate(0, 0);
  display: block;
  width: 750px;
  height: 50px;
  z-index: 1;
  transition: all 0.3s ease 0s;
}

.fixed-box img {
  transition: 0.3s all ease-in-out;
}

.fixed-box #pagetop {
  cursor: pointer;
}

.fixed-box #pagetop:hover img {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .fixed-box {
    width: 100%;
    top: auto;
    bottom: 0;
    transform: none;
  }

  .fixed-banner {
    width: 100%;
  }

  .fixed-banner ul {
    width: 100%;
    flex: 1;
  }

  .fixed-box ul {
    display: flex;
    width: 100%;
  }

  .fixed-box .reserve {
    order: 1;
  }

  .fixed-banner ul li {
    width: 100%;
  }

  .fixed-box #pagetop {
    order: 2;
    position: absolute;
    bottom: 50px;
    right: 0;
  }

  .fixed-box img {
    vertical-align: bottom;
  }

  .chatbot {
    width: 100% !important;
  }

  .fixed-box-side {
    display: none;
  }

  .header_button {
    display: flex;
    gap: 15px;
    margin-right: 160px
  }

  .header_button img {
    width: 80px;
    height: 80px;
  }

  .header_button a {
    margin-right: 0;
  }

}

@media(max-width: 580px) {
  .header_button {
    margin-right: 0;
    position: relative;
    z-index: 100000;
  }

  .header_button img {
    width: 60px;
    height: 60px;
  }
}

/*-----------------------------------------------------------
■ 3 Other Common Elements
-----------------------------------------------------------*/

/*--------------------------------------
	conversion section
--------------------------------------*/

.conversion {
  background: #a49f9b;
  border-radius: 40px 40px 0 0;
  padding: 91px 0 88px;
}

.conversion .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.conversion__title {
  font-size: 32px;
  letter-spacing: 0.08em;
  line-height: 32px;
  color: #fff;
  text-align: left;
}

.conversion__title small {
  font-size: 16px;
  letter-spacing: 0.08em;
  display: block;
}

.conversion__list {
  display: flex;
  justify-content: flex-end;
}

.conversion__list li {
  width: 220px;
  margin-left: 10px;
}

.conversion__list li a {
  display: block;
  background: #fff;
  text-align: center;
  padding: 32px 0 54px;
  font-size: 32px;
  line-height: 48px;
  letter-spacing: 0.08em;
  position: relative;
}

.conversion__list li a:after {
  content: '';
  height: 12px;
  background-image: url('../img/top/icon_arrow2.png');
  background-repeat: no-repeat;
  background-size: 6px;
  background-position: 50% 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 27px;
}

.conversion__list li a:hover {
  opacity: 0.8;
}

.conversion__list li a small {
  display: block;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.08em;
  margin-top: 2px;
}

@media screen and (max-width: 1080px) {
  .conversion__list li {
    width: 193px;
  }
}

@media screen and (max-width: 980px) {
  .conversion .container {
    display: block;
  }

  .conversion__title {
    text-align: center;
    margin-bottom: 40px;
  }

  .conversion__list {
    justify-content: center;
  }

  .conversion__list li {
    width: 220px;
    margin: 0 5px;
  }
}

@media screen and (max-width: 767px) {
  .conversion {
    padding: 64px 0 56px;
  }

  .conversion__title {
    font-size: 28px;
  }

  .conversion__title small {
    font-size: 14px;
  }

  .conversion__list {
    flex-wrap: wrap;
  }

  .conversion__list li {
    max-width: 162px;
    width: calc(50% - 6px);
    margin: 0 3px 8px;
  }

  .conversion__list li a {
    padding: 24px 0 41px;
    font-size: 23px;
    line-height: 34px;
  }

  .conversion__list li a:after {
    height: 9px;
    background-size: 5px;
    bottom: 20px;
  }

  .conversion__list li a small {
    font-size: 11px;
    line-height: 16px;
    margin-top: 3px;
  }
}

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


.remodal-wrapper {
  padding: 30px;
  text-align: center;
}


/* Default theme styles of the modal dialog */
/* Close button */

.remodal-close {
  display: block;
  overflow: visible;
  width: 55px;
  height: 55px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  transition: 0.3s all ease-in-out;
  text-decoration: none;
  border: 0;
  outline: 0;
  background: transparent;
  background-image: url('../img/top/popup_close.png');
  background-repeat: no-repeat;
  background-size: 100%;
  top: 0;
  right: 0;
  position: absolute;
  right: -28px;
  top: -30px;
  z-index: 5;
}

.remodal-close:hover {
  opacity: 0.7;
}

.remodal {
  max-width: 556px;
  width: 100%;
  padding: 45px 50px 48px;
  color: #333;
  background: #fff;
  font-size: 16px;
  position: relative;
  font-weight: 400;
  border-top: 4px solid #928A83;
  box-sizing: border-box;
}


#popup h2 {
  text-align: center;
  font-size: 20px;
  position: relative;
  line-height: 32px;
  letter-spacing: 0.08em;
  margin-bottom: 25px;
  padding-bottom: 22px;
  border-bottom: 1px solid #D4D0C1;
}

#popup .text {
  margin: 0 -10px;
}

#popup ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 23px;
}

#popup ul li {
  width: 48.246%;
  margin-bottom: 8px;
}

#popup ul li a img,
#popup ul li a {
  transition: 0.3s all ease-in-out;
}

#open-popup {
  transition: 0.3s all ease-in-out;
}

#open-popup:hover {
  opacity: 0.8;
}

@media only screen and (max-width: 767px) {
  .remodal {
    padding: 37px 0 34px;
  }

  #popup h2 {
    font-size: 18px;
    letter-spacing: 0;
    margin-bottom: 22px;
  }

  #popup .text {
    max-width: 285px;
    width: 90%;
    margin: 0 auto;
    line-height: 32px;
  }

  #popup ul {
    max-width: 282px;
    width: 90%;
    margin: 20px auto 0;
    display: block;
  }

  #popup ul li {
    width: 100%;
  }
}

@media only screen and (max-width: 370px) {
  .remodal-wrapper {
    padding: 22px;
  }

  #popup h2 {
    font-size: 4.8vw;
    line-height: 8vw;
  }

  #popup .text {
    font-size: 4vw;
    line-height: 7vw;
  }
}






/* 森重追加分 */

/* ===================== */
/* セクションタイトル　共通部分 */
/* ===================== */
.ttl-common {
  text-align: center;
}

.ttl-common span {
  display: block;
  font-size: 32px;
  letter-spacing: 0.08em;
  line-height: 46px;
  color: #A69672;
}

.ttl-common small {
  display: block;
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 24px;
}

@media screen and (max-width: 767px) {
  .ttl-common span {
    font-size: 28px;
    line-height: 38px;
  }

  .ttl-common small {
    font-size: 14px;
    line-height: 20px;
  }
}


/* ========================== */
/* トリートメント　セクション */
/* ========================== */

#treatment {
  background-color: #EFECE4;
  padding: 80px 0;
  letter-spacing: .08em;

  .color-yellow {
    color: #BEAF7D;
    font-size: 32px;
    font-weight: 700;
  }

  @media(max-width: 500px) {
    .color-yellow {
      font-size: 22px;
    }
  }

  p,
  h3 {
    margin: 0;
  }
}

.treatment__contents {}

.treatment__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
  margin-top: 99px;
  column-gap: 45px;
  row-gap: 94px;
}

.treatmentCard {
  position: relative;
  height: 180px;
}

.treatmentCard__titles {
  background-color: #fff;
  color: #BEAF7D;
  padding: 5px;
  width: 260px;
  position: absolute;
  left: 50%;
  top: 54px;
  transform: translate(-50%, -100%);
}

.treatmentCard__titles-line {
  border: 1px solid #EFECE4;
  padding: 5px;
}

.treatmentCard__number {
  font-size: 16px;
  padding: 0 4px 5px 4px;
  border-bottom: 1px solid #EFECE4;
  line-height: 1;
}

.treatmentCard__title {
  font-size: 22px;
  line-height: 1.364;
  text-align: center;
  margin-top: 9px;
}

.treatmentCard__content {
  background: url(/wp-content/uploads/treatment-1.jpg) no-repeat center center / cover;
  padding: 5px;
  height: 100%;
}

.treatmentCard:nth-of-type(2) .treatmentCard__content {
  background: url(/wp-content/uploads/treatment-2.jpg) no-repeat center center / cover;
}

.treatmentCard:nth-of-type(3) .treatmentCard__content {
  background: url(/wp-content/uploads/treatment-3.jpg) no-repeat center center / cover;
}

.treatmentCard__line {
  display: grid;
  border: 1px solid #fff;
  padding: 0 22px 22px 22px;
  align-items: flex-end;
  height: 100%;
}

.treatmentCard__text-s {
  padding-top: 54px;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.treatmentCard__text-lg {
  font-size: 24px;
  color: #fff;
  text-align: center;
  font-weight: 700;
  line-height: 1.25;
  margin-top: 14px;
  height: auto;
  position: relative;
}

.treatmentCard__text-lg::before {
  content: "";
  background: url(/wp-content/uploads/icon-title-line.svg) no-repeat center center / contain;
  width: 13.75px;
  height: 60px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
}

.treatmentCard__text-lg::after {
  content: "";
  background: url(/wp-content/uploads/icon-title-line.svg) no-repeat center center / contain;
  width: 13.75px;
  height: 60px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.treatment__bg {
  background: url(/wp-content/uploads/treatment-bg.jpg) no-repeat center center / cover;
  padding: 30px 40px;
  margin-top: 40px;
}

.reatment__h3 {
  font-size: clamp(1.5rem, 1.324rem + 0.75vw, 2rem);
  line-height: 1.5;
}

#treatment .reatment__h3-subtitle {
  font-size: 2.2rem;
  margin-top: 8px;
  line-height: 1.5;
}

.treatment2__textarea {
  background: linear-gradient(to right, #FDFAF7 80%, rgba(52, 152, 219, 0) 100%);
  padding-block: 74px 40px;
}

.treatment2__item:nth-of-type(2) .treatment2__textarea {
  background: linear-gradient(to left, #FDFAF7 80%, rgba(253, 250, 247, 0) 100%);
  padding-block: 74px 40px;
}

@media(max-width: 500px) {
  #treatment .reatment__h3-subtitle {
    font-size: 18px;
  }
}

#treatment .treatmentLists {
  margin: 16px 0 0 0;
  padding: 0;
}

#treatment .treatmentList {
  list-style: none;
}

#treatment .treatmentList+.treatmentList {
  margin-top: 16px;
}

#treatment .treatmentList__title {
  font-size: 20px;
}

#treatment .treatmentList__text {
  margin-left: 8px;
  line-height: 1.375;
}

#treatment .treatment__bottom-text {
  line-height: 1.375;
  margin-top: 8px;
}

#treatment .treatment__bottom-text+.treatment__button {
  margin-top: 30px;
}

.treatment__button {
  margin-top: 15px;
}


@media screen and (max-width: 767px) {
  .treatment__bg {
    padding: 20px 20px 40px;
    background: none;
    background-color: #FDFAF7;
  }


  #treatment .treatmentList__title {
    font-size: 20px;
  }

  #treatment .treatmentList__text {
    margin-left: 0;
  }

  .treatment__bg-sp {
    margin: 21px 0;
  }
}

.faq-section {
  .faq-section__list {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    margin-top: 40px;
    margin-bottom: 80px;
  }

  .faq-section__item {
    cursor: pointer;
  }

  .faq-section__q-area {
    background-color: #BEAF7D;
    color: #fff;
    font-size: 24px;
    display: flex;
    align-items: center;
    padding: 18px 48px 18px 30px;
    position: relative;
  }

  .faq-section__q-area::before,
  .faq-section__q-area::after {
    content: '';
    display: inline-block;
    width: 13px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.8s;
  }

  .faq-section__item .faq-section__q-area::after {
    right: 30px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
  }

  .faq-section__item.open .faq-section__q-area::after {
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
  }

  .faq-section__q,
  .faq-section__a {
    font-size: 24px;
    margin-right: 20px;
  }

  .faq-section__a {
    color: #BEAF7D;
    display: block;
    font-size: 24px;
    margin-bottom: 6px;
  }

  .faq-section__a-area {
    font-size: 16px;
    line-height: 1.3;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    padding-inline: 30px 30px;
    transition: all 1s;
  }

  .faq-section__item.open .faq-section__a-area {
    border: 1px solid #BEAF7D;
    max-height: 100vh;
    opacity: 1;
    padding: 10px 30px 20px;
  }

  @media screen and (max-width: 767px) {
    .faq-section__q-area {
      font-size: 16px;
      line-height: 1.25;
      padding: 16px 35px 16px 15px;
    }

    .faq-section__q {
      font-size: 24px;
      margin-right: 10px;
    }

    .faq-section__item .faq-section__q-area::before,
    .faq-section__item .faq-section__q-area::after,
    .faq-section__item.open .faq-section__q-area::after {
      right: 15px;
    }

    .faq-section__a-area {
      font-size: 14px;
      line-height: 1.5;
      padding-inline: 13px 13px;
    }

    .faq-section__item.open .faq-section__a-area {
      padding: 10px 13px 20px;
    }
  }
}

.page__hgroup {
  text-align: center;
}

.page__hgroup h2 {
  color: #a69672;
  font-size: 32px;
  letter-spacing: .08em;
}

.page__hgroup p {
  font-size: 16px;
  letter-spacing: .08em;
}

.container1080 {
  margin-inline: auto;
  max-width: 1120px;
  padding-inline: 20px;
  width: 100%;
}

.container1200 {
  margin-inline: auto;
  max-width: 1240px;
  padding-inline: 20px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .container1080 {
    padding-inline: 30px;
  }
}

/* treatment2 */
.treatment2 {
  padding-top: 72px;
}

.treatment2__inner {
  margin-top: 46px;
}


.treatment2__column {
  display: grid;
  grid-template-columns: 60% auto;
}

.treatment2__item:nth-child(2) .treatment2__column {
  grid-template-columns: auto 60%;
}

.treatment2__item:nth-child(1) {
  background-image: url(/wp-content/uploads/bg-treatment2-1-scaled.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.treatment2__item:nth-child(2) {
  background-image: url(/wp-content/uploads/bg-treatment2-2-scaled.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.treatment2__item:nth-child(3) {
  background-image: url(/wp-content/uploads/bg-treatment_2_3.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.treatment2__head {
  font-size: 24px;
  letter-spacing: .08em;
  line-height: 1.5;
}

.treatment2__head span {
  background: #beaf7d;
  color: #fff;
  display: block;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: .08em;
  padding: 4px 8px;
  width: fit-content;
  margin-top: 5px;
}

.treatment2__text {
  font-size: 16px;
  letter-spacing: .08em;
  margin-top: 20px;
	line-height: 22px;
}

.treatment2__circleColumn {
  display: flex;
  margin-top: 30px;
}

.treatment2__circleItem {
  align-items: center;
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: 15px;
  height: 150px;
  justify-content: center;
  line-height: 1.46;
  text-align: center;
  width: 150px;
}

.treatment2__circleItem:nth-child(1) {
  background: rgba(166, 150, 114, .7);
}

.treatment2__circleItem:nth-child(2) {
  background: rgba(190, 175, 125, .7);
  left: -8px;
  position: relative;
}

.treatment2__circleItem:nth-child(3) {
  background: rgba(166, 150, 114, .7);
  left: -16px;
  position: relative;
}

.treatment2__textarea .more__btn {
  margin-left: 0;
}

.treatment2_img img {
  display: none;
}

@media screen and (max-width: 767px) {
  .treatment2__inner {
    margin-top: 27px;
  }

  .treatment2__column {
    grid-template-columns: 1fr;
  }

  .treatment2__item:nth-child(2) .treatment2__column {
    grid-template-columns: 1fr;
  }

  .treatment2__head {
    font-size: 18px;
  }

  .treatment2__head span {
    font-size: 24px;
  }

  .treatment2__text {
    font-size: 14px;
    line-height: 1.57;
    margin-top: 16px;
  }

  .treatment2__circleColumn {
    justify-content: center;
    margin-top: 20px;
    padding-left: 8px;
  }

  .treatment2__circleItem {
    font-size: 10px;
    height: 100px;
    position: relative;
    width: 100px;
  }

  .treatment2__textarea .more__btn {
    margin-inline: auto;
    margin-top: 20px;
  }

  .treatment2__textarea {
    order: 2;
    padding-inline: 30px;
    position: relative;
    margin-top: -250px;
    background: linear-gradient(to top, #FDFAF7 80%, rgba(52, 152, 219, 0) 100%);
  }

  .treatment2__item:nth-of-type(2) .treatment2__textarea {
    background: linear-gradient(to top, #FDFAF7 80%, rgba(253, 250, 247, 0) 100%);
  }

  .treatment2__item .container1200 {
    padding-inline: 0;
  }

  .treatment2__item {
    background-image: url(/wp-content/uploads/reasons_bc-scaled.jpg);
    padding-block: 0;
  }

  .treatment2_img {
    order: 1;
  }

  .treatment2_img img {
    display: block;
  }
}

/* introduction */
.introduction {
  padding-block: 72px 80px;
}

.introduction__column {
  display: grid;
  gap: 60px;
  grid-template-columns: 1fr 1fr;
  margin-top: 31px;
}

.introduction__textarea {
  padding: 0 20px 40px;
}

.introduction__head {
  position: relative;
  width: 100%;
}

.introduction__head span {
  color: #A49F9B;
  align-items: center;
  background: #fff;
  border: 1px solid #A49F9B;
  border-radius: 16px;
  display: flex;
  font-size: 16px;
  height: 32px;
  justify-content: center;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 65px;
  z-index: 1;
}

.introduction__head::before {
  background: #a49f9b;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 0;
}

.introduction__text {
  font-size: 16px;
  letter-spacing: .08em;
  margin-top: 32px;
  padding-bottom: 40px;
  border-bottom: 1px solid #A49F9B;
}


.introduction__imgCap {
  font-size: 16px;
  letter-spacing: .08em;
}

.banner_block {
  display: flex;
  gap: 40px;
  justify-content: center;
  margin-top: 40px;
  padding: 80px 0;
  background: #FDFAF7;
}

.banner_block a {
  width: 300px;
}

.banner_block a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  .introduction {
    padding-block: 54px 60px;
  }

  .introduction__column {
    gap: 38px;
    grid-template-columns: 1fr;
  }

  .introduction__img {
    order: 1;
  }

  .introduction__textarea {
    order: 2;
    padding: 0;
  }

  .introduction__text {
    line-height: 1.625;
    padding-bottom: 20px;
  }

  .banner_block {
    flex-direction: column;
    align-items: center;
    gap: 15px;
    padding: 60px 0;
  }
}

/* about us */
.about {
  background-image: url(/wp-content/uploads/bg-about.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-block: 80px;
}

.about__inner {
  background: rgba(255, 255, 255, .8);
  padding: 32px 40px 40px;
}

.about__hgroup {
  text-align: center;
}

.about__hgroup h3 {
  color: #a69672;
  font-size: 32px;
  letter-spacing: .08em;
}

.about__hgroup p {
  font-size: 16px;
  letter-spacing: .08em;
}

.about__text {
  font-size: 20px;
  letter-spacing: .08em;
  line-height: 1.6;
  margin-top: 26px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .about__inner {
    padding: 34px 15px 40px;
  }

  .about__hgroup h3 {
    font-size: 28px;
  }

  .about__hgroup p {
    font-size: 14px;
    white-space: nowrap;
  }

  .about__text {
    font-size: 16px;
    margin-top: 31px;
  }
}

/* ホームページ運営について */
.operation {
  padding-block: 80px;
}

.operation__list {
  padding-block: 26px;
}

.operation__list li {
  color: #a69672;
  font-size: 16px;
  letter-spacing: .08em;
}

.operation__list li a {
  color: #A69672;
}

.operation__title {
  align-items: center;
  background: #a69672;
  color: #fff;
  display: flex;
  font-size: 24px;
  height: 60px;
  justify-content: center;
  letter-spacing: .08em;
  width: 100%;
}

.operation__textarea {
  border: 2px solid #a69672;
  padding: 31px 68px 40px;
}

.operation__text {
  font-size: 16px;
  letter-spacing: .08em;
}

@media screen and (max-width: 767px) {
  .operation__textarea {
    padding: 30px 15px;
  }

  .operation__title {
    font-size: 20px;
  }

  .operation__text {
    font-size: 14px;
    line-height: 1.57;
  }

  .operation__list li {
    font-size: 14px;
    line-height: 1.57;
  }
}


/* reasons */
.reasons {
  background: url(/wp-content/uploads/reasons_bc-scaled.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
  padding-top: 72px;



  .reasons__lead {
    padding-inline: 30px 30px;
    margin: 36px auto 0;
    max-width: 1160px;
  }

  .reasons__lead-inner {
    background-color: #fff;
    filter: drop-shadow(0 3px 12px rgba(0, 0, 0, 0.16));
    padding: 50px 40px 50px 60px;
  }

  .reasons__lead-main {
    display: flex;
    align-items: center;
    column-gap: 42px;
  }

  .reasons__lead-ttl {
    width: 35%;
  }

  .reasons__lead-text {
    font-size: 16px;
    line-height: 1.375;
    width: calc(65% - 42px);
  }

  .reasons__lead-list {
    display: flex;
    justify-content: center;
    text-align: center;
    margin-top: 30px;
    margin-left: 10px;
  }

  .reasons__lead-item {
    color: #fff;
    background-color: #A69672;
    border-radius: 50%;
    display: grid;
    grid-template-rows: auto 1fr;
    opacity: 0.7;
    padding: min(1.76vw, 24px) 0;
    width: min(10.25vw, 140px);
    height: min(10.25vw, 140px);
    margin-left: max(-0.73vw, -10px);
  }

  .reasons__lead-item:nth-child(2n) {
    background-color: #BEAF7D;
  }

  .reasons__lead-item-ttl {
    font-size: min(0.88vw, 12px);
    line-height: 1;
  }

  .reasons__lead-item-text {
    align-self: center;
    font-size: min(1.02vw, 14px);
    line-height: 1.357;
    margin-top: min(0.37vw, 5px);
  }

  .reasons-detail__list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
  }

  .reasons-detail__item {
    background-color: rgba(166, 150, 114, 0.7);
    color: #fff;
    font-size: 16px;
    text-align: center;
    width: calc(100% / 3);
    transition: .3s;
  }

  .reasons-detail__item:hover {
    background-color: rgba(166, 150, 114, 0.5);
  }

  .reasons-detail__item:nth-child(2n) {
    background-color: rgba(190, 175, 125, 0.7);
  }

  .reasons-detail__item:nth-child(2n):hover {
    background-color: rgba(190, 175, 125, 0.5);
  }

  .reasons-detail__item a {
    display: inline-block;
    list-style: none;
    text-decoration: none;
    color: #fff;
    padding: 26px 23px 28px;
    height: 100%;
  }

  .reasons-detail__ttl {
    display: block;
    font-size: 21px;
    margin-top: 5px;
  }

  .reasons-detail__text {
    text-align: left;
    line-height: 1.375;
    margin-top: 15px;
  }

  .reasons__lead-ttl {
    font-size: 32px;
    font-weight: 400;
    line-height: 1.6;
    text-align: center;
    width: 35%;
  }

  .reasons__lead-ttl .marker {
    background: linear-gradient(transparent 70%, rgba(190, 175, 125, 0.3) 70%);
  }

  .reasons__lead .large {
    font-size: 48px;
  }

  .reasons__lead .has-color {
    color: #BEAF7D;
  }

  .reasons__lead .most_large {
    font-size: 56px;
    line-height: 1;
  }


  @media screen and (max-width: 767px) {
    background: url(/wp-content/uploads/reasons_sp.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
    padding-top: 52px;

    .reasons__lead {
      margin-top: 27px;
    }

    .reasons__lead .large {
      font-size: 40px;
    }

    .reasons__lead-ttl .most_large {
      font-size: 48px;
    }

    .reasons__lead-inner {
      padding: 30px 15px 40px;
    }

    .reasons__lead-main {
      flex-direction: column;
      column-gap: unset;
    }

    .reasons__lead-ttl {
      text-align: center;
      width: 100%;
      font-size: 24px;
    }

    .reasons__lead-text {
      margin-top: 19.5px;
      width: 100%;
    }

    .reasons__lead-list {
      flex-wrap: wrap;
      margin-left: 5px;
    }

    .reasons__lead-item {
      aspect-ratio: 1;
      padding: 4.62vw 0;
      margin-left: -5px;
      height: auto;
      width: calc(100% / 3);
    }

    .reasons__lead-item-ttl {
      font-size: 2.05vw;
    }

    .reasons__lead-item-text {
      font-size: 2.56vw;
      margin-top: 1.28vw;
    }

    .reasons-detail__list {
      margin-top: 40px;
    }

    .reasons-detail__item {
      width: 100%;
    }

    .reasons-detail__ttl {
      font-size: 18px;
      margin-top: calc((1em - 1lh) / 2 + 2px);
    }

    .reasons-detail__text {
      font-size: 14px;
      margin-top: 16px;
    }
  }
}
