@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, main, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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

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

html {
  font-size: 62.5%;
  overflow-y: scroll;
  /*background: url(images/bg.png);*/
}

body {
  line-height: 1.5;
  font-size: 4vw;
  letter-spacing: -.01rem;
  color: #373632;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-optical-sizing: auto;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

@media only screen and (min-width: 768px) {
  body {
    font-size: 1.6rem;
    line-height: 1.8;
    letter-spacing: .1rem;
  }
}

ul {
  list-style: none;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  font-size: 100%;
  color: #000000;
  background: transparent;
  -webkit-tap-highlight-color: rgba(112, 16, 51, 0.6);
  text-decoration: none;
}

a:focus {
  outline: none;
}

a:hover, a:active {
  text-decoration: none;
  color: #1a1a1a;
}

img {
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
}

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

hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #999999;
}

::selection {
  color: #FFFFFF;
  background: #86133d;
}

input::selection,
textarea::selection {
  color: #000000;
}

textarea {
  resize: vertical;
}

:placeholder-shown {
  color: rgba(0, 0, 0, 0.4);
}

::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

:-moz-placeholder {
  opacity: 1;
  color: rgba(0, 0, 0, 0.4);
}

::-moz-placeholder {
  opacity: 1;
  color: rgba(0, 0, 0, 0.4);
}

:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

.row {
  width: 90%;
  margin: auto;
}

@media only screen and (min-width: 1025px) {
  .row {
    max-width: 1200px;
  }
}

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

body {
  background: url(images/bg.png);
  overflow: hidden;
  opacity: 0;
  -webkit-transition: .5s;
  transition: .5s;
}

body.is-active {
  opacity: 1;
}

/* ----------------------------------

セカンドページ　ここから

---------------------------------- */
.pc-view {
  display: none;
}

@media only screen and (min-width: 1025px) {
  .pc-view {
    display: inherit;
  }
}

@media only screen and (min-width: 1025px) {
  .sp-view {
    display: none;
  }
}

.txt-page-up {
  text-align: center;
}

.txt-page-up .label {
  position: relative;
  display: inline-block;
  font-size: clamp(1.8rem, 2vw, 2rem);
  margin-bottom: 10px;
}

.txt-page-up .label::before {
  background: #701033;
  position: absolute;
  display: inline-block;
  content: "";
  height: 25px;
  width: 2px;
  right: -25px;
  transform: rotate(25deg);
  -moz-transform: rotate(25deg);
  -webkit-transform: rotate(25deg);
  -ms-transform: rotate(25deg);
  bottom: 0px;
}

.txt-page-up .label::after {
  background: #701033;
  position: absolute;
  display: inline-block;
  content: "";
  height: 25px;
  width: 2px;
  left: -25px;
  transform: rotate(-25deg);
  -moz-transform: rotate(-25deg);
  -webkit-transform: rotate(-25deg);
  -ms-transform: rotate(-25deg);
  bottom: 4px;
}

.page-tit {
  font-size: clamp(2.7rem, 4vw, 4rem);
  color: #701033;
  margin-bottom: 20px;
  line-height: 1.4;
}

@media only screen and (min-width: 1025px) {
  .page-tit {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 1025px) {
  .page-tit br {
    display: none;
  }
}

p.txt-base {
  font-size: 1.8rem;
  width: 90%;
  margin: auto;
  text-align: left;
}

@media only screen and (min-width: 1025px) {
  p.txt-base {
    text-align: center;
  }
}

.plan-wrap {
  max-width: 1100px;
  margin: 40px auto;
  width: 90%;
  background: rgba(255, 255, 255, 0.6);
}

@media only screen and (min-width: 1025px) {
  .plan-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }
}

.plan-wrap .pic {
  background: #ccc;
}

@media only screen and (min-width: 1025px) {
  .plan-wrap .pic {
    width: 50%;
  }
}

.plan-wrap .pic img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  width: 100%;
  height: 100%;
  -webkit-transition: .5s;
  transition: .5s;
}

.plan-wrap .plan-detail {
  padding: 20px;
}

@media only screen and (min-width: 1025px) {
  .plan-wrap .plan-detail {
    width: 50%;
    padding: 40px;
  }
}

.plan-wrap .plan-detail.line .dd-menu {
  border-bottom: 1px solid #701033;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .plan-wrap.wide-wrap .plan-detail {
    padding: 10px 40px;
  }
}

.plan-wrap.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
}

.plan-wrap.bk-wrap .plan-detail {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

@media only screen and (min-width: 768px) {
  .plan-wrap.bk-wrap .plan-detail {
    border: 1px solid #ccc;
  }
}

.plan-wrap.bk-wrap .dt-line span {
  background: #FFFFFF;
}

.plan-wrap.bk-wrap .dt-line i {
  background: #FFFFFF;
}

section.plan01 {
  text-align: center;
  margin-top: 60px;
}

@media only screen and (min-width: 1025px) {
  section.plan01 {
    margin-top: 150px;
  }
}

h3.plan-tit {
  font-size: clamp(2.5rem, 3vw, 3rem);
  margin-bottom: 10px;
  text-align: center;
}

@media only screen and (min-width: 1025px) {
  h3.plan-tit br {
    display: none;
  }
}

.dt-line {
  color: #701033;
  font-size: clamp(2.2rem, 2.4vw, 2.7rem);
  position: relative;
  font-weight: 700;
  text-align: center;
}

.dt-line::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #701033;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.dt-line span {
  position: relative;
  z-index: 2;
  background: url(images/bg_menu.png);
  padding: 0 20px;
}

.dt-line i {
  display: block;
  background: url(images/bg_menu.png);
  display: inline-block;
  position: relative;
  z-index: 0;
  font-size: 1.9rem;
  font-style: normal;
  top: -8px;
  left: 15px;
  padding: 0 20px;
}

@media only screen and (min-width: 768px) {
  .dt-line i {
    top: -15px;
  }
}

