@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho&display=swap");
/*!
minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css
------------------------------*/
html, body,
p, ol, ul, li, dl, dt, dd,
blockquote, figure, fieldset, legend, textarea, pre, iframe, hr,
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

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

ul {
  list-style: none;
}

button, input, select, textarea {
  margin: 0;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*, *::before, *::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

img,
video {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
}

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

td, th {
  padding: 0;
}
td:not([align]), th:not([align]) {
  text-align: inherit;
}

/* min: 30px, max: 80px */
/*======================================================================
   Base
======================================================================*/
:root {
  --bg-color: #556b2f;
  --color-light: #efefef;
  --color-dark: #222;
  --color-main: #efefef;
  --color-pri: #556b2f;
  --color-sec: #b6c667;
  --color-ter: #c55;
  --color-link: #556b2f;
  --color-hover: #895;
  --grid-maxWidth: 144rem;
  --grid-gutter: clamp(1.8rem, 0.8rem + 2.778vw, 4.8rem);
  --border-color: #bebebe;
  --font-size: clamp(1.6rem, 1.533rem + 0.185vw, 1.8rem);
  --font-color: var(--color-main);
  --font-family: Times New Roman, Shippori Mincho, YuMincho, Hiragino Mincho ProN, Yu Mincho, MS PMincho, serif;
  --font-bold: 600;
  --font-ttl: Shippori Mincho, serif;
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 62.5%;
}

body {
  background: var(--bg-color) url(../img/body.jpg) center top;
  color: var(--font-color);
  font-family: var(--font-family);
  font-size: var(--font-size);
  line-height: 1.7;
  letter-spacing: normal;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}

/* a
-------------------------------------------------- */
a {
  color: var(--color-link);
  text-decoration: none;
}

a:hover, a:active, a.hover {
  color: var(--color-hover);
  text-decoration: underline;
  outline: 0;
}

a:focus {
  outline-style: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: transparent;
}

a img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 1;
}

a:hover img, a:active img, a.hover img {
  opacity: 0.75;
}

chrome_annotation {
  border-bottom: none !important;
}

/* List style
-------------------------------------------------- */
.disclist {
  list-style: disc outside;
}

.numlist {
  list-style: decimal;
}

.disclist li,
.numlist li {
  margin-left: 1.5em;
  line-height: 1.5;
  margin-top: 0.3em;
}

.outdentlist li, .outdent {
  display: block;
  margin-left: 1em;
  text-indent: -1em;
  line-height: 1.5;
  margin-top: 0.3em;
}
.outdentlist li .in_blk, .outdent .in_blk {
  text-indent: 0em;
  white-space: nowrap;
}

/* img
-------------------------------------------------- */
img {
  max-width: 100%;
  vertical-align: middle;
  image-rendering: -webkit-optimize-contrast; /*chrome*/
}

.img_round img, img.img_round {
  border-radius: 6%/9%;
}

/* other
-------------------------------------------------- */
strong {
  font-size: 1.1em;
  font-weight: bold;
}

hr {
  width: 60%;
  margin: 1.8rem auto;
  padding: 0;
  border: solid #777;
  border-width: 1px 0 0 0;
  height: 0;
  clear: both;
}

.in_blk {
  display: inline-block;
}

.n_wrp {
  white-space: nowrap;
}

.bgfix {
  background-attachment: fixed;
}

