@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@500&display=swap");
body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image:before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image, .fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-iframe, .fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled], .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--fsexit svg:first-child, .fancybox-button--pause svg:first-child, .fancybox-button--play svg:nth-child(2) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

.fancybox-caption {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

.fancybox-loading {
  animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes a {
  to {
    transform: rotate(1turn);
  }
}
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translateZ(0) scale(1);
}

@media (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:link, .fancybox-share__button:visited {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus:before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}

@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
} /* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

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

@media screen and (min-width: 770px) {
  .show-sp {
    display: none;
  }
}

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

.ftitle_r {
  font-family: ten-mincho-text, serif;
  font-style: normal;
}
body.dohkan .ftitle_r {
  font-family: YuMincho, "Yu Mincho", serif;
}
body.michiko .ftitle_r {
  font-family: "Yu Mincho", YuMincho, "Noto Serif JP", serif;
}

.fsans {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-style: normal;
}

.fserif_m {
  font-family: "Yu Mincho", YuMincho, "Noto Serif JP", serif;
  font-style: normal;
}
body.dohkan .fserif_m {
  font-family: YuMincho, "Yu Mincho", serif;
}

.fserif_sb {
  font-family: "Yu Mincho", YuMincho, "Noto Serif JP", serif;
  font-style: normal;
}
body.dohkan .fserif_sb {
  font-family: YuMincho, "Yu Mincho", serif;
}
body.michiko .fserif_sb {
  font-family: "Yu Mincho", YuMincho, "Noto Serif JP", serif;
}

.feng_m {
  font-family: "Yu Mincho", YuMincho, "Noto Serif JP", serif;
}
body.dohkan .feng_m {
  font-family: "Rozha One", serif;
}

.fsize-lead {
  font-size: 39.1px;
}
@media screen and (max-width: 769px) {
  .fsize-lead {
    font-size: 23px;
  }
}

.fsize-96 {
  font-size: 81.6px !important;
}
@media screen and (max-width: 769px) {
  .fsize-96 {
    font-size: 34px !important;
  }
}

.fsize-78 {
  font-size: 74.8px !important;
}
@media screen and (max-width: 769px) {
  .fsize-78 {
    font-size: 34px !important;
  }
}

.fsize-70 {
  font-size: 59.5px !important;
}
@media screen and (max-width: 769px) {
  .fsize-70 {
    font-size: 34px !important;
  }
}

.fsize-65 {
  font-size: 55.25px !important;
}
@media screen and (max-width: 769px) {
  .fsize-65 {
    font-size: 32.3px !important;
  }
}

.fsize-55 {
  font-size: 46.75px !important;
}
@media screen and (max-width: 769px) {
  .fsize-55 {
    font-size: 30.6px !important;
  }
}

.fsize-46 {
  font-size: 39.1px !important;
}
@media screen and (max-width: 769px) {
  .fsize-46 {
    font-size: 34px !important;
  }
}

.fsize-42 {
  font-size: 35.7px !important;
}
@media screen and (max-width: 769px) {
  .fsize-42 {
    font-size: 30.6px !important;
  }
}

.fsize-36 {
  font-size: 30.6px !important;
}
@media screen and (max-width: 769px) {
  .fsize-36 {
    font-size: 20.4px !important;
  }
}

.fsize-30 {
  font-size: 25.5px !important;
}
@media screen and (max-width: 769px) {
  .fsize-30 {
    font-size: 17px !important;
  }
}

.fsize-26 {
  font-size: 22.1px !important;
}
@media screen and (max-width: 769px) {
  .fsize-26 {
    font-size: 13px !important;
  }
}

.fsize-18 {
  font-size: 15.3px !important;
}
@media screen and (max-width: 769px) {
  .fsize-18 {
    font-size: 13.6px !important;
  }
}

.fsize-16 {
  font-size: 13.6px !important;
}
@media screen and (max-width: 769px) {
  .fsize-16 {
    font-size: 11.2px !important;
  }
}

.fsize-14 {
  font-size: 11.9px !important;
}
@media screen and (max-width: 769px) {
  .fsize-14 {
    font-size: 11.05px !important;
  }
}

.fsize-15 {
  font-size: 12.75px !important;
}
@media screen and (max-width: 769px) {
  .fsize-15 {
    font-size: 11.05px !important;
  }
}

.fsize-13 {
  font-size: 11.05px !important;
}
@media screen and (max-width: 769px) {
  .fsize-13 {
    font-size: 10.2px !important;
  }
}

.fsize-12 {
  font-size: 10.2px !important;
}
@media screen and (max-width: 769px) {
  .fsize-12 {
    font-size: 10.2px !important;
  }
}

.fsize-10 {
  font-size: 8.5px !important;
}
@media screen and (max-width: 769px) {
  .fsize-10 {
    font-size: 8.5px !important;
  }
}

.fsize-lll {
  font-size: 46px;
}
@media screen and (max-width: 769px) {
  .fsize-lll {
    font-size: 28px;
  }
}

.fsize-ll {
  font-size: 30px;
}
@media screen and (max-width: 769px) {
  .fsize-ll {
    font-size: 22px;
  }
}

.fsize-xm {
  font-size: 18px;
  line-height: 1.75;
}
@media screen and (max-width: 769px) {
  .fsize-xm {
    font-size: 14px;
  }
}

.fsize-m {
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (max-width: 769px) {
  .fsize-m {
    font-size: 14px;
  }
}

.fsize-n {
  font-size: 14px;
  line-height: 1.75;
}
@media screen and (max-width: 769px) {
  .fsize-n {
    font-size: 13px;
  }
}

.fsize-s {
  font-size: 13px;
  line-height: 1.75;
}
@media screen and (max-width: 769px) {
  .fsize-s {
    font-size: 12px;
  }
}

.fsize-ss {
  font-size: 12px;
  line-height: 1.75;
}
@media screen and (max-width: 769px) {
  .fsize-ss {
    font-size: 11px;
  }
}

.fsize-sss {
  font-size: 10px;
  line-height: 1.75;
}
@media screen and (max-width: 769px) {
  .fsize-sss {
    font-size: 10px;
  }
}

.mt-250 {
  margin-top: 250px !important;
}
@media screen and (max-width: 769px) {
  .mt-250 {
    margin-top: 200px !important;
  }
}

.mt-200 {
  margin-top: 200px !important;
}
@media screen and (max-width: 769px) {
  .mt-200 {
    margin-top: 150px !important;
  }
}

.mt-180 {
  margin-top: 180px !important;
}
@media screen and (max-width: 769px) {
  .mt-180 {
    margin-top: 130px !important;
  }
}

.mt-150 {
  margin-top: 150px !important;
}
@media screen and (max-width: 769px) {
  .mt-150 {
    margin-top: 100px !important;
  }
}

.mt-100 {
  margin-top: 100px !important;
}
@media screen and (max-width: 769px) {
  .mt-100 {
    margin-top: 70px !important;
  }
}

.mt-80 {
  margin-top: 80px !important;
}
@media screen and (max-width: 769px) {
  .mt-80 {
    margin-top: 50px !important;
  }
}

.mt-60 {
  margin-top: 60px !important;
}
@media screen and (max-width: 769px) {
  .mt-60 {
    margin-top: 40px !important;
  }
}

.mt-50 {
  margin-top: 50px !important;
}
@media screen and (max-width: 769px) {
  .mt-50 {
    margin-top: 30px !important;
  }
}

.mt-40 {
  margin-top: 40px !important;
}
@media screen and (max-width: 769px) {
  .mt-40 {
    margin-top: 30px !important;
  }
}

.mt-30 {
  margin-top: 30px !important;
}
@media screen and (max-width: 769px) {
  .mt-30 {
    margin-top: 20px !important;
  }
}

.mt-20 {
  margin-top: 20px !important;
}
@media screen and (max-width: 769px) {
  .mt-20 {
    margin-top: 15px !important;
  }
}

.mt-10 {
  margin-top: 10px !important;
}
@media screen and (max-width: 769px) {
  .mt-10 {
    margin-top: 10px !important;
  }
}

.mt-05 {
  margin-top: 5px !important;
}
@media screen and (max-width: 769px) {
  .mt-05 {
    margin-top: 5px !important;
  }
}

.mb-250 {
  margin-bottom: 250px !important;
}
@media screen and (max-width: 769px) {
  .mb-250 {
    margin-bottom: 200px !important;
  }
}

.mb-200 {
  margin-bottom: 200px !important;
}
@media screen and (max-width: 769px) {
  .mb-200 {
    margin-bottom: 150px !important;
  }
}

.mb-180 {
  margin-bottom: 180px !important;
}
@media screen and (max-width: 769px) {
  .mb-180 {
    margin-bottom: 130px !important;
  }
}

.mb-150 {
  margin-bottom: 150px !important;
}
@media screen and (max-width: 769px) {
  .mb-150 {
    margin-bottom: 100px !important;
  }
}

.mb-100 {
  margin-bottom: 100px !important;
}
@media screen and (max-width: 769px) {
  .mb-100 {
    margin-bottom: 70px !important;
  }
}

.mb-80 {
  margin-bottom: 80px !important;
}
@media screen and (max-width: 769px) {
  .mb-80 {
    margin-bottom: 50px !important;
  }
}

.mb-60 {
  margin-bottom: 60px !important;
}
@media screen and (max-width: 769px) {
  .mb-60 {
    margin-bottom: 40px !important;
  }
}

.mb-50 {
  margin-bottom: 50px !important;
}
@media screen and (max-width: 769px) {
  .mb-50 {
    margin-bottom: 30px !important;
  }
}

.mb-40 {
  margin-bottom: 40px !important;
}
@media screen and (max-width: 769px) {
  .mb-40 {
    margin-bottom: 30px !important;
  }
}

.mb-30 {
  margin-bottom: 30px !important;
}
@media screen and (max-width: 769px) {
  .mb-30 {
    margin-bottom: 20px !important;
  }
}

.mb-20 {
  margin-bottom: 20px !important;
}
@media screen and (max-width: 769px) {
  .mb-20 {
    margin-bottom: 15px !important;
  }
}

.mb-10 {
  margin-bottom: 10px !important;
}
@media screen and (max-width: 769px) {
  .mb-10 {
    margin-bottom: 10px !important;
  }
}

.mb-05 {
  margin-bottom: 5px !important;
}
@media screen and (max-width: 769px) {
  .mb-05 {
    margin-bottom: 5px !important;
  }
}

.ml-150 {
  margin-left: 150px !important;
}
@media screen and (max-width: 769px) {
  .ml-150 {
    margin-left: 100px !important;
  }
}

.ml-100 {
  margin-left: 100px !important;
}
@media screen and (max-width: 769px) {
  .ml-100 {
    margin-left: 70px !important;
  }
}

.ml-80 {
  margin-left: 80px !important;
}
@media screen and (max-width: 769px) {
  .ml-80 {
    margin-left: 50px !important;
  }
}

.ml-60 {
  margin-left: 60px !important;
}
@media screen and (max-width: 769px) {
  .ml-60 {
    margin-left: 40px !important;
  }
}

.ml-50 {
  margin-left: 50px !important;
}
@media screen and (max-width: 769px) {
  .ml-50 {
    margin-left: 30px !important;
  }
}

.ml-40 {
  margin-left: 40px !important;
}
@media screen and (max-width: 769px) {
  .ml-40 {
    margin-left: 30px !important;
  }
}

.ml-30 {
  margin-left: 30px !important;
}
@media screen and (max-width: 769px) {
  .ml-30 {
    margin-left: 20px !important;
  }
}

.ml-20 {
  margin-left: 20px !important;
}
@media screen and (max-width: 769px) {
  .ml-20 {
    margin-left: 15px !important;
  }
}

.ml-10 {
  margin-left: 10px !important;
}
@media screen and (max-width: 769px) {
  .ml-10 {
    margin-left: 10px !important;
  }
}

.ml-05 {
  margin-left: 5px !important;
}
@media screen and (max-width: 769px) {
  .ml-05 {
    margin-left: 5px !important;
  }
}

.mr-150 {
  margin-right: 150px !important;
}
@media screen and (max-width: 769px) {
  .mr-150 {
    margin-right: 100px !important;
  }
}

.mr-100 {
  margin-right: 100px !important;
}
@media screen and (max-width: 769px) {
  .mr-100 {
    margin-right: 70px !important;
  }
}

.mr-80 {
  margin-right: 80px !important;
}
@media screen and (max-width: 769px) {
  .mr-80 {
    margin-right: 50px !important;
  }
}

.mr-60 {
  margin-right: 60px !important;
}
@media screen and (max-width: 769px) {
  .mr-60 {
    margin-right: 40px !important;
  }
}

.mr-50 {
  margin-right: 50px !important;
}
@media screen and (max-width: 769px) {
  .mr-50 {
    margin-right: 30px !important;
  }
}

.mr-40 {
  margin-right: 40px !important;
}
@media screen and (max-width: 769px) {
  .mr-40 {
    margin-right: 30px !important;
  }
}

.mr-30 {
  margin-right: 30px !important;
}
@media screen and (max-width: 769px) {
  .mr-30 {
    margin-right: 20px !important;
  }
}

.mr-20 {
  margin-right: 20px !important;
}
@media screen and (max-width: 769px) {
  .mr-20 {
    margin-right: 15px !important;
  }
}

.mr-10 {
  margin-right: 10px !important;
}
@media screen and (max-width: 769px) {
  .mr-10 {
    margin-right: 10px !important;
  }
}

.mr-05 {
  margin-right: 5px !important;
}
@media screen and (max-width: 769px) {
  .mr-05 {
    margin-right: 5px !important;
  }
}

.pt-250 {
  padding-top: 250px !important;
}
@media screen and (max-width: 769px) {
  .pt-250 {
    padding-top: 200px !important;
  }
}

.pt-200 {
  padding-top: 200px !important;
}
@media screen and (max-width: 769px) {
  .pt-200 {
    padding-top: 150px !important;
  }
}

.pt-180 {
  padding-top: 180px !important;
}
@media screen and (max-width: 769px) {
  .pt-180 {
    padding-top: 130px !important;
  }
}

.pt-150 {
  padding-top: 150px !important;
}
@media screen and (max-width: 769px) {
  .pt-150 {
    padding-top: 100px !important;
  }
}

.pt-100 {
  padding-top: 100px !important;
}
@media screen and (max-width: 769px) {
  .pt-100 {
    padding-top: 70px !important;
  }
}

.pt-80 {
  padding-top: 80px !important;
}
@media screen and (max-width: 769px) {
  .pt-80 {
    padding-top: 50px !important;
  }
}

.pt-60 {
  padding-top: 60px !important;
}
@media screen and (max-width: 769px) {
  .pt-60 {
    padding-top: 40px !important;
  }
}

.pt-50 {
  padding-top: 50px !important;
}
@media screen and (max-width: 769px) {
  .pt-50 {
    padding-top: 30px !important;
  }
}

.pt-40 {
  padding-top: 40px !important;
}
@media screen and (max-width: 769px) {
  .pt-40 {
    padding-top: 30px !important;
  }
}

.pt-30 {
  padding-top: 30px !important;
}
@media screen and (max-width: 769px) {
  .pt-30 {
    padding-top: 20px !important;
  }
}

.pt-20 {
  padding-top: 20px !important;
}
@media screen and (max-width: 769px) {
  .pt-20 {
    padding-top: 15px !important;
  }
}

.pt-10 {
  padding-top: 10px !important;
}
@media screen and (max-width: 769px) {
  .pt-10 {
    padding-top: 10px !important;
  }
}

.pt-05 {
  padding-top: 5px !important;
}
@media screen and (max-width: 769px) {
  .pt-05 {
    padding-top: 5px !important;
  }
}

.pb-250 {
  padding-bottom: 250px !important;
}
@media screen and (max-width: 769px) {
  .pb-250 {
    padding-bottom: 200px !important;
  }
}

.pb-200 {
  padding-bottom: 200px !important;
}
@media screen and (max-width: 769px) {
  .pb-200 {
    padding-bottom: 150px !important;
  }
}

.pb-180 {
  padding-bottom: 180px !important;
}
@media screen and (max-width: 769px) {
  .pb-180 {
    padding-bottom: 130px !important;
  }
}

.pb-150 {
  padding-bottom: 150px !important;
}
@media screen and (max-width: 769px) {
  .pb-150 {
    padding-bottom: 100px !important;
  }
}

.pb-100 {
  padding-bottom: 100px !important;
}
@media screen and (max-width: 769px) {
  .pb-100 {
    padding-bottom: 70px !important;
  }
}

.pb-80 {
  padding-bottom: 80px !important;
}
@media screen and (max-width: 769px) {
  .pb-80 {
    padding-bottom: 50px !important;
  }
}

.pb-60 {
  padding-bottom: 60px !important;
}
@media screen and (max-width: 769px) {
  .pb-60 {
    padding-bottom: 40px !important;
  }
}

.pb-50 {
  padding-bottom: 50px !important;
}
@media screen and (max-width: 769px) {
  .pb-50 {
    padding-bottom: 30px !important;
  }
}

.pb-40 {
  padding-bottom: 40px !important;
}
@media screen and (max-width: 769px) {
  .pb-40 {
    padding-bottom: 30px !important;
  }
}

.pb-30 {
  padding-bottom: 30px !important;
}
@media screen and (max-width: 769px) {
  .pb-30 {
    padding-bottom: 20px !important;
  }
}

.pb-20 {
  padding-bottom: 20px !important;
}
@media screen and (max-width: 769px) {
  .pb-20 {
    padding-bottom: 15px !important;
  }
}

.pb-10 {
  padding-bottom: 10px !important;
}
@media screen and (max-width: 769px) {
  .pb-10 {
    padding-bottom: 10px !important;
  }
}

.pb-05 {
  padding-bottom: 5px !important;
}
@media screen and (max-width: 769px) {
  .pb-05 {
    padding-bottom: 5px !important;
  }
}

.pl-150 {
  padding-left: 150px !important;
}
@media screen and (max-width: 769px) {
  .pl-150 {
    padding-left: 100px !important;
  }
}

.pl-100 {
  padding-left: 100px !important;
}
@media screen and (max-width: 769px) {
  .pl-100 {
    padding-left: 70px !important;
  }
}

.pl-80 {
  padding-left: 80px !important;
}
@media screen and (max-width: 769px) {
  .pl-80 {
    padding-left: 50px !important;
  }
}

.pl-60 {
  padding-left: 60px !important;
}
@media screen and (max-width: 769px) {
  .pl-60 {
    padding-left: 40px !important;
  }
}

.pl-50 {
  padding-left: 50px !important;
}
@media screen and (max-width: 769px) {
  .pl-50 {
    padding-left: 30px !important;
  }
}

.pl-40 {
  padding-left: 40px !important;
}
@media screen and (max-width: 769px) {
  .pl-40 {
    padding-left: 30px !important;
  }
}

.pl-30 {
  padding-left: 30px !important;
}
@media screen and (max-width: 769px) {
  .pl-30 {
    padding-left: 20px !important;
  }
}

.pl-20 {
  padding-left: 20px !important;
}
@media screen and (max-width: 769px) {
  .pl-20 {
    padding-left: 15px !important;
  }
}

.pl-10 {
  padding-left: 10px !important;
}
@media screen and (max-width: 769px) {
  .pl-10 {
    padding-left: 10px !important;
  }
}

.pl-05 {
  padding-left: 5px !important;
}
@media screen and (max-width: 769px) {
  .pl-05 {
    padding-left: 5px !important;
  }
}

.pr-150 {
  padding-right: 150px !important;
}
@media screen and (max-width: 769px) {
  .pr-150 {
    padding-right: 100px !important;
  }
}

.pr-100 {
  padding-right: 100px !important;
}
@media screen and (max-width: 769px) {
  .pr-100 {
    padding-right: 70px !important;
  }
}

.pr-80 {
  padding-right: 80px !important;
}
@media screen and (max-width: 769px) {
  .pr-80 {
    padding-right: 50px !important;
  }
}

.pr-60 {
  padding-right: 60px !important;
}
@media screen and (max-width: 769px) {
  .pr-60 {
    padding-right: 40px !important;
  }
}

.pr-50 {
  padding-right: 50px !important;
}
@media screen and (max-width: 769px) {
  .pr-50 {
    padding-right: 30px !important;
  }
}

.pr-40 {
  padding-right: 40px !important;
}
@media screen and (max-width: 769px) {
  .pr-40 {
    padding-right: 30px !important;
  }
}

.pr-30 {
  padding-right: 30px !important;
}
@media screen and (max-width: 769px) {
  .pr-30 {
    padding-right: 20px !important;
  }
}

.pr-20 {
  padding-right: 20px !important;
}
@media screen and (max-width: 769px) {
  .pr-20 {
    padding-right: 15px !important;
  }
}

.pr-10 {
  padding-right: 10px !important;
}
@media screen and (max-width: 769px) {
  .pr-10 {
    padding-right: 10px !important;
  }
}

.pr-05 {
  padding-right: 5px !important;
}
@media screen and (max-width: 769px) {
  .pr-05 {
    padding-right: 5px !important;
  }
}

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

@media screen and (min-width: 770px) {
  .show-sp {
    display: none;
  }
}

.page_title {
  font-family: ten-mincho-text, serif;
  font-style: normal;
}
body.dohkan .page_title {
  font-family: YuMincho, "Yu Mincho", serif;
}
body.michiko .page_title {
  font-family: "Yu Mincho", YuMincho, "Noto Serif JP", serif;
}
.page_title a {
  color: initial;
  text-decoration: none;
}
.page_title a:hover {
  opacity: 0.6;
}
.page_title .arrow {
  display: block;
  width: 110px;
  height: 30px;
  position: relative;
}
.page_title .arrow:before {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  background-color: #c1923a !important;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  transition: all 0.5s cubic-bezier(0.69, 0.28, 0.54, 0.94);
}
body.dohkan .page_title .arrow:before {
  background-color: #007a47 !important;
}
body.michiko .page_title .arrow:before {
  background-color: #e4b762 !important;
}
.page_title .arrow:after {
  content: "";
  width: 15px;
  height: 2px;
  display: block;
  background-color: #c1923a !important;
  position: absolute;
  top: calc(50% + 1px);
  right: 0;
  transform-origin: right center;
  transform: translate(0, -100%) rotate(30deg);
}
body.dohkan .page_title .arrow:after {
  background-color: #007a47 !important;
}
body.michiko .page_title .arrow:after {
  background-color: #e4b762 !important;
}
.page_title a:hover .arrow:before {
  width: 50%;
}

.page_title--row {
  font-size: 35.7px !important;
  line-height: 1.4;
}
@media screen and (max-width: 769px) {
  .page_title--row {
    font-size: 30.6px !important;
  }
}
.page_title--row .label {
  white-space: nowrap;
}
.page_title--row .arrow {
  margin-left: 60px;
}
.page_title--row .page_title__link {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 769px) {
  .page_title--row .page_title__link {
    display: block;
  }
}
@media screen and (max-width: 769px) {
  .page_title--row .page_title__link .arrow {
    margin-left: 0;
  }
}

.page_title--ln {
  font-size: 46.75px !important;
}
@media screen and (max-width: 769px) {
  .page_title--ln {
    font-size: 30.6px !important;
  }
}
.page_title--ln .arrow {
  margin-left: 0.6em;
}

.page_title--col {
  font-size: 59.5px !important;
  padding-right: 10px;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 769px) {
  .page_title--col {
    font-size: 34px !important;
  }
}
.page_title--col .arrow {
  margin-top: 60px;
}
@media screen and (max-width: 769px) {
  .page_title--col {
    -ms-writing-mode: initial;
    -webkit-writing-mode: initial;
    writing-mode: initial;
  }
}
.page_title--col .page_title__link {
  display: flex;
}

.page_eng {
  font-size: 74.8px !important;
  font-family: "Yu Mincho", YuMincho, "Noto Serif JP", serif;
  line-height: 1.1;
  letter-spacing: 0.05em;
  color: white;
}
@media screen and (max-width: 769px) {
  .page_eng {
    font-size: 34px !important;
  }
}
body.dohkan .page_eng {
  font-family: "Rozha One", serif;
}
@media screen and (max-width: 769px) {
  .page_eng--pc {
    display: none;
  }
}
.page_eng--sp {
  display: none;
}
@media screen and (max-width: 769px) {
  .page_eng--sp {
    display: block;
  }
}

.page_link a,
a.page_link {
  position: relative;
  color: #2F0F18;
  display: inline-block;
}
.page_link a::before,
a.page_link::before {
  content: "";
  position: absolute;
  bottom: 2px;
  z-index: 1;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #c1923a !important;
  transition: all 300ms ease 200ms;
}
body.dohkan .page_link a::before,
body.dohkan a.page_link::before {
  background-color: #007a47 !important;
}
body.michiko .page_link a::before,
body.michiko a.page_link::before {
  background-color: #e4b762 !important;
}
.page_link a::after,
a.page_link::after {
  content: "";
  position: absolute;
  bottom: 2px;
  z-index: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #2F0F18;
  opacity: 0;
  transition: opacity 300ms ease 500ms, width 300ms ease 900ms;
}
body.dohkan .page_link a::after,
body.dohkan a.page_link::after {
  background-color: #2F0F18;
}
body.michiko .page_link a::after,
body.michiko a.page_link::after {
  background-color: white;
}
.page_link a:hover::before,
a.page_link:hover::before {
  width: 0;
}
.page_link a:hover::after,
a.page_link:hover::after {
  width: 100%;
  opacity: 1;
}

.page_link--none-white a::before,
a.page_link--none-white::before {
  display: none;
}
.page_link--none-white a::after,
a.page_link--none-white::after {
  background: white;
  transition: opacity 300ms ease 200ms, width 300ms ease 500ms;
}

.page_link--none-primary a::before,
a.page_link--none-primary::before {
  display: none;
}
.page_link--none-primary a::after,
a.page_link--none-primary::after {
  background-color: #c1923a !important;
  transition: opacity 300ms ease 200ms, width 300ms ease 500ms;
}
body.dohkan .page_link--none-primary a::after,
body.dohkan a.page_link--none-primary::after {
  background-color: #007a47 !important;
}
body.michiko .page_link--none-primary a::after,
body.michiko a.page_link--none-primary::after {
  background-color: #e4b762 !important;
}
@media screen and (max-width: 769px) {
  .page_link--none-primary a::after,
a.page_link--none-primary::after {
    width: 100%;
    opacity: 1;
  }
}

.title_box {
  display: flex;
  align-items: center;
}
.title_box .page_eng {
  padding: 0 20px;
  white-space: nowrap;
}
.title_box:before {
  content: "";
  flex: 0 1 120px;
  height: 1px;
  display: block;
  background-color: #c1923a !important;
}
body.dohkan .title_box:before {
  background-color: #007a47 !important;
}
body.michiko .title_box:before {
  background-color: #e4b762 !important;
}
@media screen and (max-width: 769px) {
  .title_box:before {
    flex: 0 1 30px;
  }
}
.title_box:after {
  content: "";
  flex: 1 1 100%;
  height: 1px;
  display: block;
  background-color: #c1923a !important;
}
body.dohkan .title_box:after {
  background-color: #007a47 !important;
}
body.michiko .title_box:after {
  background-color: #e4b762 !important;
}

.title_box_sub .page_eng {
  padding: 0;
  font-size: 46.75px !important;
}
@media screen and (max-width: 769px) {
  .title_box_sub .page_eng {
    font-size: 30.6px !important;
  }
}

.page_sub {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 40px !important;
}
@media screen and (max-width: 769px) {
  .page_sub {
    margin-bottom: 30px !important;
  }
}
.page_sub .label {
  font-family: ten-mincho-text, serif;
  font-style: normal;
  font-size: 22.1px !important;
  padding-right: 20px;
  flex: 1 0 auto;
  letter-spacing: 0.05em;
  margin-top: 5px;
}
body.dohkan .page_sub .label {
  font-family: YuMincho, "Yu Mincho", serif;
}
body.michiko .page_sub .label {
  font-family: "Yu Mincho", YuMincho, "Noto Serif JP", serif;
}
@media screen and (max-width: 769px) {
  .page_sub .label {
    font-size: 13px !important;
  }
}
.page_sub::after {
  content: "";
  flex: 1 1 100%;
  height: 1px;
  display: block;
  background: #E6E6E6;
}

.button_center {
  margin-top: 100px !important;
  text-align: center;
}
@media screen and (max-width: 769px) {
  .button_center {
    margin-top: 70px !important;
  }
}
@media screen and (max-width: 769px) {
  .button_center {
    margin-top: 30px;
  }
}
.button_center .page_title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.button_center .label {
  font-size: 30.6px !important;
}
@media screen and (max-width: 769px) {
  .button_center .label {
    font-size: 20.4px !important;
  }
}
@media screen and (max-width: 769px) {
  .button_center .label {
    font-size: 25.5px !important;
  }
}
@media screen and (max-width: 769px) and (max-width: 769px) {
  .button_center .label {
    font-size: 17px !important;
  }
}
.button_center .arrow {
  margin-right: auto;
  margin-left: auto;
}

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

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

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

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

@media screen and (min-width: 770px) {
  .show-sp {
    display: none;
  }
}

.page__button_icon {
  margin: 0;
  position: absolute;
  z-index: 2;
  bottom: 0;
  width: 100%;
  left: 0;
  display: block;
}

.page__button_icon .icon_on {
  display: block;
  width: 10px;
  height: 1px;
  position: absolute;
  right: 0;
  transition: all 300ms;
  background-color: #0b1621;
  transform: rotate(45deg);
  transform-origin: right bottom;
  transition: all 100ms;
}

.page__button_icon .icon_no {
  display: block;
  width: 10px;
  height: 1px;
  position: absolute;
  right: 0;
  transition: all 300ms;
  background-color: #0b1621;
  transform: rotate(45deg);
  transform-origin: right bottom;
  opacity: 0;
  transition: all 300ms 1000ms ease-out;
}

.page__button_icon:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  transition: all 300ms;
  background-color: #0b1621;
}

.page__button_icon:after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  transition: all 300ms 600ms ease-out;
  background-color: #0b1621;
}

.slide-arrow {
  margin: 0;
  z-index: 999;
  display: inline-block;
  width: 60px;
  height: 60px;
  border: none;
  position: absolute;
  cursor: pointer;
  background: transparent;
}
.slide-arrow::before {
  content: "";
  width: 50%;
  height: 50%;
  position: absolute;
  top: 1px;
  transform-origin: center;
  border: none;
  border-top: 1px solid #C1923A;
  border-right: 1px solid #C1923A;
  border-color: #c1923a !important;
}
body.dohkan .slide-arrow::before {
  border-color: #007a47 !important;
}
body.michiko .slide-arrow::before {
  border-color: #e4b762 !important;
}
.slide-arrow.slick-next {
  top: 50%;
  left: 50%;
  margin-left: 30%;
}
@media screen and (max-width: 769px) {
  .slide-arrow.slick-next {
    left: auto;
    right: 0;
    margin-left: 0;
  }
}
.slide-arrow.slick-next::before {
  left: calc(60px / 5);
  transform: rotate(45deg) translate(0%, 50%);
}
.slide-arrow.slick-prev {
  top: 50%;
  right: 50%;
  margin-right: 30%;
}
@media screen and (max-width: 769px) {
  .slide-arrow.slick-prev {
    right: auto;
    left: 0;
    margin-right: 0;
  }
}
.slide-arrow.slick-prev::before {
  top: calc(60px / 2.5);
  left: calc(60px / 5);
  transform: rotate(-135deg) translate(0%, 50%);
}

.slide-arrow {
  position: absolute;
}

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

@media screen and (min-width: 770px) {
  .show-sp {
    display: none;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
}

body, div,
dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, select, textarea, p,
blockquote, table, th, td {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1em;
  line-height: 160%;
}

fieldset, img {
  border: 0;
}

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

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

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

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

abbr, acronym {
  border: 0;
}

img, a {
  text-decoration: none;
  vertical-align: top;
}

strong {
  font-weight: bold;
}

body {
  overflow-x: hidden;
  min-width: 1280px;
}
body.full {
  min-width: initial;
}
@media screen and (max-width: 769px) {
  body {
    min-width: initial;
  }
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  letter-spacing: 0.01em;
  line-height: 1.75;
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (max-width: 769px) {
  body {
    font-size: 14px;
  }
}

a {
  color: #2F0F18;
}
body.dohkan a {
  color: #2F0F18;
}
body.michiko a {
  color: white;
}

body.michiko {
  background-color: black;
  color: white;
}
body.michiko a {
  color: white;
}

#wrap_container {
  position: relative;
}

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

@media screen and (min-width: 770px) {
  .show-sp {
    display: none;
  }
}

.common_global {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.common_global #common_global__visual {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100vh;
}
.common_global__image {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  transition: opacity 1500ms, transform 8000ms;
  background-size: cover;
}
.common_global a {
  color: #2F0F18;
}
body.dohkan .common_global a {
  color: #2F0F18;
}
body.michiko .common_global a {
  color: white;
}
.common_global__main {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  right: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
  overflow-y: auto;
}
@media (max-width: 991.98px) {
  .common_global__main {
    width: 100%;
  }
}
.common_global__inner {
  width: 100%;
  max-width: 580px;
  margin: 0 auto;
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10% 40px 120px;
  min-height: 100%;
}
@media screen and (max-width: 769px) {
  .common_global__inner {
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.common_global__logo {
  width: 120px;
}
@media (max-width: 767.98px) {
  .common_global__logo {
    width: 100px;
    margin-left: auto;
    margin-right: auto;
  }
}
.common_global__logo img {
  width: 100%;
}
.common_global__list {
  width: 100%;
  margin: 40px auto 0;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
.common_global__item {
  flex: 0 1 100%;
  margin-top: 1.2vw;
}
@media screen and (max-width: 769px) {
  .common_global__item {
    flex: 1 1 100%;
    margin-top: 5vw;
  }
}
.common_global__item a {
  display: inline-block;
  text-decoration: none;
  color: white;
}
.common_global__item a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.common_global__item .caption {
  position: relative;
  display: inline-block;
  display: flex;
  align-items: center;
  letter-spacing: 0.1em;
  line-height: 1.2em;
  transition: all 250ms;
  font-size: 30.6px !important;
  font-family: "Yu Mincho", YuMincho, "Noto Serif JP", serif;
  font-weight: 300;
}
@media screen and (max-width: 769px) {
  .common_global__item .caption {
    font-size: 20.4px !important;
  }
}
body.dohkan .common_global__item .caption {
  font-family: "Rozha One", serif;
}
.common_global__item .default {
  position: relative;
  display: flex;
  margin-bottom: 0;
  line-height: 1;
  font-size: 13px;
  line-height: 1.75;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media screen and (max-width: 769px) {
  .common_global__item .default {
    font-size: 12px;
  }
}
@media (max-width: 991.98px) {
  .common_global__item .default {
    font-size: 1.2rem;
  }
}
@media (max-width: 767.98px) {
  .common_global__item .default {
    font-size: 12px;
  }
}
.common_global__item .small {
  position: absolute;
  top: 0;
  left: 0;
  width: 150%;
  font-size: 10px;
  transform-origin: left top;
  transform: translateY(-150%) scale(0.9);
}
.common_global__item a:hover .caption:after {
  width: 180px;
  background-color: rgba(255, 255, 255, 0.9);
}
@media (max-width: 575.98px) {
  .common_global__item a:hover .caption:after {
    width: 80px;
  }
}
.common_global__sns {
  list-style: none;
  margin-top: 20px;
  display: flex;
  list-style-type: none;
  align-items: center;
}
.common_global__icon {
  margin-left: 15px;
  height: 20px;
}
.common_global__icon:first-child {
  margin-left: 0;
}
.common_global__icon a svg {
  width: auto;
  height: 100%;
  fill: currentColor;
  stroke: currentColor;
}
.common_global__bottom {
  margin-top: 20px;
}
.common_global__banner {
  margin-top: 5px;
  border: 1px solid white;
}
.common_global__banner a {
  display: flex;
  padding: 10px 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
}
.common_global__banner a:hover {
  opacity: 0.8;
}
.common_global__banner .default {
  line-height: 1;
  font-size: 16px;
  line-height: 1.75;
  display: block;
  text-align: center;
  width: 100%;
  letter-spacing: 0.1em;
  font-weight: 500;
  white-space: nowrap;
}
@media screen and (max-width: 769px) {
  .common_global__banner .default {
    font-size: 14px;
  }
}
.common_global__banner .caption {
  font-size: 10px;
  letter-spacing: 0.1em;
  font-family: "Yu Mincho", YuMincho, "Noto Serif JP", serif;
  font-weight: 300;
}
body.dohkan .common_global__banner .caption {
  font-family: "Rozha One", serif;
}

.common_global {
  transform: scale(0.98);
  transition: transform 500ms, opacity 500ms, visibility 0s ease 500ms;
  opacity: 0;
  visibility: hidden;
}

.common_drawer__open {
  overflow: hidden;
}
.common_drawer__open .common_global {
  transform: scale(1);
  transition-delay: 0s;
  opacity: 1;
  visibility: visible;
}

.common_global__access {
  color: white;
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.75;
}
@media screen and (max-width: 769px) {
  .common_global__access {
    margin-top: 10px;
  }
}
@media screen and (max-width: 769px) {
  .common_global__access {
    font-size: 13px;
  }
}
.common_global__access a {
  color: white;
}

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

@media screen and (min-width: 770px) {
  .show-sp {
    display: none;
  }
}

.common_header {
  position: relative;
  z-index: 10;
  font-size: 0.9rem;
  letter-spacing: 0.1em;
  z-index: 10;
  width: 100%;
}
.common_header * {
  margin: 0;
  padding: 0;
}
.common_header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: calc(80px * 1);
  padding: 0;
  box-sizing: border-box;
}
@media screen and (max-width: 1199.98px) {
  .common_header__container {
    height: calc(80px * 1);
  }
}
@media screen and (max-width: 769px) {
  .common_header__container {
    height: calc(60px * 1);
  }
}

.common_header__container::after {
  content: "";
  width: calc(100px * 1);
}
@media screen and (max-width: 1199.98px) {
  .common_header__container::after {
    width: calc(80px * 1);
  }
}
@media screen and (max-width: 769px) {
  .common_header__container::after {
    width: calc(80px * 1);
  }
}
@media screen and (max-width: 1199.98px) {
  .common_header__container::after {
    display: none;
  }
}

.common_header__logo {
  display: flex;
  align-items: center;
  padding: 0 30px;
}
@media screen and (max-width: 769px) {
  .common_header__logo {
    padding: 0 0 0 10px;
  }
}
.common_header__id {
  display: flex;
  align-items: center;
}
.common_header__id .mark {
  display: inline-block;
  margin: 0;
  padding: 0;
  line-height: 0;
  font-size: 0;
  background: transparent;
  height: 60px;
  transition: all 300ms 100ms;
}
.common_header__id .mark img {
  height: 100%;
  width: auto;
}

.common_header__nav {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  min-height: 100%;
  font-family: "Yu Mincho", YuMincho, "Noto Serif JP", serif;
  font-style: normal;
}
body.dohkan .common_header__nav {
  font-family: YuMincho, "Yu Mincho", serif;
}
body.michiko .common_header__nav {
  font-family: "Yu Mincho", YuMincho, "Noto Serif JP", serif;
}
@media (max-width: 1319.98px) {
  .common_header__nav {
    display: none;
  }
}

.common_header__list {
  display: flex;
  align-items: center;
  transition: opacity 250ms, visibility 0s ease 250ms;
}
@media (max-width: 991.98px) {
  .common_header__list {
    display: none;
  }
}
.common_header__item a {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #2F0F18;
  height: calc(80px * 1);
  padding: 10px 14px;
  text-decoration: none;
  letter-spacing: 0.22em;
}
body.dohkan .common_header__item a {
  color: #2F0F18;
}
body.michiko .common_header__item a {
  color: white;
}
@media screen and (max-width: 1199.98px) {
  .common_header__item a {
    height: calc(80px * 1);
  }
}
@media screen and (max-width: 769px) {
  .common_header__item a {
    height: calc(60px * 1);
  }
}
@media (max-width: 1099.98px) {
  .common_header__item a {
    letter-spacing: 0.2em;
  }
}
.common_header__item a .en {
  font-size: 13px;
  letter-spacing: 0.2em;
}
.common_header__item a .ja {
  position: relative;
  font-size: 10px;
  letter-spacing: 0.1em;
  color: #C1923A;
}
.common_header__item a::before {
  content: "";
  position: absolute;
  bottom: 5px;
  z-index: 1;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #c1923a !important;
  transition: all 300ms ease 500ms;
}
body.dohkan .common_header__item a::before {
  background-color: #007a47 !important;
}
body.michiko .common_header__item a::before {
  background-color: #e4b762 !important;
}
.common_header__item a:hover::before {
  width: 100%;
}
.common_header__item a:hover::after {
  width: 100%;
  opacity: 1;
}
.common_header__list_side {
  list-style-type: none;
  display: flex;
  align-items: center;
  margin-left: 30px;
}
@media (max-width: 1279.98px) {
  .common_header__list_side {
    margin-left: 20px;
  }
}
@media (max-width: 1199.98px) {
  .common_header__list_side {
    margin-left: 15px;
  }
}
@media (max-width: 1099.98px) {
  .common_header__list_side {
    margin-left: 10px;
  }
}
@media (max-width: 991.98px) {
  .common_header__list_side {
    display: none;
  }
}
.common_header__icon {
  margin-left: 15px;
}
.common_header__icon a {
  color: #2F0F18;
}
body.dohkan .common_header__icon a {
  color: #2F0F18;
}
body.michiko .common_header__icon a {
  color: white;
}
@media (max-width: 1199.98px) {
  .common_header__icon {
    margin-left: 10px;
  }
}
.common_header__icon:first-child {
  margin-left: 0;
}
.common_header__icon svg {
  width: 18px;
  height: auto;
  fill: currentColor;
  stroke: currentColor;
}
.common_header__icon a {
  transition: all 300ms;
}
.common_header__icon.facebook a:hover {
  color: #4267b2;
}
.common_header__icon.instagram a:hover {
  color: #e95950;
}
.common_header__icon.youtube a:hover {
  color: #FF0000;
}

.common_drawer__open .common_header__list {
  display: none;
  padding: 0;
  opacity: 0;
  visibility: hidden;
}

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

@media screen and (min-width: 770px) {
  .show-sp {
    display: none;
  }
}

.common_header__trigger {
  position: fixed;
  align-items: center;
  justify-content: center;
  right: 0;
  z-index: 1000;
  top: 0;
  width: calc(100px * 1);
  height: calc(80px * 1);
  border: none;
  background: transparent;
  cursor: pointer;
}
@media screen and (max-width: 1199.98px) {
  .common_header__trigger {
    width: calc(80px * 1);
  }
}
@media screen and (max-width: 769px) {
  .common_header__trigger {
    width: calc(80px * 1);
  }
}
@media screen and (max-width: 1199.98px) {
  .common_header__trigger {
    height: calc(80px * 1);
  }
}
@media screen and (max-width: 769px) {
  .common_header__trigger {
    height: calc(60px * 1);
  }
}
.common_header__trigger:focus {
  outline: none;
}
.common_header__trigger_label {
  display: block;
  position: absolute;
  z-index: 1;
  left: 50%;
  bottom: 25%;
  color: #C1923A;
  transform: translate(-50%, 0) scale(0.8);
  padding: 1px;
  height: 1.5em;
  line-height: 1;
  font-size: 11px;
  letter-spacing: 0.15em;
}
body.dohkan .common_header__trigger_label {
  color: #007A47;
}
body.michiko .common_header__trigger_label {
  color: #e4b762;
}
.common_header__trigger_label .off {
  display: block;
}
.common_header__trigger_label .on {
  display: none;
}
.common_drawer__open .common_header__trigger_label .off {
  display: none;
}
.common_drawer__open .common_header__trigger_label .on {
  display: block;
}
.common_header__trigger_icon {
  width: calc(100px * 0.5);
  transform: translateY(-5px);
  z-index: 10;
  position: relative;
}
@media screen and (max-width: 1199.98px) {
  .common_header__trigger_icon {
    width: calc(80px * 0.5);
  }
}
@media screen and (max-width: 769px) {
  .common_header__trigger_icon {
    width: calc(80px * 0.5);
  }
}
.common_header__trigger_icon, .common_header__trigger_icon span {
  display: inline-block;
  box-sizing: border-box;
}
.common_header__trigger_icon {
  height: 12px;
}
.common_header__trigger_icon span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  border-radius: 1px;
  transform-origin: center;
}
.common_header__trigger_icon span:nth-of-type(1), .common_header__trigger_icon span:nth-of-type(2) {
  display: block;
  transition: all 0.25s 0.25s;
}
.common_header__trigger_icon span:nth-of-type(1) {
  top: 0;
  transform: scaleX(1) translateY(0);
  transition: all 0.25s 0.2s;
}
.common_header__trigger_icon span:nth-of-type(2) {
  top: 50%;
  transform: scaleX(1) translateY(-50%);
  transition: all 0.25s 0.15s;
}
.common_header__trigger:hover .common_header__trigger_icon span:nth-of-type(1) {
  transform: translateY(-1px);
}
.common_header__trigger:hover .common_header__trigger_icon span:nth-of-type(2) {
  transform: translateY(calc(-50% + 1px));
  opacity: 1;
}
.common_drawer__open .common_header__trigger_icon span:nth-of-type(1), .common_drawer__open .common_header__trigger_icon span:nth-of-type(2) {
  transform: scaleX(0.5) translateY(-50%);
  transition: all 0.25s 0s;
  opacity: 0;
}
.common_drawer__open .common_header__trigger:hover .common_header__trigger_icon span:nth-of-type(1), .common_drawer__open .common_header__trigger:hover .common_header__trigger_icon span:nth-of-type(2) {
  transform: scaleX(0.5) translateY(-50%);
  opacity: 0;
}
.common_header__trigger_icon span:nth-of-type(3), .common_header__trigger_icon span:nth-of-type(4) {
  top: 50%;
  left: 50%;
  width: 0;
  transition: all 0.25s 0s;
  opacity: 0;
}
.common_header__trigger_icon span:nth-of-type(3) {
  transform: translate(-50%, -50%) rotate(45deg);
}
.common_header__trigger_icon span:nth-of-type(4) {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.common_drawer__open .common_header__trigger_icon span:nth-of-type(3), .common_drawer__open .common_header__trigger_icon span:nth-of-type(4) {
  width: 110%;
  opacity: 1;
}
.common_drawer__open .common_header__trigger:hover .common_header__trigger_icon span:nth-of-type(3), .common_drawer__open .common_header__trigger:hover .common_header__trigger_icon span:nth-of-type(4) {
  width: 75%;
}
.common_drawer__open .common_header__trigger_icon span:nth-of-type(3) {
  transition: all 0.25s 0.25s;
}
.common_drawer__open .common_header__trigger_icon span:nth-of-type(4) {
  transition: all 0.25s 0.25s;
}
.common_header__trigger_icon span {
  background-color: #c1923a !important;
}
body.dohkan .common_header__trigger_icon span {
  background-color: #007a47 !important;
}
body.michiko .common_header__trigger_icon span {
  background-color: #e4b762 !important;
}
.common_drawer__open .common_header__trigger_icon span {
  background-color: white;
}
.common_drawer__open .common_header__trigger_label span {
  color: white;
}
.common_drawer__open.common_menu_scroll .common_header__trigger_icon span {
  background-color: #c1923a !important;
}
body.dohkan .common_drawer__open.common_menu_scroll .common_header__trigger_icon span {
  background-color: #007a47 !important;
}
body.michiko .common_drawer__open.common_menu_scroll .common_header__trigger_icon span {
  background-color: #e4b762 !important;
}
.common_drawer__open .common_header__trigger_label {
  display: none;
}
.common_drawer__open .common_header__trigger_icon span.line {
  background-color: white !important;
}

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

@media screen and (min-width: 770px) {
  .show-sp {
    display: none;
  }
}

.common_footer {
  border-top: 1px solid white;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: black;
}

.common_footer_top {
  padding-top: 80px;
  padding-bottom: 100px;
}
@media screen and (max-width: 769px) {
  .common_footer_top {
    padding-top: 40px;
  }
}
@media screen and (max-width: 319px) {
  .common_footer_top {
    padding-top: 20px;
  }
}
@media screen and (max-width: 769px) {
  .common_footer_top {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 319px) {
  .common_footer_top {
    padding-bottom: 40px;
  }
}

.common_footer_top__upper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 569px) {
  .common_footer_top__upper {
    display: block;
    text-align: center;
  }
}
.common_footer_top__logo {
  height: 80px;
}
.common_footer_top__logo img {
  width: auto;
  height: 100%;
}
@media screen and (max-width: 569px) {
  .common_footer_top__logo {
    margin: 0 auto;
  }
}
.common_footer_top__tel {
  font-size: 30.6px !important;
  font-family: ten-mincho-text, serif;
  font-style: normal;
}
@media screen and (max-width: 769px) {
  .common_footer_top__tel {
    font-size: 20.4px !important;
  }
}
body.dohkan .common_footer_top__tel {
  font-family: YuMincho, "Yu Mincho", serif;
}
body.michiko .common_footer_top__tel {
  font-family: "Yu Mincho", YuMincho, "Noto Serif JP", serif;
}
.common_footer_top__tel a {
  color: #2F0F18;
}
body.dohkan .common_footer_top__tel a {
  color: #2F0F18;
}
body.michiko .common_footer_top__tel a {
  color: white;
}
.common_footer_top__tel a.page_link:before, .common_footer_top__tel a.page_link:after {
  bottom: 0;
  height: 2px;
}
.common_footer_top__tel .note {
  display: block;
  font-size: 11.05px !important;
  margin-top: 10px;
}
@media screen and (max-width: 769px) {
  .common_footer_top__tel .note {
    font-size: 10.2px !important;
  }
}

.common_footer_top__under {
  padding-top: 50px !important;
}
@media screen and (max-width: 769px) {
  .common_footer_top__under {
    padding-top: 30px !important;
  }
}
.common_footer_top__time {
  padding-top: 20px !important;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 769px) {
  .common_footer_top__time {
    padding-top: 15px !important;
  }
}
@media screen and (max-width: 569px) {
  .common_footer_top__time {
    display: block;
    margin-top: 20px;
    text-align: center;
  }
}
.common_footer_top__badge {
  flex: 0 0 160px;
  font-size: 12.75px !important;
  margin-right: 25px;
}
@media screen and (max-width: 769px) {
  .common_footer_top__badge {
    font-size: 11.05px !important;
  }
}
@media screen and (max-width: 569px) {
  .common_footer_top__badge {
    margin: 0 auto;
  }
}
.common_footer_top__badge .label {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 11px 11px;
  text-align: center;
  background-color: transparent;
  border: 1px solid white;
}
@media screen and (max-width: 569px) {
  .common_footer_top__badge .label {
    padding: 8px 11px;
  }
}
.common_footer_top__badge .label--dark {
  color: white;
  border-color: white;
}
.common_footer_top__contents {
  font-size: 12.75px !important;
  font-weight: 500;
}
@media screen and (max-width: 769px) {
  .common_footer_top__contents {
    font-size: 11.05px !important;
  }
}
@media screen and (max-width: 569px) {
  .common_footer_top__contents {
    margin-top: 10px;
  }
}
.common_footer_top__dl {
  font-size: 12.75px !important;
  font-weight: 500;
}
@media screen and (max-width: 769px) {
  .common_footer_top__dl {
    font-size: 11.05px !important;
  }
}
@media screen and (max-width: 569px) {
  .common_footer_top__dl {
    margin-top: 10px;
  }
}
.common_footer_top__dl dl {
  display: flex;
  text-align: left;
}
.common_footer_top__dl dt {
  white-space: nowrap;
}
body.calendar .common_footer_top__time.calendar {
  display: none;
}

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

@media screen and (min-width: 770px) {
  .show-sp {
    display: none;
  }
}

.common_footer_bottom {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #4E061C;
  font-weight: 100;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 769px) {
  .common_footer_bottom {
    padding-top: 60px;
  }
}
@media screen and (max-width: 319px) {
  .common_footer_bottom {
    padding-top: 40px;
  }
}
@media screen and (max-width: 769px) {
  .common_footer_bottom {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 319px) {
  .common_footer_bottom {
    padding-bottom: 40px;
  }
}
body.dohkan .common_footer_bottom {
  background-color: #155A3D;
}
body.michiko .common_footer_bottom {
  background-color: #462e02;
}

.common_footer_bottom {
  color: white;
}
.common_footer_bottom__inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 569px) {
  .common_footer_bottom__inner {
    display: block;
  }
}
.common_footer_bottom a {
  color: white !important;
}
.common_footer_bottom__menu {
  flex: 0 1 440px;
  font-size: 12.75px !important;
  display: flex;
  flex-wrap: wrap;
  margin-top: -40px;
}
@media screen and (max-width: 769px) {
  .common_footer_bottom__menu {
    font-size: 11.05px !important;
  }
}
@media screen and (max-width: 569px) {
  .common_footer_bottom__menu {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: -20px;
  }
}
.common_footer_bottom__menu li {
  flex: 0 1 50%;
  margin-top: 40px;
}
@media screen and (max-width: 569px) {
  .common_footer_bottom__menu li {
    margin-top: 20px;
  }
}

.common_footer_bottom__info {
  font-size: 12.75px !important;
}
@media screen and (max-width: 769px) {
  .common_footer_bottom__info {
    font-size: 11.05px !important;
  }
}
@media screen and (max-width: 569px) {
  .common_footer_bottom__info {
    margin-top: 80px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
.common_footer_bottom__rel {
  text-align: right;
}
@media screen and (max-width: 569px) {
  .common_footer_bottom__rel {
    text-align: left;
  }
}
.common_footer_bottom__rel p {
  margin-top: 5px;
  display: block;
}
.common_footer_bottom__rel p:first-child {
  margin-top: 0;
}
.common_footer_bottom__copy {
  margin-top: 50px !important;
  text-align: right;
  font-size: 8.5px !important;
}
@media screen and (max-width: 769px) {
  .common_footer_bottom__copy {
    margin-top: 30px !important;
  }
}
@media screen and (max-width: 769px) {
  .common_footer_bottom__copy {
    font-size: 8.5px !important;
  }
}
@media screen and (max-width: 569px) {
  .common_footer_bottom__copy {
    margin-top: 80px;
    text-align: left;
  }
}

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

@media screen and (min-width: 770px) {
  .show-sp {
    display: none;
  }
}

.common_back {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  width: 60%;
  height: 80vh;
}
body.home .common_back {
  height: 120vh;
}
body.archive .common_back, body.topics .common_back, body.single .common_back {
  display: none;
}
@media screen and (max-width: 769px) {
  .common_back {
    width: 50%;
  }
}
@media screen and (max-width: 569px) {
  .common_back {
    width: 40%;
  }
}
.common_back__frame {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/common_bg02@2x.jpg") no-repeat left top;
  background-size: cover;
}

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

@media screen and (min-width: 770px) {
  .show-sp {
    display: none;
  }
}

.index_visual {
  width: 100%;
  position: relative;
}
@media screen and (max-width: 769px) {
  .index_visual {
    height: auto;
  }
}
.index_visual__image {
  display: block;
  width: 100%;
  height: 500px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 769px) {
  .index_visual__image {
    width: 100%;
    height: 50vw;
  }
}
.index_visual__title {
  margin-left: 50px;
  margin-bottom: 50px;
  font-family: ten-mincho-text, serif;
  font-style: normal;
  font-size: 70px;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
body.dohkan .index_visual__title {
  font-family: YuMincho, "Yu Mincho", serif;
}
body.michiko .index_visual__title {
  font-family: "Yu Mincho", YuMincho, "Noto Serif JP", serif;
}
@media screen and (max-width: 769px) {
  .index_visual__title {
    font-size: 40px;
    margin-left: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 569px) {
  .index_visual__title {
    font-size: 6vw;
  }
}
.index_visual__title span {
  color: #C1923A;
  display: block;
}
.index_visual .page_title {
  position: absolute;
  right: 8%;
  bottom: 0;
  height: 50vh;
  letter-spacing: 0.15em;
  line-height: 1.6;
  color: #C1923A;
}
body.dohkan .index_visual .page_title {
  color: #007A47;
}
body.michiko .index_visual .page_title {
  color: #e4b762;
}
.index_visual .page_title a {
  color: #C1923A;
}
body.dohkan .index_visual .page_title a {
  color: #007A47;
}
body.michiko .index_visual .page_title a {
  color: #e4b762;
}
@media screen and (max-width: 769px) {
  .index_visual .page_title {
    position: relative;
    top: auto;
    bottom: auto;
    right: auto;
    left: auto;
    height: auto;
    transform: none;
    margin-top: 2vw;
    font-size: 5vw;
    letter-spacing: 0.1em;
  }
  .index_visual .page_title .page_title__link {
    display: block;
    text-align: center;
  }
}
@media screen and (max-width: 569px) {
  .index_visual .page_title {
    font-size: 8vw;
  }
}
.index_visual__line {
  display: block;
  position: absolute;
  top: 20vw;
  right: 5vw;
  z-index: 999;
  height: 1px;
  width: 300px;
  transform: rotate(-90deg) translate(-150px, 300px);
  transform-origin: left bottom;
}
@media screen and (max-width: 769px) {
  .index_visual__line {
    top: 38vw;
    transform: rotate(-90deg) translate(0, 300px);
  }
}
@media screen and (max-width: 569px) {
  .index_visual__line {
    top: 40vw;
    width: 150px;
    transform: rotate(-90deg) translate(0, 150px);
  }
}
.index_visual__line:after {
  content: "";
  display: inline-block;
  position: absolute;
  height: 1px;
  background-color: #c1923a !important;
  transform: translateY(-50%);
  -webkit-animation: 6s 0.2s ease-in-out infinite scroll_animation;
  animation: 6s 0.2s ease-in-out infinite scroll_animation;
}
body.dohkan .index_visual__line:after {
  background-color: #007a47 !important;
}
body.michiko .index_visual__line:after {
  background-color: #e4b762 !important;
}

@-webkit-keyframes scroll_animation {
  0% {
    right: 25%;
    left: auto;
    width: 5%;
  }
  5% {
    right: 25%;
    left: auto;
    width: 50%;
  }
  75% {
    right: auto;
    left: 25%;
    width: 50%;
  }
  80% {
    right: auto;
    left: 25%;
    width: 5%;
  }
}
@keyframes scroll_animation {
  0% {
    right: 25%;
    left: auto;
    width: 5%;
  }
  5% {
    right: 25%;
    left: auto;
    width: 50%;
  }
  75% {
    right: auto;
    left: 25%;
    width: 50%;
  }
  80% {
    right: auto;
    left: 25%;
    width: 5%;
  }
}
@media screen and (max-width: 769px) {
  .show-pc {
    display: none;
  }
}

@media screen and (min-width: 770px) {
  .show-sp {
    display: none;
  }
}

.index_concept {
  margin-top: 150px !important;
}
@media screen and (max-width: 769px) {
  .index_concept {
    margin-top: 100px !important;
  }
}
@media screen and (max-width: 769px) {
  .index_concept {
    margin-top: 5vw;
  }
}
.index_concept img {
  width: 100%;
}

.index_concept__visual {
  position: relative;
}

.index_concept__slider_item {
  width: 980px;
  padding: 5px;
}
@media screen and (max-width: 769px) {
  .index_concept__slider_item {
    width: 80vw;
  }
}
.index_concept__slider_bg {
  display: block;
  width: 100%;
  height: 400px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 769px) {
  .index_concept__slider_bg {
    height: 300px;
  }
}
@media screen and (max-width: 569px) {
  .index_concept__slider_bg {
    height: 200px;
  }
}

.index_concept__inner {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 769px) {
  .index_concept__inner {
    margin-top: 0;
    padding: 40px;
  }
}

.index_concept__title {
  margin-bottom: 30px !important;
}
@media screen and (max-width: 769px) {
  .index_concept__title {
    margin-bottom: 20px !important;
  }
}
.index_concept__body {
  width: 100%;
  max-width: 784px;
  line-height: 2.2;
  letter-spacing: 0.05em;
}

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

@media screen and (min-width: 770px) {
  .show-sp {
    display: none;
  }
}

.index_menu {
  margin-top: 250px !important;
  width: 100%;
  background: url("../images/common_bg01@2x.jpg");
  padding-top: 180px !important;
  padding-bottom: 180px !important;
  position: relative;
}
@media screen and (max-width: 769px) {
  .index_menu {
    margin-top: 200px !important;
  }
}
@media screen and (max-width: 769px) {
  .index_menu {
    padding-top: 130px !important;
  }
}
@media screen and (max-width: 769px) {
  .index_menu {
    padding-bottom: 130px !important;
  }
}
@media screen and (max-width: 769px) {
  .index_menu {
    padding-top: 0;
    padding-bottom: 10vw;
    margin-top: 10vw;
  }
}

.index_menu__head {
  position: absolute;
  top: -100px;
  left: 0;
  display: block;
  width: 100%;
}
@media screen and (max-width: 769px) {
  .index_menu__head {
    position: relative;
    top: auto;
    left: auto;
  }
}
@media screen and (max-width: 769px) {
  .index_menu__head--pc {
    display: none;
  }
}
.index_menu__head__inner {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.index_menu__head__inner .page_title--col {
  line-height: 2;
  letter-spacing: 0.3em;
  margin-left: -20px;
}
.index_menu__head__inner .page_title--col .arrow {
  margin-top: 30px;
}
@media screen and (max-width: 769px) {
  .index_menu__head__inner .page_title--col .arrow {
    margin-top: 0;
  }
}
@media screen and (max-width: 769px) {
  .index_menu__head__inner .page_title__link {
    display: block;
  }
}
.index_menu__head__inner .page_eng {
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 769px) {
  .index_menu__head__inner .page_eng {
    position: relative;
    top: auto;
    right: auto;
  }
}

.index_menu__inner {
  position: relative;
  z-index: 1;
  padding-left: 20px;
  margin-left: calc(50% - 1020px / 2);
  display: flex;
  width: calc(50% + 10px);
}
@media screen and (max-width: 769px) {
  .index_menu__inner {
    display: block;
    margin-left: 0;
    padding-left: 0;
    width: 100%;
  }
}

@media screen and (max-width: 769px) {
  .index_menu__container {
    position: relative;
  }
}
.index_menu__bg {
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
  z-index: 0;
  height: 100%;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 769px) {
  .index_menu__bg {
    width: 100%;
    height: 30vw;
  }
}
.index_menu__bg_frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: #4E061C;
  opacity: 80%;
}
body.dohkan .index_menu__bg_frame {
  background-color: #155A3D;
}
body.michiko .index_menu__bg_frame {
  background-color: #462e02;
}

.index_menu__main {
  order: 1;
  font-family: "Yu Mincho", YuMincho, "Noto Serif JP", serif;
  font-style: normal;
  padding-right: 60px;
  flex: 0 0 500px;
}
body.dohkan .index_menu__main {
  font-family: YuMincho, "Yu Mincho", serif;
}
@media screen and (max-width: 769px) {
  .index_menu__main {
    padding: 40px;
  }
}
.index_menu__title--sp {
  margin-bottom: 20px;
  display: none;
}
@media screen and (max-width: 769px) {
  .index_menu__title--sp {
    display: block;
  }
}
.index_menu__body {
  padding-top: 0;
}
@media screen and (max-width: 769px) {
  .index_menu__body {
    padding-top: 20px;
  }
}
.index_menu__lead {
  line-height: 1.4;
  font-size: 39.1px;
}
@media screen and (max-width: 769px) {
  .index_menu__lead {
    font-size: 23px;
  }
}
.index_menu__contents {
  margin-top: 20px;
  line-height: 2.2;
}
.index_menu .page_title {
  margin-bottom: 20px;
}

.index_menu__visual {
  width: 100%;
  order: 2;
  position: relative;
}
@media screen and (max-width: 769px) {
  .index_menu__visual {
    padding-top: 40px;
  }
}

.index_menu .slide-arrow.slick-prev {
  top: -70px;
  left: auto;
  right: 60px;
  margin: 0;
}
.index_menu .slide-arrow.slick-next {
  top: -69px;
  left: auto;
  right: 20px;
  margin: 0;
}
@media screen and (max-width: 769px) {
  .index_menu .slide-arrow {
    transform: scale(80%);
  }
  .index_menu .slide-arrow.slick-prev {
    top: auto;
    bottom: -80px;
    left: auto;
    right: 60px;
    margin: 0;
  }
  .index_menu .slide-arrow.slick-next {
    top: auto;
    bottom: -81px;
    left: auto;
    right: 20px;
    margin: 0;
  }
}
.index_menu__slide {
  width: 340px;
}
@media screen and (max-width: 769px) {
  .index_menu__slide {
    width: 280px;
  }
}
.index_menu__item {
  display: block;
  padding: 12px;
}
.index_menu__item_image {
  width: 100%;
  height: 300px;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 769px) {
  .index_menu__item_image {
    height: 30vw;
  }
}
@media screen and (max-width: 569px) {
  .index_menu__item_image {
    height: 40vw;
  }
}
.index_menu__item_name {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  margin: 0 auto 0;
  min-height: 80px;
  padding: 10px;
  text-align: center;
  font-family: ten-mincho-text, serif;
  font-style: normal;
  background-color: #C1923A;
}
body.dohkan .index_menu__item_name {
  font-family: YuMincho, "Yu Mincho", serif;
}
body.michiko .index_menu__item_name {
  font-family: "Yu Mincho", YuMincho, "Noto Serif JP", serif;
}
@media screen and (max-width: 769px) {
  .index_menu__item_name {
    padding: 10px;
    min-height: 80px;
  }
}

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

@media screen and (min-width: 770px) {
  .show-sp {
    display: none;
  }
}

.index_shop {
  margin-top: 200px !important;
  position: relative;
}
@media screen and (max-width: 769px) {
  .index_shop {
    margin-top: 150px !important;
  }
}
@media screen and (max-width: 769px) {
  .index_shop {
    margin-top: 0;
  }
}
.index_shop__inner {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
}
.index_shop__bg {
  position: absolute;
  top: 40px;
  right: 0;
  height: 75%;
  display: block;
  width: 62%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.index_shop__head {
  z-index: 2;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 769px) {
  .index_shop__head--pc {
    display: none;
  }
}
.index_shop__head_inner {
  position: relative;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
}
.index_shop__head .page_title {
  float: right;
}
.index_shop__head .page_eng {
  float: left;
}

.index_shop__main {
  display: flex;
  margin-top: 40px !important;
  align-items: flex-end;
}
@media screen and (max-width: 769px) {
  .index_shop__main {
    margin-top: 30px !important;
  }
}
@media screen and (max-width: 769px) {
  .index_shop__main {
    margin-top: 0;
    display: block;
  }
}

.index_shop__visual {
  height: 580px;
  flex: 0 1 50%;
  width: 50%;
  position: relative;
}
@media screen and (max-width: 769px) {
  .index_shop__visual {
    flex: 1 1 100%;
    width: 100%;
    height: auto;
  }
}
.index_shop__slider {
  width: 100%;
}
.index_shop__slider_item {
  width: 500px;
}
@media screen and (max-width: 769px) {
  .index_shop__slider_item {
    width: auto;
  }
}
.index_shop__slider_item img {
  width: 100%;
  height: auto;
}
.index_shop__slider_bg {
  display: block;
  width: 100%;
  height: 680px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 769px) {
  .index_shop__slider_bg {
    height: 300px;
  }
}
.index_shop .slide-arrow.slick-prev {
  top: -70px;
  right: auto;
  left: 20px;
  margin: 0;
}
.index_shop .slide-arrow.slick-next {
  top: -69px;
  right: auto;
  left: 60px;
  margin: 0;
}
@media screen and (max-width: 769px) {
  .index_shop .slide-arrow {
    transform: scale(80%);
  }
  .index_shop .slide-arrow.slick-prev {
    top: auto;
    bottom: -80px;
    left: auto;
    right: 60px;
    margin: 0;
  }
  .index_shop .slide-arrow.slick-next {
    top: auto;
    bottom: -81px;
    left: auto;
    right: 20px;
    margin: 0;
  }
}

.index_shop__body {
  font-family: "Yu Mincho", YuMincho, "Noto Serif JP", serif;
  font-style: normal;
  position: relative;
  z-index: 2;
  width: 50%;
  padding: 80px 20px 80px 80px;
  margin-right: calc(50% - 1020px / 2 );
}
body.dohkan .index_shop__body {
  font-family: YuMincho, "Yu Mincho", serif;
}
@media screen and (max-width: 769px) {
  .index_shop__body {
    padding: 40px;
    width: 100%;
    margin-right: auto;
  }
}
.index_shop__lead {
  line-height: 1.4;
  font-size: 39.1px;
}
@media screen and (max-width: 769px) {
  .index_shop__lead {
    font-size: 23px;
  }
}
@media screen and (max-width: 769px) {
  .index_shop__lead {
    margin-top: 3vw;
  }
  .index_shop__lead br {
    display: none;
  }
}
.index_shop__contents {
  margin-top: 20px;
  line-height: 2.2;
}

.index_shop__access {
  margin-top: 180px !important;
  position: relative;
  padding-top: 90px;
  padding-bottom: 90px;
}
@media screen and (max-width: 769px) {
  .index_shop__access {
    margin-top: 130px !important;
  }
}
@media screen and (max-width: 769px) {
  .index_shop__access {
    margin-top: 0;
    padding-top: 10vw;
    padding-bottom: 10vw;
  }
}
.index_shop__access_bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  display: block;
  width: 58%;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.index_shop__access_frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #4E061C;
  opacity: 0.8;
}
body.dohkan .index_shop__access_frame {
  background-color: #155A3D;
}
body.michiko .index_shop__access_frame {
  background-color: #462e02;
}
.index_shop__access_inner {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
}
.index_shop__access_map iframe {
  width: 100%;
}
@media screen and (max-width: 769px) {
  .index_shop__access_map iframe {
    height: 50vw;
  }
}
.index_shop__access_button {
  position: absolute;
  right: 15px;
  font-size: 35.7px !important;
}
@media screen and (max-width: 769px) {
  .index_shop__access_button {
    font-size: 30.6px !important;
  }
}
@media screen and (max-width: 769px) {
  .index_shop__access_button .page_title--ln {
    font-size: 30.6px !important;
  }
}
@media screen and (max-width: 769px) and (max-width: 769px) {
  .index_shop__access_button .page_title--ln {
    font-size: 20.4px !important;
  }
}
.index_shop__access_button .arrow {
  margin-left: 0.2em;
}

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

@media screen and (min-width: 770px) {
  .show-sp {
    display: none;
  }
}

.index_info {
  margin-top: 200px !important;
}
@media screen and (max-width: 769px) {
  .index_info {
    margin-top: 150px !important;
  }
}
@media screen and (max-width: 769px) {
  .index_info {
    margin-top: 0vw;
  }
}

.index_info__inner {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-bottom: 40px;
}
@media screen and (max-width: 769px) {
  .index_info__inner {
    padding: 40px;
  }
}
.index_info__head {
  position: absolute;
  top: -4em;
}
@media screen and (max-width: 769px) {
  .index_info__head {
    position: relative;
    top: auto;
  }
}
.index_info__head .page_title__link .label {
  letter-spacing: 0.2em;
  line-height: 2;
}
.index_info__head .page_title--col {
  line-height: 2;
  letter-spacing: 0.3em;
  height: 380px;
}
@media screen and (max-width: 769px) {
  .index_info__head .page_title--col {
    height: initial;
  }
}
.index_info__head .page_title--col .arrow {
  margin-top: 20px;
}
@media screen and (max-width: 769px) {
  .index_info__head .page_title--col .arrow {
    margin-top: 0;
  }
}
@media screen and (max-width: 769px) {
  .index_info__head .page_title--col .page_title__link {
    display: block;
  }
}
.index_info__body {
  margin-top: 80px !important;
  width: 900px;
  margin-left: 200px;
}
@media screen and (max-width: 769px) {
  .index_info__body {
    margin-top: 50px !important;
  }
}
@media screen and (max-width: 769px) {
  .index_info__body {
    margin-left: 0;
    width: 100%;
    margin-top: 5vw;
  }
}
.index_info__list {
  position: relative;
}
.index_info__list::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #E6E6E6;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.index_info__item {
  position: relative;
}
.index_info__item::before, .index_info__item::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #E6E6E6;
  position: absolute;
  bottom: 0;
  width: 100%;
  display: block;
}
.index_info__item::before {
  z-index: 2;
  right: 0;
  width: 100%;
  transition: all 300ms ease 100ms;
}
.index_info__item::after {
  z-index: 1;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #c1923a !important;
  transition: all 300ms ease 400ms;
}
body.dohkan .index_info__item::after {
  background-color: #007a47 !important;
}
body.michiko .index_info__item::after {
  background-color: #e4b762 !important;
}
.index_info__item:hover::before {
  width: 0;
}
.index_info__item:hover::after {
  width: 100%;
}
.index_info__item_main {
  display: block;
  width: 760px;
  color: #2F0F18;
  padding: 40px 0 40px;
}
body.dohkan .index_info__item_main {
  color: #2F0F18;
}
body.michiko .index_info__item_main {
  color: white;
}
@media screen and (max-width: 769px) {
  .index_info__item_main {
    width: 100%;
    padding: 20px 0;
  }
}
.index_info__item_head {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 769px) {
  .index_info__item_head {
    flex-wrap: wrap;
  }
}
.index_info__item_head .badge {
  margin-right: 20px;
}
.index_info__item_head .badge .label {
  display: inline-block;
  font-size: 12px;
  color: white;
  padding: 7px 20px;
  border-radius: 100px;
  line-height: 1;
  background-color: #e4b762;
  border: 1px solid #462e02;
  color: #462e02 !important;
  transition: all 300ms;
}
.index_info__item_head .date {
  letter-spacing: 0.1em;
  font-size: 12px;
  color: white;
}
.index_info__item_main:hover .index_info__item_head .badge .label {
  background-color: white;
  border-color: #c1923a !important;
  border-color: #e4b762;
  color: #e4b762;
}
body.dohkan .index_info__item_main:hover .index_info__item_head .badge .label {
  border-color: #007a47 !important;
}
body.michiko .index_info__item_main:hover .index_info__item_head .badge .label {
  border-color: #e4b762 !important;
}
.index_info__item_body {
  transition: all 500ms;
}
.index_info__item_main:hover .index_info__item_body {
  opacity: 0.8;
}

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

@media screen and (min-width: 770px) {
  .show-sp {
    display: none;
  }
}

.page_main {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  padding-top: 80px !important;
  padding-bottom: 100px !important;
}
@media screen and (max-width: 769px) {
  .page_main {
    padding-top: 50px !important;
  }
}
@media screen and (max-width: 769px) {
  .page_main {
    padding-bottom: 70px !important;
  }
}
@media screen and (max-width: 769px) {
  .page_main {
    padding-top: 4vw;
  }
}

.page_inner {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.slim_inner {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
}
.page_title {
  margin-bottom: 100px;
}
@media screen and (max-width: 769px) {
  .page_title {
    margin-bottom: 50px;
  }
}

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

@media screen and (min-width: 770px) {
  .show-sp {
    display: none;
  }
}

.course_visual * {
  box-sizing: border-box;
}

.course_visual__container {
  display: flex;
  width: 100%;
}
.course_visual__container--reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 769px) {
  .course_visual__container {
    display: block;
  }
}

.course_visual__image {
  position: relative;
  width: 50%;
  display: block;
  height: 660px;
}
@media screen and (max-width: 769px) {
  .course_visual__image {
    height: 50vw;
    width: 100%;
  }
}
.course_visual__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.course_visual__cap {
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  transform: translateY(105%);
}

.course_visual__main {
  width: 50%;
  max-width: 660px;
  padding: 20px 60px;
  font-family: ten-mincho-text, serif;
  font-style: normal;
}
body.dohkan .course_visual__main {
  font-family: YuMincho, "Yu Mincho", serif;
}
body.michiko .course_visual__main {
  font-family: "Yu Mincho", YuMincho, "Noto Serif JP", serif;
}
@media screen and (max-width: 769px) {
  .course_visual__main {
    width: 100%;
    padding: 20px 20px;
  }
}

.course_visual__title {
  margin-bottom: 50px !important;
}
@media screen and (max-width: 769px) {
  .course_visual__title {
    margin-bottom: 30px !important;
  }
}
.course_visual__label {
  font-size: 35.7px !important;
}
@media screen and (max-width: 769px) {
  .course_visual__label {
    font-size: 30.6px !important;
  }
}
@media screen and (max-width: 769px) {
  .course_visual__label {
    font-size: 25px;
  }
}
.course_visual__caption {
  font-size: 15.3px !important;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 769px) {
  .course_visual__caption {
    font-size: 13.6px !important;
  }
}

.course_visual__list {
  margin-bottom: 50px !important;
}
@media screen and (max-width: 769px) {
  .course_visual__list {
    margin-bottom: 30px !important;
  }
}
.course_visual__name {
  display: flex;
  align-items: center;
  font-size: 22.1px !important;
  margin-bottom: 40px !important;
}
@media screen and (max-width: 769px) {
  .course_visual__name {
    font-size: 13px !important;
  }
}
@media screen and (max-width: 769px) {
  .course_visual__name {
    margin-bottom: 30px !important;
  }
}
.course_visual__name .label {
  margin-right: 20px;
  flex: 1 0 auto;
}
.course_visual__name:after {
  content: "";
  flex: 1 1 100%;
  height: 1px;
  background-color: #c1923a !important;
}
body.dohkan .course_visual__name:after {
  background-color: #007a47 !important;
}
body.michiko .course_visual__name:after {
  background-color: #e4b762 !important;
}
.course_visual__menu {
  letter-spacing: 0.05em;
}
.course_visual__item {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 769px) {
  .course_visual__item {
    margin-top: 10px;
  }
}
.course_visual__item .price {
  padding-left: 20px;
  color: #C1923A;
  font-size: 110%;
}
body.dohkan .course_visual__item .price {
  color: #007A47;
}
body.michiko .course_visual__item .price {
  color: #e4b762;
}
.course_visual__item .price .min {
  font-size: 90%;
}
.course_visual__note {
  margin-top: 5px;
  font-size: 80%;
}

.course_list__inner {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.course_list__archive {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.course_list__item {
  flex: 0 0 33.3333%;
  padding: 15px 15px 30px;
}
@media screen and (max-width: 769px) {
  .course_list__item {
    flex: 0 0 50%;
  }
}
@media screen and (max-width: 569px) {
  .course_list__item {
    flex: 0 0 100%;
  }
}
.course_list--col2 .course_list__item {
  flex: 0 0 50%;
  padding: 15px 15px 30px;
}
@media screen and (max-width: 769px) {
  .course_list--col2 .course_list__item {
    flex: 0 0 50%;
  }
}
@media screen and (max-width: 569px) {
  .course_list--col2 .course_list__item {
    flex: 0 0 100%;
  }
}
.course_list--col4 .course_list__item {
  flex: 0 0 25%;
  padding: 15px 15px 30px;
}
@media screen and (max-width: 769px) {
  .course_list--col4 .course_list__item {
    flex: 0 0 50%;
  }
}
@media screen and (max-width: 569px) {
  .course_list--col4 .course_list__item {
    flex: 0 0 100%;
  }
}
.course_list a {
  transition: all 300ms;
  display: block;
}
.course_list a:hover {
  opacity: 0.7;
}
.course_list__thb {
  width: 100%;
  height: 300px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-bottom: 30px !important;
}
@media screen and (max-width: 769px) {
  .course_list__thb {
    margin-bottom: 20px !important;
  }
}
@media screen and (max-width: 569px) {
  .course_list__thb {
    height: 60vw;
  }
}
.course_list--col2 .course_list__thb {
  height: 340px;
}
@media screen and (max-width: 769px) {
  .course_list--col2 .course_list__thb {
    height: 30vw;
  }
}
.course_list--col4 .course_list__thb {
  height: 210px;
}
@media screen and (max-width: 769px) {
  .course_list--col4 .course_list__thb {
    height: 30vw;
  }
}
.course_list__detail {
  font-family: ten-mincho-text, serif;
  font-style: normal;
}
body.dohkan .course_list__detail {
  font-family: YuMincho, "Yu Mincho", serif;
}
body.michiko .course_list__detail {
  font-family: "Yu Mincho", YuMincho, "Noto Serif JP", serif;
}
.course_list__detail .name {
  margin-bottom: 10px;
}
.course_list__detail .set {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.course_list__detail .set .name {
  color: #C1923A;
}
body.dohkan .course_list__detail .set .name {
  color: #007A47;
}
body.michiko .course_list__detail .set .name {
  color: #e4b762;
}
.course_list__detail .set .price {
  font-size: 110%;
  letter-spacing: 0.05em;
}
.course_list__detail .set .price .min {
  display: inline-block;
  font-size: 80%;
}
.course_list__contents {
  font-size: 15.3px !important;
  font-family: "Yu Mincho", YuMincho, "Noto Serif JP", serif;
  font-style: normal;
}
@media screen and (max-width: 769px) {
  .course_list__contents {
    font-size: 13.6px !important;
  }
}
body.dohkan .course_list__contents {
  font-family: YuMincho, "Yu Mincho", serif;
}

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

@media screen and (min-width: 770px) {
  .show-sp {
    display: none;
  }
}

.others_block {
  margin-top: 200px !important;
}
@media screen and (max-width: 769px) {
  .others_block {
    margin-top: 150px !important;
  }
}
@media screen and (max-width: 769px) {
  .others_block {
    margin-top: 0;
  }
}
.others_block__inner {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.others_block__title {
  font-family: ten-mincho-text, serif;
  font-style: normal;
  display: flex;
  justify-content: space-between;
  font-size: 30.6px !important;
  margin-bottom: 20px;
}
body.dohkan .others_block__title {
  font-family: YuMincho, "Yu Mincho", serif;
}
body.michiko .others_block__title {
  font-family: "Yu Mincho", YuMincho, "Noto Serif JP", serif;
}
@media screen and (max-width: 769px) {
  .others_block__title {
    font-size: 20.4px !important;
  }
}

.others_block__visual {
  display: flex;
}
@media screen and (max-width: 769px) {
  .others_block__visual {
    display: block;
  }
}
.others_block__image {
  flex: 1 1 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 380px;
}
@media screen and (max-width: 769px) {
  .others_block__image {
    height: 45vw;
  }
}

.others_block__desc {
  margin-top: 40px !important;
  line-height: 2.2;
}
@media screen and (max-width: 769px) {
  .others_block__desc {
    margin-top: 30px !important;
  }
}
@media screen and (max-width: 769px) {
  .others_block__desc {
    margin-top: 20px;
  }
}
.others_block__desc p {
  font-family: "Yu Mincho", YuMincho, "Noto Serif JP", serif;
  font-style: normal;
}
body.dohkan .others_block__desc p {
  font-family: YuMincho, "Yu Mincho", serif;
}
.others_block__desc_title {
  font-family: ten-mincho-text, serif;
  font-style: normal;
  font-size: 25.5px !important;
}
body.dohkan .others_block__desc_title {
  font-family: YuMincho, "Yu Mincho", serif;
}
body.michiko .others_block__desc_title {
  font-family: "Yu Mincho", YuMincho, "Noto Serif JP", serif;
}
@media screen and (max-width: 769px) {
  .others_block__desc_title {
    font-size: 17px !important;
  }
}

.others_block__title {
  margin-bottom: 50px !important;
}
@media screen and (max-width: 769px) {
  .others_block__title {
    margin-bottom: 30px !important;
  }
}
.others_block__eng {
  color: #C1923A;
}
body.dohkan .others_block__eng {
  color: #007A47;
}
body.michiko .others_block__eng {
  color: #e4b762;
}
.others_block__caption {
  font-size: 15.3px !important;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 769px) {
  .others_block__caption {
    font-size: 13.6px !important;
  }
}

.others_block__desc {
  padding-bottom: 80px !important;
}
@media screen and (max-width: 769px) {
  .others_block__desc {
    padding-bottom: 50px !important;
  }
}

.others_block__list {
  margin-bottom: 50px !important;
  font-family: ten-mincho-text, serif;
  font-style: normal;
}
@media screen and (max-width: 769px) {
  .others_block__list {
    margin-bottom: 30px !important;
  }
}
body.dohkan .others_block__list {
  font-family: YuMincho, "Yu Mincho", serif;
}
body.michiko .others_block__list {
  font-family: "Yu Mincho", YuMincho, "Noto Serif JP", serif;
}
.others_block__name {
  display: flex;
  align-items: center;
  margin-bottom: 40px !important;
}
@media screen and (max-width: 769px) {
  .others_block__name {
    margin-bottom: 30px !important;
  }
}
.others_block__name .label {
  margin-right: 20px;
  flex: 1 0 auto;
  font-size: 22.1px !important;
}
@media screen and (max-width: 769px) {
  .others_block__name .label {
    font-size: 13px !important;
  }
}
@media screen and (max-width: 769px) {
  .others_block__name .label {
    font-size: 20px;
  }
}
.others_block__name:after {
  content: "";
  flex: 1 1 100%;
  height: 1px;
  background: #E6E6E6;
}
.others_block__menu {
  letter-spacing: 0.05em;
}
.others_block__item {
  margin-top: 20px;
  display: flex;
  max-width: 100%;
  justify-content: space-between;
}
@media screen and (max-width: 769px) {
  .others_block__item {
    display: block;
    margin-top: 25px;
  }
}
.others_block__item .name {
  flex: 0 1 auto;
  order: 1;
  padding-right: 20px;
}
@media screen and (max-width: 769px) {
  .others_block__item .name {
    display: block;
    width: 100%;
    padding-right: 0;
  }
}
.others_block__item::before {
  order: 2;
  content: "";
  flex: 1 1 20%;
  display: block;
  height: 1px;
  margin-top: 0.9em;
  background-color: #c1923a !important;
  opacity: 0.3;
}
body.dohkan .others_block__item::before {
  background-color: #007a47 !important;
}
body.michiko .others_block__item::before {
  background-color: #e4b762 !important;
}
@media screen and (max-width: 769px) {
  .others_block__item::before {
    display: none;
  }
}
.others_block__item .price {
  flex: 0 0 auto;
  order: 3;
  padding-left: 20px;
  white-space: nowrap;
  color: #C1923A;
  font-size: 110%;
}
body.dohkan .others_block__item .price {
  color: #007A47;
}
body.michiko .others_block__item .price {
  color: #e4b762;
}
@media screen and (max-width: 769px) {
  .others_block__item .price {
    display: block;
    width: 100%;
    padding-left: 0;
    margin-top: 5px;
  }
}
.others_block__item .price .min {
  font-size: 90%;
}

.others_block__sub {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 769px) {
  .others_block__sub {
    display: block;
  }
}
.others_block__sub_block {
  flex: 0 0 500px;
}
@media screen and (max-width: 769px) {
  .others_block__sub_block {
    flex: initial;
    width: 100%;
    margin-bottom: 50px;
  }
}
.others_block__sub_label {
  font-size: 25.5px !important;
  margin-bottom: 30px !important;
  font-family: ten-mincho-text, serif;
  font-style: normal;
}
@media screen and (max-width: 769px) {
  .others_block__sub_label {
    font-size: 17px !important;
  }
}
@media screen and (max-width: 769px) {
  .others_block__sub_label {
    margin-bottom: 20px !important;
  }
}
body.dohkan .others_block__sub_label {
  font-family: YuMincho, "Yu Mincho", serif;
}
body.michiko .others_block__sub_label {
  font-family: "Yu Mincho", YuMincho, "Noto Serif JP", serif;
}
.others_block__sub_item {
  font-family: "Yu Mincho", YuMincho, "Noto Serif JP", serif;
  font-style: normal;
  margin-bottom: 20px !important;
  display: flex;
  justify-content: space-between;
}
body.dohkan .others_block__sub_item {
  font-family: YuMincho, "Yu Mincho", serif;
}
@media screen and (max-width: 769px) {
  .others_block__sub_item {
    margin-bottom: 15px !important;
  }
}
.others_block__sub_item .price {
  color: #C1923A;
}
body.dohkan .others_block__sub_item .price {
  color: #007A47;
}
body.michiko .others_block__sub_item .price {
  color: #e4b762;
}

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

@media screen and (min-width: 770px) {
  .show-sp {
    display: none;
  }
}

.single_visual__image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 80%;
  margin-left: 20%;
  height: 600px;
}
@media screen and (max-width: 769px) {
  .single_visual__image {
    height: 50vw;
  }
}

.single_detail {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 200px !important;
}
@media screen and (max-width: 769px) {
  .single_detail {
    margin-top: 150px !important;
  }
}
@media screen and (max-width: 769px) {
  .single_detail {
    margin-top: 80px;
  }
}
.single_detail:first-child {
  margin-top: 0;
}
.single_detail__body {
  font-family: "Yu Mincho", YuMincho, "Noto Serif JP", serif;
  font-style: normal;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
}
body.dohkan .single_detail__body {
  font-family: YuMincho, "Yu Mincho", serif;
}
@media screen and (max-width: 769px) {
  .single_detail__body {
    width: 80%;
    margin-top: 40px;
  }
}
.single_detail__body h1 {
  font-family: ten-mincho-text, serif;
  font-style: normal;
  font-size: 35.7px !important;
  margin-bottom: 40px !important;
}
body.dohkan .single_detail__body h1 {
  font-family: YuMincho, "Yu Mincho", serif;
}
body.michiko .single_detail__body h1 {
  font-family: "Yu Mincho", YuMincho, "Noto Serif JP", serif;
}
@media screen and (max-width: 769px) {
  .single_detail__body h1 {
    font-size: 30.6px !important;
  }
}
@media screen and (max-width: 769px) {
  .single_detail__body h1 {
    margin-bottom: 30px !important;
  }
}
.single_detail__body dl {
  margin-top: 100px !important;
}
@media screen and (max-width: 769px) {
  .single_detail__body dl {
    margin-top: 70px !important;
  }
}
.single_detail__body dt {
  display: flex;
  align-items: center;
  margin-top: 50px !important;
}
@media screen and (max-width: 769px) {
  .single_detail__body dt {
    margin-top: 30px !important;
  }
}
.single_detail__body dt span {
  flex: 1 0 auto;
  padding-right: 20px;
}
.single_detail__body dt::after {
  content: "";
  flex: 0 1 100%;
  height: 1px;
  display: block;
  background-color: #E6E6E6;
}
.single_detail__body dd {
  margin-top: 10px;
}
.single_detail__body em {
  color: #d28f8f;
}

.single_rel {
  margin-top: 200px !important;
}
@media screen and (max-width: 769px) {
  .single_rel {
    margin-top: 150px !important;
  }
}

.single_rel__title {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
}
.single_rel__list {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  font-family: ten-mincho-text, serif;
  font-style: normal;
}
body.dohkan .single_rel__list {
  font-family: YuMincho, "Yu Mincho", serif;
}
body.michiko .single_rel__list {
  font-family: "Yu Mincho", YuMincho, "Noto Serif JP", serif;
}
@media screen and (max-width: 769px) {
  .single_rel__list {
    display: block;
  }
}
.single_rel__item {
  flex: 0 1 50%;
  padding: 30px;
}
@media screen and (max-width: 769px) {
  .single_rel__item {
    padding: 15px;
  }
}
.single_rel__item a {
  display: flex;
  align-items: center;
}
.single_rel__thb {
  overflow: hidden;
  flex: 0 0 190px;
  height: 190px;
  position: relative;
}
@media screen and (max-width: 769px) {
  .single_rel__thb {
    flex: 0 0 100px;
    height: 100px;
  }
}
.single_rel__thb::before {
  z-index: 0;
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background-color: #4E061C;
}
body.dohkan .single_rel__thb::before {
  background-color: #155A3D;
}
body.michiko .single_rel__thb::before {
  background-color: #462e02;
}
.single_rel__image {
  position: absolute;
  transition: all 300ms;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transition: all 500ms ease 200ms;
}
.single_rel__main {
  flex: 1 1 100%;
  padding-left: 20px;
  transition: all 300ms;
}
.single_rel__main .name {
  margin-bottom: 10px;
}
.single_rel__main .detail {
  display: flex;
  justify-content: space-between;
}
.single_rel__main .price {
  color: #C1923A;
}
body.dohkan .single_rel__main .price {
  color: #007A47;
}
body.michiko .single_rel__main .price {
  color: #e4b762;
}
.single_rel__item a:hover .single_rel__image {
  transform: translate(-50%, -50%) scale(1.2);
  opacity: 0.8;
}
.single_rel__item a:hover .single_rel__main .name {
  color: #C1923A;
}
body.dohkan .single_rel__item a:hover .single_rel__main .name {
  color: #007A47;
}
body.michiko .single_rel__item a:hover .single_rel__main .name {
  color: #e4b762;
}
.single_rel__item a:hover .single_rel__main .cap {
  color: #C1923A;
}
body.dohkan .single_rel__item a:hover .single_rel__main .cap {
  color: #007A47;
}
body.michiko .single_rel__item a:hover .single_rel__main .cap {
  color: #e4b762;
}
.single_rel__item a:hover .single_rel__main .price {
  color: #2F0F18;
}
body.dohkan .single_rel__item a:hover .single_rel__main .price {
  color: #2F0F18;
}
body.michiko .single_rel__item a:hover .single_rel__main .price {
  color: white;
}

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

@media screen and (min-width: 770px) {
  .show-sp {
    display: none;
  }
}

.concept_visual__title {
  display: block;
  font-family: ten-mincho-text, serif;
  font-style: normal;
  font-size: 35.7px !important;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
body.dohkan .concept_visual__title {
  font-family: YuMincho, "Yu Mincho", serif;
}
body.michiko .concept_visual__title {
  font-family: "Yu Mincho", YuMincho, "Noto Serif JP", serif;
}
@media screen and (max-width: 769px) {
  .concept_visual__title {
    font-size: 30.6px !important;
  }
}
.concept_visual__image {
  width: 88%;
  height: 600px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 769px) {
  .concept_visual__image {
    height: 50vw;
  }
}

.concept_body {
  font-family: "Yu Mincho", YuMincho, "Noto Serif JP", serif;
  font-style: normal;
  margin-top: 100px !important;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
}
body.dohkan .concept_body {
  font-family: YuMincho, "Yu Mincho", serif;
}
@media screen and (max-width: 769px) {
  .concept_body {
    margin-top: 70px !important;
  }
}
@media screen and (max-width: 769px) {
  .concept_body {
    margin-top: 40px;
    padding: 40px;
  }
}
@media screen and (max-width: 569px) {
  .concept_body {
    padding: 20px;
  }
}
.concept_body--guest {
  background: rgba(254, 254, 254, 0.7);
  padding: 60px 20px;
}
@media screen and (max-width: 769px) {
  .concept_body--guest {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 569px) {
  .concept_body--guest {
    padding: 30px 20px;
  }
}
.concept_body__title {
  font-family: ten-mincho-text, serif;
  font-style: normal;
  font-size: 35.7px !important;
}
body.dohkan .concept_body__title {
  font-family: YuMincho, "Yu Mincho", serif;
}
body.michiko .concept_body__title {
  font-family: "Yu Mincho", YuMincho, "Noto Serif JP", serif;
}
@media screen and (max-width: 769px) {
  .concept_body__title {
    font-size: 30.6px !important;
  }
}
.concept_body__title.text-center {
  text-align: center;
}
.concept_body__contents {
  line-height: 3;
}
.concept_body__contents--slim {
  max-width: 600px;
  margin: 0 auto;
}
.concept_body__contents p {
  margin-top: 30px !important;
}
@media screen and (max-width: 769px) {
  .concept_body__contents p {
    margin-top: 20px !important;
  }
}
.concept_body__contents p::first-child {
  margin-top: 0;
}
.concept_body__list {
  max-width: 600px;
  margin: 40px auto;
}
@media screen and (max-width: 769px) {
  .concept_body__list {
    margin: 0 auto;
  }
}
.concept_body__list_item {
  padding: 20px 0;
  position: relative;
}
.concept_body__list_item::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 15px;
  border-color: #4E061C transparent transparent transparent;
}
.concept_body__list_item:first-child::before {
  display: none;
}
.concept_body__list_item .label {
  background: white;
  border: 1px solid #E6E6E6;
  display: block;
  width: 100%;
  text-align: center;
  padding: 20px;
  font-size: 15.3px !important;
}
@media screen and (max-width: 769px) {
  .concept_body__list_item .label {
    font-size: 13.6px !important;
  }
}
.concept_body__list_item--active .label {
  color: white;
  background-color: #c1923a !important;
}
body.dohkan .concept_body__list_item--active .label {
  background-color: #007a47 !important;
}
body.michiko .concept_body__list_item--active .label {
  background-color: #e4b762 !important;
}

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

@media screen and (min-width: 770px) {
  .show-sp {
    display: none;
  }
}

.access_block__inner {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
}
.access_block__title {
  font-family: ten-mincho-text, serif;
  font-style: normal;
  font-size: 35.7px !important;
  margin-bottom: 40px;
}
body.dohkan .access_block__title {
  font-family: YuMincho, "Yu Mincho", serif;
}
body.michiko .access_block__title {
  font-family: "Yu Mincho", YuMincho, "Noto Serif JP", serif;
}
@media screen and (max-width: 769px) {
  .access_block__title {
    font-size: 30.6px !important;
  }
}
@media screen and (max-width: 769px) {
  .access_block__title {
    margin-bottom: 20px;
  }
}

.access_block__map img {
  width: 100%;
}
.access_block__box {
  display: flex;
  justify-content: end;
}

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

@media screen and (min-width: 770px) {
  .show-sp {
    display: none;
  }
}

.eo-fullcalendar-loading {
  display: none !important;
}

.day_body {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 80px;
}
@media screen and (max-width: 769px) {
  .day_body {
    padding-bottom: 40px;
  }
}

.day_body__note {
  margin-top: 40px;
  font-size: 13.6px !important;
}
@media screen and (max-width: 769px) {
  .day_body__note {
    font-size: 11.2px !important;
  }
}

.eo-fullcalendar-reset .fc-toolbar {
  display: flex;
  justify-content: space-between;
}
.eo-fullcalendar-reset .fc-toolbar .fc-left {
  order: 0;
}
.eo-fullcalendar-reset .fc-toolbar .fc-center {
  order: 1;
}
.eo-fullcalendar-reset .fc-toolbar .fc-right {
  order: 2;
}
.eo-fullcalendar-reset .fc-toolbar .fc-clear {
  display: none;
}

.eo-fullcalendar-reset .fc-toolbar h2 {
  font-family: ten-mincho-text, serif;
  font-style: normal;
  font-size: 25.5px !important;
  color: #2F0F18;
}
body.dohkan .eo-fullcalendar-reset .fc-toolbar h2 {
  font-family: YuMincho, "Yu Mincho", serif;
}
body.michiko .eo-fullcalendar-reset .fc-toolbar h2 {
  font-family: "Yu Mincho", YuMincho, "Noto Serif JP", serif;
}
@media screen and (max-width: 769px) {
  .eo-fullcalendar-reset .fc-toolbar h2 {
    font-size: 17px !important;
  }
}
body.dohkan .eo-fullcalendar-reset .fc-toolbar h2 {
  color: #2F0F18;
}
body.michiko .eo-fullcalendar-reset .fc-toolbar h2 {
  color: white;
}

.eo-fullcalendar-reset .fc-button {
  background: white;
  color: #C1923A;
  border-color: #c1923a !important;
}
body.dohkan .eo-fullcalendar-reset .fc-button {
  color: #007A47;
}
body.michiko .eo-fullcalendar-reset .fc-button {
  color: #e4b762;
}
body.dohkan .eo-fullcalendar-reset .fc-button {
  border-color: #007a47 !important;
}
body.michiko .eo-fullcalendar-reset .fc-button {
  border-color: #e4b762 !important;
}

.eo-fullcalendar-reset a.fc-day-grid-event {
  pointer-events: none;
}

.eo-fullcalendar-reset .fc-unthemed thead, tbody, th, td {
  border-color: #c1923a !important;
  color: #2F0F18;
}
body.dohkan .eo-fullcalendar-reset .fc-unthemed thead, body.dohkan tbody, body.dohkan th, body.dohkan td {
  border-color: #007a47 !important;
}
body.michiko .eo-fullcalendar-reset .fc-unthemed thead, body.michiko tbody, body.michiko th, body.michiko td {
  border-color: #e4b762 !important;
}
body.dohkan .eo-fullcalendar-reset .fc-unthemed thead, body.dohkan tbody, body.dohkan th, body.dohkan td {
  color: #2F0F18;
}
body.michiko .eo-fullcalendar-reset .fc-unthemed thead, body.michiko tbody, body.michiko th, body.michiko td {
  color: white;
}

.eo-fullcalendar-reset .fc-widget-header th.fc-day-header {
  font-weight: normal;
  padding: 5px !important;
  background-color: rgba(193, 146, 58, 0.1) !important;
}
body.dohkan .eo-fullcalendar-reset .fc-widget-header th.fc-day-header {
  background-color: rgba(0, 122, 71, 0.1) !important;
}
body.michiko .eo-fullcalendar-reset .fc-widget-header th.fc-day-header {
  background-color: rgba(228, 183, 98, 0.1) !important;
}

.eo-fullcalendar-reset .fc-content-skeleton .fc-day-number {
  border-bottom: none !important;
}

.eo-fullcalendar-reset .fc-day-grid-container table td {
  padding: 10px !important;
}

.eo-fullcalendar-reset .fc-content {
  text-align: center;
  padding: 8px !important;
}
@media screen and (max-width: 769px) {
  .eo-fullcalendar-reset .fc-content {
    padding: 8px 0 !important;
  }
}

.eo-fullcalendar-reset .fc-today {
  background: none !important;
}

.eo-fullcalendar-reset .fc-bg .fc-today {
  position: relative;
}

.eo-fullcalendar-reset .fc-bg .fc-today:before {
  content: "";
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  display: block;
  position: absolute;
  left: 5px;
  top: 5px;
  z-index: 0;
  background-color: #c1923a !important;
  opacity: 0.3;
}
body.dohkan .eo-fullcalendar-reset .fc-bg .fc-today:before {
  background-color: #007a47 !important;
}
body.michiko .eo-fullcalendar-reset .fc-bg .fc-today:before {
  background-color: #e4b762 !important;
}

body.michiko .eo-fullcalendar-reset .fc-button {
  background: transparent !important;
}

body.michiko .eo-fullcalendar .fc-view > table > thead {
  background-color: #c1923a !important;
}
body.dohkan body.michiko .eo-fullcalendar .fc-view > table > thead {
  background-color: #007a47 !important;
}
body.michiko body.michiko .eo-fullcalendar .fc-view > table > thead {
  background-color: #e4b762 !important;
}

body.michiko .eo-fullcalendar .fc-view > table > tbody {
  background: transparent;
}

body.michiko .eo-fullcalendar-reset .fc-content-skeleton tbody:before,
body.michiko .eo-fullcalendar-reset .fc-content-skeleton tbody:after {
  display: none !important;
}

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

@media screen and (min-width: 770px) {
  .show-sp {
    display: none;
  }
}

.topics_body {
  display: flex;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  justify-content: space-between;
}
@media screen and (max-width: 769px) {
  .topics_body {
    display: block;
  }
}

.topics_main {
  flex: 0 1 784px;
}
@media screen and (max-width: 769px) {
  .topics_main {
    width: 100%;
  }
}

.topics_main__title {
  font-family: ten-mincho-text, serif;
  font-style: normal;
  font-size: 35.7px !important;
  margin-bottom: 40px;
}
body.dohkan .topics_main__title {
  font-family: YuMincho, "Yu Mincho", serif;
}
body.michiko .topics_main__title {
  font-family: "Yu Mincho", YuMincho, "Noto Serif JP", serif;
}
@media screen and (max-width: 769px) {
  .topics_main__title {
    font-size: 30.6px !important;
  }
}
@media screen and (max-width: 769px) {
  .topics_main__title {
    margin-bottom: 20px;
  }
}

.topics_side {
  flex: 0 0 240px;
}
@media screen and (max-width: 769px) {
  .topics_side {
    width: 100%;
  }
}

.topics_side a {
  color: #2F0F18;
}
body.dohkan .topics_side a {
  color: #2F0F18;
}
body.michiko .topics_side a {
  color: white;
}
@media screen and (max-width: 769px) {
  .topics_side__col {
    margin-top: 40px;
  }
  .topics_side__col:first-child {
    margin-top: 0;
  }
}
.topics_side__subject {
  font-size: 22.1px !important;
  font-family: "Yu Mincho", YuMincho, "Noto Serif JP", serif;
  letter-spacing: 0.1em;
  color: #C1923A;
  display: flex;
  padding: 20px 0;
  position: relative;
  white-space: nowrap;
  align-items: center;
}
@media screen and (max-width: 769px) {
  .topics_side__subject {
    font-size: 13px !important;
  }
}
body.dohkan .topics_side__subject {
  font-family: "Rozha One", serif;
}
body.dohkan .topics_side__subject {
  color: #007A47;
}
body.michiko .topics_side__subject {
  color: #e4b762;
}
.topics_side__subject .label {
  margin-right: 15px;
}
.topics_side__subject:after {
  content: "";
  flex: 1 1 100%;
  height: 1px;
}
.topics_side__list {
  list-style: none;
}
.topics_side__item p {
  margin: 0;
  padding-right: 4em;
}
.topics_side__link {
  width: 100%;
  position: relative;
  display: inline-block;
  padding: 5px 0 5px 2em;
  font-size: 12.75px !important;
}
@media screen and (max-width: 769px) {
  .topics_side__link {
    font-size: 11.05px !important;
  }
}
@media (max-width: 767.98px) {
  .topics_side__link {
    max-width: 90%;
  }
}
.topics_side__link[aria-current=page] {
  color: #C1923A;
}
body.dohkan .topics_side__link[aria-current=page] {
  color: #007A47;
}
body.michiko .topics_side__link[aria-current=page] {
  color: #e4b762;
}
.topics_side__link:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1em;
  height: 1px;
  background-color: #4E061C;
  transform: translate(0, -50%);
}
.topics_side__link .default {
  width: 100%;
  display: block;
}

.topics_side__link:hover {
  text-decoration: none;
  opacity: 0.6;
}
.topics_side__link:hover .default {
  position: relative;
  z-index: 1;
}
.topics_side__link:hover:before {
  z-index: 2;
  background-color: #c1923a !important;
  transition: all 300ms cubic-bezier(0.78, 0.17, 1, 1) 300ms;
}
body.dohkan .topics_side__link:hover:before {
  background-color: #007a47 !important;
}
body.michiko .topics_side__link:hover:before {
  background-color: #e4b762 !important;
}

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

@media screen and (min-width: 770px) {
  .show-sp {
    display: none;
  }
}

.topics_single {
  margin-top: 60px;
}
@media screen and (max-width: 769px) {
  .topics_single {
    margin-top: 30px;
  }
}
.topics_single h1, .topics_single h2, .topics_single h3, .topics_single h4, .topics_single h5, .topics_single h6 {
  font-family: ten-mincho-text, serif;
  font-style: normal;
}
body.dohkan .topics_single h1, body.dohkan .topics_single h2, body.dohkan .topics_single h3, body.dohkan .topics_single h4, body.dohkan .topics_single h5, body.dohkan .topics_single h6 {
  font-family: YuMincho, "Yu Mincho", serif;
}
body.michiko .topics_single h1, body.michiko .topics_single h2, body.michiko .topics_single h3, body.michiko .topics_single h4, body.michiko .topics_single h5, body.michiko .topics_single h6 {
  font-family: "Yu Mincho", YuMincho, "Noto Serif JP", serif;
}
.topics_single h1 {
  font-size: 150%;
}
.topics_single h2 {
  font-size: 140%;
}
.topics_single h3 {
  font-size: 130%;
}
.topics_single h4 {
  font-size: 120%;
}
.topics_single h5 {
  font-size: 110%;
}
.topics_single h6 {
  font-size: 100%;
}
.topics_single h1,
.topics_single h2 {
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 40px;
}
.topics_single h3,
.topics_single h4 {
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 20px;
}
.topics_single h5,
.topics_single h6 {
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 10px;
}
.topics_single p {
  margin-bottom: 40px;
}
.topics_single figure.size-full img {
  width: 100%;
  height: auto;
}

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

@media screen and (min-width: 770px) {
  .show-sp {
    display: none;
  }
}

.wp-list {
  position: relative;
  margin-top: 80px !important;
}
@media screen and (max-width: 769px) {
  .wp-list {
    margin-top: 50px !important;
  }
}

.wp-list .list-pager {
  margin: 80px auto 0;
  width: 100%;
  text-align: center;
}

.wp-list .previouspostslink,
.wp-list .nextpostslink {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
}

@media screen and (max-width: 769px) {
  .wp-list .previouspostslink {
    position: absolute;
    bottom: 0;
    left: 0;
    display: none;
  }
}

@media screen and (max-width: 769px) {
  .wp-list .nextpostslink {
    position: absolute;
    bottom: 0;
    right: 0;
    display: none;
  }
}

.wp-list .previouspostslink:hover,
.wp-list .nextpostslinkhover:hover {
  opacity: 0.7;
}

.wp-list .previouspostslink::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -40px;
  margin: auto;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  border-top: 1px solid #C1923A;
  border-right: 1px solid #C1923A;
  border-color: #c1923a !important;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(225deg);
}
body.dohkan .wp-list .previouspostslink::before {
  border-color: #007a47 !important;
}
body.michiko .wp-list .previouspostslink::before {
  border-color: #e4b762 !important;
}

.wp-list .nextpostslink::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -40px;
  margin: auto;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  border-top: 1px solid #C1923A;
  border-right: 1px solid #C1923A;
  border-color: #c1923a !important;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
body.dohkan .wp-list .nextpostslink::before {
  border-color: #007a47 !important;
}
body.michiko .wp-list .nextpostslink::before {
  border-color: #e4b762 !important;
}

.wp-list .page {
  display: inline-block;
  padding: 10px 18px;
  border: 1px solid #e6e6e6;
  color: #e6e6e6 !important;
  margin: 0 6px;
}

.wp-list .page:hover {
  background: #c99d4b;
  color: #FFF;
}

.wp-list .pagination_list {
  position: relative;
  text-align: center;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 769px) {
  .wp-list .pagination_list {
    padding-bottom: 50px;
  }
}

.wp-list span {
  padding: 10px 18px;
  background-color: #c1923a !important;
  color: #e6e6e6;
  display: inline-block;
  margin: 0 6px;
}
body.dohkan .wp-list span {
  background-color: #007a47 !important;
}
body.michiko .wp-list span {
  background-color: #e4b762 !important;
}
