@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 Serif JP", serif;
  color: #463628;
  text-align: left;
  letter-spacing: 1px;
  background-color: #D6D2CC;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 15px;
  }
}

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

a {
  text-decoration: none;
  color: #463628;
  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;
  }
}

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

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

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

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

.inner, .inner_l {
  max-width: 1076px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .inner, .inner_l {
    padding: 0 8%;
  }
}

.inner_l {
  max-width: 1420px;
}

.section_01 {
  padding: 80px 0 130px;
}
@media screen and (max-width: 767px) {
  .section_01 {
    padding: 50px 0 90px;
  }
}
.section_01 .main_ttl {
  font-size: clamp(1.625rem, 0.518rem + 2.31vw, 2.25rem);
  font-weight: 500;
  letter-spacing: 0.08em;
  text-align: center;
  padding-bottom: 30px;
  border-bottom: solid #463628 1px;
  margin-bottom: 65px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section_01 .main_ttl {
    padding-bottom: 15px;
    margin-bottom: 40px;
    line-height: 1.6;
  }
}
.section_01 .main_ttl::after {
  position: absolute;
  content: "";
  background: #463628;
  width: 23%;
  height: 3px;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
}
.section_01 .box_1 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .section_01 .box_1 {
    margin-bottom: 126px;
  }
}
.section_01 .box_1::after {
  position: absolute;
  content: "";
  background: url(../images/icon_dot.svg) no-repeat center/contain;
  width: 11px;
  height: 51px;
  bottom: -113px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .section_01 .box_1::after {
    bottom: -90px;
  }
}
.section_01 .box_1 .box_l {
  width: 51%;
}
@media screen and (max-width: 767px) {
  .section_01 .box_1 .box_l {
    width: 100%;
    margin-bottom: 40px;
  }
}
.section_01 .box_1 .box_l img {
  width: 100%;
  border-radius: 5px;
}
.section_01 .box_1 .box_r {
  width: 43%;
}
@media screen and (max-width: 767px) {
  .section_01 .box_1 .box_r {
    width: 100%;
  }
}
.section_01 .box_1 .box_r ul > li {
  font-size: clamp(1.063rem, 0.509rem + 1.15vw, 1.375rem);
  margin-bottom: 8px;
  position: relative;
  padding-left: 45px;
}
@media screen and (max-width: 767px) {
  .section_01 .box_1 .box_r ul > li {
    padding-left: 38px;
  }
}
.section_01 .box_1 .box_r ul > li:last-of-type {
  margin-bottom: 0;
}
.section_01 .box_1 .box_r ul > li::before {
  position: absolute;
  content: "";
  background: url(../images/icon_check.svg) no-repeat center/contain;
  width: 30px;
  height: 22px;
  top: 9px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .section_01 .box_1 .box_r ul > li::before {
    width: 26px;
    height: 18px;
  }
}
.section_01 .ttl_2 {
  background-color: #fff;
  display: inline-block;
  font-size: clamp(1.875rem, 0.325rem + 3.23vw, 2.75rem);
  line-height: 1.7;
  padding: 3px 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section_01 .ttl_2 {
    line-height: 1.5;
  }
}
.section_01 .box_2 {
  text-align: center;
  font-size: clamp(0.938rem, 0.605rem + 0.69vw, 1.125rem);
  line-height: 1.7;
}
.section_01 .box_2 p {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .section_01 .box_2 p {
    margin-bottom: 10px;
  }
}
.section_01 .box_2 p:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .section_01 .box_2 {
    text-align: left;
  }
}

.section_02 {
  padding: 0 0 120px;
}
@media screen and (max-width: 767px) {
  .section_02 {
    padding: 0 0 90px;
  }
}
.section_02 .main_ttl {
  padding-bottom: 30px;
  border-bottom: solid 1px #fff;
  position: relative;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .section_02 .main_ttl {
    margin-bottom: 30px;
  }
}
.section_02 .main_ttl::after {
  position: absolute;
  content: "";
  background: #463628;
  width: 12.6%;
  height: 3px;
  bottom: -1px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .section_02 .main_ttl {
    padding-bottom: 15px;
  }
}
.section_02 .main_ttl > span {
  display: block;
  font-size: clamp(5rem, 0.572rem + 9.24vw, 7.5rem);
  font-family: "Crimson Text", serif;
  color: #fff;
  letter-spacing: 0.08em;
  line-height: 1;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .section_02 .main_ttl > span {
    margin-bottom: 0;
  }
}
.section_02 .main_ttl > span:first-letter {
  color: #463628;
}
.section_02 .main_ttl h2 {
  font-size: clamp(1.125rem, 0.904rem + 0.46vw, 1.25rem);
  font-weight: 500;
  letter-spacing: 0.08em;
}
.section_02 .container {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .section_02 .container {
    flex-wrap: wrap;
  }
}
.section_02 .content {
  width: 70%;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 1200px) {
  .section_02 .content {
    width: 76%;
  }
}
@media screen and (max-width: 767px) {
  .section_02 .content {
    width: 100%;
  }
}
.section_02 .content ul > li {
  padding-bottom: 50px;
  border-bottom: solid 1px #fff;
  margin-bottom: 60px;
}
.section_02 .content ul > li:last-of-type {
  margin-bottom: 0;
}
.section_02 .content ul > li .ttl {
  font-size: 1.25rem;
  position: relative;
  margin-bottom: 40px;
}
.section_02 .content ul > li .ttl::before {
  content: attr(data-en);
  font-size: clamp(2.5rem, 0.286rem + 4.62vw, 3.75rem);
  font-family: "Crimson Text", serif;
  letter-spacing: 0.08em;
  display: block;
  line-height: 1;
  padding-bottom: 10px;
  font-weight: 400;
}
.section_02 .content ul > li .ttl::after {
  position: absolute;
  content: "";
  background-color: #463628;
  height: 1px;
  width: 21px;
  top: 64px;
  left: 0;
}
@media screen and (max-width: 1200px) {
  .section_02 .content ul > li .ttl::after {
    top: 45px;
  }
}
.section_02 .content ul > li .box_1 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section_02 .content ul > li .box_1 .box_l {
  width: 32%;
}
@media screen and (max-width: 767px) {
  .section_02 .content ul > li .box_1 .box_l {
    width: 100%;
  }
}
.section_02 .content ul > li .box_1 .box_l img {
  border-radius: 5px;
}
.section_02 .content ul > li .box_1 .box_r {
  width: 64%;
  padding-top: 15px;
}
@media screen and (max-width: 767px) {
  .section_02 .content ul > li .box_1 .box_r {
    width: 100%;
  }
}
.section_02 .content ul > li .box_1 .box_r p {
  margin-bottom: 10px;
}
.section_02 .content ul > li .box_1 .box_r p:last-of-type {
  margin-bottom: 0;
}
.section_02 .content ul > li .sub_ttl {
  font-size: clamp(1.25rem, 0.364rem + 1.85vw, 1.75rem);
  font-weight: 500;
  letter-spacing: 0.08em;
  text-align: center;
  padding-bottom: 25px;
  border-bottom: solid #463628 1px;
  margin-bottom: 25px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section_02 .content ul > li .sub_ttl {
    padding-bottom: 15px;
    margin-bottom: 40px;
  }
}
.section_02 .content ul > li .sub_ttl::after {
  position: absolute;
  content: "";
  background: #463628;
  width: 23%;
  height: 3px;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
}
.section_02 .content ul > li .txt_wrap {
  text-align: center;
  letter-spacing: 0.08em;
  line-height: 2;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .section_02 .content ul > li .txt_wrap {
    text-align: left;
    margin-bottom: 30px;
  }
}
.section_02 .submenu {
  position: sticky;
  top: 110px;
  width: 19%;
}
@media screen and (max-width: 767px) {
  .section_02 .submenu {
    position: static;
    top: 0;
    width: 100%;
    margin-bottom: 50px;
  }
}
.section_02 .submenu > ul {
  padding-left: 39%;
}
@media screen and (max-width: 1200px) {
  .section_02 .submenu > ul {
    padding-left: 0%;
  }
}
.section_02 .submenu > ul > li {
  margin-bottom: 10px;
}
.section_02 .submenu > ul > li:last-of-type {
  margin-bottom: 0;
}
.section_02 .submenu > ul > li > a {
  font-size: clamp(1rem, 0.336rem + 1.39vw, 1.375rem);
  padding-left: 35px;
  position: relative;
  display: inline-block;
}
.section_02 .submenu > ul > li > a::before {
  position: absolute;
  content: "";
  background: url(../images/icon_circlearrow_w.svg) no-repeat center/contain;
  width: 20px;
  height: 20px;
  top: 10px;
  left: 0;
  transition: 0.3s;
}
.section_02 .submenu > ul > li > a:hover::before {
  left: 10px;
}

