<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.--size-xxs {
  font-size: 10px;
  line-height: 18px;
}

.--size-xs {
  font-size: 12px;
  line-height: 22px;
}

.--size-s {
  font-size: 13px;
  line-height: 24px;
}

.--size-default {
  font-size: 14px;
  line-height: 26px;
}

.--size-m {
  font-size: 16px;
  line-height: 28px;
}

.--size-l {
  font-size: 17px;
  line-height: 30px;
}

.--size-xl {
  font-size: 20px;
  line-height: 36px;
}

.--size-xxl {
  font-size: 24px;
  line-height: 40px;
}

.--size-xxxl {
  font-size: 28px;
  line-height: 48px;
}

@media only screen and (min-width: 768px) {
  .--size-xxs {
    font-size: 10px;
    line-height: 18px;
  }
  .--size-xs {
    font-size: 12px;
    line-height: 22px;
  }
  .--size-s {
    font-size: 14px;
    line-height: 26px;
  }
  .--size-m {
    font-size: 17px;
    line-height: 32px;
  }
  .--size-default {
    font-size: 15px;
    line-height: 27px;
  }
  .--size-l {
    font-size: 19px;
    line-height: 35px;
  }
  .--size-xl {
    font-size: 22px;
    line-height: 40px;
  }
  .--size-xxl {
    font-size: 26px;
    line-height: 46px;
  }
  .--size-xxxl {
    font-size: 34px;
    line-height: 56px;
  }
}
@media only screen and (min-width: 1024px) {
  .--size-xxs {
    font-size: 10px;
    line-height: 18px;
  }
  .--size-xs {
    font-size: 12px;
    line-height: 22px;
  }
  .--size-s {
    font-size: 14px;
    line-height: 26px;
  }
  .--size-default {
    font-size: 16px;
    line-height: 32px;
  }
  .--size-m {
    font-size: 18px;
    line-height: 34px;
  }
  .--size-l {
    font-size: 22px;
    line-height: 38px;
  }
  .--size-xl {
    font-size: 26px;
    line-height: 44px;
  }
  .--size-xxl {
    font-size: 32px;
    line-height: 50px;
  }
  .--size-xxxl {
    font-size: 40px;
    line-height: 70px;
  }
}
.--center {
  text-align: center !important;
}

.--left {
  text-align: left !important;
}

.--bold {
  font-weight: 500;
}

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

.--en {
  font-family: "Cormorant Garamond", serif;
}

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

.--serif {
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Hiragino Mincho Pro", "serif";
}

.--caution-high {
  color: rgb(173, 24, 31);
}

.--top-xxs {
  padding-top: 4px;
}

.--top-xs {
  padding-top: 8px;
}

.--top-s {
  padding-top: 16px;
}

.--top-m {
  padding-top: 32px;
}

.--top-l {
  padding-top: 56px;
}

.--top-xl {
  padding-top: 80px;
}

.--top-xxl {
  padding-top: 104px;
}

.--top-xxxl {
  padding-top: 168px;
}

.--bottom-xxs {
  padding-bottom: 4px;
}

.--bottom-xs {
  padding-bottom: 8px;
}

.--bottom-s {
  padding-bottom: 16px;
}

.--bottom-m {
  padding-bottom: 32px;
}

.--bottom-l {
  padding-bottom: 56px;
}

.--bottom-xl {
  padding-bottom: 80px;
}

.--bottom-xxl {
  padding-bottom: 104px;
}

.--bottom-xxxl {
  padding-bottom: 168px;
}

.--mt-0 {
  margin-top: 0 !important;
}

.--mt-xs {
  margin-top: 8px !important;
}

.--mt-s {
  margin-top: 16px !important;
}

.--mt-m {
  margin-top: 32px !important;
}

.--mt-l {
  margin-top: 56px !important;
}

.--mt-xl {
  margin-top: 80px !important;
}

.--mt-xxl {
  margin-top: 104px !important;
}

.--mt-xxxl {
  margin-top: 168px !important;
}

.--mb-0 {
  margin-bottom: 0 !important;
}

.--mb-xs {
  margin-bottom: 8px !important;
}

.--mb-s {
  margin-bottom: 16px !important;
}

.--color-while {
  color: rgb(255, 255, 255);
}

.--color-caution {
  color: rgb(173, 24, 31);
}

.--text-shadow {
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
}

.--col-01,
.--col-02,
.--col-03,
.--col-04,
.--col-05,
.--col-06,
.--col-07,
.--col-08,
.--col-09,
.--col-10,
.--col-11,
.--col-12 {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .--col-01,
  .--col-02,
  .--col-03,
  .--col-04,
  .--col-05,
  .--col-06,
  .--col-07,
  .--col-08,
  .--col-09,
  .--col-10,
  .--col-11 {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media only screen and (min-width: 1024px) {
  .--col-01 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .--col-02 {
    flex: 0 0 auto;
    width: 16.66666666%;
  }
  .--col-03 {
    flex: 0 0 auto;
    width: 25%;
  }
  .--col-04 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .--col-05 {
    flex: 0 0 auto;
    width: 41.66666666%;
  }
  .--col-06 {
    flex: 0 0 auto;
    width: 50%;
  }
  .--col-07 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .--col-08 {
    flex: 0 0 auto;
    width: 66.66666666%;
  }
  .--col-09 {
    flex: 0 0 auto;
    width: 75%;
  }
  .--col-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .--col-11 {
    flex: 0 0 auto;
    width: 91.66666666%;
  }
  .--col-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
*,
*:before,
*:after {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  background: rgb(250, 250, 250);
  color: rgb(49, 49, 49);
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Hiragino Mincho Pro", "serif";
  font-size: 14px;
  line-height: 26px;
  font-weight: 300;
  font-feature-settings: "palt";
}

@media only screen and (min-width: 768px) {
  body {
    font-size: 15px;
    line-height: 27px;
  }
}
@media only screen and (min-width: 1024px) {
  body {
    font-size: 16px;
    line-height: 32px;
  }
}
ul, ol, dd {
  margin: 0;
  padding: 0 0 0 2rem;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: 300;
}

p {
  margin: 0;
  padding: 0;
  min-width: 1px;
}

figure {
  margin: 0;
}

img {
  vertical-align: bottom;
  line-height: 1;
}

a,
a:link,
a:hover,
a:active,
a:visited,
a:focus {
  text-decoration: none;
  transition: all 150ms ease;
}

a:link,
a:visited {
  color: rgb(49, 49, 49);
  border-bottom: 1px dotted rgb(22, 134, 141);
}

a:hover,
a:active,
a:focus {
  color: rgb(22, 134, 141);
  border-bottom: 1px dotted rgb(22, 134, 141);
}

input {
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

.page {
  margin: 0;
  padding: 0;
}

.page__container {
  width: 100%;
}

.address {
  padding: 16px 0 0 0;
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Hiragino Mincho Pro", "serif";
}

.access .section__main {
  margin: 0;
  height: 510px;
  background-image: url(../img/map.png);
  background-repeat: no-repeat;
  background-position: top center;
}

.address__text {
  text-align: center;
}

.address__notice {
  padding: 0;
  font-size: 13px;
  line-height: 24px;
}

@media only screen and (min-width: 768px) {
  .address__notice {
    font-size: 15px;
    line-height: 27px;
  }
}
@media only screen and (min-width: 1024px) {
  .address__notice {
    font-size: 16px;
    line-height: 32px;
  }
}
.app-loader {
  margin: 24px auto 0 auto;
  padding: 0;
  position: relative;
  display: none;
  z-index: 1002;
  width: 140px;
  height: 140px;
  text-align: center;
  transition: opacity 0.5s;
  opacity: 0;
}

.app-loader.show {
  display: block;
  opacity: 1;
}

.loader {
  margin: 0;
  padding: 8px 0 0 0;
  position: absolute;
  z-index: 1003;
  width: 140px;
  height: 120px;
  text-align: center;
  border-radius: 8px;
}

.loader.hide {
  display: none;
}

.loader-text {
  font-size: 14px;
  font-weight: bold;
  color: #000000;
}

.loader-circles {
  position: relative;
  width: 74px;
  height: 74px;
  margin: auto;
  transform: scale(0.6);
  -o-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
}

.f-circle {
  position: absolute;
  background-color: rgb(255, 255, 255);
  height: 13px;
  width: 13px;
  border-radius: 7px;
  -o-border-radius: 7px;
  -ms-border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  animation-name: f_fade;
  -o-animation-name: f_fade;
  -ms-animation-name: f_fade;
  -webkit-animation-name: f_fade;
  -moz-animation-name: f_fade;
  animation-duration: 1.2s;
  -o-animation-duration: 1.2s;
  -ms-animation-duration: 1.2s;
  -webkit-animation-duration: 1.2s;
  -moz-animation-duration: 1.2s;
  animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-direction: normal;
  -o-animation-direction: normal;
  -ms-animation-direction: normal;
  -webkit-animation-direction: normal;
  -moz-animation-direction: normal;
}

#frotate-01 {
  left: 0;
  top: 30px;
  animation-delay: -0.45s;
  -o-animation-delay: -0.45s;
  -ms-animation-delay: -0.45s;
  -webkit-animation-delay: -0.45s;
  -moz-animation-delay: -0.45s;
}

#frotate-02 {
  left: 9px;
  top: 9px;
  animation-delay: -0.6s;
  -o-animation-delay: -0.6s;
  -ms-animation-delay: -0.6s;
  -webkit-animation-delay: -0.6s;
  -moz-animation-delay: -0.6s;
}

#frotate-03 {
  left: 30px;
  top: 0;
  animation-delay: -0.75s;
  -o-animation-delay: -0.75s;
  -ms-animation-delay: -0.75s;
  -webkit-animation-delay: -0.75s;
  -moz-animation-delay: -0.75s;
}

#frotate-04 {
  right: 9px;
  top: 9px;
  animation-delay: -0.9s;
  -o-animation-delay: -0.9s;
  -ms-animation-delay: -0.9s;
  -webkit-animation-delay: -0.9s;
  -moz-animation-delay: -0.9s;
}

#frotate-05 {
  right: 0;
  top: 30px;
  animation-delay: -1.05s;
  -o-animation-delay: -1.05s;
  -ms-animation-delay: -1.05s;
  -webkit-animation-delay: -1.05s;
  -moz-animation-delay: -1.05s;
}

#frotate-06 {
  right: 9px;
  bottom: 9px;
  animation-delay: -1.2s;
  -o-animation-delay: -1.2s;
  -ms-animation-delay: -1.2s;
  -webkit-animation-delay: -1.2s;
  -moz-animation-delay: -1.2s;
}

#frotate-07 {
  left: 30px;
  bottom: 0;
  animation-delay: -1.35s;
  -o-animation-delay: -1.35s;
  -ms-animation-delay: -1.35s;
  -webkit-animation-delay: -1.35s;
  -moz-animation-delay: -1.35s;
}

#frotate-08 {
  left: 9px;
  bottom: 9px;
  animation-delay: -1.5s;
  -o-animation-delay: -1.5s;
  -ms-animation-delay: -1.5s;
  -webkit-animation-delay: -1.5s;
  -moz-animation-delay: -1.5s;
}

@keyframes f_fade {
  0% {
    background-color: rgb(0, 0, 0);
  }
  100% {
    background-color: rgb(255, 255, 255);
  }
}
@-o-keyframes f_fade {
  0% {
    background-color: rgb(0, 0, 0);
  }
  100% {
    background-color: rgb(255, 255, 255);
  }
}
@-ms-keyframes f_fade {
  0% {
    background-color: rgb(0, 0, 0);
  }
  100% {
    background-color: rgb(255, 255, 255);
  }
}
@-webkit-keyframes f_fade {
  0% {
    background-color: rgb(0, 0, 0);
  }
  100% {
    background-color: rgb(255, 255, 255);
  }
}
@-moz-keyframes f_fade {
  0% {
    background-color: rgb(0, 0, 0);
  }
  100% {
    background-color: rgb(255, 255, 255);
  }
}
.anniversary {
  padding: 104px 0 0 0;
}

.anniversary .columns {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}

@media only screen and (min-width: 768px) {
  .anniversary .columns {
    flex-direction: row-reverse;
  }
}
.anniversary .column.--col-04 {
  padding-right: 0;
}

@media only screen and (min-width: 768px) {
  .anniversary .column.--col-04 {
    padding-right: 12px;
  }
}
@media only screen and (min-width: 1320px) {
  .anniversary .column.--col-04 {
    padding-right: 30px;
  }
}
.anniversary .column.--col-08 {
  padding-left: 0;
  padding-bottom: 16px;
}