/* Font style
-------------------------------------------------- */
.fnt_serif {
  font-family: "Times New Roman", "Shippori Mincho", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

.fnt_sans {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

.exmin {
  font-size: 50%;
  font-weight: normal;
}

.min {
  font-size: 65%;
  font-weight: normal;
}

.exsmall {
  font-size: 75%;
  font-weight: normal;
}

.smaller {
  font-size: smaller;
  font-weight: normal;
}

.small {
  font-size: 90%;
  font-weight: normal;
}

.midium {
  font-size: 115%;
}

.midbold {
  font-size: 115%;
  font-weight: bold;
}

.larger {
  font-size: larger;
}

.largest {
  font-size: 137.5%;
}

.big {
  font-size: 140%;
  font-weight: bold;
}

.exbig {
  font-size: 2em;
  font-weight: bold;
}

.bold {
  font-weight: bold;
}

.fw-normal {
  font-weight: normal;
}

.color-main {
  color: var(--color-main);
}

.red {
  color: #c55;
}

.white {
  color: #fff;
}

.green {
  color: #698;
}

.blue {
  color: #36b;
}

.navy {
  color: #124;
}

.yell {
  color: #e4c444;
}

.ora {
  color: #e82;
}

.txt_underline {
  text-decoration: underline;
  text-underline-offset: 0.3em;
}

.underline_w {
  display: inline-block;
  border-bottom: double 3px;
}

.border-marker {
  display: inline-block;
  position: relative;
}
.border-marker::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  border-bottom: 10px solid #ffd36d;
  z-index: -1;
}

.txtframe_wh {
  text-shadow: 2px 2px 1px #fff, -2px 2px 1px #fff, 2px -2px 1px #fff, -2px -2px 1px #fff, 2px 0px 1px #fff, 0px 2px 1px #fff, -2px 0px 1px #fff, 0px -2px 1px #fff;
}

.txt_vt {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  word-wrap: break-word;
}

.txt_vt p, .txt_vt.txt p {
  margin: 0 0 0 2em;
}

.txt_combine {
  -webkit-text-combine: horizontal;
  -ms-text-combine-horizontal: all;
  text-combine-upright: all;
}

.ltr-min {
  letter-spacing: -0.17em;
}

/* Definition list
-------------------------------------------------- */
dl.border {
  border: none;
  border-top: 1px solid var(--border-color);
  line-height: 1.5;
  margin-bottom: 1.5em;
}
dl.border dt, dl.border dd {
  padding: 0.3em 0.6em;
  border: 1px solid var(--border-color);
  border-top: none;
}
dl.border.th-bg dt {
  background: rgba(170, 170, 136, 0.2);
}

/* float margin padding
--------------------------------------------------- */
.left, .alignleft {
  text-align: left;
}

.right, .alignright {
  text-align: right;
}

.center, .aligncenter {
  text-align: center;
  margin-inline: auto;
}

.lfloat {
  float: left !important;
}

.rfloat {
  float: right !important;
}

img.left {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

img.right {
  float: right;
  margin-bottom: 10px;
  margin-left: 10px;
}

.m0 {
  margin: 0px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mb3 {
  margin-bottom: 3px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

/* fluid clamp
------------------------------------------------------------- */
.gaps_m {
  margin-block: clamp(1.25em, 0.625em + 2.778vw, 3.125em);
}

.gapm_m {
  margin-block: clamp(1.875em, 1.125em + 2.5vw, 3.125em);
}

.gap_m {
  margin-block: clamp(3.125em, 1.629em + 4.213vw, 5em);
}

.gapl_m {
  margin-block: clamp(4.375em, 3.571em + 3.571vw, 6.25em);
}

.gaps_p {
  padding-block: clamp(1.25em, 0.625em + 2.778vw, 3.125em);
}

.gapm_p {
  padding-block: clamp(1.875em, 1.125em + 2.5vw, 3.125em);
}

.gap_p {
  padding-block: clamp(3.125em, 1.629em + 4.213vw, 5em);
}

.gapl_p {
  padding-block: clamp(4.375em, 3.571em + 3.571vw, 6.25em);
}

/*======================================================================
 Respond
=======================================================================*/
._xs {
  display: none;
}
@media screen and (max-width: 360px) {
  ._xs {
    display: block !important;
  }
}

._ss {
  display: none;
}
@media screen and (max-width: 479px) {
  ._ss {
    display: block !important;
  }
}

._sm {
  display: none;
}
@media screen and (max-width: 575px) {
  ._sm {
    display: block !important;
  }
}

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

._slg {
  display: none;
}
@media screen and (max-width: 991px) {
  ._slg {
    display: block !important;
  }
}

._mxs {
  display: none;
}
@media screen and (min-width: 361px) {
  ._mxs {
    display: block !important;
  }
}

._mss {
  display: inline-block;
}
.checks{
  display: inline-block;
}

@media screen and (max-width: 629px) {
.checks{
  display: block;
}
  ._mss {
    display: none !important;
  }
}

._ms {
  display: none;
}
@media screen and (min-width: 670px) {
  ._ms {
    display: block !important;
  }
}

._md {
  display: none;
}
@media screen and (min-width: 768px) {
  ._md {
    display: block !important;
  }
}

._lg {
  display: none;
}
@media screen and (min-width: 992px) {
  ._lg {
    display: block !important;
  }
}

._ll {
  display: none;
}
@media screen and (min-width: 1200px) {
  ._ll {
    display: block !important;
  }
}

._xl {
  display: none;
}
@media screen and (min-width: 1400px) {
  ._xl {
    display: block !important;
  }
}

._tb {
  display: none;
}
@media screen and (min-width: 576px) and (max-width: 991px) {
  ._tb {
    display: block !important;
  }
}

._tbl {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  ._tbl {
    display: block !important;
  }
}

._md_center {
  text-align: left;
}
@media screen and (min-width: 768px) {
  ._md_center {
    text-align: center;
  }
}

/*
 keyframes ----------------------------------------------------------*/
@-webkit-keyframes fadedown {
  0% {
    top: -100%;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
@keyframes fadedown {
  0% {
    top: -100%;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes zoomIn {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@keyframes zoomIn {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
/*------------------------------------------------------------
   modules
--------------------------------------------------------------*/
/*** slick ****************************************/
/* modules cont
--------------------------------------------------------------*/
.slider .splide__pagination, .fader .splide__pagination {
  bottom: 0em;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.slider .splide__pagination__page, .fader .splide__pagination__page {
  background: #ba9;
  border-radius: 0;
  height: 6px;
  margin: 7px;
  width: 25px;
}
.slider .splide__pagination__page.is-active, .fader .splide__pagination__page.is-active {
  background: #dcb;
  z-index: 1;
  -webkit-transform: scale(1.25);
          transform: scale(1.25);
}

/*======================================================================
   Elements
======================================================================*/
/* bg
--------------------------------------------------------------*/
.bgflower01.lt::before, .bgflower01.rb::after {
  content: "";
  display: block;
  background: url(../img/flower01.png) no-repeat center/cover;
  aspect-ratio: 31/30;
  max-width: 496px;
  width: 50%;
}
@media screen and (min-width: 670px) {
  .bgflower01.lt::before, .bgflower01.rb::after {
    width: 30%;
  }
}
.bgflower01.lt::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transform: translate(-40%, -40%);
          transform: translate(-40%, -40%);
}
@media screen and (min-width: 768px) {
  .bgflower01.lt::before {
    -webkit-transform: translate(-35%, -45%);
            transform: translate(-35%, -45%);
  }
}
@media screen and (min-width: 1400px) {
  .bgflower01.lt::before {
    left: calc(50vw - 720px);
  }
}
.bgflower01.rb::after {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  -webkit-transform: translate(40%, 40%);
          transform: translate(40%, 40%);
}
@media screen and (min-width: 1400px) {
  .bgflower01.rb::after {
    right: calc(50vw - 720px);
  }
}

.bgflower02.lt::before, .bgflower02.rb::after {
  content: "";
  display: block;
  background: url(../img/flower02.png) no-repeat center/cover;
  aspect-ratio: 141/104;
  max-width: 705px;
  width: 70%;
}
@media screen and (min-width: 670px) {
  .bgflower02.lt::before, .bgflower02.rb::after {
    width: 42%;
  }
}
.bgflower02.lt::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transform: translate(-15%, -70%);
          transform: translate(-15%, -70%);
}
@media screen and (min-width: 992px) {
  .bgflower02.lt::before {
    -webkit-transform: translate(-20%, -60%);
            transform: translate(-20%, -60%);
  }
}
@media screen and (min-width: 1400px) {
  .bgflower02.lt::before {
    left: calc(50vw - 720px);
  }
}
.bgflower02.rb::after {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  -webkit-transform: translate(30%, 40%);
          transform: translate(30%, 40%);
}
@media screen and (min-width: 1400px) {
  .bgflower02.rb::after {
    right: calc(50vw - 720px);
  }
}

/* Border style
-------------------------------------------------------------- */
.border {
  border: 1px solid var(--border-color);
}

.border_double {
  border: 2px double var(--border-color);
}

.border_btm {
  border-bottom: 1px solid var(--border-color);
}

.borderdot {
  border: 1px dotted var(--border-color);
}

.borderdot_btm {
  border-bottom: 1px dotted var(--border-color);
}

.marker::after {
  content: "";
  display: block;
  border-bottom: 15px solid rgba(255, 221, 102, 0.4);
  position: relative;
  top: -17px;
  z-index: -1;
}

/* Box style
-------------------------------------------------------------- */
.borderbox, .bgbox {
  display: block;
  margin: 0 auto 1.3em;
  padding: clamp(1.125em, 0.685em + 1.957vw, 2.25em);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.borderbox .row, .bgbox .row {
  margin: 0;
}
.borderbox::after, .bgbox::after {
  content: "";
  display: block;
  clear: both;
}
.borderbox.wide, .bgbox.wide {
  width: 100%;
}
.borderbox.bgwhite, .bgbox.bgwhite {
  background-color: rgba(255, 255, 255, 0.5);
}

.borderbox {
  border: 1px solid var(--border-color);
}
.borderbox.dotted {
  border-style: dotted;
}
.borderbox.double {
  border-style: double;
  border-width: 4px;
}

.bgbox {
  background-color: rgba(239, 239, 239, 0.1);
}

.note {
  display: inline-block;
  margin: 0 auto 1.3em;
  padding: 1.3em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 0.86em;
  margin: 1em auto;
}
.note h5 {
  font-size: 1.4em;
}

.notice {
  display: inline-block;
  padding: 0.8em 1.5em;
  background-color: #eda;
  color: var(--color-main-light);
  font-weight: bold;
  border-radius: 30px;
  margin: 1em auto;
}

/* button
------------------------------------------------------------ */
.btn {
  background-color: #b6c667;
  border-color: #b6c667;
  color: #efefef;
  position: relative;
  z-index: 1;
  margin-block: 5px;
  display: inline-block;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.btn:hover {
  background: rgba(182, 198, 103, 0.8);
}
.btn a, .btn.ac {
  min-width: 190px;
  height: 50px;
  padding: 5px 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.2;
  color: #efefef;
  text-decoration: none;
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn a span.eng, .btn.ac span.eng {
  display: block;
  font-size: 0.82em;
  font-weight: normal;
}
.btn.arw a {
  padding-right: 45px;
}
.btn.arw::after {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-top: 1px solid;
  border-right: 1px solid;
  position: absolute;
  top: 50%;
  right: 33px;
  -webkit-transform: rotate(45deg) translateY(-52%);
          transform: rotate(45deg) translateY(-52%);
}
.btn.round {
  border-radius: 9999px;
}
.btn.round:hover {
  color: #efefef;
  background: rgba(182, 198, 103, 0.85);
}

.btn.bdr {
  background-color: transparent;
  color: #efefef;
  border: #efefef solid 1px;
}
.btn.bdr a {
  color: #efefef;
}
.btn.bdr:hover {
  opacity: 0.85;
  background-color: #efefef;
  color: #efefef;
}
.btn.bdr:hover a {
  color: #efefef;
}

.btn.mono {
  background-color: #222;
  color: #fff;
  border: #222 solid 1px;
}
.btn.mono:hover {
  opacity: 0.85;
  background-color: #fff;
}
.btn.mono:hover a {
  color: #222;
}

.btn.icon {
  color: #eee;
  background-color: transparent;
  border: none;
  min-width: unset;
  height: auto;
  padding: 0.5em 0.8em;
  margin: 0.6em auto;
  cursor: pointer;
}
.btn.icon:hover {
  opacity: 0.85;
}
.btn.icon::before {
  display: inline-block;
  content: "\f591";
  content: "expand_circle_right";
  font-family: "Material Symbols Outlined";
  font-size: 1.1em;
  margin-right: 0.5em;
}

#rss_news {
  background: url(../img/bg_wh.jpg);
  color: #222;
}
#rss_news .container {
  padding: 3em;
  padding-bottom: 140px;
}
#rss_news .ttlArea h3 {
  margin-bottom: 1em;
}
#rss_news .ttlArea h3 a {
  color: var(--color-dark);
}
#rss_news .ttlArea h3 a:hover {
  text-decoration: none;
}
#rss_news .ttlArea .btn {
  background-color: #b6c667;
}
#rss_news .ttlArea .btn:hover {
  opacity: 0.75;
}
#rss_news .ttlArea .link {
  position: absolute;
  left: 50%;
  margin-left: -95px;
  bottom: 3em;
}
#rss_news .contArea {
  font-size: 0.9em;
    width: 100%;
}
#rss_news .contArea .rssArea {
  padding: 0.6em 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#rss_news .contArea .rssArea li {
  line-height: 1.4;
  padding: 1em 0;
  border-bottom: dotted 1px #999;
}
#rss_news .contArea .rssArea .up_ymd {
  white-space: nowrap;
}
#rss_news .contArea .rssArea .catName {
  display: inline-table;
  padding: 3px 5px;
  font-size: 0.85em;
  line-height: 1;
  font-weight: bold;
  color: #efefef;
  background-color: #fa3;
  border-radius: 9px;
}
#rss_news .contArea .rssArea .title {
  display: block;
}
#rss_news .contArea .rssArea .newMark, #rss_news .contArea .rssArea .catName {
  margin-left: 0.2em;
}
#rss_news .contArea .rssArea .newMark {
  display: inline-table;
  padding: 1px 3px 2px;
  font-size: 0.85em;
  line-height: 1;
  font-weight: bold;
  color: #715b49;
  color: #fff;
  background-color: #d53;
  border-radius: 3px;
}
@media screen and (min-width: 768px) {
  #rss_news .container {
    padding: 4em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #rss_news .container .ttlArea {
    width: 42%;
    min-width: 180px;
    min-height: 200px;
    margin-top: 1.7em;
    margin-right: 8%;
    position: relative;
  }
  #rss_news .container .ttlArea .link {
    bottom: 1em;
  }
}