.section_03 {
  padding: 100px 0 120px;
  background-color: #535050;
  color: #fff;
  /* ラジオボタン非表示 */
  /* タブの見た目 */
  /* 選択中タブのスタイル */
  /* タブの中身 */
  /* 選択中のタブ内容を表示 */
}
@media screen and (max-width: 767px) {
  .section_03 {
    padding: 60px 0 100px;
  }
}
.section_03 .main_ttl {
  font-size: clamp(1.625rem, 0.518rem + 2.31vw, 2.25rem);
  font-weight: 500;
  letter-spacing: 0.08em;
  text-align: center;
  padding-bottom: 30px;
  border-bottom: solid #fff 1px;
  margin-bottom: 65px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section_03 .main_ttl {
    padding-bottom: 15px;
    margin-bottom: 40px;
  }
}
.section_03 .main_ttl::after {
  position: absolute;
  content: "";
  background: #fff;
  width: 23%;
  height: 3px;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
}
.section_03 input[name=tab] {
  display: none;
}
.section_03 .tab-label {
  display: inline-block;
  padding: 20px 100px;
  cursor: pointer;
  background: #E3E1DD;
  color: #463628;
  font-size: clamp(1rem, 0.225rem + 1.62vw, 1.438rem);
  letter-spacing: 0.08em;
  border-radius: 10px 10px 0 0;
}
@media screen and (max-width: 1200px) {
  .section_03 .tab-label {
    padding: 20px 60px;
  }
}
@media screen and (max-width: 767px) {
  .section_03 .tab-label {
    padding: 20px 10px;
  }
}
.section_03 .tab-label span {
  display: inline-block;
  padding-left: 65px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section_03 .tab-label span {
    padding-left: 33px;
  }
}
.section_03 .tab-label span::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.section_03 .tab-label-1 span::before {
  background: url(../images/tab1.svg) no-repeat top center/cover;
  width: 54px;
  height: 42px;
}
@media screen and (max-width: 767px) {
  .section_03 .tab-label-1 span::before {
    width: 36px;
    height: 28px;
  }
}
.section_03 .tab-label-2 span::before {
  background: url(../images/tab2.svg) no-repeat top center/cover;
  width: 43px;
  height: 37px;
}
@media screen and (max-width: 767px) {
  .section_03 .tab-label-2 span::before {
    width: 28.6666666667px;
    height: 24.6666666667px;
  }
}
.section_03 input[name=tab]:checked + .tab-label {
  background: #fff;
  z-index: 1;
}
.section_03 .tab-content {
  display: none;
  padding: 55px 45px;
  background: #fff;
  margin-top: -1px;
  color: #463628;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .section_03 .tab-content {
    padding: 30px 15px;
  }
}
.section_03 .tab-content h3 {
  font-size: clamp(1rem, 0.557rem + 0.92vw, 1.25rem);
  letter-spacing: 0.08em;
  line-height: 1;
  text-align: center;
  margin-bottom: 50px;
}
.section_03 .tab-content h3::before {
  content: attr(data-en);
  font-size: clamp(1.5rem, -1.378rem + 6vw, 3.125rem);
  font-family: "Crimson Text", serif;
  letter-spacing: 0.08em;
  display: block;
  line-height: 1;
  padding-bottom: 10px;
  font-weight: 400;
}
.section_03 .tab-content h4 {
  font-size: clamp(1.25rem, 0.364rem + 1.85vw, 1.75rem);
  font-weight: 500;
  letter-spacing: 0.08em;
  padding-left: 20px;
  line-height: 1.7;
  border-left: #D6D2CC 5px solid;
  margin-bottom: 30px;
}
.section_03 .tab-content .heading1 {
  text-align: center;
  border-bottom: solid 1px #D6D2CC;
}
.section_03 .tab-content .heading1 > span {
  display: inline-block;
  background-color: #D6D2CC;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 10px 10px 0 0;
  padding: 12px 34px;
  font-weight: 500;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .section_03 .tab-content .heading1 > span {
    margin-top: 30px;
    padding: 10px 10px;
    font-size: 0.9375rem;
  }
}
.section_03 .tab-content .heading2 {
  text-align: center;
  border-bottom: solid 1px #D6D2CC;
  font-weight: 500;
  letter-spacing: 0.06em;
  padding: 13px 0;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .section_03 .tab-content .heading2 {
    margin-bottom: 0;
    font-size: 0.9375rem;
  }
}
.section_03 .tab-content .box_1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.section_03 .tab-content .box_1 .box_l {
  width: 54%;
}
@media screen and (max-width: 767px) {
  .section_03 .tab-content .box_1 .box_l {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .section_03 .tab-content .box_1 .box_l h4 {
    order: 1;
  }
}
.section_03 .tab-content .box_1 .box_l .sp_img {
  display: none;
}
@media screen and (max-width: 767px) {
  .section_03 .tab-content .box_1 .box_l .sp_img {
    display: block;
    width: 100%;
    margin: 0 0 30px;
    order: 2;
  }
}
@media screen and (max-width: 767px) {
  .section_03 .tab-content .box_1 .box_l .heading1 {
    order: 4;
  }
}
@media screen and (max-width: 767px) {
  .section_03 .tab-content .box_1 .box_l .heading2 {
    order: 5;
  }
}
.section_03 .tab-content .box_1 .box_l .comment {
  font-size: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .section_03 .tab-content .box_1 .box_l .comment {
    order: 3;
  }
}
.section_03 .tab-content .box_1 .box_l .comment p {
  margin-bottom: 10px;
}
.section_03 .tab-content .box_1 .box_l .comment p:last-of-type {
  margin-bottom: 0;
}
.section_03 .tab-content .box_1 .box_r {
  width: 41%;
}
@media screen and (max-width: 767px) {
  .section_03 .tab-content .box_1 .box_r {
    width: 100%;
    display: none;
  }
}
.section_03 .tab-content .box_1 .box_r img {
  width: 100%;
}
.section_03 .tab-content .frame {
  border: solid 5px #D6D2CC;
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
  .section_03 .tab-content .frame {
    padding: 20px;
  }
}
.section_03 .tab-content .frame .frame_table, .section_03 .tab-content .frame .frame_table2 {
  width: 100%;
}
.section_03 .tab-content .frame .frame_table > tbody > tr > th, .section_03 .tab-content .frame .frame_table2 > tbody > tr > th {
  font-size: 1.25rem;
  font-weight: 500;
  width: 30%;
  text-align: center;
  border-bottom: solid 30px #fff;
}
@media screen and (max-width: 1200px) {
  .section_03 .tab-content .frame .frame_table > tbody > tr > th, .section_03 .tab-content .frame .frame_table2 > tbody > tr > th {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .section_03 .tab-content .frame .frame_table > tbody > tr > th, .section_03 .tab-content .frame .frame_table2 > tbody > tr > th {
    display: block;
    width: 100%;
    border-bottom: none;
    padding-bottom: 15px;
    font-size: 1.125rem;
  }
}
.section_03 .tab-content .frame .frame_table > tbody > tr > td, .section_03 .tab-content .frame .frame_table2 > tbody > tr > td {
  font-size: 1rem;
  width: 70%;
  border-left: solid 5px #D6D2CC;
  border-bottom: solid 30px #fff;
  padding-left: 24px;
}
@media screen and (max-width: 767px) {
  .section_03 .tab-content .frame .frame_table > tbody > tr > td, .section_03 .tab-content .frame .frame_table2 > tbody > tr > td {
    padding-left: 0;
    border-left: none;
    border-top: solid 5px #D6D2CC;
    padding-top: 15px;
    display: block;
    width: 100%;
    border-bottom: none;
    padding-bottom: 30px;
  }
}
.section_03 .tab-content .frame .frame_table > tbody > tr:last-of-type > th, .section_03 .tab-content .frame .frame_table2 > tbody > tr:last-of-type > th, .section_03 .tab-content .frame .frame_table > tbody > tr:last-of-type td, .section_03 .tab-content .frame .frame_table2 > tbody > tr:last-of-type td {
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .section_03 .tab-content .frame .frame_table > tbody > tr:last-of-type td, .section_03 .tab-content .frame .frame_table2 > tbody > tr:last-of-type td {
    padding-bottom: 0;
  }
}
.section_03 .tab-content .frame .frame_table2 > tbody > tr > th {
  width: 42%;
}
@media screen and (max-width: 767px) {
  .section_03 .tab-content .frame .frame_table2 > tbody > tr > th {
    width: 100%;
  }
}
.section_03 .tab-content .frame .frame_table2 > tbody > tr > td {
  width: 58%;
}
@media screen and (max-width: 767px) {
  .section_03 .tab-content .frame .frame_table2 > tbody > tr > td {
    width: 100%;
  }
}
.section_03 .tab-content .frame .sub_table {
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .section_03 .tab-content .frame .sub_table tr th {
    width: 30%;
  }
}
@media screen and (max-width: 767px) {
  .section_03 .tab-content .frame .sub_table tr th {
    width: 100%;
    margin-bottom: 5px;
  }
}
.section_03 .tab-content .frame .sub_table tr th > span {
  display: inline-block;
  background-color: #F0F0F0;
  padding: 2px 15px;
  border-radius: 30px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .section_03 .tab-content .frame .sub_table tr td {
    margin-bottom: 30px;
  }
}
.section_03 .tab-content .frame .sub_table tr th, .section_03 .tab-content .frame .sub_table tr td {
  font-size: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .section_03 .tab-content .frame .sub_table tr th, .section_03 .tab-content .frame .sub_table tr td {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .section_03 .tab-content .frame .sub_table tr:last-of-type td {
    margin-bottom: 0;
  }
}
.section_03 #tab1:checked ~ #content1,
.section_03 #tab2:checked ~ #content2 {
  display: block;
}

.section_contact, .section_contact_2, .section_contact_sp {
  padding: 90px 0 100px;
  background-color: #E3E1DD;
}
@media screen and (max-width: 767px) {
  .section_contact, .section_contact_2, .section_contact_sp {
    padding: 60px 0 60px;
  }
}
.section_contact .main_ttl, .section_contact_2 .main_ttl, .section_contact_sp .main_ttl {
  position: relative;
  margin-bottom: 30px;
  text-align: center;
}
.section_contact .main_ttl > span, .section_contact_2 .main_ttl > span, .section_contact_sp .main_ttl > span {
  display: block;
  font-size: clamp(2.5rem, -1.928rem + 9.24vw, 5rem);
  font-family: "Crimson Text", serif;
  color: #fff;
  letter-spacing: 0.08em;
  line-height: 1;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .section_contact .main_ttl > span, .section_contact_2 .main_ttl > span, .section_contact_sp .main_ttl > span {
    margin-bottom: 0;
  }
}
.section_contact .main_ttl > span:first-letter, .section_contact_2 .main_ttl > span:first-letter, .section_contact_sp .main_ttl > span:first-letter {
  color: #463628;
}
.section_contact .main_ttl h2, .section_contact_2 .main_ttl h2, .section_contact_sp .main_ttl h2 {
  font-size: clamp(1.125rem, 0.904rem + 0.46vw, 1.25rem);
  font-weight: 500;
  letter-spacing: 0.08em;
}
.section_contact .tel_wrap, .section_contact_2 .tel_wrap, .section_contact_sp .tel_wrap {
  background-color: #535050;
  color: #fff;
  text-align: center;
  font-family: "Crimson Text", serif;
  font-size: clamp(1.25rem, -1.186rem + 5.08vw, 2.625rem);
  padding: 10px;
  letter-spacing: 0.08em;
}
.section_contact .tel_wrap a, .section_contact_2 .tel_wrap a, .section_contact_sp .tel_wrap a {
  color: #fff;
}
.section_contact .tel_wrap > span, .section_contact_2 .tel_wrap > span, .section_contact_sp .tel_wrap > span {
  padding-left: 70px;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 1200px) {
  .section_contact .tel_wrap > span, .section_contact_2 .tel_wrap > span, .section_contact_sp .tel_wrap > span {
    padding-left: 40px;
  }
}
.section_contact .tel_wrap > span::before, .section_contact_2 .tel_wrap > span::before, .section_contact_sp .tel_wrap > span::before {
  position: absolute;
  content: "";
  background: url(../images/icon_tel_w2.svg) no-repeat center/contain;
  width: 36px;
  height: 36px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 1200px) {
  .section_contact .tel_wrap > span::before, .section_contact_2 .tel_wrap > span::before, .section_contact_sp .tel_wrap > span::before {
    width: 20px;
    height: 20px;
  }
}
.section_contact .reservation_box, .section_contact_2 .reservation_box, .section_contact_sp .reservation_box {
  margin-top: 25px;
  border: #535050 5px solid;
  padding: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .section_contact .reservation_box, .section_contact_2 .reservation_box, .section_contact_sp .reservation_box {
    padding: 20px;
  }
}
.section_contact .reservation_box .box_l, .section_contact_2 .reservation_box .box_l, .section_contact_sp .reservation_box .box_l {
  width: 71%;
}
@media screen and (max-width: 767px) {
  .section_contact .reservation_box .box_l, .section_contact_2 .reservation_box .box_l, .section_contact_sp .reservation_box .box_l {
    width: 100%;
  }
}
.section_contact .reservation_box .box_l .box_1, .section_contact_2 .reservation_box .box_l .box_1, .section_contact_sp .reservation_box .box_l .box_1 {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .section_contact .reservation_box .box_l .box_1, .section_contact_2 .reservation_box .box_l .box_1, .section_contact_sp .reservation_box .box_l .box_1 {
    flex-direction: column;
    margin-bottom: 20px;
  }
}
.section_contact .reservation_box .box_l .box_1 .txt, .section_contact_2 .reservation_box .box_l .box_1 .txt, .section_contact_sp .reservation_box .box_l .box_1 .txt {
  font-size: 2.25rem;
  line-height: 1;
  margin-right: 30px;
}
@media screen and (max-width: 1200px) {
  .section_contact .reservation_box .box_l .box_1 .txt, .section_contact_2 .reservation_box .box_l .box_1 .txt, .section_contact_sp .reservation_box .box_l .box_1 .txt {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .section_contact .reservation_box .box_l .box_1 .txt, .section_contact_2 .reservation_box .box_l .box_1 .txt, .section_contact_sp .reservation_box .box_l .box_1 .txt {
    text-align: center;
    font-size: 1.5rem;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.section_contact .reservation_box .box_l .box_1 .txt_s, .section_contact_2 .reservation_box .box_l .box_1 .txt_s, .section_contact_sp .reservation_box .box_l .box_1 .txt_s {
  font-size: 1.125rem;
}
@media screen and (max-width: 1200px) {
  .section_contact .reservation_box .box_l .box_1 .txt_s, .section_contact_2 .reservation_box .box_l .box_1 .txt_s, .section_contact_sp .reservation_box .box_l .box_1 .txt_s {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 767px) {
  .section_contact .reservation_box .box_l .box_1 .txt_s, .section_contact_2 .reservation_box .box_l .box_1 .txt_s, .section_contact_sp .reservation_box .box_l .box_1 .txt_s {
    font-size: 0.75rem;
    width: 100%;
    text-align: center;
  }
}
.section_contact .reservation_box .box_l .box_2 > a, .section_contact_2 .reservation_box .box_l .box_2 > a, .section_contact_sp .reservation_box .box_l .box_2 > a {
  width: 100%;
  height: 60px;
  position: relative;
  display: grid;
  place-items: center;
  font-size: 1.25rem;
  background-color: #3F2021;
  color: #fff;
  border: solid 3px #3F2021;
}
@media screen and (max-width: 767px) {
  .section_contact .reservation_box .box_l .box_2 > a, .section_contact_2 .reservation_box .box_l .box_2 > a, .section_contact_sp .reservation_box .box_l .box_2 > a {
    background-color: #ff7e00;
    border: solid 3px #fff;
  }
}
.section_contact .reservation_box .box_l .box_2 > a::after, .section_contact_2 .reservation_box .box_l .box_2 > a::after, .section_contact_sp .reservation_box .box_l .box_2 > a::after {
  position: absolute;
  content: "";
  background: url(../images/icon_circlearrow_w.svg) no-repeat center/contain;
  width: 23px;
  height: 23px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.section_contact .reservation_box .box_l .box_2 > a:hover, .section_contact_2 .reservation_box .box_l .box_2 > a:hover, .section_contact_sp .reservation_box .box_l .box_2 > a:hover {
  background-color: #D6D2CC;
  color: #3F2021;
}
.section_contact .reservation_box .box_r, .section_contact_2 .reservation_box .box_r, .section_contact_sp .reservation_box .box_r {
  width: 25.6%;
}
@media screen and (max-width: 767px) {
  .section_contact .reservation_box .box_r, .section_contact_2 .reservation_box .box_r, .section_contact_sp .reservation_box .box_r {
    width: 100%;
    display: none;
  }
}
.section_contact .reservation_box .box_r img, .section_contact_2 .reservation_box .box_r img, .section_contact_sp .reservation_box .box_r img {
  width: 100%;
}

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

.section_contact_2 {
  padding: 0 0 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section_contact_2 {
    padding: 0 0 0;
  }
}
.section_contact_2 .inner, .section_contact_2 .inner_l {
  transform: translateY(-40px);
}
@media screen and (max-width: 1200px) {
  .section_contact_2 .inner, .section_contact_2 .inner_l {
    transform: translateY(-20px);
  }
}
.section_contact_2::after {
  position: absolute;
  content: "";
  background: #D6D2CC;
  width: 100%;
  height: 230px;
  bottom: 0;
  left: 0;
}
.section_contact_2 .txt_box {
  margin-top: 28px;
  font-size: clamp(0.813rem, 0.591rem + 0.46vw, 0.938rem);
  line-height: 1.7;
}

.section_04 {
  padding: 100px 0 140px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .section_04 {
    padding: 60px 0 100px;
  }
}
.section_04 .main_ttl {
  font-size: clamp(1.625rem, 0.518rem + 2.31vw, 2.25rem);
  font-weight: 500;
  letter-spacing: 0.08em;
  text-align: center;
  padding-bottom: 30px;
  border-bottom: solid #463628 1px;
  margin-bottom: 80px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section_04 .main_ttl {
    padding-bottom: 15px;
    margin-bottom: 40px;
    line-height: 1.6;
  }
}
.section_04 .main_ttl::after {
  position: absolute;
  content: "";
  background: #463628;
  width: 23%;
  height: 3px;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
}
.section_04 .list_feature > li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 74px;
}
@media screen and (max-width: 767px) {
  .section_04 .list_feature > li {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 768px) {
  .section_04 .list_feature > li:nth-of-type(even) {
    flex-direction: row-reverse;
  }
}
.section_04 .list_feature > li:last-of-type {
  margin-bottom: 0;
}
.section_04 .list_feature > li .box_l {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .section_04 .list_feature > li .box_l {
    width: 100%;
    margin-bottom: 20px;
  }
}
.section_04 .list_feature > li .box_l .ttl_1 {
  margin-top: 40px;
  font-size: clamp(1.5rem, 0.614rem + 1.85vw, 2rem);
  letter-spacing: 0.08em;
  font-weight: 500;
  position: relative;
  margin-bottom: 67px;
  padding-left: 32px;
}
@media screen and (max-width: 767px) {
  .section_04 .list_feature > li .box_l .ttl_1 {
    margin-top: 0;
    line-height: 1.6;
    margin-bottom: 30px;
  }
}
.section_04 .list_feature > li .box_l .ttl_1 > span {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.section_04 .list_feature > li .box_l .ttl_1::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
}
.section_04 .list_feature > li .box_l .txt {
  letter-spacing: 0.06em;
  font-size: clamp(1rem, 0.779rem + 0.46vw, 1.125rem);
  line-height: 1.6;
}
.section_04 .list_feature > li .box_r {
  width: 46%;
}
@media screen and (max-width: 767px) {
  .section_04 .list_feature > li .box_r {
    width: 100%;
  }
}
.section_04 .list_feature > li .box_r img {
  width: 100%;
  border-radius: 5px;
}
.section_04 .list_feature > li:nth-of-type(1) .box_l .ttl_1::before {
  background: url(../images/icon_01.svg) no-repeat center/contain;
  width: 149px;
  height: 124px;
}
@media screen and (max-width: 1200px) {
  .section_04 .list_feature > li:nth-of-type(1) .box_l .ttl_1::before {
    width: 124.1666666667px;
    height: 103.3333333333px;
  }
}
@media screen and (max-width: 767px) {
  .section_04 .list_feature > li:nth-of-type(1) .box_l .ttl_1::before {
    width: 99.3333333333px;
    height: 82.6666666667px;
  }
}
.section_04 .list_feature > li:nth-of-type(2) .box_l .ttl_1::before {
  background: url(../images/icon_02.svg) no-repeat center/contain;
  width: 157px;
  height: 124px;
}
@media screen and (max-width: 1200px) {
  .section_04 .list_feature > li:nth-of-type(2) .box_l .ttl_1::before {
    width: 130.8333333333px;
    height: 103.3333333333px;
  }
}
@media screen and (max-width: 767px) {
  .section_04 .list_feature > li:nth-of-type(2) .box_l .ttl_1::before {
    width: 104.6666666667px;
    height: 82.6666666667px;
  }
}
.section_04 .list_feature > li:nth-of-type(3) .box_l .ttl_1 {
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .section_04 .list_feature > li:nth-of-type(3) .box_l .ttl_1 {
    padding-left: 32px;
  }
}
.section_04 .list_feature > li:nth-of-type(3) .box_l .ttl_1::before {
  background: url(../images/icon_03.svg) no-repeat center/contain;
  width: 158px;
  height: 124px;
}
@media screen and (max-width: 1200px) {
  .section_04 .list_feature > li:nth-of-type(3) .box_l .ttl_1::before {
    width: 131.6666666667px;
    height: 103.3333333333px;
  }
}
@media screen and (max-width: 767px) {
  .section_04 .list_feature > li:nth-of-type(3) .box_l .ttl_1::before {
    width: 105.3333333333px;
    height: 82.6666666667px;
  }
}
.section_04 .list_feature > li:nth-of-type(4) .box_l .ttl_1::before {
  background: url(../images/icon_04.svg) no-repeat center/contain;
  width: 162px;
  height: 124px;
}
@media screen and (max-width: 1200px) {
  .section_04 .list_feature > li:nth-of-type(4) .box_l .ttl_1::before {
    width: 135px;
    height: 103.3333333333px;
  }
}
@media screen and (max-width: 767px) {
  .section_04 .list_feature > li:nth-of-type(4) .box_l .ttl_1::before {
    width: 108px;
    height: 82.6666666667px;
  }
}
.section_04 .list_feature > li:nth-of-type(5) .box_l .ttl_1::before {
  background: url(../images/icon_05.svg) no-repeat center/contain;
  width: 161px;
  height: 128px;
}
@media screen and (max-width: 1200px) {
  .section_04 .list_feature > li:nth-of-type(5) .box_l .ttl_1::before {
    width: 134.1666666667px;
    height: 106.6666666667px;
  }
}
@media screen and (max-width: 767px) {
  .section_04 .list_feature > li:nth-of-type(5) .box_l .ttl_1::before {
    width: 107.3333333333px;
    height: 85.3333333333px;
  }
}
.section_04 .main_ttl_2 {
  margin-top: 120px;
  font-size: clamp(1.188rem, -1.137rem + 4.85vw, 2.5rem);
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.08em;
  font-weight: 500;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .section_04 .main_ttl_2 {
    margin-top: 80px;
  }
}
.section_04 .message_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section_04 .message_box .box_l {
  width: 35%;
}
@media screen and (max-width: 767px) {
  .section_04 .message_box .box_l {
    width: 80%;
    margin: 0 auto 30px;
  }
}
.section_04 .message_box .box_l img {
  width: 100%;
}
.section_04 .message_box .box_r {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .section_04 .message_box .box_r {
    width: 100%;
  }
}
.section_04 .message_box .box_r .comment {
  line-height: 1.6;
}
.section_04 .message_box .box_r .comment > p {
  font-size: clamp(0.938rem, 0.605rem + 0.69vw, 1.125rem);
  margin-bottom: 10px;
}
.section_04 .message_box .box_r .comment > p:last-of-type {
  margin-bottom: 0;
}
.section_04 .message_box .box_r .name {
  margin-top: 40px;
  font-size: clamp(1.125rem, 0.461rem + 1.39vw, 1.5rem);
  border-bottom: solid #463628 1px;
  padding-bottom: 15px;
  margin-bottom: 20px;
  font-weight: 500;
  letter-spacing: 0.08em;
}
.section_04 .message_box .box_r .career {
  font-size: clamp(0.875rem, 0.764rem + 0.23vw, 0.938rem);
  line-height: 1.7;
  letter-spacing: 0.06em;
}
.section_04 .message_ttl {
  display: block;
  position: absolute;
  font-family: "Crimson Text", serif;
  font-size: clamp(3.75rem, 1.536rem + 4.62vw, 5rem);
  color: #fff;
  letter-spacing: 0.08em;
  line-height: 1;
  top: 76%;
  right: -6%;
  transform: rotate(90deg);
  transform-origin: right top;
}
@media screen and (max-width: 1200px) {
  .section_04 .message_ttl {
    top: -70px;
    right: auto;
    left: 30px;
    transform: none;
  }
}
.section_04 .message_ttl:first-letter {
  color: #463628;
}

.section_05 {
  padding: 40px 0 120px;
}
@media screen and (max-width: 767px) {
  .section_05 {
    padding: 40px 0 100px;
  }
}
.section_05 .footer_img_wrap {
  width: 100%;
}
.section_05 .footer_img_wrap img {
  width: 100%;
}
.section_05 .main_ttl_wrap {
  background: url(../images/bg_main_ttl.svg) no-repeat top 95px center/cover;
  padding-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  .section_05 .main_ttl_wrap {
    background: url(../images/bg_main_ttl.svg) no-repeat top 45px center/cover;
  }
}
.section_05 .main_ttl {
  position: relative;
  text-align: center;
  padding-top: 186px;
}
@media screen and (max-width: 1200px) {
  .section_05 .main_ttl {
    padding-top: 136px;
  }
}
.section_05 .main_ttl > span {
  display: block;
  font-size: clamp(2.5rem, -1.928rem + 9.24vw, 5rem);
  font-family: "Crimson Text", serif;
  color: #D6D2CC;
  letter-spacing: 0.08em;
  line-height: 1;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .section_05 .main_ttl > span {
    margin-bottom: 0;
  }
}
.section_05 .main_ttl > span:first-letter {
  color: #463628;
}
.section_05 .main_ttl h2 {
  font-size: clamp(1.125rem, 0.904rem + 0.46vw, 1.25rem);
  font-weight: 500;
  letter-spacing: 0.08em;
}
.section_05 .main_ttl::after {
  position: absolute;
  content: "";
  width: 153px;
  height: 153px;
  background: url(../images/dec_footer_01.png) no-repeat center/contain;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1200px) {
  .section_05 .main_ttl::after {
    width: 100px;
    height: 100px;
  }
}
.section_05 .list_sns {
  margin-top: 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.section_05 .list_sns > li {
  width: 47%;
  padding: 40px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .section_05 .list_sns > li {
    padding: 30px;
    width: 100%;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .section_05 .list_sns > li:last-of-type {
    margin-bottom: 0;
  }
}
.section_05 .list_sns > li h3 {
  font-size: clamp(1.375rem, 0.711rem + 1.39vw, 1.75rem);
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-align: center;
  border-bottom: solid 1px #463628;
  padding-bottom: 20px;
  margin-bottom: 25px;
  padding-top: 70px;
  position: relative;
}
.section_05 .list_sns > li h3::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.section_05 .list_sns > li .line_wrap {
  width: 100%;
  max-width: 142px;
  margin: 0 auto 13px;
}
.section_05 .list_sns > li .angel_buggy {
  width: 100%;
  max-width: 276px;
  margin: 0 auto 20px;
}
.section_05 .list_sns > li .line_link, .section_05 .list_sns > li .btn_link {
  display: grid;
  place-items: center;
  background-color: #03C755;
  width: 100%;
  max-width: 242px;
  height: 44px;
  color: #fff;
  position: relative;
  font-size: 1rem;
  font-weight: 500;
  margin: 0 auto;
}
.section_05 .list_sns > li .line_link::before, .section_05 .list_sns > li .btn_link::before {
  position: absolute;
  content: "";
  background: url(../images/icon_circlearrow_w.svg) no-repeat center/contain;
  width: 16px;
  height: 16px;
  top: 50%;
  right: 9px;
  transform: translateY(-50%);
}
.section_05 .list_sns > li .line_link:hover, .section_05 .list_sns > li .btn_link:hover {
  opacity: 0.7;
}
.section_05 .list_sns > li .btn_link {
  margin-top: 15px;
  background-color: #535050;
}
.section_05 .list_sns > li .txt {
  margin-top: 15px;
  font-size: 0.9375rem;
  line-height: 2;
}
.section_05 .list_sns > li:nth-of-type(1) h3::before {
  background: url(../images/icon_line.svg) no-repeat center/contain;
  width: 63px;
  height: 61px;
}
.section_05 .list_sns > li:nth-of-type(2) h3::before {
  background: url(../images/icon_dog.svg) no-repeat center/contain;
  width: 61px;
  height: 53px;
}
.section_05 .map_button {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .section_05 .map_button {
    flex-wrap: wrap;
  }
}
.section_05 .map_button > a {
  width: 100%;
  max-width: 415px;
  height: 60px;
  display: inline-block;
  background-color: #3F2021;
  color: #fff;
  font-size: 1.25rem;
  position: relative;
  display: grid;
  place-items: center;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .section_05 .map_button > a {
    margin-right: 0;
    max-width: 100%;
    margin-bottom: 20px;
  }
}
.section_05 .map_button > a::after {
  position: absolute;
  content: "";
  background: url(../images/icon_circlearrow_w.svg) no-repeat center/contain;
  width: 23px;
  height: 23px;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.section_05 .map_button > a:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .section_05 .map_button > a:last-of-type {
    margin-bottom: 0;
  }
}
.section_05 .map_button > a:hover {
  opacity: 0.6;
}
.section_05 .list_guidance {
  padding-bottom: 80px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .section_05 .list_guidance {
    padding-bottom: 50px;
  }
}
.section_05 .list_guidance > li {
  width: 46%;
}
@media screen and (max-width: 767px) {
  .section_05 .list_guidance > li {
    width: 100%;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .section_05 .list_guidance > li:last-of-type {
    margin-bottom: 0;
  }
}
.section_05 .list_guidance > li h3 {
  font-size: clamp(1.375rem, 0.711rem + 1.39vw, 1.75rem);
  font-weight: 500;
  padding-left: 20px;
  border-left: #D6D2CC 5px solid;
  margin-bottom: 20px;
}
.section_05 .list_guidance > li .txt_wrap {
  font-size: 0.9375rem;
  line-height: 1.8;
}
.section_05 .list_guidance > li .txt_s {
  font-size: 0.8125rem;
}

header {
  width: 100%;
  height: 110px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  background-color: #D6D2CC;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  header {
    height: 80px;
  }
}

.header_box {
  width: 100%;
  max-width: 1420px;
  margin: 0 auto;
  padding: 0 30px;
  display: flex;
}
@media screen and (max-width: 767px) {
  .header_box {
    padding: 0 8%;
  }
}

.header_ttl {
  width: 100%;
}
.header_ttl a {
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 1.375rem;
}
@media screen and (max-width: 1200px) {
  .header_ttl a {
    flex-direction: column;
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 767px) {
  .header_ttl a {
    flex-direction: row;
    font-size: 0.75rem;
  }
}
.header_ttl img.logo {
  display: block;
  width: 50%;
  margin-right: 10px;
}
@media screen and (max-width: 1200px) {
  .header_ttl img.logo {
    width: 126px;
  }
}
@media screen and (max-width: 767px) {
  .header_ttl img.logo {
    width: 126px;
  }
}

#header_left {
  width: 32.5%;
}
@media screen and (max-width: 1200px) {
  #header_left {
    width: 20%;
  }
}
@media screen and (max-width: 767px) {
  #header_left {
    width: 100%;
  }
}

#header_right {
  width: 67.5%;
}
@media screen and (max-width: 1200px) {
  #header_right {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  #header_right {
    display: none;
  }
}
#header_right .header_right_1 {
  display: flex;
}
#header_right .header_right_1 .box_l {
  width: 70%;
}
#header_right .header_right_1 .box_l .txt_1 {
  text-align: center;
  font-size: 0.875rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 1200px) {
  #header_right .header_right_1 .box_l .txt_1 {
    line-height: 1.5;
    font-size: 0.625rem;
  }
}
#header_right .header_right_1 .box_l .tel_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
#header_right .header_right_1 .box_l .tel_wrap .ttl {
  display: grid;
  place-items: center;
  width: 254px;
  height: 43px;
  background-color: #E3E1DD;
  font-size: 0.875rem;
  border-radius: 30px;
  margin-right: 20px;
}
@media screen and (max-width: 1200px) {
  #header_right .header_right_1 .box_l .tel_wrap .ttl {
    font-size: 0.625rem;
    width: 160px;
  }
}
#header_right .header_right_1 .box_l .tel_wrap .tel {
  position: relative;
  font-family: "Crimson Text", serif;
  font-size: 1.875rem;
  letter-spacing: 0.08em;
  line-height: 1;
  padding-left: 42px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  #header_right .header_right_1 .box_l .tel_wrap .tel {
    padding-left: 36px;
    font-size: 1.125rem;
  }
}
#header_right .header_right_1 .box_l .tel_wrap .tel::before {
  position: absolute;
  content: "";
  background: url(../images/icon_tel.svg) no-repeat center/contain;
  width: 30px;
  height: 30px;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1200px) {
  #header_right .header_right_1 .box_l .tel_wrap .tel::before {
    top: -5px;
    width: 24px;
    height: 24px;
  }
}
#header_right .header_right_1 .box_r {
  width: 30%;
}
#header_right .header_right_1 .box_r > a {
  top: 0;
  right: 4.6%;
  width: 20%;
  position: absolute;
  display: block;
  background-color: #463628;
  color: #D6D2CC;
  text-align: center;
}
#header_right .header_right_1 .box_r > a > div {
  width: 100%;
  padding: 25px 25px 0;
  position: relative;
}
#header_right .header_right_1 .box_r > a > div::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 62px;
  bottom: -62px;
  left: 0;
  background: #463628;
  -webkit-clip-path: polygon(0 0, 100% 0%, 50% 100%);
          clip-path: polygon(0 0, 100% 0%, 50% 100%);
}
@media screen and (max-width: 1200px) {
  #header_right .header_right_1 .box_r > a > div::after {
    height: 32px;
    bottom: -32px;
  }
}
@media screen and (max-width: 767px) {
  #header_right .header_right_1 .box_r > a > div::after {
    display: none;
  }
}
#header_right .header_right_1 .box_r > a > div .box_1 {
  display: block;
  padding: 0 20px 15px;
  border-bottom: solid 1px #D6D2CC;
}
@media screen and (max-width: 1200px) {
  #header_right .header_right_1 .box_r > a > div .box_1 {
    padding: 0 0 10px;
    margin-bottom: 10px;
  }
}
#header_right .header_right_1 .box_r > a > div .box_1 > span {
  display: inline-block;
  font-size: 1.125rem;
  padding: 0 0 0 60px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  #header_right .header_right_1 .box_r > a > div .box_1 > span {
    padding: 0 0 0 40px;
    font-size: 0.625rem;
    line-height: 1.5;
  }
}
#header_right .header_right_1 .box_r > a > div .box_1 > span::before {
  position: absolute;
  content: "";
  width: 48px;
  height: 32px;
  top: 0;
  left: 0;
  background: url(../images/icon_reservation.svg) no-repeat center/contain;
}
@media screen and (max-width: 1200px) {
  #header_right .header_right_1 .box_r > a > div .box_1 > span::before {
    top: 6px;
    width: 32px;
    height: 21.3333333333px;
  }
}
#header_right .header_right_1 .box_r > a > div .box_2 {
  display: block;
  font-size: 0.875rem;
}
@media screen and (max-width: 1200px) {
  #header_right .header_right_1 .box_r > a > div .box_2 {
    font-size: 0.625rem;
  }
}

