/*
Theme Name:anthem_tcd083_child
Version:1.5.1
Template:anthem_tcd083
*/
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Infant:ital,wght@0,300..700;1,300..700&family=Shippori+Mincho:wght@400;500;600;700;800&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
.grecaptcha-badge {
  visibility: hidden;
}

*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg*, symbol*)) {
  all: unset;
  display: revert;
}

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

a,
button {
  cursor: revert;
}

ol,
ul,
menu {
  list-style: none;
  padding: 0;
}

img {
  max-inline-size: 100%;
  max-block-size: 100%;
}

table {
  border-collapse: collapse;
}

input,
textarea {
  -webkit-user-select: auto;
}

textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
       appearance: revert;
}

:where(pre) {
  all: revert;
}

::-moz-placeholder {
  color: unset;
}

::placeholder {
  color: unset;
}

::marker {
  content: initial;
}

:where([hidden]) {
  display: none;
}

figure {
  margin: 0;
}

:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

:where([draggable=true]) {
  -webkit-user-drag: element;
}

:where(dialog:modal) {
  all: revert;
}

h2,
p {
  margin: 0;
}

a {
  text-decoration: none;
  color: #000000;
}

html body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #000000;
  margin: 0;
  overflow: hidden;
}

.all_bg {
  background: url(../img/top_bg.jpg) no-repeat center center;
  background-size: cover;
  height: 100vh;
  width: 100vw;
  position: fixed;
  z-index: -1;
}

#header_top {
  display: none;
}

.header_sldier_wrap {
  position: relative;
}
.header_sldier_wrap figure {
  text-align: center;
  z-index: 20;
  position: absolute;
  top: 50%;
  right: 93px;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .header_sldier_wrap figure {
    width: 100%;
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.header_sldier_wrap figure img {
  max-width: clamp(480px, 43.1918008785vw, 570px);
  width: 100%;
}
@media (max-width: 500px) {
  .header_sldier_wrap figure img {
    max-width: 360px;
  }
}
@media (max-width: 425px) {
  .header_sldier_wrap figure img {
    max-width: 300px;
  }
}
@media (max-width: 360px) {
  .header_sldier_wrap figure img {
    max-width: 280px;
  }
}

#header_sns a {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  line-height: 1.484;
  font-size: clamp(24px, 3.7335285505vw, 51px);
  color: #fb7f2b !important;
}
#header_sns a:hover {
  color: #123d4d !important;
}
#header_sns p {
  border: 1px solid #123d4d;
  padding: 0 10px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.429;
  color: #123d4d;
}
#header_sns p span {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

#header_top {
  display: none;
}

#header_slider .layer_image img {
  height: 100vh !important;
  max-width: 100vw !important;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 749px) {
  #header_slider .layer_image img {
    height: calc(100vh - 60px);
  }
}

#header_slider {
  height: calc(100vh - 91px);
  width: 100vw;
}

#header_bottom_inner {
  height: 78px;
  max-width: 100% !important;
  width: 100%;
}

.pc_logo_image {
  padding-left: clamp(20px, 4.3229166667vw, 83px);
  max-height: calc(100% - 10px) !important;
}
@media (max-width: 1366px) {
  .pc_logo_image {
    padding-left: 20px;
  }
}

#header_sns {
  display: none;
}

#header_bottom {
  background: #000000 !important;
}

#global_menu {
  text-align: end;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: end;
  padding-right: 14px;
}

#global_menu > ul > li > a {
  height: 64px;
  line-height: 64px;
  font-weight: 400;
  color: #fff !important;
  font-family: "Zen Kaku Gothic New", sans-serif;
  padding: 0 10px;
  font-size: 14px;
}

#menu_button span {
  background: #c5a461 !important;
}

@media (max-width: 425px) {
  header .mobile_logo_image {
    max-width: 230px !important;
  }
}

