@charset "UTF-8";

/* トップページのsub_titleに対する記述 */
.home h3.sub_title{
  /* グローバル h3 の装飾を打ち消しつつデザイン */
  font-weight: 700;
  font-size: clamp(16px, 2.2vw, 22px);
  line-height: 1.6;
  padding: 0;
  color: inherit;
  background: none;
  border: 0;
  text-decoration: none;
}

/* タイトル系の疑似要素装飾を無効化（保険） */
.home h3.sub_title::before,
.home h3.sub_title::after{
  content: none;
}
/* 予約ボタンに関する記述 */
.fixed_title {
  font-size: clamp(18px, 1.61vw, 22px);
}


/* タイトル系の疑似要素装飾を無効化（保険） */
.home h3.grid_title::before,
.home h3.grid_title::after{
  content: none;
}
/* タイトル系の疑似要素装飾を無効化（保険） */
h3.text_20::before,
h3.text_20::after{
  content: none;
}

/* headerロゴ上のh1 */
/* ヘッダーのH1（ロゴの上のやつ） */
#header .page-title{
  font-weight: 700;
	font-size: 10px;
  line-height: 1.35;
  margin: 12px 0 0 0;
  letter-spacing: .02em;
}

/* 必要ならページ別の微調整（任意） */
.blog #header .page-title{        /* ブログ一覧 */
  /* 例）font-size: clamp(18px, 2.2vw, 24px); */
}
.archive #header .page-title{     /* カテゴリ/タグ等のアーカイブ */
  /* 例）opacity: .9; */
}
.single #header .page-title{      /* 各投稿（シングル） */
  /* 例）margin-bottom: 14px; */
}
.home #header .page-title{        /* トップページ（出している場合） */
  /* 例）display:none;  ← トップだけ非表示にするなら */
}


/* 追加CSS */

.bg_add {
  background: url(/wp-content/uploads/top_bg002.jpg) no-repeat;
  background-size: cover;
}

#s_add {
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  #s_add {
    padding-bottom: clamp(30px, 5.8670143416vw, 45px);
  }
}
#s_add .container {
  max-width: calc(1000px + 12%);
  width: 100%;
  margin: 0 auto;
  padding: 0 6%;
}
@media (max-width: 767px) {
  #s_add .container {
    max-width: 640px;
  }
}
#s_add .container .flex_box {
  border-radius: 20px;
  display: flex;
  align-items: center;
  border: 5px solid #05c755;
  background: url(/wp-content/uploads/top_bg004.png) no-repeat;
  background-size: cover;
  -moz-column-gap: clamp(30px, 3.6603221083vw, 50px);
  column-gap: clamp(30px, 3.6603221083vw, 50px);
  padding: clamp(60px, 6.149341142vw, 84px) clamp(20px, 4.39238653vw, 60px)
    clamp(60px, 6.149341142vw, 84px) clamp(20px, 7.3206442167vw, 100px);
}
@media (max-width: 767px) {
  #s_add .container .flex_box {
    padding: 60px clamp(20px, 5.2015604681vw, 40px);
    flex-direction: column;
    row-gap: 30px;
  }
}
#s_add .container .flex_box > * {
  opacity: 0;
  transition-duration: 1.2s;
  transform: translateY(10px);
}
#s_add .container .flex_box > *:nth-child(1) {
  transition-delay: 0.6s;
}
#s_add .container .flex_box > *:nth-child(2) {
  transition-delay: 0.9s;
}
#s_add .container .flex_box.animated > * {
  opacity: 1;
  transform: translateY(0px);
}
#s_add .container .flex_box .img_area {
  max-width: 263px;
}
#s_add .container .flex_box .img_area img {
  width: 100%;
}
#s_add .container .flex_box .text_area {
  max-width: 530px;
  width: 100%;
}
#s_add .container .flex_box .text_area .line_img {
  max-width: 356px;
  width: 100%;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  #s_add .container .flex_box .text_area .line_img {
    margin: 0 auto 15px auto;
  }
}
#s_add .container .flex_box .text_area .line_img img {
  width: 100%;
}
#s_add .container .flex_box .text_area .text_flex {
  display: flex;
  align-items: center;
  -moz-column-gap: 6px;
  column-gap: 6px;
  margin-bottom: clamp(20px, 2.2693997072vw, 31px);
}
@media (max-width: 767px) {
  #s_add .container .flex_box .text_area .text_flex {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  #s_add .container .flex_box .text_area .text_flex .pc_only {
    display: none;
  }
}
#s_add .container .flex_box .text_area .text_flex .sp_only {
  display: none;
}
@media (max-width: 767px) {
  #s_add .container .flex_box .text_area .text_flex .sp_only {
    display: inherit;
  }
}
#s_add .container .flex_box .text_area .text_flex p {
  color: #05c755;
  font-weight: bold;
  font-size: clamp(18px, 1.6105417277vw, 22px);
  letter-spacing: 0.06em;
  line-height: normal;
  font-family: "Noto Sans JP", "Yu Gothic Medium", YuGothic, sans-serif;
}
@media (max-width: 767px) {
  #s_add .container .flex_box .text_area .text_flex p {
    font-size: 4.2352941176vw;
  }
}
#s_add .container .flex_box .text_area .content {
  font-family: "Noto Sans JP", "Yu Gothic Medium", YuGothic, sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 1.1713030747vw, 16px);
  color: #4d5c5c;
  line-height: 1.625;
  margin-bottom: clamp(20px, 2.196193265vw, 30px);
}
@media (max-width: 425px) {
  #s_add .container .flex_box .text_area .content {
    font-size: 3.2941176471vw;
  }
}
#s_add .container .flex_box .text_area .more a {
  margin: 0;
  background: #05c755;
  border-radius: 8px;
  transition: 0.4s all;
}
#s_add .container .flex_box .text_area .more a:hover {
  background: #0d9c49;
}
@media (max-width: 767px) {
  #s_add .container .flex_box .text_area .more a {
    margin: 0 auto;
  }
}
#s_add .container .flex_box .text_area .more a::after {
  display: none;
}
#s_add .container .flex_box .text_area .more a::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 6%;
  left: unset;
  margin: auto;
  transform: translate(0, -50%);
  width: 0;
  height: 0;
  background: url(/wp-content/uploads/link_002.png) no-repeat center center;
  background-size: contain;
  width: 15px;
  height: 15px;
  border: unset;
}