#gnavi {
  position: relative;
  background-color: #535050;
  padding: 50px 30px;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  #gnavi {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 767px) {
  #gnavi {
    padding: 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 {
  padding: 0 40px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  #gnavi ul li {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  #gnavi ul li {
    padding: 10px 0;
  }
}
#gnavi ul li:nth-of-type(1)::before {
  position: absolute;
  content: "";
  background-color: #fff;
  width: 1px;
  height: 22px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  #gnavi ul li:nth-of-type(1)::before {
    display: none;
  }
}
#gnavi ul li::after {
  position: absolute;
  content: "";
  background-color: #fff;
  width: 1px;
  height: 22px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  #gnavi ul li::after {
    display: none;
  }
}
#gnavi ul li > a {
  color: #fff;
  font-size: 1.25rem;
}
@media screen and (max-width: 1200px) {
  #gnavi ul li > a {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  #gnavi ul li > a {
    font-size: 1.125rem;
  }
}
#gnavi ul li > a:hover {
  opacity: 0.6;
}

.menu-trigger {
  display: none;
}
@media screen and (max-width: 767px) {
  .menu-trigger {
    top: 20px;
    right: 20px;
    display: inline-block;
    transition: all 0.3s;
    box-sizing: border-box;
    position: fixed;
    width: 65px;
    height: 65px;
    z-index: 10000;
    color: #fff;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    background-color: #fff;
    transition: 0.6s;
    border-radius: 50%;
  }
  .menu-trigger span {
    display: inline-block;
    transition: all 0.3s;
    box-sizing: border-box;
    position: absolute;
    z-index: 4;
    width: 32px;
    height: 3px;
    background: #463628;
    right: 15px;
    margin: auto;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 14px;
  }
  .menu-trigger span:nth-of-type(2) {
    width: 25px;
    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: #463628;
    font-family: "Crimson Text", serif;
    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: #535050;
  }
  .menu-trigger.active span {
    background-color: #535050;
  }
  .menu-trigger.active span:nth-of-type(1) {
    transform: translateY(8px) rotate(40deg);
    top: 32%;
    right: 16px;
  }
  .menu-trigger.active span:nth-of-type(2) {
    transform: translateY(-9px) rotate(-40deg);
    width: 32px;
    top: 58%;
    right: 16px;
  }
  .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: 0;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    background-color: #535050;
    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;
  }
}