/*============================================================
  rss News lay0
==============================================================*/
/* Scroll bar
--------------------------------------------------------------- */
.scrl_x {
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 1em;
}
.scrl_x::-webkit-scrollbar {
  height: 9px;
}
.scrl_x::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1333333333);
}
.scrl_x::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.3333333333);
  border-radius: 99px;
}
.scrl_x table {
  margin-bottom: 0;
}

/* Table style
------------------------------------------------------------- */
table {
  margin: 0px auto 1em;
}
table th, table td {
  padding: 0.5em;
}
table th {
  background-color: rgba(170, 170, 136, 0.2);
  white-space: nowrap;
}
table caption {
  text-align: left;
  font-weight: bold;
}

table + P {
  margin-top: -0.7em;
  margin-bottom: 0.7em;
}

table.border {
  border: none;
}
table.border th, table.border td {
  border: 1px solid var(--border-color);
}
table.border_in {
  border: none;
}
table.border_in th, table.border_in td {
  border: 1px solid var(--border-color);
}
table.border_btm {
  border: none;
}
table.border_btm th, table.border_btm td {
  border-bottom: 1px solid var(--border-color);
}
table.border_btm th {
  background: none;
}
table.border_btm.dotted th, table.border_btm.dotted td {
  border-style: dotted;
}

@media screen and (max-width: 767px) {
  table.rsp {
    border: none;
  }
  table.rsp .w-1em {
    white-space: unset;
    width: 1em;
  }
  table.rsp th, table.rsp td {
    display: block;
    margin-top: -1px;
  }
  table.rsp.border_btm th, table.rsp.dotted th {
    border-width: 0;
    padding-bottom: 0;
    padding-top: calc(0.6em * 2);
  }
}

