@charset "UTF-8";
/*
Theme Name:heal_tcd077_child
Version:1.0
Template:heal_tcd077
*/
@import url("https://fonts.googleapis.com/css2?family=Baskervville:ital@0;1&family=Cherry+Bomb+One&family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Darumadrop+One&family=EB+Garamond:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&family=Familjen+Grotesk:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Forum&family=GFS+Didot&family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Junge&family=Kiwi+Maru:wght@300;400;500&family=League+Spartan:wght@100;200;300;400;500;600;700;800;900&family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&family=Montserrat+Alternates:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&family=Noto+Sans+SC:wght@100;300;400;500;700;900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&family=Oswald:wght@200;300;400;500;600;700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Shippori+Mincho:wght@400;500;600;700;800&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&family=Zen+Maru+Gothic:wght@300;400;500;700;900&family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap");
body {
  font-family: "Forum", "Noto Sans JP", sans-serif;
  color: #423a37;
}

@media (max-width: 950px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}
@media (max-width: 949px) {
  .sp-only {
    display: block;
  }
}

.text_primary {
  color: #000;
}

.text_red {
  color: red;
}

.text_center {
  text-align: center;
}

.text_right {
  text-align: right;
}

@media (min-width: 950px) {
  .pc_text_center {
    text-align: center;
  }
}

@media (min-width: 950px) {
  .pc_text_right {
    text-align: right;
  }
}

@media (max-width: 767px) {
  .sp_text_center {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .sp_text_right {
    text-align: right;
  }
}

.more a {
  border-bottom: 1px solid #000;
  display: block;
  max-width: 316px;
  width: 100%;
  line-height: 1.4;
  font-size: 16px;
  font-weight: bold;
  margin: auto;
  position: relative;
  text-decoration: none;
  padding: 1.15em 1em;
  text-align: center;
  color: #fff !important;
  background: #000;
  transition: 0.3s;
}
.more a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 10px;
  right: auto;
  bottom: 0;
  margin: auto;
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  transition: 0.3s;
}
.more a:hover {
  text-decoration: none;
  background: #000;
}
.more a:hover:before {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  left: 14px;
}
@media (min-width: 950px) {
  .more.pc_left a {
    margin-left: 0;
  }
}
.more.color_w a {
  color: #fff;
  border-color: #fff;
}
.more.out_link a:after {
  display: block;
  width: 1em;
  height: 1em;
  font-family: "Font Awesome 5 Free";
  content: "\f35d";
  position: absolute;
  font-weight: 900;
  font-size: 16px;
  top: 50%;
  left: auto;
  right: 5%;
  bottom: 14.6875%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  border: 0;
}

.fax a {
  pointer-events: none;
}

/*TCDテーマのcss上書き==========================================*/
#index_box_content .title {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Lato", sans-serif;
}

#global_menu {
  background-color: #423a37 !important;
}

#global_menu > ul {
  border-color: #ffffff !important;
}

#global_menu > ul > li {
  border-color: #ffffff !important;
}

#global_menu > ul > li > a {
  font-size: 16px;
}

#global_menu ul ul li a {
  background-color: #6b564e;
}

#global_menu ul ul li a:hover {
  background-color: #423a37 !important;
}

.dp-footer-bar-icon {
  color: #ffffff;
}

/*TCDテーマのcss上書き（トップのみ）==========================================*/
/*TCDテーマのcss上書き（下層のみ）==========================================*/
#header {
  border-top: none !important;
  background: url(/wp-content/uploads/top_bg_sea-scaled.jpg) no-repeat center center;
}

#site_desc {
  border-bottom: none;
  background: rgba(66, 58, 55, 0.5) !important;
  position: relative;
  z-index: 1;
}
#site_desc span {
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(12px, 1.1713030747vw, 16px);
  color: #fff;
  z-index: 2;
}

#header_logo img {
  width: 166px;
  height: auto;
}
@media (max-width: 1151px) {
  #header_logo img {
    width: 100px;
  }
}

#header_social_link li a:before {
  color: #fff !important;
  font-size: 30px !important;
}

#header_social_link li a {
  display: block;
  overflow: inherit;
  width: 40px !important;
  height: 40px !important;
  line-height: 20px;
  text-align: center;
  position: relative;
}

#global_menu > ul > li > a:hover {
  background: #30231e !important;
  color: #fff !important;
}