.header_wrap {
  height: 100%;
}
.header_wrap .header_button_flex {
  display: flex;
  align-items: center;
}
.header_wrap .header_button_flex .header_button1 {
  padding-left: 15px;
}
.header_wrap .header_button_flex .header_button1 a {
  width: clamp(120px, 10.2489019034vw, 140px);
  height: clamp(40px, 3.3674963397vw, 46px);
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  background: #c5a461;
  column-gap: 10px;
  transition: 0.4s all;
}
.header_wrap .header_button_flex .header_button1 a:hover {
  background: rgb(188.7833333333, 151.1083333333, 74.6166666667);
}
.header_wrap .header_button_flex .header_button1 a span {
  font-family: "Shippori Mincho", serif;
  font-size: clamp(13px, 1.0248901903vw, 14px);
  font-weight: 600;
  line-height: normal;
  color: #fff;
}
.header_wrap .header_button_flex .header_button1 a img {
  width: clamp(20px, 1.756954612vw, 24px);
  height: clamp(20px, 1.756954612vw, 24px);
  -o-object-fit: contain;
     object-fit: contain;
}
.header_wrap .header_button_flex .header_button2 {
  padding-left: 15px;
}
.header_wrap .header_button_flex .header_button2 a {
  width: clamp(180px, 15.3733528551vw, 210px);
  height: clamp(40px, 3.3674963397vw, 46px);
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  background: #c5a461;
  column-gap: 10px;
  transition: 0.4s all;
}
.header_wrap .header_button_flex .header_button2 a:hover {
  background: rgb(188.7833333333, 151.1083333333, 74.6166666667);
}
.header_wrap .header_button_flex .header_button2 a span {
  font-family: "Shippori Mincho", serif;
  font-size: clamp(13px, 1.0248901903vw, 14px);
  font-weight: 600;
  line-height: normal;
  color: #fff;
}
.header_wrap .header_button_flex .header_button2 a img {
  width: clamp(20px, 1.756954612vw, 24px);
  height: clamp(20px, 1.756954612vw, 24px);
  -o-object-fit: contain;
     object-fit: contain;
}

.slider_wrap {
  position: relative;
}
.slider_wrap .main_mv {
  position: absolute;
  top: 50%;
  left: 20%;
  z-index: 10;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .slider_wrap .main_mv {
    left: clamp(20px, 6.518904824vw, 50px);
  }
}
.slider_wrap .main_mv h2 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 800;
  font-size: clamp(32px, 4.5387994143vw, 62px);
  color: #fff;
  line-height: normal;
  margin-bottom: clamp(20px, 2.196193265vw, 30px);
}
.slider_wrap .main_mv p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  font-size: clamp(18px, 2.3426061493vw, 32px);
  line-height: 1.563;
  color: #fff;
  letter-spacing: 0.05em;
}

html body #index_news {
  background: #c5a461;
}
html body #index_news a:hover span {
  color: #fff;
}
html body #index_news a:hover .entry-date {
  color: #fff;
}

.entry-date {
  color: #000000;
  font-family: "Cormorant Infant", serif;
  font-weight: bold;
  font-size: clamp(16px, 1.317715959vw, 18px);
  letter-spacing: 0.04em;
  transition: 0.4s all;
}

#index_news_slider .title span {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: clamp(16px, 1.317715959vw, 18px);
  color: #000000;
  line-height: 1.6;
  transition: 0.4s all;
}

#header_slider .slick-dots button:hover::before,
#header_slider .slick-dots .slick-active button::before {
  background: #c5a461 !important;
  border: 1px solid #c5a461 !important;
}

#global_menu ul ul {
  top: 60px;
}