.dd-menu {
  text-align: left;
}

@media only screen and (min-width: 768px) {
  .dd-menu {
    padding: 0 10px;
  }
}

.dd-menu > ul > li {
  font-size: clamp(1.6rem, 1.8vw, 2rem);
  line-height: 1.5;
  white-space: nowrap;
  font-weight: 700;
  margin-bottom: 10px;
  padding-left: .5em;
  text-indent: -0.3em;
}

@media only screen and (min-width: 768px) {
  .dd-menu > ul > li {
    margin-bottom: 15px;
  }
}

.dd-menu > ul > li::before {
  content: "●";
  display: inline-block;
  font-size: 1rem;
  color: #701033;
  position: relative;
  top: -2px;
  left: -2px;
}

@media only screen and (min-width: 768px) {
  .dd-menu > ul > li br {
    display: none;
  }
}

.dd-menu .menu-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

@media only screen and (min-width: 1025px) {
  .dd-menu .menu-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;
  }
}

.dd-menu .menu-flex::before {
  top: 5px;
  left: -5px;
}

@media only screen and (min-width: 1025px) {
  .dd-menu .menu-flex::before {
    top: 7px;
    left: -5px;
  }
}

.dd-menu .menu-flex .frame {
  position: relative;
  width: 100%;
}

@media only screen and (min-width: 1025px) {
  .dd-menu .menu-flex .frame {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 75%;
  }
}

.dd-menu .menu-flex .frame .menu {
  font-size: 1.6rem;
  position: relative;
  font-weight: 500;
  line-height: 1.5;
  padding: 0px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}

@media only screen and (min-width: 1025px) {
  .dd-menu .menu-flex .frame .menu {
    margin-left: 20px;
    margin-top: 20px;
  }
}

.dd-menu .menu-flex .frame .menu div {
  width: 80%;
  font-size: clamp(1.3rem, 1.7vw, 1.7rem);
}

.dd-menu .menu-flex .frame .menu::before {
  content: "";
  display: block;
  background: url(images/frame_l.svg) left top/cover no-repeat;
  height: 100%;
  width: 10px;
  left: 0;
  position: absolute;
  top: 0;
}

.dd-menu .menu-flex .frame .menu::after {
  content: "";
  display: block;
  background: url(images/frame_r.svg) right top/cover no-repeat;
  height: 100%;
  width: 10px;
  right: 0;
  position: absolute;
  top: 0;
}

.dd-menu .att {
  font-weight: 400;
  font-size: 1.4rem;
}

.dd-menu.kani-plan ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 0px 0;
}

@media only screen and (min-width: 1025px) {
  .dd-menu.kani-plan ul {
    padding: 20px 20px 0;
  }
}

.dd-menu.kani-plan ul li {
  width: 47%;
}

.dd-menu.kani-plan ul li:nth-child(odd) {
  width: 60%;
}

.dd-menu.kani-plan ul li:nth-child(even) {
  width: 40%;
}

.dd-menu.kani-plan ul li span {
  display: block;
  font-size: 1.2rem;
  line-height: 1;
  margin-left: 10px;
}

.dd-menu.wide-sh ul {
  padding-left: 10px !important;
}

@media only screen and (min-width: 768px) {
  .dd-menu.wide-sh ul {
    padding-left: 50px !important;
  }
}

@media only screen and (min-width: 768px) {
  .dd-menu.wide-sh li {
    margin-bottom: 5px;
  }
}

@media only screen and (min-width: 768px) {
  .dd-menu.wide-sh {
    padding: 0 20px;
  }
  .dd-menu.wide-sh ul {
    margin: 0;
    padding: 0;
  }
}

.dd-menu.bk-menu ul {
  padding-left: 20px;
}

@media only screen and (min-width: 768px) {
  .dd-menu.bk-menu ul {
    padding-left: 60px;
  }
}

.btn-reserve {
  margin-top: 30px;
}

.btn-reserve a {
  background: #701033;
  color: #FFFFFF;
  font-weight: 700;
  display: block;
  width: 100%;
  border-radius: 100px;
  text-align: center;
  padding: 10px;
  font-size: 1.7rem;
  position: relative;
  -webkit-transition: .5s;
  transition: .5s;
}

@media only screen and (min-width: 1025px) {
  .btn-reserve a {
    font-size: 2rem;
    padding: 7px;
  }
}

.btn-reserve a i {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.btn-reserve a:hover {
  opacity: .8;
}

.btn-reserve.btn-detail a {
  font-size: 1.7rem;
  width: 220px;
  margin: auto;
}

@media only screen and (min-width: 768px) {
  .btn-reserve.btn-detail a {
    width: 300px;
  }
}

section.plan02 {
  margin-top: 150px;
}

.plan-column {
  max-width: 1100px;
  margin: 40px auto;
  width: 90%;
}

@media only screen and (min-width: 1025px) {
  .plan-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.plan-column .plan-box {
  position: relative;
  margin-bottom: 60px;
}

@media only screen and (min-width: 1025px) {
  .plan-column .plan-box {
    width: 46%;
    margin-bottom: 0;
  }
}

.plan-column .plan-box .pic {
  background: rgba(255, 255, 255, 0.8);
}

.plan-column .plan-box .pic img {
  width: 100%;
  height: auto;
}

.plan-column .plan-box .pic span {
  font-size: clamp(1.3rem, 1vw, 1rem);
  display: block;
  text-align: center;
  margin-top: 10px;
  line-height: 1.5;
}

.plan-column .plan-box h4 {
  padding-left: 100px;
  font-size: clamp(2.2rem, 2.8vw, 2.8rem);
  margin-bottom: 10px;
}

.plan-column .plan-box .label {
  position: absolute;
  top: -10px;
  left: -10px;
}

@media only screen and (min-width: 1025px) {
  .plan-column .plan-box .label {
    top: -10px;
    left: -50px;
  }
}

.plan-column .plan-box .label img {
  width: 100px;
}

@media only screen and (min-width: 1025px) {
  .plan-column .plan-box .label img {
    width: 130px;
  }
}

.plan-column .plan-menu {
  padding: 20px 30px 30px;
  background: rgba(255, 255, 255, 0.8);
}

@media only screen and (min-width: 1025px) {
  .plan-column .plan-menu {
    padding: 10px 50px 40px;
  }
}

section.attention {
  background: rgba(255, 255, 255, 0.8);
  max-width: 800px;
  width: 90%;
  margin: auto;
  padding: 30px 40px;
  margin-bottom: 50px;
}

@media only screen and (min-width: 1025px) {
  section.attention {
    padding: 30px 80px;
    margin-bottom: 100px;
  }
}

section.attention dl dt {
  text-align: center;
  font-weight: 700;
  font-size: clamp(1.8rem, 1.8vw, 1.8rem);
  white-space: nowrap;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 10px;
}

section.attention dl dt::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 1px;
  background: #701033;
  position: relative;
  margin-left: 10px;
}

section.attention dl dt::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 1px;
  background: #701033;
  position: relative;
  margin-right: 10px;
}