@media screen and (min-width: 670px) {
  table.rsp2 {
    border: none;
  }
  table.rsp2 tbody {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  table.rsp2 tr {
    display: inline-block;
    width: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin: -1px 0 0 -1px;
  }
  table.rsp2 th, table.rsp2 td {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    margin: -1px 0 0 -1px;
  }
}

.intable {
  display: table;
  width: calc(100% - 1px);
  padding: 0;
  border-width: 0 0 0 1px;
}
@media screen and (min-width: 768px) {
  .intable {
    width: 100%;
    border: none;
    margin-top: -1px;
  }
}
.intable dl {
  display: table-row;
}
.intable dt, .intable dd {
  display: table-cell;
  padding: 0.5em;
  border-style: solid;
  border-color: var(--border-color);
  border-width: 1px 1px 0 0;
}

/* Heading style ------------------------------------------*/
h2, h3, h4, h5, h6 {
  font-family: var(--font-ttl);
  line-height: 1.25;
  margin-bottom: 0.6em;
}

h2 {
  font-size: 2.22em;
}
h2.title {
  margin-block: 1.5em;
  width: 100%;
  text-align: center;
}
h2.title .eng {
  color: var(--color-light);
  font-size: 0.7em;
}

h3 {
  font-size: 2.22em;
}

h4 {
  font-size: 1.77em;
}

h5 {
  font-size: 1em;
}

h2.center, h3.center, h4.center, h5.center, h6.center {
  text-align: center;
  margin-bottom: 1.5em;
}
h2.ttl, h3.ttl, h4.ttl, h5.ttl, h6.ttl {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 1.5em;
  text-align: center;
  position: relative;
  z-index: 0;
}
h2.line_af::after,
h2 .line_af::after, h3.line_af::after,
h3 .line_af::after, h4.line_af::after,
h4 .line_af::after, h5.line_af::after,
h5 .line_af::after, h6.line_af::after,
h6 .line_af::after {
  content: "";
  display: inline-block;
  width: 46px;
  height: 1px;
  border-bottom: solid 1px;
  margin-left: 10px;
  margin-bottom: 0.28em;
}
h2 .sub, h3 .sub, h4 .sub, h5 .sub, h6 .sub {
  display: block;
  font-size: 0.75em;
  line-height: 1;
}
h2 .eng, h3 .eng, h4 .eng, h5 .eng, h6 .eng {
  display: block;
  font-size: 0.5em;
  margin-bottom: 0.5em;
}

h2.ttl {
  margin-block: 1.5em;
}
@media screen and (min-width: 992px) {
  h2.ttl {
    margin-top: 1em;
  }
}

.eng {
  font-size: 0.75em;
  letter-spacing: 0.05em;
  line-height: 1.4;
}

/*======================================================================
   component
======================================================================*/
/*  glid
--------------------------------------------------------------*/
.container.row {
  padding-inline: 0;
}
.container .row:first-child {
  margin-top: 0;
}
.container .row:last-child {
  margin-bottom: 0;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-inline: calc(var(--grid-gutter) / -2);
}
.row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.row .imgArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.row .imgArea > * {
  width: 100%;
}
.row .imgArea > * img {
  width: 100%;
}
.row .imgArea > *:not(:last-child) {
  margin-bottom: 0.6em;
}

.col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 calc(var(--grid-gutter) / 2) calc(var(--grid-gutter) * 1.5);
}

[class*=" col-"], [class^=col-] {
  margin: 0 calc(var(--grid-gutter) / 2) calc(var(--grid-gutter) * 1.5);
}

.imgArea .col, .imgArea [class*=col-], .imgArea [class^=col-] {
  margin: 0 calc(var(--grid-gutter) / 2) calc(var(--grid-gutter) / 1);
}

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(8.3333333333% - var(--grid-gutter));
          flex: 0 0 calc(8.3333333333% - var(--grid-gutter));
  max-width: calc(8.3333333333% - var(--grid-gutter));
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(16.6666666667% - var(--grid-gutter));
          flex: 0 0 calc(16.6666666667% - var(--grid-gutter));
  max-width: calc(16.6666666667% - var(--grid-gutter));
}

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(25% - var(--grid-gutter));
          flex: 0 0 calc(25% - var(--grid-gutter));
  max-width: calc(25% - var(--grid-gutter));
}

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(33.3333333333% - var(--grid-gutter));
          flex: 0 0 calc(33.3333333333% - var(--grid-gutter));
  max-width: calc(33.3333333333% - var(--grid-gutter));
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(41.6666666667% - var(--grid-gutter));
          flex: 0 0 calc(41.6666666667% - var(--grid-gutter));
  max-width: calc(41.6666666667% - var(--grid-gutter));
}

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - var(--grid-gutter));
          flex: 0 0 calc(50% - var(--grid-gutter));
  max-width: calc(50% - var(--grid-gutter));
}

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(58.3333333333% - var(--grid-gutter));
          flex: 0 0 calc(58.3333333333% - var(--grid-gutter));
  max-width: calc(58.3333333333% - var(--grid-gutter));
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(66.6666666667% - var(--grid-gutter));
          flex: 0 0 calc(66.6666666667% - var(--grid-gutter));
  max-width: calc(66.6666666667% - var(--grid-gutter));
}

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(75% - var(--grid-gutter));
          flex: 0 0 calc(75% - var(--grid-gutter));
  max-width: calc(75% - var(--grid-gutter));
}

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(83.3333333333% - var(--grid-gutter));
          flex: 0 0 calc(83.3333333333% - var(--grid-gutter));
  max-width: calc(83.3333333333% - var(--grid-gutter));
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(91.6666666667% - var(--grid-gutter));
          flex: 0 0 calc(91.6666666667% - var(--grid-gutter));
  max-width: calc(91.6666666667% - var(--grid-gutter));
}

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - var(--grid-gutter));
          flex: 0 0 calc(100% - var(--grid-gutter));
  max-width: calc(100% - var(--grid-gutter));
}

