@charset "UTF-8";
/*//////////////////////////////////////////////////////////

Copyright (C) apricot-design All Rights Reserved.
------------------------------------------------------------
CSS information
 file name  :  reset.css
 style info :  リセットファイル
 admin info :  apricot-design

//////////////////////////////////////////////////////////*/
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

audio[controls], canvas, video {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

html {
  overflow-y: scroll;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, ul {
  margin: 0;
  padding: 0;
}

body, button, input, select, textarea {
  font-size: 100%;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

pre, code, kbd, samp {
  font-family: monospace, monospace;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}
q:before, q:after {
  content: "";
  content: none;
}

small {
  font-size: 75%;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

ul, ol {
  margin: 0;
  padding: 0;
}

dd {
  margin: 0px;
}

nav ul, nav ol {
  list-style: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

figure, form {
  margin: 0;
}

fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  *margin-left: -7px;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
  *overflow: visible;
}

button {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
}
input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}

img, abbr, acronym, fieldset {
  border: 0;
}

li {
  list-style: none;
}

/*画像を縦に並べた時に余白が出ないように*/
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

/*box-sizingを全ブラウザに対応*/
* {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.ie6_error, .no_script {
  background: #F66;
  padding: 100px;
  text-align: center;
  font-size: 150%;
  color: #333;
}

.flt {
  float: left;
}

.flr {
  float: right;
}

.txt_l, td.txt_l, .txt_l td {
  text-align: left;
}

.txt_r, td.txt_r, .txt_r td {
  text-align: right;
}

.txt_c, td.txt_c, .txt_c td {
  text-align: center;
}

.valign_t, td.valign_t, .valign_t td {
  vertical-align: top;
}

.valign_m, td.valign_m, .valign_m td {
  vertical-align: middle;
}

.valign_b, td.valign_b, .valign_b td {
  vertical-align: bottom;
}

.clear {
  clear: both;
}

.clearfix {
  zoom: 1;
}
.clearfix:before {
  content: "";
  display: block;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.img_bd {
  border: solid 1px #E8E8E8;
}

.c_red {
  color: #FF3425;
}

html {
  width: 100%;
}

body {
  font: 500 16px/1.8 "Noto Sans JP", sans-serif;
  color: #222222;
  text-align: left;
  background-color: #F2F2EA;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 15px;
  }
}

.win body {
  font-family: "Noto Sans JP", sans-serif;
}

a {
  text-decoration: none;
  color: #222222;
  transition: 0.3s;
}
a:link, a:active, a:visited {
  text-decoration: none;
}

.opacity {
  transition: 0.3s;
}
.opacity:hover {
  opacity: 0.5;
}

img {
  max-width: 100%;
  height: auto;
}
img[src$=".svg"] {
  max-width: 100%;
  width: 100%;
  height: auto;
}

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

.tb {
  display: none;
}
@media screen and (max-width: 1200px) {
  .tb {
    display: inherit;
  }
}
@media screen and (max-width: 767px) {
  .tb {
    display: none;
  }
}

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

::-moz-selection {
  background-color: #fff800;
  color: #222222;
}

::selection {
  background-color: #fff800;
  color: #222222;
}

#container_wrap {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #container_wrap {
    min-width: 1px;
  }
}

.inner, #gnavi ul, .inner_l, .header_box, .inner_ss, .list_check, .inner_s, .list_flow_2, .list_flow, .contact_box_3 .contact_wrap, .contact_box_2 .contact_wrap {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .inner, #gnavi ul, .inner_l, .header_box, .inner_ss, .list_check, .inner_s, .list_flow_2, .list_flow, .contact_box_3 .contact_wrap, .contact_box_2 .contact_wrap {
    padding: 0 8%;
  }
}

.inner_s, .list_flow_2, .list_flow, .contact_box_3 .contact_wrap, .contact_box_2 .contact_wrap {
  max-width: 1076px;
}

.inner_ss, .list_check {
  max-width: 990px;
}

.inner_l, .header_box {
  max-width: 1420px;
}

#top_main {
  width: 100%;
  padding: 0;
  margin: 0 0 50px;
}