.sp_contact {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp_contact {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    display: flex;
    z-index: 99;
    justify-content: space-around;
  }
  .sp_contact > a {
    width: 45%;
    height: 45px;
    background-color: #463628;
    display: grid;
    color: #D6D2CC;
    place-items: center;
    border-radius: 20px 20px 0 0;
    font-size: 0.75rem;
  }
  .sp_contact > a > span {
    position: relative;
    display: inline-block;
  }
  .sp_contact > a > span::before {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    left: 0;
  }
  .sp_contact > a:nth-of-type(1) > span {
    padding-left: 37px;
    padding-right: 20px;
  }
  .sp_contact > a:nth-of-type(1) > span::before {
    background: url(../images/icon_reservation.svg) no-repeat center/contain;
    width: 27px;
    height: 18px;
  }
  .sp_contact > a:nth-of-type(1) > span::after {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background: url(../images/icon_circlearrow.svg) no-repeat center/contain;
    width: 10px;
    height: 10px;
  }
  .sp_contact > a:nth-of-type(2) > span {
    padding-left: 30px;
  }
  .sp_contact > a:nth-of-type(2) > span::before {
    background: url(../images/icon_tel_w.svg) no-repeat center/contain;
    width: 21px;
    height: 21px;
  }
}

footer {
  padding-top: 80px;
  background-color: #535050;
  color: #fff;
  padding-bottom: 75px;
}
@media screen and (max-width: 767px) {
  footer {
    padding-bottom: 45px;
    padding-bottom: 45px;
  }
}