section.attention ul li {
  list-style-type: disc;
  margin-bottom: 10px;
}

@media only screen and (min-width: 1025px) {
  section.attention ul li {
    margin-bottom: 0px;
  }
}

/* ----------------------------------

観光

---------------------------------- */
.page-upper.sightseeing {
  position: relative;
}

.page-upper.sightseeing::before {
  content: "";
  display: block;
  background: url(images/parasol01.png) center top/cover no-repeat;
  width: 65px;
  height: 55px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 60px;
  margin-left: -38vw;
}

@media only screen and (min-width: 768px) {
  .page-upper.sightseeing::before {
    width: 100px;
    height: 90px;
  }
}

@media only screen and (min-width: 1025px) {
  .page-upper.sightseeing::before {
    margin-left: -400px;
    width: 160px;
    height: 140px;
    top: 60px;
  }
}

.page-upper.sightseeing::after {
  content: "";
  display: block;
  background: url(images/parasol02.png) center top/cover no-repeat;
  width: 70px;
  height: 70px;
  -webkit-transition: .5s;
  transition: .5s;
  position: absolute;
  left: calc(50% + 38vw);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 50px;
}

@media only screen and (min-width: 768px) {
  .page-upper.sightseeing::after {
    width: 120px;
    height: 120px;
  }
}

@media only screen and (min-width: 1025px) {
  .page-upper.sightseeing::after {
    display: inherit;
    width: 150px;
    height: 150px;
    left: calc(50% + 400px);
    bottom: 10px;
  }
}

.page-upper.sightseeing .txt-base {
  font-size: 1.8rem;
}

@media only screen and (min-width: 768px) {
  .page-upper.sightseeing .txt-base {
    text-align: center;
  }
}

@media only screen and (min-width: 1025px) {
  .page-upper.sightseeing .txt-base {
    font-size: 2.2rem;
    text-align: center;
  }
}

.spot-wrap {
  max-width: 1100px;
  margin: 60px auto 50px;
  width: 90%;
}

@media only screen and (min-width: 768px) {
  .spot-wrap {
    margin: 60px auto 100px;
  }
}

.spot-wrap .spot-block {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: column-reverse;
  -ms-flex-flow: column-reverse;
  flex-flow: column-reverse;
}

@media only screen and (min-width: 1025px) {
  .spot-wrap .spot-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;
  }
}

.spot-wrap .spot-block .pic {
  position: relative;
}

@media only screen and (min-width: 1025px) {
  .spot-wrap .spot-block .pic {
    width: 50%;
  }
}

.spot-wrap .spot-block .pic img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.spot-wrap .spot-block .pic .rain {
  width: 80px;
  position: absolute;
  top: 20px;
  right: 20px;
}

.spot-wrap .spot-block .detail {
  background: rgba(255, 255, 255, 0.8);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  padding: 20px;
}

@media only screen and (min-width: 1025px) {
  .spot-wrap .spot-block .detail {
    width: 50%;
    padding: 50px;
  }
}

.spot-wrap .spot-block .detail .icon {
  background: url(images/circle.svg) center top/cover no-repeat;
  width: 76px;
  height: 72px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  color: #FFFFFF;
  line-height: 1;
  font-size: 1.3rem;
  text-align: center;
}

@media only screen and (min-width: 1025px) {
  .spot-wrap .spot-block .detail .icon {
    width: 100px;
    height: 95px;
    font-size: 1.4rem;
  }
}

.spot-wrap .spot-block .detail .icon span {
  width: 13px;
  height: 23px;
  margin-bottom: 8px;
}

@media only screen and (min-width: 1025px) {
  .spot-wrap .spot-block .detail .icon span {
    width: 15px;
    height: 25px;
    margin-bottom: 10px;
  }
}

.spot-wrap .spot-block .detail .icon.car span {
  width: 20px;
  height: 13px;
}

@media only screen and (min-width: 1025px) {
  .spot-wrap .spot-block .detail .icon.car span {
    width: 28px;
    height: 20px;
  }
}

@media only screen and (min-width: 1025px) {
  .spot-wrap .spot-block:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-flow: row-reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
  }
}

.spot-wrap .spot-block h4 {
  font-size: clamp(2.2rem, 2.7vw, 2.7rem);
  color: #701033;
  margin: 15px 0 20px;
}

/* ----------------------------------

施設案内

---------------------------------- */
.room {
  max-width: 1100px;
  margin: auto;
}

@media only screen and (min-width: 1025px) {
  .room {
    width: 90%;
  }
}

.room h3 img {
  width: 200px;
  display: block;
  margin: auto;
}

@media only screen and (min-width: 1025px) {
  .room h3 img {
    width: 250px;
  }
}

.room .room-column {
  margin: 30px 0 0;
}