@media screen and (max-width: 575px) {
  .col, [class*=col-], [class^=col-] {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 576px) {
  .col-1-sm {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(8.3333333333% - var(--grid-gutter));
            flex: 0 0 calc(8.3333333333% - var(--grid-gutter));
    max-width: calc(8.3333333333% - var(--grid-gutter));
  }
  .col-2-sm {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(16.6666666667% - var(--grid-gutter));
            flex: 0 0 calc(16.6666666667% - var(--grid-gutter));
    max-width: calc(16.6666666667% - var(--grid-gutter));
  }
  .col-3-sm {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(25% - var(--grid-gutter));
            flex: 0 0 calc(25% - var(--grid-gutter));
    max-width: calc(25% - var(--grid-gutter));
  }
  .col-4-sm {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.3333333333% - var(--grid-gutter));
            flex: 0 0 calc(33.3333333333% - var(--grid-gutter));
    max-width: calc(33.3333333333% - var(--grid-gutter));
  }
  .col-5-sm {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(41.6666666667% - var(--grid-gutter));
            flex: 0 0 calc(41.6666666667% - var(--grid-gutter));
    max-width: calc(41.6666666667% - var(--grid-gutter));
  }
  .col-6-sm {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - var(--grid-gutter));
            flex: 0 0 calc(50% - var(--grid-gutter));
    max-width: calc(50% - var(--grid-gutter));
  }
  .col-7-sm {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(58.3333333333% - var(--grid-gutter));
            flex: 0 0 calc(58.3333333333% - var(--grid-gutter));
    max-width: calc(58.3333333333% - var(--grid-gutter));
  }
  .col-8-sm {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(66.6666666667% - var(--grid-gutter));
            flex: 0 0 calc(66.6666666667% - var(--grid-gutter));
    max-width: calc(66.6666666667% - var(--grid-gutter));
  }
  .col-9-sm {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(75% - var(--grid-gutter));
            flex: 0 0 calc(75% - var(--grid-gutter));
    max-width: calc(75% - var(--grid-gutter));
  }
  .col-10-sm {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(83.3333333333% - var(--grid-gutter));
            flex: 0 0 calc(83.3333333333% - var(--grid-gutter));
    max-width: calc(83.3333333333% - var(--grid-gutter));
  }
  .col-11-sm {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(91.6666666667% - var(--grid-gutter));
            flex: 0 0 calc(91.6666666667% - var(--grid-gutter));
    max-width: calc(91.6666666667% - var(--grid-gutter));
  }
  .col-12-sm {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - var(--grid-gutter));
            flex: 0 0 calc(100% - var(--grid-gutter));
    max-width: calc(100% - var(--grid-gutter));
  }
}
@media screen and (min-width: 670px) {
  .col-1-ms {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(8.3333333333% - var(--grid-gutter));
            flex: 0 0 calc(8.3333333333% - var(--grid-gutter));
    max-width: calc(8.3333333333% - var(--grid-gutter));
  }
  .col-2-ms {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(16.6666666667% - var(--grid-gutter));
            flex: 0 0 calc(16.6666666667% - var(--grid-gutter));
    max-width: calc(16.6666666667% - var(--grid-gutter));
  }
  .col-3-ms {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(25% - var(--grid-gutter));
            flex: 0 0 calc(25% - var(--grid-gutter));
    max-width: calc(25% - var(--grid-gutter));
  }
  .col-4-ms {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.3333333333% - var(--grid-gutter));
            flex: 0 0 calc(33.3333333333% - var(--grid-gutter));
    max-width: calc(33.3333333333% - var(--grid-gutter));
  }
  .col-5-ms {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(41.6666666667% - var(--grid-gutter));
            flex: 0 0 calc(41.6666666667% - var(--grid-gutter));
    max-width: calc(41.6666666667% - var(--grid-gutter));
  }
  .col-6-ms {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - var(--grid-gutter));
            flex: 0 0 calc(50% - var(--grid-gutter));
    max-width: calc(50% - var(--grid-gutter));
  }
  .col-7-ms {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(58.3333333333% - var(--grid-gutter));
            flex: 0 0 calc(58.3333333333% - var(--grid-gutter));
    max-width: calc(58.3333333333% - var(--grid-gutter));
  }
  .col-8-ms {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(66.6666666667% - var(--grid-gutter));
            flex: 0 0 calc(66.6666666667% - var(--grid-gutter));
    max-width: calc(66.6666666667% - var(--grid-gutter));
  }
  .col-9-ms {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(75% - var(--grid-gutter));
            flex: 0 0 calc(75% - var(--grid-gutter));
    max-width: calc(75% - var(--grid-gutter));
  }
  .col-10-ms {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(83.3333333333% - var(--grid-gutter));
            flex: 0 0 calc(83.3333333333% - var(--grid-gutter));
    max-width: calc(83.3333333333% - var(--grid-gutter));
  }
  .col-11-ms {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(91.6666666667% - var(--grid-gutter));
            flex: 0 0 calc(91.6666666667% - var(--grid-gutter));
    max-width: calc(91.6666666667% - var(--grid-gutter));
  }
  .col-12-ms {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - var(--grid-gutter));
            flex: 0 0 calc(100% - var(--grid-gutter));
    max-width: calc(100% - var(--grid-gutter));
  }
}
@media screen and (min-width: 768px) {
  .col-1-md {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(8.3333333333% - var(--grid-gutter));
            flex: 0 0 calc(8.3333333333% - var(--grid-gutter));
    max-width: calc(8.3333333333% - var(--grid-gutter));
  }
  .col-2-md {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(16.6666666667% - var(--grid-gutter));
            flex: 0 0 calc(16.6666666667% - var(--grid-gutter));
    max-width: calc(16.6666666667% - var(--grid-gutter));
  }
  .col-3-md {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(25% - var(--grid-gutter));
            flex: 0 0 calc(25% - var(--grid-gutter));
    max-width: calc(25% - var(--grid-gutter));
  }
  .col-4-md {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.3333333333% - var(--grid-gutter));
            flex: 0 0 calc(33.3333333333% - var(--grid-gutter));
    max-width: calc(33.3333333333% - var(--grid-gutter));
  }
  .col-5-md {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(41.6666666667% - var(--grid-gutter));
            flex: 0 0 calc(41.6666666667% - var(--grid-gutter));
    max-width: calc(41.6666666667% - var(--grid-gutter));
  }
  .col-6-md {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - var(--grid-gutter));
            flex: 0 0 calc(50% - var(--grid-gutter));
    max-width: calc(50% - var(--grid-gutter));
  }
  .col-7-md {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(58.3333333333% - var(--grid-gutter));
            flex: 0 0 calc(58.3333333333% - var(--grid-gutter));
    max-width: calc(58.3333333333% - var(--grid-gutter));
  }
  .col-8-md {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(66.6666666667% - var(--grid-gutter));
            flex: 0 0 calc(66.6666666667% - var(--grid-gutter));
    max-width: calc(66.6666666667% - var(--grid-gutter));
  }
  .col-9-md {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(75% - var(--grid-gutter));
            flex: 0 0 calc(75% - var(--grid-gutter));
    max-width: calc(75% - var(--grid-gutter));
  }
  .col-10-md {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(83.3333333333% - var(--grid-gutter));
            flex: 0 0 calc(83.3333333333% - var(--grid-gutter));
    max-width: calc(83.3333333333% - var(--grid-gutter));
  }
  .col-11-md {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(91.6666666667% - var(--grid-gutter));
            flex: 0 0 calc(91.6666666667% - var(--grid-gutter));
    max-width: calc(91.6666666667% - var(--grid-gutter));
  }
  .col-12-md {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - var(--grid-gutter));
            flex: 0 0 calc(100% - var(--grid-gutter));
    max-width: calc(100% - var(--grid-gutter));
  }
}
@media screen and (min-width: 992px) {
  .col-1-lg {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(8.3333333333% - var(--grid-gutter));
            flex: 0 0 calc(8.3333333333% - var(--grid-gutter));
    max-width: calc(8.3333333333% - var(--grid-gutter));
  }
  .col-2-lg {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(16.6666666667% - var(--grid-gutter));
            flex: 0 0 calc(16.6666666667% - var(--grid-gutter));
    max-width: calc(16.6666666667% - var(--grid-gutter));
  }
  .col-3-lg {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(25% - var(--grid-gutter));
            flex: 0 0 calc(25% - var(--grid-gutter));
    max-width: calc(25% - var(--grid-gutter));
  }
  .col-4-lg {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.3333333333% - var(--grid-gutter));
            flex: 0 0 calc(33.3333333333% - var(--grid-gutter));
    max-width: calc(33.3333333333% - var(--grid-gutter));
  }
  .col-5-lg {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(41.6666666667% - var(--grid-gutter));
            flex: 0 0 calc(41.6666666667% - var(--grid-gutter));
    max-width: calc(41.6666666667% - var(--grid-gutter));
  }
  .col-6-lg {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - var(--grid-gutter));
            flex: 0 0 calc(50% - var(--grid-gutter));
    max-width: calc(50% - var(--grid-gutter));
  }
  .col-7-lg {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(58.3333333333% - var(--grid-gutter));
            flex: 0 0 calc(58.3333333333% - var(--grid-gutter));
    max-width: calc(58.3333333333% - var(--grid-gutter));
  }
  .col-8-lg {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(66.6666666667% - var(--grid-gutter));
            flex: 0 0 calc(66.6666666667% - var(--grid-gutter));
    max-width: calc(66.6666666667% - var(--grid-gutter));
  }
  .col-9-lg {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(75% - var(--grid-gutter));
            flex: 0 0 calc(75% - var(--grid-gutter));
    max-width: calc(75% - var(--grid-gutter));
  }
  .col-10-lg {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(83.3333333333% - var(--grid-gutter));
            flex: 0 0 calc(83.3333333333% - var(--grid-gutter));
    max-width: calc(83.3333333333% - var(--grid-gutter));
  }
  .col-11-lg {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(91.6666666667% - var(--grid-gutter));
            flex: 0 0 calc(91.6666666667% - var(--grid-gutter));
    max-width: calc(91.6666666667% - var(--grid-gutter));
  }
  .col-12-lg {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - var(--grid-gutter));
            flex: 0 0 calc(100% - var(--grid-gutter));
    max-width: calc(100% - var(--grid-gutter));
  }
}
/* nav grobal
--------------------------------------------------------------*/
#nav {
  width: 100%;
  height: 100%;
  background: url(../img/body.jpg);
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 0;
  padding-top: calc(9vw + 60px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#nav .logo {
  width: clamp(200px, 60%, 240px);
  position: absolute;
  top: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#nav li {
  display: table;
  min-width: 260px;
  width: 100%;
  padding-left: 1em;
  padding-right: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#nav li a {
  display: table-cell;
  height: 70px;
  border-bottom: dotted #ccc 1px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  text-align: center;
  vertical-align: middle;
  color: #efefef;
  font-family: "Shippori Mincho", serif;
  line-height: 1.4;
}
#nav li a p {
  display: table;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