#footer {
  max-width: 1076px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #footer {
    padding: 0 8%;
  }
}

.footer_box {
  width: 100%;
}

.f_access {
  font-size: clamp(1.125rem, 0.682rem + 0.92vw, 1.375rem);
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .f_access {
    line-height: 1.6;
  }
}

.f_logo {
  max-width: 289px;
  width: 100%;
  margin: 0 auto 30px;
}
@media screen and (max-width: 767px) {
  .f_logo {
    max-width: 70%;
  }
}
.f_logo img {
  width: 100%;
}

.copy {
  padding-top: 30px;
  font-size: 1rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .copy {
    font-size: 0.75rem;
  }
}

.main_img {
  position: relative;
  margin-top: 110px;
}
@media screen and (max-width: 767px) {
  .main_img {
    margin-top: 80px;
  }
}
.main_img img {
  position: relative;
  display: block;
  margin: 0 0 0 auto;
  width: 79%;
  border-radius: 80px 0 0 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .main_img img {
    width: 86%;
  }
}
.main_img .txt_wrap {
  position: absolute;
  z-index: 10;
  left: 4.6%;
  bottom: 14%;
}
@media screen and (max-width: 767px) {
  .main_img .txt_wrap {
    left: 0;
  }
}
.main_img .txt_wrap .txt_1 {
  display: inline-block;
  background-color: #fff;
  font-size: 2.75rem;
  font-weight: 500;
  padding: 0 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  .main_img .txt_wrap .txt_1 {
    font-size: 2.375rem;
  }
}
@media screen and (max-width: 767px) {
  .main_img .txt_wrap .txt_1 {
    display: none;
  }
}
.main_img .txt_wrap .txt_1_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .main_img .txt_wrap .txt_1_sp {
    display: inline-block;
    background-color: #fff;
    font-weight: 500;
    padding: 0 20px;
    margin-bottom: 20px;
    font-size: 2.125rem;
    margin-bottom: 10px;
  }
}
.main_img .txt_wrap .txt_2_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .main_img .txt_wrap .txt_2_sp {
    display: inline-block;
    background-color: #fff;
    font-weight: 500;
    padding: 0 20px;
    margin-bottom: 20px;
    font-size: 2.125rem;
    margin-bottom: 25px;
  }
}
.main_img .txt_wrap .txt_2 {
  display: inline-block;
  background-color: #fff;
  font-size: 1.25rem;
  padding: 0 20px;
  margin-bottom: 6px;
}
@media screen and (max-width: 1200px) {
  .main_img .txt_wrap .txt_2 {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .main_img .txt_wrap .txt_2 {
    display: none;
  }
}
.main_img .txt_wrap .txt_3 {
  display: inline-block;
  background-color: #fff;
  font-size: 1.25rem;
  padding: 0 20px;
}
@media screen and (max-width: 1200px) {
  .main_img .txt_wrap .txt_3 {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .main_img .txt_wrap .txt_3 {
    display: none;
  }
}
.main_img .txt_wrap .txt_3_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .main_img .txt_wrap .txt_3_sp {
    display: inline-block;
    background-color: #fff;
    font-size: 0.9375rem;
    padding: 0 20px;
    margin-bottom: 5px;
  }
}
.main_img .txt_wrap .txt_4_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .main_img .txt_wrap .txt_4_sp {
    display: inline-block;
    background-color: #fff;
    font-size: 0.9375rem;
    padding: 0 20px;
    margin-bottom: 5px;
  }
}
.main_img .txt_wrap .txt_5_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .main_img .txt_wrap .txt_5_sp {
    display: inline-block;
    background-color: #fff;
    font-size: 0.9375rem;
    padding: 0 20px;
    margin-bottom: 5px;
  }
}
.main_img .txt_wrap .txt_6_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .main_img .txt_wrap .txt_6_sp {
    display: inline-block;
    background-color: #fff;
    font-size: 0.9375rem;
    padding: 0 20px;
  }
}
.main_img::after {
  position: absolute;
  content: "";
  width: 53px;
  height: 1053px;
  background: url(../images/mv_txt.svg) no-repeat center/contain;
  left: 9.3%;
  top: 10%;
  z-index: 0;
}
@media screen and (max-width: 1200px) {
  .main_img::after {
    width: 37.8571428571px;
    height: 752.1428571429px;
  }
}