.main_ttl {
  position: absolute;
  top: 50%;
  left: 6.9270833333vw;
  z-index: 10;
  padding: 0;
  position: absolute;
  transform: translateY(-50%);
  width: 100%;
}
@media (max-width: 425px) {
  .main_ttl {
    transform: unset;
    top: unset;
    bottom: 10%;
  }
}
.main_ttl h2 {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: clamp(54px, 3.6458333333vw, 70px);
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #fff;
  margin-bottom: 14px;
}
@media (max-width: 1366px) {
  .main_ttl h2 {
    font-size: clamp(28px, 3.953147877vw, 54px);
  }
}
@media (max-width: 767px) {
  .main_ttl h2 {
    font-size: clamp(28px, 5.4758800522vw, 42px);
  }
}
.main_ttl p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(20px, 1.25vw, 24px);
  color: #fff;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media (max-width: 1366px) {
  .main_ttl p {
    font-size: clamp(18px, 1.4641288433vw, 20px);
  }
}
@media (max-width: 767px) {
  .main_ttl p {
    font-size: clamp(16px, 2.3468057366vw, 18px);
  }
}

html body #footer_bottom {
  height: auto;
  width: 100%;
  padding: 12px 6%;
  background: #c5a461;
}
html body #footer_bottom #menu-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  html body #footer_bottom #menu-footer {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 500px) {
  html body #footer_bottom #menu-footer {
    grid-template-columns: 1fr;
  }
}
html body #footer_bottom #menu-footer li {
  margin: 0 10px;
}
html body #footer_bottom #menu-footer a {
  height: auto;
  font-weight: 500;
  font-size: clamp(14px, 0.8333333333vw, 16px);
  color: #fff;
  line-height: 2.571;
  transition: 0.4s all;
}
html body #footer_bottom #menu-footer a:hover {
  color: #000000;
}

#copyright {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 11px;
  font-weight: 500;
  color-interpolation-filters: #fff;
}

@media (max-width: 767px) {
  .pc_only {
    display: none;
  }
}

.sp_only {
  display: none;
}
@media (max-width: 767px) {
  .sp_only {
    display: block;
  }
}

@media (max-width: 425px) {
  .pc_only_425 {
    display: none;
  }
}

.sp_only_425 {
  display: none;
}
@media (max-width: 425px) {
  .sp_only_425 {
    display: block;
  }
}

.title_en {
  font-family: "Cormorant Infant", serif;
  font-size: clamp(80px, 5.2083333333vw, 100px);
  line-height: 1;
}
@media (max-width: 1366px) {
  .title_en {
    font-size: clamp(56px, 5.8565153734vw, 80px);
  }
}
@media (max-width: 767px) {
  .title_en {
    font-size: clamp(50px, 8.3441981747vw, 64px);
  }
}