#s_add2 {
  padding-bottom: clamp(70px, 7.6866764275vw, 105px);
}
#s_add2 .inner {
  max-width: calc(1000px + 12%);
  width: 100%;
  margin: 0 auto;
  padding: 0 6%;
}
@media (max-width: 767px) {
  #s_add2 .inner {
    max-width: 640px;
  }
}
#s_add2 .inner .grid_box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: clamp(30px, 2.9282576867vw, 40px);
  column-gap: clamp(30px, 2.9282576867vw, 40px);
}
@media (max-width: 767px) {
  #s_add2 .inner .grid_box {
    grid-template-columns: 1fr;
    row-gap: clamp(30px, 5.8517555267vw, 45px);
  }
}
#s_add2 .inner .grid_box > * {
  opacity: 0;
  transition-duration: 1.2s;
  transform: translateY(10px);
}
#s_add2 .inner .grid_box > *:nth-child(1) {
  transition-delay: 0.6s;
}
#s_add2 .inner .grid_box > *:nth-child(2) {
  transition-delay: 1s;
}
#s_add2 .inner .grid_box.animated > * {
  opacity: 1;
  transform: translateY(0px);
}
#s_add2 .inner .grid_box .grid_col .main_img {
  width: 100%;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-left: 5px solid #5ab7aa;
  border-right: 5px solid #5ab7aa;
  border-top: 5px solid #5ab7aa;
}
#s_add2 .inner .grid_box .grid_col .box {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background: #fff;
  border-left: 5px solid #5ab7aa;
  border-right: 5px solid #5ab7aa;
  border-bottom: 5px solid #5ab7aa;
  padding: 35px clamp(6%, 3.2942898975vw, 45px);
  position: relative;
  overflow: hidden;
}
#s_add2 .inner .grid_box .grid_col .box::before {
  content: "";
  width: 30%;
  height: 100%;
  background: url(/wp-content/uploads/top_img026.png) no-repeat;
  top: 0;
  right: 0;
  background-size: cover;
  position: absolute;
}
#s_add2 .inner .grid_box .grid_col .box .text_flex {
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
  column-gap: 8px;
  margin-bottom: 25px;
}
#s_add2 .inner .grid_box .grid_col .box .text_flex img {
  width: 25px;
  height: 25px;
}
#s_add2 .inner .grid_box .grid_col .box .text_flex p {
  font-weight: bold;
  font-size: clamp(20px, 1.6105417277vw, 22px);
  line-height: normal;
  letter-spacing: 0.06em;
  color: #5ab7aa;
}
#s_add2 .inner .grid_box .grid_col .box.box1 .title_img {
  max-width: clamp(160px, 23.4070221066vw, 180px);
  width: 100%;
  margin-bottom: 22px;
}
#s_add2 .inner .grid_box .grid_col .box.box2 .title_img {
  max-width: clamp(180px, 26.9180754226vw, 207px);
  width: 100%;
  margin-bottom: 22px;
}
#s_add2 .inner .grid_box .grid_col .box .more a {
  margin: 0 auto;
  background: #5ab7aa;
  border-radius: 8px;
  transition: 0.4s all;
  width: 100%;
  max-width: 100%;
  font-size: clamp(14px, 1.1713030747vw, 16px);
}
#s_add2 .inner .grid_box .grid_col .box .more a .content_space {
  display: none;
}
@media (max-width: 425px) {
  #s_add2 .inner .grid_box .grid_col .box .more a .content_space {
    display: block;
  }
}
#s_add2 .inner .grid_box .grid_col .box .more a:hover {
  background: rgb(73.6405063291, 168.7594936709, 155.4632911392);
}
#s_add2 .inner .grid_box .grid_col .box .more a::after {
  display: none;
}
#s_add2 .inner .grid_box .grid_col .box .more a::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 6%;
  left: unset;
  margin: auto;
  transform: translate(0, -50%);
  width: 0;
  height: 0;
  background: url(/wp-content/uploads/link_002.png) no-repeat center center;
  background-size: contain;
  width: 15px;
  height: 15px;
  border: unset;
} /*# sourceMappingURL=main.css.map */