@media only screen and (min-width: 1025px) {
  .room .room-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.room .room-column .room-l {
  margin-bottom: 50px;
}

@media only screen and (min-width: 1025px) {
  .room .room-column .room-l {
    width: 48%;
    margin-bottom: 0;
  }
}

.room .room-column .room-l .pic img {
  width: 100%;
}

.room .room-column dl {
  padding: 0 20px 0;
}

@media only screen and (min-width: 1025px) {
  .room .room-column dl {
    padding: 0;
  }
}

.room .room-column dl dt {
  font-weight: 700;
  font-size: clamp(2rem, 2vw, 2rem);
  margin-top: 20px;
  margin-bottom: 10px;
}

@media only screen and (min-width: 1025px) {
  .room .room-column dl dt {
    margin-bottom: 0;
  }
}

.room .feature {
  margin-top: 50px;
}

@media only screen and (min-width: 1025px) {
  .room .feature {
    margin-top: 100px;
  }
}

@media only screen and (min-width: 1025px) {
  .room .feature dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.room .feature dl dt {
  background: url(images/feature.png) center top/cover no-repeat;
  width: 220px;
  height: 220px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: clamp(1.7em, 2.5vw, 2.5rem);
  margin: 0 auto 20px;
}

@media only screen and (min-width: 1025px) {
  .room .feature dl dt {
    width: 220px;
    height: 220px;
    margin: unset;
  }
}

.room .feature dl dd {
  width: 90%;
  margin: auto;
  padding-left: 50px;
}

@media only screen and (min-width: 1025px) {
  .room .feature dl dd {
    width: 70%;
    margin: unset;
    padding: 0;
  }
}

.room .feature dl dd ol {
  counter-reset: number;
}

.room .feature dl dd ol li {
  position: relative;
  list-style: none;
  margin-bottom: 30px;
  font-size: clamp(1.7rem, 1.7vw, 1.7rem);
  line-height: 1.5;
}

.room .feature dl dd ol li::before {
  counter-increment: number;
  /* 各 li ごとに +1 される */
  content: counter(number, cjk-ideographic);
  /* 一、二、三... */
  background: url(images/num.svg) center top/cover no-repeat;
  height: 38px;
  width: 39px;
  margin-right: 1rem;
  position: absolute;
  left: -50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #FFFFFF;
  top: -4px;
}

.amenity {
  background: rgba(255, 255, 255, 0.8);
  max-width: 850px;
  margin: 40px auto;
  width: 90%;
  padding: 20px;
}

@media only screen and (min-width: 1025px) {
  .amenity {
    padding: 20px 50px;
    margin: 80px auto;
  }
}

@media only screen and (min-width: 1025px) {
  .amenity dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.amenity dl dt {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: clamp(1.8rem, 1.8vw, 1.8rem);
  border-bottom: 1px solid #000;
  padding: 0 0 10px;
  margin-bottom: 10px;
}

@media only screen and (min-width: 1025px) {
  .amenity dl dt {
    width: 130px;
    padding-right: 30px;
    padding: 0;
    margin: 0;
    border-bottom: none;
  }
}

.amenity dl dd {
  font-size: clamp(1.5rem, 1.5vw, 1.5rem);
}

@media only screen and (min-width: 1025px) {
  .amenity dl dd {
    border-left: 1px solid #555;
    padding-left: 30px;
  }
}

section.spa {
  max-width: 1100px;
  width: 90%;
  margin: 80px auto 0;
  padding-bottom: 70px;
}

@media only screen and (min-width: 1025px) {
  section.spa {
    padding-bottom: 150px;
  }
}

@media only screen and (min-width: 1025px) {
  section.spa .spa-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

section.spa .spa-column h3 img {
  width: 200px;
  display: block;
  margin: auto;
}

@media only screen and (min-width: 1025px) {
  section.spa .spa-column h3 img {
    width: 250px;
  }
}

section.spa .spa-column .pic {
  margin: 20px 0;
}

@media only screen and (min-width: 1025px) {
  section.spa .spa-column .pic {
    width: 45%;
    margin: 0;
  }
}

section.spa .spa-column .pic img {
  width: 100%;
}

@media only screen and (min-width: 1025px) {
  section.spa .spa-column .spa-r {
    width: 50%;
  }
}

section.spa .spa-column .spa-r dl {
  margin: 10px 0 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

section.spa .spa-column .spa-r dl dt {
  background: #701033;
  color: #FFFFFF;
  border-radius: 100px;
  padding: 0 20px;
  margin-right: 20px;
}

section.history {
  background: #FFFFFF;
  padding-top: 70px;
  padding-bottom: 50px;
}

@media only screen and (min-width: 1025px) {
  section.history {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}

section.history .his-top {
  max-width: 800px;
  width: 90%;
  margin: 0 auto 100px;
}

@media only screen and (min-width: 1025px) {
  section.history .his-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (min-width: 1025px) {
  section.history .his-top .his-l {
    width: 50%;
  }
}

section.history .his-top .his-l .txt {
  position: relative;
  margin-top: 30px;
}

section.history .his-top .his-l .txt .txt-inner {
  position: relative;
  display: block;
}

@media only screen and (min-width: 1025px) {
  section.history .his-top .his-l .txt .txt-inner {
    width: 120%;
  }
}

section.history .his-top .his-l .pic {
  width: 80%;
  margin: auto;
}

@media only screen and (min-width: 1025px) {
  section.history .his-top .his-l .pic {
    width: auto;
    margin: unset;
  }
}

section.history .his-top .his-l .pic img {
  width: 100%;
}

section.history .his-top h4 {
  margin-bottom: 20px;
}

@media only screen and (min-width: 1025px) {
  section.history .his-top h4 {
    width: 50%;
    margin: 0;
  }
}

section.history .his-top h4 img {
  width: 90%;
  display: block;
  margin: auto;
}

@media only screen and (min-width: 768px) {
  section.history .his-top h4 img {
    width: 60%;
  }
}

@media only screen and (min-width: 1025px) {
  section.history .his-top h4 img {
    width: 100%;
    margin: unset;
  }
}

.his-column {
  max-width: 1100px;
  width: 90%;
  margin: 0 auto 70px;
}

@media only screen and (min-width: 1025px) {
  .his-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media only screen and (min-width: 1025px) {
  .his-column .pic {
    width: 45%;
  }
}

.his-column .pic img {
  width: 100%;
}

.his-column .his-detail {
  padding-top: 30px;
}

@media only screen and (min-width: 1025px) {
  .his-column .his-detail {
    width: 50%;
  }
}

.his-column .his-detail dl dt {
  font-size: clamp(2.2rem, 2.5vw, 2.5rem);
  color: #701033;
  font-weight: 700;
  margin-bottom: 20px;
}

.his-column .his-detail dl dt::before {
  content: "";
  display: inline-block;
  background: url(images/wave.svg) center top/cover no-repeat;
  height: 17px;
  width: 35px;
  margin-right: .5rem;
}

.his-column:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
}

/* ----------------------------------

よくある質問

---------------------------------- */
section.faq {
  margin-bottom: 50px;
}

@media only screen and (min-width: 768px) {
  section.faq {
    margin-bottom: 150px;
  }
}

.faq-column {
  max-width: 1100px;
  margin: 0 auto 80px;
  width: 90%;
}

.faq-column .tit-faq {
  font-size: clamp(2rem, 2.5vw, 2.5rem);
  text-align: center;
  margin-bottom: 30px;
  font-weight: 700;
}

.faq-column dl {
  background: rgba(255, 255, 255, 0.8);
  margin-bottom: 10px;
  padding: 30px 20px;
}

@media only screen and (min-width: 1025px) {
  .faq-column dl {
    padding: 30px 40px;
  }
}

.faq-column dl dt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.5;
  position: relative;
  padding-right: 30px;
}

@media only screen and (min-width: 1025px) {
  .faq-column dl dt {
    line-height: 1;
  }
}

.faq-column dl dt::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f107";
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #701033;
  font-size: 2.5rem;
}

.faq-column dl dt::before {
  content: "Q";
  display: inline-block;
  font-size: 3rem;
  line-height: .7;
  margin-right: .7rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  color: #701033;
  position: relative;
  left: -2px;
}

@media only screen and (min-width: 1025px) {
  .faq-column dl dt::before {
    line-height: .2;
    font-size: 4rem;
  }
}

.faq-column dl dt.ac::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f106";
}

.faq-column dl dd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (min-width: 1025px) {
  .faq-column dl dd {
    padding-top: 40px;
  }
}

.faq-column dl dd::before {
  content: "A";
  display: inline-block;
  font-size: 3rem;
  line-height: .7;
  margin-right: 5px;
  width: 8%;
}

@media only screen and (min-width: 1025px) {
  .faq-column dl dd::before {
    line-height: .4;
    font-size: 4rem;
    width: 3%;
  }
}

.faq-column dl dd p {
  width: 90%;
}

@media only screen and (min-width: 1025px) {
  .faq-column dl dd p {
    width: 96%;
  }
}

/* ----------------------------------

お問い合わせ

---------------------------------- */
#contact-container {
  max-width: 700px;
  margin: 0 auto 50px;
  width: 90%;
}

@media only screen and (min-width: 768px) {
  #contact-container {
    margin-bottom: 100px;
  }
}

#contact-container .tit-contact {
  font-size: clamp(2.2rem, 3vw, 3rem);
  margin-bottom: 80px;
}

section.contact .txt-contact {
  margin-bottom: 50px;
}

section.contact dl {
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  section.contact dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

section.contact dl dt {
  width: 300px;
}

section.contact dl dd {
  width: 100%;
}

section.contact input, section.contact textarea {
  border: none;
  padding: 10px;
  width: 100%;
}

section.contact .btn-privacy {
  text-align: center;
  font-size: 1.3rem;
  text-decoration: underline;
  margin-bottom: 50px;
}

.btn-submit input {
  background: #701033;
  color: #FFFFFF;
  font-size: 1.6rem;
  font-weight: 700;
  width: 270px !important;
  margin: auto;
  display: block;
  padding: 15px !important;
  -webkit-transition: .5s;
  transition: .5s;
}

.btn-submit input:hover {
  opacity: .7;
}

/* ----------------------------------

タイトル

---------------------------------- */
.se-head {
  margin-bottom: 100px;
}

@media only screen and (min-width: 768px) {
  .se-head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: url(images/wave.png) left bottom/cover no-repeat;
  }
}

.se-head h2 {
  margin: 0 auto 0px;
  padding-bottom: 100px;
  background: url(images/wave_sp.png) center top/contain no-repeat;
}

@media only screen and (min-width: 768px) {
  .se-head h2 {
    background: none;
    padding-left: 100px;
    width: 32%;
    margin: unset;
    padding-bottom: 0;
  }
}

.se-head h2 img {
  width: 220px;
  display: block;
  margin: auto;
  position: relative;
  left: -20px;
}

@media only screen and (min-width: 768px) {
  .se-head h2 img {
    width: auto;
    margin: unset;
    left: unset;
  }
}

@media only screen and (min-width: 768px) {
  .se-head .head-img {
    width: 60%;
  }
}

.se-head .head-img img {
  position: relative;
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

@media only screen and (min-width: 768px) {
  .se-head .head-img img {
    right: -10px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.se-head.se-sight h2 img {
  left: 0;
}

/* ----------------------------------

お料理

---------------------------------- */
section.plan {
  max-width: 1100px;
  width: 90%;
  margin: 0 auto 50px;
}

@media only screen and (min-width: 768px) {
  section.plan {
    margin: 0 auto 150px;
  }
}

.sub-catch.line {
  position: relative;
  font-size: clamp(1.6rem, 2vw, 2rem);
  margin-bottom: 10px;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (min-width: 1025px) {
  .sub-catch.line {
    margin-left: 30px;
  }
}

@media only screen and (min-width: 768px) {
  .sub-catch.line br {
    display: none;
  }
}

.sub-catch.line span {
  display: inline-block;
  position: relative;
}

.sub-catch.line span::before {
  background: #701033;
  position: absolute;
  display: inline-block;
  content: "";
  height: 25px;
  width: 2px;
  right: -15px;
  transform: rotate(25deg);
  -moz-transform: rotate(25deg);
  -webkit-transform: rotate(25deg);
  -ms-transform: rotate(25deg);
  bottom: 0px;
}

@media only screen and (min-width: 1025px) {
  .sub-catch.line span::before {
    right: -25px;
  }
}

.sub-catch.line span::after {
  background: #701033;
  position: absolute;
  display: inline-block;
  content: "";
  height: 25px;
  width: 2px;
  left: -15px;
  transform: rotate(-25deg);
  -moz-transform: rotate(-25deg);
  -webkit-transform: rotate(-25deg);
  -ms-transform: rotate(-25deg);
  bottom: 4px;
}

@media only screen and (min-width: 1025px) {
  .sub-catch.line span::after {
    left: -25px;
  }
}

@media only screen and (min-width: 1025px) {
  .dish-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media only screen and (min-width: 1025px) {
  .dish-column .pic {
    width: 50%;
  }
}

.dish-column .pic img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.dish-column .detail {
  background: rgba(255, 255, 255, 0.8);
  padding: 20px;
}

@media only screen and (min-width: 1025px) {
  .dish-column .detail {
    width: 50%;
    padding: 50px;
  }
}

.dish-column h3 {
  font-size: clamp(2.3rem, 3.3vw, 3.3rem);
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
}

@media only screen and (min-width: 1025px) {
  .dish-column h3 {
    text-align: left;
  }
}

.dish-column h3 span {
  display: block;
  color: #701033;
}

@media only screen and (min-width: 1025px) {
  .dish-column .sub-catch.line {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.voice-column {
  margin-top: 20px;
}

@media only screen and (min-width: 768px) {
  .voice-column {
    margin-top: 40px;
  }
}

.voice-column dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.voice-column dl dt {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  color: #701033;
  font-size: 1.8rem;
}

.voice-column dl dt span {
  border-right: 1px solid #701033;
  display: inline-block;
  position: relative;
}

.voice-column dl dt span::before {
  content: "";
  border-left: 10px solid transparent;
  border-top: 10px solid #701033;
  position: absolute;
  top: 45%;
  right: -5px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.voice-column dl dt span::after {
  content: "";
  border-left: 9px solid transparent;
  border-top: 9px solid #eaebe9;
  position: absolute;
  top: 45%;
  right: -3px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.voice-column dl dd {
  margin-left: 25px;
}

.voice-column dl dd ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.3;
  margin-bottom: 20px;
}

@media only screen and (min-width: 1025px) {
  .voice-column dl dd ul li {
    margin-bottom: 10px;
  }
}

.voice-column dl dd ul li::before {
  content: "●";
  display: inline-block;
  font-size: 1rem;
  color: #701033;
  position: relative;
  top: 7px;
  margin-right: .5rem;
}

.voice-column.wide-sh {
  max-width: 800px;
  margin: 50px auto;
}

.tit-plan-kani {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 20px;
}

@media only screen and (min-width: 1025px) {
  .tit-plan-kani {
    margin-top: 150px;
    margin-bottom: 50px;
  }
}

@media only screen and (min-width: 1025px) {
  .plan-container {
    background: url(images/tit_bg_kani.png) center top/contain no-repeat;
  }
}

.tit-plan {
  color: #701033;
  font-size: clamp(2.7rem, 3.5vw, 3.5rem);
  line-height: 1.3;
}

@media only screen and (min-width: 1025px) {
  .tit-plan br {
    display: none;
  }
}

.tit-plan.tit-bk {
  font-size: clamp(2.7rem, 4vw, 4rem);
  position: relative;
}

@media only screen and (min-width: 768px) {
  .tit-plan.tit-bk {
    left: 20px;
  }
}

.pt-wrap {
  margin-bottom: 40px;
}

@media only screen and (min-width: 768px) {
  .pt-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 80px;
  }
}

.pt-wrap .pt-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .pt-wrap .pt-box {
    width: 33%;
    background: url(images/tate.png) right 20px no-repeat;
    background-size: 7px;
    padding: 0 20px;
    display: block;
    margin-bottom: 0;
  }
}

.pt-wrap .pt-box .num {
  background: url(images/label.svg) center top/cover no-repeat;
  width: 65px;
  height: 80px;
  color: #FFFFFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  text-align: center;
  white-space: nowrap;
  font-size: 1.2rem;
  letter-spacing: -.1rem;
  line-height: 1.2;
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .pt-wrap .pt-box .num {
    width: 65px;
    height: 80px;
    margin: 0 auto 10px;
  }
}

.pt-wrap .pt-box .num span {
  font-size: 2.5rem;
}

.pt-wrap .txt {
  font-size: clamp(1.7rem, 1.8vw, 1.8rem);
  font-weight: 500;
  line-height: 1.5;
  width: 80%;
  padding-left: 20px;
}

@media only screen and (min-width: 768px) {
  .pt-wrap .txt {
    padding: 0 10px;
    width: auto;
  }
}

.txt-att {
  font-size: 1.4rem;
}

.tit-two {
  font-weight: 700;
  margin-top: 80px;
  text-align: center;
  font-size: clamp(2.2rem, 2.7vw, 2.7rem);
}

.tit-two span {
  font-size: clamp(3rem, 4vw, 4rem);
  color: #701033;
}

@media only screen and (min-width: 768px) {
  .tit-two br {
    display: none;
  }
}

.two-column {
  max-width: 900px;
  margin: auto;
}

@media only screen and (min-width: 768px) {
  .two-column ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.two-column ul li {
  margin: 20px;
}

.three-column {
  margin-top: 30px;
}

@media only screen and (min-width: 768px) {
  .three-column {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding: 0 10vw;
  }
}

@media only screen and (min-width: 768px) {
  .three-column .three-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1500px;
    margin: auto;
  }
}

.three-column .three-one {
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .three-column .three-one:nth-child(2) {
    margin: 0 30px;
  }
}

.three-column .three-one .catch {
  text-align: center;
  position: relative;
  width: 70%;
  margin: auto;
  margin-bottom: 15px;
  color: #701033;
  font-weight: 700;
}

.three-column .three-one .catch::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #701033;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.three-column .three-one .catch span {
  position: relative;
  z-index: 1;
  background: url(images/bg_catch.png);
  padding: 0 20px;
}

.txt-small {
  display: inline-block;
  margin-top: 10px;
  font-size: 1.4rem;
}

.break-first {
  background: #FFFFFF;
  padding: 10px 0;
  padding-bottom: 50px;
}

@media only screen and (min-width: 768px) {
  .break-first {
    padding-bottom: 100px;
  }
}

.break-first .bk-column {
  max-width: 1100px;
  margin: 30px auto 0;
  width: 90%;
}

@media only screen and (min-width: 768px) {
  .break-first .bk-column {
    margin: 100px auto 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media only screen and (min-width: 768px) {
  .break-first .bk-column .bk-l {
    width: 40%;
  }
}

.break-first .bk-column .bk-l .illust {
  width: 120px;
  margin: 0 auto 30px;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .break-first .bk-column .bk-l .illust {
    left: 20px;
    width: 200px;
    margin: 0 auto 0px;
  }
}

.catch-bk {
  text-align: center;
  font-size: clamp(2.5rem, 3.5vw, 3.5rem);
  font-weight: 700;
  margin-top: 50px;
  margin-bottom: 50px;
}

@media only screen and (min-width: 768px) {
  .catch-bk {
    margin-top: 100px;
  }
}

@media only screen and (min-width: 768px) {
  .catch-bk br {
    display: none;
  }
}

.bk-point-wrap {
  max-width: 1100px;
  width: 90%;
  margin: auto;
}

@media only screen and (min-width: 768px) {
  .bk-point-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.bk-point-wrap .bk-point {
  margin-bottom: 60px;
}

@media only screen and (min-width: 768px) {
  .bk-point-wrap .bk-point {
    width: 30%;
    margin-bottom: 0;
  }
}

.bk-point-wrap .bk-point .num {
  width: 100px;
  margin: auto;
}

.bk-point-wrap .bk-point dl dt {
  font-size: clamp(2.2rem, 2.5vw, 2.5rem);
  font-weight: 700;
  text-align: center;
  margin: 15px 0 20px;
}

.bk-point-wrap .bk-point dl dd {
  font-weight: 500;
  font-size: clamp(1.5rem, 1.8vw, 1.8rem);
  line-height: 1.5;
}

.bk-point-wrap .bk-point .icon {
  width: 120px;
  margin: auto;
}

@media only screen and (min-width: 768px) {
  .bk-point-wrap .bk-point .icon {
    width: 180px;
    margin: 20px auto;
  }
}

.bk-point-wrap .bk-point .icon.icon02 {
  width: 100px;
}

@media only screen and (min-width: 768px) {
  .bk-point-wrap .bk-point .icon.icon02 {
    width: 140px;
  }
}

.bk-point-wrap .bk-point .icon.icon03 {
  width: 120px;
}

@media only screen and (min-width: 768px) {
  .bk-point-wrap .bk-point .icon.icon03 {
    width: 190px;
    margin-top: 40px;
  }
}

/* ----------------------------------

プライバシー

---------------------------------- */
#privacy-container {
  max-width: 900px;
  margin: 0 auto 50px;
  width: 90%;
}

@media only screen and (min-width: 768px) {
  #privacy-container {
    margin-bottom: 150px;
  }
}

#privacy-container .tit-privacy {
  font-size: clamp(1.8rem, 3vw, 3rem);
  margin-bottom: 80px;
}

#privacy-container .tit-sec {
  font-size: clamp(1.8rem, 2.7vw, 2.7rem);
  margin-bottom: 20px;
  font-weight: 700;
}

#privacy-container dl {
  margin-bottom: 60px;
}

#privacy-container dl dt {
  font-weight: 900;
  font-size: clamp(1.6rem, 1.6vw, 1.6rem);
  margin-bottom: 10px;
}

#privacy-container dl dd {
  font-size: clamp(1.4rem, 1.4vw, 1.5rem);
}

#privacy-container dl dd ul {
  margin-top: 20px;
}

#privacy-container dl dd ul li {
  list-style-type: disc;
  list-style-position: inside;
  padding-left: 1em;
  text-indent: -1.3em;
}