.title_jp {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: clamp(34px, 2.5vw, 48px);
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media (max-width: 1366px) {
  .title_jp {
    font-size: clamp(26px, 1.7708333333vw, 34px);
  }
}
@media (max-width: 767px) {
  .title_jp {
    font-size: clamp(22px, 3.9113428944vw, 30px);
  }
}

.content {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: clamp(16px, 1.0416666667vw, 20px);
  line-height: 2;
}
@media (max-width: 1366px) {
  .content {
    font-size: clamp(14px, 1.1713030747vw, 16px);
  }
}
@media (max-width: 767px) {
  .content {
    font-size: clamp(14px, 2.0860495437vw, 16px);
  }
}

.main_button a {
  width: clamp(250px, 15.625vw, 300px);
  height: clamp(56px, 3.4375vw, 66px);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: 0.4s all;
}
.main_button a::after {
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  transition: 0.4s all;
}
.main_button a span {
  position: relative;
  z-index: 1;
  font-family: "Shippori Mincho", serif;
  font-weight: bold;
  letter-spacing: 0.04em;
  font-size: clamp(16px, 1.0416666667vw, 20px);
  transition: 0.4s all;
}
@media (max-width: 1366px) {
  .main_button a span {
    font-size: clamp(14px, 1.1713030747vw, 16px);
  }
}
@media (max-width: 767px) {
  .main_button a span {
    font-size: clamp(14px, 2.0860495437vw, 16px);
  }
}
.main_button.main_color a {
  background: #c5a461;
}
.main_button.main_color a::after {
  border: 4px solid #000000;
}
.main_button.main_color a span {
  color: #000000;
}
.main_button.main_color a:hover {
  background: rgb(188.7833333333, 151.1083333333, 74.6166666667);
}
.main_button.white_color a {
  background: #fff;
}
.main_button.white_color a::after {
  border: 4px solid #c5a461;
}
.main_button.white_color a span {
  color: #000000;
}
.main_button.white_color a:hover {
  background: rgb(239.7, 239.7, 239.7);
}

html body #footer_post_list_wrap {
  background: #000000;
  position: relative;
  padding: clamp(80px, 10.2489019034vw, 140px) 0;
}
html body #footer_post_list_wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: calc(100% - 40px);
  width: calc(100% - 40px);
  border: 3px solid #c5a461;
}
@media (max-width: 767px) {
  html body #footer_post_list_wrap::after {
    height: calc(100% - 30px);
    width: calc(100% - 30px);
  }
}
@media (max-width: 425px) {
  html body #footer_post_list_wrap::after {
    height: calc(100% - 20px);
    width: calc(100% - 20px);
    border: 2px solid #c5a461;
  }
}
html body #footer_post_list_wrap .inner {
  position: relative;
  z-index: 1;
  padding: 0 8%;
}
html body #footer_post_list_wrap .inner .blog_title_en {
  text-align: center;
  color: #c5a461;
  margin-bottom: clamp(37px, 2.6041666667vw, 50px);
  font-family: "Cormorant Infant", serif;
  font-weight: 400;
  font-size: clamp(45px, 2.8125vw, 54px);
}
@media (max-width: 1366px) {
  html body #footer_post_list_wrap .inner .blog_title_en {
    margin-bottom: clamp(25px, 2.7086383602vw, 37px);
    font-size: clamp(36px, 3.2942898975vw, 45px);
  }
}
@media (max-width: 767px) {
  html body #footer_post_list_wrap .inner .blog_title_en {
    font-size: clamp(32px, 5.2151238592vw, 40px);
  }
}
html body #footer_post_list_wrap .inner #footer_post_list {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}
html body #footer_post_list_wrap .inner #footer_post_list .title {
  color: #c5a461;
}

#s01 {
  background: #000000;
  position: relative;
  padding: clamp(80px, 10.2489019034vw, 140px) 0;
}
#s01::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: calc(100% - 40px);
  width: calc(100% - 40px);
  border: 3px solid #c5a461;
}
@media (max-width: 767px) {
  #s01::after {
    height: calc(100% - 30px);
    width: calc(100% - 30px);
  }
}
@media (max-width: 425px) {
  #s01::after {
    height: calc(100% - 20px);
    width: calc(100% - 20px);
    border: 2px solid #c5a461;
  }
}
#s01 .inner {
  position: relative;
  z-index: 1;
  padding: 0 8%;
}
#s01 .inner .main_logo {
  max-width: clamp(280px, 18.75vw, 360px);
  width: 100%;
  margin: 0 auto clamp(28px, 2.0833333333vw, 40px);
}
@media (max-width: 1366px) {
  #s01 .inner .main_logo {
    max-width: clamp(220px, 20.4978038067vw, 280px);
  }
}
#s01 .inner .main_logo img {
  width: 100%;
}
#s01 .inner .title_jp {
  text-align: center;
  color: #fff;
  margin-bottom: clamp(40px, 2.9166666667vw, 56px);
}
@media (max-width: 1366px) {
  #s01 .inner .title_jp {
    margin-bottom: clamp(30px, 2.9282576867vw, 40px);
  }
}
#s01 .inner .content {
  text-align: center;
  color: #fff;
  margin-bottom: clamp(40px, 2.9166666667vw, 56px);
}
@media (max-width: 1366px) {
  #s01 .inner .content {
    margin-bottom: clamp(30px, 2.9282576867vw, 40px);
  }
}
#s01 .inner .main_button a {
  margin: 0 auto;
}