#nav li a p span.sub_ti {
  display: block;
  font-size: 0.8em;
  font-weight: normal;
  -webkit-transform: translateY(-0.25em);
          transform: translateY(-0.25em);
}
#nav li a p span.eng {
  display: block;
  font-size: 0.7em;
}
#nav li a p::after {
  content: "";
  display: block;
  width: 0%;
  height: 2px;
  position: absolute;
  bottom: -0.55em;
  left: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-bottom: solid 2px #b6c667;
}
#nav li a:hover {
  text-decoration: none;
}
#nav li a:hover p::after {
  text-decoration: none;
  width: 100%;
  left: 0%;
}
@media screen and (orientation: landscape) {
  #nav li {
    width: 50%;
  }
}
#nav .infoArea {
  padding-block: 1.5em;
  text-align: center;
}
#nav .infoArea .reserve {
  background-color: #c55;
}
#nav .infoArea .reserve a {
  font-weight: normal;
}
#nav .infoArea .add {
  font-size: 0.94em;
  padding-top: 1.5em;
  line-height: 1.6;
}
#nav .infoArea .add .logo_txt {
  line-height: 1;
  margin-bottom: 0.5em;
}
#nav .infoArea .add .logo_txt .name_eng {
  display: block;
}
#nav .infoArea .add .logo_img {
  width: 240px;
  margin-inline: auto;
  margin-bottom: 0.5em;
}
#nav .infoArea .add a {
  color: #efefef;
}
#nav .bgflower01, #nav .bgflower02 {
  display: none;
}

@media screen and (min-width: 1200px) {
  #nav {
    max-width: 1440px;
    width: 100%;
    height: auto;
    margin-inline: auto;
    background: none;
    position: absolute;
    top: 10px;
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    padding-top: 0px;
  }
  #nav .logo, #nav .infoArea {
    display: none;
  }
  #nav .container {
    width: auto;
    padding: 7px;
  }
  #nav ul {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  #nav li {
    display: inline-block;
    min-width: unset;
    width: auto;
    padding-right: 0em;
    padding-left: 1.3em;
  }
  #nav li a {
    height: auto;
    padding-top: 0px;
    font-size: 0.9em;
    border-bottom: none;
    border-left: solid 1px;
    padding-left: 5px;
    text-align: left;
  }
}
@media screen and (min-width: 1200px) and (min-width: 1400px) {
  #nav li a {
    font-size: 1em;
  }
}
@media screen and (min-width: 1200px) {
  #nav li a p span.eng {
    line-height: 1;
  }
  #nav li a p::after {
    left: 0;
    bottom: -0.3em;
  }
}

/* open *****************/
@media screen and (max-width: 1199px) {
  #header.open #nav {
    right: 0px;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior-y: none;
    scrollbar-gutter: auto;
    scrollbar-color: rgba(255, 255, 255, 0.2666666667) rgba(0, 0, 0, 0.1333333333);
    scrollbar-width: thin;
  }
  #header.open #nav .bgflower01, #header.open #nav .bgflower02 {
    display: block;
  }
}

#index #nav01 a p:after,
#rooms #nav02 a p:after,
#facilities #nav03 a p:after,
#cuisine #nav04 a p:after,
#price #nav05 a p:after,
#access #nav06 a p:after,
#news #nav07 a p:after {
  text-decoration: none;
  width: 100%;
  left: 0%;
}