#privacy-container dl dd ol {
  list-style: none;
  /* デフォルトの番号を消す */
  counter-reset: item;
  /* カウンターをリセット */
  margin-top: 20px;
}

#privacy-container dl dd ol li {
  counter-increment: item;
  /* li ごとにカウンターを進める */
  position: relative;
  padding-left: 2em;
  /* 番号ぶんスペースを確保 */
}

#privacy-container dl dd ol li::before {
  content: "(" counter(item) ")";
  /* (1)(2)(3)…の形式 */
  position: absolute;
  left: 0;
}

#privacy-container table {
  border-collapse: collapse;
  margin: 20px 0;
  border-top: 1px solid #ccc;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  #privacy-container table {
    width: auto;
  }
}

#privacy-container table th {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  font-weight: 800;
  padding: 15px 15px 0;
  text-align: left;
  font-size: clamp(1.4rem, 1.4vw, 1.5rem);
  display: block;
}

@media only screen and (min-width: 768px) {
  #privacy-container table th {
    display: table-cell;
    width: 150px;
    padding: 15px;
    border-bottom: 1px solid #ccc;
  }
}

#privacy-container table td {
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 15px;
  text-align: left;
  font-size: clamp(1.4rem, 1.4vw, 1.5rem);
  display: block;
}