#s02 {
  background: #c5a461;
  position: relative;
  padding: clamp(60px, 10.2489019034vw, 140px) 0;
}
#s02::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: calc(100% - 40px);
  width: calc(100% - 40px);
  border: 3px solid #000000;
}
@media (max-width: 767px) {
  #s02::after {
    height: calc(100% - 30px);
    width: calc(100% - 30px);
  }
}
@media (max-width: 425px) {
  #s02::after {
    height: calc(100% - 20px);
    width: calc(100% - 20px);
    border: 2px solid #000000;
  }
}
#s02 .inner {
  max-width: 100%;
  padding: 0 8%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media (max-width: 1366px) {
  #s02 .inner {
    margin: 0;
    padding: 0 8% 0 6.0761346999vw;
  }
}
@media (max-width: 767px) {
  #s02 .inner {
    padding: 0 8%;
  }
}
#s02 .inner .grid_box {
  display: grid;
  grid-template-columns: 600fr 425fr;
  -moz-column-gap: clamp(68px, 5.2083333333vw, 100px);
       column-gap: clamp(68px, 5.2083333333vw, 100px);
  align-items: center;
  justify-content: center;
}
@media (max-width: 1366px) {
  #s02 .inner .grid_box {
    -moz-column-gap: clamp(30px, 4.9780380673vw, 68px);
         column-gap: clamp(30px, 4.9780380673vw, 68px);
  }
}
@media (max-width: 767px) {
  #s02 .inner .grid_box {
    grid-template-columns: 1fr;
    row-gap: clamp(30px, 5.8670143416vw, 45px);
  }
}
#s02 .inner .grid_box .img_area {
  width: 100%;
  height: 100%;
  background: url(/wp-content/uploads/top_menu_img.jpg) no-repeat center center;
  background-size: cover;
}
@media (max-width: 1366px) {
  #s02 .inner .grid_box .img_area {
    max-width: 600px;
  }
}
@media (max-width: 767px) {
  #s02 .inner .grid_box .img_area {
    height: clamp(360px, 62.5814863103vw, 480px);
  }
}
#s02 .inner .grid_box .text_area {
  padding: clamp(40px, 5.1244509517vw, 70px) 0;
  min-width: 325px;
}
@media (max-width: 767px) {
  #s02 .inner .grid_box .text_area {
    padding: 0;
  }
}
@media (max-width: 767px) {
  #s02 .inner .grid_box .text_area > * {
    text-align: center;
  }
}
#s02 .inner .grid_box .text_area .title_en {
  color: #000000;
  margin-bottom: 10px;
}
#s02 .inner .grid_box .text_area .title_jp {
  color: #000000;
  margin-bottom: clamp(24px, 2.0833333333vw, 40px);
}
@media (max-width: 1366px) {
  #s02 .inner .grid_box .text_area .title_jp {
    margin-bottom: clamp(20px, 1.756954612vw, 24px);
  }
}
#s02 .inner .grid_box .text_area .content {
  color: #000000;
  margin-bottom: clamp(24px, 2.0833333333vw, 40px);
}
@media (max-width: 1366px) {
  #s02 .inner .grid_box .text_area .content {
    margin-bottom: clamp(20px, 1.756954612vw, 24px);
  }
}
@media (max-width: 767px) {
  #s02 .inner .grid_box .text_area .main_button a {
    margin: 0 auto;
  }
}