/* nav toggle
--------------------------------------------------------------*/
.nav_toggle {
  background-image: url(../img/body.jpg);
  width: 60px;
  aspect-ratio: 1/1;
  display: block;
  position: fixed;
  top: 0px;
  right: 0px;
  cursor: pointer;
  z-index: 200;
}
.nav_toggle > div {
  position: relative;
  width: 60%;
  height: calc(60% * 0.8);
}
.nav_toggle .cont {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -47%);
          transform: translate(-50%, -47%);
}
.nav_toggle .cont::after {
  content: "menu";
  width: 100%;
  font-family: "Times New Roman", "Shippori Mincho", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 0.75em;
  line-height: 1;
  color: var(--color-main);
  position: absolute;
  bottom: 0px;
}
.nav_toggle span {
  display: block;
  position: absolute;
  width: 100%;
  height: 3px;
  background: var(--color-main);
  -webkit-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}
.nav_toggle span:nth-child(1) {
  top: 0%;
}
.nav_toggle span:nth-child(2) {
  top: 33%;
  width: 80%;
}
.nav_toggle span:nth-child(3) {
  display: none;
}
@media screen and (min-width: 1200px) {
  .nav_toggle {
    display: none;
  }
}

/* open ************************/
#header.open .nav_toggle span {
  top: 20%;
}
#header.open .nav_toggle span:nth-child(1) {
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
#header.open .nav_toggle span:nth-child(2), #header.open .nav_toggle span:nth-child(3) {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  width: 100%;
}
#header.open .nav_toggle .cont::after {
  content: "close";
  text-align: center;
}

/*  Main Visual
--------------------------------------------------------------*/
#mainVisual {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  z-index: 0;
  background: url(../movie/top.jpg) no-repeat center center/cover;
  aspect-ratio: 16/9;
}
@media screen and (min-width: 992px) {
  #mainVisual {
    aspect-ratio: 16/7;
  }
}
@media screen and (min-width: 1200px) {
  #mainVisual {
    aspect-ratio: unset;
    height: calc(100vh - 160px);
  }
}

#main_movie {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}

#main_movie video {
  min-width: 100%;
  min-height: 100%;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*------------------------------------------------------------
   container
--------------------------------------------------------------*/
#wrapper {
  width: 100%;
  overflow: hidden;
}

.content {
  width: 100%;
  position: relative;
}
.content:after {
  content: "";
  display: block;
  clear: both;
}

.container {
  max-width: var(--grid-maxWidth);
  margin-inline: auto;
  width: 96%;
  padding-inline: calc(var(--grid-gutter) / 2);
  position: relative;
}
.container.narrow {
  width: 90%;
  max-width: calc(var(--grid-maxWidth) * 3 / 4);
}
@media screen and (min-width: 670px) {
  .container.narrow {
    width: 85%;
  }
}
.container .row:first-child {
  margin-top: 0;
}
.container .row:last-child {
  margin-bottom: 0;
}

/* Contents
--------------------------------------------------------------*/
#contents {
  position: relative;
}
#contents .txtArea p:not(:last-child), #contents .txt p:not(:last-child) {
  margin-bottom: 1.2em;
}
#contents .fit_center {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

#shop_info.col1 .row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-flow: column-reverse;
          flex-flow: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#shop_info.col1 .mapArea iframe {
  width: 100%;
  height: clamp(450px, 24.716em + 17.05vw, 600px);
}
#shop_info.col1 .add {
  text-align: center;
}
#shop_info.col1 .add a {
  color: var(--color-main);
}

/*------------------------------------------------------------
   Header
--------------------------------------------------------------*/
#header_wrap {
  padding-top: 60px;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 1200px) {
  #header_wrap {
    padding-top: 0;
  }
}

#header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
  background-image: url(../img/body.jpg);
  /* mediaquery --------------------------------------*/
}
#header > .container {
  width: calc(100% - 55px);
  height: 60px;
  margin-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#header #logo {
  width: clamp(210px, 40%, 300px);
  position: relative;
  z-index: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-item-align: center;
      align-self: center;
}
#header #logo img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1200px) {
  #header {
    background: none;
  }
  #header::after {
    content: "";
    display: block;
    width: 100%;
    height: 150px;
    background: url(../img/header_gra.png) repeat-x;
    position: absolute;
    top: 0;
    z-index: -1;
  }
  #header.fixed {
    position: fixed;
    background-image: url(../img/body.jpg);
    -webkit-box-shadow: 2px 3px 15px rgba(0, 0, 0, 0.3);
            box-shadow: 2px 3px 15px rgba(0, 0, 0, 0.3);
    -webkit-animation: fadedown 0.6s both;
            animation: fadedown 0.6s both;
  }
  #header.fixed::after {
    display: none;
  }
  #header > .container {
    position: relative;
    width: initial;
    height: 70px;
    margin-left: auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #header #logo {
    width: clamp(210px, 26%, 407px);
    z-index: 5;
  }
}
@media screen and (min-width: 1200px) and (min-width: 1400px) {
  #header #logo {
    width: 407px;
  }
}

.btn_reserve {
  display: none;
}
@media screen and (min-width: 1200px) {
  .btn_reserve {
    display: block;
    position: fixed;
    top: 100px;
    right: 0;
    z-index: 50;
    width: px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    background-color: #c55;
    -webkit-box-shadow: 1px 2px 13px rgba(0, 0, 0, 0.2);
            box-shadow: 1px 2px 13px rgba(0, 0, 0, 0.2);
    font-size: 1em;
    line-height: 1.25;
  }
  .btn_reserve a {
    display: block;
    width: 100%;
    height: 100%;
    color: #efefef;
  }
  .btn_reserve a:hover {
    text-decoration: none;
  }
  .btn_reserve a p {
    padding: 0.73em 0.5em 0.73em 0.73em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
  .btn_reserve a p .eng {
    display: block;
  }
}

/* keyframes -------------------------------------*/
@keyframes fadedown {
  0% {
    top: -100%;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
#header [data-aos=custom-fd] {
  opacity: 0;
}
#header [data-aos=custom-fd].aos-animate {
  opacity: 1;
}
@media screen and (min-width: 1200px) {
  #header [data-aos=custom-fd] {
    -webkit-transform: translateY(-70px);
            transform: translateY(-70px);
  }
  #header [data-aos=custom-fd].aos-animate {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/*------------------------------------------------------------
   Footer
--------------------------------------------------------------*/
#footer {
  position: relative;
  color: #efefef;
  /* mediaquery --------------------------------------*/
}
#footer a, #footer a:hover {
  color: #efefef;
}
#footer #footer_nav {
  display: none;
}
#footer #footer_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 4em;
  margin-bottom: 2.5em;
  container-type: inline-size;
}
#footer #footer_cont #footer_add {
  font-size: 0.94em;
  line-height: 1.6;
  text-align: center;
}
#footer #footer_cont #footer_add #footer_logo {
  margin-bottom: 0.5em;
}
#footer #footer_cont #footer_add #footer_logo img {
  max-width: 240px;
  width: 80%;
}
#footer #footer_cont #footer_add #footer_logo a:hover {
  text-decoration: none;
}
#footer #footer_cont #footer_add .cq_br {
  display: inline-block;
}
#footer #footer_cont #footer_add .cq_slsh {
  display: none;
}
@container (min-width: 290px) {
  #footer #footer_cont #footer_add .footer_tel .cq_br {
    display: none;
  }
  #footer #footer_cont #footer_add .footer_tel .cq_slsh {
    display: inline-block;
  }
}
@container (min-width: 502px) {
  #footer #footer_cont #footer_add .footer_check .cq_br {
    display: none;
  }
  #footer #footer_cont #footer_add .footer_check .cq_slsh {
    display: inline-block;
  }
}
#footer #copyright {
  width: 100%;
  height: auto;
  padding: 7px 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.3rem;
}
#footer #footer_yadobnr {
  margin-inline: 0.6em;
}
@media screen and (min-width: 768px) {
  #footer #footer_nav {
    display: block;
  }
  #footer #footer_nav {
    margin-top: 1em;
    margin-bottom: 2em;
  }
  #footer #footer_nav ul {
    width: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #footer #footer_nav li {
    font-size: 0.9em;
    line-height: 1.6;
    margin-left: 0.7em;
  }
  #footer #footer_nav li:not(:first-child)::before {
    content: "｜";
    display: inline-block;
    margin-right: 0.7em;
  }
  #footer #footer_nav li a {
    display: inline-block;
  }
  #footer #footer_cont {
    padding-top: 5.5em;
  }
}