@media only screen and (min-width: 768px) {
  #privacy-container table td {
    display: table-cell;
  }
}

#privacy-container p.txt {
  font-size: clamp(1.4rem, 1.4vw, 1.5rem);
  margin-bottom: 30px;
}

.privacy-btm ul li {
  margin-bottom: 15px;
}

/* ----------------------------------

エフェクト

---------------------------------- */
.effect {
  opacity: 0;
}

.effect.is-active {
  -webkit-animation-name: fadeup;
  animation-name: fadeup;
  /*--アニメーション名--*/
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  /*--時間--*/
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  /*--3秒後に開始--*/
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  /*--状態指定--*/
}

@-webkit-keyframes fadeup {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }
}

@keyframes fadeup {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }
}

.btn-base a {
  background: #701033;
  color: #FFFFFF;
  font-size: 1.6rem;
  text-align: center;
  display: block;
  width: 200px;
  margin: auto;
  padding: 15px;
  border-radius: 10px;
}

.btn-base a:hover {
  opacity: .7;
}

.se-news {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto 150px;
}

@media only screen and (min-width: 768px) {
  .se-news {
    margin: 0 auto 150px;
  }
}

.se-news .news-detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}

.se-news .news-detail .news-box {
  width: 48%;
  margin-bottom: 50px;
}