.section_wrap .section_01 {
  padding: 90px 0 120px;
}
@media screen and (max-width: 767px) {
  .section_wrap .section_01 {
    padding: 90px 0 60px;
  }
}
.section_wrap .section_01 .ttl {
  width: 100%;
  max-width: 807px;
  margin: 0 auto 124px;
  position: relative;
  padding: 0 100px 0 120px;
}
@media screen and (max-width: 767px) {
  .section_wrap .section_01 .ttl {
    max-width: 100%;
    padding: 0;
    margin: 0 auto 80px;
  }
}
.section_wrap .section_01 .ttl::before {
  position: absolute;
  content: "";
  background: url(../images/dec_cat.svg) no-repeat top center/contain;
  width: 98px;
  aspect-ratio: 98/144;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1200px) {
  .section_wrap .section_01 .ttl::before {
    width: 78px;
  }
}
@media screen and (max-width: 767px) {
  .section_wrap .section_01 .ttl::before {
    left: -3%;
    top: 0;
    transform: translateY(-110%);
    width: 40px;
  }
}
.section_wrap .section_01 .ttl::after {
  position: absolute;
  content: "";
  background: url(../images/dec_dog.svg) no-repeat top center/contain;
  width: 73px;
  aspect-ratio: 73/143;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1200px) {
  .section_wrap .section_01 .ttl::after {
    width: 53px;
  }
}
@media screen and (max-width: 767px) {
  .section_wrap .section_01 .ttl::after {
    right: -3%;
    top: 0;
    transform: translateY(-110%);
    width: 30px;
  }
}
.section_wrap .section_01 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .section_wrap .section_01 ul {
    gap: 40px;
  }
}
.section_wrap .section_01 ul > li {
  width: 29%;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .section_wrap .section_01 ul > li {
    width: 30%;
  }
}
@media screen and (max-width: 767px) {
  .section_wrap .section_01 ul > li {
    width: 100%;
  }
}
.section_wrap .section_01 ul > li::before {
  position: absolute;
  content: "";
  background: url(../images/dot.png) no-repeat top center/contain;
  width: 89px;
  height: 86px;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
}
.section_wrap .section_01 ul > li img {
  display: block;
  border-radius: 20px;
  margin-bottom: 15px;
}
.section_wrap .section_01 ul > li > p {
  text-align: center;
  line-height: 1.4;
  font-size: 1.375rem;
  font-weight: bold;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .section_wrap .section_01 ul > li > p {
    font-size: 1.125rem;
  }
}
.section_wrap .section_01 ul > li > p > span {
  color: #E23C15;
}
.section_wrap .section_02 {
  padding: 0 0 80px;
}
@media screen and (max-width: 767px) {
  .section_wrap .section_02 {
    padding: 0 0 80px;
  }
}
.section_wrap .section_03 {
  margin-bottom: 190px;
}
.section_wrap .section_04 {
  padding: 175px 0 80px;
}
@media screen and (max-width: 767px) {
  .section_wrap .section_04 {
    padding: 60px 0 60px;
  }
}
.section_wrap .section_04 .inner_s, .section_wrap .section_04 .list_flow_2, .section_wrap .section_04 .list_flow, .section_wrap .section_04 .contact_box_3 .contact_wrap, .contact_box_3 .section_wrap .section_04 .contact_wrap, .section_wrap .section_04 .contact_box_2 .contact_wrap, .contact_box_2 .section_wrap .section_04 .contact_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section_wrap .section_04 .inner_s .img_wrap, .section_wrap .section_04 .list_flow_2 .img_wrap, .section_wrap .section_04 .list_flow .img_wrap, .section_wrap .section_04 .contact_box_3 .contact_wrap .img_wrap, .contact_box_3 .section_wrap .section_04 .contact_wrap .img_wrap, .section_wrap .section_04 .contact_box_2 .contact_wrap .img_wrap, .contact_box_2 .section_wrap .section_04 .contact_wrap .img_wrap {
  width: 33%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section_wrap .section_04 .inner_s .img_wrap, .section_wrap .section_04 .list_flow_2 .img_wrap, .section_wrap .section_04 .list_flow .img_wrap, .section_wrap .section_04 .contact_box_3 .contact_wrap .img_wrap, .contact_box_3 .section_wrap .section_04 .contact_wrap .img_wrap, .section_wrap .section_04 .contact_box_2 .contact_wrap .img_wrap, .contact_box_2 .section_wrap .section_04 .contact_wrap .img_wrap {
    width: 100%;
  }
}
.section_wrap .section_04 .inner_s .img_wrap::before, .section_wrap .section_04 .list_flow_2 .img_wrap::before, .section_wrap .section_04 .list_flow .img_wrap::before, .section_wrap .section_04 .contact_box_3 .contact_wrap .img_wrap::before, .contact_box_3 .section_wrap .section_04 .contact_wrap .img_wrap::before, .section_wrap .section_04 .contact_box_2 .contact_wrap .img_wrap::before, .contact_box_2 .section_wrap .section_04 .contact_wrap .img_wrap::before {
  position: absolute;
  content: "";
  background: url(../images/dot.png) no-repeat top center/contain;
  width: 89px;
  height: 86px;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
}
@media screen and (max-width: 767px) {
  .section_wrap .section_04 .inner_s .img_wrap::before, .section_wrap .section_04 .list_flow_2 .img_wrap::before, .section_wrap .section_04 .list_flow .img_wrap::before, .section_wrap .section_04 .contact_box_3 .contact_wrap .img_wrap::before, .contact_box_3 .section_wrap .section_04 .contact_wrap .img_wrap::before, .section_wrap .section_04 .contact_box_2 .contact_wrap .img_wrap::before, .contact_box_2 .section_wrap .section_04 .contact_wrap .img_wrap::before {
    top: 190px;
  }
}
.section_wrap .section_04 .inner_s .img_wrap .ttl_img_sp, .section_wrap .section_04 .list_flow_2 .img_wrap .ttl_img_sp, .section_wrap .section_04 .list_flow .img_wrap .ttl_img_sp, .section_wrap .section_04 .contact_box_3 .contact_wrap .img_wrap .ttl_img_sp, .contact_box_3 .section_wrap .section_04 .contact_wrap .img_wrap .ttl_img_sp, .section_wrap .section_04 .contact_box_2 .contact_wrap .img_wrap .ttl_img_sp, .contact_box_2 .section_wrap .section_04 .contact_wrap .img_wrap .ttl_img_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .section_wrap .section_04 .inner_s .img_wrap .ttl_img_sp, .section_wrap .section_04 .list_flow_2 .img_wrap .ttl_img_sp, .section_wrap .section_04 .list_flow .img_wrap .ttl_img_sp, .section_wrap .section_04 .contact_box_3 .contact_wrap .img_wrap .ttl_img_sp, .contact_box_3 .section_wrap .section_04 .contact_wrap .img_wrap .ttl_img_sp, .section_wrap .section_04 .contact_box_2 .contact_wrap .img_wrap .ttl_img_sp, .contact_box_2 .section_wrap .section_04 .contact_wrap .img_wrap .ttl_img_sp {
    display: block;
    width: 70%;
    margin: 0 0 20px auto;
  }
}
.section_wrap .section_04 .inner_s .img_wrap img, .section_wrap .section_04 .list_flow_2 .img_wrap img, .section_wrap .section_04 .list_flow .img_wrap img, .section_wrap .section_04 .contact_box_3 .contact_wrap .img_wrap img, .contact_box_3 .section_wrap .section_04 .contact_wrap .img_wrap img, .section_wrap .section_04 .contact_box_2 .contact_wrap .img_wrap img, .contact_box_2 .section_wrap .section_04 .contact_wrap .img_wrap img {
  position: relative;
  display: block;
  border-radius: 20px;
  margin-bottom: 10px;
  z-index: 1;
}
.section_wrap .section_04 .inner_s .img_wrap .name, .section_wrap .section_04 .list_flow_2 .img_wrap .name, .section_wrap .section_04 .list_flow .img_wrap .name, .section_wrap .section_04 .contact_box_3 .contact_wrap .img_wrap .name, .contact_box_3 .section_wrap .section_04 .contact_wrap .img_wrap .name, .section_wrap .section_04 .contact_box_2 .contact_wrap .img_wrap .name, .contact_box_2 .section_wrap .section_04 .contact_wrap .img_wrap .name {
  font-weight: bold;
  font-size: clamp(1.125rem, 0.682rem + 0.92vw, 1.375rem);
  letter-spacing: 0.06em;
  line-height: 1.6;
  text-align: center;
}
.section_wrap .section_04 .inner_s .txt_wrap, .section_wrap .section_04 .list_flow_2 .txt_wrap, .section_wrap .section_04 .list_flow .txt_wrap, .section_wrap .section_04 .contact_box_3 .contact_wrap .txt_wrap, .contact_box_3 .section_wrap .section_04 .contact_wrap .txt_wrap, .section_wrap .section_04 .contact_box_2 .contact_wrap .txt_wrap, .contact_box_2 .section_wrap .section_04 .contact_wrap .txt_wrap {
  position: relative;
  padding-top: 85px;
  width: 60%;
}
@media screen and (max-width: 767px) {
  .section_wrap .section_04 .inner_s .txt_wrap, .section_wrap .section_04 .list_flow_2 .txt_wrap, .section_wrap .section_04 .list_flow .txt_wrap, .section_wrap .section_04 .contact_box_3 .contact_wrap .txt_wrap, .contact_box_3 .section_wrap .section_04 .contact_wrap .txt_wrap, .section_wrap .section_04 .contact_box_2 .contact_wrap .txt_wrap, .contact_box_2 .section_wrap .section_04 .contact_wrap .txt_wrap {
    padding-top: 20px;
    width: 100%;
  }
}
.section_wrap .section_04 .inner_s .txt_wrap .ttl_img, .section_wrap .section_04 .list_flow_2 .txt_wrap .ttl_img, .section_wrap .section_04 .list_flow .txt_wrap .ttl_img, .section_wrap .section_04 .contact_box_3 .contact_wrap .txt_wrap .ttl_img, .contact_box_3 .section_wrap .section_04 .contact_wrap .txt_wrap .ttl_img, .section_wrap .section_04 .contact_box_2 .contact_wrap .txt_wrap .ttl_img, .contact_box_2 .section_wrap .section_04 .contact_wrap .txt_wrap .ttl_img {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  max-width: 275px;
  width: 100%;
  aspect-ratio: 275/229;
  transform: translate(40%, -60%);
}
@media screen and (max-width: 1200px) {
  .section_wrap .section_04 .inner_s .txt_wrap .ttl_img, .section_wrap .section_04 .list_flow_2 .txt_wrap .ttl_img, .section_wrap .section_04 .list_flow .txt_wrap .ttl_img, .section_wrap .section_04 .contact_box_3 .contact_wrap .txt_wrap .ttl_img, .contact_box_3 .section_wrap .section_04 .contact_wrap .txt_wrap .ttl_img, .section_wrap .section_04 .contact_box_2 .contact_wrap .txt_wrap .ttl_img, .contact_box_2 .section_wrap .section_04 .contact_wrap .txt_wrap .ttl_img {
    transform: translate(0, -60%);
    max-width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .section_wrap .section_04 .inner_s .txt_wrap .ttl_img, .section_wrap .section_04 .list_flow_2 .txt_wrap .ttl_img, .section_wrap .section_04 .list_flow .txt_wrap .ttl_img, .section_wrap .section_04 .contact_box_3 .contact_wrap .txt_wrap .ttl_img, .contact_box_3 .section_wrap .section_04 .contact_wrap .txt_wrap .ttl_img, .section_wrap .section_04 .contact_box_2 .contact_wrap .txt_wrap .ttl_img, .contact_box_2 .section_wrap .section_04 .contact_wrap .txt_wrap .ttl_img {
    display: none;
  }
}
.section_wrap .section_04 .inner_s .txt_wrap > p, .section_wrap .section_04 .list_flow_2 .txt_wrap > p, .section_wrap .section_04 .list_flow .txt_wrap > p, .section_wrap .section_04 .contact_box_3 .contact_wrap .txt_wrap > p, .contact_box_3 .section_wrap .section_04 .contact_wrap .txt_wrap > p, .section_wrap .section_04 .contact_box_2 .contact_wrap .txt_wrap > p, .contact_box_2 .section_wrap .section_04 .contact_wrap .txt_wrap > p {
  line-height: 2;
  font-weight: 400;
  font-size: clamp(0.938rem, 0.827rem + 0.23vw, 1rem);
  margin-bottom: 10px;
}
.section_wrap .section_04 .inner_s .txt_wrap > p:last-of-type, .section_wrap .section_04 .list_flow_2 .txt_wrap > p:last-of-type, .section_wrap .section_04 .list_flow .txt_wrap > p:last-of-type, .section_wrap .section_04 .contact_box_3 .contact_wrap .txt_wrap > p:last-of-type, .contact_box_3 .section_wrap .section_04 .contact_wrap .txt_wrap > p:last-of-type, .section_wrap .section_04 .contact_box_2 .contact_wrap .txt_wrap > p:last-of-type, .contact_box_2 .section_wrap .section_04 .contact_wrap .txt_wrap > p:last-of-type {
  margin-bottom: 0;
}
.section_wrap .section_05 {
  padding: 0;
}
.section_wrap .section_06,
.section_wrap .section_07 {
  padding: 120px 0 0;
}
@media screen and (max-width: 767px) {
  .section_wrap .section_06,
  .section_wrap .section_07 {
    padding: 80px 0 0;
  }
}
.section_wrap .section_06 .voice_contents_wrap,
.section_wrap .section_07 .voice_contents_wrap {
  display: flex;
  position: relative;
}
.section_wrap .section_06 .voice_contents_wrap::before,
.section_wrap .section_07 .voice_contents_wrap::before {
  position: absolute;
  content: "";
  background: url(../images/voice_01.jpg) no-repeat top center/contain;
  width: 60.8%;
  aspect-ratio: 912/828;
  border-radius: 50%;
  top: 0;
  left: 0;
  z-index: 0;
}
.section_wrap .section_06 .voice_contents_wrap .list_voice,
.section_wrap .section_07 .voice_contents_wrap .list_voice {
  width: 48%;
  position: relative;
  z-index: 2;
  margin: 120px 0 0 auto;
  padding-right: 4.6%;
}
@media screen and (max-width: 1200px) {
  .section_wrap .section_06 .voice_contents_wrap .list_voice,
  .section_wrap .section_07 .voice_contents_wrap .list_voice {
    width: 55%;
  }
}
@media screen and (max-width: 767px) {
  .section_wrap .section_06 .voice_contents_wrap .list_voice,
  .section_wrap .section_07 .voice_contents_wrap .list_voice {
    width: 100%;
    padding: 0 8%;
  }
}
.section_wrap .section_06 .voice_contents_wrap .list_voice > li,
.section_wrap .section_07 .voice_contents_wrap .list_voice > li {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 30px 40px;
  border: solid #222222 3px;
  border-radius: 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .section_wrap .section_06 .voice_contents_wrap .list_voice > li,
  .section_wrap .section_07 .voice_contents_wrap .list_voice > li {
    padding: 20px 25px;
  }
}
.section_wrap .section_06 .voice_contents_wrap .list_voice > li:last-of-type,
.section_wrap .section_07 .voice_contents_wrap .list_voice > li:last-of-type {
  margin-bottom: 0;
}
.section_wrap .section_06 .voice_contents_wrap .list_voice > li .ttl,
.section_wrap .section_07 .voice_contents_wrap .list_voice > li .ttl {
  font-weight: bold;
  letter-spacing: 0.08em;
  font-size: clamp(1.25rem, 0.807rem + 0.92vw, 1.5rem);
  line-height: 1.5;
  margin-bottom: 10px;
}
.section_wrap .section_06 .voice_contents_wrap .list_voice > li .ttl > span,
.section_wrap .section_07 .voice_contents_wrap .list_voice > li .ttl > span {
  font-size: clamp(0.875rem, 0.432rem + 0.92vw, 1.125rem);
}
.section_wrap .section_06 .voice_contents_wrap .list_voice > li > p,
.section_wrap .section_07 .voice_contents_wrap .list_voice > li > p {
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.06em;
  font-size: clamp(0.938rem, 0.827rem + 0.23vw, 1rem);
}
.section_wrap .section_07 {
  padding: 210px 0 0;
}
@media screen and (max-width: 1200px) {
  .section_wrap .section_07 {
    padding: 120px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .section_wrap .section_07 {
    padding: 80px 0 0;
  }
}
.section_wrap .section_08 {
  padding: 120px 0 150px;
}
@media screen and (max-width: 767px) {
  .section_wrap .section_08 {
    padding: 80px 0 100px;
  }
}
.section_wrap .section_08 .sub_ttl {
  text-align: center;
  font-weight: bold;
  font-size: clamp(1.375rem, 0.711rem + 1.39vw, 1.75rem);
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin-bottom: 30px;
}
.section_wrap .section_08 .price_box {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section_wrap .section_08 .price_box > div {
  width: 47%;
}
@media screen and (max-width: 767px) {
  .section_wrap .section_08 .price_box > div {
    width: 100%;
  }
}
.section_wrap .section_08 .price_box > div table {
  width: 100%;
}
.section_wrap .section_08 .price_box > div table tr th {
  font-weight: bold;
  font-size: clamp(1rem, 0.557rem + 0.92vw, 1.25rem);
  letter-spacing: 0.08em;
  width: 46%;
  padding: 5px 0 5px 20px;
  border-bottom: dotted #222222 1px;
  line-height: 1.5;
}
.section_wrap .section_08 .price_box > div table tr td {
  font-family: "Poppins", sans-serif;
  font-size: clamp(1.125rem, 0.461rem + 1.39vw, 1.5rem);
  font-weight: bold;
  letter-spacing: 0.08em;
  text-align: center;
  width: 54%;
  padding: 5px 20px;
  border-bottom: dotted #222222 1px;
  line-height: 1.5;
}

.article img {
  max-height: 600px;
  height: auto;
  width: auto;
  margin: 10px auto;
}

header {
  display: grid;
  place-items: center;
  height: 95px;
}
@media screen and (max-width: 767px) {
  header {
    height: 65px;
  }
}

.header_box {
  display: flex;
  justify-content: space-between;
}
.header_box .reservation_box {
  display: flex;
}
@media screen and (max-width: 767px) {
  .header_box .reservation_box {
    display: none;
  }
}
.header_box .reservation_box .h_tel {
  margin-right: 10px;
}
.header_box .reservation_box .h_tel .txt_s {
  display: block;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1200px) {
  .header_box .reservation_box .h_tel .txt_s {
    width: 180px;
    font-size: 0.625rem;
  }
}
.header_box .reservation_box .h_tel .tel {
  padding-top: 4px;
  display: flex;
  font-size: 1.875rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1;
  font-family: "Poppins", sans-serif;
}
@media screen and (max-width: 1200px) {
  .header_box .reservation_box .h_tel .tel {
    font-size: 1.1875rem;
  }
}
.header_box .reservation_box .h_tel .tel::before {
  display: block;
  content: "";
  background: url(../images/tel.svg) no-repeat top center/contain;
  width: 31px;
  height: 31px;
  margin-right: 10px;
}
@media screen and (max-width: 1200px) {
  .header_box .reservation_box .h_tel .tel::before {
    margin-right: 5px;
    width: 24px;
    height: 24px;
  }
}

.header_ttl {
  display: flex;
  align-items: start;
}
@media screen and (max-width: 767px) {
  .header_ttl {
    align-items: center;
    flex-wrap: wrap;
  }
}
.header_ttl img.logo {
  width: 331px;
  margin-right: 20px;
}
@media screen and (max-width: 1200px) {
  .header_ttl img.logo {
    width: 180px;
  }
}
@media screen and (max-width: 767px) {
  .header_ttl img.logo {
    margin-right: 10px;
    width: 140px;
  }
}
.header_ttl .ttl_2_wrap {
  display: block;
  width: 250px;
  padding-top: 5px;
}
@media screen and (max-width: 1200px) {
  .header_ttl .ttl_2_wrap {
    width: 160px;
  }
}
@media screen and (max-width: 767px) {
  .header_ttl .ttl_2_wrap {
    padding-top: 10px;
    width: 100px;
  }
}

.sp_logo {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp_logo {
    display: block;
    max-width: 80%;
    margin: 0 auto 30px;
  }
}

#gnavi {
  display: grid;
  place-items: center;
  background-color: #453628;
  height: 82px;
}
@media screen and (max-width: 767px) {
  #gnavi {
    width: 100%;
    height: auto;
    background-color: rgba(255, 255, 255, 0);
  }
}
#gnavi ul {
  display: flex;
  text-align: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #gnavi ul {
    flex-direction: column;
  }
}
#gnavi ul li {
  display: flex;
  align-items: center;
  position: relative;
}
#gnavi ul li:nth-of-type(1)::before {
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  #gnavi ul li {
    display: block;
    margin-bottom: 10px;
  }
  #gnavi ul li:last-of-type {
    margin-bottom: 0;
  }
}
#gnavi ul li::before {
  margin-right: 30px;
  display: block;
  content: "";
  width: 1px;
  height: 20px;
}
@media screen and (max-width: 1200px) {
  #gnavi ul li::before {
    margin-right: 13px;
  }
}
@media screen and (max-width: 767px) {
  #gnavi ul li::before {
    display: none;
  }
}
#gnavi ul li::after {
  margin-left: 30px;
  display: block;
  content: "";
  width: 1px;
  height: 20px;
  background-color: #fff;
}
@media screen and (max-width: 1200px) {
  #gnavi ul li::after {
    margin-left: 13px;
  }
}
@media screen and (max-width: 767px) {
  #gnavi ul li::after {
    display: none;
  }
}
#gnavi ul li > a {
  color: #fff;
  font-weight: bold;
  font-size: 1.25rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1200px) {
  #gnavi ul li > a {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  #gnavi ul li > a {
    display: inline-block;
    font-size: 1.125rem;
  }
}
#gnavi ul li > a:hover {
  opacity: 0.6;
}