#index_slider h2 {
  margin-bottom: 50px !important;
}

#index_slider h2 span {
  line-height: 1.116;
  font-size: clamp(48px, 5.1244509517vw, 70px) !important;
  font-family: "Forum", cursive;
  color: #fff;
  letter-spacing: 7px;
}

#index_slider p span {
  line-height: 2;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(16px, 1.317715959vw, 18px);
  color: #fff;
}
@media (max-width: 769px) {
  #index_slider p span {
    text-align: start;
  }
}

#index_box_content .title {
  background: rgba(66, 58, 55, 0.8) !important;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(18px, 1.6105417277vw, 22px) !important;
  font-weight: 500;
}

#index_box_content .desc {
  background: #d5cbc8;
}
#index_box_content .desc p {
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 500;
  font-size: 16px !important;
  line-height: 2.375;
}

@media (max-width: 1550px) {
#index_box_content .desc p {
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 500;
  font-size: 14px !important;
  line-height: 2.375;
}
}

@media (max-width: 1210px) {
#index_box_content .desc p {
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 500;
  font-size: 12px !important;
  line-height: 2.375;
}
}

@media (max-width: 950px) {
#index_box_content .desc p {
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 500;
  font-size: 16px !important;
  line-height: 2.375;
}
}

.s_01 {
  overflow: hidden;
  background: #e3dedc;
  padding: 124px 0 112px 0;
}
.s_01 img {
  width: 100%;
}
.s_01 .inner {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
}
.s_01 .inner .wrap {
  margin: 0 60px;
}
@media (max-width: 769px) {
  .s_01 .inner .wrap {
    margin: 0;
  }
}
.s_01 .inner .wrap .title {
  font-family: "Forum", cursive;
  font-size: clamp(40px, 5.1244509517vw, 70px);
  font-weight: 400;
  margin-bottom: 29px;
  color: #a27e39;
  text-align: center;
}
.s_01 .inner .wrap .sub_title {
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(18px, 1.4641288433vw, 20px);
  margin-bottom: 50px;
  color: #423a37;
  text-align: center;
}
.s_01 .inner .wrap .flex_box {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 769px) {
  .s_01 .inner .wrap .flex_box {
    flex-direction: column;
    row-gap: 30px;
    padding-bottom: 30px;
  }
}
.s_01 .inner .wrap .flex_box .col {
  max-width: 262px;
  height: auto;
  width: 100%;
  position: relative;
}
@media (max-width: 1100px) {
  .s_01 .inner .wrap .flex_box .col {
    max-width: 240px;
    margin: 0 auto;
  }
}
@media (max-width: 1000px) {
  .s_01 .inner .wrap .flex_box .col {
    max-width: 220px;
    margin: 0 auto;
  }
}
@media (max-width: 769px) {
  .s_01 .inner .wrap .flex_box .col {
    max-width: 262px;
    margin: 0 auto;
  }
}
.s_01 .inner .wrap .mw_678 {
  max-width: 678px;
  width: 100%;
  margin: 0 auto;
}
.s_01 .inner .wrap .flex_box2 {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 91.5px;
}
@media (max-width: 769px) {
  .s_01 .inner .wrap .flex_box2 {
    margin-bottom: 60px;
    flex-direction: column;
  }
}
.s_01 .inner .wrap .flex_box2 .col {
  max-width: 262px;
  height: auto;
  width: 100%;
  position: relative;
}
@media (max-width: 1100px) {
  .s_01 .inner .wrap .flex_box2 .col {
    max-width: 240px;
    margin: 0 auto;
  }
}
@media (max-width: 1000px) {
  .s_01 .inner .wrap .flex_box2 .col {
    max-width: 220px;
    margin: 0 auto;
  }
}
@media (max-width: 769px) {
  .s_01 .inner .wrap .flex_box2 .col {
    max-width: 262px;
    margin: 0 auto;
  }
}
.s_01 .inner .wrap .content_box {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.s_01 .inner .wrap .content_box .content_title {
  font-family: "yu-mincho-pr6n", sans-serif;
  margin-bottom: 30px;
  font-size: clamp(30px, 3.2942898975vw, 45px);
  color: #a27e39;
  font-weight: 400;
  text-align: center;
}
@media (max-width: 769px) {
  .s_01 .inner .wrap .content_box .content_title {
    font-size: 45px;
  }
}
.s_01 .inner .wrap .content_box .content {
  line-height: 1.888;
  color: #423a37;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(14px, 1.1713030747vw, 16px);
  text-align: center;
  font-weight: 400;
}
@media (max-width: 850px) {
  .s_01 .inner .wrap .content_box .content {
    font-size: 13px;
  }
}
@media (max-width: 769px) {
  .s_01 .inner .wrap .content_box .content {
    font-size: 16px;
  }
}
.s_01 .inner .wrap .bg1::after {
  content: "";
  position: absolute;
  right: clamp(-120px, -10.980966325vw, -150px);
  bottom: -15px;
  background: url(/wp-content/uploads/top_care01.png) no-repeat center center;
  background-size: cover;
  width: clamp(107.5px, 15.7393850659vw, 215px);
  height: clamp(153px, 22.4011713031vw, 306px);
}
@media (max-width: 1000px) {
  .s_01 .inner .wrap .bg1::after {
    right: -90px;
  }
}
@media (max-width: 850px) {
  .s_01 .inner .wrap .bg1::after {
    right: -70px;
  }
}
@media (max-width: 769px) {
  .s_01 .inner .wrap .bg1::after {
    right: -150px;
    width: 215px;
    height: 306px;
  }
}
@media (max-width: 500px) {
  .s_01 .inner .wrap .bg1::after {
    right: -24px;
    width: 100px;
    height: 150px;
    bottom: -6px;
  }
}
.s_01 .inner .wrap .bg2::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -15px;
  background: url(/wp-content/uploads/top_care02.png) no-repeat center center;
  background-size: cover;
  width: 72px;
  height: 117.9px;
}
@media (max-width: 850px) {
  .s_01 .inner .wrap .bg2::after {
    width: 50px;
    height: 80px;
    bottom: 0;
  }
}
@media (max-width: 769px) {
  .s_01 .inner .wrap .bg2::after {
    width: 72px;
    bottom: -15px;
    height: 117.9px;
  }
}
.s_01 .inner .wrap .bg3::after {
  content: "";
  position: absolute;
  right: -50px;
  bottom: 0;
  background: url(/wp-content/uploads/top_care03.png) no-repeat center center;
  background-size: cover;
  width: 128px;
  height: 112px;
}
@media (max-width: 850px) {
  .s_01 .inner .wrap .bg3::after {
    width: 100px;
    height: 86px;
    right: -30px;
  }
}
@media (max-width: 769px) {
  .s_01 .inner .wrap .bg3::after {
    width: 128px;
    height: 112px;
    right: -50px;
  }
}
@media (max-width: 500px) {
  .s_01 .inner .wrap .bg3::after {
    width: 100px;
    height: 86px;
    right: 0;
  }
}
.s_01 .inner .wrap .bg4::after {
  content: "";
  position: absolute;
  right: -70px;
  bottom: 0;
  background: url(/wp-content/uploads/top_care04.png) no-repeat center center;
  background-size: cover;
  width: 137px;
  height: 71px;
}
@media (max-width: 850px) {
  .s_01 .inner .wrap .bg4::after {
    width: 135px;
    height: 70px;
    right: -30px;
    bottom: -20px;
  }
}
@media (max-width: 769px) {
  .s_01 .inner .wrap .bg4::after {
    width: 137px;
    height: 71px;
    right: -70px;
    bottom: 0;
  }
}
@media (max-width: 500px) {
  .s_01 .inner .wrap .bg4::after {
    right: 0;
    width: 100px;
    height: 51px;
  }
}
.s_01 .inner .wrap .bg5::after {
  content: "";
  position: absolute;
  right: -40px;
  bottom: 0;
  background: url(/wp-content/uploads/top_care05.png) no-repeat center center;
  background-size: cover;
  width: 82px;
  height: 111px;
}
@media (max-width: 850px) {
  .s_01 .inner .wrap .bg5::after {
    width: 68px;
    height: 90px;
    right: -20px;
  }
}
@media (max-width: 769px) {
  .s_01 .inner .wrap .bg5::after {
    width: 82px;
    height: 111px;
    right: -40px;
  }
}
@media (max-width: 500px) {
  .s_01 .inner .wrap .bg5::after {
    right: 0;
    width: 68px;
    height: 90px;
  }
}
.s_01 .inner .button a {
  max-width: 250px;
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #423a37;
  border: 1px solid #423a37;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  transition: 0.4s;
  margin: 0 auto;
}
.s_01 .inner .button a:hover {
  background-color: #fff;
  border: 1px solid #423a37;
  color: #423a37;
}