@media only screen and (min-width: 768px) {
  .se-news .news-detail .news-box {
    width: 31%;
  }
}

.se-news .news-detail .news-box .pic {
  overflow: hidden;
  margin-bottom: 10px;
}

.se-news .news-detail .news-box .pic img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  aspect-ratio: 4 / 3;
  width: 100%;
  height: auto;
  -webkit-transition: .5s;
  transition: .5s;
}

.se-news .news-detail .news-box .pic img:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.se-news .news-detail .news-box dt {
  color: #555;
  font-size: 1.5rem;
}

/* pager */
.wp-pagenavi {
  clear: both;
  float: left;
  width: 100%;
  margin-bottom: 40px;
  padding-top: 20px;
  text-align: center;
  margin-bottom: 50px;
}

@media only screen and (min-width: 768px) {
  .wp-pagenavi {
    margin-bottom: 100px;
  }
}

.wp-pagenavi span,
.wp-pagenavi a {
  display: inline-block;
  height: 32px;
  margin: 0 8px 0 0;
  padding: 0 12px;
  line-height: 32px;
  color: #111111;
  background: #fff;
  vertical-align: bottom;
  text-align: center;
  text-decoration: none;
  border: none !important;
  border-radius: 20px;
}

.wp-pagenavi a:hover {
  color: #FFFFFF;
  background: #701033;
}