.sp_reservation {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp_reservation {
    left: 0;
    bottom: 0;
    position: fixed;
    z-index: 100;
    display: flex;
    width: 100%;
    height: 65px;
  }
  .sp_reservation > a {
    display: grid;
    place-items: center;
    width: 50%;
    height: 100%;
    font-size: 1rem;
    font-weight: bold;
  }
  .sp_reservation > a:nth-of-type(1) {
    background: #453628;
    color: #fff;
  }
  .sp_reservation > a:nth-of-type(1) > span {
    display: flex;
    align-items: center;
  }
  .sp_reservation > a:nth-of-type(1) > span::before {
    margin-right: 10px;
    display: block;
    content: "";
    background: url(../images/tel_w.svg) no-repeat top center/contain;
    width: 20px;
    height: 20px;
  }
  .sp_reservation > a:nth-of-type(2) {
    background: #F89A27;
    color: #fff;
  }
}

.menu-trigger {
  display: none;
}
@media screen and (max-width: 767px) {
  .menu-trigger {
    top: 0;
    right: 0;
    display: inline-block;
    transition: all 0.3s;
    box-sizing: border-box;
    position: fixed;
    width: 65px;
    height: 65px;
    z-index: 10000;
    color: #F89A27;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    background-color: #F89A27;
    transition: 0.6s;
  }
  .menu-trigger span {
    display: inline-block;
    transition: all 0.3s;
    box-sizing: border-box;
    position: absolute;
    z-index: 4;
    left: 0;
    width: 33px;
    height: 3px;
    background: #fff;
    right: 0;
    margin: auto;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 14px;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 24px;
  }
  .menu-trigger span:nth-of-type(3) {
    top: 34px;
    opacity: 1;
  }
  .menu-trigger p {
    position: absolute;
    left: 50%;
    bottom: 4px;
    transform: translateX(-50%);
    font-size: 0.875rem;
    color: #fff;
    font-weight: 500;
    transition: 0.3s;
  }
  .menu-trigger p.menu {
    display: block;
  }
  .menu-trigger p.close {
    display: none;
  }
  .menu-trigger.active {
    background-color: #fff;
  }
  .menu-trigger.active p.menu {
    display: none;
  }
  .menu-trigger.active p.close {
    display: block;
    color: #F89A27;
  }
  .menu-trigger.active span {
    background-color: #F89A27;
  }
  .menu-trigger.active span:nth-of-type(1) {
    transform: translateY(8px) rotate(40deg);
    top: 32%;
  }
  .menu-trigger.active span:nth-of-type(2) {
    transform: translateY(-9px) rotate(-40deg);
    top: 58%;
  }
  .menu-trigger.active span:nth-of-type(3) {
    opacity: 0;
  }
}