#pagetop {
  position: fixed;
  right: -3px;
  bottom: 0px;
  z-index: 50;
}
#pagetop a {
  background: rgba(182, 198, 103, 0.8);
  color: #efefef;
  font-size: 0.8em;
  letter-spacing: 0.01em;
  line-height: 1.2;
  text-decoration: none;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.7em;
  aspect-ratio: 1/1;
  border-radius: 50%;
}

/*------------------------------------------------------------
   Other
--------------------------------------------------------------*/
/*** plan bnr ****************************************/
#planBnr {
  background: url(../img/bg_bnrplan.jpg) no-repeat center/cover;
}
#planBnr .bnr_plan {
  -ms-flex-line-pack: center;
      align-content: center;
}
#planBnr .bnr_plan .txtArea {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding: clamp(1.25em, 0.625em + 2.778vw, 3.125em);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}
#planBnr .bnr_plan .txt {
  font-family: "Shippori Mincho", serif;
  font-size: 2.0em;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width: 480px) {
  #planBnr .bnr_plan .txt {
    font-size: 1.6em;
  }
}
#planBnr .bnr_plan .txt .eng {
  color: #b6c667;
}
#planBnr .bnr_plan .btn {
  background-color: #c55;
}
#planBnr .bnr_plan .btn a {
  font-weight: normal;
}
#planBnr .bnr_plan .btn:hover {
  background-color: rgba(204, 85, 85, 0.75);
}

/*** plan List ****************************************/
#planList .plan_rss {
  width: 100%;
  -ms-flex-wrap: inherit;
      flex-wrap: inherit;
  -webkit-box-pack: inherit;
      -ms-flex-pack: inherit;
          justify-content: inherit;
}
#planList .plan_rss .mini {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0em;
  margin: 0em;
  width: calc(100% - 0em * 2);
}
#planList .plan_rss .mini > * {
  background: rgba(255, 255, 255, 0.9);
  padding: 1em;
}
#planList .plan_rss .mini .plan_text {
  color: #222;
  padding-top: 0;
}
#planList .plan_rss .mini .plan_img {
  padding-bottom: 0;
}

/*** plan Search ****************************************/
#planSearch {
  background: #c55;
  color: #fff;
  width: 100%;
  font-family: sans-serif;
}
#planSearch .container {
  padding: 1.25em;
  padding-bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#planSearch h3 {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
}
#planSearch h3::before {
  content: "";
  display: inline-block;
  width: 1.1em;
  height: 1.1em;
  margin-right: 0.3em;
  -webkit-mask: url(../img/icon_serch.svg) no-repeat center/100%;
          mask: url(../img/icon_serch.svg) no-repeat center/100%;
  background-color: #fff;
}
#planSearch .plan_form {
  width: auto;
  margin: 0 auto;
  padding: 16px;
}
#planSearch .plan_form .form_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#planSearch .plan_form .form_box > * {
  width: 50%;
  text-align: left;
  margin: 0;
  padding: 0.45em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#planSearch .plan_form .form_box .title {
  text-align: center;
  margin: 0;
}
#planSearch .plan_form .form_box .price {
  min-width: 207px;
  width: 100%;
}
#planSearch .plan_form .form_box .search_btn {
  padding-top: 1.6em !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#planSearch .plan_form .form_box .search_btn .btn {
  min-width: 100px;
  width: 100%;
  background-color: rgba(15, 15, 15, 0.35);
  color: #fff;
  border: rgba(15, 15, 15, 0.35) solid 1px;
  padding: 0.5em;
}
#planSearch .plan_form .form_box input, #planSearch .plan_form .form_box textarea, #planSearch .plan_form .form_box select,
#planSearch .plan_form .form_box .option-input::after {
  border: 1px solid #ccc;
}
#planSearch .plan_form .form_box input, #planSearch .plan_form .form_box textarea, #planSearch .plan_form .form_box select {
  margin: 0em !important;
  padding: 0.4em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: auto;
  color: #333;
  font-size: 16px;
}
#planSearch .plan_form .form_box .CheckboxInput {
  padding: 2px 16px;
}
#planSearch .plan_form .form_box .CheckboxInput span {
  background-color: rgba(239, 239, 239, 0.9);
  border: 1px solid #ccc;
}
#planSearch .plan_form .form_box .CheckboxInput span::before, #planSearch .plan_form .form_box .CheckboxInput span::after {
  background-color: rgba(34, 34, 34, 0.75);
}
@media screen and (min-width: 768px) {
  #planSearch .plan_form {
    padding: 20px;
  }
  #planSearch .plan_form .form_box > * {
    width: auto !important;
  }
}

/*** rss ui-datepicker ****************************************/
.ui-datepicker {
  height: auto !important;
  max-height: 600px !important;
  z-index: 200 !important;
}
.ui-datepicker .ui-datepicker-header {
  padding: 6px 0 !important;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  padding: 15px !important;
}
@media only screen and (max-width: 767px) {
  .ui-datepicker {
    width: 95% !important;
    max-height: 580px !important;
    padding: 10px !important;
    border-radius: 6px !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .ui-datepicker .ui-datepicker-header {
    width: 100% !important;
    margin: 0 !important;
  }
  .ui-datepicker table {
    width: 100% !important;
  }
  .ui-datepicker td a {
    padding: 16px 0px !important;
  }
}