#s03 {
  background: #000000;
  position: relative;
  padding: clamp(60px, 10.2489019034vw, 140px) 0;
}
#s03::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: calc(100% - 40px);
  width: calc(100% - 40px);
  border: 3px solid #c5a461;
}
@media (max-width: 767px) {
  #s03::after {
    height: calc(100% - 30px);
    width: calc(100% - 30px);
  }
}
@media (max-width: 425px) {
  #s03::after {
    height: calc(100% - 20px);
    width: calc(100% - 20px);
    border: 2px solid #c5a461;
  }
}
#s03 .inner {
  max-width: 100%;
  padding: 0 8%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media (max-width: 1366px) {
  #s03 .inner {
    margin: 0;
    padding: 0 6.0761346999vw 0 8%;
  }
}
@media (max-width: 767px) {
  #s03 .inner {
    padding: 0 8%;
  }
}
#s03 .inner .grid_box {
  display: grid;
  grid-template-columns: 425fr 600fr;
  -moz-column-gap: clamp(68px, 5.2083333333vw, 100px);
       column-gap: clamp(68px, 5.2083333333vw, 100px);
  align-items: center;
  justify-content: center;
}
@media (max-width: 1366px) {
  #s03 .inner .grid_box {
    -moz-column-gap: clamp(30px, 4.9780380673vw, 68px);
         column-gap: clamp(30px, 4.9780380673vw, 68px);
    justify-items: flex-end;
  }
}
@media (max-width: 767px) {
  #s03 .inner .grid_box {
    display: flex;
    flex-direction: column-reverse;
    row-gap: clamp(30px, 5.8670143416vw, 45px);
  }
}
#s03 .inner .grid_box .img_area {
  width: 100%;
  height: 100%;
  background: url(/wp-content/uploads/top_faq_img.jpg) no-repeat center center;
  background-size: cover;
}
@media (max-width: 1366px) {
  #s03 .inner .grid_box .img_area {
    max-width: 600px;
  }
}
@media (max-width: 767px) {
  #s03 .inner .grid_box .img_area {
    height: clamp(360px, 62.5814863103vw, 480px);
  }
}
#s03 .inner .grid_box .text_area {
  padding: clamp(55px, 7.3206442167vw, 100px) 0;
  min-width: 295px;
}
@media (max-width: 767px) {
  #s03 .inner .grid_box .text_area {
    padding: 0;
    width: 100%;
  }
}
@media (max-width: 767px) {
  #s03 .inner .grid_box .text_area > * {
    text-align: center;
  }
}
#s03 .inner .grid_box .text_area .title_en {
  margin-bottom: 10px;
  color: #c5a461;
}
#s03 .inner .grid_box .text_area .title_jp {
  color: #fff;
  margin-bottom: clamp(24px, 2.0833333333vw, 40px);
}
@media (max-width: 1366px) {
  #s03 .inner .grid_box .text_area .title_jp {
    margin-bottom: clamp(20px, 1.756954612vw, 24px);
  }
}
#s03 .inner .grid_box .text_area .content {
  color: #fff;
  margin-bottom: clamp(24px, 2.0833333333vw, 40px);
}
@media (max-width: 1366px) {
  #s03 .inner .grid_box .text_area .content {
    margin-bottom: clamp(20px, 1.756954612vw, 24px);
  }
}
@media (max-width: 767px) {
  #s03 .inner .grid_box .text_area .main_button a {
    margin: 0 auto;
  }
}