@media screen and (max-width: 767px) {
  #overlay {
    text-align: left;
    width: 100%;
    height: 0;
    padding: 20px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    background-color: #f89a27;
    box-sizing: border-box;
    overflow-y: scroll;
    opacity: 0;
    transition: 0.5s;
    display: grid;
    place-items: center;
    scrollbar-width: none;
  }
  #overlay.active {
    opacity: 1;
    visibility: visible;
    height: 100%;
    box-shadow: none;
  }
  #overlay::-webkit-scrollbar {
    display: none;
  }
}

footer {
  padding-top: 120px;
}
@media screen and (max-width: 767px) {
  footer {
    padding-top: 90px;
  }
}

.footer_box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer_left {
  width: 51.6%;
}
@media screen and (max-width: 1200px) {
  .footer_left {
    width: 100%;
    margin-bottom: 50px;
  }
}
.footer_left .txt_wrap {
  margin-top: 25px;
  font-size: clamp(1rem, 0.779rem + 0.46vw, 1.125rem);
  font-weight: 400;
  letter-spacing: 0.06em;
  margin-bottom: 10px;
}
.footer_left .txts_wrap {
  font-size: clamp(0.75rem, 0.529rem + 0.46vw, 0.875rem);
  font-weight: 400;
  letter-spacing: 0.06em;
}

.footer_right {
  width: 44%;
}
@media screen and (max-width: 1200px) {
  .footer_right {
    width: 100%;
  }
}

.parking_box {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}
.parking_box .img_wrap {
  width: 39%;
}
@media screen and (max-width: 767px) {
  .parking_box .img_wrap {
    width: 80%;
    margin: 0 auto 20px;
  }
}
.parking_box .img_wrap img {
  width: 100%;
}
.parking_box .txt_wrap {
  width: 51%;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 2;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .parking_box .txt_wrap {
    width: 100%;
  }
}

.f_logo {
  width: 100%;
  max-width: 433px;
  margin: 0 auto 60px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .f_logo {
    max-width: 300px;
  }
}
.f_logo::before {
  position: absolute;
  content: "";
  background: url(../images/dec_cat.svg) no-repeat center/cover;
  width: 110px;
  aspect-ratio: 110/161;
  top: 50%;
  left: -160px;
  transform: translateY(-50%);
}
@media screen and (max-width: 1200px) {
  .f_logo::before {
    left: -100px;
    width: 80px;
  }
}
@media screen and (max-width: 767px) {
  .f_logo::before {
    display: none;
  }
}
.f_logo::after {
  position: absolute;
  content: "";
  background: url(../images/dec_dog.svg) no-repeat center/cover;
  width: 73px;
  aspect-ratio: 73/143;
  top: 50%;
  right: -130px;
  transform: translateY(-50%);
}
@media screen and (max-width: 1200px) {
  .f_logo::after {
    right: -80px;
    width: 53px;
  }
}
@media screen and (max-width: 767px) {
  .f_logo::after {
    display: none;
  }
}
.f_logo .txt_s {
  font-size: clamp(1rem, 0.557rem + 0.92vw, 1.25rem);
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.5;
}
.f_logo img {
  width: 100%;
}

.copy {
  padding-top: 45px;
  font-size: clamp(0.625rem, 0.182rem + 0.92vw, 0.875rem);
  letter-spacing: 0.06em;
  font-weight: 400;
  text-align: center;
  padding-bottom: 55px;
}
@media screen and (max-width: 767px) {
  .copy {
    padding-bottom: 70px;
  }
}

.section_side {
  margin-bottom: 15%;
}
.section_side:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .section_side {
    margin-bottom: 10%;
  }
}

#searchform div {
  display: flex;
  align-items: center;
}
#searchform div input#search {
  border: 1px solid #222222;
  padding: 0.5em;
  border-radius: 20px;
  margin-right: 5%;
}
#searchform div input#search_btn {
  border: none;
  background: none;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  padding: 0;
  background: url(../images/icon_search.svg) no-repeat center/100%;
  font-size: 0;
}

.list_cat li {
  margin-bottom: 1em;
}
.list_cat li:last-child {
  margin-bottom: 0;
}
.list_cat li a {
  position: relative;
  padding-left: 13px;
}
.list_cat li a:before {
  position: absolute;
  content: "";
  background: url(../images/right_b.svg) no-repeat center/cover;
  width: 5px;
  height: 7px;
  left: 0;
  top: 7px;
}
.list_cat li a:hover {
  color: #9fa0a0;
}

.list_side li {
  margin-bottom: 7%;
}
.list_side li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .list_side li {
    font-size: 1em;
    margin-bottom: 5%;
  }
}
.list_side li a {
  display: flex;
  justify-content: space-between;
}
.list_side li a .side_img {
  width: 50px;
  height: 50px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .list_side li a .side_img {
    width: 100px;
    height: 100px;
  }
}
.list_side li a .side_img .wpp-thumbnail {
  width: 100%;
}
.list_side li a .side_desc {
  width: calc(100% - 70px);
}
@media screen and (max-width: 767px) {
  .list_side li a .side_desc {
    width: calc(100% - 120px);
  }
}
.list_side li a .side_desc .day {
  margin-bottom: 0.5em;
  font-size: 0.9375em;
}