@media only screen and (min-width: 768px) {
  .anniversary .column.--col-08 {
    padding-left: 12px;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 1320px) {
  .anniversary .column.--col-08 {
    padding-left: 30px;
  }
}
.anniversary .column.--col-08 .column__img {
  width: 100%;
  height: auto;
}

.area .card {
  width: 100%;
  padding-bottom: 56px;
}

@media only screen and (min-width: 768px) {
  .area .card {
    margin-right: 24px;
    width: 240px;
  }
}
@media only screen and (min-width: 1024px) {
  .area .card {
    margin-right: 32px;
    width: 320px;
  }
}
@media only screen and (min-width: 1320px) {
  .area .card {
    margin-right: 60px;
    width: 400px;
  }
}
.area .card:nth-of-type(3n) {
  margin-right: 0px;
}

.area .card__heading {
  margin: 0;
  padding: 8px 0 16px 0;
}

.area .card__heading .card__label {
  display: block;
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Hiragino Mincho Pro", "serif";
  font-size: 20px;
  line-height: 30px;
}

@media only screen and (min-width: 768px) {
  .area .card__heading .card__label {
    font-size: 22px;
    line-height: 35px;
  }
}
@media only screen and (min-width: 1024px) {
  .area .card__heading .card__label {
    font-size: 26px;
    line-height: 38px;
  }
}
.area .card__heading .card__label.--small {
  padding-top: 4px;
  font-family: "Cormorant Garamond", serif;
  font-size: 17px;
  line-height: 17px;
}

@media only screen and (min-width: 768px) {
  .area .card__heading .card__label.--small {
    font-size: 19px;
    line-height: 19px;
  }
}
@media only screen and (min-width: 1024px) {
  .area .card__heading .card__label.--small {
    font-size: 22px;
    line-height: 22px;
  }
}
.area .card__text {
  margin: 0;
  padding: 0 0 8px 0;
  color: rgb(49, 49, 49);
}

.area .card__btn {
  margin: 0;
  padding: 0 0 4px 0;
  display: inline-block;
  font-size: 13px;
}

@media only screen and (min-width: 768px) {
  .area .card__btn {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1024px) {
  .area .card__btn {
    font-size: 14px;
  }
}
.area .carousel__item {
  position: relative;
  width: 100%;
  height: 527px;
}

@media only screen and (min-width: 576px) {
  .area .carousel__item {
    position: relative;
    width: 400px;
    height: 400px;
  }
}
@media only screen and (min-width: 768px) {
  .area .carousel__item {
    position: relative;
    width: 240px;
    height: 316px;
  }
}
@media only screen and (min-width: 1024px) {
  .area .carousel__item {
    width: 320px;
    height: 421px;
  }
}
@media only screen and (min-width: 1320px) {
  .area .carousel__item {
    width: 400px;
    height: 527px;
  }
}
.area .carousel__items + .carousel__dummy {
  display: block;
  width: 100%;
  height: 527px;
  margin-bottom: 26px;
  background: rgba(199, 191, 163, 0.3);
}
@media only screen and (min-width: 576px) {
  .area .carousel__items + .carousel__dummy {
    position: relative;
    width: 400px;
    height: 400px;
  }
}
@media only screen and (min-width: 768px) {
  .area .carousel__items + .carousel__dummy {
    position: relative;
    width: 240px;
    height: 316px;
    margin-bottom: 27px;
  }
}
@media only screen and (min-width: 1024px) {
  .area .carousel__items + .carousel__dummy {
    width: 320px;
    height: 421px;
    margin-bottom: 32px;
  }
}
@media only screen and (min-width: 1320px) {
  .area .carousel__items + .carousel__dummy {
    width: 400px;
    height: 527px;
  }
}

.area .carousel__item.slick-cloned {
  z-index: -1;
  left: 94px;
}

.area .carousel__img {
  position: absolute;
  left: -100px;
  width: calc(100% + 100px);
  height: 527px;
  object-fit: cover;
}

@media only screen and (min-width: 768px) {
  .area .carousel__img {
    position: absolute;
    top: -21px;
    left: -100px;
    width: 340px;
    height: auto;
  }
}
@media only screen and (min-width: 1024px) {
  .area .carousel__img {
    top: -10.5px;
    left: -100px;
    width: 420px;
    height: auto;
  }
}
@media only screen and (min-width: 1320px) {
  .area .carousel__img {
    top: 0;
    left: -100px;
    width: 500px;
    height: 527px;
  }
}
.area .carousel__item.slick-active .carousel__img {
  z-index: 2;
  left: 0px;
  animation-name: areaCarouselAnimation;
  animation-delay: -0.1s;
  animation-duration: 10s;
  animation-timing-function: linear;
}

@keyframes areaCarouselAnimation {
  0% {
    left: 0;
  }
  100% {
    left: -100px;
  }
}
.area .slick-dots {
  list-style: none;
  text-align: right;
}

.area .slick-dots li {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 2px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
  background: rgb(180, 180, 180);
}

@media only screen and (min-width: 768px) {
  .area .slick-dots li {
    width: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .area .slick-dots li {
    width: 40px;
  }
}
.area .slick-dots li.slick-active {
  background: rgb(77, 173, 179);
}

.area .slick-dots li button {
  position: relative;
  font-size: 0;
  line-height: 0;
  display: block;
  width: 40px;
  height: 3px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
  z-index: 8;
}

@media only screen and (min-width: 768px) {
  .area .slick-dots li button {
    width: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .area .slick-dots li button {
    width: 40px;
  }
}
.area .slick-dots li button::after {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0;
  line-height: 0;
  content: "";
  display: none;
  width: 0px;
  height: 2px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: rgb(180, 180, 180);
  z-index: 9;
}

.area .slick-dots li.slick-active button::after {
  display: block;
  animation-name: areaCarouselLineAnimation__default;
  animation-duration: 7.5s;
  animation-timing-function: linear;
}

@media only screen and (min-width: 768px) {
  .area .slick-dots li.slick-active button::after {
    animation-name: areaCarouselLineAnimation__sm;
  }
}
@media only screen and (min-width: 1024px) {
  .area .slick-dots li.slick-active button::after {
    animation-name: areaCarouselLineAnimation__default;
  }
}
.area .slick-dots li button::before {
  position: absolute;
  top: -4px;
  left: 0;
  font-size: 0;
  line-height: 0;
  content: "";
  display: none;
  width: 10px;
  height: 10px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  border-radius: 5px;
  outline: none;
  opacity: 0;
  background: rgb(77, 173, 179);
  z-index: 10;
}

.area .slick-dots li.slick-active button::before {
  opacity: 1;
  display: block;
  animation-name: areaCarouselDotAnimation__default;
  animation-duration: 7.5s;
  animation-timing-function: linear;
}

@media only screen and (min-width: 768px) {
  .area .slick-dots li.slick-active button::before {
    animation-name: areaCarouselDotAnimation__sm;
  }
}
@media only screen and (min-width: 1024px) {
  .area .slick-dots li.slick-active button::before {
    animation-name: areaCarouselDotAnimation__default;
  }
}
@keyframes areaCarouselLineAnimation__default {
  0% {
    width: 0;
  }
  100% {
    width: 40px;
  }
}
@keyframes areaCarouselDotAnimation__default {
  0% {
    left: 0;
  }
  100% {
    left: 40px;
  }
}
@keyframes areaCarouselLineAnimation__sm {
  0% {
    width: 0;
  }
  100% {
    width: 20px;
  }
}
@keyframes areaCarouselDotAnimation__sm {
  0% {
    left: 0;
  }
  100% {
    left: 20px;
  }
}
.area .section__container {
  padding-right: 0;
  padding-left: 0;
}

@media only screen and (min-width: 768px) {
  .area .section__container {
    margin: 0 auto;
    padding-right: 0;
    padding-left: 0;
    width: 768px;
  }
}
@media only screen and (min-width: 1024px) {
  .area .section__container {
    width: 1024px;
  }
}
@media only screen and (min-width: 1320px) {
  .area .section__container {
    width: 1320px;
  }
}
.backtotop-btn {
  margin: 0;
  padding: 0px;
  display: none;
  position: fixed;
  width: 48px;
  height: 48px;
  outline: none;
  appearance: none;
  border: none;
  bottom: 0;
  right: 0;
  transition: color 300ms ease, background-color 300ms ease, border-color 300ms ease;
}
@media only screen and (min-width: 768px) {
  .backtotop-btn {
    width: 64px;
    height: 64px;
  }
}

.backtotop-btn:hover,
.backtotop-btn:active {
  cursor: pointer;
}

.backtotop-btn {
  z-index: 110;
}

.backtotop-btn.--show {
  display: block;
}

.backtotop-btn__polyline {
  fill: none;
  stroke-width: 3;
  stroke-miterlimit: 10;
  stroke: white;
}

.backtotop-btn__background {
  transition: all 300ms ease;
  background: rgb(77, 173, 179);
}

.backtotop-btn:hover .backtotop-btn__background,
.backtotop-btn:active .backtotop-btn__background {
  background: rgb(63, 198, 184);
}

.banner {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .banner {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1024px) {
  .banner {
    width: 890px;
    margin-bottom: 0;
  }
  .--large .banner {
    width: 100%;
  }
}
.banner.--s {
  width: calc(50% - 15px);
  margin-bottom: 16px;
  margin-left: 0;
  margin-right: 0;
}

@media only screen and (min-width: 768px) {
  .banner.--s {
    width: 23%;
  }
}
@media only screen and (min-width: 1024px) {
  .banner.--s {
    width: 22%;
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media only screen and (min-width: 1320px) {
  .banner.--s {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.banner__caption {
  margin-top: 6px;
  font-size: 14px;
  line-height: 24px;
}

.banner.--furusato {
  width: 80%;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 768px) {
  .banner.--furusato {
    margin-top: 24px;
    width: 445px;
  }
}
a.banner__link {
  display: inline-block;
  border-bottom: none;
  width: 100%;
}

.banner__img {
  width: 100%;
  height: auto;
}

.banners {
  margin: 0;
  padding: 32px 0 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (min-width: 1024px) {
  .banners {
    margin: 0;
    padding: 56px 0 0 0;
    justify-content: center;
  }
}
@media only screen and (min-width: 1320px) {
  .banners {
    margin: 0;
    padding: 80px 0 0 0;
    justify-content: center;
  }
}

.main-visual + .banners {
  padding: 32px 0 0 0;
}
@media only screen and (min-width: 1024px) {
  .main-visual + .banners {
    padding: 32px 0 0 0;
  }
}
@media only screen and (min-width: 1320px) {
  .main-visual + .banners {
    padding: 32px 0 0 0;
  }
}

.banners.--anniversary {
  margin-right: 16px;
  margin-left: 16px;
  padding: 0 0 32px 0;
}
@media only screen and (min-width: 1024px) {
  .banners.--anniversary {
    margin-right: 0;
    margin-left: 0;
    padding: 32px 0 32px 0;
  }
}
@media only screen and (min-width: 1320px) {
  .banners.--anniversary {
    padding: 32px 0 32px 0;
  }
}

.banners.--home {
  margin: 0;
  padding: 32px 0 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (min-width: 1024px) {
  .banners.--home {
    margin: 0;
    padding: 32px 0 0 0;
    justify-content: center;
  }
}
@media only screen and (min-width: 1320px) {
  .banners.--home {
    margin: 0;
    padding: 32px 0 0 0;
    justify-content: center;
  }
}

.--block-link.--onmouseover {
  cursor: pointer !important;
}

.brand {
  margin: 0;
}

.brand__link {
  margin: 0;
  display: block;
}

a.brand__link:link,
a.brand__link:visited {
  border-bottom: none;
}

a.brand__link:hover,
a.brand__link:active,
a.brand__link:focus {
  border-bottom: none;
}

.brand__img {
  width: 100%;
  height: auto;
}

a.btn,
button.btn,
input[type=submit].btn {
  display: inline-block;
  margin: 0 0 16px 0;
  padding: 6px 16px 0 16px;
  width: auto;
  height: 40px;
  background-color: rgb(245, 244, 241);
  border: none;
  border-radius: 0;
  color: rgb(119, 99, 65);
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Hiragino Mincho Pro", "serif";
  font-size: 14px;
  line-height: 26px;
  text-align: center;
  transition: all 300ms ease;
  appearance: none;
}
@media only screen and (min-width: 768px) {
  a.btn,
  button.btn,
  input[type=submit].btn {
    margin: 0;
    height: 48px;
    padding: 8px 32px 0 32px;
    font-size: 16px;
    line-height: 32px;
  }
}

.virtual-table a.btn,
.virtual-table button.btn,
.virtual-table input[type=submit].btn {
  font-size: 14px;
}

a.btn:link,
a.btn:visited,
button.btn:link,
button.btn:visited,
input[type=submit].btn:link,
input[type=submit].btn:visited {
  color: rgb(119, 99, 65);
  background-color: rgb(245, 244, 241);
  cursor: pointer;
}

a.btn:hover,
a.btn:active,
a.btn:focus,
button.btn:hover,
button.btn:active,
button.btn:focus,
input[type=submit].btn:hover,
input[type=submit].btn:active,
input[type=submit].btn:focus {
  color: rgb(245, 244, 241);
  background-color: rgb(119, 99, 65);
  cursor: pointer;
}

a.btn.--block,
button.btn.--block,
input[type=submit].btn.--block {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

a.btn.--size-l,
button.btn.--size-l,
input[type=submit].btn.--size-l {
  padding: 0;
  height: 64px;
  line-height: 64px;
  font-size: 17px;
}

a.btn:disabled,
button.btn:disabled,
input[type=submit].btn:disabled {
  cursor: not-allowed;
  color: rgb(180, 180, 180);
  background-color: rgb(239, 239, 239);
}

a.btn.--arrow,
button.btn.--arrow,
input[type=submit].btn.--arrow {
  display: inline-block;
  margin: 0;
  padding: 0 0 4px 18px;
  width: auto;
  height: auto;
  background: none;
  border-bottom: 1px dotted rgb(22, 134, 141);
  border-radius: 0;
  color: rgb(49, 49, 49);
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Hiragino Mincho Pro", "serif";
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  transition: all 300ms ease;
  appearance: none;
}
@media only screen and (min-width: 768px) {
  a.btn.--arrow,
  button.btn.--arrow,
  input[type=submit].btn.--arrow {
    line-height: 26px;
    padding: 0 0 2px 18px;
  }
}

a.btn.--arrow:link,
a.btn.--arrow:visited,
button.btn.--arrow:link,
button.btn.--arrow:visited,
input[type=submit].btn.--arrow:link,
input[type=submit].btn.--arrow:visited {
  color: rgb(49, 49, 49);
  background: none;
  cursor: pointer;
}

a.btn.--arrow:hover,
a.btn.--arrow:active,
a.btn.--arrow:focus,
button.btn.--arrow:hover,
button.btn.--arrow:active,
button.btn.--arrow:focus,
input[type=submit].btn.--arrow:hover,
input[type=submit].btn.--arrow:active,
input[type=submit].btn.--arrow:focus {
  color: rgb(22, 134, 141);
  background: none;
  cursor: pointer;
}

a.btn.--arrow.--down,
button.btn.--arrow.--down,
input[type=submit].btn.--arrow.--down {
  background-image: url("../img/icon_arrow_02_down.svg");
  background-repeat: no-repeat;
  background-position: left center;
}

a.btn.--arrow.--down:hover,
a.btn.--arrow.--down:active,
a.btn.--arrow.--down:focus,
button.btn.--arrow.--down:hover,
button.btn.--arrow.--down:active,
button.btn.--arrow.--down:focus,
input[type=submit].btn.--arrow.--down:hover,
input[type=submit].btn.--arrow.--down:active,
input[type=submit].btn.--arrow.--down:focus {
  background-image: url("../img/icon_arrow_02_down_on.svg");
}

a.btn.--arrow.--left,
button.btn.--arrow.--left,
input[type=submit].btn.--arrow.--left {
  background-image: url("../img/icon_arrow_02_left.svg");
  background-repeat: no-repeat;
  background-position: left center;
}

a.btn.--arrow.--left:hover,
a.btn.--arrow.--left:active,
a.btn.--arrow.--left:focus,
button.btn.--arrow.--left:hover,
button.btn.--arrow.--left:active,
button.btn.--arrow.--left:focus,
input[type=submit].btn.--arrow.--left:hover,
input[type=submit].btn.--arrow.--left:active,
input[type=submit].btn.--arrow.--left:focus {
  background-image: url("../img/icon_arrow_02_left_on.svg");
}

a.btn.--arrow.--right,
button.btn.--arrow.--right,
input[type=submit].btn.--arrow.--right {
  background-image: url("../img/icon_arrow_02_right.svg");
  background-repeat: no-repeat;
  background-position: left center;
}

a.btn.--arrow.--right:hover,
a.btn.--arrow.--right:active,
a.btn.--arrow.--right:focus,
button.btn.--arrow.--right:hover,
button.btn.--arrow.--right:active,
button.btn.--arrow.--right:focus,
input[type=submit].btn.--arrow.--right:hover,
input[type=submit].btn.--arrow.--right:active,
input[type=submit].btn.--arrow.--right:focus {
  background-image: url("../img/icon_arrow_02_right_on.svg");
}

a.btn.--breadscrumb,
button.btn.--breadscrumb,
input[type=submit].btn.--breadscrumb {
  display: inline-block;
  margin: 0 4px;
  padding: 0 0 2px 0;
  width: auto;
  height: auto;
  background: none;
  border-bottom: 1px dotted rgb(22, 134, 141);
  border-radius: 0;
  color: rgb(49, 49, 49);
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Hiragino Mincho Pro", "serif";
  font-size: 14px;
  line-height: 26px;
  text-align: center;
  transition: all 300ms ease;
  appearance: none;
}

a.btn.--breadscrumb:link,
a.btn.--breadscrumb:visited,
button.btn.--breadscrumb:link,
button.btn.--breadscrumb:visited,
input[type=submit].btn.--breadscrumb:link,
input[type=submit].btn.--breadscrumb:visited {
  color: rgb(49, 49, 49);
  background: none;
  cursor: pointer;
}

a.btn.--breadscrumb:hover,
a.btn.--breadscrumb:active,
a.btn.--breadscrumb:focus,
button.btn.--breadscrumb:hover,
button.btn.--breadscrumb:active,
button.btn.--breadscrumb:focus,
input[type=submit].btn.--breadscrumb:hover,
input[type=submit].btn.--breadscrumb:active,
input[type=submit].btn.--breadscrumb:focus {
  color: rgb(22, 134, 141);
  background: none;
  cursor: pointer;
}

.btns {
  margin: 0 0 16px 0;
}

.btns .btn {
  margin-right: 16px;
}

.btns .btn:last-child {
  margin-right: 0;
}

.form__item + .btns {
  margin: 32px 0 0 0;
}

.calendar__container {
  width: 100%;
  position: relative;
  margin: 80px 0 0 0;
}
@media only screen and (min-width: 860px) {
  .calendar__container {
    width: 860px;
    margin: 80px auto 0 auto;
  }
}
.calendar__container.--fixed {
  padding-top: 72px;
}

.calendar-header {
  position: relative;
  margin-left: 151px;
}
.calendar-header.--pc {
  display: none;
}
@media only screen and (min-width: 860px) {
  .calendar-header.--pc {
    display: block;
    position: relative;
    top: 0;
  }
}
.calendar-header.--pc.--fixed {
  position: fixed;
  top: 88px;
  padding-left: 153px;
  margin-left: 0;
  background: rgb(255, 255, 255);
}
.calendar-header.--pc.--hide {
  display: none;
}
.calendar-header.--sp {
  display: flex;
  margin-left: 0;
  justify-content: flex-start;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
@media only screen and (min-width: 860px) {
  .calendar-header.--sp {
    display: none;
  }
}
.calendar-header.--sp::-webkit-scrollbar {
  display: none;
}
.calendar-header.--sp.--fixed {
  width: 100%;
  position: fixed;
  top: 80px;
  padding-left: 0;
  margin-left: 0;
  background: rgb(255, 255, 255);
}

.calendar-header__dates {
  display: flex;
  justify-content: end;
}

.calendar-header__prev-btn,
.calendar-header__next-btn {
  position: absolute;
  display: block;
  margin: 0;
  padding: 0;
  width: 26px;
  height: 26px;
  background: none;
  background-image: url("../img/icon_arrow_01_right.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 26px 26px;
  border: none;
  outline: none;
  appearance: none;
  transition: all 300ms ease;
}

.calendar-header__prev-btn.--disabled,
.calendar-header__next-btn.--disabled {
  display: none;
}

.calendar-header__prev-btn {
  top: 22px;
  left: -13px;
}

.calendar-header__next-btn {
  top: 22px;
  right: -13px;
  background-image: url("../img/icon_arrow_01_left.svg");
}

.calendar-header__prev-btn:hover,
.calendar-header__prev-btn:active {
  cursor: pointer;
  background-image: url("../img/icon_arrow_01_right_on.svg");
}

.calendar-header__next-btn:hover,
.calendar-header__next-btn:active {
  cursor: pointer;
  background-image: url("../img/icon_arrow_01_left_on.svg");
}

.calendar-header__btn {
  display: block;
  margin: 0 1px 0 0;
  padding: 0;
  width: 100px;
  height: 72px;
  background: rgb(255, 255, 255);
  border: none;
  outline: none;
  appearance: none;
  transition: all 300ms ease;
  text-align: center;
}

.calendar-header__btn.disabled {
  opacity: 0.6;
}

.calendar-header__date {
  display: block;
  margin-bottom: 4px;
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Hiragino Mincho Pro", "serif";
  font-size: 22px;
}

.calendar-header__week {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: 18px;
}

.calendar-header__btn.--sat .calendar-header__date,
.calendar-header__btn.--sat .calendar-header__week {
  color: rgb(77, 143, 233);
}

.calendar-header__btn.--sun .calendar-header__date,
.calendar-header__btn.--sun .calendar-header__week {
  color: rgb(173, 25, 31);
}

.calendar-header.--sp .date-btn {
  background-color: rgba(222, 218, 207, 0.2);
  color: rgb(140, 140, 140);
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  flex: 0 0 13%;
  width: 13%;
  height: 72px;
}

.calendar-header.--sp .date-btn.--selected {
  background-color: rgb(255, 255, 255);
  opacity: 1;
  color: rgb(0, 0, 0);
}

.calendar-header.--sp .date-btn .month {
  font-size: 12px;
  display: block;
  line-height: 14px;
  padding: 4px 0 0 0;
}

.calendar-header.--sp .date-btn .day {
  font-size: 20px;
  display: block;
  line-height: 24px;
  padding: 4px 0 2px 0;
}

.calendar-header.--sp .date-btn .week {
  font-size: 12px;
}

.calendar-section {
  margin-bottom: 56px;
  margin-left: 16px;
  margin-right: 16px;
}
@media only screen and (min-width: 860px) {
  .calendar-section {
    margin-left: 0;
    margin-right: 0;
  }
}

.--fixed .calendar-section {
  padding-top: 86px;
}
@media only screen and (min-width: 860px) {
  .--fixed .calendar-section {
    padding-top: 0;
  }
}

.calendar-category {
  margin: 16px 0 8px 0;
}

.calendar-category__heading {
  font-size: 14px;
  line-height: 26px;
}

.calendar-shop {
  display: flex;
  background: rgba(199, 191, 163, 0.3);
  padding: 0 0 1px 0;
}

.calendar-category + .calendar-shop {
  padding: 1px 0;
}

.calendar-shop__title {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 50%;
  margin: 0 1px;
  padding: 8px;
  background: #F5F4F1;
  text-align: left;
}
@media only screen and (min-width: 860px) {
  .calendar-shop__title {
    width: 152px;
  }
}

.calendar-shop__heading {
  font-size: 14px;
  line-height: 26px;
}

.calendar-selected-day.--sp {
  display: block;
  text-align: center;
  padding: 40px 0 16px 0;
  font-size: 20px;
}
@media only screen and (min-width: 860px) {
  .calendar-selected-day.--sp {
    display: none;
  }
}
.calendar-selected-day.--sp.--fixed {
  width: calc(100% - 32px);
  position: fixed;
  top: 152px;
  background: rgb(250, 250, 250);
}

.calendar-selected-day.--sp h2 {
  display: inline-block;
  padding: 0 8px 0 0;
  font-size: 24px;
}

.calendar-selected-day.--sp h2 span {
  font-size: 16px;
  display: inline-block;
  padding: 0 0 0 4px;
}

.calendar-dates {
  width: 50%;
  display: flex;
  justify-content: flex-end;
}
@media only screen and (min-width: 860px) {
  .calendar-dates {
    justify-content: flex-start;
    width: 707px;
  }
}

.calendar-date {
  display: none;
}
@media only screen and (min-width: 860px) {
  .calendar-date {
    width: 100px;
    margin: 0 1px 0 0;
    padding: 4px 8px;
    display: block;
    background: #FFFFFF;
  }
}

.calendar-date.--selected {
  display: block;
  width: 100%;
  margin: 0 1px 0 0;
  padding: 4px 8px;
  background: #FFFFFF;
}
@media only screen and (min-width: 860px) {
  .calendar-date.--selected {
    width: 100px;
  }
}

.calendar-date__memo1 {
  margin-bottom: 8px;
  text-align: center;
  color: rgb(173, 24, 31);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  line-height: 22px;
  font-weight: 500;
}

.calendar-date__memo2 {
  text-align: center;
  color: rgb(173, 24, 31);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  line-height: 22px;
  font-weight: 500;
}

.calendar-date__status {
  margin-bottom: 8px;
  text-align: center;
}

.card {
  width: 400px;
  margin-bottom: 56px;
}

.cards .card {
  margin-right: 60px;
  margin-bottom: 60px;
}

.--align-center .card {
  margin-right: 0px;
}

.--large .cards .card {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .--large .cards .card {
    width: calc(50% - 30px);
  }
}

.--large .cards .cards__container {
  display: block;
}
@media only screen and (min-width: 768px) {
  .--large .cards .cards__container {
    display: flex;
    flex-wrap: wrap;
  }
}

.--large .cards .card:nth-of-type(2n) {
  margin-right: 0;
}

.--large .cards.--horizontal .card {
  margin-right: 0;
  width: 100%;
}

.--full .cards .cards__container {
  display: block;
}
@media only screen and (min-width: 768px) {
  .--full .cards .cards__container {
    display: flex;
    flex-wrap: wrap;
  }
}

.--full .cards .card {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .--full .cards .card {
    width: calc(33.333333% - 16px);
    margin-left: 0px;
    margin-right: 24px;
  }
}

.--full .cards .card:nth-of-type(3n) {
  margin-right: 0;
}

.card.--block-link {
  transition: all 300ms ease;
}

.card.--onmouseover {
  background-color: rgb(255, 255, 255);
}

.card__heading {
  margin-bottom: 4px;
}

.card__picture {
  margin-bottom: 8px;
}

.card__img {
  width: 100%;
  height: auto;
  transition: all 300ms ease;
}

.--recommendedplan .card__img {
  width: 100%;
  overflow: hidden;
  object-fit: cover;
}
@media only screen and (min-width: 768px) {
  .--recommendedplan .card__img {
    width: 240px;
    height: 178px;
  }
}
@media only screen and (min-width: 1024px) {
  .--recommendedplan .card__img {
    width: 326px;
    height: 241px;
  }
}
@media only screen and (min-width: 1320px) {
  .--recommendedplan .card__img {
    width: 424px;
    height: 317px;
  }
}

.card.--onmouseover .card__img {
  opacity: 0.8;
  filter: grayscale(40%);
}

.card__link {
  display: inline-block;
  padding-bottom: 4px;
}

.card.--onmouseover .card__link {
  color: rgb(22, 134, 141);
}

.card .tags {
  margin-bottom: 0;
}

/* A03 */
.card.--A03 {
  width: 100%;
  margin-bottom: 56px;
}

.card.--A03.--block-link {
  transition: all 300ms ease;
}

.card.--A03.--onmouseover {
  background-color: rgb(255, 255, 255);
}

.card.--A03 .card__heading {
  width: 100%;
  margin: 0 auto 16px auto;
}

.card.--A03 .card__picture {
  margin-bottom: 16px;
  width: 100%;
}

.card.--A03 .card__img {
  width: 100%;
  height: auto;
  transition: all 300ms ease;
}

.card.--A03.--onmouseover .card__img {
  opacity: 0.8;
  filter: grayscale(40%);
}

.card.--A03 .card__content {
  width: 100%;
  margin: 0 auto 16px auto;
}

.card.--A03 .card__link {
  display: inline-block;
  padding-bottom: 4px;
}

.card.--A03.--onmouseover .card__link {
  color: rgb(22, 134, 141);
}

/* B01 */
.card.--B01 {
  width: 100%;
  margin-bottom: 56px;
}

.card.--B01.--block-link {
  transition: all 300ms ease;
}

.card.--B01.--onmouseover {
  background-color: rgb(255, 255, 255);
}

.card.--B01 .card__heading {
  width: 100%;
  margin: 0 auto 16px auto;
}
@media only screen and (min-width: 768px) {
  .card.--B01 .card__heading {
    width: 640px;
  }
}

.card.--B01 .card__picture {
  margin-bottom: 16px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .card.--B01 .card__picture {
    margin-bottom: 32px;
  }
}

.card.--B01 .card__img {
  width: 100%;
  height: auto;
  transition: all 300ms ease;
}

.card.--B01.--onmouseover .card__img {
  opacity: 0.8;
  filter: grayscale(40%);
}

.card.--B01 .card__content {
  width: 100%;
  margin: 0 auto 16px auto;
}
@media only screen and (min-width: 768px) {
  .card.--B01 .card__content {
    width: 640px;
  }
}

.card.--B01 .card__link {
  display: inline-block;
  padding-bottom: 4px;
}

.card.--B01.--onmouseover .card__link {
  color: rgb(22, 134, 141);
}

.card.--B01 .tags {
  margin-bottom: 0;
}

/* C01*/
.card.--C01 {
  width: 100%;
  margin-bottom: 56px;
}
@media only screen and (min-width: 768px) {
  .card.--C01 {
    margin-bottom: 32px;
  }
}

.card.--C01.--block-link {
  transition: all 300ms ease;
}

.card.--C01.--onmouseover {
  background-color: rgb(255, 255, 255);
}

.card.--C01 .card__container {
  display: block;
}
@media only screen and (min-width: 768px) {
  .card.--C01 .card__container {
    display: flex;
  }
}

.card.--C01 .card__picture {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .card.--C01 .card__picture {
    width: 50%;
    margin-bottom: 0;
  }
}

.card.--C01 .card__wrapper {
  width: 100%;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .card.--C01 .card__wrapper {
    width: 50%;
    padding: 32px 32px;
  }
}

.card.--C01 .card__heading {
  margin: 0 0 16px 0;
}

.card.--C01 .card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 300ms ease;
}

.card.--C01 .card__img.--contain {
  object-fit: contain;
}

.card.--C01.--onmouseover .card__img {
  opacity: 0.8;
  filter: grayscale(40%);
}

.card.--C01 .card__content {
  margin: 0 0 16px 0;
}

.card.--C01 .card__link {
  display: inline-block;
  padding-bottom: 4px;
}

.card.--C01.--onmouseover .card__link {
  color: rgb(22, 134, 141);
}

.card.--C01 .tags {
  margin-bottom: 0;
}

/* D01 */
.card.--D01 {
  width: 100%;
  margin-bottom: 56px;
}

.card.--D01.--block-link {
  transition: all 300ms ease;
}

.card.--D01.--onmouseover {
  background-color: rgb(255, 255, 255);
}

.card.--D01 .card__heading {
  width: 100%;
  margin: 0 auto 16px auto;
}
@media only screen and (min-width: 768px) {
  .card.--D01 .card__heading {
    width: 640px;
  }
}

.card.--D01 .card__picture {
  margin-bottom: 16px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .card.--D01 .card__picture {
    width: 480px;
    margin-bottom: 32px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (min-width: 768px) {
  .card.--D01.--full .card__picture {
    width: 100%;
  }
}

.card.--D01 .card__figcaption {
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
}

.card.--D01 .card__img {
  width: 100%;
  height: auto;
  transition: all 300ms ease;
}

.card.--D01.--onmouseover .card__img {
  opacity: 0.8;
  filter: grayscale(40%);
}

.card.--D01 .card__content {
  width: 100%;
  margin: 0 auto 16px auto;
}
@media only screen and (min-width: 768px) {
  .card.--D01 .card__content {
    width: 640px;
  }
}

.card.--D01 .card__link {
  display: inline-block;
  padding-bottom: 4px;
}

.card.--D01.--onmouseover .card__link {
  color: rgb(22, 134, 141);
}

.card.--D01 .tags {
  margin-bottom: 0;
}

.gallary .card {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .gallary .card {
    margin-right: 24px;
    width: 240px;
  }
}
@media only screen and (min-width: 1024px) {
  .gallary .card {
    margin-right: 32px;
    margin-bottom: 32px;
    width: 320px;
  }
}
@media only screen and (min-width: 1320px) {
  .gallary .card {
    margin: 0 60px 60px 0;
    width: 400px;
  }
}
@media only screen and (min-width: 768px) {
  .gallary .card:nth-of-type(3n) {
    margin-right: 0;
  }
}

.gallary .card__thumbnail {
  position: relative;
}

.gallary .card__img {
  width: 100%;
  height: auto;
}

.gallary .card__status {
  display: block;
  position: absolute;
  top: 16px;
  right: 16px;
  width: 40px;
  height: 40px;
}

.gallary .card__title {
  padding: 13px 0 0 0;
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Hiragino Mincho Pro", "serif";
  font-size: 16px;
  line-height: 32px;
}

.gallary .card__main .list {
  padding: 10px 0 0 0;
}

.gallary .card__main .list .list__item {
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Hiragino Mincho Pro", "serif";
  font-size: 14px;
  line-height: 26px;
  padding-right: 0.5rem;
}

.gallary .switch {
  padding-top: 10px;
}

.gallary-form .card {
  margin-top: 16px;
  display: flex;
  align-items: center;
  width: 100%;
}

.gallary-form .card__thumbnail {
  width: 50%;
  height: auto;
}
@media only screen and (min-width: 768px) {
  .gallary-form .card__thumbnail {
    width: 170px;
    height: 170px;
  }
}

.gallary-form .card__img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media only screen and (min-width: 768px) {
  .gallary-form .card__img {
    width: 170px;
    height: 170px;
  }
}

.gallary-form .card__content {
  width: 50%;
  padding-left: 16px;
}
@media only screen and (min-width: 768px) {
  .gallary-form .card__content {
    width: calc(100% - 170px);
    padding-left: 56px;
  }
}

.gallary-form .card__title {
  padding: 0;
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Hiragino Mincho Pro", "serif";
  font-size: 16px;
  line-height: 32px;
}

.gallary-form .card__main .list {
  padding: 10px 0 0 0;
}

.gallary-form .card__main .list .list__item {
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Hiragino Mincho Pro", "serif";
  font-size: 14px;
  line-height: 26px;
  padding-right: 0.5rem;
}

.card.--dummy {
  margin-bottom: 24px;
}

.--dummy .card__picture {
  display: block;
  width: 100%;
  height: 320px;
  margin-bottom: 26px;
  background: rgba(199, 191, 163, 0.3);
}
@media only screen and (min-width: 576px) {
  .--dummy .card__picture {
    position: relative;
    width: 100%;
    height: 320px;
  }
}
@media only screen and (min-width: 768px) {
  .--dummy .card__picture {
    position: relative;
    width: 100%;
    height: 192px;
    margin-bottom: 16px;
  }
}
@media only screen and (min-width: 1024px) {
  .--dummy .card__picture {
    width: 100%;
    height: 256px;
    margin-bottom: 16px;
  }
}
@media only screen and (min-width: 1320px) {
  .--dummy .card__picture {
    width: 100%;
    height: 320px;
  }
}

.--dummy .card__heading {
  background-color: rgba(199, 191, 163, 0.3);
  border-radius: 20px;
  line-height: 26px;
  margin-bottom: 16px;
}

.--dummy .card__content .text {
  background-color: rgba(199, 191, 163, 0.3);
  border-radius: 20px;
  line-height: 18px;
  margin-bottom: 16px;
}

.--dummy .card__link {
  display: block;
  background-color: rgba(199, 191, 163, 0.3);
  border-radius: 20px;
  line-height: 18px;
}

/*
                              1320px  1024px  768px  576px default
.cards__container         ...  640px   100%    100%   100%
.cards__contaienr.--large ...  860px  860px   768px   100%    100%
.cards__container.--full  ... 1320px   100%    100%   100%
*/
.gallary.cards {
  margin: 0;
  padding: 0 16px;
  display: block;
}
@media only screen and (min-width: 768px) {
  .gallary.cards {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
  }
}

.gallary.cards .cards__container {
  margin: 56px 0;
  padding-right: 0;
  padding-left: 0;
}
@media only screen and (min-width: 768px) {
  .gallary.cards .cards__container {
    margin: 56px auto 0 auto;
    padding-right: 0;
    padding-left: 0;
    width: 768px;
    display: flex;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 1024px) {
  .gallary.cards .cards__container {
    width: 1024px;
  }
}
@media only screen and (min-width: 1320px) {
  .gallary.cards .cards__container {
    width: 1320px;
  }
}

@media only screen and (min-width: 1024px) {
  .cards__container {
    display: flex;
    flex-wrap: wrap;
  }
}

@media only screen and (min-width: 1024px) {
  .cards__container.--align-center {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media only screen and (min-width: 1024px) {
  .cards.--horizontal .cards__container {
    display: block;
    margin-bottom: 56px;
  }
}
.carousel {
  margin-bottom: 56px;
}

.carousel__container {
  padding-right: 16px;
  padding-left: 16px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .carousel__container {
    margin: 0 auto;
    padding-right: 0;
    padding-left: 0;
    width: 768px;
  }
}
@media only screen and (min-width: 1024px) {
  .carousel__container {
    width: 1024px;
  }
}
@media only screen and (min-width: 1320px) {
  .carousel__container {
    width: 1320px;
  }
}

.carousel__items {
  display: none;
}

.carousel__items + .carousel__dummy {
  display: block;
  width: 100%;
  height: 400px;
  margin-bottom: 26px;
  background: rgba(199, 191, 163, 0.3);
}
@media only screen and (min-width: 576px) {
  .carousel__items + .carousel__dummy {
    position: relative;
    width: 400px;
    height: 400px;
  }
}
@media only screen and (min-width: 768px) {
  .carousel__items + .carousel__dummy {
    position: relative;
    width: 240px;
    height: 240px;
    margin-bottom: 27px;
  }
}
@media only screen and (min-width: 1024px) {
  .carousel__items + .carousel__dummy {
    width: 320px;
    height: 320px;
    margin-bottom: 32px;
  }
}
@media only screen and (min-width: 1320px) {
  .carousel__items + .carousel__dummy {
    width: 400px;
    height: 400px;
  }
}

.carousel__items.slick-initialized {
  display: block;
}

.carousel__items.slick-initialized + .carousel__dummy {
  display: none;
}

.carousel__item {
  position: relative;
  width: 100%;
  height: 400px;
  border-left: solid 1px rgb(250, 250, 250);
}
@media only screen and (min-width: 576px) {
  .carousel__item {
    position: relative;
    width: 400px;
    height: 400px;
  }
}
@media only screen and (min-width: 768px) {
  .carousel__item {
    position: relative;
    width: 240px;
    height: 240px;
  }
}
@media only screen and (min-width: 1024px) {
  .carousel__item {
    width: 320px;
    height: 320px;
  }
}
@media only screen and (min-width: 1320px) {
  .carousel__item {
    width: 440px;
    height: 440px;
  }
}

.carousel__img {
  width: 100%;
  height: 440px;
  object-fit: cover;
}
@media only screen and (min-width: 768px) {
  .carousel__img {
    width: 340px;
    height: auto;
  }
}
@media only screen and (min-width: 1024px) {
  .carousel__img {
    width: 420px;
    height: auto;
  }
}
@media only screen and (min-width: 1320px) {
  .carousel__img {
    width: 440px;
    height: 440px;
  }
}

/* --A01 */
.carousel.--A01 {
  margin-bottom: 32px;
}

.carousel.--A01 .carousel__container {
  padding-right: 16px;
  padding-left: 16px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .carousel.--A01 .carousel__container {
    margin: 0 auto;
    padding-right: 0;
    padding-left: 0;
    width: 768px;
  }
}
@media only screen and (min-width: 1024px) {
  .carousel.--A01 .carousel__container {
    width: 1024px;
  }
}
@media only screen and (min-width: 1320px) {
  .carousel.--A01 .carousel__container {
    width: 1320px;
  }
}

.carousel.--A01 .carousel__item {
  position: relative;
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 576px) {
  .carousel.--A01 .carousel__item {
    border-left: solid 1px rgb(250, 250, 250);
  }
}

.carousel.--A01 .carousel__img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* --B01 */
.carousel.--B01 {
  margin-top: 56px;
  margin-bottom: 56px;
}

.carousel.--B01 .carousel__container {
  padding-right: 16px;
  padding-left: 16px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .carousel.--B01 .carousel__container {
    margin: 0 auto;
    padding-right: 0;
    padding-left: 0;
    width: 768px;
  }
}
@media only screen and (min-width: 1024px) {
  .carousel.--B01 .carousel__container {
    width: 860px;
  }
}
@media only screen and (min-width: 1320px) {
  .carousel.--B01 .carousel__container {
    width: 860px;
  }
}

.carousel.--B01 .carousel__item {
  position: relative;
  width: 100%;
  height: auto;
  border-left: solid 1px rgb(250, 250, 250);
}
@media only screen and (min-width: 576px) {
  .carousel.--B01 .carousel__item {
    position: relative;
    width: 400px;
    height: 400px;
  }
}
@media only screen and (min-width: 768px) {
  .carousel.--B01 .carousel__item {
    position: relative;
    width: 240px;
    height: 240px;
  }
}
@media only screen and (min-width: 1024px) {
  .carousel.--B01 .carousel__item {
    width: 430px;
    height: 316px;
  }
}

.carousel.--B01 .carousel__img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.category .cards {
  margin: 0;
  padding: 0 16px;
  display: block;
}
@media only screen and (min-width: 768px) {
  .category .cards {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
  }
}

.category .card {
  width: 100%;
  padding-bottom: 32px;
}

@media only screen and (min-width: 768px) {
  .category .card {
    margin-right: 24px;
    width: 240px;
  }
}
@media only screen and (min-width: 1024px) {
  .category .card {
    margin-right: 32px;
    width: 320px;
  }
}
@media only screen and (min-width: 1320px) {
  .category .card {
    margin-right: 60px;
    width: 400px;
  }
}
.category .card:nth-of-type(3n) {
  margin-right: 0px;
}

.category .card__heading {
  margin: 0;
  padding: 4px 0 4px 0;
  font-family: "Cormorant Garamond", serif;
  font-size: 24px;
}

@media only screen and (min-width: 768px) {
  .category .card__heading {
    font-size: 26px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .category .card__heading {
    font-size: 32px;
    line-height: 44px;
  }
}
.category .card__btn {
  margin: 0;
  padding: 0;
  display: inline-block;
  font-size: 13px;
}

@media only screen and (min-width: 768px) {
  .category .card__btn {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1024px) {
  .category .card__btn {
    font-size: 14px;
  }
}
.category .card__link {
  padding-bottom: 0;
}

.category .card__link:link,
.category .card__link:visited {
  border-bottom: none;
}

.category .card__link:hover,
.category .card__link:active {
  border-bottom: none;
}

.category .card__link:link .card__heading,
.category .card__link:hover .card__heading,
.category .card__link:active .card__heading {
  color: rgb(49, 49, 49);
  font-weight: 500;
}

.category .card__link:link .card__btn,
.category .card__link:visited .card__btn {
  color: rgb(49, 49, 49);
  border-bottom: dotted 1px rgb(49, 49, 49);
}

.category .card__link:hover .card__btn,
.category .card__link:active .card__btn {
  color: rgb(22, 134, 141);
  border-bottom: dotted 1px rgb(22, 134, 141);
}

.category .carousel__item {
  position: relative;
  width: 100%;
  height: 400px;
}

@media only screen and (min-width: 576px) {
  .category .carousel__item {
    position: relative;
    width: 400px;
    height: 400px;
  }
}
@media only screen and (min-width: 768px) {
  .category .carousel__item {
    position: relative;
    width: 240px;
    height: 240px;
  }
}
@media only screen and (min-width: 1024px) {
  .category .carousel__item {
    width: 320px;
    height: 320px;
  }
}
@media only screen and (min-width: 1320px) {
  .category .carousel__item {
    width: 400px;
    height: 400px;
  }
}
.category .carousel__item.slick-cloned {
  z-index: -1;
  left: 94px;
}

.category .carousel__img {
  position: absolute;
  left: -100px;
  width: calc(100% + 100px);
  height: 400px;
  object-fit: cover;
}

@media only screen and (min-width: 768px) {
  .category .carousel__img {
    position: absolute;
    top: -16px;
    left: -100px;
    width: 340px;
    height: auto;
  }
}
@media only screen and (min-width: 1024px) {
  .category .carousel__img {
    left: -100px;
    width: 420px;
    height: auto;
  }
}
@media only screen and (min-width: 1320px) {
  .category .carousel__img {
    top: 0;
    left: -100px;
    width: 500px;
    height: 400px;
  }
}
.category .carousel__item.slick-active .carousel__img {
  z-index: 2;
  left: 0px;
  animation-name: categoryCarouselAnimation;
  animation-delay: -0.1s;
  animation-duration: 10s;
  animation-timing-function: linear;
}

@keyframes categoryCarouselAnimation {
  0% {
    left: 0;
  }
  100% {
    left: -100px;
  }
}
.category .slick-dots {
  list-style: none;
  text-align: right;
}

.category .slick-dots li {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 2px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
  background: rgb(180, 180, 180);
}

@media only screen and (min-width: 768px) {
  .category .slick-dots li {
    width: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .category .slick-dots li {
    width: 40px;
  }
}
.category .slick-dots li.slick-active {
  background: rgb(77, 173, 179);
}

.category .slick-dots li button {
  position: relative;
  font-size: 0;
  line-height: 0;
  display: block;
  width: 40px;
  height: 3px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
  z-index: 8;
}

@media only screen and (min-width: 768px) {
  .category .slick-dots li button {
    width: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .category .slick-dots li button {
    width: 40px;
  }
}
.category .slick-dots li button::after {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0;
  line-height: 0;
  content: "";
  display: none;
  width: 0px;
  height: 2px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: rgb(180, 180, 180);
  z-index: 9;
}

.category .slick-dots li.slick-active button::after {
  display: block;
  animation-name: categoryCarouselLineAnimation__default;
  animation-duration: 7.5s;
  animation-timing-function: linear;
}

@media only screen and (min-width: 768px) {
  .category .slick-dots li.slick-active button::after {
    animation-name: categoryCarouselLineAnimation__sm;
  }
}
@media only screen and (min-width: 1024px) {
  .category .slick-dots li.slick-active button::after {
    animation-name: categoryCarouselLineAnimation__default;
  }
}
.category .slick-dots li button::before {
  position: absolute;
  top: -4px;
  left: 0;
  font-size: 0;
  line-height: 0;
  content: "";
  display: none;
  width: 10px;
  height: 10px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  border-radius: 5px;
  outline: none;
  opacity: 0;
  background: rgb(77, 173, 179);
  z-index: 10;
}

.category .slick-dots li.slick-active button::before {
  opacity: 1;
  display: block;
  animation-name: categoryCarouselDotAnimation__default;
  animation-duration: 7.5s;
  animation-timing-function: linear;
}

@media only screen and (min-width: 768px) {
  .category .slick-dots li.slick-active button::before {
    animation-name: categoryCarouselDotAnimation__sm;
  }
}
@media only screen and (min-width: 1024px) {
  .category .slick-dots li.slick-active button::before {
    animation-name: categoryCarouselDotAnimation__default;
  }
}
@keyframes categoryCarouselLineAnimation__default {
  0% {
    width: 0;
  }
  100% {
    width: 40px;
  }
}
@keyframes categoryCarouselDotAnimation__default {
  0% {
    left: 0;
  }
  100% {
    left: 40px;
  }
}
@keyframes categoryCarouselLineAnimation__sm {
  0% {
    width: 0;
  }
  100% {
    width: 20px;
  }
}
@keyframes categoryCarouselDotAnimation__sm {
  0% {
    left: 0;
  }
  100% {
    left: 20px;
  }
}
.category .section__container {
  padding-top: 104px;
  padding-right: 0;
  padding-left: 0;
}
@media only screen and (min-width: 768px) {
  .category .section__container {
    margin: 0 auto;
    padding-right: 0;
    padding-left: 0;
    width: 768px;
  }
}
@media only screen and (min-width: 1024px) {
  .category .section__container {
    width: 1024px;
  }
}
@media only screen and (min-width: 1320px) {
  .category .section__container {
    width: 1320px;
  }
}

.contact .section__container {
  text-align: center;
}

.contact .brand {
  margin: 0 auto;
  width: 120px;
}
@media only screen and (min-width: 768px) {
  .contact .brand {
    width: 160px;
  }
}

.contact__logo {
  margin: 0;
  padding: 0 0 16px 0;
  width: 180px;
  height: auto;
}

.contact .btns {
  margin-bottom: 16px;
}
@media only screen and (min-width: 768px) {
  .contact .btns {
    margin-bottom: 32px;
  }
}

.contact__heading {
  padding: 0 0 8px 0;
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Hiragino Mincho Pro", "serif";
  font-size: 17px;
  line-height: 30px;
}

@media only screen and (min-width: 768px) {
  .contact__heading {
    font-size: 19px;
    line-height: 35px;
  }
}
@media only screen and (min-width: 1024px) {
  .contact__heading {
    font-size: 22px;
    line-height: 38px;
  }
}
.contact__text {
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Hiragino Mincho Pro", "serif";
  font-size: 16px;
  line-height: 28px;
}

@media only screen and (min-width: 768px) {
  .contact__text {
    font-size: 17px;
    line-height: 32px;
  }
}
@media only screen and (min-width: 1024px) {
  .contact__text {
    font-size: 18px;
    line-height: 34px;
  }
}
.contact__notice {
  padding: 0 0 8px 0;
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Hiragino Mincho Pro", "serif";
  font-size: 13px;
  line-height: 24px;
}

@media only screen and (min-width: 768px) {
  .contact__notice {
    font-size: 14px;
    line-height: 26px;
  }
}
@media only screen and (min-width: 1024px) {
  .contact__notice {
    font-size: 14px;
    line-height: 26px;
  }
}
.contact__tel {
  padding: 32px 0 0 0;
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Hiragino Mincho Pro", "serif";
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  font-style: normal;
}

@media only screen and (min-width: 768px) {
  .contact__tel {
    font-size: 22px;
    line-height: 35px;
  }
}
@media only screen and (min-width: 1024px) {
  .contact__tel {
    font-size: 26px;
    line-height: 38px;
  }
}
.copyright {
  padding: 32px 0;
  font-size: 12px;
  line-height: 22px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .copyright {
    font-size: 12px;
    line-height: 22px;
  }
}
@media only screen and (min-width: 1024px) {
  .copyright {
    font-size: 12px;
    line-height: 22px;
  }
}
#dayuse-plan__carousel .carousel__item {
  position: relative;
  width: 100%;
  height: 200px;
}

@media only screen and (min-width: 768px) {
  #dayuse-plan__carousel .carousel__item {
    height: 280px;
  }
}
@media only screen and (min-width: 1024px) {
  #dayuse-plan__carousel .carousel__item {
    height: 340px;
  }
}
#dayuse-plan__carousel .carousel__item .carousel__img {
  position: absolute;
  left: -5%;
  top: -5%;
  width: 110%;
  height: 110%;
  object-fit: cover;
}

#dayuse-plan__carousel .carousel__item.slick-cloned {
  z-index: -1;
  left: -5%;
  top: -5%;
  width: 110%;
  height: 110%;
}

#dayuse-plan__carousel .carousel__item.slick-active .carousel__img {
  z-index: 2;
  left: -5%;
  top: -5%;
  width: 110%;
  height: 110%;
  animation-name: dayuseCarouselAnimation;
  animation-delay: -1s;
  animation-duration: 11s;
  animation-timing-function: linear;
}

@keyframes dayuseCarouselAnimation {
  0% {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  100% {
    top: -6%;
    left: -6%;
    width: 112%;
    height: 112%;
  }
}
#dayuse-plan__carousel .slick-dots {
  list-style: none;
  text-align: right;
}

#dayuse-plan__carousel .slick-dots li {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 2px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
  background: rgb(180, 180, 180);
}

#dayuse-plan__carousel .slick-dots li.slick-active {
  background: rgb(77, 173, 179);
}

#dayuse-plan__carousel .slick-dots li button {
  position: relative;
  font-size: 0;
  line-height: 0;
  display: block;
  width: 40px;
  height: 3px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
  z-index: 8;
}

#dayuse-plan__carousel .slick-dots li button::after {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0;
  line-height: 0;
  content: "";
  display: none;
  width: 0px;
  height: 2px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: rgb(180, 180, 180);
  z-index: 9;
}

#dayuse-plan__carousel .slick-dots li.slick-active button::after {
  display: block;
  animation-name: dayusePlanCarouselLineAnimation;
  animation-duration: 10.5s;
  animation-timing-function: linear;
}

#dayuse-plan__carousel .slick-dots li button::before {
  position: absolute;
  top: -4px;
  left: 0;
  font-size: 0;
  line-height: 0;
  content: "";
  display: none;
  width: 10px;
  height: 10px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  border-radius: 5px;
  outline: none;
  opacity: 0;
  background: rgb(77, 173, 179);
  z-index: 10;
}

#dayuse-plan__carousel .slick-dots li.slick-active button::before {
  opacity: 1;
  display: block;
  animation-name: dayusePlanCarouselDotAnimation;
  animation-duration: 10.5s;
  animation-timing-function: linear;
}

@keyframes dayusePlanCarouselLineAnimation {
  0% {
    width: 0;
  }
  100% {
    width: 40px;
  }
}
@keyframes dayusePlanCarouselDotAnimation {
  0% {
    left: 0;
  }
  100% {
    left: 40px;
  }
}
.dayuse-plan .section__container {
  padding-right: 0;
  padding-left: 0;
}

.dayuse-plan .section__header {
  position: relative;
  margin: 0;
  width: 100%;
  height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Hiragino Mincho Pro", "serif";
  font-size: 17px;
  line-height: 30px;
  color: rgb(255, 255, 255);
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
}

@media only screen and (min-width: 768px) {
  .dayuse-plan .section__header {
    height: 280px;
    font-size: 22px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .dayuse-plan .section__header {
    height: 340px;
    font-size: 26px;
    line-height: 44px;
  }
}
.dayuse-plan .section__header .heading {
  position: absolute;
  top: calc(50% - 10px);
  width: 100%;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .dayuse-plan .section__header .heading {
    top: calc(50% - 10px);
  }
}
.drawer-aside {
  margin-bottom: 16px;
  padding: 16px;
  background: rgba(222, 218, 207, 0.2);
}

.drawer-aside__heading {
  font-family: "Cormorant Garamond", serif;
  font-size: 20px;
}

@media only screen and (min-width: 768px) {
  .drawer-aside__heading {
    font-size: 22px;
  }
}
@media only screen and (min-width: 1024px) {
  .drawer-aside__heading {
    font-size: 26px;
  }
}
.drawer-aside__list {
  margin: 0;
  padding: 0;
}

.drawer-aside__list .list__link {
  margin: 0;
  display: block;
  padding: 8px 0;
  border-bottom: dotted 1px rgb(49, 49, 49);
}

.drawer-aside__list .list__item:last-child .list__link {
  border-bottom: none;
}

.drawer-aside__list .list__date {
  display: block;
  font-size: 13px;
}

@media only screen and (min-width: 768px) {
  .drawer-aside__list .list__date {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1024px) {
  .drawer-aside__list .list__date {
    font-size: 14px;
  }
}
.drawer-aside__footer {
  padding-top: 8px;
  text-align: center;
}

.drawer-aside__btn {
  margin: 0;
  padding: 0 24px;
  height: 40px;
  line-height: 40px;
  font-size: 13px;
  transition: all 300ms ease;
}

@media only screen and (min-width: 768px) {
  .drawer-aside__btn {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1024px) {
  .drawer-aside__btn {
    font-size: 14px;
  }
}
.drawer-aside__btn:link,
.drawer-aside__btn:visited {
  background: rgb(245, 244, 241);
  color: rgb(119, 99, 65);
}

.drawer-aside__btn:hover,
.drawer-aside__btn:active,
.drawer-aside__btn:focus {
  background: rgb(119, 99, 65);
  color: rgb(245, 244, 241);
}

.drawer-btn.--open,
.drawer-btn.--close {
  margin: 0;
  padding: 0;
  display: block;
  width: 64px;
  height: 64px;
  position: relative;
  opacity: 1;
  outline: none;
  appearance: none;
  border: none;
  background: none;
  z-index: 320;
}

.drawer-btn:hover,
.drawer-btn:active {
  cursor: pointer;
}

.drawer-btn__background {
  position: absolute;
  top: 8px;
  left: 8px;
  width: 48px;
  height: 48px;
  border: none;
  border-radius: 32px;
  background: rgb(77, 173, 179);
  transition: all 300ms ease;
  z-index: -1;
}

.drawer-btn:hover .drawer-btn__background,
.drawer-btn:active .drawer-btn__background {
  background: rgb(63, 198, 184);
}

@media only screen and (min-width: 768px) {
  .drawer-btn__background {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 54px;
    height: 54px;
  }
}
@media only screen and (min-width: 768px) {
  .drawer-btn:hover .drawer-btn__background,
  .drawer-btn:active .drawer-btn__background {
    top: 0px;
    left: 0px;
    width: 64px;
    height: 64px;
    border-radius: 36px;
  }
}
.drawer-btn__lines {
  position: relative;
  width: 64px;
  height: 64px;
}

.drawer-btn__lines span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 21px;
  height: 2px;
  border-radius: 2px;
  background: rgb(255, 255, 255);
  width: 21px;
}

.drawer-btn .drawer-btn__lines span:nth-of-type(1) {
  top: 22px;
}

.drawer-btn .drawer-btn__lines span:nth-of-type(2) {
  top: 31px;
}

.drawer-btn .drawer-btn__lines span:nth-of-type(3) {
  top: 40px;
}

.drawer-btn.--close .drawer-btn__lines span:nth-of-type(1) {
  top: 32px;
  left: 20px;
  transform: translateX(-2px) rotate(-45deg);
  width: 28px;
}

.drawer-btn.--close .drawer-btn__lines span:nth-of-type(2) {
  opacity: 0;
}

.drawer-btn.--close .drawer-btn__lines span:nth-of-type(3) {
  top: 32px;
  left: 20px;
  transform: translateX(-2px) rotate(45deg);
  width: 28px;
}

.drawer-list {
  margin: 0 0 8px 0;
  padding: 0;
}

.drawer__nav .drawer-list:last-child {
  border-bottom: none;
}

.drawer__footer .drawer-list {
  display: inline;
  border-bottom: none;
}

.drawer-list .list-unstyled__item {
  padding: 0 0 8px 0;
}

.drawer-list .list-unstyled__item.--child {
  margin: 0 0 0 2em;
  padding: 0 0 4px 0;
}

.drawer-list .list-unstyled__item.--category {
  margin: 0 0 0 1em;
  padding: 0 0 4px 0;
}

.drawer-list .list-unstyled__item:last-child.--child {
  padding: 0 0 16px 0;
}

.drawer__footer .drawer-list .list-unstyled__item {
  display: inline-block;
  padding-right: 16px;
}

.drawer-list .list__link {
  display: block;
  padding: 0;
}

a.list__link:link,
a.list__link:visited {
  border-bottom: none;
}

a.list__link:hover,
a.list__link:active,
a.list__link:focus {
  border-bottom: none;
}

.drawer__footer .drawer-list .list__link {
  font-size: 13px;
}

@media only screen and (min-width: 768px) {
  .drawer__footer .drawer-list .list__link {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1024px) {
  .drawer__footer .drawer-list .list__link {
    font-size: 14px;
  }
}
.drawer-list .list__link.--border {
  border-bottom: dotted 1px rgba(49, 49, 49, 0.5);
}

.drawer-list .list__link.--no-border {
  border-bottom: none;
  padding: 0;
}

.drawer-list .list__link.--primary {
  padding: 12px 16px 8px 16px;
  background-color: rgba(22, 134, 141, 0.05);
}

.drawer-list .list__link.--secondary {
  padding: 12px 16px 8px 16px;
  background-color: rgba(100, 130, 140, 0.07);
}

.drawer-list .list__label {
  display: block;
}

.drawer-list .list__label.--en {
  font-size: 20px;
}

@media only screen and (min-width: 768px) {
  .drawer-list .list__label.--en {
    font-size: 22px;
  }
}
@media only screen and (min-width: 1024px) {
  .drawer-list .list__label.--en {
    font-size: 26px;
  }
}
.drawer-list .list__label.--jp {
  font-size: 12px;
  margin-top: -4px;
  color: rgb(119, 99, 65);
}

@media only screen and (min-width: 768px) {
  .drawer-list .list__label.--jp {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1024px) {
  .drawer-list .list__label.--jp {
    font-size: 12px;
  }
}
.drawer {
  position: fixed;
  top: 80px;
  left: 0;
  width: 100%;
  height: calc(100% - 120px);
  display: none;
  overflow-x: none;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  z-index: 220;
  opacity: 0;
  background: rgb(250, 250, 250);
}
.drawer.--on {
  display: block;
}
.drawer.--on.--show {
  opacity: 1;
}

@media only screen and (min-width: 768px) {
  .drawer {
    top: 88px;
  }
}
.drawer__container {
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 16px;
}

@media only screen and (min-width: 768px) {
  .drawer__container {
    margin: 0 auto;
    padding-right: 0;
    padding-left: 0;
    width: 768px;
  }
}
@media only screen and (min-width: 1024px) {
  .drawer__container {
    width: 1024px;
  }
}
@media only screen and (min-width: 1320px) {
  .drawer__container {
    width: 1320px;
  }
}
.drawer__main {
  display: block;
  padding-top: 16px;
  padding-right: 32px;
  padding-left: 32px;
}

@media only screen and (min-width: 768px) {
  .drawer__main {
    display: flex;
    padding-top: 0;
  }
}
.drawer__secondary {
  display: block;
  padding-top: 16px;
  padding-right: 32px;
  padding-left: 32px;
}

@media only screen and (min-width: 768px) {
  .drawer__secondary {
    display: flex;
    padding-top: 0;
  }
}
.drawer__content {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .drawer__content {
    width: calc(33.33333% - 32px);
    margin-left: 48px;
  }
}
.drawer__main .drawer__content:first-child,
.drawer__secondary .drawer__content:first-child {
  margin-left: 0;
}

.drawer__footer {
  margin-top: 16px;
  padding: 8px 32px 0 32px;
  border-top: dotted 1px rgb(49, 49, 49);
}

.drawer__cards {
  display: flex;
  margin-top: 24px;
}

@media only screen and (min-width: 576px) {
  .drawer__cards {
    display: block;
    margin-top: 24px;
  }
}
@media only screen and (min-width: 1024px) {
  .drawer__cards {
    display: flex;
    margin-top: 24px;
  }
}
.drawer__card {
  width: calc(50% - 12px);
  margin-bottom: 0;
}

@media only screen and (min-width: 576px) {
  .drawer__card {
    width: 100%;
    margin-bottom: 32px;
  }
}
@media only screen and (min-width: 1024px) {
  .drawer__card {
    width: calc(50% - 12px);
    margin-bottom: 0;
  }
}
.drawer__card img {
  width: 100%;
  height: auto;
}

.drawer__cards .drawer__card:first-child {
  margin-right: 24px;
}

.drawer__nav {
  margin-bottom: 24px;
}

.drawer__nav.--secondary {
  margin-top: -16px;
  margin-bottom: 0px;
}

.drawer__wrapper.--isPC {
  display: none;
}
@media only screen and (min-width: 768px) {
  .drawer__wrapper.--isPC {
    display: block;
  }
}

.drawer__wrapper.--isSP {
  display: block;
}
@media only screen and (min-width: 768px) {
  .drawer__wrapper.--isSP {
    display: none;
  }
}

.eigyo .section__container {
  margin: 0;
  padding-top: 56px;
  padding-right: 16px;
  padding-left: 16px;
  width: 100%;
}

@media only screen and (min-width: 576px) {
  .eigyo .section__container {
    margin: 0 auto;
    padding-top: 56px;
    padding-right: 0;
    padding-left: 0;
    width: 640px;
  }
}
.enclosure {
  margin: 0;
  padding: 24px;
  border: none;
  background: rgba(199, 191, 163, 0.3);
}

.enclosure.--border {
  background: none;
  margin-bottom: 32px;
  padding-bottom: 8px;
  border-radius: 8px;
  border: solid 1px rgb(209, 207, 194);
}

.enclosure__heading {
  font-size: 16px;
  font-weight: 500;
}

@media only screen and (min-width: 768px) {
  .enclosure__heading {
    font-size: 17px;
  }
}
@media only screen and (min-width: 1024px) {
  .enclosure__heading {
    font-size: 18px;
  }
}
.section__content .enclosure .heading {
  margin-bottom: 16px;
}

.section__content .enclosure .heading + .text {
  margin-top: -10px;
}

.section__content .enclosure .heading:first-child {
  margin-top: 0;
}

.enclosure__text {
  padding: 8px 0 0 0;
}

.enclosure__footer {
  padding: 16px 0 0 0;
}

.enclosure__btns {
  line-height: 38px;
}

.faq-question {
  padding: 0 0 0 24px;
  background-image: url("../img/faq_txt_01.svg");
  background-repeat: no-repeat;
  background-position: left 6px;
}

.faq-question {
  padding: 0 0 0 24px;
  background-image: url("../img/faq_txt_01.svg");
  background-repeat: no-repeat;
  background-position: left 6px;
}

.faq-question:hover {
  cursor: pointer;
  background-image: url("../img/faq_txt_01_on.svg");
}

.faq-question .heading {
  background-repeat: no-repeat;
  background-position: right 8px;
  background-size: 16px 16px;
  padding: 0 24px 8px 0;
  border-bottom: 1px dotted rgb(22, 134, 141);
  transition: all 300ms ease;
}

.faq-question:hover .heading {
  color: rgb(22, 134, 141);
}

.--open .faq-question .heading {
  background-image: url("../img/icon_arrow_03_up.svg");
}

.--close .faq-question .heading {
  background-image: url("../img/icon_arrow_03_down.svg");
}

.--open .faq-question:hover .heading {
  background-image: url("../img/icon_arrow_03_up_on.svg");
}

.--close .faq-question:hover .heading {
  background-image: url("../img/icon_arrow_03_down_on.svg");
}

.faq-answer {
  padding: 0 0 0 24px;
  background-image: url("../img/faq_txt_02.svg");
  background-repeat: no-repeat;
  background-position: left 6px;
}

.--close .faq-answer {
  display: none;
}

.footer-list {
  padding: 0;
}

@media only screen and (min-width: 768px) {
  .footer-list {
    padding: 12px 0;
  }
}
@media only screen and (min-width: 1024px) {
  .footer-list.list-unstyled {
    padding: 0 0 0 24px;
  }
}
.footer-list .list-unstyled__item {
  font-size: 13px;
  line-height: 24px;
}

@media only screen and (min-width: 768px) {
  .footer-list .list-unstyled__item {
    font-size: 14px;
    line-height: 26px;
  }
}
@media only screen and (min-width: 1024px) {
  .footer-list .list-unstyled__item {
    font-size: 14px;
    line-height: 26px;
  }
}
.footer-list .list-unstyled__item.--child {
  margin-left: 12px;
}

.footer-list .list__link {
  display: inline-block;
  line-height: 1.5;
  padding: 8px;
}
@media only screen and (min-width: 1320px) {
  .footer-list .list__link {
    line-height: 1;
  }
}

.footer-list a.list__link:link,
.footer-list a.list__link:visited {
  border-bottom: none;
}

.footer-list a.list__link:hover,
.footer-list a.list__link:active,
.footer-list a.list__link:focus {
  border-bottom: none;
}

.footer__main {
  display: none;
}
@media only screen and (min-width: 768px) {
  .footer__main {
    display: block;
    margin-top: 64px;
    background: rgb(247, 247, 247);
  }
}

.footer__container {
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.footer__container {
  padding: 16px;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .footer__container {
    margin: 0 auto;
    padding-right: 0;
    padding-left: 0;
    width: 768px;
  }
}
@media only screen and (min-width: 1024px) {
  .footer__container {
    width: 1024px;
  }
}
@media only screen and (min-width: 1320px) {
  .footer__container {
    width: 1320px;
  }
}
.form__item {
  margin-top: 32px;
}

.form__label {
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Hiragino Mincho Pro", "serif";
  font-size: 18px;
  line-height: 34px;
}

.form__textfield {
  display: flex;
  align-items: center;
  font-size: 16px;
  border: solid 1px rgb(209, 207, 194);
  border-radius: 8px;
  margin-top: 16px;
  padding: 16px 16px;
}

.form__input {
  width: 100%;
  font-size: 16px;
}

.form__textarea {
  width: 100%;
}

.form__preview {
  display: flex;
  align-items: center;
  margin-top: 0;
  padding: 16px 0;
}

.form__value {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 38px;
}

.gallary-item {
  transition: all 300ms ease;
}

.gallary-item.--onmouseover {
  background-color: rgb(255, 255, 255);
}

.gallary-item .card__status {
  background-size: 40px 40px;
  background-position: center left;
  background-repeat: no-repeat;
  background-image: url("../../../gallary/img/gallary_icon_01_off.png");
}

.gallary-item.--checked .card__status {
  background-image: url("../../../gallary/img/gallary_icon_01_on.png");
}

.gallary-item.--checked .card__img {
  opacity: 0.8;
  filter: grayscale(40%);
}

.header {
  margin: 0;
  padding: 0;
  position: fixed;
  width: 100%;
  height: 80px;
  z-index: 300;
}
@media only screen and (min-width: 768px) {
  .header {
    height: 88px;
  }
}

.header__container {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 80px;
  position: relative;
  background: rgb(250, 250, 250);
}
@media only screen and (min-width: 768px) {
  .header__container {
    height: 88px;
  }
}

.header__menu {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 8px;
  right: 4px;
}
@media only screen and (min-width: 768px) {
  .header__menu {
    top: 12px;
    right: 18px;
  }
}

.header__brand {
  margin: -4px 0 0 0;
  padding: 0 0 0 12px;
}
@media only screen and (min-width: 768px) {
  .header__brand {
    margin: 0;
    padding: 0 32px 0 24px;
  }
}

.header__brand .brand {
  margin: 0 auto;
  padding: 0;
  width: 140px;
  height: 29px;
}
@media only screen and (min-width: 768px) {
  .header__brand .brand {
    margin: 0;
    width: 190px;
    height: 40px;
  }
}

.header__utility {
  display: none;
}
@media only screen and (min-width: 330px) {
  .header__utility {
    display: flex;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 16px;
    right: 72px;
  }
}
@media only screen and (min-width: 768px) {
  .header__utility {
    top: 20px;
    right: 102px;
  }
}

.header__breadscrumb {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .header__breadscrumb {
    opacity: 0;
    transition: all 300ms ease;
  }
  .header__breadscrumb.--on {
    display: block;
  }
  .header__breadscrumb.--on.--show {
    opacity: 1;
  }
}

.heading {
  margin-bottom: 8px;
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Hiragino Mincho Pro", "serif";
}

.page__title .heading {
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Hiragino Mincho Pro", "serif";
  text-align: left;
}

.page__title .heading.--sub {
  margin: -4px 0 0 0;
  color: rgb(119, 99, 65);
  font-family: "Cormorant Garamond", serif;
}

.heading__copy {
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Hiragino Mincho Pro", "serif";
  text-align: left;
  font-size: 14px;
  color: rgb(173, 24, 31);
}

.heading__sub {
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Hiragino Mincho Pro", "serif";
  text-align: left;
  font-size: 14px;
  color: rgb(119, 99, 65);
}

.img {
  width: auto;
  height: auto;
}

.img.--full {
  width: 100%;
  height: auto;
}

.img.--half {
  display: block;
  margin: 0 auto;
  width: 50%;
  height: auto;
}

/* --A01 */
.images.--A01 {
  margin-top: 32px;
  margin-bottom: 32px;
}
@media only screen and (min-width: 768px) {
  .images.--A01 {
    margin-top: 56px;
    margin-bottom: 56px;
  }
}

.images.--A01 .images__container {
  padding-right: 0;
  padding-left: 0;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .images.--A01 .images__container {
    margin: 0 auto;
    padding-right: 0;
    padding-left: 0;
    width: 768px;
    display: flex;
  }
}
@media only screen and (min-width: 1024px) {
  .images.--A01 .images__container {
    width: 860px;
  }
}
@media only screen and (min-width: 1320px) {
  .images.--A01 .images__container {
    width: 860px;
  }
}

.images.--A01 .images__item {
  position: relative;
  width: 100%;
  height: auto;
  border-left: solid 1px rgb(250, 250, 250);
}
@media only screen and (min-width: 768px) {
  .images.--A01 .images__item {
    position: relative;
    width: 50%;
    height: auto;
  }
}
@media only screen and (min-width: 1024px) {
  .images.--A01 .images__item {
    width: 430px;
    height: 316px;
  }
}

.images.--A01 .images__container .images__item {
  margin-bottom: 32px;
}
@media only screen and (min-width: 768px) {
  .images.--A01 .images__container .images__item {
    margin-bottom: 0;
  }
}

.images.--A01 .img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.images.--A01 .images__caption {
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
}

/* --A02 */
.images.--A02 {
  margin-top: 32px;
  margin-bottom: 32px;
}
@media only screen and (min-width: 768px) {
  .images.--A02 {
    margin-top: 56px;
    margin-bottom: 56px;
  }
}

.images.--A02 .images__container {
  padding-right: 0;
  padding-left: 0;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .images.--A02 .images__container {
    margin: 0 auto;
    padding-right: 0;
    padding-left: 0;
    width: 768px;
    display: flex;
  }
}
@media only screen and (min-width: 1024px) {
  .images.--A02 .images__container {
    width: 860px;
  }
}
@media only screen and (min-width: 1320px) {
  .images.--A02 .images__container {
    width: 860px;
  }
}

.images.--A02 .images__item {
  position: relative;
  width: 100%;
  height: auto;
  border-left: solid 1px rgb(250, 250, 250);
}
@media only screen and (min-width: 768px) {
  .images.--A02 .images__item {
    position: relative;
    width: 50%;
    height: auto;
  }
}
@media only screen and (min-width: 1024px) {
  .images.--A02 .images__item {
    width: 430px;
    height: 206px;
  }
}

.images.--A02 .images__container .images__item {
  margin-bottom: 32px;
}
@media only screen and (min-width: 768px) {
  .images.--A02 .images__container .images__item {
    margin-bottom: 0;
  }
}

.images.--A02 .img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.images.--A02 .images__caption {
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
}

/* --A03 */
.images.--A03 {
  margin-top: 32px;
  margin-bottom: 32px;
}
@media only screen and (min-width: 768px) {
  .images.--A03 {
    margin-top: 56px;
    margin-bottom: 56px;
  }
}

.images.--A03 .images__container {
  padding-right: 0;
  padding-left: 0;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .images.--A03 .images__container {
    margin: 0 auto;
    padding-right: 0;
    padding-left: 0;
    width: 768px;
    display: flex;
  }
}
@media only screen and (min-width: 1024px) {
  .images.--A03 .images__container {
    width: 860px;
  }
}
@media only screen and (min-width: 1320px) {
  .images.--A03 .images__container {
    width: 860px;
  }
}

.images.--A03 .images__item {
  position: relative;
  width: 100%;
  height: auto;
  border-left: solid 1px rgb(250, 250, 250);
}
@media only screen and (min-width: 768px) {
  .images.--A03 .images__item {
    position: relative;
    width: 50%;
    height: auto;
  }
}
@media only screen and (min-width: 1024px) {
  .images.--A03 .images__item {
    width: 430px;
    height: auto;
  }
}

.images.--A03 .images__container .images__item {
  margin-bottom: 32px;
}
@media only screen and (min-width: 768px) {
  .images.--A03 .images__container .images__item {
    margin-bottom: 0;
  }
}

.images.--A03 .img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.images.--A03 .images__caption {
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
}

/* --A04 */
.images.--A04 {
  margin-top: 32px;
  margin-bottom: 32px;
}
@media only screen and (min-width: 768px) {
  .images.--A04 {
    margin-top: 56px;
    margin-bottom: 56px;
  }
}

.images.--A04 .images__container {
  padding-right: 0;
  padding-left: 0;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .images.--A04 .images__container {
    margin: 0 auto;
    padding-right: 0;
    padding-left: 0;
    width: 768px;
    display: flex;
  }
}
@media only screen and (min-width: 1024px) {
  .images.--A04 .images__container {
    width: 860px;
  }
}
@media only screen and (min-width: 1320px) {
  .images.--A04 .images__container {
    width: 860px;
  }
}

.images.--A04 .images__item {
  position: relative;
  width: 100%;
  height: auto;
  border-left: solid 1px rgb(250, 250, 250);
}
@media only screen and (min-width: 768px) {
  .images.--A04 .images__item {
    position: relative;
    margin: 0 auto;
    width: 50%;
    height: auto;
  }
}
@media only screen and (min-width: 1024px) {
  .images.--A04 .images__item {
    width: 430px;
    height: auto;
  }
}

.images.--A04 .images__container .images__item {
  margin-bottom: 32px;
}
@media only screen and (min-width: 768px) {
  .images.--A04 .images__container .images__item {
    margin-bottom: 0;
  }
}

.images.--A04 .img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.images.--A04 .images__caption {
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
}

.info__content {
  margin-top: 56px;
}

.info__content p {
  margin-bottom: 16px;
}

.info__pic {
  margin-top: 56px;
  margin-bottom: 56px;
  text-align: center;
}

.info__img {
  width: 100%;
  height: auto;
}

.info-list__item {
  display: block;
  margin: 0;
  padding: 16px 0;
  width: auto;
  height: auto;
  background: none;
  border-bottom: 1px dotted rgb(22, 134, 141);
  border-radius: 0;
  transition: all 300ms ease;
  appearance: none;
}

.info-list__item.--onmouseover {
  background: rgb(255, 255, 255);
}

.info-list__date {
  display: inline-block;
  color: rgba(49, 49, 49, 0.8);
  padding-bottom: 4px;
}

a.info-list__link {
  display: block;
  padding: 0 0 0 24px;
  font-size: 18px;
  line-height: 34px;
  background-image: url("../img/icon_arrow_01_left.svg");
  background-repeat: no-repeat;
  background-position: left 9px;
}

a.info-list__link:hover,
a.info-list__link:active,
.info-list__item.--onmouseover a.info-list__link:link,
.info-list__item.--onmouseover a.info-list__link:visited {
  color: rgb(22, 134, 141);
  background-image: url("../img/icon_arrow_01_left_on.svg");
}

a.info-list__link:link,
a.info-list__link:visited,
a.info-list__link:hover,
a.info-list__link:active {
  border-bottom: none;
}

.--dummy .info-list__item {
  border-bottom: none;
}

.--dummy .info-list__date {
  background-color: rgba(199, 191, 163, 0.3);
  border-radius: 20px;
  line-height: 26px;
  margin-bottom: 16px;
  margin-right: 16px;
  width: 159px;
}

.--dummy .info-list__link {
  display: block;
  background-color: rgba(199, 191, 163, 0.3);
  border-radius: 20px;
  line-height: 26px;
}

.info__content.--dummy p {
  background-color: rgba(199, 191, 163, 0.3);
  border-radius: 20px;
}

.info__content.--dummy p.--mini {
  width: 50%;
}

.instagram {
  margin-top: 80px;
}
@media only screen and (min-width: 768px) {
  .instagram {
    margin-top: 168px;
  }
}

.instagram__heading {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
}

.instagram__heading .heading {
  margin-bottom: 0;
}

.instagram__icon {
  width: 28px;
  height: 28px;
  margin-right: 8px;
  margin-top: 4px;
  display: inline-block;
}

.instagram__content {
  margin-bottom: 16px;
}

.instagram__items {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.instagram__item {
  margin: 0;
  padding: 0;
  width: 33.3333%;
  height: auto;
  overflow: hidden;
  border-right: solid 1px rgb(250, 250, 250);
  border-bottom: solid 1px rgb(250, 250, 250);
}

.instagram__link {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
}

.instagram__link:link,
.instagram__link:visited {
  text-decoration: none;
  border: none;
}

.instagram__link:hover,
.instagram__link:active {
  text-decoration: none;
  border: none;
}

.instagram__dummy {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
}

.instagram__img {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

video.instagram__img {
  margin-bottom: -10px;
}

.instagram__error {
  padding: 40px 0;
  font-size: 14px;
  text-align: center;
  background-color: rgba(199, 191, 163, 0.3);
}

.language-btn {
  display: block;
  margin: 0 0 0 2px;
  padding: 18px 0 0 0;
  width: 32px;
  height: 56px;
  background: rgb(255, 255, 255);
  border-radius: 0;
  color: rgb(77, 173, 179);
  text-align: center;
  font-family: "Cormorant Garamond", serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 26px;
  transition: all 300ms ease;
}

@media only screen and (min-width: 768px) {
  .language-btn {
    font-size: 15px;
    line-height: 27px;
  }
}
@media only screen and (min-width: 1024px) {
  .language-btn {
    font-size: 16px;
    line-height: 32px;
  }
}
.language-btn.--selected,
.language-btn.--selected:hover,
.language-btn.--selected:active {
  background: rgb(77, 173, 179);
  color: rgb(255, 255, 255);
}

a.language-btn:link,
a.language-btn:visited {
  background: rgb(255, 255, 255);
  color: rgb(77, 173, 179);
}

a.language-btn:hover,
a.language-btn:active,
a.language-btn:focus {
  background: rgb(63, 198, 184);
  color: rgb(255, 255, 255);
}

.lightbox-gallery {
  margin: 80px 0 80px 0;
}

.lightbox-gallery__container {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .lightbox-gallery__container {
    margin: 0 auto;
    padding-right: 0;
    padding-left: 0;
    width: 768px;
  }
}
@media only screen and (min-width: 1024px) {
  .lightbox-gallery__container {
    width: 860px;
  }
}

.lightbox-gallery__item {
  display: block;
  width: calc(50% - 1px);
  margin-right: 1px;
  margin-bottom: 1px;
}
@media only screen and (min-width: 768px) {
  .lightbox-gallery__item {
    width: calc(25% - 1px);
  }
}

a.lightbox-gallery__item:link,
a.lightbox-gallery__item:visited,
a.lightbox-gallery__item:hover,
a.lightbox-gallery__item:active {
  border-bottom: none;
}

a.lightbox-gallery__item:hover,
a.lightbox-gallery__item:active {
  opacity: 0.7;
}

.lightbox-gallery__img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.list {
  margin: 0 0 16px 0;
  padding: 0 0 0 20px;
}

.list-unstyled {
  padding: 0;
  list-style: none;
}

.list-ordered {
  list-style: decimal;
}

.list.--inline {
  margin: 0;
  padding: 0;
}

.list.--inline .list__item {
  display: inline-block;
}

.list-dl {
  margin: 0;
  padding: 0 0 0 16px;
  display: flex;
}

.list-dl__dt {
  margin: 0;
  padding: 0;
}

.list-dl__dd {
  margin: 0;
  padding: 0;
}

.list-dl.--A01 {
  display: block;
  margin-bottom: 8px;
  padding: 0 0 0 16px;
}
@media only screen and (min-width: 768px) {
  .list-dl.--A01 {
    display: flex;
  }
}

.list-dl.--A01 .list-dl__dt {
  width: 100%;
  margin-bottom: 8px;
}
@media only screen and (min-width: 768px) {
  .list-dl.--A01 .list-dl__dt {
    width: 176px;
    margin-bottom: 0;
  }
}

.list-dl.--A01 .list-dl__dd {
  width: 100%;
  margin-left: 18px;
  margin-bottom: 8px;
}
@media only screen and (min-width: 768px) {
  .list-dl.--A01 .list-dl__dd {
    width: calc(100% - 176px);
    margin-left: 0;
    margin-bottom: 0;
  }
}

.mail-magazine .section__container {
  padding-top: 56px;
}

@media only screen and (min-width: 768px) {
  .mail-magazine .section__container {
    margin: 0 auto;
    padding-top: 104px;
    padding-right: 0;
    padding-left: 0;
    width: 640px;
  }
}
.mail-magazine .section__footer {
  padding-top: 24px;
}

.main-visual__container {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 640px;
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media only screen and (min-width: 1320px) {
  .main-visual__container {
    margin: 0 auto;
    padding: 0;
    width: 1320px;
    height: 640px;
  }
}
.main-visual .brand {
  margin: 0;
  padding: 0;
  width: 200px;
  height: 209px;
}

.main-visual__description {
  margin: 30px 0 0 0;
  padding: 0;
  color: rgb(255, 255, 255);
  font-size: 13px;
  line-height: 24px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .main-visual__description {
    font-size: 14px;
    line-height: 26px;
  }
}
@media only screen and (min-width: 1024px) {
  .main-visual__description {
    font-size: 14px;
    line-height: 26px;
  }
}
.main-visual__copy {
  margin: 30px 16px 0 16px;
  padding: 0;
  text-align: center;
}

.main-visual__copy .copy__img {
  width: 100%;
  height: auto;
}

@media only screen and (min-width: 768px) {
  .main-visual__container {
    height: 742px;
  }
  .main-visual__brand.brand {
    width: 293px;
    height: 306px;
  }
  .main-visual__copy {
    margin: 30px 0 0 0;
    width: auto;
  }
}
.main {
  padding-top: 80px;
}
@media only screen and (min-width: 768px) {
  .main {
    padding-top: 88px;
  }
}

.main__container {
  margin: 0 0 104px 0;
  padding: 0;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .main__container {
    margin: 0 0 168px 0;
  }
}

.mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  overflow: hidden;
  opacity: 0;
  z-index: 200;
  transition: opacity 0.3s ease;
  background: rgb(250, 250, 250);
}
.mask.--on {
  display: block;
}
.mask.--on.--show {
  opacity: 1;
}

.movie__container {
  padding-right: 16px;
  padding-left: 16px;
  width: 100%;
  aspect-ratio: 1/0.5625;
}
.movie__container iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/0.5625;
}
@media only screen and (min-width: 768px) {
  .movie__container {
    margin: 0 auto;
    padding-right: 0;
    padding-left: 0;
    width: 768px;
    height: 432px;
  }
}
@media only screen and (min-width: 1024px) {
  .movie__container {
    width: 860px;
    height: 484px;
  }
}
@media only screen and (min-width: 1320px) {
  .movie__container {
    width: 860px;
    height: 484px;
  }
}

.movie__embed {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  margin-bottom: 32px;
}

.movie__footer {
  margin: 0 0 80px 0;
  padding-right: 16px;
  padding-left: 16px;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .movie__footer {
    margin: 0 auto 80px auto;
    padding-right: 0;
    padding-left: 0;
    width: 640px;
  }
}
.movie-yt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.movie-yt__container {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  opacity: 0;
  transition: opacity 3000ms ease;
  overflow-x: hidden;
}

.movie-yt__container.--on {
  display: block;
}

.movie-yt__container.--on.--show {
  opacity: 1;
}

.movie-yt__poster {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  opacity: 0;
  background-image: url("../img/home_movie_thumbnail.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 10;
  transition: opacity 3000ms ease;
}

.movie-yt__poster.--on {
  display: block;
}

.movie-yt__poster.--on.--show {
  opacity: 1;
}

.movie-yt__mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  background: rgba(10, 10, 10, 0.2);
}

.movie-yt__movie {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 8;
}

.news .section__container {
  margin-bottom: 56px;
}

@media only screen and (min-width: 768px) {
  .news .section__container {
    margin: 0 auto 80px auto;
    padding-right: 0;
    padding-left: 0;
    width: 640px;
  }
}
.news .section__footer {
  padding-top: 24px;
}

.news-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.news-list .list__item {
  margin: 0;
  padding: 0 0 8px 0;
}

.news-list .list__item:last-child {
  padding: 0;
}

.news-list .list__link {
  display: block;
  padding: 0 0 8px 0;
  font-size: 15px;
  line-height: 27px;
}
@media only screen and (min-width: 768px) {
  .news-list .list__link {
    font-size: 15px;
    line-height: 27px;
  }
}
@media only screen and (min-width: 1024px) {
  .news-list .list__link {
    font-size: 16px;
    line-height: 32px;
  }
}

.news-list a.list__link:link,
.news-list a.list__link:visited {
  color: rgb(22, 134, 141);
}
@media only screen and (min-width: 768px) {
  .news-list a.list__link:link,
  .news-list a.list__link:visited {
    color: rgb(49, 49, 49);
  }
}

.news-list a.list__link:hover,
.news-list a.list__link:active {
  color: rgb(22, 134, 141);
}

.news-list .list__date {
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
  font-size: 13px;
  color: rgb(49, 49, 49);
}
@media only screen and (min-width: 768px) {
  .news-list .list__date {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1024px) {
  .news-list .list__date {
    font-size: 14px;
  }
}

.news-list .list__heading {
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
}

@media only screen and (min-width: 576px) {
  .news-list .list__link {
    display: flex;
    font-size: 17px;
    line-height: 32px;
  }
  .news-list .list__date {
    font-size: 17px;
    width: 176px;
  }
  .news-list .list__heading {
    width: 464px;
  }
}
.news-list.--dummy .list__date {
  background-color: rgba(199, 191, 163, 0.3);
  border-radius: 20px;
  line-height: 26px;
  margin-bottom: 8px;
  margin-right: 16px;
  width: 159px;
}
@media only screen and (min-width: 576px) {
  .news-list.--dummy .list__date {
    margin-bottom: 0;
  }
}

.news-list.--dummy .list__heading {
  background-color: rgba(199, 191, 163, 0.3);
  border-radius: 20px;
  line-height: 26px;
}

.notice__text {
  font-size: 14px;
  line-height: 26px;
}

.picture {
  margin: 0;
  padding: 0;
}

.picture .picture__img {
  width: 100%;
  height: auto;
}

.page-nav {
  margin: 0 auto 80px auto;
  padding-right: 0;
  padding-left: 48px;
  width: 100%;
  text-align: right;
}
@media only screen and (min-width: 768px) {
  .page-nav {
    margin: 0 auto 80px auto;
    padding-right: 0;
    padding-left: 0;
    width: 640px;
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
  }
}

.page-nav .btn.--arrow {
  margin-right: 16px;
  margin-bottom: 6px;
}
.page-nav .btn.--arrow:last-child {
  margin-bottom: auto;
}
@media only screen and (min-width: 768px) {
  .page-nav .btn.--arrow:last-child {
    margin-right: 0;
  }
}

@media only screen and (min-width: 768px) {
  .page-nav.--back {
    justify-content: left;
  }
  .section__content + .page-nav {
    margin-top: 56px;
  }
  .section .page-nav:last-child {
    margin-bottom: 80px;
  }
}
.page-title {
  margin: 56px 0;
  padding-right: 16px;
  padding-left: 16px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .page-title {
    margin: 80px auto 104px auto;
    padding-right: 0;
    padding-left: 0;
    width: 640px;
  }
}
.page-title .heading {
  margin-bottom: 0;
}

.page-title__heading {
  margin: 0 0 8px 0;
  text-align: left;
  font-size: 20px;
  line-height: 36px;
}
.page-title__heading.--jp {
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Hiragino Mincho Pro", "serif";
  font-weight: 300;
}
.page-title__heading.--en {
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .page-title__heading {
    font-size: 22px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .page-title__heading {
    font-size: 26px;
    line-height: 44px;
  }
}

.page-title__sub {
  font-size: 16px;
  color: rgb(119, 99, 65);
}
.page-title__sub.--jp {
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Hiragino Mincho Pro", "serif";
  font-weight: 300;
}
.page-title__sub.--en {
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
}
@media only screen and (min-width: 1024px) {
  .page-title__sub {
    font-size: 18px;
  }
}

.page-title__date {
  display: inline-block;
  padding: 0 0 16px 0;
  color: rgba(49, 49, 49, 0.8);
}

.--dummy .page-title__heading {
  background-color: rgba(199, 191, 163, 0.3);
  border-radius: 20px;
}

.--dummy .page-title__date {
  display: block;
  width: 150px;
  line-height: 20px;
  background-color: rgba(199, 191, 163, 0.3);
  border-radius: 20px;
  margin-bottom: 16px;
}

.product-price__name {
  margin-bottom: 4px;
}

.product-price__price {
  text-align: right;
  font-size: 14px;
  line-height: 26px;
}

.product-price__description {
  text-align: right;
  font-size: 14px;
  line-height: 26px;
}

.recommended-plan .carousel__item {
  position: relative;
  width: 100%;
  height: 200px;
}

@media only screen and (min-width: 768px) {
  .recommended-plan .carousel__item {
    height: 280px;
  }
}
@media only screen and (min-width: 1024px) {
  .recommended-plan .carousel__item {
    height: 340px;
  }
}
.recommended-plan .carousel__item .carousel__img {
  position: absolute;
  left: -5%;
  top: -5%;
  width: 110%;
  height: 110%;
  object-fit: cover;
}

.recommended-plan .carousel__item.slick-cloned {
  z-index: -1;
  left: -5%;
  top: -5%;
  width: 110%;
  height: 110%;
}

.recommended-plan .carousel__item.slick-active .carousel__img {
  z-index: 2;
  left: -5%;
  top: -5%;
  width: 110%;
  height: 110%;
  animation-name: recommendedPlanCarouselAnimation;
  animation-delay: -1s;
  animation-duration: 11s;
  animation-timing-function: linear;
}

@keyframes recommendedPlanCarouselAnimation {
  0% {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  100% {
    top: -6%;
    left: -6%;
    width: 112%;
    height: 112%;
  }
}
#recommended-plan__carousel .slick-dots {
  list-style: none;
  text-align: right;
}

#recommended-plan__carousel .slick-dots li {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 2px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
  background: rgb(180, 180, 180);
}

#recommended-plan__carousel .slick-dots li.slick-active {
  background: rgb(77, 173, 179);
}

#recommended-plan__carousel .slick-dots li button {
  position: relative;
  font-size: 0;
  line-height: 0;
  display: block;
  width: 40px;
  height: 3px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
  z-index: 8;
}

#recommended-plan__carousel .slick-dots li button::after {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0;
  line-height: 0;
  content: "";
  display: none;
  width: 0px;
  height: 2px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: rgb(180, 180, 180);
  z-index: 9;
}

#recommended-plan__carousel .slick-dots li.slick-active button::after {
  display: block;
  animation-name: recommendedPlanCarouselLineAnimation;
  animation-duration: 10.5s;
  animation-timing-function: linear;
}

#recommended-plan__carousel .slick-dots li button::before {
  position: absolute;
  top: -4px;
  left: 0;
  font-size: 0;
  line-height: 0;
  content: "";
  display: none;
  width: 10px;
  height: 10px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  border-radius: 5px;
  outline: none;
  opacity: 0;
  background: rgb(77, 173, 179);
  z-index: 10;
}

#recommended-plan__carousel .slick-dots li.slick-active button::before {
  opacity: 1;
  display: block;
  animation-name: recommendedPlanCarouselDotAnimation;
  animation-duration: 10.5s;
  animation-timing-function: linear;
}

@keyframes recommendedPlanCarouselLineAnimation {
  0% {
    width: 0;
  }
  100% {
    width: 40px;
  }
}
@keyframes recommendedPlanCarouselDotAnimation {
  0% {
    left: 0;
  }
  100% {
    left: 40px;
  }
}
.recommended-plan .section__container {
  margin-bottom: 104px;
  padding-right: 0;
  padding-left: 0;
}

.recommended-plan .section__header {
  position: relative;
  margin: 0;
  width: 100%;
  height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Hiragino Mincho Pro", "serif";
  font-size: 17px;
  line-height: 30px;
  color: rgb(255, 255, 255);
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
}

@media only screen and (min-width: 768px) {
  .recommended-plan .section__header {
    height: 280px;
    font-size: 22px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .recommended-plan .section__header {
    height: 340px;
    font-size: 26px;
    line-height: 44px;
  }
}
.recommended-plan .section__header .heading {
  position: absolute;
  top: calc(50% - 10px);
  width: 100%;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .recommended-plan .section__header .heading {
    top: calc(50% - 10px);
  }
}
a.btn.reservation-btn {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  width: 64px;
  height: 48px;
  border-radius: 0;
}
a.btn.reservation-btn:link, a.btn.reservation-btn:visited {
  color: rgb(77, 173, 179);
  background-color: rgb(255, 255, 255);
  border: solid 1px rgba(77, 173, 179, 0.5);
}
a.btn.reservation-btn:hover, a.btn.reservation-btn:active {
  color: rgb(255, 255, 255);
  background-color: rgb(63, 198, 184);
  border: solid 1px rgb(63, 198, 184);
}
@media only screen and (min-width: 768px) {
  a.btn.reservation-btn {
    width: 120px;
    height: 48px;
  }
}

.reservation-btn__label {
  display: block;
}
.reservation-btn__label.--en {
  padding-top: 6px;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0.5px;
}
@media only screen and (min-width: 768px) {
  .reservation-btn__label.--en {
    padding-top: 5px;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 0.5px;
  }
}
.reservation-btn__label.--jp {
  padding-top: 2px;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
}
@media only screen and (min-width: 768px) {
  .reservation-btn__label.--jp {
    padding-top: 2px;
    font-size: 16px;
    line-height: 16px;
  }
}

a.btn.reservation-btn-v2 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  width: 60px;
  height: 48px;
  border-radius: 0;
}
a.btn.reservation-btn-v2:link, a.btn.reservation-btn-v2:visited {
  color: rgb(255, 255, 255);
  background-color: rgb(63, 198, 184);
  border: solid 1px rgba(77, 173, 179, 0.5);
}
a.btn.reservation-btn-v2:hover, a.btn.reservation-btn-v2:active {
  color: rgb(77, 173, 179);
  background-color: rgb(255, 255, 255);
  border: solid 1px rgb(63, 198, 184);
}
@media only screen and (min-width: 768px) {
  a.btn.reservation-btn-v2 {
    width: 120px;
    height: 48px;
  }
}

.reservation-btn-v2__label {
  display: block;
  padding: 0;
  font-size: 12px;
  line-height: 12px;
}
@media only screen and (min-width: 768px) {
  .reservation-btn-v2__label {
    padding: 0;
    font-size: 16px;
    line-height: 16px;
  }
}

a.btn.recruit-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 0 4px;
  padding: 0;
  width: 60px;
  height: 48px;
  border-radius: 0;
}
a.btn.recruit-btn:link, a.btn.recruit-btn:visited {
  background-color: rgb(245, 244, 241);
  border: solid 1px rgba(119, 99, 65, 0.3);
}
a.btn.recruit-btn:hover, a.btn.recruit-btn:active {
  background-color: rgb(119, 99, 65);
  border: solid 1px rgba(119, 99, 65, 0.3);
}
@media only screen and (min-width: 768px) {
  a.btn.recruit-btn {
    margin: 0 0 0 8px;
    width: 120px;
    height: 48px;
  }
}

.recruit-btn__label {
  display: block;
  padding: 0;
  font-size: 12px;
  line-height: 12px;
}
@media only screen and (min-width: 768px) {
  .recruit-btn__label {
    padding: 0;
    font-size: 16px;
    line-height: 16px;
  }
}

.sdgs-icons {
  display: flex;
  justify-content: center;
}

.sdgs-icon {
  width: 80px;
  height: auto;
  margin-right: 4px;
}

.sdgs-icons .sdgs-icon:last-child {
  margin-right: 0;
}

.section__container {
  padding-right: 16px;
  padding-left: 16px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .section__container {
    margin: 0 auto;
    padding-right: 0;
    padding-left: 0;
    width: 768px;
  }
}
@media only screen and (min-width: 1024px) {
  .section__container {
    width: 1024px;
  }
}
@media only screen and (min-width: 1320px) {
  .section__container {
    width: 1320px;
  }
}

/*
                              1320px  1024px  768px  576px default
.section__content         ...  640px   100%    100%   100%
.section__content.--large ...  860px  860px   768px   100%    100%
.section__content.--full  ... 1320px   100%    100%   100%
*/
.section__content {
  margin: 0 auto 32px auto;
  padding-right: 16px;
  padding-left: 16px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .section__content {
    margin: 0 auto 32px auto;
    padding-right: 0;
    padding-left: 0;
    width: 640px;
  }
}

.section__content.--large {
  padding-right: 16px;
  padding-left: 16px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .section__content.--large {
    margin: 0 auto;
    padding-right: 0;
    padding-left: 0;
    width: 768px;
  }
}
@media only screen and (min-width: 1024px) {
  .section__content.--large {
    width: 860px;
  }
}
@media only screen and (min-width: 1320px) {
  .section__content.--large {
    width: 860px;
  }
}

.section__content.--full {
  padding-right: 16px;
  padding-left: 16px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .section__content.--full {
    margin: 0 auto;
    padding-right: 0;
    padding-left: 0;
    width: 768px;
  }
}
@media only screen and (min-width: 1024px) {
  .section__content.--full {
    width: 1024px;
  }
}
@media only screen and (min-width: 1320px) {
  .section__content.--full {
    width: 1320px;
  }
}

.section__heading {
  margin: 80px 0 16px 0;
  padding-right: 16px;
  padding-left: 16px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .section__heading {
    margin: 168px auto 32px auto;
    padding-right: 0;
    padding-left: 0;
    width: 640px;
  }
}

.section__content + .section__heading {
  margin: 56px auto 16px auto;
}

.section__footer {
  margin: 0 0 80px 0;
  padding-right: 16px;
  padding-left: 16px;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .section__footer {
    margin: 0 auto 80px auto;
    padding-right: 0;
    padding-left: 0;
    width: 640px;
  }
}
.slick-dots {
  list-style: none;
  text-align: right;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 2px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
  background: rgb(180, 180, 180);
}

@media only screen and (min-width: 768px) {
  .slick-dots li {
    width: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .slick-dots li {
    width: 40px;
  }
}
.slick-dots li.slick-active {
  background: rgb(77, 173, 179);
}

.slick-dots li button {
  position: relative;
  font-size: 0;
  line-height: 0;
  display: block;
  width: 40px;
  height: 3px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
  z-index: 8;
}

@media only screen and (min-width: 768px) {
  .slick-dots li button {
    width: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .slick-dots li button {
    width: 40px;
  }
}
.slick-dots li button::after {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0;
  line-height: 0;
  content: "";
  display: none;
  width: 0px;
  height: 2px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: rgb(180, 180, 180);
  z-index: 9;
}

.slick-dots li.slick-active button::after {
  display: block;
  animation-name: carouselLineAnimation__default;
  animation-duration: 7.5s;
  animation-timing-function: linear;
}

@media only screen and (min-width: 768px) {
  .slick-dots li.slick-active button::after {
    animation-name: carouselLineAnimation__sm;
  }
}
@media only screen and (min-width: 1024px) {
  .slick-dots li.slick-active button::after {
    animation-name: carouselLineAnimation__default;
  }
}
.slick-dots li button::before {
  position: absolute;
  top: -4px;
  left: 0;
  font-size: 0;
  line-height: 0;
  content: "";
  display: none;
  width: 10px;
  height: 10px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  border-radius: 5px;
  outline: none;
  opacity: 0;
  background: rgb(77, 173, 179);
  z-index: 10;
}

.slick-dots li.slick-active button::before {
  opacity: 1;
  display: block;
  animation-name: carouselDotAnimation__default;
  animation-duration: 7.5s;
  animation-timing-function: linear;
}

@media only screen and (min-width: 768px) {
  .slick-dots li.slick-active button::before {
    animation-name: carouselDotAnimation__sm;
  }
}
@media only screen and (min-width: 1024px) {
  .slick-dots li.slick-active button::before {
    animation-name: carouselDotAnimation__default;
  }
}
@keyframes carouselLineAnimation__default {
  0% {
    width: 0;
  }
  100% {
    width: 40px;
  }
}
@keyframes carouselDotAnimation__default {
  0% {
    left: 0;
  }
  100% {
    left: 40px;
  }
}
@keyframes carouselLineAnimation__sm {
  0% {
    width: 0;
  }
  100% {
    width: 20px;
  }
}
@keyframes carouselDotAnimation__sm {
  0% {
    left: 0;
  }
  100% {
    left: 20px;
  }
}
.sns-nav {
  margin: 0 0 32px 0;
  padding: 0;
}

.sns-nav__list {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}

.sns-nav__item {
  display: block;
}

.sns-nav__link {
  display: block;
  width: 40px;
  height: 48px;
  margin: 0;
  padding: 12px 8px;
}

a.sns-nav__link:link,
a.sns-nav__link:visited {
  border-bottom: none;
}

a.sns-nav__link:hover,
a.sns-nav__link:active,
a.sns-nav__link:focus {
  border-bottom: none;
}

.sns-nav__icon {
  width: 100%;
  height: auto;
  vertical-align: top;
}

.story {
  padding: 104px 0 0 0;
}

.story .columns {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}

@media only screen and (min-width: 768px) {
  .story .columns {
    flex-direction: row;
  }
}
.story .column.--col-04 {
  padding-right: 0;
}

@media only screen and (min-width: 768px) {
  .story .column.--col-04 {
    padding-left: 12px;
  }
}
@media only screen and (min-width: 1320px) {
  .story .column.--col-04 {
    padding-left: 30px;
  }
}
.story .column.--col-08 {
  padding-left: 0;
  padding-bottom: 16px;
}

@media only screen and (min-width: 768px) {
  .story .column.--col-08 {
    padding-right: 12px;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 1320px) {
  .story .column.--col-08 {
    padding-right: 30px;
  }
}
.story .column.--col-08 .column__img {
  width: 100%;
  height: auto;
}

.store-info__img {
  width: 100%;
  height: auto;
}

.switch {
  display: inline-block;
  position: relative;
  padding: 0 4px 2px 0;
  border-bottom: dotted 1px rgb(104, 195, 184);
}

.switch__input {
  margin: 0;
  box-sizing: border-box;
  padding: 0;
  position: absolute;
  inline-size: 100%;
  block-size: 100%;
  inset-block-start: 0;
  inset-inline-start: 0;
  opacity: 0;
  z-index: -1;
}

.switch__label {
  padding: 0 0 2px 22px;
  display: inline-block;
  background-size: 18px 18px;
  background-position: center left;
  background-repeat: no-repeat;
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Hiragino Mincho Pro", "serif";
  font-size: 14px;
  line-height: 26px;
  cursor: pointer;
}

.switch__input + .switch__label {
  background-image: url("../../../gallary/img/gallary_icon_02_off.png");
}

.switch__input:checked + .switch__label {
  background-image: url("../../../gallary/img/gallary_icon_02_on.png");
}

.switch__label .--off {
  display: inline;
}

.switch__label .--on {
  display: none;
}

.tags {
  margin-bottom: 16px;
}

.tag__list {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right;
}

.tag__item {
  display: inline-block;
  margin: 0 8px 0 0;
  padding: 4px 16px;
  font-size: 14px;
  line-height: 26px;
  background: rgba(199, 191, 163, 0.3);
  border-radius: 20px;
}

.tag__list .tag__item:last-child {
  margin-right: 0;
}

.tel {
  padding: 16px 0 0 0;
}

.tel__text {
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Hiragino Mincho Pro", "serif";
  font-size: 16px;
  line-height: 28px;
}

@media only screen and (min-width: 768px) {
  .tel__text {
    font-size: 17px;
    line-height: 32px;
  }
}
@media only screen and (min-width: 1024px) {
  .tel__text {
    font-size: 18px;
    line-height: 34px;
  }
}
.tel__em {
  font-style: normal;
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Hiragino Mincho Pro", "serif";
  font-size: 20px;
  line-height: 28px;
}

@media only screen and (min-width: 768px) {
  .tel__em {
    font-size: 22px;
    line-height: 32px;
  }
}
@media only screen and (min-width: 1024px) {
  .tel__em {
    font-size: 26px;
    line-height: 34px;
  }
}
.tel__notice {
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Hiragino Mincho Pro", "serif";
  font-size: 13px;
  line-height: 24px;
}

@media only screen and (min-width: 768px) {
  .tel__notice {
    font-size: 14px;
    line-height: 26px;
  }
}
@media only screen and (min-width: 1024px) {
  .tel__notice {
    font-size: 14px;
    line-height: 26px;
  }
}
.access .text {
  margin: 0 auto;
  width: 264px;
}

.text {
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Hiragino Mincho Pro", "serif";
  margin: 0 0 16px 0;
}

.text.--indent {
  margin: 0 0 16px 16px;
}

.text.--notice {
  margin: 0 0 8px 0;
}

.to-the-press .section__container {
  padding-top: 56px;
}

@media only screen and (min-width: 768px) {
  .to-the-press .section__container {
    margin: 0 auto;
    padding-top: 104px;
    padding-right: 0;
    padding-left: 0;
    width: 640px;
  }
}
.to-the-press .section__footer {
  padding-top: 24px;
}

.virtual-table__row {
  display: flex;
  padding: 0;
  border-bottom: solid 1px rgb(209, 207, 194);
}

.virtual-table .virtual-table__row:first-child {
  border-top: solid 1px rgb(209, 207, 194);
}

.virtual-table .virtual-table__heading .heading {
  margin: 0;
}

.virtual-table.--A01 {
  margin-bottom: 56px;
}

.virtual-table.--A01 .list-dl {
  display: block;
  padding: 16px 0;
}
@media only screen and (min-width: 768px) {
  .virtual-table.--A01 .list-dl {
    display: flex;
  }
}

.virtual-table.--A01 .list-dl .list-dl__dt {
  width: 100%;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 26px;
}
@media only screen and (min-width: 768px) {
  .virtual-table.--A01 .list-dl .list-dl__dt {
    width: 122px;
    margin-bottom: 0;
  }
}

.virtual-table.--A01 .list-dl .list-dl__dd {
  width: 100%;
  font-size: 14px;
  line-height: 26px;
}
@media only screen and (min-width: 768px) {
  .virtual-table.--A01 .list-dl .list-dl__dd {
    width: calc(100% - 122px);
  }
}

/* --B01 */
.virtual-table.--B01 .virtual-table__row {
  display: block;
  padding-top: 8px;
  padding-bottom: 8px;
}
@media only screen and (min-width: 768px) {
  .virtual-table.--B01 .virtual-table__row {
    display: flex;
  }
}

.virtual-table.--B01 .virtual-table__heading {
  width: 100%;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 26px;
}
@media only screen and (min-width: 768px) {
  .virtual-table.--B01 .virtual-table__heading {
    width: 122px;
    margin-bottom: 0;
  }
}

.virtual-table.--B01 .virtual-table__content {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .virtual-table.--B01 .virtual-table__content {
    width: calc(100% - 122px);
  }
}

.virtual-table.--B01 .list-dl {
  margin-bottom: 8px;
  padding: 0;
  align-items: center;
}
.virtual-table.--B01 .list-dl:last-child {
  margin-bottom: 0;
}

.virtual-table.--B01 .list-dl .list-dl__dt {
  width: 75%;
  font-size: 14px;
  line-height: 26px;
}
@media only screen and (min-width: 768px) {
  .virtual-table.--B01 .list-dl .list-dl__dt {
    width: 304px;
  }
}

.virtual-table.--B01 .list-dl .list-dl__dd {
  width: 25%;
  text-align: right;
  font-size: 14px;
  line-height: 26px;
}
@media only screen and (min-width: 768px) {
  .virtual-table.--B01 .list-dl .list-dl__dd {
    width: calc(100% - 304px);
    text-align: left;
  }
}

.virtual-table.--B02 {
  margin-bottom: 16px;
}

.virtual-table.--B02 .virtual-table__row {
  display: block;
  padding-top: 8px;
  padding-bottom: 8px;
}
@media only screen and (min-width: 768px) {
  .virtual-table.--B02 .virtual-table__row {
    display: flex;
  }
}

.virtual-table.--B02 .virtual-table__heading {
  width: 100%;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 26px;
}
@media only screen and (min-width: 768px) {
  .virtual-table.--B02 .virtual-table__heading {
    margin-bottom: 0;
    width: 136px;
  }
}

.virtual-table.--B02 .virtual-table__content {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .virtual-table.--B02 .virtual-table__content {
    width: calc(100% - 136px);
  }
}

.virtual-table.--B02 .list-dl {
  margin-bottom: 8px;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .virtual-table.--B02 .list-dl {
    margin-bottom: 0;
  }
}

.virtual-table.--B02 .list-dl:last-child {
  margin-bottom: 0;
}

.virtual-table.--B02 .list-dl .list-dl__dt {
  width: 60%;
  font-size: 14px;
  line-height: 26px;
}
@media only screen and (min-width: 768px) {
  .virtual-table.--B02 .list-dl .list-dl__dt {
    width: 136px;
  }
}

.virtual-table.--B02 .list-dl .list-dl__dd {
  width: 40%;
  font-size: 14px;
  line-height: 26px;
}
@media only screen and (min-width: 768px) {
  .virtual-table.--B02 .list-dl .list-dl__dd {
    width: calc(100% - 136px);
  }
}

/* --B03 */
.virtual-table.--B03 {
  margin-bottom: 16px;
}

.virtual-table.--B03 .virtual-table__row {
  display: block;
  padding-top: 8px;
  padding-bottom: 8px;
}
@media only screen and (min-width: 768px) {
  .virtual-table.--B03 .virtual-table__row {
    display: flex;
  }
}

.virtual-table.--B03 .virtual-table__heading {
  width: 100%;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 26px;
}
@media only screen and (min-width: 768px) {
  .virtual-table.--B03 .virtual-table__heading {
    width: 136px;
    margin-bottom: 0;
  }
}

.virtual-table.--B03 .virtual-table__content {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .virtual-table.--B03 .virtual-table__content {
    width: calc(100% - 136px);
  }
}

.virtual-table.--B03 .list-dl {
  margin-bottom: 8px;
  padding: 0;
}

.virtual-table.--B03 .list-dl:last-child {
  margin-bottom: 0;
}

.virtual-table.--B03 .list-dl .list-dl__dt {
  width: 60%;
  font-size: 14px;
  line-height: 26px;
}
@media only screen and (min-width: 768px) {
  .virtual-table.--B03 .list-dl .list-dl__dt {
    width: 152px;
  }
}

.virtual-table.--B03 .list-dl .list-dl__dd {
  width: 40%;
  font-size: 14px;
  line-height: 26px;
  text-align: right;
}
@media only screen and (min-width: 768px) {
  .virtual-table.--B03 .list-dl .list-dl__dd {
    width: calc(100% - 152px);
    text-align: left;
  }
}

/* --B04 */
.virtual-table.--B04 {
  margin-bottom: 8px;
}

.virtual-table.--B04 .virtual-table__row {
  display: block;
  padding-top: 8px;
  padding-bottom: 8px;
}
@media only screen and (min-width: 768px) {
  .virtual-table.--B04 .virtual-table__row {
    display: flex;
  }
}

.virtual-table.--B04 .virtual-table__heading {
  width: 100%;
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 4px;
}
@media only screen and (min-width: 768px) {
  .virtual-table.--B04 .virtual-table__heading {
    width: 122px;
    margin-bottom: 0;
  }
}

.virtual-table.--B04 .virtual-table__content {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .virtual-table.--B04 .virtual-table__content {
    width: calc(100% - 122px);
  }
}

.virtual-table.--B04 .list-dl {
  padding: 0;
  justify-content: space-between;
}

.virtual-table.--B04 .list-dl:last-child {
  margin-bottom: 0;
}

.virtual-table.--B04 .list-dl .list-dl__dt {
  width: 57%;
  font-size: 14px;
  line-height: 26px;
}
@media only screen and (min-width: 768px) {
  .virtual-table.--B04 .list-dl .list-dl__dt {
    width: auto;
  }
}

.virtual-table.--B04 .list-dl .list-dl__dd {
  width: 43%;
  font-size: 14px;
  line-height: 26px;
  text-align: right;
}
@media only screen and (min-width: 768px) {
  .virtual-table.--B04 .list-dl .list-dl__dd {
    width: auto;
  }
}

/* --B05 */
.virtual-table.--B05 {
  margin-bottom: 16px;
}

.virtual-table.--B05 .virtual-table__row {
  display: block;
  padding-top: 16px;
}
@media only screen and (min-width: 768px) {
  .virtual-table.--B05 .virtual-table__row {
    display: flex;
  }
}

.virtual-table.--B05 .virtual-table__heading {
  width: 100%;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 26px;
}
@media only screen and (min-width: 768px) {
  .virtual-table.--B05 .virtual-table__heading {
    width: 200px;
  }
}

.virtual-table.--B05 .virtual-table__content {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .virtual-table.--B05 .virtual-table__content {
    width: calc(100% - 200px);
  }
}

.virtual-table.--B05 .virtual-table__content .heading {
  margin-bottom: 8px;
  padding: 0;
}

.virtual-table.--B05 .list-dl {
  margin-bottom: 16px;
  padding: 0;
}

.virtual-table.--B05 .list-dl + .list-dl,
.virtual-table.--B05 .list-dl + .text {
  margin-top: -8px;
}

.virtual-table.--B05 .list-dl .list-dl__dt {
  width: 152px;
  font-size: 14px;
  line-height: 26px;
}

.virtual-table.--B05 .list-dl .list-dl__dd {
  width: calc(100% - 152px);
  font-size: 14px;
  line-height: 26px;
}

.virtual-table.--B05 .virtual-table__cols {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.virtual-table.--B05 .virtual-table__cols .virtual-table__col {
  width: 50%;
  margin-bottom: -8px;
}

.virtual-table.--B05 .virtual-table__cols .virtual-table__col:nth-child(odd) {
  margin-left: 0;
}

/* --B06 */
.virtual-table.--B06 {
  margin-bottom: 16px;
}

.virtual-table.--B06 .virtual-table__row {
  display: block;
  padding-top: 16px;
}
@media only screen and (min-width: 768px) {
  .virtual-table.--B06 .virtual-table__row {
    display: flex;
  }
}

.virtual-table.--B06 .virtual-table__heading {
  width: 100%;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 26px;
}
@media only screen and (min-width: 768px) {
  .virtual-table.--B06 .virtual-table__heading {
    width: 120px;
  }
}

.virtual-table.--B06 .virtual-table__content {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .virtual-table.--B06 .virtual-table__content {
    width: calc(100% - 120px);
  }
}

.virtual-table.--B06 .virtual-table__content .heading {
  margin-bottom: 8px;
  padding: 0;
}

.virtual-table.--B06 .list-dl {
  margin-bottom: 16px;
  padding: 0;
}

.virtual-table.--B06 .list-dl + .list-dl,
.virtual-table.--B06 .list-dl + .text {
  margin-top: -8px;
}

.virtual-table.--B06 .list-dl .list-dl__dt {
  width: 120px;
  font-size: 14px;
  line-height: 26px;
}

.virtual-table.--B06 .list-dl .list-dl__dd {
  width: calc(100% - 120px);
  font-size: 14px;
  line-height: 26px;
}

.virtual-table.--B06 .virtual-table__cols {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.virtual-table.--B06 .virtual-table__cols .virtual-table__col {
  width: 50%;
  margin-bottom: -8px;
}

.virtual-table.--B06 .virtual-table__cols .virtual-table__col:nth-child(odd) {
  margin-left: 0;
}

/* --B07 */
.virtual-table.--B07 {
  margin-bottom: 16px;
}

.virtual-table.--B07 .virtual-table__row {
  display: block;
  padding-top: 8px;
  padding-bottom: 8px;
}
@media only screen and (min-width: 768px) {
  .virtual-table.--B07 .virtual-table__row {
    display: flex;
  }
}

.virtual-table.--B07 .virtual-table__heading {
  width: 100%;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 26px;
}
@media only screen and (min-width: 768px) {
  .virtual-table.--B07 .virtual-table__heading {
    width: 136px;
    margin-bottom: 0;
  }
}

.virtual-table.--B07 .virtual-table__content {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .virtual-table.--B07 .virtual-table__content {
    width: calc(100% - 136px);
  }
}

.virtual-table.--B07 .list-dl {
  margin-bottom: 8px;
  padding: 0;
}

.virtual-table.--B07 .list-dl.--wide {
  margin-bottom: 8px;
  padding: 0;
  display: block;
}
@media only screen and (min-width: 768px) {
  .virtual-table.--B07 .list-dl.--wide {
    display: flex;
  }
}

.virtual-table.--B07 .list-dl:last-child {
  margin-bottom: 0;
}

.virtual-table.--B07 .list-dl .list-dl__dt {
  width: 60%;
  font-size: 14px;
  line-height: 26px;
}
@media only screen and (min-width: 768px) {
  .virtual-table.--B07 .list-dl .list-dl__dt {
    width: 152px;
  }
}

.virtual-table.--B07 .list-dl .list-dl__dd {
  width: 40%;
  font-size: 14px;
  line-height: 26px;
  text-align: right;
}
@media only screen and (min-width: 768px) {
  .virtual-table.--B07 .list-dl .list-dl__dd {
    width: calc(100% - 152px);
    text-align: left;
  }
}

.virtual-table.--B07 .list-dl.--wide .list-dl__dt {
  width: 100%;
  font-size: 14px;
  line-height: 26px;
  margin-top: 4px;
  margin-bottom: 4px;
}
@media only screen and (min-width: 768px) {
  .virtual-table.--B07 .list-dl.--wide .list-dl__dt {
    width: 152px;
    margin-top: 0;
    margin-bottom: 0;
  }
}

.virtual-table.--B07 .list-dl.--wide .list-dl__dd {
  width: 100%;
  font-size: 14px;
  line-height: 26px;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .virtual-table.--B07 .list-dl.--wide .list-dl__dd {
    width: calc(100% - 152px);
  }
}

/* --B08 */
.virtual-table.--B08 {
  margin-bottom: 16px;
}

.virtual-table.--B08 .virtual-table__row {
  display: block;
  padding-top: 16px;
}
@media only screen and (min-width: 768px) {
  .virtual-table.--B08 .virtual-table__row {
    display: flex;
  }
}

.virtual-table.--B08 .virtual-table__heading {
  width: 100%;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 26px;
}
@media only screen and (min-width: 768px) {
  .virtual-table.--B08 .virtual-table__heading {
    width: 200px;
  }
}

.virtual-table.--B08 .virtual-table__content {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .virtual-table.--B08 .virtual-table__content {
    width: calc(100% - 200px);
  }
}

.virtual-table.--B08 .virtual-table__content .heading {
  margin-bottom: 8px;
  padding: 0;
}

.virtual-table.--B08 .list-dl {
  margin-bottom: 16px;
  padding: 0;
}

.virtual-table.--B08 .list-dl + .list-dl,
.virtual-table.--B08 .list-dl + .text {
  margin-top: -8px;
}

.virtual-table.--B08 .list-dl .list-dl__dt {
  width: 220px;
  font-size: 14px;
  line-height: 26px;
}

.virtual-table.--B08 .list-dl .list-dl__dd {
  width: calc(100% - 220px);
  font-size: 14px;
  line-height: 26px;
  text-align: right;
}

.virtual-table.--B08 .virtual-table__cols {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.virtual-table.--B08 .virtual-table__cols .virtual-table__col {
  width: 50%;
  margin-bottom: -8px;
}

.virtual-table.--B08 .virtual-table__cols .virtual-table__col:nth-child(odd) {
  margin-left: 0;
}

/* --B09 */
.virtual-table.--B09 {
  margin-bottom: 16px;
}

.virtual-table.--B09 .virtual-table__row {
  display: block;
  padding-top: 16px;
}
@media only screen and (min-width: 768px) {
  .virtual-table.--B09 .virtual-table__row {
    display: flex;
  }
}

.virtual-table.--B09 .virtual-table__heading {
  width: 100%;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 26px;
}
@media only screen and (min-width: 768px) {
  .virtual-table.--B09 .virtual-table__heading {
    width: 200px;
  }
}

.virtual-table.--B09 .virtual-table__content {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .virtual-table.--B09 .virtual-table__content {
    width: calc(100% - 200px);
  }
}

.virtual-table.--B09 .virtual-table__content .heading {
  margin-bottom: 8px;
  padding: 0;
}

.virtual-table.--B09 .list-dl {
  margin-bottom: 16px;
  padding: 0;
}

.virtual-table.--B09 .list-dl + .list-dl,
.virtual-table.--B09 .list-dl + .text {
  margin-top: -8px;
}

.virtual-table.--B09 .list-dl .list-dl__dt {
  width: 250px;
  font-size: 14px;
  line-height: 26px;
}

.virtual-table.--B09 .list-dl .list-dl__dd {
  width: calc(100% - 250px);
  font-size: 14px;
  line-height: 26px;
  text-align: right;
}

.virtual-table.--B09 .virtual-table__cols {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.virtual-table.--B09 .virtual-table__cols .virtual-table__col {
  width: 50%;
  margin-bottom: -8px;
}

.virtual-table.--B09 .virtual-table__cols .virtual-table__col:nth-child(odd) {
  margin-left: 0;
}

/* --C01 */
.virtual-table.--C01 .virtual-table__row {
  display: block;
  padding-top: 8px;
  padding-bottom: 8px;
}
@media only screen and (min-width: 768px) {
  .virtual-table.--C01 .virtual-table__row {
    display: flex;
  }
}
.virtual-table.--C01 .virtual-table__row.--header {
  display: none;
}
@media only screen and (min-width: 768px) {
  .virtual-table.--C01 .virtual-table__row.--header {
    display: flex;
    border-top: none;
    border-bottom: none;
    padding-top: 0;
  }
}

.virtual-table.--C01 .virtual-table__row.--header + .virtual-table__row {
  border-top: solid 1px rgb(209, 207, 194);
}

.virtual-table.--C01 .virtual-table__heading {
  width: 100%;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 26px;
}
@media only screen and (min-width: 768px) {
  .virtual-table.--C01 .virtual-table__heading {
    width: 122px;
    margin-bottom: 0;
    padding-right: 16px;
  }
}

.virtual-table.--C01 .virtual-table__content {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .virtual-table.--C01 .virtual-table__content {
    width: calc(100% - 122px);
  }
}

.virtual-table.--C01 .virtual-table__content .text {
  font-size: 14px;
  line-height: 26px;
}

.virtual-table.--C01 .virtual-table__content .text:last-child {
  margin-bottom: 0;
}

.virtual-table.--C01 .list-dl {
  padding: 0;
}

.virtual-table.--C01 .list-dl:last-child {
  margin-bottom: 0;
}

.virtual-table.--C01 .list-dl .list-dl__dt {
  width: 80px;
  font-size: 14px;
  line-height: 26px;
}
@media only screen and (min-width: 768px) {
  .virtual-table.--C01 .list-dl .list-dl__dt {
    width: 112px;
  }
}

.virtual-table.--C01 .list-dl .list-dl__dd {
  width: calc(100% - 80px);
  font-size: 14px;
  line-height: 26px;
}
@media only screen and (min-width: 768px) {
  .virtual-table.--C01 .list-dl .list-dl__dd {
    width: calc(100% - 112px);
  }
}

/* --C02 */
.virtual-table.--C02 {
  margin: 16px 0;
}

.virtual-table.--C02 .virtual-table__row {
  flex-direction: column;
  padding: 8px 0 0 0;
}

.virtual-table.--C02 .list-dl {
  margin: 0 0 8px 0;
  padding: 0;
}

.virtual-table.--C02 .list-dl .list-dl__dt {
  width: 140px;
  font-size: 14px;
  line-height: 26px;
}

.virtual-table.--C02 .list-dl .list-dl__dd {
  width: 120px;
  font-size: 14px;
  line-height: 26px;
}

/* --C03 */
.virtual-table.--C03 {
  margin: 16px 0;
}

.virtual-table.--C03 .virtual-table__row {
  flex-direction: column;
  padding: 8px 0 0 0;
}

.virtual-table.--C03 .list-dl {
  margin: 0 0 8px 0;
  padding: 0;
}

.virtual-table.--C03 .list-dl .list-dl__dt {
  width: 120px;
  font-size: 14px;
  line-height: 26px;
}

.virtual-table.--C03 .list-dl .list-dl__dd {
  width: 200px;
  font-size: 14px;
  line-height: 26px;
}

.virtual-table.--C03 .list-dl .list-dl__dd:last-child {
  width: calc(100% - 320px);
  font-size: 14px;
  line-height: 26px;
}

/* --D01 */
.virtual-table.--D01 {
  margin-bottom: 16px;
}

.virtual-table.--D01 .virtual-table__row {
  display: flex;
  padding: 0 0 16px 0;
  border-bottom: none;
}

.virtual-table.--D01 .virtual-table__row:first-child {
  border-top: none;
}

.virtual-table.--D01 .virtual-table__heading {
  width: 80px;
  font-size: 14px;
  line-height: 26px;
}

.virtual-table.--D01 .virtual-table__content {
  width: calc(100% - 80px);
}

.virtual-table.--D01 .list-dl {
  padding: 0;
  justify-content: space-between;
}

.virtual-table.--D01 .list-dl:last-child {
  margin-bottom: 0;
}

.virtual-table.--D01 .list-dl .list-dl__dt {
  font-size: 14px;
  line-height: 26px;
}

.virtual-table.--D01 .list-dl .list-dl__dd {
  font-size: 14px;
  line-height: 26px;
}

.youtube__heading {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 16px 0 16px 0;
  padding-right: 16px;
  padding-left: 16px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .youtube__heading {
    margin: 16px auto 16px auto;
    padding-right: 0;
    padding-left: 0;
    width: 640px;
  }
}

.youtube__icon {
  width: 28px;
  height: 28px;
  margin-right: 8px;
  margin-top: -4px;
  display: inline-block;
}
/*# sourceMappingURL=style.css.map */
</pre></body></html>