.s02 .parallax_bg .parallax_bg {
  margin: 0 calc(50% - 50vw);
  height: 450px;
  position: relative;
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
  background: url(/wp-content/uploads/top_bariimg-scaled.jpg) no-repeat center top/cover;
  background-attachment: fixed;
}
.s02 .parallax_bg .parallax_bg::after {
  content: "";
  background-image: url(/wp-content/uploads/top_bariimg-scaled.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  position: fixed;
  display: block;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: -1;
  box-sizing: border-box;
}
.s02 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.s02 .bg1 {
  height: clamp(300px, 32.9428989751vw, 450px);
  -o-object-fit: cover;
     object-fit: cover;
}
.s02 .s02_space1 {
  display: block;
}
@media (max-width: 950px) {
  .s02 .s02_space1 {
    display: inline;
  }
}
.s02 .s02_space2 {
  display: block;
}
@media (max-width: 950px) {
  .s02 .s02_space2 {
    display: inline;
  }
}
@media (max-width: 950px) {
  .s02 .wrap .box_reverse {
    flex-direction: column-reverse !important;
  }
}
@media (max-width: 950px) {
  .s02 .wrap .sp_bg1 {
    background: url(/wp-content/uploads/top_menu01_bg.jpg) no-repeat center center;
    background-size: cover;
    padding: 30px 30px 0 30px;
    margin-top: -3px;
  }
}
@media (max-width: 950px) {
  .s02 .wrap .sp_bg2 {
    background: url(/wp-content/uploads/top_menu02_bg.jpg) no-repeat center center;
    background-size: cover;
    padding: 30px 30px 0 30px;
  }
}
.s02 .wrap .flex_box {
  display: flex;
  height: 405px;
  overflow: hidden;
  margin-top: -3px;
}
@media (max-width: 950px) {
  .s02 .wrap .flex_box {
    flex-direction: column;
    height: 100%;
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
  }
}
.s02 .wrap .flex_box .col {
  width: 50%;
}
@media (max-width: 950px) {
  .s02 .wrap .flex_box .col {
    width: 100%;
  }
}
.s02 .wrap .flex_box .bg1 {
  background: url(/wp-content/uploads/top_menu01_bg.jpg) no-repeat center center;
  background-size: cover;
  height: 100%;
}
@media (max-width: 950px) {
  .s02 .wrap .flex_box .bg1 {
    background: none;
  }
}
.s02 .wrap .flex_box .bg1 .flex_wrap {
  max-width: 384px;
  width: 100%;
  margin-left: clamp(30px, 13.4699853587vw, 184px);
  padding: 0 20px;
}
@media (max-width: 1150px) {
  .s02 .wrap .flex_box .bg1 .flex_wrap {
    margin: 0 auto;
  }
}
@media (max-width: 950px) {
  .s02 .wrap .flex_box .bg1 .flex_wrap {
    padding: 0;
    max-width: 100%;
  }
}
.s02 .wrap .flex_box .bg4 {
  background: url(/wp-content/uploads/top_menu02_bg.jpg) no-repeat center center;
  background-size: cover;
  height: 100%;
}
@media (max-width: 950px) {
  .s02 .wrap .flex_box .bg4 {
    background: none;
  }
}
.s02 .wrap .flex_box .bg4 .flex_wrap {
  max-width: 430px;
  width: 100%;
  margin-left: clamp(30px, 5.1244509517vw, 70px);
  padding: 0 20px;
}
@media (max-width: 1150px) {
  .s02 .wrap .flex_box .bg4 .flex_wrap {
    margin: 0 auto;
  }
}
@media (max-width: 950px) {
  .s02 .wrap .flex_box .bg4 .flex_wrap {
    padding: 0;
    max-width: 100%;
  }
}
.s02 .wrap .flex_box .bg1 .title,
.s02 .wrap .flex_box .bg4 .title {
  padding-top: 67px;
  color: #fff;
  font-weight: 500;
  font-size: clamp(26px, 2.196193265vw, 30px);
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 30px;
}
@media (max-width: 425px) {
  .s02 .wrap .flex_box .bg1 .title,
  .s02 .wrap .flex_box .bg4 .title {
    font-size: 22px;
    padding-top: 30px;
  }
}
@media (max-width: 340px) {
  .s02 .wrap .flex_box .bg1 .title,
  .s02 .wrap .flex_box .bg4 .title {
    font-size: 20px;
  }
}
.s02 .wrap .flex_box .bg1 .content,
.s02 .wrap .flex_box .bg4 .content {
  line-height: 1.888;
  color: #fff;
  font-weight: 400;
  font-size: clamp(14px, 1.1713030747vw, 16px);
  margin-bottom: 42px;
  font-family: "Noto Sans JP", sans-serif;
}
.s02 .wrap .button a {
  max-width: 140px;
  width: 100%;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  transition: 0.4s;
  margin-bottom: 71px;
}
@media (max-width: 950px) {
  .s02 .wrap .button a {
    margin-left: auto;
  }
}
.s02 .wrap .button a:hover {
  background-color: #008b6a;
  border: 1px solid #008b6a;
  color: #fff;
}

.content2_bg {
  background: #b59e96;
  padding-bottom: 100px;
}
.content2_bg .index_design_content2 .banner_content {
  height: 350px;
}
.content2_bg .index_design_content2 .banner_content .image_wrap {
  height: 350px;
}
.content2_bg .index_design_content2 .banner_content .overlay {
  height: 350px;
}
.content2_bg h3 {
  font-family: "Forum", cursive !important;
  font-size: clamp(42px, 5.1244509517vw, 70px) !important;
  font-weight: 400;
  line-height: 1.4 !important;
}
.content2_bg h3 span {
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 500;
  font-size: clamp(18px, 1.4641288433vw, 20px) !important;
}
.content2_bg .banner_desc {
  font-weight: 500;
  font-size: clamp(16px, 1.317715959vw, 18px) !important;
  font-family: "Noto Sans JP", sans-serif !important;
  line-height: 2.044;
}

.news_bg {
  background: #d5cbc8;
  padding-bottom: 100px;
}
.news_bg .news_list {
  padding-bottom: 80px;
}
.news_bg .headline {
  font-family: "Forum", cursive !important;
  font-size: clamp(42px, 5.1244509517vw, 70px) !important;
  font-weight: 400;
  line-height: 1.4 !important;
  color: #a27e39;
}
.news_bg .headline span {
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 500;
  font-size: clamp(18px, 1.4641288433vw, 20px) !important;
  color: #423a37;
}
.news_bg .entry-date {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #423a37;
}
.news_bg .title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.news_bg .button_news a {
  max-width: 250px;
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #423a37;
  border: 1px solid #423a37;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  transition: 0.4s;
  margin: 0 auto;
}
.news_bg .button_news a:hover {
  background-color: #fff;
  border: 1px solid #423a37;
  color: #423a37;
}
.news_bg .index_news .item a {
  border: none;
  border-bottom: 1px solid #423a37 !important;
  background: transparent !important;
  padding: 0;
  margin: 0 !important;
}
.news_bg .news_list .item:last-child a {
  border-bottom: none !important;
}

#contents_builder {
  padding-bottom: 0 !important;
}