.main_img {
  position: relative;
  width: 100%;
  height: calc(100vh - 177px);
}
@media screen and (max-width: 767px) {
  .main_img {
    height: calc(100vh - 65px);
  }
}
.main_img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.main_img .txt_wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  aspect-ratio: 607/195;
  width: 100%;
  max-width: 607px;
  z-index: 3;
}
.main_img .txt_wrap img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1200px) {
  .main_img .txt_wrap {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .main_img .txt_wrap {
    width: 80%;
  }
}

.map {
  margin-top: 60px;
  margin-bottom: 30px;
}
.map > iframe {
  aspect-ratio: 16/9;
  width: 100%;
}

.section_article {
  font-size: 0.9375em;
}
.section_article .date {
  font-size: 0.9375em;
}
@media screen and (max-width: 767px) {
  .section_article .date {
    font-size: 0.8em;
  }
}
.section_article img {
  margin: 3% 0;
  display: block;
  max-height: 500px;
  width: auto;
}

.contact_box_1 {
  width: 100%;
  height: 500px;
  background: url(../images/bg_01.jpg) no-repeat top center/cover;
  display: grid;
  place-items: center;
}
.contact_box_1 .contents_wrap {
  padding: 80px 5% 60px;
  width: 100%;
  max-width: 794px;
  background-color: rgba(255, 255, 255, 0.8);
  position: relative;
}
@media screen and (max-width: 1200px) {
  .contact_box_1 .contents_wrap {
    max-width: calc(100% - 30px);
    padding: 80px 9% 60px;
  }
}
@media screen and (max-width: 767px) {
  .contact_box_1 .contents_wrap {
    padding: 60px 5% 40px;
  }
}
.contact_box_1 .contents_wrap::before {
  position: absolute;
  content: "";
  background: url(../images/contact_01.png) no-repeat top center/contain;
  width: 284px;
  height: 162px;
  top: 0;
  left: 2%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .contact_box_1 .contents_wrap::before {
    width: 189.3333333333px;
    height: 108px;
  }
}
.contact_box_1 .contents_wrap .ttl {
  text-align: center;
  color: #E23C15;
  display: flex;
  align-items: center;
  letter-spacing: 0.08em;
  font-weight: bold;
  font-size: clamp(1.375rem, 0.268rem + 2.31vw, 2rem);
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .contact_box_1 .contents_wrap .ttl {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 10px;
  }
}
.contact_box_1 .contents_wrap .ttl img {
  display: block;
  width: 100%;
  max-width: 331px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .contact_box_1 .contents_wrap .ttl img {
    margin-right: 0;
  }
}
.contact_box_1 .contents_wrap .reservation_box {
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .contact_box_1 .contents_wrap .reservation_box {
    flex-wrap: wrap;
  }
}
.contact_box_1 .contents_wrap .reservation_box::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1px;
  height: 100px;
  background-image: repeating-linear-gradient(to bottom, #222222 0px, #222222 2px, transparent 2px, transparent 5px);
}
@media screen and (max-width: 767px) {
  .contact_box_1 .contents_wrap .reservation_box::after {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .contact_box_1 .contents_wrap .reservation_box .h_btn {
    width: 260px;
  }
}
@media screen and (max-width: 767px) {
  .contact_box_1 .contents_wrap .reservation_box .h_btn {
    width: 100%;
  }
}
.contact_box_1 .contents_wrap .reservation_box .h_tel {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contact_box_1 .contents_wrap .reservation_box .h_tel {
    width: 100%;
  }
}
.contact_box_1 .contents_wrap .reservation_box .h_tel .txt_s {
  display: block;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.08em;
}
.contact_box_1 .contents_wrap .reservation_box .h_tel .tel {
  padding-top: 4px;
  display: flex;
  font-size: 1.875rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1;
  font-family: "Poppins", sans-serif;
}
@media screen and (max-width: 767px) {
  .contact_box_1 .contents_wrap .reservation_box .h_tel .tel {
    justify-content: center;
    margin-bottom: 10px;
  }
}
.contact_box_1 .contents_wrap .reservation_box .h_tel .tel::before {
  display: block;
  content: "";
  background: url(../images/tel.svg) no-repeat top center/contain;
  width: 31px;
  height: 31px;
  margin-right: 10px;
}

.contact_box_2 {
  width: 100%;
  height: 503px;
  background: url(../images/bg_02.jpg) no-repeat top center/cover;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .contact_box_2 {
    height: 300px;
  }
}
.contact_box_2 .contact_wrap {
  position: absolute;
  left: 50%;
  bottom: -192px;
  transform: translateX(-50%);
  z-index: 3;
  padding: 38px 30px 40px;
  background-color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 1200px) {
  .contact_box_2 .contact_wrap {
    max-width: calc(100% - 60px);
  }
}
.contact_box_2 .contact_wrap .sub_inner .ttl {
  font-size: clamp(1.063rem, 0.288rem + 1.62vw, 1.5rem);
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.5;
  padding-bottom: 10px;
  border-bottom: dashed 1px #222222;
  margin-bottom: 30px;
}
.contact_box_2 .contact_wrap .sub_inner .reservation_box {
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: center;
  max-width: 788px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 767px) {
  .contact_box_2 .contact_wrap .sub_inner .reservation_box {
    flex-wrap: wrap;
  }
}
.contact_box_2 .contact_wrap .sub_inner .reservation_box::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1px;
  height: 100px;
  background-image: repeating-linear-gradient(to bottom, #222222 0px, #222222 2px, transparent 2px, transparent 5px);
}
@media screen and (max-width: 767px) {
  .contact_box_2 .contact_wrap .sub_inner .reservation_box::after {
    display: none;
  }
}
.contact_box_2 .contact_wrap .sub_inner .reservation_box .button_wrap {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .contact_box_2 .contact_wrap .sub_inner .reservation_box .button_wrap {
    width: 100%;
  }
}
.contact_box_2 .contact_wrap .sub_inner .reservation_box .button_wrap .h_btn {
  margin: auto;
}
@media screen and (max-width: 1200px) {
  .contact_box_2 .contact_wrap .sub_inner .reservation_box .button_wrap .h_btn {
    width: 260px;
  }
}
@media screen and (max-width: 767px) {
  .contact_box_2 .contact_wrap .sub_inner .reservation_box .button_wrap .h_btn {
    width: 100%;
  }
}
.contact_box_2 .contact_wrap .sub_inner .reservation_box .h_tel {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .contact_box_2 .contact_wrap .sub_inner .reservation_box .h_tel {
    width: 100%;
    margin-bottom: 10px;
  }
}
.contact_box_2 .contact_wrap .sub_inner .reservation_box .h_tel .tel {
  padding-top: 4px;
  display: flex;
  align-items: center;
  font-size: clamp(1.5rem, 0.171rem + 2.77vw, 2.25rem);
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1;
  font-family: "Poppins", sans-serif;
}
@media screen and (max-width: 767px) {
  .contact_box_2 .contact_wrap .sub_inner .reservation_box .h_tel .tel {
    justify-content: center;
    margin-bottom: 10px;
    letter-spacing: 0.06em;
  }
}
.contact_box_2 .contact_wrap .sub_inner .reservation_box .h_tel .tel::before {
  display: block;
  content: "";
  background: url(../images/tel.svg) no-repeat top center/contain;
  width: 38px;
  height: 38px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .contact_box_2 .contact_wrap .sub_inner .reservation_box .h_tel .tel::before {
    margin-right: 6px;
    width: 30px;
    height: 30px;
  }
}
.contact_box_2 .contact_wrap .sub_inner .reservation_box_2 {
  max-width: 788px;
  margin: 20px auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contact_box_2 .contact_wrap .sub_inner .reservation_box_2 .ttl_img {
  width: 17%;
  display: block;
}
@media screen and (max-width: 767px) {
  .contact_box_2 .contact_wrap .sub_inner .reservation_box_2 .ttl_img {
    width: 28%;
  }
}
.contact_box_2 .contact_wrap .sub_inner .reservation_box_2 .txt_wrap {
  width: 80%;
}
@media screen and (max-width: 767px) {
  .contact_box_2 .contact_wrap .sub_inner .reservation_box_2 .txt_wrap {
    width: 68%;
  }
}
.contact_box_2 .contact_wrap .sub_inner .reservation_box_2 .txt_wrap > p {
  font-size: clamp(0.625rem, 0.293rem + 0.69vw, 0.813rem);
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 5px;
}
.contact_box_2 .contact_wrap .sub_inner .reservation_box_2 .txt_wrap > p:last-of-type {
  margin-bottom: 0;
}

.contact_box_3 {
  width: 100%;
  height: 692px;
  position: relative;
  background: url(../images/bg_03.jpg) no-repeat top center/cover;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contact_box_3 {
    background: url(../images/bg_03_sp.jpg) no-repeat top center/cover;
  }
}
.contact_box_3 .top_ttl_img {
  max-width: 865px;
  width: 100%;
  margin: 0 auto;
  transform: translateY(-45px);
}
@media screen and (max-width: 1200px) {
  .contact_box_3 .top_ttl_img {
    margin: 0 auto -20px;
    max-width: 600px;
  }
}
@media screen and (max-width: 767px) {
  .contact_box_3 .top_ttl_img {
    margin: 0 auto 0;
    transform: translateY(-35px);
    max-width: 70%;
  }
}
.contact_box_3 .top_ttl_img img {
  width: 100%;
}
.contact_box_3 .ttl_3 {
  font-size: clamp(1.125rem, 0.461rem + 1.39vw, 1.5rem);
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.6;
  display: inline-block;
  margin-bottom: 45px;
  padding: 0 50px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .contact_box_3 .ttl_3 {
    padding: 0 20px;
  }
}
.contact_box_3 .ttl_3::before {
  position: absolute;
  content: "";
  background: #222222;
  width: 2px;
  height: 120px;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(-25deg);
}
@media screen and (max-width: 767px) {
  .contact_box_3 .ttl_3::before {
    height: 100px;
  }
}
.contact_box_3 .ttl_3::after {
  position: absolute;
  content: "";
  background: #222222;
  width: 2px;
  height: 120px;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(25deg);
}
@media screen and (max-width: 767px) {
  .contact_box_3 .ttl_3::after {
    height: 100px;
  }
}
.contact_box_3 .contact_wrap {
  margin: auto;
  z-index: 3;
  padding: 38px 30px 40px;
  background-color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 1200px) {
  .contact_box_3 .contact_wrap {
    max-width: calc(100% - 60px);
  }
}
.contact_box_3 .contact_wrap .sub_inner .ttl {
  font-size: clamp(1.063rem, 0.288rem + 1.62vw, 1.5rem);
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.5;
  padding-bottom: 10px;
  border-bottom: dashed 1px #222222;
  margin-bottom: 30px;
}
.contact_box_3 .contact_wrap .sub_inner .reservation_box {
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: center;
  max-width: 788px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 767px) {
  .contact_box_3 .contact_wrap .sub_inner .reservation_box {
    flex-wrap: wrap;
  }
}
.contact_box_3 .contact_wrap .sub_inner .reservation_box::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1px;
  height: 100px;
  background-image: repeating-linear-gradient(to bottom, #222222 0px, #222222 2px, transparent 2px, transparent 5px);
}
@media screen and (max-width: 767px) {
  .contact_box_3 .contact_wrap .sub_inner .reservation_box::after {
    display: none;
  }
}
.contact_box_3 .contact_wrap .sub_inner .reservation_box .button_wrap {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .contact_box_3 .contact_wrap .sub_inner .reservation_box .button_wrap {
    width: 100%;
  }
}
.contact_box_3 .contact_wrap .sub_inner .reservation_box .button_wrap .h_btn {
  margin: auto;
}
@media screen and (max-width: 1200px) {
  .contact_box_3 .contact_wrap .sub_inner .reservation_box .button_wrap .h_btn {
    width: 260px;
  }
}
@media screen and (max-width: 767px) {
  .contact_box_3 .contact_wrap .sub_inner .reservation_box .button_wrap .h_btn {
    width: 100%;
  }
}
.contact_box_3 .contact_wrap .sub_inner .reservation_box .h_tel {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .contact_box_3 .contact_wrap .sub_inner .reservation_box .h_tel {
    width: 100%;
    margin-bottom: 10px;
  }
}
.contact_box_3 .contact_wrap .sub_inner .reservation_box .h_tel .tel {
  padding-top: 4px;
  display: flex;
  align-items: center;
  font-size: clamp(1.5rem, 0.171rem + 2.77vw, 2.25rem);
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1;
  font-family: "Poppins", sans-serif;
}
@media screen and (max-width: 767px) {
  .contact_box_3 .contact_wrap .sub_inner .reservation_box .h_tel .tel {
    justify-content: center;
    margin-bottom: 10px;
    letter-spacing: 0.06em;
  }
}
.contact_box_3 .contact_wrap .sub_inner .reservation_box .h_tel .tel::before {
  display: block;
  content: "";
  background: url(../images/tel.svg) no-repeat top center/contain;
  width: 38px;
  height: 38px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .contact_box_3 .contact_wrap .sub_inner .reservation_box .h_tel .tel::before {
    margin-right: 6px;
    width: 30px;
    height: 30px;
  }
}
.contact_box_3 .contact_wrap .sub_inner .reservation_box_2 {
  max-width: 788px;
  margin: 20px auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contact_box_3 .contact_wrap .sub_inner .reservation_box_2 .ttl_img {
  width: 17%;
  display: block;
}
@media screen and (max-width: 767px) {
  .contact_box_3 .contact_wrap .sub_inner .reservation_box_2 .ttl_img {
    width: 28%;
  }
}
.contact_box_3 .contact_wrap .sub_inner .reservation_box_2 .txt_wrap {
  width: 80%;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .contact_box_3 .contact_wrap .sub_inner .reservation_box_2 .txt_wrap {
    width: 68%;
  }
}
.contact_box_3 .contact_wrap .sub_inner .reservation_box_2 .txt_wrap > p {
  font-size: clamp(0.625rem, 0.293rem + 0.69vw, 0.813rem);
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 5px;
}
.contact_box_3 .contact_wrap .sub_inner .reservation_box_2 .txt_wrap > p:last-of-type {
  margin-bottom: 0;
}

.list_faq > li {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .list_faq > li {
    margin-bottom: 100px;
  }
}
.list_faq > li:last-of-type {
  margin-bottom: 0;
}
.list_faq > li .ttl {
  font-size: clamp(1.25rem, -0.521rem + 3.7vw, 2.25rem);
  font-weight: bold;
  letter-spacing: 0.08em;
  margin-bottom: 15px;
}
.list_faq > li .ttl > span {
  font-family: "Poppins", sans-serif;
  color: #F89A27;
  font-size: clamp(2.5rem, -1.928rem + 9.24vw, 5rem);
  line-height: 1;
  display: inline-block;
  margin-right: 10px;
}
.list_faq > li .contents {
  background-color: #fff;
  border: 3px solid #222222;
  border-radius: 20px;
  padding: 40px 0 80px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .list_faq > li .contents {
    padding: 30px 0 30px;
  }
}
.list_faq > li .contents .txt_wrap {
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .list_faq > li .contents .txt_wrap {
    padding: 0 15px;
  }
}
.list_faq > li .contents .txt_wrap .faq_ttl {
  width: 100%;
  display: flex;
  align-items: baseline;
  margin-bottom: 27px;
}
@media screen and (max-width: 1200px) {
  .list_faq > li .contents .txt_wrap .faq_ttl {
    align-items: center;
  }
}
.list_faq > li .contents .txt_wrap .faq_ttl > span {
  font-family: "Poppins", sans-serif;
  color: #F89A27;
  font-size: clamp(2.5rem, -1.928rem + 9.24vw, 5rem);
  line-height: 1;
  display: inline-block;
  margin-right: 10px;
  font-weight: bold;
  letter-spacing: 0.08em;
}
.list_faq > li .contents .txt_wrap > p {
  padding-left: 9%;
  line-height: 2;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 15px;
}
.list_faq > li .contents .txt_wrap > p:last-of-type {
  margin-bottom: 0;
}
.list_faq > li .contents .features_box {
  margin-top: 50px;
}
.list_faq > li .contents .features_box .features_ttl {
  text-align: center;
  letter-spacing: 0.08em;
  font-weight: bold;
  font-size: clamp(1.25rem, -0.521rem + 3.7vw, 2.25rem);
  border-bottom: 2px dotted #222222;
  line-height: 1.2;
  margin-bottom: 50px;
}
.list_faq > li .contents .features_box .features_ttl > span {
  margin: 0 4px;
  display: inline-block;
  font-family: "Poppins", sans-serif;
  color: #F89A27;
  font-size: clamp(3.5rem, 0.843rem + 5.54vw, 5rem);
}
.list_faq > li .contents .features_box > ul {
  padding: 0 40px 0 60px;
}
@media screen and (max-width: 767px) {
  .list_faq > li .contents .features_box > ul {
    padding: 0 15px;
  }
}
.list_faq > li .contents .features_box > ul > li {
  margin-bottom: 35px;
}
.list_faq > li .contents .features_box > ul > li:last-of-type {
  margin-bottom: 0;
}
.list_faq > li .contents .features_box > ul > li .sub_ttl {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  line-height: 1.5;
  font-size: clamp(1.063rem, 0.288rem + 1.62vw, 1.5rem);
  font-weight: bold;
  letter-spacing: 0.08em;
}
.list_faq > li .contents .features_box > ul > li .sub_ttl > span {
  background-color: #F89A27;
  color: #fff;
  font-size: clamp(1.5rem, -0.271rem + 3.7vw, 2.5rem);
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  display: grid;
  place-items: center;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  margin-right: 20px;
}
@media screen and (max-width: 1200px) {
  .list_faq > li .contents .features_box > ul > li .sub_ttl > span {
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .list_faq > li .contents .features_box > ul > li .sub_ttl > span {
    width: 45px;
    height: 45px;
    margin-right: 10px;
  }
}
.list_faq > li .contents .features_box > ul > li p {
  padding-left: 9%;
  line-height: 1.75;
  font-size: 1rem;
  font-weight: 400;
}
.list_faq > li .contents .table_wrap {
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .list_faq > li .contents .table_wrap {
    padding: 0 15px;
  }
}
.list_faq > li .contents .table_wrap > div {
  padding-left: 9%;
}
@media screen and (max-width: 1200px) {
  .list_faq > li .contents .table_wrap > div {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .list_faq > li .contents .table_wrap > div {
    padding-left: 0;
  }
}
.list_faq > li:nth-of-type(1) .contents::after {
  position: absolute;
  content: "";
  background: url(../images/dec_cat_heart.svg) no-repeat top center/contain;
  aspect-ratio: 123/180;
  width: 123px;
  top: 0;
  right: 50px;
  transform: translateY(-50%);
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .list_faq > li:nth-of-type(1) .contents::after {
    width: 70px;
  }
}
@media screen and (max-width: 767px) {
  .list_faq > li:nth-of-type(1) .contents::after {
    width: 60px;
    right: 5px;
  }
}
.list_faq > li:nth-of-type(1) .contents .faq_ttl {
  max-width: 500px;
}
@media screen and (max-width: 1200px) {
  .list_faq > li:nth-of-type(1) .contents .faq_ttl {
    max-width: 400px;
  }
}
@media screen and (max-width: 767px) {
  .list_faq > li:nth-of-type(1) .contents .faq_ttl {
    max-width: 210px;
  }
}
.list_faq > li:nth-of-type(2) .contents::after {
  position: absolute;
  content: "";
  background: url(../images/dec_first_aid_kit.svg) no-repeat top center/contain;
  aspect-ratio: 205/167;
  width: 205px;
  top: 0;
  right: 50px;
  transform: translateY(-50%);
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .list_faq > li:nth-of-type(2) .contents::after {
    width: 100px;
  }
}
@media screen and (max-width: 767px) {
  .list_faq > li:nth-of-type(2) .contents::after {
    top: -100px;
    width: 120px;
    right: 5px;
  }
}
.list_faq > li:nth-of-type(2) .contents .faq_ttl {
  max-width: 350px;
}
@media screen and (max-width: 1200px) {
  .list_faq > li:nth-of-type(2) .contents .faq_ttl {
    max-width: 230px;
  }
}

.list_faq_2 {
  border-top: dotted 1px #222222;
}
.list_faq_2 > li {
  border-bottom: dotted 1px #222222;
  padding: 35px 0;
}
@media screen and (max-width: 767px) {
  .list_faq_2 > li {
    padding: 20px 0;
  }
}
.list_faq_2 > li .details_faq .details__summary {
  position: relative;
  list-style: none;
  display: flex;
  align-items: center;
  font-size: clamp(1.063rem, 0.288rem + 1.62vw, 1.5rem);
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
.list_faq_2 > li .details_faq .details__summary .number {
  background-color: #F89A27;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  font-family: "Poppins", sans-serif;
  font-size: clamp(1.25rem, -0.964rem + 4.62vw, 2.5rem);
  box-shadow: 3px 3px 0 #725F47;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .list_faq_2 > li .details_faq .details__summary .number {
    width: 50px;
    height: 50px;
  }
}
.list_faq_2 > li .details_faq .details__summary .ttl_wrap {
  width: calc(100% - 66px);
  padding-right: 40px;
}
@media screen and (max-width: 767px) {
  .list_faq_2 > li .details_faq .details__summary .ttl_wrap {
    padding-right: 30px;
  }
}
.list_faq_2 > li .details_faq .details__summary::after {
  position: absolute;
  display: block;
  content: "";
  background: url(../images/faq_plus.svg) no-repeat center/contain;
  width: 30px;
  height: 30px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .list_faq_2 > li .details_faq .details__summary::after {
    top: 20px;
    right: 0;
    width: 20px;
    height: 20px;
    transform: none;
  }
}
.list_faq_2 > li .details_faq .comment_box {
  padding-left: 90px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .list_faq_2 > li .details_faq .comment_box {
    margin-top: 10px;
    padding-left: 70px;
    line-height: 1.5;
  }
}

summary::-webkit-details-marker {
  display: none;
}

.details_faq[open] .details__summary::after {
  background: url(../images/faq_minus.svg) no-repeat center/contain !important;
}

.list_price {
  margin-bottom: 80px;
}
.list_price > li {
  margin-bottom: 100px;
}
.list_price > li:last-of-type {
  margin-bottom: 0;
}
.list_price > li:nth-of-type(1) .box::before {
  content: "犬";
}
.list_price > li:nth-of-type(2) .box::before {
  content: "猫";
}
.list_price > li .box {
  background-color: #fff;
  border: 3px #222222 solid;
  padding: 45px;
  border-radius: 20px;
  position: relative;
  margin-top: 65px;
}
@media screen and (max-width: 1200px) {
  .list_price > li .box {
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  .list_price > li .box {
    padding: 20px;
    border-radius: 15px;
  }
}
.list_price > li .box::before {
  position: absolute;
  content: "";
  display: grid;
  place-items: center;
  width: 245px;
  height: 65px;
  background-color: #fff;
  border-top: solid 3px #222222;
  border-right: solid 3px #222222;
  border-left: solid 3px #222222;
  top: -65px;
  border-radius: 20px 20px 0 0;
  font-size: 1.5rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .list_price > li .box::before {
    top: -55px;
    height: 55px;
    width: 180px;
  }
}
.list_price > li .box .heading {
  display: grid;
  place-items: center;
  width: 100%;
  height: 60px;
  background-color: #725F47;
  color: #fff;
  text-align: center;
  font-size: clamp(1.125rem, 0.239rem + 1.85vw, 1.625rem);
  letter-spacing: 0.08em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .list_price > li .box .heading {
    padding: 10px 15px;
    height: auto;
  }
}
.list_price > li .box .txt_s {
  margin-top: 20px;
  text-align: right;
  font-size: clamp(1rem, 0.779rem + 0.46vw, 1.125rem);
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.5;
}

.list_payment_1 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.list_payment_1 > li {
  margin-right: 37px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .list_payment_1 > li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.list_payment_1 > li:last-of-type {
  margin-right: 0;
  margin-bottom: 0;
}
.list_payment_1 > li > span {
  display: inline-block;
  font-weight: bold;
  font-size: 1.125rem;
  letter-spacing: 0.08em;
  line-height: 1.7;
  margin-bottom: 10px;
}
.list_payment_1 > li > div {
  background-color: #fff;
  border-radius: 10px;
  display: grid;
  place-items: center;
  width: 100%;
  max-width: 288px;
  height: 100px;
}
@media screen and (max-width: 767px) {
  .list_payment_1 > li > div {
    max-width: 100%;
    margin: auto;
    height: 80px;
  }
}
.list_payment_1 > li > div img {
  display: block;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .list_payment_1 > li > div img {
    width: 40%;
  }
}

.list_payment_2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.list_payment_2 > li {
  width: 47%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .list_payment_2 > li {
    width: 100%;
    margin-bottom: 20px;
  }
}
.list_payment_2 > li:nth-of-type(1) > div img {
  width: 29%;
}
@media screen and (max-width: 767px) {
  .list_payment_2 > li:nth-of-type(1) > div img {
    width: 30%;
  }
}
.list_payment_2 > li:nth-of-type(2) > div img {
  width: 39%;
}
.list_payment_2 > li:last-of-type {
  margin-bottom: 0;
}
.list_payment_2 > li > span {
  display: inline-block;
  font-weight: bold;
  font-size: 1.125rem;
  letter-spacing: 0.08em;
  line-height: 1.7;
  margin-bottom: 10px;
}
.list_payment_2 > li > div {
  background-color: #fff;
  border-radius: 10px;
  display: grid;
  place-items: center;
  width: 100%;
  height: 80px;
}
@media screen and (max-width: 767px) {
  .list_payment_2 > li > div {
    margin: auto;
  }
}
.list_payment_2 > li > div img {
  display: block;
}

.list_flow {
  margin-bottom: 47px;
}
@media screen and (max-width: 767px) {
  .list_flow {
    margin-bottom: 60px;
  }
}
.list_flow > li {
  display: flex;
  align-items: center;
  font-size: clamp(1rem, 0.114rem + 1.85vw, 1.5rem);
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.6;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .list_flow > li {
    align-items: flex-start;
  }
}
.list_flow > li:last-of-type {
  margin-bottom: 0;
}
.list_flow > li > span {
  display: block;
  background-color: #F89A27;
  width: 66px;
  height: 66px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  font-family: "Poppins", sans-serif;
  font-size: clamp(1.25rem, -0.964rem + 4.62vw, 2.5rem);
  box-shadow: 3px 3px 0 #725F47;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .list_flow > li > span {
    width: 50px;
    height: 50px;
  }
}

.list_flow_2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.list_flow_2 > li {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .list_flow_2 > li {
    width: 100%;
    margin-bottom: 30px;
  }
}
.list_flow_2 > li:last-of-type {
  margin-bottom: 0;
}
.list_flow_2 > li img {
  display: block;
  border-radius: 20px;
}
.list_flow_2 > li p {
  padding-top: 10px;
  font-weight: bold;
  font-size: 1rem;
  letter-spacing: 0.08em;
  text-align: center;
}

.list_check_wrap {
  border-bottom: solid 3px #222222;
  margin-bottom: 77px;
}
@media screen and (max-width: 767px) {
  .list_check_wrap {
    margin-bottom: 60px;
  }
}

.list_check {
  margin-bottom: 50px;
}
.list_check > li {
  padding-left: 100px;
  font-weight: bold;
  font-size: clamp(1rem, 0.336rem + 1.39vw, 1.375rem);
  letter-spacing: 0.06em;
  margin-bottom: 24px;
  color: #453628;
  position: relative;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .list_check > li {
    margin-bottom: 20px;
    padding-left: 40px;
  }
}
.list_check > li:last-of-type {
  margin-bottom: 0;
}
.list_check > li::before {
  content: "";
  position: absolute;
  background: url(../images/check.svg) no-repeat center top/contain;
  width: 45px;
  height: 45px;
  aspect-ratio: 1/1;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .list_check > li::before {
    left: 0;
    width: 30px;
    height: 30px;
  }
}

.dlist_policy {
  border-top: 1px solid #222222;
  border-bottom: 1px solid #222222;
  padding: 2em;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .dlist_policy {
    padding: 5vw 0;
    margin-bottom: 10vw;
  }
}
.dlist_policy dt {
  font-weight: 700;
  font-size: 1.25em;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .dlist_policy dt {
    font-size: 1.125em;
  }
}
.dlist_policy dd {
  font-size: 0.8125em;
}

@media screen and (max-width: 767px) {
  .scroll_table {
    width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
  }
}

.table_1 {
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .table_1 {
    min-width: 750px;
  }
}
.table_1::after {
  content: "";
  position: absolute;
  width: 35.5%;
  height: 18px;
  bottom: 0;
  right: 0;
  background-color: #FFEAD1;
  border-radius: 0 0 20px 20px;
}
@media screen and (max-width: 1200px) {
  .table_1::after {
    width: 39%;
  }
}
@media screen and (max-width: 767px) {
  .table_1::after {
    display: none;
  }
}
.table_1 tr th {
  font-weight: bold;
  font-size: clamp(1rem, 0.557rem + 0.92vw, 1.25rem);
  letter-spacing: 0.08em;
  line-height: 1.7;
  text-align: center;
  padding: 15px 25px;
  border-bottom: dotted 2px #222222;
}
.table_1 tr th:first-of-type {
  border-right: dotted 2px #222222;
  width: 22%;
  padding: 15px 10px;
}
.table_1 tr td {
  width: 39%;
  font-weight: 400;
  font-size: 0.9375rem;
  letter-spacing: 0.08em;
  line-height: 1.7;
  padding: 15px 25px;
  border-bottom: dotted 2px #222222;
}
.table_1 tr .bg_orange {
  background-color: #FFEAD1;
}
.table_1 tr:nth-of-type(1) .bg_orange {
  border-radius: 15px 15px 0 0;
}

.table_2 {
  width: 100%;
  border-top: dotted #222222 1px;
  border-left: dotted #222222 1px;
}
@media screen and (max-width: 767px) {
  .table_2 {
    min-width: 600px;
  }
}
.table_2 tr:nth-of-type(1) th:nth-of-type(1) {
  width: 27%;
}
.table_2 tr:nth-of-type(1) th:nth-of-type(2), .table_2 tr:nth-of-type(1) th:nth-of-type(3), .table_2 tr:nth-of-type(1) th:nth-of-type(4), .table_2 tr:nth-of-type(1) th:nth-of-type(5), .table_2 tr:nth-of-type(1) th:nth-of-type(6), .table_2 tr:nth-of-type(1) th:nth-of-type(7) {
  width: 9.5%;
}
.table_2 tr:nth-of-type(1) th:nth-of-type(8) {
  width: 16%;
}
.table_2 th, .table_2 td {
  font-size: clamp(1rem, 0.779rem + 0.46vw, 1.125rem);
  font-weight: bold;
  letter-spacing: 0.08em;
  text-align: center;
  line-height: 1.5;
  border-right: dotted #222222 1px;
  border-bottom: dotted #222222 1px;
  padding: 10px 10px;
}
.table_2 th .txt_s, .table_2 td .txt_s {
  display: block;
  font-size: clamp(0.75rem, 0.529rem + 0.46vw, 0.875rem);
}

.main_ttl, .main_ttl_price, .main_ttl_faq, .main_ttl_voice {
  font-size: clamp(1.5rem, 1.227rem + 1.36vw, 2.25rem);
  line-height: 1;
  display: block;
  font-weight: bold;
  letter-spacing: 0.08em;
  margin-bottom: 40px;
  text-align: center;
}
.main_ttl::after, .main_ttl_price::after, .main_ttl_faq::after, .main_ttl_voice::after {
  padding-top: 10px;
  content: attr(data-en);
  font-size: clamp(0.875rem, 0.784rem + 0.45vw, 1.125rem);
  font-weight: bold;
  letter-spacing: 0.08em;
  display: block;
  line-height: 1.5;
  font-weight: 400;
  text-align: center;
}

.main_ttl_voice {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .main_ttl_voice {
    margin-bottom: 20px;
  }
}
.main_ttl_voice::before {
  content: "";
  display: block;
  width: 66px;
  height: 55px;
  background: url(../images/dec_ttl_voice.svg) no-repeat top center/contain;
  margin: 0 auto 10px;
}
@media screen and (max-width: 767px) {
  .main_ttl_voice::before {
    width: 50.7692307692px;
    height: 42.3076923077px;
  }
}

.main_ttl_faq::before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background: url(../images/dec_ttl_faq.svg) no-repeat top center/contain;
  margin: 0 auto 13px;
}
@media screen and (max-width: 767px) {
  .main_ttl_faq::before {
    width: 40px;
    height: 40px;
  }
}

.main_ttl_price::before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background: url(../images/dec_ttl_price.svg) no-repeat top center/contain;
  margin: 0 auto 10px;
}
@media screen and (max-width: 767px) {
  .main_ttl_price::before {
    width: 40px;
    height: 40px;
  }
}

.ttl_sub_wrap, .ttl_sub_wrap2 {
  margin-top: 170px;
  width: 100%;
  position: relative;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .ttl_sub_wrap, .ttl_sub_wrap2 {
    margin-top: 100px;
  }
}
.ttl_sub_wrap::before, .ttl_sub_wrap2::before {
  position: absolute;
  content: "";
  display: block;
  background-color: #222222;
  height: 170px;
  width: 3px;
  top: -170px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .ttl_sub_wrap::before, .ttl_sub_wrap2::before {
    top: -100px;
    height: 100px;
  }
}
.ttl_sub_wrap::after, .ttl_sub_wrap2::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #222222;
  left: 50%;
  top: calc(50% + 8px);
  transform: translate(-50%, -50%);
  z-index: 0;
}

.ttl_sub_wrap2 {
  margin-top: 150px;
}
@media screen and (max-width: 767px) {
  .ttl_sub_wrap2 {
    margin-top: 90px;
  }
}

.ttl_sub {
  font-size: clamp(1.375rem, 0.268rem + 2.31vw, 2rem);
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.5;
  max-width: 622px;
  width: 100%;
  text-align: center;
  position: relative;
  margin: auto;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .ttl_sub {
    max-width: 80%;
  }
}
.ttl_sub > span {
  padding: 8px 15px;
  display: block;
  background-color: #F2F2EA;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  border: solid 3px #222222;
}
@media screen and (max-width: 767px) {
  .ttl_sub > span {
    padding: 8px 10px;
  }
}
.ttl_sub::after {
  position: absolute;
  content: "";
  display: block;
  background-color: #F2F2EA;
  border: solid 3px #222222;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: translate(8px, 8px);
}

.bg_gray {
  background: #efefef;
}
.bg_white {
  background: #fff;
}
.bg_black {
  background: #000;
}

.txt_clr_gray {
  color: #ccc;
}
.txt_clr_white {
  color: #fff;
}
.txt_clr_black {
  color: #000;
}

a.map_link {
  margin-top: 15px;
  font-weight: bold;
  font-size: 0.875rem;
  padding-left: 30px;
  position: relative;
  display: inline-block;
}
a.map_link::before {
  position: absolute;
  content: "";
  background: url(../images/pin.svg) no-repeat top center/contain;
  width: 20px;
  height: 26px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
a.h_btn {
  display: grid;
  place-items: center;
  width: 254px;
  height: 60px;
  border-radius: 5px;
  background-color: #F89A27;
  color: #fff;
  box-shadow: 4px 4px 0 0 #453628;
  font-size: 1rem;
  letter-spacing: 0.08em;
  font-weight: 500;
}
@media screen and (max-width: 1200px) {
  a.h_btn {
    width: 180px;
    font-size: 0.875rem;
    height: 50px;
  }
}
a.h_btn:hover {
  opacity: 0.8;
}
a.btn {
  color: #fff;
  display: block;
  max-width: 300px;
  padding: 1em;
  margin: auto;
  position: relative;
  background: #000;
  text-align: center;
}

.text_15px {
  font-size: clamp(0.875rem, 0.764rem + 0.23vw, 0.938rem);
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .text_15px {
    line-height: 1.7;
  }
}

.m0 {
  margin-bottom: 0;
}

.fade-in,
.fade-in-2,
.fade-in-3 {
  opacity: 0;
}

.anm-fade-in {
  animation: anm-fade-in 1.5s ease-in-out forwards;
}

.anm-fade-in-2 {
  animation: anm-fade-in-2 1.5s 0 ease-in-out forwards;
}

.anm-fade-in-3 {
  animation: anm-fade-in-3 1.5s 0 ease-in-out forwards;
}

@keyframes anm-fade-in {
  0% {
    opacity: 0;
    filter: blur(4px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
@keyframes anm-fade-in-2 {
  0% {
    opacity: 0;
    transform: translateY(-40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes anm-fade-in-3 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}/*# sourceMappingURL=layout.css.map */