#s04 {
  background: #c5a461;
  position: relative;
  padding: clamp(60px, 10.2489019034vw, 140px) 0;
}
#s04::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: calc(100% - 40px);
  width: calc(100% - 40px);
  border: 3px solid #000000;
}
@media (max-width: 767px) {
  #s04::after {
    height: calc(100% - 30px);
    width: calc(100% - 30px);
  }
}
@media (max-width: 425px) {
  #s04::after {
    height: calc(100% - 20px);
    width: calc(100% - 20px);
    border: 2px solid #000000;
  }
}
#s04 .inner {
  max-width: 100%;
  padding: 0 8%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media (max-width: 1366px) {
  #s04 .inner {
    margin: 0;
    padding: 0 8% 0 6.0761346999vw;
  }
}
@media (max-width: 767px) {
  #s04 .inner {
    padding: 0 8%;
  }
}
#s04 .inner .grid_box {
  display: grid;
  grid-template-columns: 600fr 425fr;
  -moz-column-gap: clamp(68px, 5.2083333333vw, 100px);
       column-gap: clamp(68px, 5.2083333333vw, 100px);
  align-items: center;
  justify-content: center;
}
@media (max-width: 1366px) {
  #s04 .inner .grid_box {
    -moz-column-gap: clamp(30px, 4.9780380673vw, 68px);
         column-gap: clamp(30px, 4.9780380673vw, 68px);
  }
}
@media (max-width: 767px) {
  #s04 .inner .grid_box {
    grid-template-columns: 1fr;
    row-gap: clamp(30px, 5.8670143416vw, 45px);
  }
}
#s04 .inner .grid_box .img_area {
  width: 100%;
  height: 100%;
  background: url(/wp-content/uploads/top_voice_img.jpg) no-repeat center center;
  background-size: cover;
}
@media (max-width: 1366px) {
  #s04 .inner .grid_box .img_area {
    max-width: 600px;
  }
}
@media (max-width: 767px) {
  #s04 .inner .grid_box .img_area {
    height: clamp(360px, 62.5814863103vw, 480px);
  }
}
#s04 .inner .grid_box .text_area {
  padding: clamp(55px, 7.3206442167vw, 100px) 0;
  min-width: 325px;
}
@media (max-width: 767px) {
  #s04 .inner .grid_box .text_area {
    padding: 0;
  }
}
@media (max-width: 767px) {
  #s04 .inner .grid_box .text_area > * {
    text-align: center;
  }
}
#s04 .inner .grid_box .text_area .title_en {
  color: #000000;
  margin-bottom: 10px;
}
#s04 .inner .grid_box .text_area .title_jp {
  color: #000000;
  margin-bottom: clamp(24px, 2.0833333333vw, 40px);
}
@media (max-width: 1366px) {
  #s04 .inner .grid_box .text_area .title_jp {
    margin-bottom: clamp(20px, 1.756954612vw, 24px);
  }
}
#s04 .inner .grid_box .text_area .content {
  color: #000000;
  margin-bottom: clamp(24px, 2.0833333333vw, 40px);
}
@media (max-width: 1366px) {
  #s04 .inner .grid_box .text_area .content {
    margin-bottom: clamp(20px, 1.756954612vw, 24px);
  }
}
@media (max-width: 767px) {
  #s04 .inner .grid_box .text_area .main_button a {
    margin: 0 auto;
  }
}

#s05 {
  background: #000000;
  position: relative;
  padding: clamp(60px, 10.2489019034vw, 140px) 0;
}
#s05::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: calc(100% - 40px);
  width: calc(100% - 40px);
  border: 3px solid #c5a461;
}
@media (max-width: 767px) {
  #s05::after {
    height: calc(100% - 30px);
    width: calc(100% - 30px);
  }
}
@media (max-width: 425px) {
  #s05::after {
    height: calc(100% - 20px);
    width: calc(100% - 20px);
    border: 2px solid #c5a461;
  }
}
#s05 .inner {
  max-width: 100%;
  padding: 0 8%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media (max-width: 1366px) {
  #s05 .inner {
    margin: 0;
    padding: 0 6.0761346999vw 0 8%;
  }
}
@media (max-width: 767px) {
  #s05 .inner {
    padding: 0 8%;
  }
}
#s05 .inner .flex_box {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: clamp(40px, 10.2489019034vw, 140px);
       column-gap: clamp(40px, 10.2489019034vw, 140px);
}
@media (max-width: 767px) {
  #s05 .inner .flex_box {
    flex-direction: column;
    row-gap: clamp(30px, 3.2942898975vw, 45px);
  }
}
#s05 .inner .flex_box .title_area > * {
  color: #fff;
}
#s05 .inner .flex_box .title_area .title_en,
#s05 .inner .flex_box .title_area .title_jp {
  margin-bottom: clamp(24px, 2.0833333333vw, 40px);
}
@media (max-width: 1366px) {
  #s05 .inner .flex_box .title_area .title_en,
  #s05 .inner .flex_box .title_area .title_jp {
    margin-bottom: clamp(20px, 1.756954612vw, 24px);
  }
}
@media (max-width: 767px) {
  #s05 .inner .flex_box .title_area .title_en,
  #s05 .inner .flex_box .title_area .title_jp {
    text-align: center;
  }
}
@media (max-width: 767px) {
  #s05 .inner .flex_box .address_area {
    margin-bottom: clamp(30px, 5.8670143416vw, 45px);
  }
}
#s05 .inner .flex_box .address_area .address_wrap {
  padding: clamp(16px, 1.4641288433vw, 20px) 0;
  border-bottom: 1px solid #5b5b5b;
  display: flex;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