.s_03 {
  background: #b59e96;
  padding-top: 85px;
  padding-bottom: 123px;
}
.s_03 .insta_content {
  font-size: clamp(16px, 1.317715959vw, 18px);
  font-family: "Noto Sans JP", sans-serif;
  color: #423a37;
  font-weight: 400;
}
.s_03 .inner {
  max-width: 1060px;
  width: 100%;
  margin: 0 auto;
}
.s_03 .inner .wrap {
  margin: 0 30px;
}
.s_03 .inner .wrap .flex_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
@media (max-width: 600px) {
  .s_03 .inner .wrap .flex_box {
    flex-direction: column;
    row-gap: 20px;
  }
}
.s_03 .inner .wrap .flex_box .col {
  width: 50%;
}
@media (max-width: 769px) {
  .s_03 .inner .wrap .flex_box .col {
    width: 100%;
  }
}
.s_03 .inner .wrap .flex_box .col .title {
  font-family: "Forum", cursive !important;
  font-size: clamp(42px, 5.1244509517vw, 70px) !important;
  line-height: 1;
  color: #423a37;
  font-weight: 400;
}
@media (max-width: 600px) {
  .s_03 .inner .wrap .flex_box .col .title {
    text-align: center;
  }
}
.s_03 .inner .wrap .button a {
  max-width: 250px;
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #423a37;
  border: 1px solid #423a37;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  transition: 0.4s;
  margin-left: auto;
  position: relative;
}
.s_03 .inner .wrap .button a:hover {
  background-color: #fff;
  border: 1px solid #423a37;
  color: #423a37;
}
.s_03 .inner .wrap .button a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f35d";
  display: inline-block;
  font-style: normal;
  line-height: 1;
  font-weight: 700;
  font-size: 1em;
  width: auto;
  height: auto;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  right: 7%;
}
.s_03 .inner .wrap .grid_box {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -moz-column-gap: 21px;
       column-gap: 21px;
  row-gap: 21px;
}
@media (max-width: 1050px) {
  .s_03 .inner .wrap .grid_box {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (max-width: 769px) {
  .s_03 .inner .wrap .grid_box {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 600px) {
  .s_03 .inner .wrap .grid_box {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 425px) {
  .s_03 .inner .wrap .grid_box {
    grid-template-columns: 1fr;
  }
}
.s_03 .inner .wrap .grid_box .col {
  width: 180px;
  height: 180px;
  background: #747474;
}
@media (max-width: 1050px) {
  .s_03 .inner .wrap .grid_box .col {
    width: 100%;
  }
}

.footer_bg {
  background: url(/wp-content/uploads/top_bg_sea-scaled.jpg) no-repeat center center;
  background-size: cover;
}

#return_top a {
  background: transparent !important;
  border-top: none !important;
}
#return_top a::before {
  color: #fff !important;
}

#footer_top {
  background: rgba(255, 255, 255, 0.32) !important;
}

#company_info {
  font-size: 17px !important;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.776;
  color: #fff;
  margin-bottom: 46px !important;
}