.wp-pagenavi .current {
  font-weight: bold;
  color: #FFFFFF;
  background: #701033;
}

.news-column {
  max-width: 800px;
  width: 90%;
  margin: 0px auto;
}

@media only screen and (min-width: 768px) {
  .news-column {
    margin: 100px auto;
  }
}

.news-column .blog-tit {
  font-size: clamp(2.2rem, 3vw, 3rem);
  text-align: center;
}

.news-column .date {
  color: #555;
  text-align: center;
  margin-bottom: 30px;
}

.news-column .share-wrap {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  max-width: 300px;
  margin: 0 auto 50px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px;
}

.news-column .share-wrap dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.news-column .share-wrap dl dt {
  margin-right: 1rem;
}

.news-column .share-wrap ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.news-column .share-wrap ul .icon-x {
  width: 15px;
  height: 15px;
  margin-left: 10px;
  display: block;
}

.wp-block-image {
  margin: 10px 0;
}

.post-page-nav {
  margin: 100px auto;
  max-width: 900px;
  width: 90%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.btn-back {
  width: 33%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-back a {
  display: block;
  width: 100px;
  border-radius: 100px;
  background: #701033;
  color: #FFFFFF;
  padding: 10px;
  text-align: center;
  border: 2px solid #701033;
  -webkit-transition: .2s;
  transition: .2s;
  font-size: 3vw;
}

@media only screen and (min-width: 768px) {
  .btn-back a {
    width: 150px;
    font-size: 1.5rem;
  }
}

.btn-back a:hover {
  background: #FFFFFF;
  color: #701033;
}

.nextPost, .prevPost {
  width: 33%;
}

.nextPost i, .prevPost i {
  color: #701033;
}

.prevPost {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.no-link {
  pointer-events: none;
}

.table-base {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  border-top: 1px solid #ccc;
  width: 100%;
}

.table-base th {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  font-weight: 800;
  padding: 15px 15px 0;
  text-align: left;
  font-size: clamp(1.4rem, 1.4vw, 1.5rem);
  display: block;
}

@media only screen and (min-width: 768px) {
  .table-base th {
    display: table-cell;
    width: 150px;
    padding: 15px;
    border-bottom: 1px solid #ccc;
  }
}

.table-base td {
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 15px;
  text-align: left;
  font-size: clamp(1.4rem, 1.4vw, 1.5rem);
  display: block;
}

@media only screen and (min-width: 768px) {
  .table-base td {
    display: table-cell;
  }
}

img.ico-x {
  width: 20px !important;
}

.f_sns a:hover {
  color: inherit !important;
}

.f_info .num {
  color: #fff !important;
}

.f_info .num .tel {
  color: #fff !important;
}

.f_info .num .tel a {
  color: #fff !important;
}

.grecaptcha-badge{
  display: none;
}

.page-id-43 .grecaptcha-badge{
  display: inherit;
}