#s05 .inner .flex_box .address_area .address_wrap > * {
  color: #fff;
}
#s05 .inner .flex_box .address_area .address_wrap a {
  color: #fff;
  transition: 0.4s all;
}
#s05 .inner .flex_box .address_area .address_wrap a:hover {
  color: #c5a461;
}
#s05 .inner .flex_box .address_area .address_wrap .address_head {
  min-width: clamp(70px, 9.5168374817vw, 130px);
  max-width: clamp(70px, 9.5168374817vw, 130px);
  width: 100%;
}
@media (max-width: 767px) {
  #s05 .inner .main_button a {
    margin: 0 auto;
  }
}

#s06 {
  padding: clamp(60px, 9.5168374817vw, 130px) 0 clamp(70px, 10.980966325vw, 150px);
  background: url(/wp-content/uploads/top_reservation_bg-scaled.jpg) no-repeat;
  background-size: cover;
}
#s06 .inner {
  padding: 0 8%;
}
#s06 .inner .title_en,
#s06 .inner .title_jp,
#s06 .inner .content {
  color: #fff;
  text-align: center;
  margin-bottom: clamp(24px, 2.0833333333vw, 40px);
}
@media (max-width: 1366px) {
  #s06 .inner .title_en,
  #s06 .inner .title_jp,
  #s06 .inner .content {
    margin-bottom: clamp(20px, 1.756954612vw, 24px);
  }
}
@media (max-width: 767px) {
  #s06 .inner .title_en,
  #s06 .inner .title_jp,
  #s06 .inner .content {
    text-align: center;
  }
}
#s06 .inner .button_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  max-width: 1100px;
  width: 100%;
  margin: 0 auto clamp(24px, 2.0833333333vw, 40px);
  -moz-column-gap: clamp(26px, 2.9282576867vw, 40px);
       column-gap: clamp(26px, 2.9282576867vw, 40px);
}
@media (max-width: 1366px) {
  #s06 .inner .button_grid {
    margin-bottom: clamp(20px, 1.756954612vw, 24px);
    -moz-column-gap: clamp(20px, 1.9033674963vw, 26px);
         column-gap: clamp(20px, 1.9033674963vw, 26px);
  }
}
@media (max-width: 767px) {
  #s06 .inner .button_grid {
    grid-template-columns: 1fr;
    row-gap: 30px;
    max-width: 360px;
    width: 100%;
    margin: 0 auto 20px;
  }
}
#s06 .inner .button_grid .reservation_button a {
  width: 100%;
  height: clamp(100px, 6.25vw, 120px);
  background: #fff;
  color: #c5a461;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: clamp(15px, 1.4641288433vw, 20px);
       column-gap: clamp(15px, 1.4641288433vw, 20px);
}
@media (max-width: 1366px) {
  #s06 .inner .button_grid .reservation_button a {
    height: clamp(70px, 7.3206442167vw, 100px);
  }
}
#s06 .inner .button_grid .reservation_button a span {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: clamp(24px, 1.3541666667vw, 26px);
}
@media (max-width: 1366px) {
  #s06 .inner .button_grid .reservation_button a span {
    font-size: clamp(20px, 1.756954612vw, 24px);
  }
}
#s06 .inner .button_grid .reservation_button a img {
  width: clamp(34px, 2.1875vw, 42px);
  height: clamp(34px, 2.1875vw, 42px);
}
@media (max-width: 1366px) {
  #s06 .inner .button_grid .reservation_button a img {
    width: clamp(29px, 2.4890190337vw, 34px);
    height: clamp(29px, 2.4890190337vw, 34px);
  }
}
#s06 .inner .button_grid .mb0 {
  margin-bottom: 0;
}/*# sourceMappingURL=style.css.map */