#footer_social_link li a {
  width: 35px !important;
  overflow: inherit !important;
  height: 35px !important;
}

#footer_social_link li a:before {
  font-size: 30px !important;
  color: #423a37;
}

#footer_social_link {
  padding-bottom: 41px !important;
}

footer #button a {
  max-width: 351px;
  width: 100%;
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #008b6a;
  border: 1px solid #008b6a;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  transition: 0.4s;
  margin: 0 auto;
}
footer #button a:hover {
  background-color: #fff;
  border: 1px solid #008b6a;
  color: #008b6a;
}
@media (max-width: 425px) {
  footer #button a {
    height: 60px;
    font-size: 18px;
  }
}

.data_pc,
.data_sp {
  background: #423a37 !important;
  color: #fff !important;
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: clamp(14px, 1.2445095168vw, 17px) !important;
  border-top: none;
  height: 100% !important;
  line-height: 1.3 !important;
  padding: 30px 0;
  text-align: center;
}

@media (max-width: 870px) {
  .data_pc {
    display: none;
  }
}

.data_sp {
  display: none;
}
@media (max-width: 870px) {
  .data_sp {
    display: inherit;
    text-align: center !important;
    padding: 30px 30px 30px 30px !important;
    line-height: 1.5 !important;
  }
}

.info_pc,
.info_sp {
  font-family: "Noto Sans JP", sans-serif;
  color: #423a37;
  font-weight: 400;
  font-size: clamp(15px, 1.2445095168vw, 17px);
  line-height: 1.776;
  padding: 59px 20px 43px 20px;
}
.info_pc a,
.info_sp a {
  color: #423a37;
  transition: 0.4s;
}
.info_pc a:hover,
.info_sp a:hover {
  color: #008b6a;
  transition: 0.4s;
}