.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;
}

.swiper_about_parent {
  margin-top: 80px;
  overflow: hidden;
}
.swiper_about_parent .swiper-slide img {
  border-radius: 5px;
}

.access_box {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 17px;
}
.access_box .a_logo {
  width: 100%;
  max-width: 379px;
}
@media screen and (max-width: 1200px) {
  .access_box .a_logo {
    max-width: 260px;
  }
}
@media screen and (max-width: 767px) {
  .access_box .a_logo {
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
}
.access_box .a_logo img {
  width: 100%;
}
.access_box .box_r {
  display: flex;
}
@media screen and (max-width: 767px) {
  .access_box .box_r {
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
}
.access_box .box_r img {
  display: block;
  width: 100%;
  max-width: 156px;
  margin-right: 20px;
}
@media screen and (max-width: 1200px) {
  .access_box .box_r img {
    max-width: 120px;
  }
}
.access_box .box_r img:last-of-type {
  margin-right: 0;
}

.gmap {
  width: 100%;
}
.gmap iframe {
  aspect-ratio: 122/50;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .gmap iframe {
    aspect-ratio: 1/1;
  }
}

/* popup.css */
.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  z-index: 10000;
  cursor: zoom-out;
}

.popup-img {
  max-width: 90%;
  max-height: 90%;
  box-shadow: 0 0 20px #000;
}

.access_map {
  margin-top: 30px;
  margin-bottom: 25px;
  position: relative;
}
.access_map img {
  width: 290px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .access_map img {
    width: 100%;
  }
}
.access_map::after {
  position: absolute;
  content: "";
  background: url(../images/icon_zoom.svg) no-repeat center/contain;
  width: 58px;
  height: 58px;
  bottom: 0;
  left: 0;
  z-index: 3;
}

.dlist_policy {
  border-top: 1px solid #463628;
  border-bottom: 1px solid #463628;
  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%;
}
.table_1 tr th {
  width: 30%;
  border-bottom: 35px #D6D2CC solid;
}
@media screen and (max-width: 1200px) {
  .table_1 tr th {
    border-bottom: 20px #D6D2CC solid;
  }
}
@media screen and (max-width: 767px) {
  .table_1 tr th {
    display: block;
    width: 100%;
    border-bottom: none;
  }
}
.table_1 tr th span {
  width: 100%;
  font-size: 1.125rem;
  background-color: #fff;
  display: block;
  text-align: center;
  padding: 20px 0;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .table_1 tr th span {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .table_1 tr th span {
    font-size: 1.125rem;
  }
}
.table_1 tr th span::after {
  position: absolute;
  content: "";
  background: url(../images/icon_nikyukyu.svg) no-repeat center/contain;
  width: 40px;
  height: 46px;
  bottom: -20px;
  right: 12px;
}
@media screen and (max-width: 1200px) {
  .table_1 tr th span::after {
    width: 20px;
    height: 26px;
    bottom: -10px;
  }
}
.table_1 tr th span.txt_s {
  padding: 0;
  display: block;
  font-size: 0.8125rem;
}
@media screen and (max-width: 1200px) {
  .table_1 tr th span.txt_s {
    font-size: 0.625rem;
  }
}
@media screen and (max-width: 767px) {
  .table_1 tr th span.txt_s {
    font-size: 0.8125rem;
  }
}
.table_1 tr th span.txt_s::after {
  display: none;
}
.table_1 tr td {
  padding: 10px 0 10px 35px;
  width: 70%;
  font-size: 0.875rem;
  border-bottom: 35px #D6D2CC solid;
}
@media screen and (max-width: 1200px) {
  .table_1 tr td {
    border-bottom: 20px #D6D2CC solid;
  }
}
@media screen and (max-width: 767px) {
  .table_1 tr td {
    display: block;
    width: 100%;
    padding: 10px 0;
    border-bottom: 30px #D6D2CC solid;
  }
}
.table_1 tr:last-of-type th, .table_1 tr:last-of-type td {
  border-bottom: none;
}

.table_schedule {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .table_schedule {
    min-width: 750px;
  }
}
.table_schedule tr th, .table_schedule tr td {
  background-color: #fff;
  font-size: clamp(1rem, 0.779rem + 0.46vw, 1.125rem);
  border-bottom: #E3E1DD solid 5px;
  border-right: #E3E1DD solid 5px;
  text-align: center;
  line-height: 1.6;
  padding: 13px;
}
.table_schedule tr:nth-of-type(1) th:last-of-type {
  border-right: none;
}
.table_schedule tr:nth-of-type(2) td:last-of-type {
  border-right: none;
}
.table_schedule tr:last-of-type th, .table_schedule tr:last-of-type td {
  border-bottom: none;
}

.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.more {
  text-align: center;
  font-size: 0.9em;
  color: #CCC;
  margin: 0 5%;
  width: 90%;
}
a.more:hover {
  border: 1px dotted #111;
  color: #CCC;
}
a.btn {
  color: #fff;
  display: block;
  max-width: 300px;
  padding: 1em;
  margin: auto;
  position: relative;
  background: #000;
  text-align: center;
}

/* 配置 */
.left {
  text-align: left !important;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .left_sp {
    text-align: left !important;
  }
}

@media screen and (max-width: 767px) {
  .center_sp {
    text-align: center !important;
  }
}

.m0 {
  margin-bottom: 0;
}

.m05 {
  margin-bottom: 0.3125rem;
}

.m10 {
  margin-bottom: 0.625rem;
}

.m15 {
  margin-bottom: 0.9375rem;
}

.m20 {
  margin-bottom: 1.25rem;
}

.m25 {
  margin-bottom: 1.5625rem;
}

.m30 {
  margin-bottom: 1.875rem;
}

.m35 {
  margin-bottom: 2.1875rem;
}

.m40 {
  margin-bottom: 2.5rem;
}

.m45 {
  margin-bottom: 2.8125rem;
}

.m50 {
  margin-bottom: 3.125rem;
}

.m60 {
  margin-bottom: 3.75rem;
}

.m70 {
  margin-bottom: 4.375rem;
}

.m80 {
  margin-bottom: 5rem;
}

.m90 {
  margin-bottom: 5.625rem;
}

.m100 {
  margin-bottom: 6.25rem;
}

.m120 {
  margin-bottom: 7.5rem;
}

.m130 {
  margin-bottom: 8.125rem;
}

.m140 {
  margin-bottom: 8.75rem;
}

.m160 {
  margin-bottom: 10rem;
}

.m190 {
  margin-bottom: 11.875rem;
}

@media screen and (max-width: 767px) {
  .m5_sp {
    margin-bottom: 0.3125rem;
  }
}

@media screen and (max-width: 767px) {
  .m10_sp {
    margin-bottom: 0.625rem;
  }
}

@media screen and (max-width: 767px) {
  .m20_sp {
    margin-bottom: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  .m30_sp {
    margin-bottom: 1.875rem;
  }
}

@media screen and (max-width: 767px) {
  .m40_sp {
    margin-bottom: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .m50_sp {
    margin-bottom: 3.125rem;
  }
}

@media screen and (max-width: 767px) {
  .m60_sp {
    margin-bottom: 3.75rem;
  }
}

@media screen and (max-width: 767px) {
  .m70_sp {
    margin-bottom: 4.375rem;
  }
}

@media screen and (max-width: 767px) {
  .m80_sp {
    margin-bottom: 5rem;
  }
}

@media screen and (max-width: 767px) {
  .m100_sp {
    margin-bottom: 6.25rem;
  }
}

.list_pagination {
  width: 100%;
  margin: 5% auto;
  position: relative;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #463628;
  border-bottom: 1px solid #463628;
  font-size: 0.875em;
  padding: 2em 0;
}
.list_pagination li {
  width: 49%;
}
.list_pagination li.prev a {
  padding-left: 20px;
}
.list_pagination li.prev a:before {
  left: 0;
  transform: rotate(180deg);
}
.list_pagination li.next {
  text-align: right;
}
.list_pagination li.next a {
  padding-right: 20px;
}
.list_pagination li.next a:before {
  right: 0;
}
.list_pagination li a {
  position: relative;
  display: inline-block;
}
.list_pagination li a:before {
  position: absolute;
  content: "";
  width: 5px;
  height: 9px;
  top: 10px;
  background: url(../images/right_b.svg) no-repeat center;
}

.add_ttl {
  border-left: 3px solid #0dac67;
  margin-bottom: 1em;
  padding-left: 0.5em;
  line-height: 1.6;
  font-size: 1.5em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .add_ttl {
    font-size: 1.3em;
  }
}

.add_ttl_02 {
  position: relative;
  padding-left: 1.4em;
  margin-bottom: 0.5em;
  line-height: 1.6;
  font-size: 1.3em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .add_ttl_02 {
    font-size: 1.2em;
  }
}
.add_ttl_02:before {
  position: absolute;
  content: "●";
  left: 0;
  top: 0;
  color: #0dac67;
}

a.add_link {
  text-decoration: underline;
}
a.add_link:hover {
  opacity: 0.5;
}/*# sourceMappingURL=layout.css.map */