@media (max-width: 769px) {
  .info_pc {
    display: none;
  }
}

.info_sp {
  display: none;
}
@media (max-width: 769px) {
  .info_sp {
    display: inherit;
  }
}

#menu-footer {
  background: #423a37 !important;
}

#footer_menu li {
  border-right: none !important;
}
#footer_menu li a {
  color: #fff !important;
  transition: 0.4s;
}
#footer_menu li a:hover {
  color: #008b6a !important;
  transition: 0.4s;
}

#footer_menu {
  padding-top: 40px;
  background: #423a37;
}
#copyright{
	
}
#copyright {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
}
@media (max-width: 769px) {
  #copyright {
    font-size: 14px;
  }
}
@media (max-width: 425px) {
  #copyright {
    font-size: 12px;
  }
}

@media (max-width: 1151px) {
  #menu_button:before {
    color: #fff !important;
  }
}
@media (max-width: 769px) {
  #index_slider .caption_inner {
    text-align: start !important;
  }
}
@media (max-width: 769px) {
  #index_slider .caption_inner h2 {
    text-align: center !important;
  }
}

@media (max-width: 600px) {
  .index_design_content2 .banner_desc {
    text-align: start;
  }
}

.news_bg .index_news .item a {
  padding: 10px;
}

#menu-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 769px) {
  #menu-footer {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 3px;
  }
}

#footer_menu li a {
  font-size: 17px;
  font-weight: 400;
}
@media (max-width: 769px) {
  #footer_menu li a {
    font-size: 14px;
  }
}

#mobile_menu a {
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 500;
  font-size: 15px;
}

#global_menu > ul > li {
  border-color: #645e55 !important;
}

#global_menu > ul > li {
  border-right: 1px solid #645e55 !important;
}

#global_menu > ul {
  border-left: 1px solid #645e55 !important;
}

@media (max-width: 769px) {
  #footer_logo .mobile_logo_image {
    width: 200px;
    height: auto;
  }
}

@media (max-width: 769px) {
  #footer_menu {
    height: auto;
    line-height: 2;
    padding: 16px 30px 13px !important;
  }
}

.dp-footer-bar a {
  display: block;
  padding: 25px 0 !important;
	font-size:13px;
}

.dp-footer-bar-icon:before {
  content: "" !important;
  background: url(/wp-content/uploads/HOT-PEPPER-Beauty.png) no-repeat center center;
  background-size: cover;
  width: 20px;
  height: 20px;
  bottom: -13px;
}

.icon-file-text {
  color: #fff !important;
}

#index_box_content .desc {
  border-right: 1px solid #afafaf;
}

.news_bg .headline {
  color: #a27e39 !important;
}

#footer_logo {
  margin: 0 !important;
}

#menu-item-102 a {
  pointer-events: none;
}

#menu-item-102 .sub-menu a {
  pointer-events: all !important;
}

/**side_button**/
#salon_side_button {
  position: fixed;
  z-index: 101;
  right: 0;
  top: 265px;
  font-size: 16px;
  transform: translateX(0px);
  transition: transform 0.35s;
  writing-mode: vertical-rl;
  text-orientation: upright;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
}

#salon_side_button a {
  text-align: center;
  display: block;
  line-height: 52px;
  color: #fff;
  padding: 10px 0 10px 0;
  min-height: 216px;
  height: auto;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 0.3em;
  font-size: 18px;
  background: #008b6a;
  border-right: none;
  z-index: 101;
}
@media (max-width: 1250px) {
  #salon_side_button a {
    display: none;
  }
}
#salon_side_button a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: -1;
  transition: all 0.3s;
}
#salon_side_button a:hover {
  color: #008b6a;
  background: #fff;
  border: 1px solid #008b6a;
}
#salon_side_button a:hover::after {
  opacity: 0;
}
#salon_side_button a span i {
  margin-top: 10px;
}
span.f_s {
  display: block;
  font-size: 14px;
  line-height: 1.8;
}
#copyright{
	line-height:1.8 !important;
	height:auto !important;
	padding:20px 10px;
}

#index_slider_wrap {
  height: calc(100vh - 216px) !important;
}
@media (max-width: 1150px) {
  #index_slider_wrap {
    height: calc(100vh - 60px) !important;
  }
}

#index_slider {
  height: calc(100vh - 216px) !important;
}
@media (max-width: 1150px) {
  #index_slider {
    height: calc(100vh - 60px) !important;
  }
}

#index_slider .item {
  height: calc(100vh - 216px) !important;
}
@media (max-width: 1150px) {
  #index_slider .item {
    height: calc(100vh - 60px) !important;
  }
}

.copy_space{
	display:none;
}
.copy_space2{
	display:none;
}
@media (max-width: 500px) {
 .copy_space2{
	display:block;
}
}
@media (max-width: 769px) {
 .copy_space{
	display:block;
}
}
#footer_menu{
	    height: auto;
    line-height: 2;
    padding: 16px 40px 13px;
}
/*# sourceMappingURL=style.css.map */