@charset "UTF-8";
@font-face {
  font-family: "medio";
  src: url("../fonts/medio.woff2") format("woff2"), url("../fonts/medio.woff") format("woff");
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  color: #333;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-weight: 300;
  letter-spacing: 0.05em;
}

ul, ol {
  list-style: none;
}

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

a {
  transition: 0.3s;
  text-decoration: none;
  color: inherit;
}
a:hover {
  opacity: 0.7;
}

input, textarea, select, button {
  border: none;
  box-shadow: none;
  background: none;
  font: inherit;
  color: inherit;
}

table {
  border-collapse: collapse;
}

.wrapper {
  overflow: hidden;
}

.inner {
  width: 90%;
  max-width: 1160px;
  margin: 0 auto;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  transition: 0.5s;
}
header .inner {
  padding: 0 30px;
}
header .inner .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .inner .row h1 a img {
  display: block;
  width: 135px;
}
header .inner .row nav {
  display: flex;
  align-items: center;
}
header .inner .row nav .menu {
  display: flex;
  margin-right: 45px;
}
header .inner .row nav .menu li a {
  font-size: 13px;
  color: #fff;
}
header .inner .row nav .menu li:not(:last-child) {
  margin-right: 32px;
}
header .inner .row nav .sns {
  display: flex;
  margin-right: 28px;
}
header .inner .row nav .sns li a img {
  width: 20px;
}
header .inner .row nav .sns li:not(:last-child) {
  margin-right: 15px;
}
header .inner .row nav .sns li:nth-child(3) a img {
  width: 26px;
}
header .inner .row nav .btn {
  margin-right: 27px;
}
header .inner .row nav .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 164px;
  height: 55px;
  background: url(../img/reserve_bg.jpg) no-repeat center/cover;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Noto Sans JP", sans-serif;
  color: #fff;
  font-size: 13px;
}
header .inner .row nav .btn a::after {
  /* content: '';
   display: block;
   width: 8px;
   height: 5px;
   background: url(../img/arrow_bottom_white.svg) no-repeat center / contain;
   margin-left: 10px;*/
}
header .inner .row nav #menu_btn {
  cursor: pointer;
}
header .inner .row nav #menu_btn .lines {
  width: 41px;
  height: 10px;
  position: relative;
}
header .inner .row nav #menu_btn .lines span {
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  right: 0;
  transition: 0.3s;
}
header .inner .row nav #menu_btn .lines span:nth-child(1) {
  top: 0;
}
header .inner .row nav #menu_btn .lines span:nth-child(2) {
  top: 4.5px;
}
header .inner .row nav #menu_btn .lines span:nth-child(3) {
  top: 9px;
}
header .inner .row nav #menu_btn .txt {
  margin-top: 8px;
  color: #fff;
  font-size: 8px;
  line-height: 1;
  text-align: center;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Noto Sans JP", sans-serif;
}
header .inner .row .rev {
  margin-left: auto;
}
header .inner .link {
  display: none;
}
header.hide {
  top: -100%;
}
header.fixed, header.open.hide {
  top: 0;
  background: rgba(153, 153, 153, 0.75);
  height: 105px;
}
header.fixed .inner .row h1 img, header.open.hide .inner .row h1 img {
  filter: none;
}
header.fixed .inner .row nav ul li a, header.open.hide .inner .row nav ul li a {
  text-shadow: none;
}
header.fixed .inner .link, header.open.hide .inner .link {
  display: block;
  padding: 15px 0;
}
header.fixed .inner .link a, header.open.hide .inner .link a {
  color: #fff;
  display: block;
  text-align: center;
  align-items: center;
  font-size: 10px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 0 auto;
  background: #22b073;
  padding: 14px 30px;
}
header.fixed .inner .link a span:first-child, header.open.hide .inner .link a span:first-child {
  font-size: 14px;
  margin-right: 0;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Noto Sans JP", sans-serif;
  width: 100%;
  display: block;
  padding-bottom: 8px;
}
header.fixed .inner .link a span:last-child, header.open.hide .inner .link a span:last-child {
  font-size: 15px;
  width: 100%;
  color: #E0D91C;
  display: block;
}
header.fixed .inner .link a span:last-child small, header.open.hide .inner .link a span:last-child small {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Noto Sans JP", sans-serif;
  font-size: 10px;
  margin-left: 8px;
}
header.open .inner .row nav #menu_btn .lines {
  height: 33px;
}
header.open .inner .row nav #menu_btn .lines span:nth-child(1) {
  top: 16px;
  transform: rotate(45deg);
}
header.open .inner .row nav #menu_btn .lines span:nth-child(2) {
  opacity: 0;
}
header.open .inner .row nav #menu_btn .lines span:nth-child(3) {
  top: 16px;
  transform: rotate(-45deg);
}
header.open .inner .row nav #menu_btn .txt {
  display: none;
}

#global_menu {
  background: url(../img/menu_bg.png) no-repeat center/cover;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 90;
  padding-top: 100px;
  opacity: 0;
  transition: 0.5s;
  pointer-events: none;
}
#global_menu .inner {
  max-width: 1000px;
  height: 100%;
  display: flex;
  align-items: center;
}
#global_menu .inner .row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
#global_menu .inner .row nav {
  display: flex;
  align-items: flex-end;
  padding-bottom: 20px;
}
#global_menu .inner .row nav ul li a {
  font-size: 16px;
  line-height: 44px;
  letter-spacing: 0.1em;
}
#global_menu .inner .row nav ul:not(:last-child) {
  margin-right: 55px;
}
#global_menu .inner .row .info_logo {
  display: flex;
  align-items: flex-end;
}
#global_menu .inner .row .info_logo .info {
  margin-right: 90px;
  padding-bottom: 35px;
}
#global_menu .inner .row .info_logo .info .tel {
  margin-bottom: 98px;
}
#global_menu .inner .row .info_logo .info .tel .txt {
  font-size: 15px;
}
#global_menu .inner .row .info_logo .info .tel .num {
  font-size: 25px;
  letter-spacing: 0.06em;
}
#global_menu .inner .row .info_logo .info .tel .hours {
  font-size: 11px;
}
#global_menu .inner .row .info_logo .info .address {
  font-size: 9px;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
#global_menu .inner .row .info_logo .info .copy {
  font-size: 7px;
  letter-spacing: 0.1em;
}
#global_menu .inner .row .info_logo .info .copy img {
  width: 8px;
  vertical-align: baseline;
  margin-right: 4px;
}
#global_menu .inner .row .info_logo .logo img {
  width: 92px;
}
#global_menu.open {
  opacity: 1;
  pointer-events: all;
}

#mv {
  height: 100vh;
  background: no-repeat center/cover;
  position: relative;
}
#mv .inner {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: calc(100% + 20px);
}
#mv .inner .link {
  padding-right: 45px;
  display: none;
}
#mv .inner .link a {
  display: flex;
  align-items: center;
  font-size: 10px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 0 auto;
}
#mv .inner .link a span:first-child {
  color: #fff;
  background: #22b073;
  font-size: 9px;
  padding: 3px 6px;
  margin-right: 6px;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Noto Sans JP", sans-serif;
}
#mv .inner .link a span:last-child {
  font-size: 13px;
}
#mv .inner .link a span:last-child small {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Noto Sans JP", sans-serif;
  font-size: 10px;
  margin-left: 8px;
}
#mv .pagettl {
  background: #fff;
  width: 300px;
  position: absolute;
  left: 0;
  top: calc(100% - 244px);
  padding: 60px 50px 200px;
  min-height: 244px;
}
#mv .pagettl h2 {
  width: 85px;
  margin: 0 0 0 auto;
}
#mv .pagettl h2 .jp {
  writing-mode: vertical-rl;
  font-size: 57px;
  letter-spacing: 0.2em;
  font-weight: 300;
}
#mv .pagettl h2 .en {
  font-size: 19px;
  letter-spacing: 0.1em;
  display: block;
  transform-origin: left bottom;
  transform: rotate(90deg) translateY(-100%);
  font-family: "trajan-pro-3", serif;
  font-weight: 400;
  white-space: nowrap;
}

#insta {
  padding-top: 220px;
  padding-bottom: 145px;
}
#insta .inner {
  max-width: 1100px;
}
#insta .inner ul {
  display: flex;
  flex-wrap: wrap;
}
#insta .inner ul li {
  width: 24.5%;
}
#insta .inner ul li:not(:nth-child(4n)) {
  margin-right: 0.6666666667%;
}
#insta .inner ul li:nth-child(n+5) {
  margin-top: 7px;
}

#side_content {
  position: fixed;
  top: 50%;
  left: 50px;
  transform: translateY(-50%);
  opacity: 0;
}
#side_content img {
  width: 8px;
}

#pagetop {
  position: fixed;
  top: 50%;
  right: 50px;
  opacity: 0;
}
#pagetop a {
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(90deg) translateY(-70px);
  font-size: 9px;
  line-height: 1;
  letter-spacing: 0.4em;
  color: #6f6e6e;
}
#pagetop a::before {
  content: "";
  display: block;
  width: 68px;
  height: 1px;
  background: #989797;
  margin-right: 14px;
  margin-top: 4px;
}

.fadein {
  transition: 1s;
  opacity: 0;
  transform: translatey(50px);
}

.fadein.animated {
  opacity: 1;
  transform: translatey(0px);
}

@media (max-width: 1300px) {
  #side_content,
  #pagetop {
    display: none;
  }
}
footer {
  background: url(../img/footer_bg.png) no-repeat center bottom/cover;
  color: #fff;
  padding-top: 45px;
  max-width: 1400px;
  margin: 0 auto;
}
footer .inner {
  max-width: 950px;
  padding-bottom: 60px;
}
footer .inner .row {
  display: flex;
  justify-content: space-between;
}
footer .inner .row .info .logo {
  margin-bottom: 20px;
}
footer .inner .row .info .logo small {
  display: block;
  font-size: 10px;
}
footer .inner .row .info .logo img {
  width: 218px;
}
footer .inner .row .info .address {
  font-size: 8.5px;
  line-height: 14px;
  letter-spacing: 0.1em;
}
footer .inner .row .nav_tel {
  display: flex;
  align-items: flex-end;
}
footer .inner .row .nav_tel nav {
  margin-right: 65px;
}
footer .inner .row .nav_tel nav ul li a {
  font-size: 8px;
  line-height: 22.5px;
}
footer .inner .row .nav_tel .right .tel {
  margin-bottom: 38px;
}
footer .inner .row .nav_tel .right .tel .txt {
  font-size: 13px;
}
footer .inner .row .nav_tel .right .tel .num {
  font-size: 22px;
}
footer .inner .row .nav_tel .right .tel .hours {
  font-size: 10px;
}
footer .inner .row .nav_tel .right .sns {
  display: flex;
  margin-bottom: 40px;
}
footer .inner .row .nav_tel .right .sns li img {
  width: 20px;
}
footer .inner .row .nav_tel .right .sns li:nth-child(3) img {
  width: 26px;
}
footer .inner .row .nav_tel .right .sns li:not(:last-child) {
  margin-right: 16px;
}
footer .copy {
  background: #e2e1e1;
  text-align: center;
  color: #7f8080;
  font-size: 7px;
  padding: 15px 0;
}
footer .copy img {
  margin-right: 4px;
  width: 7px;
  vertical-align: baseline;
}

#local_menus {
  padding: 55px 0 190px;
}
#local_menus.menus_top {
  padding: 55px 0 0;
}
#local_menus .inner nav ul {
  display: flex;
  justify-content: center;
}
#local_menus .inner nav ul li {
  display: flex;
}
#local_menus .inner nav ul li a {
  font-size: 14px;
}
#local_menus .inner nav ul li:not(:last-child) {
  margin-right: 34px;
}
#local_menus .inner nav ul li:not(:last-child)::after {
  content: "";
  display: block;
  width: 1px;
  height: 14px;
  background: #333;
  margin-left: 34px;
}

@media (max-width: 1260px) {
  header .inner {
    padding: 0;
  }
  header .inner .row nav .menu {
    margin-top: 10px;
    position: absolute;
    top: 55px;
    right: 5%;
    margin-right: 0;
  }
  header .inner .link {
    margin-top: 30px;
  }
  header.fixed {
    height: 135px;
  }
  #mv .pagettl {
    width: 180px;
    padding: 40px;
  }
  #mv .pagettl h2 {
    width: 65px;
  }
  #mv .pagettl h2 .jp {
    font-size: 45px;
  }
  #mv .pagettl h2 .en {
    font-size: 15px;
  }
}
@media (max-width: 1000px) {
  #global_menu .inner .row nav {
    flex-direction: column;
    align-items: flex-start;
  }
  #global_menu .inner .row nav ul {
    padding-bottom: 0;
  }
  #global_menu .inner .row .info_logo .info {
    margin-right: 50px;
  }
}
@media (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  header .inner {
    padding: 0;
  }
  header .inner .row nav .menu {
    display: none;
  }
  header .inner .row nav .sns {
    display: none;
  }
  header .inner .row nav .btn {
    margin-right: 15px;
  }
  header .inner .row nav .btn a {
    width: 100px;
    text-align: center;
  }
  header .inner .link {
    margin-top: 0;
  }
  header.open.hide .inner .link, header.fixed .inner .link {
    padding: 10px 0;
  }
  header.open.hide .inner .link a, header.fixed .inner .link a {
    justify-content: center;
    margin: 0 auto;
  }
  header.open.hide .inner .link a span:first-child, header.fixed .inner .link a span:first-child {
    margin-right: 15px;
  }
  header.open.hide .inner .link a span:last-child small, header.fixed .inner .link a span:last-child small {
    margin-left: 0;
    display: block;
  }
  #global_menu {
    padding-top: 115px;
    overflow: auto;
  }
  #global_menu .inner {
    height: auto;
    padding-top: 30px;
  }
  #global_menu .inner .row {
    flex-direction: column;
    align-items: flex-start;
  }
  #global_menu .inner .row .info_logo .info .tel {
    margin-bottom: 30px;
  }
  #global_menu .inner .row .info_logo .logo {
    position: absolute;
    top: 130px;
    right: 5%;
  }
  #global_menu .inner .row .info_logo .logo img {
    width: 80px;
  }
  #mv {
    height: 300px;
  }
  #mv .inner .link {
    padding-right: 0;
  }
  #mv .inner .link a {
    justify-content: center;
    margin: 0 auto;
  }
  #mv .inner .link a span:first-child {
    margin-right: 15px;
  }
  #mv .inner .link a span:last-child small {
    margin-left: 0;
    display: block;
  }
  #mv .pagettl {
    width: auto;
    top: unset;
    bottom: 0;
    padding: 10px 20px;
    min-height: auto;
  }
  #mv .pagettl h2 {
    margin: 0;
    width: auto;
    display: flex;
    align-items: flex-end;
  }
  #mv .pagettl h2 .jp {
    writing-mode: unset;
    font-size: 30px;
  }
  #mv .pagettl h2 .en {
    transform: none;
    font-size: 12px;
    margin-left: 10px;
    margin-bottom: 5px;
  }
  footer {
    /*リンクの形状*/
    /*リンクを右下に固定*/
    /*　上に上がる動き　*/
    /*　下に下がる動き　*/
  }
  footer .inner .row {
    flex-direction: column;
    text-align: center;
  }
  footer .inner .row .info {
    margin-bottom: 40px;
  }
  footer .inner .row .nav_tel {
    flex-direction: column;
    align-items: center;
  }
  footer .inner .row .nav_tel nav {
    display: none;
  }
  footer .inner .row .nav_tel .right .sns {
    justify-content: center;
    margin-bottom: 0;
  }
  footer #page-top a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000;
    border-radius: 100px;
    width: 46px;
    height: 46px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 0.6rem;
    transition: all 0.3s;
  }
  footer #page-top a:hover {
    background: #777;
  }
  footer #page-top {
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 2;
    /*はじめは非表示*/
    opacity: 0;
    transform: translateY(100px);
  }
  footer #page-top.UpMove {
    animation: UpAnime 0.5s forwards;
  }
  @keyframes UpAnime {
    from {
      opacity: 0;
      transform: translateY(100px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  footer #page-top.DownMove {
    animation: DownAnime 0.5s forwards;
  }
  @keyframes DownAnime {
    from {
      opacity: 1;
      transform: translateY(0);
    }
    to {
      opacity: 1;
      transform: translateY(100px);
    }
  }
  #local_menus {
    padding: 55px 0 190px;
  }
  #local_menus.menus_top {
    padding: 55px 0 0;
  }
  #local_menus .inner nav ul {
    display: flex;
    justify-content: center;
  }
  #local_menus .inner nav ul li {
    display: flex;
  }
  #local_menus .inner nav ul li a {
    font-size: 11px;
  }
  #local_menus .inner nav ul li:not(:last-child) {
    margin-right: 8px;
  }
  #local_menus .inner nav ul li:not(:last-child)::after {
    content: "";
    display: block;
    width: 1px;
    height: 14px;
    background: #333;
    margin-left: 8px;
  }
}
#top #mv {
  height: 56.25vw;
  position: relative;
}
#top #mv video {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#top #intro {
  padding: 150px 0 0;
  text-align: center;
}
#top #intro .inner h2 {
  margin-bottom: 70px;
}
#top #intro .inner h2 small {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #6f6e6e;
  margin-bottom: 5px;
}
#top #intro .inner h2 img {
  width: 309px;
}
#top #intro .inner .catch {
  font-size: 26px;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #494848;
  margin-bottom: 40px;
}
#top #intro .inner .sub {
  font-size: 15px;
  line-height: 2;
  color: #494848;
  margin-bottom: 140px;
  letter-spacing: 0.1em;
}
#top #intro .intro_slider .slide {
  margin: 0 40px 0 60px;
  position: relative;
}
#top #intro .intro_slider .slide a {
  display: block;
  overflow: hidden;
}
#top #intro .intro_slider .slide a img {
  transition: 0.3s;
}
#top #intro .intro_slider .slide a .txt {
  color: #808080;
  font-size: 10px;
  position: absolute;
  top: 0;
  left: -20px;
  height: 100%;
  writing-mode: vertical-rl;
  margin-right: 8px;
  display: flex;
  justify-content: flex-end;
}
#top #intro .intro_slider .slide a .txt span {
  display: flex;
}
#top #intro .intro_slider .slide a .txt span:nth-child(1) {
  display: flex;
  align-items: center;
}
#top #intro .intro_slider .slide a .txt span:nth-child(1)::after {
  content: "";
  display: block;
  width: 6px;
  height: 1px;
  background: #808080;
  margin-top: 12px;
  margin-bottom: 12px;
}
#top #intro .intro_slider .slide a .txt span:nth-child(2) {
  text-align: left;
}
#top #intro .intro_slider .slide a .txt span .pc {
  font-style: normal;
}
#top #intro .intro_slider .slide a:hover {
  opacity: 1;
}
#top #intro .intro_slider .slide a:hover img {
  transform: scale(1.1);
}
#top #intro .intro_slider .slick-arrow {
  font-size: 0;
  position: absolute;
  top: calc(100% + 28px);
  width: 108px;
  height: 17px;
  background: no-repeat center/contain;
  cursor: pointer;
}
#top #intro .intro_slider .slick-arrow.slick-prev {
  left: 12.8%;
  background-image: url(../img/arrow_prev.svg);
}
#top #intro .intro_slider .slick-arrow.slick-next {
  right: 12.8%;
  background-image: url(../img/arrow_next.svg);
}
#top #topics {
  padding: 140px 0 69px;
}
#top #topics .inner {
  max-width: 821px;
}
#top #topics .inner h2 {
  font-size: 18px;
  font-family: "medio", serif;
  letter-spacing: 0.13em;
  color: #80adc0;
  display: flex;
  align-items: center;
  margin-bottom: 64px;
}
#top #topics .inner h2 span {
  background: #aeaeae;
  width: 70px;
  height: 21px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Noto Sans JP", sans-serif;
  font-size: 10px;
  letter-spacing: 0.19em;
  margin-left: 20px;
}
#top #topics .inner .list .item {
  border-top: 1px solid #494848;
}
#top #topics .inner .list .item a {
  display: flex;
  align-items: center;
  padding: 20px 0;
}
#top #topics .inner .list .item a .date {
  font-size: 12px;
  width: 182px;
}
#top #topics .inner .list .item a .ttl {
  width: calc(100% - 182px);
  display: -webkit-box;
  overflow: hidden;
  white-space: normal;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 12px;
}
#top #topics .inner .list .item:last-child {
  border-bottom: 1px solid #494848;
}
#top #reserve {
  padding: 69px 0 86px;
}
#top #reserve .inner {
  max-width: 1022px;
}
#top #reserve .inner .icon {
  margin-bottom: 30px;
  text-align: center;
}
#top #reserve .inner .icon img {
  width: 102px;
}
#top #reserve .inner .main {
  font-size: 28px;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 10px;
}
#top #reserve .inner .sub {
  font-size: 15px;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 30px;
}
#top #reserve .inner .sub2 {
  font-size: 18px;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 60px;
}
#top #reserve .inner #search_489ban form {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 13px;
  letter-spacing: 0.1em;
}
#top #reserve .inner #search_489ban form dl dt {
  display: none;
}
#top #reserve .inner #search_489ban form dl dd {
  display: flex;
  align-items: center;
}
#top #reserve .inner #search_489ban form dl dd select {
  display: block;
  border: 1px solid #494848;
  padding: 12px 10px;
  font-size: 13px;
  letter-spacing: 0.1em;
}
#top #reserve .inner #search_489ban form dl.date_489ban dd > * {
  margin-right: 0.5em;
}
#top #reserve .inner #search_489ban form dl.date_489ban dd label {
  display: none;
}
#top #reserve .inner #search_489ban form dl.person_489ban {
  display: flex;
  align-items: center;
}
#top #reserve .inner #search_489ban form dl.person_489ban dt {
  display: block;
  margin-right: 0.5em;
}
#top #reserve .inner #search_489ban form dl.person_489ban dd select {
  margin-right: 0.5em;
}
#top #reserve .inner #search_489ban form dl.person_489ban:not(:last-child) {
  margin-right: 1em;
}
#top #reserve .inner #search_489ban form .inbox_489ban {
  display: flex;
}
#top #reserve .inner #search_489ban form .inbox_489ban .stay_489ban {
  margin-left: 1em;
}
#top #reserve .inner #search_489ban form .inbox_489ban .room_489ban {
  margin-left: 0.5em;
  padding-right: 55px;
  border-right: 1px solid #494848;
  margin-right: 50px;
}
#top #reserve .inner #search_489ban form .inbox_489ban .room_489ban select[name=roomCount] {
  margin-right: 0.5em;
}
#top #reserve .inner #search_489ban form button {
  margin-left: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #22af73;
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.1em;
  width: 175px;
  height: 56px;
  cursor: pointer;
  transition: 0.3s;
}
#top #reserve .inner #search_489ban form button:hover {
  opacity: 0.7;
}
#top #reserve .inner .btns {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
#top #reserve .inner .btns li {
  width: 276px;
  max-width: 31%;
}
#top #reserve .inner .btns li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 46px;
  border: 1px solid #494848;
  letter-spacing: 0.1em;
}
#top #reserve .inner .btns li:not(:last-child) {
  margin-right: 45px;
}
#top .detail_section .inner {
  max-width: 1100px;
}
#top .detail_section .inner h2 {
  font-size: 30px;
  letter-spacing: 0.36em;
  writing-mode: vertical-rl;
  margin: 0 auto 100px;
  font-weight: 300;
  color: #696969;
  display: flex;
  align-items: center;
}
#top .detail_section .inner h2::before {
  content: "";
  display: block;
  width: 59px;
  height: 56px;
  background: url(../img/mark.png) no-repeat center/contain;
  margin-bottom: 24px;
}
#top .detail_section .inner h2 span {
  font-size: 10px;
  writing-mode: horizontal-tb;
  letter-spacing: 0.2em;
}
#top .detail_section .inner .mv {
  position: relative;
}
#top .detail_section .inner .mv .img {
  height: 400px;
  overflow: hidden;
}
#top .detail_section .inner .mv .img a span {
  display: block;
}
#top .detail_section .inner .mv .img a span img {
  transition: 0.5s;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#top .detail_section .inner .mv .img a:hover {
  opacity: 1;
}
#top .detail_section .inner .mv .img a:hover img {
  transform: scale(1.1);
}
#top .detail_section .inner .mv .ttl {
  text-align: center;
  position: absolute;
  left: 50%;
  bottom: -30px;
  font-size: 53px;
  line-height: 1;
  font-family: "trajan-pro-3", serif;
  letter-spacing: 0.1em;
  color: #fff;
  font-weight: 400;
  text-shadow: 3px 3px 5px rgba(145, 145, 146, 0.75);
  transform: translateX(-50%);
}
#top .detail_section .inner .link {
  margin-top: 15px;
  padding-right: 58px;
}
#top .detail_section .inner .link a {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  font-size: 8px;
  margin: 0 0 0 auto;
}
#top .detail_section .inner .link a::before {
  content: "";
  display: block;
  width: 118px;
  height: 1px;
  background: #333;
  margin-right: 13px;
}
#top .detail_section .inner .link a:hover {
  opacity: 1;
  transform: translateX(10px);
}
#top .detail_section .inner .main {
  margin-top: 50px;
  font-size: 27px;
  line-height: 52px;
  text-align: center;
}
#top .detail_section .inner .sub {
  margin-top: 40px;
  text-align: center;
  font-size: 15px;
  letter-spacing: 0.1em;
}
#top .detail_section#cuisine {
  padding: 86px 0 0;
}
#top .detail_section#cuisine .inner .mv .ttl::first-letter {
  color: #d44a24;
}
#top .detail_section#rooms {
  padding: 207px 0 0;
}
#top .detail_section#rooms .inner .mv .ttl::first-letter {
  color: #ba9343;
}
#top .detail_section#hot_spring {
  padding: 207px 0 0;
}
#top .detail_section#hot_spring .inner .mv .ttl::first-letter {
  color: #aee7f7;
}
#top #links {
  padding-top: 230px;
}
#top #links .inner ul {
  display: flex;
  justify-content: center;
}
#top #links .inner ul li {
  width: 270px;
  text-align: center;
}
#top #links .inner ul li a {
  display: block;
}
#top #links .inner ul li a .img {
  border-radius: 50%;
  overflow: hidden;
}
#top #links .inner ul li a .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s;
}
#top #links .inner ul li a .txt {
  margin-top: 25px;
}
#top #links .inner ul li a .txt .en {
  font-size: 27px;
  color: #80adc0;
  font-family: "medio", serif;
}
#top #links .inner ul li a .txt .jp {
  margin-top: 10px;
  font-size: 12px;
  color: #494848;
}
#top #links .inner ul li a:hover {
  opacity: 1;
}
#top #links .inner ul li a:hover .img img {
  transform: scale(1.1);
}
#top #links .inner ul li:not(:last-child) {
  margin-right: 85px;
}

@media (max-width: 1075px) {
  #top #reserve .inner #search_489ban form .date_489ban {
    margin-left: 22px;
  }
  #top #reserve .inner #search_489ban form .inbox_489ban .person_489ban {
    margin-right: 23px;
  }
  #top #reserve .inner #search_489ban form button {
    margin-top: 30px;
    margin-left: 0;
  }
}
@media (max-width: 1000px) {
  #top .detail_section .inner .main .sp {
    display: block;
  }
}
@media (max-width: 886px) {
  #top #reserve .inner #search_489ban form .date_489ban {
    margin-left: 0;
  }
  #top #reserve .inner #search_489ban form .inbox_489ban .room_489ban {
    padding-right: 20px;
    margin-right: 20px;
  }
  #top #reserve .inner #search_489ban form .inbox_489ban .person_489ban {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  #top #mv .inner .link {
    padding-right: 0;
  }
  #top #mv .inner .link a {
    justify-content: center;
    margin: 0 auto;
  }
  #top #mv .inner .link a span:first-child {
    margin-right: 15px;
  }
  #top #mv .inner .link a span:last-child small {
    display: block;
    margin-left: 0;
  }
  #top #intro {
    padding-top: 110px;
  }
  #top #intro .inner h2 small {
    font-size: 11px;
  }
  #top #intro .inner h2 img {
    width: 200px;
  }
  #top #intro .inner .catch {
    font-size: 18px;
    line-height: 1.8;
  }
  #top #intro .inner .sub {
    margin-bottom: 80px;
  }
  #top #intro .intro_slider .slide {
    margin: 0 30px 0 40px;
  }
  #top #intro .intro_slider .slide .txt span:nth-child(1) {
    height: 6em;
  }
  #top #intro .intro_slider .slide .txt span:nth-child(2) {
    height: -moz-fit-content;
    height: fit-content;
  }
  #top #intro .intro_slider .slide .txt span .pc {
    display: none;
  }
  #top #intro .intro_slider .slick-arrow {
    width: 68px;
    height: 11px;
  }
  #top #intro .intro_slider .slick-arrow.slick-prev {
    left: 5%;
  }
  #top #intro .intro_slider .slick-arrow.slick-next {
    right: 5%;
  }
  #top #topics .inner h2 {
    margin-bottom: 30px;
  }
  #top #topics .inner .list .item a {
    flex-direction: column;
    align-items: flex-start;
    padding: 15px 0;
  }
  #top #topics .inner .list .item a .date {
    width: 100%;
    margin-bottom: 5px;
  }
  #top #topics .inner .list .item a .ttl {
    width: 100%;
  }
  #top #reserve {
    padding: 30px 0 40px;
  }
  #top #reserve .inner .main {
    font-size: 20px;
    margin-bottom: 30px;
  }
  #top #reserve .inner #search_489ban form {
    flex-direction: column;
  }
  #top #reserve .inner #search_489ban form .date_489ban {
    margin-bottom: 20px;
  }
  #top #reserve .inner #search_489ban form .inbox_489ban {
    margin-bottom: 20px;
  }
  #top #reserve .inner #search_489ban form .inbox_489ban .room_489ban {
    border-right: 0;
    padding-right: 0;
    margin-right: 0;
  }
  #top #reserve .inner #search_489ban form button {
    margin-top: 10px;
    margin-left: 0;
  }
  #top #reserve .inner .btns {
    flex-direction: column;
  }
  #top #reserve .inner .btns li {
    max-width: none;
    width: 100%;
  }
  #top #reserve .inner .btns li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 20px;
  }
  #top .detail_section .inner h2 {
    font-size: 23px;
    margin-bottom: 30px;
  }
  #top .detail_section .inner h2::before {
    width: 43px;
    height: 40px;
    margin-bottom: 15px;
  }
  #top .detail_section .inner .mv .img {
    height: 200px;
  }
  #top .detail_section .inner .mv .ttl {
    bottom: -16px;
    font-size: 33px;
  }
  #top .detail_section .inner .link {
    margin-top: 45px;
    padding-right: 0;
  }
  #top .detail_section .inner .main {
    font-size: 14px;
    line-height: 1.8;
  }
  #top .detail_section .inner .sub {
    font-size: 11px;
  }
  #top .detail_section#cuisine {
    padding-top: 40px;
  }
  #top .detail_section#rooms {
    padding-top: 80px;
  }
  #top .detail_section#hot_spring {
    padding-top: 80px;
  }
  #top #links {
    padding-top: 100px;
  }
  #top #links .inner ul {
    flex-direction: column;
    align-items: center;
  }
  #top #links .inner ul li {
    width: 230px;
  }
  #top #links .inner ul li a .txt {
    margin-top: 15px;
  }
  #top #links .inner ul li a .txt .en {
    font-size: 23px;
  }
  #top #links .inner ul li a .txt .jp {
    margin-top: 5px;
  }
  #top #links .inner ul li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 40px;
  }
  #top #insta {
    padding: 100px 0 80px;
  }
  #top #insta .inner ul {
    justify-content: space-between;
  }
  #top #insta .inner ul li {
    width: 48%;
  }
  #top #insta .inner ul li:nth-child(n+3) {
    margin-top: 10px;
  }
}
#higaeriplan #mv {
  background-image: url(../img/higaeriplan/mv.jpg);
}
#higaeriplan #intro {
  padding: 130px 0 0;
  text-align: center;
}
#higaeriplan #intro .inner h2 {
  line-height: 1;
  font-weight: 300;
  margin-bottom: 80px;
}
#higaeriplan #intro .inner h2 .en {
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #949494;
  margin-bottom: 40px;
  display: block;
}
#higaeriplan #intro .inner h2 .jp {
  font-size: 50px;
  letter-spacing: 0.2em;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#higaeriplan #intro .inner h2 .jp::before {
  content: "";
  display: block;
  width: 33px;
  height: 33px;
  background: url(../img/slash.svg) no-repeat center/contain;
  margin-bottom: 25px;
}
#higaeriplan #intro .inner .main {
  font-size: 21px;
  line-height: 2;
  margin-bottom: 40px;
}
#higaeriplan #intro .inner .desc {
  font-size: 15px;
  line-height: 2.1;
}
#higaeriplan #day {
  padding: 180px 0 0;
}
#higaeriplan #day .inner {
  max-width: 900px;
}
#higaeriplan #day .inner h2 {
  text-align: center;
  margin-bottom: 50px;
}
#higaeriplan #day .inner h2 img {
  width: 150px;
}
#higaeriplan #day .inner .intro {
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.12em;
  text-align: center;
  margin-bottom: 50px;
}
#higaeriplan #day .inner .plan_list .plan {
  padding-top: 100px;
}
#higaeriplan #day .inner .plan_list .plan h3 {
  text-align: center;
  font-size: 21px;
  margin-bottom: 30px;
  letter-spacing: 0.2em;
  font-weight: 300;
}
#higaeriplan #day .inner .plan_list .plan .detail {
  border-top: 1px solid #939393;
  border-bottom: 1px solid #939393;
  padding: 30px 0;
}
#higaeriplan #day .inner .plan_list .plan .detail .ttl_price {
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.14em;
  margin-bottom: 45px;
}
#higaeriplan #day .inner .plan_list .plan .detail .ttl_price .ttl {
  font-size: 21px;
  margin-right: 30px;
}
#higaeriplan #day .inner .plan_list .plan .detail .ttl_price .price {
  font-size: 15px;
}
#higaeriplan #day .inner .plan_list .plan .detail .ttl_price .price span {
  font-size: 21px;
}
#higaeriplan #day .inner .plan_list .plan .detail ul {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
#higaeriplan #day .inner .plan_list .plan .detail ul li {
  line-height: 29px;
  text-indent: -1em;
  margin-left: 1em;
  letter-spacing: 0.2em;
}
#higaeriplan #day .inner .plan_list .plan .detail .notice {
  margin-top: 40px;
  color: #bc272d;
  font-size: 14px;
  line-height: 29px;
  letter-spacing: 0.2em;
  text-align: center;
}
#higaeriplan #day .inner .plan_list .plan .link {
  margin-top: 28px;
}
#higaeriplan #day .inner .plan_list .plan .link a {
  display: flex;
  align-items: center;
  margin: 0 0 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  letter-spacing: 0.14em;
}
#higaeriplan #day .inner .plan_list .plan .link a::after {
  content: "";
  display: block;
  width: 38px;
  height: 38px;
  background: url(../img/arrow_right_circle.svg) no-repeat center/contain;
  margin-left: 20px;
}
#higaeriplan #night {
  padding: 180px 0 200px;
}
#higaeriplan #night .inner {
  max-width: 837px;
}
#higaeriplan #night .inner h2 {
  text-align: center;
  margin-bottom: 50px;
}
#higaeriplan #night .inner h2 img {
  width: 150px;
}
#higaeriplan #night .inner .intro {
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.12em;
  text-align: center;
  margin-bottom: 50px;
}
#higaeriplan #night .inner .plan_list .plan {
  padding-top: 100px;
}
#higaeriplan #night .inner .plan_list .plan h3 {
  text-align: center;
  font-size: 21px;
  margin-bottom: 30px;
  letter-spacing: 0.2em;
  font-weight: 300;
}
#higaeriplan #night .inner .plan_list .plan .detail .ttl_price {
  letter-spacing: 0.14em;
  margin-bottom: 45px;
  text-align: center;
}
#higaeriplan #night .inner .plan_list .plan .detail .ttl_price .ttl {
  font-size: 21px;
  margin-bottom: 20px;
}
#higaeriplan #night .inner .plan_list .plan .detail .ttl_price .price {
  font-size: 15px;
}
#higaeriplan #night .inner .plan_list .plan .detail .ttl_price .price span {
  font-size: 21px;
}
#higaeriplan #night .inner .plan_list .plan .detail ul {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
#higaeriplan #night .inner .plan_list .plan .detail ul li {
  line-height: 29px;
  letter-spacing: 0.2em;
}
#higaeriplan #night .inner .plan_list .plan .detail .notice {
  margin-top: 40px;
  color: #bc272d;
  font-size: 14px;
  line-height: 29px;
  letter-spacing: 0.2em;
  text-align: center;
}
#higaeriplan #night .inner .plan_list .plan .link {
  margin-top: 28px;
}
#higaeriplan #night .inner .plan_list .plan .link a {
  display: flex;
  align-items: center;
  margin: 0 0 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  letter-spacing: 0.14em;
}
#higaeriplan #night .inner .plan_list .plan .link a::after {
  content: "";
  display: block;
  width: 38px;
  height: 38px;
  background: url(../img/arrow_right_circle.svg) no-repeat center/contain;
  margin-left: 20px;
}

@media (max-width: 768px) {
  #higaeriplan #intro {
    padding: 50px 0 0;
  }
  #higaeriplan #intro .inner h2 {
    margin-bottom: 40px;
  }
  #higaeriplan #intro .inner h2 .en {
    font-size: 12px;
    margin-bottom: 20px;
  }
  #higaeriplan #intro .inner h2 .jp {
    font-size: 25px;
  }
  #higaeriplan #intro .inner h2 .jp::before {
    width: 20px;
    height: 20px;
    margin-bottom: 12px;
  }
  #higaeriplan #intro .inner .main {
    font-size: 13px;
    margin-bottom: 20px;
  }
  #higaeriplan #intro .inner .desc {
    font-size: 11px;
  }
  #higaeriplan #day {
    padding: 50px 0 0;
  }
  #higaeriplan #day .inner h2 {
    margin-bottom: 25px;
  }
  #higaeriplan #day .inner h2 img {
    width: 100px;
  }
  #higaeriplan #day .inner .intro {
    font-size: 13px;
    margin-bottom: 25px;
  }
  #higaeriplan #day .inner .plan_list .plan {
    padding-top: 30px;
  }
  #higaeriplan #day .inner .plan_list .plan:not(:last-child) {
    margin-bottom: 20px;
  }
  #higaeriplan #day .inner .plan_list .plan h3 {
    font-size: 16px;
    margin-bottom: 15px;
  }
  #higaeriplan #day .inner .plan_list .plan .detail {
    padding: 15px 0;
  }
  #higaeriplan #day .inner .plan_list .plan .detail .ttl_price {
    margin-bottom: 22px;
    flex-direction: column;
  }
  #higaeriplan #day .inner .plan_list .plan .detail .ttl_price .ttl {
    font-size: 16px;
    margin-right: 0;
    margin-bottom: 10px;
  }
  #higaeriplan #day .inner .plan_list .plan .detail .ttl_price .price {
    font-size: 13px;
  }
  #higaeriplan #day .inner .plan_list .plan .detail .ttl_price .price span {
    font-size: 16px;
  }
  #higaeriplan #day .inner .plan_list .plan .detail ul li {
    font-size: 12px;
    line-height: 1.8;
  }
  #higaeriplan #day .inner .plan_list .plan .detail .notice {
    margin-top: 20px;
    font-size: 10px;
    line-height: 1.8;
  }
  #higaeriplan #day .inner .plan_list .plan .link {
    margin-top: 15px;
  }
  #higaeriplan #day .inner .plan_list .plan .link a {
    font-size: 14px;
  }
  #higaeriplan #day .inner .plan_list .plan .link a::after {
    width: 22px;
    height: 22px;
    margin-left: 10px;
  }
  #higaeriplan #night {
    padding: 50px 0 100px;
  }
  #higaeriplan #night .inner h2 {
    margin-bottom: 25px;
  }
  #higaeriplan #night .inner h2 img {
    width: 100px;
  }
  #higaeriplan #night .inner .intro {
    font-size: 13px;
    margin-bottom: 25px;
  }
  #higaeriplan #night .inner .plan_list .plan {
    padding-top: 30px;
  }
  #higaeriplan #night .inner .plan_list .plan:not(:last-child) {
    margin-bottom: 20px;
  }
  #higaeriplan #night .inner .plan_list .plan h3 {
    font-size: 16px;
    margin-bottom: 15px;
  }
  #higaeriplan #night .inner .plan_list .plan .detail {
    padding: 0;
  }
  #higaeriplan #night .inner .plan_list .plan .detail .ttl_price {
    margin-bottom: 22px;
  }
  #higaeriplan #night .inner .plan_list .plan .detail .ttl_price .ttl {
    font-size: 16px;
    margin-right: 0;
    margin-bottom: 10px;
  }
  #higaeriplan #night .inner .plan_list .plan .detail .ttl_price .price {
    font-size: 13px;
  }
  #higaeriplan #night .inner .plan_list .plan .detail .ttl_price .price span {
    font-size: 16px;
  }
  #higaeriplan #night .inner .plan_list .plan .detail ul li {
    font-size: 12px;
    line-height: 1.8;
  }
  #higaeriplan #night .inner .plan_list .plan .detail .notice {
    margin-top: 20px;
    font-size: 10px;
    line-height: 1.8;
  }
  #higaeriplan #night .inner .plan_list .plan .link {
    margin-top: 15px;
  }
  #higaeriplan #night .inner .plan_list .plan .link a {
    font-size: 14px;
  }
  #higaeriplan #night .inner .plan_list .plan .link a::after {
    width: 22px;
    height: 22px;
    margin-left: 10px;
  }
}
#koshitsu_and_kannai #mv {
  background-image: url(../img/facility/mv.jpg);
}
#koshitsu_and_kannai #intro {
  padding: 280px 0 0;
}
#koshitsu_and_kannai #intro .inner {
  max-width: 1100px;
}
#koshitsu_and_kannai #intro .inner h2 {
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 60px;
  position: relative;
}
#koshitsu_and_kannai #intro .inner h2 .jp {
  font-size: 35px;
  display: block;
  font-weight: 300;
}
#koshitsu_and_kannai #intro .inner h2 .en {
  font-size: 14px;
  color: #949494;
  display: block;
  font-weight: 300;
}
#koshitsu_and_kannai #intro .inner h2::after {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background: #8d8d8d;
  position: absolute;
  top: calc(100% + 30px);
  left: 50%;
  transform: translateX(-50%);
}
#koshitsu_and_kannai #intro .inner .main {
  text-align: center;
  font-size: 14px;
  line-height: 2;
}
#koshitsu_and_kannai #detail {
  padding: 160px 0 0;
}
#koshitsu_and_kannai #detail .inner {
  max-width: 1100px;
}
#koshitsu_and_kannai #detail .inner .list .block {
  display: flex;
}
#koshitsu_and_kannai #detail .inner .list .block .txt {
  width: 50%;
  padding: 50px 0 35px;
  position: relative;
}
#koshitsu_and_kannai #detail .inner .list .block .txt .ttl {
  font-size: 25px;
  letter-spacing: 0.1em;
  padding-bottom: 10px;
  padding-left: 50px;
  border-bottom: 1px solid #8d8d8d;
  margin-bottom: 30px;
}
#koshitsu_and_kannai #detail .inner .list .block .txt .ttl span {
  font-size: 14px;
}
#koshitsu_and_kannai #detail .inner .list .block .txt .desc {
  padding-left: 50px;
  font-size: 14px;
  line-height: 2;
  writing-mode: vertical-rl;
}
#koshitsu_and_kannai #detail .inner .list .block .txt .subimg {
  position: absolute;
  bottom: 35px;
  right: 50px;
}
#koshitsu_and_kannai #detail .inner .list .block .txt .subimg img {
  width: 218px;
}
#koshitsu_and_kannai #detail .inner .list .block .img {
  width: 50%;
}
#koshitsu_and_kannai #detail .inner .list .block:nth-child(2n) .txt .ttl {
  padding-left: 0;
  padding-right: 50px;
}
#koshitsu_and_kannai #detail .inner .list .block:nth-child(2n) .txt .desc {
  padding-left: 0;
  padding-right: 50px;
}
#koshitsu_and_kannai #detail .inner .list .block:nth-child(1) .txt .desc, #koshitsu_and_kannai #detail .inner .list .block:nth-child(3) .txt .desc, #koshitsu_and_kannai #detail .inner .list .block:nth-child(5) .txt .desc {
  writing-mode: unset;
}
#koshitsu_and_kannai #photos {
  padding: 170px 0 0;
}
#koshitsu_and_kannai #photos .inner h2 {
  text-align: center;
  font-weight: 300;
  font-size: 25px;
  margin-bottom: 50px;
  letter-spacing: 0.1em;
}
#koshitsu_and_kannai #photos .inner .list {
  display: flex;
  justify-content: center;
}
#koshitsu_and_kannai #photos .inner .list .block {
  width: 256px;
}
#koshitsu_and_kannai #photos .inner .list .block .img {
  margin-bottom: 15px;
}
#koshitsu_and_kannai #photos .inner .list .block .txt {
  letter-spacing: 0.1em;
}
#koshitsu_and_kannai #photos .inner .list .block .txt small {
  font-size: 12px;
}
#koshitsu_and_kannai #photos .inner .list .block:not(:last-child) {
  margin-right: 28px;
}
#koshitsu_and_kannai #private_dining {
  padding: 190px 0 130px;
}
#koshitsu_and_kannai #private_dining .inner {
  max-width: 1100px;
}
#koshitsu_and_kannai #private_dining .inner h2 {
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 60px;
  position: relative;
  font-weight: 300;
  line-height: 1.3;
}
#koshitsu_and_kannai #private_dining .inner h2 .jp {
  font-size: 35px;
}
#koshitsu_and_kannai #private_dining .inner h2 .jp small {
  font-size: 21px;
  display: block;
}
#koshitsu_and_kannai #private_dining .inner h2 .en {
  margin-top: 10px;
  color: #949494;
  font-size: 14px;
  display: block;
}
#koshitsu_and_kannai #private_dining .inner h2::after {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background: #8d8d8d;
  position: absolute;
  top: calc(100% + 30px);
  left: 50%;
  transform: translateX(-50%);
}
#koshitsu_and_kannai #private_dining .inner .main {
  text-align: center;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-bottom: 150px;
}
#koshitsu_and_kannai #private_dining .inner .list {
  display: flex;
  justify-content: space-between;
}
#koshitsu_and_kannai #private_dining .inner .list .block {
  width: calc((100% - 8px) / 2);
}
#koshitsu_and_kannai #private_dining .inner .list .block .txt {
  text-align: center;
  margin-top: 15px;
}
#koshitsu_and_kannai #private_dining .inner .list .block .txt small {
  font-size: 12px;
}
#koshitsu_and_kannai #private_dining .inner .desc {
  margin-top: 100px;
  text-align: center;
}
#koshitsu_and_kannai #private_dining .inner .desc .main {
  margin-bottom: 50px;
  letter-spacing: 0.1em;
}
#koshitsu_and_kannai #private_dining .inner .desc .main span {
  font-size: 21px;
}
#koshitsu_and_kannai #private_dining .inner .desc .main small {
  font-size: 14px;
  letter-spacing: 0.14em;
}
#koshitsu_and_kannai #private_dining .inner .desc .sub {
  padding-top: 45px;
  letter-spacing: 0.1em;
  position: relative;
}
#koshitsu_and_kannai #private_dining .inner .desc .sub::before {
  content: "";
  display: block;
  width: 390px;
  height: 1px;
  background: #8e8e8e;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 1224px) {
  #koshitsu_and_kannai #detail .inner .list .block .txt {
    padding: 25px 0;
  }
  #koshitsu_and_kannai #detail .inner .list .block .txt .ttl {
    padding-left: 25px;
  }
  #koshitsu_and_kannai #detail .inner .list .block .txt .desc {
    writing-mode: unset;
    padding-left: 25px;
  }
  #koshitsu_and_kannai #detail .inner .list .block .txt .subimg {
    right: 25px;
  }
  #koshitsu_and_kannai #detail .inner .list .block .txt .subimg img {
    width: 150px;
  }
  #koshitsu_and_kannai #detail .inner .list .block:nth-child(2n) .txt .ttl {
    padding-right: 25px;
  }
  #koshitsu_and_kannai #detail .inner .list .block:nth-child(2n) .txt .desc {
    padding-right: 25px;
  }
}
@media (max-width: 870px) {
  #koshitsu_and_kannai #detail .inner .list .block {
    flex-direction: column;
    align-items: center;
  }
  #koshitsu_and_kannai #detail .inner .list .block .txt {
    width: 500px;
    order: 1;
  }
  #koshitsu_and_kannai #detail .inner .list .block .txt .ttl {
    padding-left: 0;
  }
  #koshitsu_and_kannai #detail .inner .list .block .txt .desc {
    padding-left: 0;
  }
  #koshitsu_and_kannai #detail .inner .list .block .txt .subimg {
    bottom: 25px;
  }
  #koshitsu_and_kannai #detail .inner .list .block .txt .subimg img {
    width: 150px;
  }
  #koshitsu_and_kannai #detail .inner .list .block .img {
    width: 500px;
    order: 2;
  }
  #koshitsu_and_kannai #detail .inner .list .block:not(:last-child) {
    margin-bottom: 60px;
  }
  #koshitsu_and_kannai #detail .inner .list .block:nth-child(2n) .txt .ttl {
    padding-right: 0;
  }
  #koshitsu_and_kannai #detail .inner .list .block:nth-child(2n) .txt .desc {
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  #koshitsu_and_kannai #intro {
    padding-top: 100px;
  }
  #koshitsu_and_kannai #intro .inner h2 .jp {
    font-size: 20px;
  }
  #koshitsu_and_kannai #intro .inner h2 .en {
    font-size: 11px;
  }
  #koshitsu_and_kannai #intro .inner .main {
    font-size: 13px;
  }
  #koshitsu_and_kannai #detail {
    padding-top: 30px;
  }
  #koshitsu_and_kannai #detail .inner .list .block .txt {
    width: 100%;
    max-width: 500px;
    padding: 15px 0;
  }
  #koshitsu_and_kannai #detail .inner .list .block .txt .ttl {
    font-size: 18px;
    padding-bottom: 5px;
    margin-bottom: 15px;
  }
  #koshitsu_and_kannai #detail .inner .list .block .txt .desc {
    font-size: 13px;
  }
  #koshitsu_and_kannai #detail .inner .list .block .txt .subimg {
    right: 0;
    bottom: 15px;
  }
  #koshitsu_and_kannai #detail .inner .list .block .txt .subimg img {
    width: 110px;
  }
  #koshitsu_and_kannai #detail .inner .list .block .img {
    width: 100%;
    max-width: 500px;
  }
  #koshitsu_and_kannai #detail .inner .list .block:not(:last-child) {
    margin-bottom: 30px;
  }
  #koshitsu_and_kannai #photos {
    padding: 80px 0 0;
  }
  #koshitsu_and_kannai #photos .inner h2 {
    font-size: 20px;
    margin-bottom: 30px;
  }
  #koshitsu_and_kannai #photos .inner .list {
    flex-direction: column;
    align-items: center;
  }
  #koshitsu_and_kannai #photos .inner .list .block {
    width: 100%;
    text-align: center;
  }
  #koshitsu_and_kannai #photos .inner .list .block .txt {
    margin-top: 7px;
    text-align: center;
    font-size: 14px;
  }
  #koshitsu_and_kannai #photos .inner .list .block:not(:last-child) {
    margin-bottom: 30px;
    margin-right: 0;
  }
  #koshitsu_and_kannai #private_dining {
    padding: 80px 0;
  }
  #koshitsu_and_kannai #private_dining .inner h2 .jp {
    font-size: 20px;
  }
  #koshitsu_and_kannai #private_dining .inner h2 .jp small {
    font-size: 14px;
  }
  #koshitsu_and_kannai #private_dining .inner h2 .en {
    font-size: 11px;
  }
  #koshitsu_and_kannai #private_dining .inner .main {
    font-size: 13px;
    margin-bottom: 40px;
  }
  #koshitsu_and_kannai #private_dining .inner .list {
    flex-direction: column;
  }
  #koshitsu_and_kannai #private_dining .inner .list .block {
    width: 100%;
  }
  #koshitsu_and_kannai #private_dining .inner .list .block .txt {
    font-size: 14px;
  }
  #koshitsu_and_kannai #private_dining .inner .list .block .txt small {
    font-size: 12px;
  }
  #koshitsu_and_kannai #private_dining .inner .list .block:not(:last-child) {
    margin-bottom: 30px;
  }
  #koshitsu_and_kannai #private_dining .inner .desc {
    margin-top: 50px;
  }
  #koshitsu_and_kannai #private_dining .inner .desc .main {
    font-size: 11px;
    margin-bottom: 30px;
  }
  #koshitsu_and_kannai #private_dining .inner .desc .main span {
    font-size: 18px;
  }
  #koshitsu_and_kannai #private_dining .inner .desc .main small {
    margin-top: 5px;
    font-size: 11px;
    display: block;
  }
  #koshitsu_and_kannai #private_dining .inner .desc .sub {
    padding-top: 30px;
    font-size: 14px;
  }
  #koshitsu_and_kannai #private_dining .inner .desc .sub::before {
    width: 100%;
  }
}
#ofuro #mv, #ofuro_sc #mv, #ofuro_tc #mv {
  background-image: url(../img/ofuro/mv.jpg);
}
#ofuro #mv .pagettl h2 .jp, #ofuro_sc #mv .pagettl h2 .jp, #ofuro_tc #mv .pagettl h2 .jp {
  letter-spacing: 0.25em;
}
#ofuro #mv .pagettl h2 .en::first-letter, #ofuro_sc #mv .pagettl h2 .en::first-letter, #ofuro_tc #mv .pagettl h2 .en::first-letter {
  color: #aee7f7;
}
#ofuro #intro, #ofuro_sc #intro, #ofuro_tc #intro {
  padding: 200px 0 280px;
}
#ofuro #intro .inner h2, #ofuro_sc #intro .inner h2, #ofuro_tc #intro .inner h2 {
  text-align: center;
}
#ofuro #intro .inner h2 img, #ofuro_sc #intro .inner h2 img, #ofuro_tc #intro .inner h2 img {
  width: 404px;
}
#ofuro #catch, #ofuro_sc #catch, #ofuro_tc #catch {
  position: relative;
}
#ofuro #catch::before, #ofuro_sc #catch::before, #ofuro_tc #catch::before {
  content: "";
  display: block;
  width: 100%;
  height: 365px;
  background: #f2f2f2;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
}
#ofuro #catch .inner .list, #ofuro_sc #catch .inner .list, #ofuro_tc #catch .inner .list {
  display: flex;
  justify-content: center;
}
#ofuro #catch .inner .list .block, #ofuro_sc #catch .inner .list .block, #ofuro_tc #catch .inner .list .block {
  display: flex;
}
#ofuro #catch .inner .list .block .txt, #ofuro_sc #catch .inner .list .block .txt, #ofuro_tc #catch .inner .list .block .txt {
  writing-mode: vertical-rl;
  font-size: 11px;
  line-height: 2;
}
#ofuro #catch .inner .list .block .img, #ofuro_sc #catch .inner .list .block .img, #ofuro_tc #catch .inner .list .block .img {
  position: relative;
  width: 306px;
}
#ofuro #catch .inner .list .block .img span, #ofuro_sc #catch .inner .list .block .img span, #ofuro_tc #catch .inner .list .block .img span {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  font-size: 9px;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
#ofuro #catch .inner .list .block:nth-child(1), #ofuro_sc #catch .inner .list .block:nth-child(1), #ofuro_tc #catch .inner .list .block:nth-child(1) {
  margin-top: 170px;
  align-items: flex-end;
  margin-right: 65px;
}
#ofuro #catch .inner .list .block:nth-child(1) .txt, #ofuro_sc #catch .inner .list .block:nth-child(1) .txt, #ofuro_tc #catch .inner .list .block:nth-child(1) .txt {
  margin-right: 60px;
}
#ofuro #catch .inner .list .block:nth-child(2), #ofuro_sc #catch .inner .list .block:nth-child(2), #ofuro_tc #catch .inner .list .block:nth-child(2) {
  align-items: flex-start;
}
#ofuro #catch .inner .list .block:nth-child(2) .txt, #ofuro_sc #catch .inner .list .block:nth-child(2) .txt, #ofuro_tc #catch .inner .list .block:nth-child(2) .txt {
  margin-left: 60px;
  order: 2;
}
#ofuro #catch .inner .list .block:nth-child(2) .img, #ofuro_sc #catch .inner .list .block:nth-child(2) .img, #ofuro_tc #catch .inner .list .block:nth-child(2) .img {
  order: 1;
}
#ofuro #photo, #ofuro_sc #photo, #ofuro_tc #photo {
  padding: 250px 0 0;
}
#ofuro #photo .inner, #ofuro_sc #photo .inner, #ofuro_tc #photo .inner {
  width: 100%;
  max-width: none;
}
#ofuro #photo .inner h2, #ofuro_sc #photo .inner h2, #ofuro_tc #photo .inner h2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
}
#ofuro #photo .inner h2 .jp, #ofuro_sc #photo .inner h2 .jp, #ofuro_tc #photo .inner h2 .jp {
  writing-mode: vertical-rl;
  font-size: 31px;
  letter-spacing: 0.1em;
  display: block;
  font-weight: 300;
}
#ofuro #photo .inner h2 .en, #ofuro_sc #photo .inner h2 .en, #ofuro_tc #photo .inner h2 .en {
  margin-top: 25px;
  display: block;
  font-size: 10px;
  color: #8e8e8e;
  letter-spacing: 0.22em;
}
#ofuro #photo .inner .list, #ofuro_sc #photo .inner .list, #ofuro_tc #photo .inner .list {
  display: flex;
  flex-wrap: wrap;
}
#ofuro #photo .inner .list .block, #ofuro_sc #photo .inner .list .block, #ofuro_tc #photo .inner .list .block {
  width: 50%;
  position: relative;
}
#ofuro #photo .inner .list .block a, #ofuro_sc #photo .inner .list .block a, #ofuro_tc #photo .inner .list .block a {
  overflow: hidden;
  display: block;
  height: 100%;
}
#ofuro #photo .inner .list .block a .img, #ofuro_sc #photo .inner .list .block a .img, #ofuro_tc #photo .inner .list .block a .img {
  height: 100%;
}
#ofuro #photo .inner .list .block a .img img, #ofuro_sc #photo .inner .list .block a .img img, #ofuro_tc #photo .inner .list .block a .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}
#ofuro #photo .inner .list .block a span, #ofuro_sc #photo .inner .list .block a span, #ofuro_tc #photo .inner .list .block a span {
  display: block;
  position: absolute;
  bottom: 25px;
  left: 0;
  width: 100%;
  color: #fff;
  font-size: 20px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.7), 0 0 10px rgba(0, 0, 0, 0.7);
  text-align: center;
  letter-spacing: 0.1em;
}
#ofuro #photo .inner .list .block a span small, #ofuro_sc #photo .inner .list .block a span small, #ofuro_tc #photo .inner .list .block a span small {
  font-size: 10px;
  margin-left: 20px;
  letter-spacing: 0.15em;
}
#ofuro #photo .inner .list .block a:hover, #ofuro_sc #photo .inner .list .block a:hover, #ofuro_tc #photo .inner .list .block a:hover {
  opacity: 1;
}
#ofuro #photo .inner .list .block a:hover .img img, #ofuro_sc #photo .inner .list .block a:hover .img img, #ofuro_tc #photo .inner .list .block a:hover .img img {
  transform: scale(1.04);
}
#ofuro #menu, #ofuro_sc #menu, #ofuro_tc #menu {
  padding: 55px 0 190px;
}
#ofuro #menu .inner nav ul, #ofuro_sc #menu .inner nav ul, #ofuro_tc #menu .inner nav ul {
  display: flex;
  justify-content: center;
}
#ofuro #menu .inner nav ul li, #ofuro_sc #menu .inner nav ul li, #ofuro_tc #menu .inner nav ul li {
  display: flex;
}
#ofuro #menu .inner nav ul li a, #ofuro_sc #menu .inner nav ul li a, #ofuro_tc #menu .inner nav ul li a {
  font-size: 14px;
}
#ofuro #menu .inner nav ul li:not(:last-child), #ofuro_sc #menu .inner nav ul li:not(:last-child), #ofuro_tc #menu .inner nav ul li:not(:last-child) {
  margin-right: 34px;
}
#ofuro #menu .inner nav ul li:not(:last-child)::after, #ofuro_sc #menu .inner nav ul li:not(:last-child)::after, #ofuro_tc #menu .inner nav ul li:not(:last-child)::after {
  content: "";
  display: block;
  width: 1px;
  height: 14px;
  background: #333;
  margin-left: 34px;
}
#ofuro #detail, #ofuro_sc #detail, #ofuro_tc #detail {
  padding: 0 0 200px;
}
#ofuro #detail .inner, #ofuro_sc #detail .inner, #ofuro_tc #detail .inner {
  background: #ededed;
  padding: 45px 50px 70px;
}
#ofuro #detail .inner h2, #ofuro_sc #detail .inner h2, #ofuro_tc #detail .inner h2 {
  text-align: center;
  font-size: 25px;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
  font-weight: 300;
}
#ofuro #detail .inner .desc, #ofuro_sc #detail .inner .desc, #ofuro_tc #detail .inner .desc {
  text-align: center;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-bottom: 50px;
}
#ofuro #detail .inner dl, #ofuro_sc #detail .inner dl, #ofuro_tc #detail .inner dl {
  display: flex;
  flex-wrap: wrap;
  letter-spacing: 0.1em;
}
#ofuro #detail .inner dl dt, #ofuro_sc #detail .inner dl dt, #ofuro_tc #detail .inner dl dt {
  font-size: 20px;
  padding: 25px 0;
  border-top: 1px solid #8b8b8b;
  text-align: center;
  font-weight: 300;
  margin-right: 50px;
  width: calc(100% - 625px);
  display: flex;
  align-items: center;
  justify-content: center;
}
#ofuro #detail .inner dl dt:last-of-type, #ofuro_sc #detail .inner dl dt:last-of-type, #ofuro_tc #detail .inner dl dt:last-of-type {
  border-bottom: 1px solid #8b8b8b;
}
#ofuro #detail .inner dl dd, #ofuro_sc #detail .inner dl dd, #ofuro_tc #detail .inner dl dd {
  font-size: 14px;
  line-height: 2;
  padding: 25px 0;
  width: 575px;
  border-top: 1px solid #8b8b8b;
}
#ofuro #detail .inner dl dd:last-of-type, #ofuro_sc #detail .inner dl dd:last-of-type, #ofuro_tc #detail .inner dl dd:last-of-type {
  border-bottom: 1px solid #8b8b8b;
}

@media (max-width: 1100px) {
  #ofuro #intro, #ofuro_sc #intro, #ofuro_tc #intro {
    padding-bottom: 100px;
  }
  #ofuro #catch .inner .list, #ofuro_sc #catch .inner .list, #ofuro_tc #catch .inner .list {
    flex-direction: column;
  }
  #ofuro #catch .inner .list .block:nth-child(1), #ofuro_sc #catch .inner .list .block:nth-child(1), #ofuro_tc #catch .inner .list .block:nth-child(1) {
    margin-right: 0;
    margin-top: 40px;
    order: 2;
  }
  #ofuro #catch .inner .list .block:nth-child(2), #ofuro_sc #catch .inner .list .block:nth-child(2), #ofuro_tc #catch .inner .list .block:nth-child(2) {
    order: 1;
    justify-content: flex-end;
  }
  #ofuro #detail .inner dl dt, #ofuro_sc #detail .inner dl dt, #ofuro_tc #detail .inner dl dt {
    width: 150px;
    margin-right: 20px;
  }
  #ofuro #detail .inner dl dd, #ofuro_sc #detail .inner dl dd, #ofuro_tc #detail .inner dl dd {
    width: calc(100% - 170px);
  }
  #ofuro #detail .inner dl dd br, #ofuro_sc #detail .inner dl dd br, #ofuro_tc #detail .inner dl dd br {
    display: none;
  }
}
@media (max-width: 768px) {
  #ofuro #intro, #ofuro_sc #intro, #ofuro_tc #intro {
    padding: 100px 0 40px;
  }
  #ofuro #intro .inner h2 img, #ofuro_sc #intro .inner h2 img, #ofuro_tc #intro .inner h2 img {
    width: 200px;
  }
  #ofuro #catch .inner .list .block:nth-child(1), #ofuro_sc #catch .inner .list .block:nth-child(1), #ofuro_tc #catch .inner .list .block:nth-child(1) {
    align-items: flex-start;
  }
  #ofuro #catch .inner .list .block:nth-child(1) .txt, #ofuro_sc #catch .inner .list .block:nth-child(1) .txt, #ofuro_tc #catch .inner .list .block:nth-child(1) .txt {
    margin-right: 30px;
  }
  #ofuro #catch .inner .list .block:nth-child(2) .txt, #ofuro_sc #catch .inner .list .block:nth-child(2) .txt, #ofuro_tc #catch .inner .list .block:nth-child(2) .txt {
    margin-left: 30px;
  }
  #ofuro #photo, #ofuro_sc #photo, #ofuro_tc #photo {
    padding-top: 100px;
  }
  #ofuro #photo .inner h2 .jp, #ofuro_sc #photo .inner h2 .jp, #ofuro_tc #photo .inner h2 .jp {
    font-size: 20px;
  }
  #ofuro #photo .inner h2 .en, #ofuro_sc #photo .inner h2 .en, #ofuro_tc #photo .inner h2 .en {
    font-size: 11px;
  }
  #ofuro #photo .inner .list, #ofuro_sc #photo .inner .list, #ofuro_tc #photo .inner .list {
    flex-direction: column;
  }
  #ofuro #photo .inner .list .block, #ofuro_sc #photo .inner .list .block, #ofuro_tc #photo .inner .list .block {
    width: 100%;
  }
  #ofuro #photo .inner .list .block span, #ofuro_sc #photo .inner .list .block span, #ofuro_tc #photo .inner .list .block span {
    bottom: 15px;
    font-size: 15px;
  }
  #ofuro #menu, #ofuro_sc #menu, #ofuro_tc #menu {
    padding: 40px 0;
  }
  #ofuro #menu .inner nav ul li:not(:last-child), #ofuro_sc #menu .inner nav ul li:not(:last-child), #ofuro_tc #menu .inner nav ul li:not(:last-child) {
    margin-right: 20px;
  }
  #ofuro #menu .inner nav ul li:not(:last-child)::after, #ofuro_sc #menu .inner nav ul li:not(:last-child)::after, #ofuro_tc #menu .inner nav ul li:not(:last-child)::after {
    margin-left: 20px;
  }
  #ofuro #detail, #ofuro_sc #detail, #ofuro_tc #detail {
    padding-bottom: 80px;
  }
  #ofuro #detail .inner, #ofuro_sc #detail .inner, #ofuro_tc #detail .inner {
    padding: 30px 20px;
  }
  #ofuro #detail .inner h2, #ofuro_sc #detail .inner h2, #ofuro_tc #detail .inner h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  #ofuro #detail .inner .desc, #ofuro_sc #detail .inner .desc, #ofuro_tc #detail .inner .desc {
    font-size: 12px;
    margin-bottom: 30px;
  }
  #ofuro #detail .inner dl dt, #ofuro_sc #detail .inner dl dt, #ofuro_tc #detail .inner dl dt {
    font-size: 16px;
    border-bottom: 0;
    width: 100%;
    padding: 10px 0 0;
  }
  #ofuro #detail .inner dl dt:last-of-type, #ofuro_sc #detail .inner dl dt:last-of-type, #ofuro_tc #detail .inner dl dt:last-of-type {
    border-bottom: 0;
  }
  #ofuro #detail .inner dl dd, #ofuro_sc #detail .inner dl dd, #ofuro_tc #detail .inner dl dd {
    border-top: 0;
    width: 100%;
    padding: 10px 0 15px;
    font-size: 12px;
  }
}
#daiyokujyou #mv {
  background-image: url(../img/ofuro/mv_daiyokujyou.jpg);
}
#daiyokujyou #menu {
  padding: 60px 0 0;
}
#daiyokujyou #menu .inner nav ul {
  display: flex;
  justify-content: center;
}
#daiyokujyou #menu .inner nav ul li {
  display: flex;
}
#daiyokujyou #menu .inner nav ul li a {
  font-size: 14px;
}
#daiyokujyou #menu .inner nav ul li:not(:last-child) {
  margin-right: 34px;
}
#daiyokujyou #menu .inner nav ul li:not(:last-child)::after {
  content: "";
  display: block;
  width: 1px;
  height: 14px;
  background: #333;
  margin-left: 34px;
}
#daiyokujyou #intro {
  padding-top: 120px;
}
#daiyokujyou #intro .inner {
  max-width: 1100px;
}
#daiyokujyou #intro .inner .main {
  writing-mode: vertical-rl;
  font-size: 21px;
  line-height: 2.6;
  letter-spacing: 0.2em;
  margin: 0 auto;
}
#daiyokujyou #bigbath {
  padding: 95px 0 0;
}
#daiyokujyou #bigbath .inner {
  max-width: 1100px;
}
#daiyokujyou #bigbath .inner h2 {
  line-height: 1;
  font-weight: 300;
  margin-bottom: 80px;
  text-align: center;
}
#daiyokujyou #bigbath .inner h2 .en {
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #949494;
  margin-bottom: 20px;
  display: block;
}
#daiyokujyou #bigbath .inner h2 .jp {
  font-size: 50px;
  letter-spacing: 0.2em;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#daiyokujyou #bigbath .inner h2 .jp small {
  margin-top: 25px;
  display: block;
  font-size: 20px;
  letter-spacing: 0.1em;
}
#daiyokujyou #bigbath .inner h2 .jp::before {
  content: "";
  display: block;
  width: 33px;
  height: 33px;
  background: url(../img/slash.svg) no-repeat center/contain;
  margin-bottom: 25px;
}
#daiyokujyou #bigbath .inner .mainimg {
  margin-bottom: 109px;
  height: 636px;
  overflow: hidden;
}
@media (max-width: 1300px) {
  #daiyokujyou #bigbath .inner .mainimg {
    height: 48.9vw;
  }
}
#daiyokujyou #bigbath .inner .mainimg span {
  display: block;
}
#daiyokujyou #bigbath .inner .subimg {
  margin-bottom: 70px;
  text-align: center;
}
#daiyokujyou #bigbath .inner .subimg img {
  width: 247px;
}
#daiyokujyou #bigbath .inner .ttl {
  text-align: center;
  font-size: 25px;
  letter-spacing: 0.2em;
  border-top: 1px solid #8b8b8b;
  border-bottom: 1px solid #8b8b8b;
  width: 295px;
  margin: 0 auto 55px;
  padding: 10px 0;
}
#daiyokujyou #bigbath .inner .desc {
  text-align: center;
  font-size: 21px;
  line-height: 2;
  letter-spacing: 0.2em;
  margin-bottom: 45px;
}
#daiyokujyou #bigbath .inner .usetime {
  margin-top: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.1em;
}
#daiyokujyou #bigbath .inner .usetime .txt {
  font-size: 18px;
  margin-right: 15px;
}
#daiyokujyou #bigbath .inner .usetime ul {
  display: flex;
}
#daiyokujyou #bigbath .inner .usetime ul li {
  font-size: 16px;
  display: flex;
  align-items: center;
}
#daiyokujyou #bigbath .inner .usetime ul li::before {
  content: "";
  display: block;
  width: 31px;
  height: 31px;
  background: no-repeat center/contain;
  margin-right: 5px;
}
#daiyokujyou #bigbath .inner .usetime ul li span {
  font-size: 23px;
}
#daiyokujyou #bigbath .inner .usetime ul li:not(:last-child) {
  margin-right: 25px;
}
#daiyokujyou #bigbath .inner .usetime ul li:nth-child(1)::before {
  background-image: url(../img/ofuro/ico_day.svg);
}
#daiyokujyou #bigbath .inner .usetime ul li:nth-child(2)::before {
  background-image: url(../img/ofuro/ico_night.svg);
}
#daiyokujyou #detail {
  padding: 150px 0 200px;
}
#daiyokujyou #detail .inner {
  max-width: 1100px;
  background: #ededed;
  padding: 45px 50px 70px;
}
#daiyokujyou #detail .inner h2 {
  text-align: center;
  font-size: 25px;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
  font-weight: 300;
}
#daiyokujyou #detail .inner .desc {
  text-align: center;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-bottom: 50px;
}
#daiyokujyou #detail .inner dl {
  display: flex;
  flex-wrap: wrap;
  letter-spacing: 0.1em;
}
#daiyokujyou #detail .inner dl dt {
  font-size: 20px;
  padding: 25px 0;
  border-top: 1px solid #8b8b8b;
  text-align: center;
  font-weight: 300;
  margin-right: 50px;
  width: calc(100% - 625px);
  display: flex;
  align-items: center;
  justify-content: center;
}
#daiyokujyou #detail .inner dl dt:last-of-type {
  border-bottom: 1px solid #8b8b8b;
}
#daiyokujyou #detail .inner dl dd {
  font-size: 14px;
  line-height: 2;
  padding: 25px 0;
  width: 575px;
  border-top: 1px solid #8b8b8b;
}
#daiyokujyou #detail .inner dl dd:last-of-type {
  border-bottom: 1px solid #8b8b8b;
}

@media (max-width: 1100px) {
  #daiyokujyou #bigbath .inner .usetime {
    flex-direction: column;
  }
  #daiyokujyou #bigbath .inner .usetime .txt {
    margin-bottom: 30px;
  }
  #daiyokujyou #detail .inner dl dt {
    width: 150px;
    margin-right: 20px;
  }
  #daiyokujyou #detail .inner dl dd {
    width: calc(100% - 170px);
  }
  #daiyokujyou #detail .inner dl dd br {
    display: none;
  }
}
@media (max-width: 768px) {
  #daiyokujyou #menu {
    padding: 40px 0;
  }
  #daiyokujyou #menu .inner nav ul li:not(:last-child) {
    margin-right: 20px;
  }
  #daiyokujyou #menu .inner nav ul li:not(:last-child)::after {
    margin-left: 20px;
  }
  #daiyokujyou #intro {
    padding-top: 30px;
  }
  #daiyokujyou #intro .inner .main {
    font-size: 14px;
  }
  #daiyokujyou #bigbath {
    padding-top: 50px;
  }
  #daiyokujyou #bigbath .inner h2 {
    margin-bottom: 40px;
  }
  #daiyokujyou #bigbath .inner h2 .en {
    font-size: 12px;
    margin-bottom: 20px;
  }
  #daiyokujyou #bigbath .inner h2 .jp {
    font-size: 25px;
  }
  #daiyokujyou #bigbath .inner h2 .jp small {
    font-size: 15px;
    margin-top: 15px;
  }
  #daiyokujyou #bigbath .inner h2 .jp::before {
    width: 20px;
    height: 20px;
    margin-bottom: 12px;
  }
  #daiyokujyou #bigbath .inner .mainimg {
    margin-bottom: 50px;
  }
  #daiyokujyou #bigbath .inner .subimg {
    margin-bottom: 35px;
  }
  #daiyokujyou #bigbath .inner .subimg img {
    width: 170px;
  }
  #daiyokujyou #bigbath .inner .ttl {
    font-size: 18px;
    width: 190px;
    margin-bottom: 30px;
  }
  #daiyokujyou #bigbath .inner .desc {
    font-size: 14px;
  }
  #daiyokujyou #bigbath .inner .usetime .txt {
    font-size: 15px;
    margin-bottom: 15px;
  }
  #daiyokujyou #bigbath .inner .usetime ul {
    flex-direction: column;
    align-items: center;
  }
  #daiyokujyou #bigbath .inner .usetime ul li {
    font-size: 14px;
  }
  #daiyokujyou #bigbath .inner .usetime ul li span {
    font-size: 20px;
  }
  #daiyokujyou #bigbath .inner .usetime ul li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 10px;
  }
  #daiyokujyou #detail {
    padding: 70px 0 80px;
  }
  #daiyokujyou #detail .inner {
    padding: 30px 20px;
  }
  #daiyokujyou #detail .inner h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  #daiyokujyou #detail .inner .desc {
    font-size: 12px;
    margin-bottom: 30px;
  }
  #daiyokujyou #detail .inner dl dt {
    font-size: 16px;
    border-bottom: 0;
    width: 100%;
    padding: 10px 0 0;
  }
  #daiyokujyou #detail .inner dl dt:last-of-type {
    border-bottom: 0;
  }
  #daiyokujyou #detail .inner dl dd {
    border-top: 0;
    width: 100%;
    padding: 10px 0 15px;
    font-size: 12px;
  }
}
#kashikiri #mv {
  background-image: url(../img/ofuro/mv_kashikiri.jpg);
}
#kashikiri #menu {
  padding: 60px 0 0;
}
#kashikiri #menu .inner nav ul {
  display: flex;
  justify-content: center;
}
#kashikiri #menu .inner nav ul li {
  display: flex;
}
#kashikiri #menu .inner nav ul li a {
  font-size: 14px;
}
#kashikiri #menu .inner nav ul li:not(:last-child) {
  margin-right: 34px;
}
#kashikiri #menu .inner nav ul li:not(:last-child)::after {
  content: "";
  display: block;
  width: 1px;
  height: 14px;
  background: #333;
  margin-left: 34px;
}
#kashikiri #intro {
  padding-top: 120px;
}
#kashikiri #intro .inner {
  max-width: 1100px;
}
#kashikiri #intro .inner .main {
  writing-mode: vertical-rl;
  font-size: 21px;
  line-height: 2.6;
  letter-spacing: 0.2em;
  margin: 0 auto;
}
#kashikiri #kashikiri_roten {
  padding: 95px 0 0;
}
#kashikiri #kashikiri_roten .inner {
  max-width: 1100px;
}
#kashikiri #kashikiri_roten .inner h2 {
  line-height: 1;
  font-weight: 300;
  margin-bottom: 80px;
  text-align: center;
  letter-spacing: 0.1em;
}
#kashikiri #kashikiri_roten .inner h2 .en {
  font-size: 14px;
  color: #949494;
  margin-bottom: 20px;
  display: block;
}
#kashikiri #kashikiri_roten .inner h2 .jp {
  font-size: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#kashikiri #kashikiri_roten .inner h2 .jp small {
  margin-top: 25px;
  display: block;
  font-size: 20px;
  letter-spacing: 0.1em;
}
#kashikiri #kashikiri_roten .inner h2 .jp::before {
  content: "";
  display: block;
  width: 33px;
  height: 33px;
  background: url(../img/slash.svg) no-repeat center/contain;
  margin-bottom: 25px;
}
#kashikiri #kashikiri_roten .inner .mainimg {
  margin-bottom: 109px;
  height: 636px;
  overflow: hidden;
}
@media (max-width: 1300px) {
  #kashikiri #kashikiri_roten .inner .mainimg {
    height: 48.9vw;
  }
}
#kashikiri #kashikiri_roten .inner .mainimg span {
  display: block;
}
#kashikiri #kashikiri_roten .inner .subimg {
  margin-bottom: 70px;
  text-align: center;
}
#kashikiri #kashikiri_roten .inner .subimg img {
  width: 247px;
}
#kashikiri #kashikiri_roten .inner .ttl {
  text-align: center;
  font-size: 25px;
  letter-spacing: 0.2em;
  border-top: 1px solid #8b8b8b;
  border-bottom: 1px solid #8b8b8b;
  width: 295px;
  margin: 0 auto 55px;
  padding: 10px 0;
}
#kashikiri #kashikiri_roten .inner .desc {
  text-align: center;
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.2em;
}
#kashikiri #kashikiri_roten .inner .price {
  text-align: center;
  margin-top: 25px;
  font-size: 17px;
}
#kashikiri #kashikiri_roten .inner .price small {
  font-size: 14px;
}
#kashikiri #kashikiri_roten .inner .notice {
  width: -moz-fit-content;
  width: fit-content;
  margin: 23px auto 0;
}
#kashikiri #kashikiri_roten .inner .notice li {
  text-indent: -1em;
  margin-left: 1em;
  font-size: 11px;
  line-height: 2.1;
}
#kashikiri #kashikiri_roten .inner .usetime {
  margin-top: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.1em;
}
#kashikiri #kashikiri_roten .inner .usetime .txt {
  font-size: 18px;
  margin-right: 15px;
}
#kashikiri #kashikiri_roten .inner .usetime ul {
  display: flex;
}
#kashikiri #kashikiri_roten .inner .usetime ul li {
  font-size: 16px;
  display: flex;
  align-items: center;
}
#kashikiri #kashikiri_roten .inner .usetime ul li::before {
  content: "";
  display: block;
  width: 31px;
  height: 31px;
  background: no-repeat center/contain;
  margin-right: 5px;
}
#kashikiri #kashikiri_roten .inner .usetime ul li span {
  font-size: 23px;
}
#kashikiri #kashikiri_roten .inner .usetime ul li:not(:last-child) {
  margin-right: 25px;
}
#kashikiri #kashikiri_roten .inner .usetime ul li:nth-child(1)::before {
  background-image: url(../img/ofuro/ico_day.svg);
}
#kashikiri #kashikiri_roten .inner .usetime ul li:nth-child(2)::before {
  background-image: url(../img/ofuro/ico_night.svg);
}
#kashikiri #detail {
  padding: 100px 0 200px;
}
#kashikiri #detail .inner {
  max-width: 1100px;
  background: #ededed;
  padding: 45px 50px 70px;
}
#kashikiri #detail .inner h2 {
  text-align: center;
  font-size: 25px;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
  font-weight: 300;
}
#kashikiri #detail .inner .desc {
  text-align: center;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-bottom: 50px;
}
#kashikiri #detail .inner dl {
  display: flex;
  flex-wrap: wrap;
  letter-spacing: 0.1em;
}
#kashikiri #detail .inner dl dt {
  font-size: 20px;
  padding: 25px 0;
  border-top: 1px solid #8b8b8b;
  text-align: center;
  font-weight: 300;
  margin-right: 50px;
  width: calc(100% - 625px);
  display: flex;
  align-items: center;
  justify-content: center;
}
#kashikiri #detail .inner dl dt:last-of-type {
  border-bottom: 1px solid #8b8b8b;
}
#kashikiri #detail .inner dl dd {
  font-size: 14px;
  line-height: 2;
  padding: 25px 0;
  width: 575px;
  border-top: 1px solid #8b8b8b;
}
#kashikiri #detail .inner dl dd:last-of-type {
  border-bottom: 1px solid #8b8b8b;
}

@media (max-width: 1100px) {
  #kashikiri #kashikiri_roten .inner .usetime {
    flex-direction: column;
  }
  #kashikiri #kashikiri_roten .inner .usetime .txt {
    margin-bottom: 30px;
  }
  #kashikiri #detail .inner dl dt {
    width: 150px;
    margin-right: 20px;
  }
  #kashikiri #detail .inner dl dd {
    width: calc(100% - 170px);
  }
  #kashikiri #detail .inner dl dd br {
    display: none;
  }
}
@media (max-width: 1000px) {
  #kashikiri #kashikiri_roten .inner .desc .tb {
    display: block;
  }
  #kashikiri #kashikiri_roten .inner .usetime ul {
    flex-direction: column;
    align-items: center;
  }
  #kashikiri #kashikiri_roten .inner .usetime ul li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  #kashikiri #menu {
    padding: 40px 0;
  }
  #kashikiri #menu .inner nav ul li:not(:last-child) {
    margin-right: 20px;
  }
  #kashikiri #menu .inner nav ul li:not(:last-child)::after {
    margin-left: 20px;
  }
  #kashikiri #intro {
    padding-top: 30px;
  }
  #kashikiri #intro .inner .main {
    font-size: 14px;
  }
  #kashikiri #kashikiri_roten {
    padding-top: 50px;
  }
  #kashikiri #kashikiri_roten .inner h2 {
    margin-bottom: 40px;
  }
  #kashikiri #kashikiri_roten .inner h2 .en {
    font-size: 12px;
    margin-bottom: 20px;
  }
  #kashikiri #kashikiri_roten .inner h2 .jp {
    font-size: 25px;
  }
  #kashikiri #kashikiri_roten .inner h2 .jp small {
    font-size: 15px;
    margin-top: 15px;
  }
  #kashikiri #kashikiri_roten .inner h2 .jp::before {
    width: 20px;
    height: 20px;
    margin-bottom: 12px;
  }
  #kashikiri #kashikiri_roten .inner .mainimg {
    margin-bottom: 50px;
  }
  #kashikiri #kashikiri_roten .inner .subimg {
    margin-bottom: 35px;
  }
  #kashikiri #kashikiri_roten .inner .subimg img {
    width: 170px;
  }
  #kashikiri #kashikiri_roten .inner .ttl {
    font-size: 18px;
    width: 190px;
    margin-bottom: 30px;
  }
  #kashikiri #kashikiri_roten .inner .desc {
    font-size: 14px;
  }
  #kashikiri #kashikiri_roten .inner .usetime .txt {
    font-size: 15px;
    margin-bottom: 15px;
  }
  #kashikiri #kashikiri_roten .inner .usetime ul li {
    font-size: 14px;
  }
  #kashikiri #kashikiri_roten .inner .usetime ul li span {
    font-size: 18px;
  }
  #kashikiri #kashikiri_roten .inner .usetime ul li span small {
    font-size: 13px;
  }
  #kashikiri #detail {
    padding: 70px 0 80px;
  }
  #kashikiri #detail .inner {
    padding: 30px 20px;
  }
  #kashikiri #detail .inner h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  #kashikiri #detail .inner .desc {
    font-size: 12px;
    margin-bottom: 30px;
  }
  #kashikiri #detail .inner dl dt {
    font-size: 16px;
    border-bottom: 0;
    width: 100%;
    padding: 10px 0 0;
  }
  #kashikiri #detail .inner dl dt:last-of-type {
    border-bottom: 0;
  }
  #kashikiri #detail .inner dl dd {
    border-top: 0;
    width: 100%;
    padding: 10px 0 15px;
    font-size: 12px;
  }
}
#roten_ashiyu #mv {
  background-image: url(../img/ofuro/mv_roten_ashiyu.jpg);
}
#roten_ashiyu #menu {
  padding: 60px 0 0;
}
#roten_ashiyu #menu .inner nav ul {
  display: flex;
  justify-content: center;
}
#roten_ashiyu #menu .inner nav ul li {
  display: flex;
}
#roten_ashiyu #menu .inner nav ul li a {
  font-size: 14px;
}
#roten_ashiyu #menu .inner nav ul li:not(:last-child) {
  margin-right: 34px;
}
#roten_ashiyu #menu .inner nav ul li:not(:last-child)::after {
  content: "";
  display: block;
  width: 1px;
  height: 14px;
  background: #333;
  margin-left: 34px;
}
#roten_ashiyu #intro {
  padding-top: 120px;
}
#roten_ashiyu #intro .inner {
  max-width: 1100px;
}
#roten_ashiyu #intro .inner .main {
  writing-mode: vertical-rl;
  font-size: 21px;
  line-height: 2.6;
  letter-spacing: 0.2em;
  margin: 0 auto;
}
#roten_ashiyu #roten {
  padding: 95px 0 0;
}
#roten_ashiyu #roten .inner {
  max-width: 1100px;
}
#roten_ashiyu #roten .inner h2 {
  line-height: 1;
  font-weight: 300;
  margin-bottom: 80px;
  text-align: center;
  letter-spacing: 0.1em;
}
#roten_ashiyu #roten .inner h2 .en {
  font-size: 14px;
  color: #949494;
  margin-bottom: 20px;
  display: block;
}
#roten_ashiyu #roten .inner h2 .jp {
  font-size: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#roten_ashiyu #roten .inner h2 .jp small {
  margin-top: 25px;
  display: block;
  font-size: 20px;
  letter-spacing: 0.1em;
}
#roten_ashiyu #roten .inner h2 .jp::before {
  content: "";
  display: block;
  width: 33px;
  height: 33px;
  background: url(../img/slash.svg) no-repeat center/contain;
  margin-bottom: 25px;
}
#roten_ashiyu #roten .inner .mainimg {
  margin-bottom: 109px;
  height: 636px;
  overflow: hidden;
}
@media (max-width: 1300px) {
  #roten_ashiyu #roten .inner .mainimg {
    height: 48.9vw;
  }
}
#roten_ashiyu #roten .inner .mainimg span {
  display: block;
}
#roten_ashiyu #roten .inner .subimg {
  margin-bottom: 70px;
  text-align: center;
}
#roten_ashiyu #roten .inner .subimg img {
  width: 247px;
}
#roten_ashiyu #roten .inner .ttl {
  text-align: center;
  font-size: 25px;
  letter-spacing: 0.2em;
  border-top: 1px solid #8b8b8b;
  border-bottom: 1px solid #8b8b8b;
  width: 295px;
  margin: 0 auto 55px;
  padding: 10px 0;
}
#roten_ashiyu #roten .inner .desc {
  text-align: center;
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.2em;
}
#roten_ashiyu #roten .inner .price {
  text-align: center;
  margin-top: 25px;
  font-size: 17px;
}
#roten_ashiyu #roten .inner .price small {
  font-size: 14px;
}
#roten_ashiyu #roten .inner .notice {
  width: -moz-fit-content;
  width: fit-content;
  margin: 23px auto 0;
}
#roten_ashiyu #roten .inner .notice li {
  text-indent: -1em;
  margin-left: 1em;
  font-size: 11px;
  line-height: 2.1;
}
#roten_ashiyu #roten .inner .usetime {
  margin-top: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.1em;
}
#roten_ashiyu #roten .inner .usetime .txt {
  font-size: 18px;
  margin-right: 15px;
}
#roten_ashiyu #roten .inner .usetime ul {
  display: flex;
}
#roten_ashiyu #roten .inner .usetime ul li {
  font-size: 16px;
  display: flex;
  align-items: center;
}
#roten_ashiyu #roten .inner .usetime ul li span {
  font-size: 23px;
}
#roten_ashiyu #roten .inner .usetime ul li:not(:last-child) {
  margin-right: 25px;
}
#roten_ashiyu #intro2 {
  padding-top: 120px;
}
#roten_ashiyu #intro2 .inner {
  max-width: 1100px;
}
#roten_ashiyu #intro2 .inner .main {
  writing-mode: vertical-rl;
  font-size: 21px;
  line-height: 2.6;
  letter-spacing: 0.2em;
  margin: 0 auto;
}
#roten_ashiyu #foot_bath {
  padding: 95px 0 0;
}
#roten_ashiyu #foot_bath .inner {
  max-width: 1100px;
}
#roten_ashiyu #foot_bath .inner h2 {
  line-height: 1;
  font-weight: 300;
  margin-bottom: 80px;
  text-align: center;
  letter-spacing: 0.1em;
}
#roten_ashiyu #foot_bath .inner h2 .en {
  font-size: 14px;
  color: #949494;
  margin-bottom: 20px;
  display: block;
}
#roten_ashiyu #foot_bath .inner h2 .jp {
  font-size: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#roten_ashiyu #foot_bath .inner h2 .jp small {
  margin-top: 25px;
  display: block;
  font-size: 20px;
  letter-spacing: 0.1em;
}
#roten_ashiyu #foot_bath .inner h2 .jp::before {
  content: "";
  display: block;
  width: 33px;
  height: 33px;
  background: url(../img/slash.svg) no-repeat center/contain;
  margin-bottom: 25px;
}
#roten_ashiyu #foot_bath .inner .mainimg {
  margin-bottom: 109px;
  height: 636px;
  overflow: hidden;
}
@media (max-width: 1300px) {
  #roten_ashiyu #foot_bath .inner .mainimg {
    height: 48.9vw;
  }
}
#roten_ashiyu #foot_bath .inner .mainimg span {
  display: block;
}
#roten_ashiyu #foot_bath .inner .subimg {
  margin-bottom: 70px;
  text-align: center;
}
#roten_ashiyu #foot_bath .inner .subimg img {
  width: 247px;
}
#roten_ashiyu #foot_bath .inner .ttl {
  text-align: center;
  font-size: 25px;
  letter-spacing: 0.2em;
  border-top: 1px solid #8b8b8b;
  border-bottom: 1px solid #8b8b8b;
  width: 295px;
  margin: 0 auto 55px;
  padding: 10px 0;
}
#roten_ashiyu #foot_bath .inner .desc {
  text-align: center;
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.2em;
}
#roten_ashiyu #foot_bath .inner .price {
  text-align: center;
  margin-top: 25px;
  font-size: 17px;
}
#roten_ashiyu #foot_bath .inner .price small {
  font-size: 14px;
}
#roten_ashiyu #foot_bath .inner .notice {
  width: -moz-fit-content;
  width: fit-content;
  margin: 23px auto 0;
}
#roten_ashiyu #foot_bath .inner .notice li {
  text-indent: -1em;
  margin-left: 1em;
  font-size: 11px;
  line-height: 2.1;
}
#roten_ashiyu #foot_bath .inner .usetime {
  margin-top: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.1em;
}
#roten_ashiyu #foot_bath .inner .usetime .txt {
  font-size: 18px;
  margin-right: 15px;
}
#roten_ashiyu #foot_bath .inner .usetime ul {
  display: flex;
}
#roten_ashiyu #foot_bath .inner .usetime ul li {
  font-size: 16px;
  display: flex;
  align-items: center;
}
#roten_ashiyu #foot_bath .inner .usetime ul li span {
  font-size: 23px;
}
#roten_ashiyu #foot_bath .inner .usetime ul li:not(:last-child) {
  margin-right: 25px;
}
#roten_ashiyu #foot_bath .inner .usetime ul li:nth-child(2)::before {
  content: "";
  display: block;
  width: 31px;
  height: 31px;
  background: no-repeat center/contain;
  margin-right: 5px;
  background-image: url(../img/ofuro/ico_day.svg);
}
#roten_ashiyu #detail {
  padding: 100px 0 200px;
}
#roten_ashiyu #detail .inner {
  max-width: 1100px;
  background: #ededed;
  padding: 45px 50px 70px;
}
#roten_ashiyu #detail .inner h2 {
  text-align: center;
  font-size: 25px;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
  font-weight: 300;
}
#roten_ashiyu #detail .inner .desc {
  text-align: center;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-bottom: 50px;
}
#roten_ashiyu #detail .inner dl {
  display: flex;
  flex-wrap: wrap;
  letter-spacing: 0.1em;
}
#roten_ashiyu #detail .inner dl dt {
  font-size: 20px;
  padding: 25px 0;
  border-top: 1px solid #8b8b8b;
  text-align: center;
  font-weight: 300;
  margin-right: 50px;
  width: calc(100% - 625px);
  display: flex;
  align-items: center;
  justify-content: center;
}
#roten_ashiyu #detail .inner dl dt:last-of-type {
  border-bottom: 1px solid #8b8b8b;
}
#roten_ashiyu #detail .inner dl dd {
  font-size: 14px;
  line-height: 2;
  padding: 25px 0;
  width: 575px;
  border-top: 1px solid #8b8b8b;
}
#roten_ashiyu #detail .inner dl dd:last-of-type {
  border-bottom: 1px solid #8b8b8b;
}

@media (max-width: 1100px) {
  #roten_ashiyu #roten .inner .usetime {
    flex-direction: column;
  }
  #roten_ashiyu #roten .inner .usetime .txt {
    margin-bottom: 30px;
  }
  #roten_ashiyu #foot_bath .inner .usetime {
    flex-direction: column;
  }
  #roten_ashiyu #foot_bath .inner .usetime .txt {
    margin-bottom: 30px;
  }
  #roten_ashiyu #detail .inner dl dt {
    width: 150px;
    margin-right: 20px;
  }
  #roten_ashiyu #detail .inner dl dd {
    width: calc(100% - 170px);
  }
  #roten_ashiyu #detail .inner dl dd br {
    display: none;
  }
}
@media (max-width: 1000px) {
  #roten_ashiyu #roten .inner .desc .tb {
    display: block;
  }
  #roten_ashiyu #roten .inner .usetime ul {
    flex-direction: column;
    align-items: center;
  }
  #roten_ashiyu #roten .inner .usetime ul li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 10px;
  }
  #roten_ashiyu #foot_bath .inner .desc .tb {
    display: block;
  }
  #roten_ashiyu #foot_bath .inner .usetime ul {
    flex-direction: column;
    align-items: center;
  }
  #roten_ashiyu #foot_bath .inner .usetime ul li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  #roten_ashiyu #menu {
    padding: 40px 0;
  }
  #roten_ashiyu #menu .inner nav ul li:not(:last-child) {
    margin-right: 20px;
  }
  #roten_ashiyu #menu .inner nav ul li:not(:last-child)::after {
    margin-left: 20px;
  }
  #roten_ashiyu #intro {
    padding-top: 30px;
  }
  #roten_ashiyu #intro .inner .main {
    font-size: 14px;
  }
  #roten_ashiyu #roten {
    padding-top: 50px;
  }
  #roten_ashiyu #roten .inner h2 {
    margin-bottom: 40px;
  }
  #roten_ashiyu #roten .inner h2 .en {
    font-size: 12px;
    margin-bottom: 20px;
  }
  #roten_ashiyu #roten .inner h2 .jp {
    font-size: 25px;
  }
  #roten_ashiyu #roten .inner h2 .jp small {
    font-size: 15px;
    margin-top: 15px;
  }
  #roten_ashiyu #roten .inner h2 .jp::before {
    width: 20px;
    height: 20px;
    margin-bottom: 12px;
  }
  #roten_ashiyu #roten .inner .mainimg {
    margin-bottom: 50px;
  }
  #roten_ashiyu #roten .inner .subimg {
    margin-bottom: 35px;
  }
  #roten_ashiyu #roten .inner .subimg img {
    width: 170px;
  }
  #roten_ashiyu #roten .inner .ttl {
    font-size: 18px;
    width: 190px;
    margin-bottom: 30px;
  }
  #roten_ashiyu #roten .inner .desc {
    font-size: 14px;
  }
  #roten_ashiyu #roten .inner .usetime .txt {
    font-size: 15px;
    margin-bottom: 15px;
  }
  #roten_ashiyu #roten .inner .usetime ul li {
    font-size: 14px;
  }
  #roten_ashiyu #roten .inner .usetime ul li span {
    font-size: 18px;
  }
  #roten_ashiyu #roten .inner .usetime ul li span small {
    font-size: 13px;
  }
  #roten_ashiyu #intro2 {
    padding-top: 80px;
  }
  #roten_ashiyu #intro2 .inner .main {
    font-size: 14px;
  }
  #roten_ashiyu #foot_bath {
    padding-top: 50px;
  }
  #roten_ashiyu #foot_bath .inner h2 {
    margin-bottom: 40px;
  }
  #roten_ashiyu #foot_bath .inner h2 .en {
    font-size: 12px;
    margin-bottom: 20px;
  }
  #roten_ashiyu #foot_bath .inner h2 .jp {
    font-size: 25px;
  }
  #roten_ashiyu #foot_bath .inner h2 .jp small {
    font-size: 15px;
    margin-top: 15px;
  }
  #roten_ashiyu #foot_bath .inner h2 .jp::before {
    width: 20px;
    height: 20px;
    margin-bottom: 12px;
  }
  #roten_ashiyu #foot_bath .inner .mainimg {
    margin-bottom: 50px;
  }
  #roten_ashiyu #foot_bath .inner .subimg {
    margin-bottom: 35px;
  }
  #roten_ashiyu #foot_bath .inner .subimg img {
    width: 170px;
  }
  #roten_ashiyu #foot_bath .inner .ttl {
    font-size: 18px;
    width: 190px;
    margin-bottom: 30px;
  }
  #roten_ashiyu #foot_bath .inner .desc {
    font-size: 14px;
  }
  #roten_ashiyu #foot_bath .inner .usetime .txt {
    font-size: 15px;
    margin-bottom: 15px;
  }
  #roten_ashiyu #foot_bath .inner .usetime ul li {
    font-size: 14px;
  }
  #roten_ashiyu #foot_bath .inner .usetime ul li span {
    font-size: 18px;
  }
  #roten_ashiyu #foot_bath .inner .usetime ul li span small {
    font-size: 13px;
  }
  #roten_ashiyu #detail {
    padding: 70px 0 80px;
  }
  #roten_ashiyu #detail .inner {
    padding: 30px 20px;
  }
  #roten_ashiyu #detail .inner h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  #roten_ashiyu #detail .inner .desc {
    font-size: 12px;
    margin-bottom: 30px;
  }
  #roten_ashiyu #detail .inner dl dt {
    font-size: 16px;
    border-bottom: 0;
    width: 100%;
    padding: 10px 0 0;
  }
  #roten_ashiyu #detail .inner dl dt:last-of-type {
    border-bottom: 0;
  }
  #roten_ashiyu #detail .inner dl dd {
    border-top: 0;
    width: 100%;
    padding: 10px 0 15px;
    font-size: 12px;
  }
}
#cuisine #mv {
  background-image: url(../img/cuisine/mv.jpg);
}
#cuisine #mv .pagettl h2 .en::first-letter {
  color: #d34a24;
}
#cuisine .tttt {
  padding-top: 100px;
  text-align: center;
  line-height: 200%;
}
#cuisine #course {
  padding-top: 208px;
}
#cuisine #course .inner .catch {
  margin-bottom: 280px;
  text-align: center;
}
#cuisine #course .inner .catch img {
  width: 404px;
}
#cuisine #course .inner h2 {
  font-size: 50px;
  line-height: 1;
  letter-spacing: 0.2em;
  color: #494848;
  font-weight: 400;
  text-align: center;
  margin-bottom: 70px;
}
#cuisine #course .inner h2 span {
  margin-top: 55px;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.1em;
  color: #939393;
  display: block;
}
#cuisine #course .inner .main {
  font-size: 21px;
  line-height: 1.7;
  letter-spacing: 0.2em;
  text-align: center;
  margin-bottom: 30px;
}
#cuisine #course .inner .main .tb {
  display: none;
}
#cuisine #course .inner .notice {
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 80px;
}
#cuisine #course .inner .list {
  display: flex;
  justify-content: space-between;
}
#cuisine #course .inner .list .block {
  width: 31%;
}
#cuisine #course .inner .list .block .ttl {
  font-size: 23px;
  letter-spacing: 0.1em;
  color: #231815;
  text-align: center;
  margin-bottom: 20px;
}
#cuisine #course .inner .list .block .ttl .tb {
  display: none;
}
#cuisine #course .inner .list .block .img a {
  overflow: hidden;
  display: block;
}
#cuisine #course .inner .list .block .img a img {
  transition: 0.3s;
}
#cuisine #course .inner .list .block .img a:hover {
  opacity: 1;
}
#cuisine #course .inner .list .block .img a:hover img {
  transform: scale(1.04);
}
#cuisine #course .inner .list .block .desc {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.2em;
  margin-top: 20px;
}
#cuisine #course .inner .list .block .link {
  margin-top: 30px;
  font-size: 8px;
  line-height: 2;
  font-weight: 200;
  letter-spacing: 0;
  text-align: right;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Noto Sans JP", sans-serif;
}
#cuisine #course .inner .list .block:nth-child(2) .desc {
  letter-spacing: 0.12em;
}
#cuisine #course .inner .list .block:nth-child(3) .desc {
  letter-spacing: 0.07em;
}
#cuisine #message {
  padding-top: 250px;
}
#cuisine #message .inner h2 {
  margin-bottom: 115px;
  font-weight: 300;
}
#cuisine #message .inner h2 .jp {
  display: block;
  writing-mode: vertical-rl;
  font-size: 35px;
  letter-spacing: 0.2em;
  margin: 0 auto 75px;
}
#cuisine #message .inner h2 .jp small {
  display: block;
  font-size: 19px;
  letter-spacing: 0.1em;
  display: block;
}
#cuisine #message .inner h2 .en {
  text-align: center;
  color: #939393;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.1em;
  display: block;
}
#cuisine #message .inner .row {
  display: flex;
  justify-content: center;
}
#cuisine #message .inner .row .img {
  margin-right: 40px;
  height: 315px;
  overflow: hidden;
}
#cuisine #message .inner .row .img span {
  display: block;
}
#cuisine #message .inner .row .img span img {
  width: 315px;
}
#cuisine #message .inner .row .txt .main {
  font-size: 21px;
  margin-bottom: 35px;
  letter-spacing: 0.2em;
}
#cuisine #message .inner .row .txt .message {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 45px;
}
#cuisine #message .inner .row .txt .name img {
  width: 180px;
}
#cuisine #meal {
  padding-top: 280px;
  text-align: center;
}
#cuisine #meal .inner h2 {
  line-height: 1;
  font-weight: 300;
  margin-bottom: 130px;
}
#cuisine #meal .inner h2 .jp {
  font-size: 35px;
  letter-spacing: 0.2em;
  color: #231815;
  display: block;
  margin-bottom: 55px;
}
#cuisine #meal .inner h2 .en {
  letter-spacing: 0.1em;
  color: #939393;
  font-size: 14px;
  line-height: 1.4;
  display: block;
}
#cuisine #meal .inner .group:not(:last-child) {
  margin-bottom: 110px;
}
#cuisine #meal .inner .group .ttl {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.2em;
  margin-bottom: 25px;
}
#cuisine #meal .inner .group .list {
  display: flex;
  justify-content: center;
}
#cuisine #meal .inner .group .list .block {
  width: 31%;
}
#cuisine #meal .inner .group .list .block:not(:last-child) {
  margin-right: 3.5%;
}
#cuisine #breakfast {
  padding-top: 392px;
}
#cuisine #breakfast .inner h2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: normal;
  margin-bottom: 70px;
}
#cuisine #breakfast .inner h2::before {
  content: "";
  display: block;
  width: 45px;
  height: 21px;
  background: url(../img/cuisine/ico_matsu.svg) no-repeat center/contain;
  margin-bottom: 22px;
}
#cuisine #breakfast .inner h2 .jp {
  font-size: 35px;
  line-height: 1;
  letter-spacing: 0.2em;
  color: #231815;
  writing-mode: vertical-lr;
}
#cuisine #breakfast .inner h2 .en {
  margin-top: 25px;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.1em;
  color: #939393;
}
#cuisine #breakfast .inner .main {
  font-size: 21px;
  line-height: 1.7;
  letter-spacing: 0.2em;
  text-align: center;
  margin-bottom: 30px;
}
#cuisine #breakfast .inner .main .tb {
  display: none;
}
#cuisine #breakfast .inner .notice {
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 80px;
}
#cuisine #breakfast .inner .img {
  height: 640px;
  overflow: hidden;
}
@media (max-width: 1300px) {
  #cuisine #breakfast .inner .img {
    height: 49vw;
  }
}
#cuisine #breakfast .inner .img span {
  display: block;
}
#cuisine #breakfast .inner .caption {
  font-size: 14px;
  margin-top: 15px;
}
#cuisine #hall {
  padding: 190px 0;
  text-align: center;
}
#cuisine #hall .inner h2 {
  font-size: 35px;
  letter-spacing: 0.2em;
  color: #231815;
  font-weight: normal;
  margin-bottom: 100px;
  position: relative;
}
#cuisine #hall .inner h2::after {
  content: "";
  display: block;
  width: 74px;
  height: 1px;
  background: #333;
  position: absolute;
  top: calc(100% + 40px);
  left: 50%;
  transform: translateX(-50%);
}
#cuisine #hall .inner .list {
  display: flex;
  justify-content: space-between;
}
#cuisine #hall .inner .list .block {
  width: 47%;
}
#cuisine #hall .inner .list .block .txt {
  font-size: 14px;
  color: #231815;
  text-align: center;
  margin-top: 15px;
}
#cuisine #menu {
  padding: 55px 0 190px;
}
#cuisine #menu .inner nav ul {
  display: flex;
  justify-content: center;
}
#cuisine #menu .inner nav ul li {
  display: flex;
}
#cuisine #menu .inner nav ul li a {
  font-size: 14px;
}
#cuisine #menu .inner nav ul li:not(:last-child) {
  margin-right: 34px;
}
#cuisine #menu .inner nav ul li:not(:last-child)::after {
  content: "";
  display: block;
  width: 1px;
  height: 14px;
  background: #333;
  margin-left: 34px;
}

@media (max-width: 1200px) {
  #cuisine #course .inner .main .tb {
    display: block;
  }
  #cuisine #course .inner .list .block .ttl {
    height: 69px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #cuisine #course .inner .list .block .ttl .sp {
    display: block;
  }
}
@media (max-width: 768px) {
  #cuisine #course {
    padding-top: 100px;
  }
  #cuisine #course .inner .catch {
    margin-bottom: 60px;
  }
  #cuisine #course .inner .catch img {
    width: 200px;
  }
  #cuisine #course .inner h2 {
    font-size: 25px;
    margin-bottom: 30px;
  }
  #cuisine #course .inner h2 span {
    font-size: 11px;
    margin-top: 15px;
  }
  #cuisine #course .inner .main {
    font-size: 13px;
  }
  #cuisine #course .inner .notice {
    font-size: 11px;
    margin-bottom: 60px;
  }
  #cuisine #course .inner .list {
    flex-direction: column;
    align-items: center;
  }
  #cuisine #course .inner .list .block {
    width: 100%;
    max-width: 400px;
  }
  #cuisine #course .inner .list .block .ttl {
    height: auto;
    font-size: 18px;
  }
  #cuisine #course .inner .list .block .ttl .tb {
    display: none;
  }
  #cuisine #course .inner .list .block .desc {
    margin-top: 15px;
    font-size: 12px;
  }
  #cuisine #course .inner .list .block .link {
    margin-top: 15px;
  }
  #cuisine #course .inner .list .block:not(:last-child) {
    margin-bottom: 60px;
  }
  #cuisine #message {
    padding-top: 100px;
  }
  #cuisine #message .inner h2 {
    margin-bottom: 40px;
  }
  #cuisine #message .inner h2 .jp {
    font-size: 25px;
    margin-bottom: 30px;
  }
  #cuisine #message .inner h2 .jp small {
    font-size: 14px;
  }
  #cuisine #message .inner h2 .en {
    font-size: 11px;
  }
  #cuisine #message .inner .row {
    flex-direction: column;
    align-items: center;
  }
  #cuisine #message .inner .row .img {
    text-align: center;
    margin-bottom: 20px;
    margin-right: 0;
  }
  #cuisine #message .inner .row .txt .main {
    font-size: 18px;
    margin-bottom: 20px;
  }
  #cuisine #message .inner .row .txt .message {
    margin-bottom: 20px;
  }
  #cuisine #meal {
    padding-top: 100px;
  }
  #cuisine #meal .inner h2 {
    margin-bottom: 60px;
  }
  #cuisine #meal .inner h2 .jp {
    font-size: 25px;
    margin-bottom: 20px;
  }
  #cuisine #meal .inner h2 .en {
    font-size: 11px;
  }
  #cuisine #meal .inner .group:not(:last-child) {
    margin-bottom: 40px;
  }
  #cuisine #meal .inner .group .ttl {
    font-size: 12px;
    margin-bottom: 10px;
  }
  #cuisine #meal .inner .group .list {
    flex-direction: column;
    align-items: center;
  }
  #cuisine #meal .inner .group .list .block {
    width: 100%;
    max-width: 400px;
  }
  #cuisine #meal .inner .group .list .block:not(:last-child) {
    margin-right: 0;
    margin-bottom: 20px;
  }
  #cuisine #breakfast {
    padding-top: 100px;
  }
  #cuisine #breakfast .inner h2 {
    margin-bottom: 30px;
  }
  #cuisine #breakfast .inner h2 .jp {
    font-size: 25px;
  }
  #cuisine #breakfast .inner h2 .en {
    margin-top: 15px;
    font-size: 11px;
  }
  #cuisine #breakfast .inner .main {
    font-size: 12px;
    margin-bottom: 20px;
  }
  #cuisine #breakfast .inner .caption {
    margin-top: 10px;
    font-size: 11px;
  }
  #cuisine #hall {
    padding: 100px 0;
  }
  #cuisine #hall .inner h2 {
    font-size: 25px;
    margin-bottom: 60px;
  }
  #cuisine #hall .inner h2::after {
    top: calc(100% + 20px);
  }
  #cuisine #hall .inner .list {
    flex-direction: column;
    align-items: center;
  }
  #cuisine #hall .inner .list .block {
    width: 100%;
    max-width: 400px;
  }
  #cuisine #hall .inner .list .block:not(:last-child) {
    margin-bottom: 30px;
  }
}
#oheyashoku #mv {
  background-image: url(../img/cuisine/oheyashoku/mv.jpg);
}
#oheyashoku #intro {
  text-align: center;
  padding-top: 130px;
}
#oheyashoku #intro .inner h2 {
  line-height: 1;
  font-weight: 300;
  margin-bottom: 50px;
  text-align: center;
}
#oheyashoku #intro .inner h2 .en {
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #949494;
}
#oheyashoku #intro .inner h2 .jp {
  margin-top: 35px;
  font-size: 50px;
  letter-spacing: 0.2em;
  color: #494848;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#oheyashoku #intro .inner h2 .jp::before {
  content: "";
  display: block;
  width: 33px;
  height: 33px;
  background: url(../img/slash.svg) no-repeat center/contain;
  margin-bottom: 25px;
}
#oheyashoku #intro .inner .main {
  font-size: 17px;
  line-height: 1.6;
  letter-spacing: 0.2em;
}
#oheyashoku #menu {
  padding-top: 110px;
}
#oheyashoku #menu .inner .list .block {
  text-align: center;
}
#oheyashoku #menu .inner .list .block .img img {
  width: 744px;
}
#oheyashoku #menu .inner .list .block .txt {
  margin-top: 10px;
  font-size: 13px;
  letter-spacing: 0.1em;
  color: #231815;
}
#oheyashoku #menu .inner .list .block:not(:last-child) {
  margin-bottom: 100px;
}
#oheyashoku #room {
  padding: 275px 0 200px;
}
#oheyashoku #room .inner {
  max-width: 913px;
}
#oheyashoku #room .inner h2 {
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.14em;
  font-weight: 300;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
#oheyashoku #room .inner h2::before {
  content: "";
  display: block;
  width: 63px;
  height: 1px;
  background: #333;
  margin-right: 48px;
}
#oheyashoku #room .inner h2::after {
  content: "";
  display: block;
  width: 63px;
  height: 1px;
  background: #333;
  margin-left: 48px;
}
#oheyashoku #room .inner .list .block {
  background: #ededed;
}
#oheyashoku #room .inner .list .block:not(:last-child) {
  margin-bottom: 8px;
}
#oheyashoku #room .inner .list .block a {
  padding: 10px 35px 10px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#oheyashoku #room .inner .list .block a .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#oheyashoku #room .inner .list .block a .row .img {
  width: 149px;
  margin-right: 50px;
}
#oheyashoku #room .inner .list .block a .row .txt {
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.14em;
}
#oheyashoku #room .inner .list .block a .row .txt span {
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0.14em;
}
#oheyashoku #room .inner .list .block a .link {
  font-size: 10px;
  line-height: 1.8;
  letter-spacing: 0.14em;
  display: flex;
  align-items: center;
  text-align: center;
}
#oheyashoku #room .inner .list .block a .link::after {
  content: "";
  display: block;
  width: 38px;
  height: 38px;
  background: url(../img/arrow_right_circle.svg) no-repeat center/contain;
  margin-left: 27px;
}

@media (max-width: 900px) {
  #oheyashoku #room .inner .list .block a {
    flex-direction: column;
    padding: 20px;
  }
  #oheyashoku #room .inner .list .block a .link {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  #oheyashoku #intro {
    padding-top: 50px;
  }
  #oheyashoku #intro .inner h2 {
    margin-bottom: 30px;
  }
  #oheyashoku #intro .inner h2 .en {
    font-size: 12px;
    line-height: 1;
  }
  #oheyashoku #intro .inner h2 .jp {
    font-size: 25px;
    margin-top: 10px;
  }
  #oheyashoku #intro .inner h2 .jp::before {
    width: 20px;
    height: 20px;
    margin-bottom: 12px;
  }
  #oheyashoku #intro .inner .main {
    font-size: 13px;
  }
  #oheyashoku #menu {
    padding-top: 50px;
  }
  #oheyashoku #menu .inner .list .block:not(:last-child) {
    margin-bottom: 30px;
  }
  #oheyashoku #room {
    padding: 70px 0 100px;
  }
  #oheyashoku #room .inner h2 {
    font-size: 16px;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 20px;
  }
  #oheyashoku #room .inner h2::before, #oheyashoku #room .inner h2::after {
    content: none;
  }
  #oheyashoku #room .inner .list .block a .row {
    flex-direction: column;
  }
  #oheyashoku #room .inner .list .block a .row .img {
    margin-right: 0;
    margin-bottom: 15px;
  }
  #oheyashoku #room .inner .list .block a .row .txt {
    text-align: center;
    line-height: 1.5;
  }
  #oheyashoku #room .inner .list .block a .link::after {
    margin-left: 15px;
  }
}
#sumibiyaki #mv {
  background-image: url(../img/cuisine/sumibiyaki/mv.jpg);
}
#sumibiyaki #intro {
  padding-top: 120px;
}
#sumibiyaki #intro .inner h2 {
  line-height: 1;
  font-weight: 300;
  margin-bottom: 50px;
  text-align: center;
}
#sumibiyaki #intro .inner h2 .en {
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #949494;
}
#sumibiyaki #intro .inner h2 .jp {
  margin-top: 35px;
  font-size: 50px;
  letter-spacing: 0.2em;
  color: #494848;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#sumibiyaki #intro .inner h2 .jp::before {
  content: "";
  display: block;
  width: 33px;
  height: 33px;
  background: url(../img/slash.svg) no-repeat center/contain;
  margin-bottom: 25px;
}
#sumibiyaki #intro .inner .main {
  font-size: 17px;
  line-height: 1.6;
  letter-spacing: 0.2em;
  text-align: center;
}
#sumibiyaki #menu {
  padding-top: 110px;
}
#sumibiyaki #menu .inner .ttl {
  text-align: center;
  font-size: 15px;
  letter-spacing: 0.14em;
  margin-bottom: 30px;
}
#sumibiyaki #menu .inner .detail_area {
  max-width: 700px;
  margin: 90px auto 0;
}
#sumibiyaki #menu .inner .detail_area .detail {
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  padding: 40px 0;
}
#sumibiyaki #menu .inner .detail_area .detail .main {
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.14em;
  margin-bottom: 40px;
}
#sumibiyaki #menu .inner .detail_area .detail .main small {
  font-size: 14px;
  letter-spacing: 0.04em;
}
#sumibiyaki #menu .inner .detail_area .detail .sub {
  font-size: 14px;
  line-height: 2.3;
  letter-spacing: 0.1em;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
#sumibiyaki #menu .inner .detail_area .detail .sub small {
  font-size: 12ox;
}
#sumibiyaki #menu .inner .detail_area .notice {
  margin-top: 10px;
  font-size: 11px;
  letter-spacing: 0.1em;
}
#sumibiyaki #room {
  padding: 275px 0 200px;
}
#sumibiyaki #room .inner {
  max-width: 913px;
}
#sumibiyaki #room .inner h2 {
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.14em;
  font-weight: 300;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
#sumibiyaki #room .inner h2::before {
  content: "";
  display: block;
  width: 63px;
  height: 1px;
  background: #333;
  margin-right: 48px;
}
#sumibiyaki #room .inner h2::after {
  content: "";
  display: block;
  width: 63px;
  height: 1px;
  background: #333;
  margin-left: 48px;
}
#sumibiyaki #room .inner .list .block {
  background: #ededed;
}
#sumibiyaki #room .inner .list .block:not(:last-child) {
  margin-bottom: 8px;
}
#sumibiyaki #room .inner .list .block a {
  padding: 10px 35px 10px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#sumibiyaki #room .inner .list .block a .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#sumibiyaki #room .inner .list .block a .row .img {
  width: 149px;
  margin-right: 50px;
}
#sumibiyaki #room .inner .list .block a .row .txt {
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 0.14em;
  font-feature-settings: "palt";
}
#sumibiyaki #room .inner .list .block a .row .txt span {
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0.14em;
}
#sumibiyaki #room .inner .list .block a .link {
  font-size: 10px;
  line-height: 1.8;
  letter-spacing: 0.14em;
  display: flex;
  align-items: center;
  text-align: center;
}
#sumibiyaki #room .inner .list .block a .link::after {
  content: "";
  display: block;
  width: 38px;
  height: 38px;
  background: url(../img/arrow_right_circle.svg) no-repeat center/contain;
  margin-left: 27px;
}

@media (max-width: 1000px) {
  #sumibiyaki #intro .inner h2 .jp {
    font-size: 40px;
  }
  #sumibiyaki #room .inner .list .block .row .img {
    margin-right: 35px;
  }
  #sumibiyaki #room .inner .list .block .row .txt {
    line-height: 1.5;
  }
  #sumibiyaki #room .inner .list .block .row .txt .sp {
    display: block;
  }
}
@media (max-width: 768px) {
  #sumibiyaki #intro {
    padding-top: 50px;
  }
  #sumibiyaki #intro .inner h2 {
    margin-bottom: 30px;
  }
  #sumibiyaki #intro .inner h2 .en {
    font-size: 12px;
    line-height: 1;
  }
  #sumibiyaki #intro .inner h2 .jp {
    font-size: 20px;
    margin-top: 10px;
  }
  #sumibiyaki #intro .inner h2 .jp::before {
    width: 20px;
    height: 20px;
    margin-bottom: 12px;
  }
  #sumibiyaki #intro .inner .main {
    font-size: 13px;
    letter-spacing: 0.1em;
  }
  #sumibiyaki #menu {
    padding-top: 50px;
  }
  #sumibiyaki #menu .inner .detail_area {
    margin-top: 20px;
  }
  #sumibiyaki #menu .inner .detail_area .ttl {
    font-size: 13px;
    margin-bottom: 15px;
  }
  #sumibiyaki #menu .inner .detail_area .detail {
    padding: 20px 0;
  }
  #sumibiyaki #menu .inner .detail_area .detail .main {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  #sumibiyaki #menu .inner .detail_area .detail .main small {
    display: block;
    font-size: 11px;
    line-height: 2;
  }
  #sumibiyaki #menu .inner .detail_area .detail .sub {
    font-size: 12px;
  }
  #sumibiyaki #room {
    padding: 70px 0 100px;
  }
  #sumibiyaki #room .inner h2 {
    font-size: 16px;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 20px;
  }
  #sumibiyaki #room .inner h2::before, #sumibiyaki #room .inner h2::after {
    content: none;
  }
  #sumibiyaki #room .inner .list .block a {
    flex-direction: column;
    padding: 20px;
  }
  #sumibiyaki #room .inner .list .block a .row {
    flex-direction: column;
  }
  #sumibiyaki #room .inner .list .block a .row .img {
    margin-right: 0;
    margin-bottom: 15px;
  }
  #sumibiyaki #room .inner .list .block a .row .txt {
    text-align: center;
    line-height: 1.5;
  }
  #sumibiyaki #room .inner .list .block a .link {
    margin-top: 20px;
    justify-content: center;
  }
  #sumibiyaki #room .inner .list .block a .link::after {
    margin-left: 15px;
  }
}
#wanofullcourse #mv {
  background-image: url(../img/cuisine/wano/mv.jpg);
}
#wanofullcourse #intro {
  padding-top: 120px;
}
#wanofullcourse #intro .inner h2 {
  line-height: 1;
  font-weight: 300;
  margin-bottom: 50px;
  text-align: center;
}
#wanofullcourse #intro .inner h2 .en {
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #949494;
}
#wanofullcourse #intro .inner h2 .jp {
  margin-top: 35px;
  font-size: 50px;
  letter-spacing: 0.2em;
  color: #494848;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#wanofullcourse #intro .inner h2 .jp::before {
  content: "";
  display: block;
  width: 33px;
  height: 33px;
  background: url(../img/slash.svg) no-repeat center/contain;
  margin-bottom: 25px;
}
#wanofullcourse #intro .inner .main {
  font-size: 17px;
  line-height: 1.6;
  letter-spacing: 0.2em;
  text-align: center;
}
#wanofullcourse #intro .inner .notice {
  margin-top: 10px;
  font-size: 15px;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 30px;
  line-height: 250%;
}
#wanofullcourse #menu {
  padding-top: 200px;
}
#wanofullcourse #menu .inner .detail_area {
  margin: 90px auto 0;
  max-width: 700px;
}
#wanofullcourse #menu .inner .detail_area .ttl {
  text-align: center;
  font-size: 15px;
  margin-bottom: 30px;
}
#wanofullcourse #menu .inner .detail_area dl {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
#wanofullcourse #menu .inner .detail_area dl dt {
  border-top: 1px solid #e3e3e3;
  padding: 15px 10px;
  width: 280px;
}
#wanofullcourse #menu .inner .detail_area dl dt:last-of-type {
  border-bottom: 1px solid #e3e3e3;
}
#wanofullcourse #menu .inner .detail_area dl dd {
  border-top: 1px solid #e3e3e3;
  padding: 15px 0;
  width: calc(100% - 280px);
}
#wanofullcourse #menu .inner .detail_area dl dd:last-of-type {
  border-bottom: 1px solid #e3e3e3;
}
#wanofullcourse #menu .inner .detail_area .notice {
  margin-top: 10px;
  font-size: 11px;
  letter-spacing: 0.1em;
}
#wanofullcourse #menu .inner .lists .block {
  text-align: center;
  width: 744px;
  margin: 50px auto;
}
#wanofullcourse #menu .inner .lists .block .txt {
  margin-top: 10px;
  font-size: 13px;
  letter-spacing: 0.1em;
  color: #231815;
}
#wanofullcourse #room {
  padding: 275px 0 200px;
}
#wanofullcourse #room .inner {
  max-width: 913px;
}
#wanofullcourse #room .inner h2 {
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.14em;
  font-weight: 300;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
#wanofullcourse #room .inner h2::before {
  content: "";
  display: block;
  width: 63px;
  height: 1px;
  background: #333;
  margin-right: 48px;
}
#wanofullcourse #room .inner h2::after {
  content: "";
  display: block;
  width: 63px;
  height: 1px;
  background: #333;
  margin-left: 48px;
}
#wanofullcourse #room .inner .list .block {
  background: #ededed;
  padding: 10px 35px 10px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#wanofullcourse #room .inner .list .block:not(:last-child) {
  margin-bottom: 8px;
}
#wanofullcourse #room .inner .list .block a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
#wanofullcourse #room .inner .list .block a .row {
  display: flex;
  align-items: center;
}
#wanofullcourse #room .inner .list .block a .row .img {
  width: 149px;
  margin-right: 50px;
}
#wanofullcourse #room .inner .list .block a .row .txt {
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 0.14em;
  font-feature-settings: "palt";
}
#wanofullcourse #room .inner .list .block a .row .txt span {
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0.14em;
}
#wanofullcourse #room .inner .list .block a .link {
  font-size: 10px;
  line-height: 1.8;
  letter-spacing: 0.14em;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}
#wanofullcourse #room .inner .list .block a .link::after {
  content: "";
  display: block;
  width: 38px;
  height: 38px;
  background: url(../img/arrow_right_circle.svg) no-repeat center/contain;
  margin-left: 27px;
}

@media (max-width: 1000px) {
  #wanofullcourse #intro .inner h2 .jp {
    font-size: 40px;
  }
  #wanofullcourse #room .inner .list .block .row .img {
    margin-right: 35px;
  }
  #wanofullcourse #room .inner .list .block .row .txt {
    line-height: 1.5;
  }
  #wanofullcourse #room .inner .list .block .row .txt .sp {
    display: block;
  }
}
@media (max-width: 768px) {
  #wanofullcourse #intro {
    padding-top: 50px;
  }
  #wanofullcourse #intro .inner h2 {
    margin-bottom: 30px;
  }
  #wanofullcourse #intro .inner h2 .en {
    font-size: 12px;
    line-height: 1;
  }
  #wanofullcourse #intro .inner h2 .jp {
    font-size: 20px;
    margin-top: 10px;
  }
  #wanofullcourse #intro .inner h2 .jp::before {
    width: 20px;
    height: 20px;
    margin-bottom: 12px;
  }
  #wanofullcourse #intro .inner .main {
    font-size: 13px;
    letter-spacing: 0.1em;
  }
  #wanofullcourse #menu {
    padding-top: 50px;
  }
  #wanofullcourse #menu .inner .detail_area {
    margin-top: 20px;
  }
  #wanofullcourse #menu .inner .detail_area .ttl {
    font-size: 13px;
    margin-bottom: 15px;
  }
  #wanofullcourse #menu .inner .detail_area dl {
    font-size: 12px;
  }
  #wanofullcourse #menu .inner .detail_area dl dt {
    width: 6em;
    padding: 10px 0;
  }
  #wanofullcourse #menu .inner .detail_area dl dd {
    width: calc(100% - 6em);
    padding: 10px 0;
  }
  #wanofullcourse #menu .inner .lists .block {
    text-align: center;
    width: 100% !important;
    margin: 50px auto;
  }
  #wanofullcourse #menu .inner .lists .block .txt {
    margin-top: 10px;
    font-size: 13px;
    letter-spacing: 0.1em;
    color: #231815;
  }
  #wanofullcourse #room .inner h2 {
    font-size: 16px;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 20px;
  }
  #wanofullcourse #room .inner h2::before, #wanofullcourse #room .inner h2::after {
    content: none;
  }
  #wanofullcourse #room .inner .list {
    padding: 70px 0 100px;
  }
  #wanofullcourse #room .inner .list .block a .row {
    flex-direction: column;
  }
  #wanofullcourse #room .inner .list .block a .row .img {
    margin-right: 0;
    margin-bottom: 15px;
  }
  #wanofullcourse #room .inner .list .block a .row .txt {
    text-align: center;
    line-height: 1.5;
  }
  #wanofullcourse #room .inner .list .block a .link {
    margin-top: 20px;
  }
  #wanofullcourse #room .inner .list .block a .link a::after {
    margin-left: 15px;
  }
}
#language #mv,
#language_sc #mv,
#language_tc #mv {
  background-image: url(../img/language/mv.jpg);
  height: 592px;
}
#language .language_sec,
#language_sc .language_sec,
#language_tc .language_sec {
  padding-top: 510px;
}
#language .language_sec .inner,
#language_sc .language_sec .inner,
#language_tc .language_sec .inner {
  position: relative;
  max-width: none;
  width: 100%;
}
#language .language_sec .inner .ttl,
#language_sc .language_sec .inner .ttl,
#language_tc .language_sec .inner .ttl {
  background: #fff;
  border-radius: 50%;
  width: 474px;
  height: 474px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 1;
  padding-top: 30px;
  z-index: 2;
}
#language .language_sec .inner .ttl .en,
#language_sc .language_sec .inner .ttl .en,
#language_tc .language_sec .inner .ttl .en {
  font-family: "trajan-pro-3", serif;
  font-size: 47px;
  letter-spacing: 0.1em;
  font-weight: 400;
  margin-bottom: 20px;
  display: block;
}
#language .language_sec .inner .ttl .jp,
#language_sc .language_sec .inner .ttl .jp,
#language_tc .language_sec .inner .ttl .jp {
  display: block;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 19px;
  line-height: 1.7;
  letter-spacing: 0.2em;
  font-weight: 300;
}
#language .language_sec .inner .ttl .jp::before,
#language_sc .language_sec .inner .ttl .jp::before,
#language_tc .language_sec .inner .ttl .jp::before {
  content: "";
  display: block;
  width: 33px;
  height: 33px;
  background: no-repeat center/contain;
  margin-bottom: 20px;
}
#language .language_sec .inner .ttl .link,
#language_sc .language_sec .inner .ttl .link,
#language_tc .language_sec .inner .ttl .link {
  margin-top: 90px;
}
#language .language_sec .inner .ttl .link a,
#language_sc .language_sec .inner .ttl .link a,
#language_tc .language_sec .inner .ttl .link a {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 8px;
}
#language .language_sec .inner .ttl .link a::after,
#language_sc .language_sec .inner .ttl .link a::after,
#language_tc .language_sec .inner .ttl .link a::after {
  content: "";
  display: block;
  width: 83px;
  height: 13px;
  background: url(../img/arrow_link.svg) no-repeat center/contain;
  margin-top: 10px;
}
#language .language_sec .inner .img,
#language_sc .language_sec .inner .img,
#language_tc .language_sec .inner .img {
  height: 32vw;
  overflow: hidden;
}
#language .language_sec .inner .img span,
#language_sc .language_sec .inner .img span,
#language_tc .language_sec .inner .img span {
  display: block;
}
#language .language_sec .inner .txt,
#language_sc .language_sec .inner .txt,
#language_tc .language_sec .inner .txt {
  margin-top: 90px;
  text-align: center;
  letter-spacing: 0.1em;
}
#language .language_sec .inner .txt .main,
#language_sc .language_sec .inner .txt .main,
#language_tc .language_sec .inner .txt .main {
  font-size: 26px;
  line-height: 1.9;
}
#language .language_sec .inner .txt .sub,
#language_sc .language_sec .inner .txt .sub,
#language_tc .language_sec .inner .txt .sub {
  margin-top: 39px;
  font-size: 12px;
}
#language .language_sec#cuisine .inner .ttl .jp::before,
#language_sc .language_sec#cuisine .inner .ttl .jp::before,
#language_tc .language_sec#cuisine .inner .ttl .jp::before {
  background-image: url(../img/slash_red.svg);
}
#language .language_sec#rooms .inner .ttl .jp::before,
#language_sc .language_sec#rooms .inner .ttl .jp::before,
#language_tc .language_sec#rooms .inner .ttl .jp::before {
  background-image: url(../img/slash_brown.svg);
}
#language .language_sec#hot_spring,
#language_sc .language_sec#hot_spring,
#language_tc .language_sec#hot_spring {
  padding-bottom: 300px;
}
#language .language_sec#hot_spring .inner .ttl .jp::before,
#language_sc .language_sec#hot_spring .inner .ttl .jp::before,
#language_tc .language_sec#hot_spring .inner .ttl .jp::before {
  background-image: url(../img/slash_blue.svg);
}
#language .language_sec#greet,
#language_sc .language_sec#greet,
#language_tc .language_sec#greet {
  width: 1100px;
  margin: auto;
  padding: 160px 0 100px;
  position: relative;
}
#language .language_sec#greet::before,
#language_sc .language_sec#greet::before,
#language_tc .language_sec#greet::before {
  content: "";
  display: block;
  background: #fcfae8;
  width: calc(1160px + (100vw - 1160px) / 2);
  height: 100%;
  position: absolute;
  top: 0;
  left: 150px;
  z-index: -1;
}
#language .language_sec#greet h2,
#language_sc .language_sec#greet h2,
#language_tc .language_sec#greet h2 {
  text-align: center;
  font-size: 35px;
  letter-spacing: 0.1em;
  margin-bottom: 140px;
  font-weight: 300;
  position: relative;
}
#language .language_sec#greet h2::after,
#language_sc .language_sec#greet h2::after,
#language_tc .language_sec#greet h2::after {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background: #8d8d8d;
  position: absolute;
  top: calc(100% + 70px);
  left: 50%;
  transform: translateX(-50%);
}
#language .language_sec#greet .gree_body,
#language_sc .language_sec#greet .gree_body,
#language_tc .language_sec#greet .gree_body {
  display: flex;
  align-items: flex-start;
  gap: 8%;
}
#language .language_sec#greet .gree_body .pic,
#language_sc .language_sec#greet .gree_body .pic,
#language_tc .language_sec#greet .gree_body .pic {
  width: 30%;
}
#language .language_sec#greet .gree_body .txt,
#language_sc .language_sec#greet .gree_body .txt,
#language_tc .language_sec#greet .gree_body .txt {
  width: 70%;
  margin-top: 0;
  text-align: left;
}
#language .language_sec#greet .gree_body .txt p,
#language_sc .language_sec#greet .gree_body .txt p,
#language_tc .language_sec#greet .gree_body .txt p {
  padding-bottom: 24px;
  line-height: 200%;
}

.langtxt {
  writing-mode: inherit !important;
  text-align: center !important;
}

@media (max-width: 1000px) {
  #language .language_sec .inner .ttl,
  #language_sc .language_sec .inner .ttl,
  #language_tc .language_sec .inner .ttl {
    transform: translate(-50%, -70%);
    width: 350px;
    height: 350px;
  }
  #language .language_sec .inner .ttl h2 .en,
  #language_sc .language_sec .inner .ttl h2 .en,
  #language_tc .language_sec .inner .ttl h2 .en {
    font-size: 35px;
  }
  #language .language_sec .inner .ttl .link,
  #language_sc .language_sec .inner .ttl .link,
  #language_tc .language_sec .inner .ttl .link {
    margin-top: 30px;
  }
  #language .language_sec .inner .txt .main .sp,
  #language_sc .language_sec .inner .txt .main .sp,
  #language_tc .language_sec .inner .txt .main .sp {
    display: block;
  }
}
@media (max-width: 768px) {
  #language #mv,
  #language_sc #mv,
  #language_tc #mv {
    height: 230px;
  }
  #language .language_sec,
  #language_sc .language_sec,
  #language_tc .language_sec {
    padding-top: 80px;
  }
  #language .language_sec .inner .ttl,
  #language_sc .language_sec .inner .ttl,
  #language_tc .language_sec .inner .ttl {
    width: 270px;
    height: 270px;
    transform: none;
    margin: 0 auto 30px;
    background: #efefef;
    position: static;
    padding-top: 10px;
  }
  #language .language_sec .inner .ttl h2 .en,
  #language_sc .language_sec .inner .ttl h2 .en,
  #language_tc .language_sec .inner .ttl h2 .en {
    font-size: 25px;
    margin-bottom: 10px;
  }
  #language .language_sec .inner .ttl h2 .jp,
  #language_sc .language_sec .inner .ttl h2 .jp,
  #language_tc .language_sec .inner .ttl h2 .jp {
    font-size: 14px;
  }
  #language .language_sec .inner .ttl h2 .jp::before,
  #language_sc .language_sec .inner .ttl h2 .jp::before,
  #language_tc .language_sec .inner .ttl h2 .jp::before {
    width: 20px;
    height: 20px;
    margin-bottom: 10px;
  }
  #language .language_sec .inner .txt,
  #language_sc .language_sec .inner .txt,
  #language_tc .language_sec .inner .txt {
    margin-top: 30px;
    padding: 0 5%;
    letter-spacing: 0.05em;
  }
  #language .language_sec .inner .txt .main,
  #language_sc .language_sec .inner .txt .main,
  #language_tc .language_sec .inner .txt .main {
    font-size: 13px;
  }
  #language .language_sec .inner .txt .sub,
  #language_sc .language_sec .inner .txt .sub,
  #language_tc .language_sec .inner .txt .sub {
    margin-top: 15px;
    font-size: 11px;
  }
  #language .language_sec#hot_spring,
  #language_sc .language_sec#hot_spring,
  #language_tc .language_sec#hot_spring {
    padding-bottom: 100px;
  }
  #language .language_sec#greet,
  #language_sc .language_sec#greet,
  #language_tc .language_sec#greet {
    width: auto;
    margin: auto;
    padding-top: 60px;
    position: relative;
  }
  #language .language_sec#greet::before,
  #language_sc .language_sec#greet::before,
  #language_tc .language_sec#greet::before {
    content: "";
    display: block;
    background: #fcfae8;
    width: calc(1160px + (100vw - 1160px) / 2);
    height: calc(100% - 300px);
    position: absolute;
    top: inherit;
    left: 0;
    bottom: 0;
    z-index: -1;
  }
  #language .language_sec#greet h2,
  #language_sc .language_sec#greet h2,
  #language_tc .language_sec#greet h2 {
    text-align: center;
    font-size: 20px;
    letter-spacing: 0.1em;
    margin-bottom: 100px;
    font-weight: 300;
    position: relative;
  }
  #language .language_sec#greet h2::after,
  #language_sc .language_sec#greet h2::after,
  #language_tc .language_sec#greet h2::after {
    content: "";
    display: block;
    width: 50px;
    height: 1px;
    background: #8d8d8d;
    position: absolute;
    top: calc(100% + 50px);
    left: 50%;
    transform: translateX(-50%);
  }
  #language .language_sec#greet .gree_body,
  #language_sc .language_sec#greet .gree_body,
  #language_tc .language_sec#greet .gree_body {
    display: block;
    align-items: flex-start;
    gap: 8%;
  }
  #language .language_sec#greet .gree_body .pic,
  #language_sc .language_sec#greet .gree_body .pic,
  #language_tc .language_sec#greet .gree_body .pic {
    width: 40%;
    margin: 0 auto 24px;
  }
  #language .language_sec#greet .gree_body .txt,
  #language_sc .language_sec#greet .gree_body .txt,
  #language_tc .language_sec#greet .gree_body .txt {
    width: 100%;
    margin-top: 0;
    font-size: 12px;
  }
  #language .language_sec#greet .gree_body .txt p,
  #language_sc .language_sec#greet .gree_body .txt p,
  #language_tc .language_sec#greet .gree_body .txt p {
    padding-bottom: 24px;
    line-height: 200%;
  }
}
#oryouri #mv, #oryouri_sc #mv, #oryouri_tc #mv {
  background-image: url(../img/language/oryouri/mv.jpg);
  height: 592px;
}
#oryouri #intro, #oryouri_sc #intro, #oryouri_tc #intro {
  padding-top: 190px;
}
#oryouri #intro .inner h2, #oryouri_sc #intro .inner h2, #oryouri_tc #intro .inner h2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
  text-align: center;
}
#oryouri #intro .inner h2 .en, #oryouri_sc #intro .inner h2 .en, #oryouri_tc #intro .inner h2 .en {
  font-family: "trajan-pro-3", serif;
  font-size: 47px;
  letter-spacing: 0.1em;
  font-weight: 400;
  margin-bottom: 20px;
  display: block;
}
#oryouri #intro .inner h2 .jp, #oryouri_sc #intro .inner h2 .jp, #oryouri_tc #intro .inner h2 .jp {
  display: block;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 19px;
  line-height: 1.7;
  letter-spacing: 0.2em;
  font-weight: 300;
}
#oryouri #intro .inner h2 .jp::before, #oryouri_sc #intro .inner h2 .jp::before, #oryouri_tc #intro .inner h2 .jp::before {
  content: "";
  display: block;
  width: 33px;
  height: 33px;
  background: url(../img/slash_red.svg) no-repeat center/contain;
  margin-bottom: 20px;
}
#oryouri .course, #oryouri_sc .course, #oryouri_tc .course {
  padding-top: 160px;
}
#oryouri .course .inner, #oryouri_sc .course .inner, #oryouri_tc .course .inner {
  max-width: 884px;
}
#oryouri .course .inner h2, #oryouri_sc .course .inner h2, #oryouri_tc .course .inner h2 {
  text-align: center;
  font-size: 50px;
  margin-bottom: 40px;
  letter-spacing: 0.2em;
  font-weight: 300;
}
#oryouri .course .inner .desc, #oryouri_sc .course .inner .desc, #oryouri_tc .course .inner .desc {
  text-align: center;
  font-size: 17px;
  line-height: 1.7;
  letter-spacing: 0.2em;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 110px;
}
#oryouri .course .inner .desc::after, #oryouri_sc .course .inner .desc::after, #oryouri_tc .course .inner .desc::after {
  content: "";
  display: block;
  width: 70px;
  height: 1px;
  background: #494848;
  margin-top: 90px;
}
#oryouri .course .inner .main_img, #oryouri_sc .course .inner .main_img, #oryouri_tc .course .inner .main_img {
  margin-bottom: 100px;
  text-align: center;
}
#oryouri .course .inner .detail_area, #oryouri_sc .course .inner .detail_area, #oryouri_tc .course .inner .detail_area {
  max-width: 700px;
  margin: 90px auto 0;
}
#oryouri .course .inner .detail_area h3, #oryouri_sc .course .inner .detail_area h3, #oryouri_tc .course .inner .detail_area h3 {
  font-size: 15px;
  letter-spacing: 0.14em;
  font-weight: 300;
  margin-bottom: 35px;
  text-align: center;
}
#oryouri .course .inner .detail_area .detail, #oryouri_sc .course .inner .detail_area .detail, #oryouri_tc .course .inner .detail_area .detail {
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  padding: 40px 0;
}
#oryouri .course .inner .detail_area .detail .main, #oryouri_sc .course .inner .detail_area .detail .main, #oryouri_tc .course .inner .detail_area .detail .main {
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.14em;
  margin-bottom: 40px;
}
#oryouri .course .inner .detail_area .detail .main small, #oryouri_sc .course .inner .detail_area .detail .main small, #oryouri_tc .course .inner .detail_area .detail .main small {
  font-size: 14px;
  letter-spacing: 0.04em;
}
#oryouri .course .inner .detail_area .detail .sub, #oryouri_sc .course .inner .detail_area .detail .sub, #oryouri_tc .course .inner .detail_area .detail .sub {
  font-size: 14px;
  line-height: 2.3;
  letter-spacing: 0.1em;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
#oryouri .course .inner .detail_area .detail .sub small, #oryouri_sc .course .inner .detail_area .detail .sub small, #oryouri_tc .course .inner .detail_area .detail .sub small {
  font-size: 12ox;
}
#oryouri .course .inner .detail_area .notice, #oryouri_sc .course .inner .detail_area .notice, #oryouri_tc .course .inner .detail_area .notice {
  margin-top: 10px;
  font-size: 11px;
  letter-spacing: 0.1em;
}
#oryouri .course .inner .room, #oryouri_sc .course .inner .room, #oryouri_tc .course .inner .room {
  padding: 275px 0 200px;
}
#oryouri .course .inner .room h3, #oryouri_sc .course .inner .room h3, #oryouri_tc .course .inner .room h3 {
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.14em;
  font-weight: 300;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 80px;
}
#oryouri .course .inner .room h3::before, #oryouri_sc .course .inner .room h3::before, #oryouri_tc .course .inner .room h3::before {
  content: "";
  display: block;
  width: 63px;
  height: 1px;
  background: #333;
  margin-right: 48px;
}
#oryouri .course .inner .room h3::after, #oryouri_sc .course .inner .room h3::after, #oryouri_tc .course .inner .room h3::after {
  content: "";
  display: block;
  width: 63px;
  height: 1px;
  background: #333;
  margin-left: 48px;
}
#oryouri .course .inner .room .list .block, #oryouri_sc .course .inner .room .list .block, #oryouri_tc .course .inner .room .list .block {
  background: #ededed;
  padding: 10px 35px 10px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#oryouri .course .inner .room .list .block:not(:last-child), #oryouri_sc .course .inner .room .list .block:not(:last-child), #oryouri_tc .course .inner .room .list .block:not(:last-child) {
  margin-bottom: 8px;
}
#oryouri .course .inner .room .list .block .row, #oryouri_sc .course .inner .room .list .block .row, #oryouri_tc .course .inner .room .list .block .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#oryouri .course .inner .room .list .block .row .img, #oryouri_sc .course .inner .room .list .block .row .img, #oryouri_tc .course .inner .room .list .block .row .img {
  width: 149px;
  margin-right: 50px;
}
#oryouri .course .inner .room .list .block .row .txt, #oryouri_sc .course .inner .room .list .block .row .txt, #oryouri_tc .course .inner .room .list .block .row .txt {
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 0.14em;
  font-feature-settings: "palt";
}
#oryouri .course .inner .room .list .block .row .txt span, #oryouri_sc .course .inner .room .list .block .row .txt span, #oryouri_tc .course .inner .room .list .block .row .txt span {
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0.14em;
}
#oryouri .course .inner .room .list .block .link, #oryouri_sc .course .inner .room .list .block .link, #oryouri_tc .course .inner .room .list .block .link {
  font-size: 10px;
  line-height: 1.8;
  letter-spacing: 0.14em;
}
#oryouri .course .inner .room .list .block .link a, #oryouri_sc .course .inner .room .list .block .link a, #oryouri_tc .course .inner .room .list .block .link a {
  display: flex;
  align-items: center;
  text-align: center;
}
#oryouri .course .inner .room .list .block .link a::after, #oryouri_sc .course .inner .room .list .block .link a::after, #oryouri_tc .course .inner .room .list .block .link a::after {
  content: "";
  display: block;
  width: 38px;
  height: 38px;
  background: url(../img/arrow_right_circle.svg) no-repeat center/contain;
  margin-left: 27px;
}
#oryouri .course#wanofullcourse .inner .detail_area, #oryouri_sc .course#wanofullcourse .inner .detail_area, #oryouri_tc .course#wanofullcourse .inner .detail_area {
  max-width: 640px;
  margin: 0 auto;
}
#oryouri .course#wanofullcourse .inner .detail_area dl, #oryouri_sc .course#wanofullcourse .inner .detail_area dl, #oryouri_tc .course#wanofullcourse .inner .detail_area dl {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  line-height: 1.6;
}
#oryouri .course#wanofullcourse .inner .detail_area dl dt, #oryouri_sc .course#wanofullcourse .inner .detail_area dl dt, #oryouri_tc .course#wanofullcourse .inner .detail_area dl dt {
  width: 50%;
  padding: 15px;
  border-top: 1px solid #e3e3e3;
}
#oryouri .course#wanofullcourse .inner .detail_area dl dt:last-of-type, #oryouri_sc .course#wanofullcourse .inner .detail_area dl dt:last-of-type, #oryouri_tc .course#wanofullcourse .inner .detail_area dl dt:last-of-type {
  border-bottom: 1px solid #e3e3e3;
}
#oryouri .course#wanofullcourse .inner .detail_area dl dd, #oryouri_sc .course#wanofullcourse .inner .detail_area dl dd, #oryouri_tc .course#wanofullcourse .inner .detail_area dl dd {
  width: 50%;
  padding: 15px 0;
  border-top: 1px solid #e3e3e3;
}
#oryouri .course#wanofullcourse .inner .detail_area dl dd:last-of-type, #oryouri_sc .course#wanofullcourse .inner .detail_area dl dd:last-of-type, #oryouri_tc .course#wanofullcourse .inner .detail_area dl dd:last-of-type {
  border-bottom: 1px solid #e3e3e3;
}
#oryouri .course#wanofullcourse .inner .detail_area .notice, #oryouri_sc .course#wanofullcourse .inner .detail_area .notice, #oryouri_tc .course#wanofullcourse .inner .detail_area .notice {
  margin-top: 10px;
  font-size: 11px;
  letter-spacing: 0.1em;
}
#oryouri .course#wanofullcourse .inner .list .block, #oryouri_sc .course#wanofullcourse .inner .list .block, #oryouri_tc .course#wanofullcourse .inner .list .block {
  background: #ededed;
  padding: 10px 35px 10px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#oryouri .course#wanofullcourse .inner .list .block:not(:last-child), #oryouri_sc .course#wanofullcourse .inner .list .block:not(:last-child), #oryouri_tc .course#wanofullcourse .inner .list .block:not(:last-child) {
  margin-bottom: 8px;
}
#oryouri .course#wanofullcourse .inner .list .block .row, #oryouri_sc .course#wanofullcourse .inner .list .block .row, #oryouri_tc .course#wanofullcourse .inner .list .block .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#oryouri .course#wanofullcourse .inner .list .block .row .img, #oryouri_sc .course#wanofullcourse .inner .list .block .row .img, #oryouri_tc .course#wanofullcourse .inner .list .block .row .img {
  width: 149px;
  margin-right: 50px;
}
#oryouri .course#wanofullcourse .inner .list .block .row .txt, #oryouri_sc .course#wanofullcourse .inner .list .block .row .txt, #oryouri_tc .course#wanofullcourse .inner .list .block .row .txt {
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 0.14em;
  font-feature-settings: "palt";
}
#oryouri .course#wanofullcourse .inner .list .block .row .txt span, #oryouri_sc .course#wanofullcourse .inner .list .block .row .txt span, #oryouri_tc .course#wanofullcourse .inner .list .block .row .txt span {
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0.14em;
}
#oryouri .course#wanofullcourse .inner .list .block .link, #oryouri_sc .course#wanofullcourse .inner .list .block .link, #oryouri_tc .course#wanofullcourse .inner .list .block .link {
  font-size: 10px;
  line-height: 1.8;
  letter-spacing: 0.14em;
}
#oryouri .course#wanofullcourse .inner .list .block .link a, #oryouri_sc .course#wanofullcourse .inner .list .block .link a, #oryouri_tc .course#wanofullcourse .inner .list .block .link a {
  display: flex;
  align-items: center;
  text-align: center;
}
#oryouri .course#wanofullcourse .inner .list .block .link a::after, #oryouri_sc .course#wanofullcourse .inner .list .block .link a::after, #oryouri_tc .course#wanofullcourse .inner .list .block .link a::after {
  content: "";
  display: block;
  width: 38px;
  height: 38px;
  background: url(../img/arrow_right_circle.svg) no-repeat center/contain;
  margin-left: 27px;
}
#oryouri .course#oheyashoku .inner .main_img, #oryouri_sc .course#oheyashoku .inner .main_img, #oryouri_tc .course#oheyashoku .inner .main_img {
  margin-bottom: 240px;
}
#oryouri .course#oheyashoku .inner .main_img img, #oryouri_sc .course#oheyashoku .inner .main_img img, #oryouri_tc .course#oheyashoku .inner .main_img img {
  width: 538px;
}
#oryouri .course#oheyashoku .inner .img_list .block .img, #oryouri_sc .course#oheyashoku .inner .img_list .block .img, #oryouri_tc .course#oheyashoku .inner .img_list .block .img {
  text-align: center;
}
#oryouri .course#oheyashoku .inner .img_list .block .img img, #oryouri_sc .course#oheyashoku .inner .img_list .block .img img, #oryouri_tc .course#oheyashoku .inner .img_list .block .img img {
  width: 743px;
}
#oryouri .course#oheyashoku .inner .img_list .block .txt, #oryouri_sc .course#oheyashoku .inner .img_list .block .txt, #oryouri_tc .course#oheyashoku .inner .img_list .block .txt {
  text-align: center;
  margin-top: 10px;
  font-size: 13px;
  letter-spacing: 0.1em;
}
#oryouri .course#oheyashoku .inner .img_list .block:not(:last-child), #oryouri_sc .course#oheyashoku .inner .img_list .block:not(:last-child), #oryouri_tc .course#oheyashoku .inner .img_list .block:not(:last-child) {
  margin-bottom: 90px;
}

@media (max-width: 1000px) {
  #oryouri .course .inner h2, #oryouri_sc .course .inner h2, #oryouri_tc .course .inner h2 {
    font-size: 40px;
  }
  #oryouri .course .inner .list .block .row .img, #oryouri_sc .course .inner .list .block .row .img, #oryouri_tc .course .inner .list .block .row .img {
    margin-right: 35px;
  }
  #oryouri .course .inner .list .block .row .txt, #oryouri_sc .course .inner .list .block .row .txt, #oryouri_tc .course .inner .list .block .row .txt {
    line-height: 1.5;
  }
  #oryouri .course .inner .list .block .row .txt .sp, #oryouri_sc .course .inner .list .block .row .txt .sp, #oryouri_tc .course .inner .list .block .row .txt .sp {
    display: block;
  }
}
@media (max-width: 768px) {
  #oryouri #mv, #oryouri_sc #mv, #oryouri_tc #mv {
    height: 230px;
  }
  #oryouri #intro, #oryouri_sc #intro, #oryouri_tc #intro {
    padding-top: 100px;
  }
  #oryouri #intro .inner h2 .en, #oryouri_sc #intro .inner h2 .en, #oryouri_tc #intro .inner h2 .en {
    font-size: 25px;
    margin-bottom: 10px;
  }
  #oryouri #intro .inner h2 .jp, #oryouri_sc #intro .inner h2 .jp, #oryouri_tc #intro .inner h2 .jp {
    font-size: 14px;
  }
  #oryouri #intro .inner h2 .jp::before, #oryouri_sc #intro .inner h2 .jp::before, #oryouri_tc #intro .inner h2 .jp::before {
    width: 20px;
    height: 20px;
    margin-bottom: 10px;
  }
  #oryouri #intro .inner .main, #oryouri_sc #intro .inner .main, #oryouri_tc #intro .inner .main {
    font-size: 13px;
    letter-spacing: 0.1em;
  }
  #oryouri .course, #oryouri_sc .course, #oryouri_tc .course {
    padding-top: 80px;
  }
  #oryouri .course .inner h2, #oryouri_sc .course .inner h2, #oryouri_tc .course .inner h2 {
    font-size: 25px;
    margin-bottom: 20px;
  }
  #oryouri .course .inner .desc, #oryouri_sc .course .inner .desc, #oryouri_tc .course .inner .desc {
    font-size: 13px;
    margin-bottom: 50px;
  }
  #oryouri .course .inner .desc::after, #oryouri_sc .course .inner .desc::after, #oryouri_tc .course .inner .desc::after {
    margin-top: 30px;
  }
  #oryouri .course .inner .main_img, #oryouri_sc .course .inner .main_img, #oryouri_tc .course .inner .main_img {
    margin-bottom: 40px;
  }
  #oryouri .course .inner .detail_area, #oryouri_sc .course .inner .detail_area, #oryouri_tc .course .inner .detail_area {
    margin-top: 20px;
  }
  #oryouri .course .inner .detail_area h3, #oryouri_sc .course .inner .detail_area h3, #oryouri_tc .course .inner .detail_area h3 {
    font-size: 13px;
    margin-bottom: 15px;
  }
  #oryouri .course .inner .room, #oryouri_sc .course .inner .room, #oryouri_tc .course .inner .room {
    padding: 60px 0 0;
  }
  #oryouri .course .inner .room h3, #oryouri_sc .course .inner .room h3, #oryouri_tc .course .inner .room h3 {
    font-size: 16px;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 20px;
  }
  #oryouri .course .inner .room h3::before, #oryouri .course .inner .room h3::after, #oryouri_sc .course .inner .room h3::before, #oryouri_sc .course .inner .room h3::after, #oryouri_tc .course .inner .room h3::before, #oryouri_tc .course .inner .room h3::after {
    content: none;
  }
  #oryouri .course .inner .room .list .block, #oryouri_sc .course .inner .room .list .block, #oryouri_tc .course .inner .room .list .block {
    flex-direction: column;
    padding: 20px;
  }
  #oryouri .course .inner .room .list .block .row, #oryouri_sc .course .inner .room .list .block .row, #oryouri_tc .course .inner .room .list .block .row {
    flex-direction: column;
  }
  #oryouri .course .inner .room .list .block .row .img, #oryouri_sc .course .inner .room .list .block .row .img, #oryouri_tc .course .inner .room .list .block .row .img {
    margin-right: 0;
    margin-bottom: 15px;
  }
  #oryouri .course .inner .room .list .block .row .txt, #oryouri_sc .course .inner .room .list .block .row .txt, #oryouri_tc .course .inner .room .list .block .row .txt {
    text-align: center;
    line-height: 1.5;
  }
  #oryouri .course .inner .room .list .block .link, #oryouri_sc .course .inner .room .list .block .link, #oryouri_tc .course .inner .room .list .block .link {
    margin-top: 20px;
  }
  #oryouri .course .inner .room .list .block .link a::after, #oryouri_sc .course .inner .room .list .block .link a::after, #oryouri_tc .course .inner .room .list .block .link a::after {
    margin-left: 15px;
  }
  #oryouri .course#wanofullcourse .inner .detail_area dl, #oryouri_sc .course#wanofullcourse .inner .detail_area dl, #oryouri_tc .course#wanofullcourse .inner .detail_area dl {
    font-size: 12px;
  }
  #oryouri .course#wanofullcourse .inner .detail_area dl dt, #oryouri_sc .course#wanofullcourse .inner .detail_area dl dt, #oryouri_tc .course#wanofullcourse .inner .detail_area dl dt {
    width: 8em;
    padding: 10px 0;
  }
  #oryouri .course#wanofullcourse .inner .detail_area dl dd, #oryouri_sc .course#wanofullcourse .inner .detail_area dl dd, #oryouri_tc .course#wanofullcourse .inner .detail_area dl dd {
    width: calc(100% - 8em);
    padding: 10px 0;
  }
  #oryouri .course#sumibiyaki .inner h2, #oryouri_sc .course#sumibiyaki .inner h2, #oryouri_tc .course#sumibiyaki .inner h2 {
    font-size: 20px;
  }
  #oryouri .course#sumibiyaki .inner .detail_area .ttl, #oryouri_sc .course#sumibiyaki .inner .detail_area .ttl, #oryouri_tc .course#sumibiyaki .inner .detail_area .ttl {
    font-size: 13px;
    margin-bottom: 15px;
  }
  #oryouri .course#sumibiyaki .inner .detail_area .detail, #oryouri_sc .course#sumibiyaki .inner .detail_area .detail, #oryouri_tc .course#sumibiyaki .inner .detail_area .detail {
    padding: 20px 0;
  }
  #oryouri .course#sumibiyaki .inner .detail_area .detail .main, #oryouri_sc .course#sumibiyaki .inner .detail_area .detail .main, #oryouri_tc .course#sumibiyaki .inner .detail_area .detail .main {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  #oryouri .course#sumibiyaki .inner .detail_area .detail .main small, #oryouri_sc .course#sumibiyaki .inner .detail_area .detail .main small, #oryouri_tc .course#sumibiyaki .inner .detail_area .detail .main small {
    display: block;
    font-size: 11px;
    line-height: 2;
  }
  #oryouri .course#sumibiyaki .inner .detail_area .detail .sub, #oryouri_sc .course#sumibiyaki .inner .detail_area .detail .sub, #oryouri_tc .course#sumibiyaki .inner .detail_area .detail .sub {
    font-size: 12px;
  }
  #oryouri .course#oheyashoku, #oryouri_sc .course#oheyashoku, #oryouri_tc .course#oheyashoku {
    padding-bottom: 100px;
  }
  #oryouri .course#oheyashoku .inner .main_img, #oryouri_sc .course#oheyashoku .inner .main_img, #oryouri_tc .course#oheyashoku .inner .main_img {
    margin-bottom: 60px;
  }
  #oryouri .course#oheyashoku .inner .img_list .block:not(:last-child), #oryouri_sc .course#oheyashoku .inner .img_list .block:not(:last-child), #oryouri_tc .course#oheyashoku .inner .img_list .block:not(:last-child) {
    margin-bottom: 30px;
  }
}
#hot_spring #mv, #hot_spring_sc #mv, #hot_spring_tc #mv {
  background-image: url(../img/language/hot_spring/mv.jpg);
  height: 592px;
}
#hot_spring #intro, #hot_spring_sc #intro, #hot_spring_tc #intro {
  padding-top: 190px;
}
#hot_spring #intro .inner h2, #hot_spring_sc #intro .inner h2, #hot_spring_tc #intro .inner h2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
  text-align: center;
}
#hot_spring #intro .inner h2 .en, #hot_spring_sc #intro .inner h2 .en, #hot_spring_tc #intro .inner h2 .en {
  font-family: "trajan-pro-3", serif;
  font-size: 47px;
  letter-spacing: 0.1em;
  font-weight: 400;
  margin-bottom: 20px;
  display: block;
}
#hot_spring #intro .inner h2 .jp, #hot_spring_sc #intro .inner h2 .jp, #hot_spring_tc #intro .inner h2 .jp {
  display: block;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 19px;
  line-height: 1.7;
  letter-spacing: 0.2em;
  font-weight: 300;
}
#hot_spring #intro .inner h2 .jp::before, #hot_spring_sc #intro .inner h2 .jp::before, #hot_spring_tc #intro .inner h2 .jp::before {
  content: "";
  display: block;
  width: 33px;
  height: 33px;
  background: url(../img/slash_blue.svg) no-repeat center/contain;
  margin-bottom: 20px;
}
#hot_spring .bath_sec .inner .main, #hot_spring_sc .bath_sec .inner .main, #hot_spring_tc .bath_sec .inner .main {
  writing-mode: vertical-rl;
  font-size: 21px;
  line-height: 2.6;
  letter-spacing: 0.2em;
  margin: 0 auto 80px;
}
#hot_spring .bath_sec .inner h2, #hot_spring_sc .bath_sec .inner h2, #hot_spring_tc .bath_sec .inner h2 {
  line-height: 1;
  font-weight: 300;
  margin-bottom: 80px;
  text-align: center;
}
#hot_spring .bath_sec .inner h2 .en, #hot_spring_sc .bath_sec .inner h2 .en, #hot_spring_tc .bath_sec .inner h2 .en {
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #949494;
  margin-bottom: 20px;
  display: block;
}
#hot_spring .bath_sec .inner h2 .jp, #hot_spring_sc .bath_sec .inner h2 .jp, #hot_spring_tc .bath_sec .inner h2 .jp {
  font-size: 50px;
  letter-spacing: 0.2em;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#hot_spring .bath_sec .inner h2 .jp small, #hot_spring_sc .bath_sec .inner h2 .jp small, #hot_spring_tc .bath_sec .inner h2 .jp small {
  margin-top: 25px;
  display: block;
  font-size: 20px;
  letter-spacing: 0.1em;
}
#hot_spring .bath_sec .inner h2 .jp small span, #hot_spring_sc .bath_sec .inner h2 .jp small span, #hot_spring_tc .bath_sec .inner h2 .jp small span {
  font-size: 13px;
}
#hot_spring .bath_sec .inner h2 .jp::before, #hot_spring_sc .bath_sec .inner h2 .jp::before, #hot_spring_tc .bath_sec .inner h2 .jp::before {
  content: "";
  display: block;
  width: 33px;
  height: 33px;
  background: url(../img/slash.svg) no-repeat center/contain;
  margin-bottom: 25px;
}
#hot_spring .bath_sec .inner .mainimg, #hot_spring_sc .bath_sec .inner .mainimg, #hot_spring_tc .bath_sec .inner .mainimg {
  margin-bottom: 109px;
  height: 636px;
  overflow: hidden;
}
@media (max-width: 1300px) {
  #hot_spring .bath_sec .inner .mainimg, #hot_spring_sc .bath_sec .inner .mainimg, #hot_spring_tc .bath_sec .inner .mainimg {
    height: 48.9vw;
  }
}
#hot_spring .bath_sec .inner .mainimg span, #hot_spring_sc .bath_sec .inner .mainimg span, #hot_spring_tc .bath_sec .inner .mainimg span {
  display: block;
}
#hot_spring .bath_sec .inner .subimg, #hot_spring_sc .bath_sec .inner .subimg, #hot_spring_tc .bath_sec .inner .subimg {
  margin-bottom: 70px;
  text-align: center;
}
#hot_spring .bath_sec .inner .subimg img, #hot_spring_sc .bath_sec .inner .subimg img, #hot_spring_tc .bath_sec .inner .subimg img {
  width: 247px;
}
#hot_spring .bath_sec .inner .ttl, #hot_spring_sc .bath_sec .inner .ttl, #hot_spring_tc .bath_sec .inner .ttl {
  text-align: center;
  font-size: 25px;
  letter-spacing: 0.2em;
  border-top: 1px solid #8b8b8b;
  border-bottom: 1px solid #8b8b8b;
  width: 295px;
  margin: 0 auto 55px;
  padding: 10px 0;
}
#hot_spring .bath_sec .inner .desc, #hot_spring_sc .bath_sec .inner .desc, #hot_spring_tc .bath_sec .inner .desc {
  text-align: center;
  font-size: 21px;
  line-height: 2;
  letter-spacing: 0.2em;
  margin-bottom: 45px;
}
#hot_spring .bath_sec .inner .detail_area, #hot_spring_sc .bath_sec .inner .detail_area, #hot_spring_tc .bath_sec .inner .detail_area {
  margin-top: 150px;
  max-width: 1100px;
  background: #ededed;
  padding: 45px 50px 70px;
}
#hot_spring .bath_sec .inner .detail_area h3, #hot_spring_sc .bath_sec .inner .detail_area h3, #hot_spring_tc .bath_sec .inner .detail_area h3 {
  text-align: center;
  font-size: 25px;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
  font-weight: 300;
}
#hot_spring .bath_sec .inner .detail_area .desc, #hot_spring_sc .bath_sec .inner .detail_area .desc, #hot_spring_tc .bath_sec .inner .detail_area .desc {
  text-align: center;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-bottom: 50px;
}
#hot_spring .bath_sec .inner .detail_area dl, #hot_spring_sc .bath_sec .inner .detail_area dl, #hot_spring_tc .bath_sec .inner .detail_area dl {
  display: flex;
  flex-wrap: wrap;
  letter-spacing: 0.1em;
}
#hot_spring .bath_sec .inner .detail_area dl dt, #hot_spring_sc .bath_sec .inner .detail_area dl dt, #hot_spring_tc .bath_sec .inner .detail_area dl dt {
  font-size: 20px;
  padding: 25px 0;
  border-top: 1px solid #8b8b8b;
  text-align: center;
  font-weight: 300;
  margin-right: 50px;
  width: calc(100% - 625px);
  display: flex;
  align-items: center;
  justify-content: center;
}
#hot_spring .bath_sec .inner .detail_area dl dt:last-of-type, #hot_spring_sc .bath_sec .inner .detail_area dl dt:last-of-type, #hot_spring_tc .bath_sec .inner .detail_area dl dt:last-of-type {
  border-bottom: 1px solid #8b8b8b;
}
#hot_spring .bath_sec .inner .detail_area dl dd, #hot_spring_sc .bath_sec .inner .detail_area dl dd, #hot_spring_tc .bath_sec .inner .detail_area dl dd {
  font-size: 14px;
  line-height: 2;
  padding: 25px 0;
  width: 575px;
  border-top: 1px solid #8b8b8b;
}
#hot_spring .bath_sec .inner .detail_area dl dd:last-of-type, #hot_spring_sc .bath_sec .inner .detail_area dl dd:last-of-type, #hot_spring_tc .bath_sec .inner .detail_area dl dd:last-of-type {
  border-bottom: 1px solid #8b8b8b;
}
#hot_spring .bath_sec#public_bath, #hot_spring_sc .bath_sec#public_bath, #hot_spring_tc .bath_sec#public_bath {
  padding-top: 240px;
}
#hot_spring .bath_sec#public_bath .inner .usetime, #hot_spring_sc .bath_sec#public_bath .inner .usetime, #hot_spring_tc .bath_sec#public_bath .inner .usetime {
  margin-top: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.1em;
}
#hot_spring .bath_sec#public_bath .inner .usetime .txt, #hot_spring_sc .bath_sec#public_bath .inner .usetime .txt, #hot_spring_tc .bath_sec#public_bath .inner .usetime .txt {
  font-size: 18px;
  margin-right: 15px;
}
#hot_spring .bath_sec#public_bath .inner .usetime ul, #hot_spring_sc .bath_sec#public_bath .inner .usetime ul, #hot_spring_tc .bath_sec#public_bath .inner .usetime ul {
  display: flex;
}
#hot_spring .bath_sec#public_bath .inner .usetime ul li, #hot_spring_sc .bath_sec#public_bath .inner .usetime ul li, #hot_spring_tc .bath_sec#public_bath .inner .usetime ul li {
  font-size: 16px;
  display: flex;
  align-items: center;
}
#hot_spring .bath_sec#public_bath .inner .usetime ul li::before, #hot_spring_sc .bath_sec#public_bath .inner .usetime ul li::before, #hot_spring_tc .bath_sec#public_bath .inner .usetime ul li::before {
  content: "";
  display: block;
  width: 31px;
  height: 31px;
  background: no-repeat center/contain;
  margin-right: 5px;
}
#hot_spring .bath_sec#public_bath .inner .usetime ul li span, #hot_spring_sc .bath_sec#public_bath .inner .usetime ul li span, #hot_spring_tc .bath_sec#public_bath .inner .usetime ul li span {
  font-size: 23px;
}
#hot_spring .bath_sec#public_bath .inner .usetime ul li:not(:last-child), #hot_spring_sc .bath_sec#public_bath .inner .usetime ul li:not(:last-child), #hot_spring_tc .bath_sec#public_bath .inner .usetime ul li:not(:last-child) {
  margin-right: 25px;
}
#hot_spring .bath_sec#public_bath .inner .usetime ul li:nth-child(1)::before, #hot_spring_sc .bath_sec#public_bath .inner .usetime ul li:nth-child(1)::before, #hot_spring_tc .bath_sec#public_bath .inner .usetime ul li:nth-child(1)::before {
  background-image: url(../img/ofuro/ico_day.svg);
}
#hot_spring .bath_sec#public_bath .inner .usetime ul li:nth-child(2)::before, #hot_spring_sc .bath_sec#public_bath .inner .usetime ul li:nth-child(2)::before, #hot_spring_tc .bath_sec#public_bath .inner .usetime ul li:nth-child(2)::before {
  background-image: url(../img/ofuro/ico_night.svg);
}
#hot_spring .bath_sec#private, #hot_spring_sc .bath_sec#private, #hot_spring_tc .bath_sec#private {
  padding-top: 500px;
}
#hot_spring .bath_sec#private .inner .price, #hot_spring_sc .bath_sec#private .inner .price, #hot_spring_tc .bath_sec#private .inner .price {
  text-align: center;
  margin-top: 25px;
  font-size: 17px;
}
#hot_spring .bath_sec#private .inner .price small, #hot_spring_sc .bath_sec#private .inner .price small, #hot_spring_tc .bath_sec#private .inner .price small {
  font-size: 14px;
}
#hot_spring .bath_sec#private .inner .notice, #hot_spring_sc .bath_sec#private .inner .notice, #hot_spring_tc .bath_sec#private .inner .notice {
  width: -moz-fit-content;
  width: fit-content;
  margin: 23px auto 0;
}
#hot_spring .bath_sec#private .inner .notice li, #hot_spring_sc .bath_sec#private .inner .notice li, #hot_spring_tc .bath_sec#private .inner .notice li {
  text-indent: -1em;
  margin-left: 1em;
  font-size: 11px;
  line-height: 2.1;
}
#hot_spring .bath_sec#private .inner .usetime, #hot_spring_sc .bath_sec#private .inner .usetime, #hot_spring_tc .bath_sec#private .inner .usetime {
  margin-top: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.1em;
}
#hot_spring .bath_sec#private .inner .usetime .txt, #hot_spring_sc .bath_sec#private .inner .usetime .txt, #hot_spring_tc .bath_sec#private .inner .usetime .txt {
  font-size: 18px;
  margin-right: 15px;
}
#hot_spring .bath_sec#private .inner .usetime ul, #hot_spring_sc .bath_sec#private .inner .usetime ul, #hot_spring_tc .bath_sec#private .inner .usetime ul {
  display: flex;
}
#hot_spring .bath_sec#private .inner .usetime ul li, #hot_spring_sc .bath_sec#private .inner .usetime ul li, #hot_spring_tc .bath_sec#private .inner .usetime ul li {
  font-size: 16px;
  display: flex;
  align-items: center;
}
#hot_spring .bath_sec#private .inner .usetime ul li::before, #hot_spring_sc .bath_sec#private .inner .usetime ul li::before, #hot_spring_tc .bath_sec#private .inner .usetime ul li::before {
  content: "";
  display: block;
  width: 31px;
  height: 31px;
  background: no-repeat center/contain;
  margin-right: 5px;
}
#hot_spring .bath_sec#private .inner .usetime ul li span, #hot_spring_sc .bath_sec#private .inner .usetime ul li span, #hot_spring_tc .bath_sec#private .inner .usetime ul li span {
  font-size: 23px;
}
#hot_spring .bath_sec#private .inner .usetime ul li:not(:last-child), #hot_spring_sc .bath_sec#private .inner .usetime ul li:not(:last-child), #hot_spring_tc .bath_sec#private .inner .usetime ul li:not(:last-child) {
  margin-right: 25px;
}
#hot_spring .bath_sec#private .inner .usetime ul li:nth-child(1)::before, #hot_spring_sc .bath_sec#private .inner .usetime ul li:nth-child(1)::before, #hot_spring_tc .bath_sec#private .inner .usetime ul li:nth-child(1)::before {
  background-image: url(../img/ofuro/ico_night.svg);
}
#hot_spring .bath_sec#private .inner .usetime ul li:nth-child(2)::before, #hot_spring_sc .bath_sec#private .inner .usetime ul li:nth-child(2)::before, #hot_spring_tc .bath_sec#private .inner .usetime ul li:nth-child(2)::before {
  background-image: url(../img/ofuro/ico_day.svg);
}
#hot_spring .bath_sec#open_air, #hot_spring_sc .bath_sec#open_air, #hot_spring_tc .bath_sec#open_air {
  padding-top: 500px;
}
#hot_spring .bath_sec#open_air .inner .usetime, #hot_spring_sc .bath_sec#open_air .inner .usetime, #hot_spring_tc .bath_sec#open_air .inner .usetime {
  margin-top: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.1em;
}
#hot_spring .bath_sec#open_air .inner .usetime .txt, #hot_spring_sc .bath_sec#open_air .inner .usetime .txt, #hot_spring_tc .bath_sec#open_air .inner .usetime .txt {
  font-size: 18px;
  margin-right: 15px;
}
#hot_spring .bath_sec#open_air .inner .usetime ul, #hot_spring_sc .bath_sec#open_air .inner .usetime ul, #hot_spring_tc .bath_sec#open_air .inner .usetime ul {
  display: flex;
}
#hot_spring .bath_sec#open_air .inner .usetime ul li, #hot_spring_sc .bath_sec#open_air .inner .usetime ul li, #hot_spring_tc .bath_sec#open_air .inner .usetime ul li {
  font-size: 16px;
  display: flex;
  align-items: center;
}
#hot_spring .bath_sec#open_air .inner .usetime ul li span, #hot_spring_sc .bath_sec#open_air .inner .usetime ul li span, #hot_spring_tc .bath_sec#open_air .inner .usetime ul li span {
  font-size: 23px;
}
#hot_spring .bath_sec#open_air .inner .usetime ul li:not(:last-child), #hot_spring_sc .bath_sec#open_air .inner .usetime ul li:not(:last-child), #hot_spring_tc .bath_sec#open_air .inner .usetime ul li:not(:last-child) {
  margin-right: 25px;
}
#hot_spring .bath_sec#foot_bath, #hot_spring_sc .bath_sec#foot_bath, #hot_spring_tc .bath_sec#foot_bath {
  padding: 500px 0;
}
#hot_spring .bath_sec#foot_bath .inner .usetime, #hot_spring_sc .bath_sec#foot_bath .inner .usetime, #hot_spring_tc .bath_sec#foot_bath .inner .usetime {
  margin-top: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.1em;
}
#hot_spring .bath_sec#foot_bath .inner .usetime .txt, #hot_spring_sc .bath_sec#foot_bath .inner .usetime .txt, #hot_spring_tc .bath_sec#foot_bath .inner .usetime .txt {
  font-size: 18px;
  margin-right: 15px;
}
#hot_spring .bath_sec#foot_bath .inner .usetime ul, #hot_spring_sc .bath_sec#foot_bath .inner .usetime ul, #hot_spring_tc .bath_sec#foot_bath .inner .usetime ul {
  display: flex;
}
#hot_spring .bath_sec#foot_bath .inner .usetime ul li, #hot_spring_sc .bath_sec#foot_bath .inner .usetime ul li, #hot_spring_tc .bath_sec#foot_bath .inner .usetime ul li {
  font-size: 16px;
  display: flex;
  align-items: center;
}
#hot_spring .bath_sec#foot_bath .inner .usetime ul li span, #hot_spring_sc .bath_sec#foot_bath .inner .usetime ul li span, #hot_spring_tc .bath_sec#foot_bath .inner .usetime ul li span {
  font-size: 23px;
}
#hot_spring .bath_sec#foot_bath .inner .usetime ul li:not(:last-child), #hot_spring_sc .bath_sec#foot_bath .inner .usetime ul li:not(:last-child), #hot_spring_tc .bath_sec#foot_bath .inner .usetime ul li:not(:last-child) {
  margin-right: 25px;
}
#hot_spring .bath_sec#foot_bath .inner .usetime ul li:nth-child(2)::before, #hot_spring_sc .bath_sec#foot_bath .inner .usetime ul li:nth-child(2)::before, #hot_spring_tc .bath_sec#foot_bath .inner .usetime ul li:nth-child(2)::before {
  content: "";
  display: block;
  width: 31px;
  height: 31px;
  background: no-repeat center/contain;
  margin-right: 5px;
  background-image: url(../img/ofuro/ico_day.svg);
}

@media (max-width: 768px) {
  #hot_spring #mv, #hot_spring_sc #mv, #hot_spring_tc #mv {
    height: 230px;
  }
  #hot_spring #intro, #hot_spring_sc #intro, #hot_spring_tc #intro {
    padding-top: 100px;
  }
  #hot_spring #intro .inner h2 .en, #hot_spring_sc #intro .inner h2 .en, #hot_spring_tc #intro .inner h2 .en {
    font-size: 25px;
    margin-bottom: 10px;
  }
  #hot_spring #intro .inner h2 .jp, #hot_spring_sc #intro .inner h2 .jp, #hot_spring_tc #intro .inner h2 .jp {
    font-size: 14px;
  }
  #hot_spring #intro .inner h2 .jp::before, #hot_spring_sc #intro .inner h2 .jp::before, #hot_spring_tc #intro .inner h2 .jp::before {
    width: 20px;
    height: 20px;
    margin-bottom: 10px;
  }
  #hot_spring #intro .inner .main, #hot_spring_sc #intro .inner .main, #hot_spring_tc #intro .inner .main {
    font-size: 13px;
    letter-spacing: 0.1em;
  }
}
@media (max-width: 1100px) {
  #hot_spring .bath_sec .inner .detail_area dl dt, #hot_spring_sc .bath_sec .inner .detail_area dl dt, #hot_spring_tc .bath_sec .inner .detail_area dl dt {
    width: 150px;
    margin-right: 20px;
  }
  #hot_spring .bath_sec .inner .detail_area dl dd, #hot_spring_sc .bath_sec .inner .detail_area dl dd, #hot_spring_tc .bath_sec .inner .detail_area dl dd {
    width: calc(100% - 170px);
  }
  #hot_spring .bath_sec .inner .detail_area dl dd br, #hot_spring_sc .bath_sec .inner .detail_area dl dd br, #hot_spring_tc .bath_sec .inner .detail_area dl dd br {
    display: none;
  }
  #hot_spring .bath_sec#public_bath .inner .usetime, #hot_spring_sc .bath_sec#public_bath .inner .usetime, #hot_spring_tc .bath_sec#public_bath .inner .usetime {
    flex-direction: column;
  }
  #hot_spring .bath_sec#public_bath .inner .usetime .txt, #hot_spring_sc .bath_sec#public_bath .inner .usetime .txt, #hot_spring_tc .bath_sec#public_bath .inner .usetime .txt {
    margin-bottom: 30px;
  }
  #hot_spring .bath_sec#private .inner .usetime, #hot_spring_sc .bath_sec#private .inner .usetime, #hot_spring_tc .bath_sec#private .inner .usetime {
    flex-direction: column;
  }
  #hot_spring .bath_sec#private .inner .usetime .txt, #hot_spring_sc .bath_sec#private .inner .usetime .txt, #hot_spring_tc .bath_sec#private .inner .usetime .txt {
    margin-bottom: 30px;
  }
  #hot_spring .bath_sec#open_air .inner .usetime, #hot_spring_sc .bath_sec#open_air .inner .usetime, #hot_spring_tc .bath_sec#open_air .inner .usetime {
    flex-direction: column;
  }
  #hot_spring .bath_sec#open_air .inner .usetime .txt, #hot_spring_sc .bath_sec#open_air .inner .usetime .txt, #hot_spring_tc .bath_sec#open_air .inner .usetime .txt {
    margin-bottom: 30px;
  }
  #hot_spring .bath_sec#foot_bath .inner .usetime, #hot_spring_sc .bath_sec#foot_bath .inner .usetime, #hot_spring_tc .bath_sec#foot_bath .inner .usetime {
    flex-direction: column;
  }
  #hot_spring .bath_sec#foot_bath .inner .usetime .txt, #hot_spring_sc .bath_sec#foot_bath .inner .usetime .txt, #hot_spring_tc .bath_sec#foot_bath .inner .usetime .txt {
    margin-bottom: 30px;
  }
}
@media (max-width: 1000px) {
  #hot_spring .bath_sec#private .inner .usetime ul, #hot_spring_sc .bath_sec#private .inner .usetime ul, #hot_spring_tc .bath_sec#private .inner .usetime ul {
    flex-direction: column;
    align-items: center;
  }
  #hot_spring .bath_sec#private .inner .usetime ul li:not(:last-child), #hot_spring_sc .bath_sec#private .inner .usetime ul li:not(:last-child), #hot_spring_tc .bath_sec#private .inner .usetime ul li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 10px;
  }
  #hot_spring .bath_sec#open_air .inner .usetime ul, #hot_spring_sc .bath_sec#open_air .inner .usetime ul, #hot_spring_tc .bath_sec#open_air .inner .usetime ul {
    flex-direction: column;
    align-items: center;
  }
  #hot_spring .bath_sec#open_air .inner .usetime ul li:not(:last-child), #hot_spring_sc .bath_sec#open_air .inner .usetime ul li:not(:last-child), #hot_spring_tc .bath_sec#open_air .inner .usetime ul li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 10px;
  }
  #hot_spring .bath_sec#foot_bath .inner .usetime ul, #hot_spring_sc .bath_sec#foot_bath .inner .usetime ul, #hot_spring_tc .bath_sec#foot_bath .inner .usetime ul {
    flex-direction: column;
    align-items: center;
  }
  #hot_spring .bath_sec#foot_bath .inner .usetime ul li:not(:last-child), #hot_spring_sc .bath_sec#foot_bath .inner .usetime ul li:not(:last-child), #hot_spring_tc .bath_sec#foot_bath .inner .usetime ul li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  #hot_spring .bath_sec .inner .main, #hot_spring_sc .bath_sec .inner .main, #hot_spring_tc .bath_sec .inner .main {
    font-size: 14px;
    margin-bottom: 40px;
  }
  #hot_spring .bath_sec .inner h2, #hot_spring_sc .bath_sec .inner h2, #hot_spring_tc .bath_sec .inner h2 {
    margin-bottom: 40px;
  }
  #hot_spring .bath_sec .inner h2 .en, #hot_spring_sc .bath_sec .inner h2 .en, #hot_spring_tc .bath_sec .inner h2 .en {
    font-size: 12px;
    margin-bottom: 20px;
  }
  #hot_spring .bath_sec .inner h2 .jp, #hot_spring_sc .bath_sec .inner h2 .jp, #hot_spring_tc .bath_sec .inner h2 .jp {
    font-size: 25px;
  }
  #hot_spring .bath_sec .inner h2 .jp small, #hot_spring_sc .bath_sec .inner h2 .jp small, #hot_spring_tc .bath_sec .inner h2 .jp small {
    font-size: 15px;
    margin-top: 15px;
  }
  #hot_spring .bath_sec .inner h2 .jp::before, #hot_spring_sc .bath_sec .inner h2 .jp::before, #hot_spring_tc .bath_sec .inner h2 .jp::before {
    width: 20px;
    height: 20px;
    margin-bottom: 12px;
  }
  #hot_spring .bath_sec .inner .mainimg, #hot_spring_sc .bath_sec .inner .mainimg, #hot_spring_tc .bath_sec .inner .mainimg {
    margin-bottom: 50px;
  }
  #hot_spring .bath_sec .inner .subimg, #hot_spring_sc .bath_sec .inner .subimg, #hot_spring_tc .bath_sec .inner .subimg {
    margin-bottom: 35px;
  }
  #hot_spring .bath_sec .inner .subimg img, #hot_spring_sc .bath_sec .inner .subimg img, #hot_spring_tc .bath_sec .inner .subimg img {
    width: 170px;
  }
  #hot_spring .bath_sec .inner .ttl, #hot_spring_sc .bath_sec .inner .ttl, #hot_spring_tc .bath_sec .inner .ttl {
    font-size: 18px;
    width: 190px;
    margin-bottom: 30px;
  }
  #hot_spring .bath_sec .inner .desc, #hot_spring_sc .bath_sec .inner .desc, #hot_spring_tc .bath_sec .inner .desc {
    font-size: 14px;
  }
  #hot_spring .bath_sec .inner .detail_area, #hot_spring_sc .bath_sec .inner .detail_area, #hot_spring_tc .bath_sec .inner .detail_area {
    margin-top: 50px;
    padding: 30px 20px;
  }
  #hot_spring .bath_sec .inner .detail_area h3, #hot_spring_sc .bath_sec .inner .detail_area h3, #hot_spring_tc .bath_sec .inner .detail_area h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  #hot_spring .bath_sec .inner .detail_area .desc, #hot_spring_sc .bath_sec .inner .detail_area .desc, #hot_spring_tc .bath_sec .inner .detail_area .desc {
    font-size: 12px;
    margin-bottom: 30px;
  }
  #hot_spring .bath_sec .inner .detail_area dl dt, #hot_spring_sc .bath_sec .inner .detail_area dl dt, #hot_spring_tc .bath_sec .inner .detail_area dl dt {
    font-size: 16px;
    border-bottom: 0;
    width: 100%;
    padding: 10px 0 0;
  }
  #hot_spring .bath_sec .inner .detail_area dl dt:last-of-type, #hot_spring_sc .bath_sec .inner .detail_area dl dt:last-of-type, #hot_spring_tc .bath_sec .inner .detail_area dl dt:last-of-type {
    border-bottom: 0;
  }
  #hot_spring .bath_sec .inner .detail_area dl dd, #hot_spring_sc .bath_sec .inner .detail_area dl dd, #hot_spring_tc .bath_sec .inner .detail_area dl dd {
    border-top: 0;
    width: 100%;
    padding: 10px 0 15px;
    font-size: 12px;
  }
  #hot_spring .bath_sec#public_bath, #hot_spring_sc .bath_sec#public_bath, #hot_spring_tc .bath_sec#public_bath {
    padding-top: 100px;
  }
  #hot_spring .bath_sec#public_bath .inner .usetime .txt, #hot_spring_sc .bath_sec#public_bath .inner .usetime .txt, #hot_spring_tc .bath_sec#public_bath .inner .usetime .txt {
    font-size: 15px;
    margin-bottom: 15px;
  }
  #hot_spring .bath_sec#public_bath .inner .usetime ul, #hot_spring_sc .bath_sec#public_bath .inner .usetime ul, #hot_spring_tc .bath_sec#public_bath .inner .usetime ul {
    flex-direction: column;
    align-items: center;
  }
  #hot_spring .bath_sec#public_bath .inner .usetime ul li, #hot_spring_sc .bath_sec#public_bath .inner .usetime ul li, #hot_spring_tc .bath_sec#public_bath .inner .usetime ul li {
    font-size: 14px;
  }
  #hot_spring .bath_sec#public_bath .inner .usetime ul li span, #hot_spring_sc .bath_sec#public_bath .inner .usetime ul li span, #hot_spring_tc .bath_sec#public_bath .inner .usetime ul li span {
    font-size: 20px;
  }
  #hot_spring .bath_sec#public_bath .inner .usetime ul li:not(:last-child), #hot_spring_sc .bath_sec#public_bath .inner .usetime ul li:not(:last-child), #hot_spring_tc .bath_sec#public_bath .inner .usetime ul li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 10px;
  }
  #hot_spring .bath_sec#private, #hot_spring_sc .bath_sec#private, #hot_spring_tc .bath_sec#private {
    padding-top: 100px;
  }
  #hot_spring .bath_sec#private .inner .usetime .txt, #hot_spring_sc .bath_sec#private .inner .usetime .txt, #hot_spring_tc .bath_sec#private .inner .usetime .txt {
    font-size: 15px;
    margin-bottom: 15px;
  }
  #hot_spring .bath_sec#private .inner .usetime ul li, #hot_spring_sc .bath_sec#private .inner .usetime ul li, #hot_spring_tc .bath_sec#private .inner .usetime ul li {
    font-size: 14px;
  }
  #hot_spring .bath_sec#private .inner .usetime ul li span, #hot_spring_sc .bath_sec#private .inner .usetime ul li span, #hot_spring_tc .bath_sec#private .inner .usetime ul li span {
    font-size: 18px;
  }
  #hot_spring .bath_sec#private .inner .usetime ul li span small, #hot_spring_sc .bath_sec#private .inner .usetime ul li span small, #hot_spring_tc .bath_sec#private .inner .usetime ul li span small {
    font-size: 13px;
  }
  #hot_spring .bath_sec#open_air, #hot_spring_sc .bath_sec#open_air, #hot_spring_tc .bath_sec#open_air {
    padding-top: 100px;
  }
  #hot_spring .bath_sec#open_air .inner .usetime .txt, #hot_spring_sc .bath_sec#open_air .inner .usetime .txt, #hot_spring_tc .bath_sec#open_air .inner .usetime .txt {
    font-size: 15px;
    margin-bottom: 15px;
  }
  #hot_spring .bath_sec#open_air .inner .usetime ul li, #hot_spring_sc .bath_sec#open_air .inner .usetime ul li, #hot_spring_tc .bath_sec#open_air .inner .usetime ul li {
    font-size: 14px;
  }
  #hot_spring .bath_sec#open_air .inner .usetime ul li span, #hot_spring_sc .bath_sec#open_air .inner .usetime ul li span, #hot_spring_tc .bath_sec#open_air .inner .usetime ul li span {
    font-size: 18px;
  }
  #hot_spring .bath_sec#open_air .inner .usetime ul li span small, #hot_spring_sc .bath_sec#open_air .inner .usetime ul li span small, #hot_spring_tc .bath_sec#open_air .inner .usetime ul li span small {
    font-size: 13px;
  }
  #hot_spring .bath_sec#foot_bath, #hot_spring_sc .bath_sec#foot_bath, #hot_spring_tc .bath_sec#foot_bath {
    padding: 100px 0;
  }
  #hot_spring .bath_sec#foot_bath .inner .usetime .txt, #hot_spring_sc .bath_sec#foot_bath .inner .usetime .txt, #hot_spring_tc .bath_sec#foot_bath .inner .usetime .txt {
    font-size: 15px;
    margin-bottom: 15px;
  }
  #hot_spring .bath_sec#foot_bath .inner .usetime ul li, #hot_spring_sc .bath_sec#foot_bath .inner .usetime ul li, #hot_spring_tc .bath_sec#foot_bath .inner .usetime ul li {
    font-size: 14px;
  }
  #hot_spring .bath_sec#foot_bath .inner .usetime ul li span, #hot_spring_sc .bath_sec#foot_bath .inner .usetime ul li span, #hot_spring_tc .bath_sec#foot_bath .inner .usetime ul li span {
    font-size: 18px;
  }
  #hot_spring .bath_sec#foot_bath .inner .usetime ul li span small, #hot_spring_sc .bath_sec#foot_bath .inner .usetime ul li span small, #hot_spring_tc .bath_sec#foot_bath .inner .usetime ul li span small {
    font-size: 13px;
  }
}
#rooms #mv, #rooms_sc #mv, #rooms_tc #mv {
  background-image: url(../img/language/rooms/mv.jpg);
  height: 592px;
}
#rooms #intro, #rooms_sc #intro, #rooms_tc #intro {
  padding-top: 190px;
}
#rooms #intro .inner h2, #rooms_sc #intro .inner h2, #rooms_tc #intro .inner h2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
  text-align: center;
}
#rooms #intro .inner h2 .en, #rooms_sc #intro .inner h2 .en, #rooms_tc #intro .inner h2 .en {
  font-family: "trajan-pro-3", serif;
  font-size: 47px;
  letter-spacing: 0.1em;
  font-weight: 400;
  margin-bottom: 20px;
  display: block;
}
#rooms #intro .inner h2 .jp, #rooms_sc #intro .inner h2 .jp, #rooms_tc #intro .inner h2 .jp {
  display: block;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 19px;
  line-height: 1.7;
  letter-spacing: 0.2em;
  font-weight: 300;
}
#rooms #intro .inner h2 .jp::before, #rooms_sc #intro .inner h2 .jp::before, #rooms_tc #intro .inner h2 .jp::before {
  content: "";
  display: block;
  width: 33px;
  height: 33px;
  background: url(../img/slash_brown.svg) no-repeat center/contain;
  margin-bottom: 20px;
}
#rooms .oheya_sec, #rooms_sc .oheya_sec, #rooms_tc .oheya_sec {
  padding: 150px 0 230px;
}
#rooms .oheya_sec .inner, #rooms_sc .oheya_sec .inner, #rooms_tc .oheya_sec .inner {
  max-width: 1100px;
}
#rooms .oheya_sec .inner .ttl_img, #rooms_sc .oheya_sec .inner .ttl_img, #rooms_tc .oheya_sec .inner .ttl_img {
  display: flex;
  position: relative;
  z-index: 1;
}
#rooms .oheya_sec .inner .ttl_img .img, #rooms_sc .oheya_sec .inner .ttl_img .img, #rooms_tc .oheya_sec .inner .ttl_img .img {
  margin-top: 100px;
  margin-left: calc((100vw - 1100px) / 2 * -1);
  width: calc(56% + (100vw - 1100px) / 2);
  order: 1;
  position: relative;
}
#rooms .oheya_sec .inner .ttl_img .img span, #rooms_sc .oheya_sec .inner .ttl_img .img span, #rooms_tc .oheya_sec .inner .ttl_img .img span {
  position: absolute;
  bottom: 15px;
  color: #fff;
  font-size: 11px;
  letter-spacing: 0.14em;
  left: 125px;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Noto Sans JP", sans-serif;
}
#rooms .oheya_sec .inner .ttl_img h2, #rooms_sc .oheya_sec .inner .ttl_img h2, #rooms_tc .oheya_sec .inner .ttl_img h2 {
  writing-mode: vertical-rl;
  letter-spacing: 0.1em;
  order: 2;
  font-weight: 300;
  margin: 0 auto 180px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#rooms .oheya_sec .inner .ttl_img h2 .katagaki, #rooms_sc .oheya_sec .inner .ttl_img h2 .katagaki, #rooms_tc .oheya_sec .inner .ttl_img h2 .katagaki {
  font-size: 17px;
  display: block;
  margin-left: 5px;
  text-align: center;
}
#rooms .oheya_sec .inner .ttl_img h2 .name, #rooms_sc .oheya_sec .inner .ttl_img h2 .name, #rooms_tc .oheya_sec .inner .ttl_img h2 .name {
  margin-top: 20px;
  font-size: 41px;
  display: flex;
  align-items: center;
}
#rooms .oheya_sec .inner .ttl_img h2 .name small, #rooms_sc .oheya_sec .inner .ttl_img h2 .name small, #rooms_tc .oheya_sec .inner .ttl_img h2 .name small {
  margin-top: 38px;
  font-size: 16px;
  display: flex;
  align-items: center;
}
#rooms .oheya_sec .inner .ttl_img h2 .name small::before, #rooms_sc .oheya_sec .inner .ttl_img h2 .name small::before, #rooms_tc .oheya_sec .inner .ttl_img h2 .name small::before {
  content: "";
  display: block;
  width: 1px;
  height: 16px;
  background: #808080;
  margin-bottom: 10px;
}
#rooms .oheya_sec .inner .ttl_img h2 .name small::after, #rooms_sc .oheya_sec .inner .ttl_img h2 .name small::after, #rooms_tc .oheya_sec .inner .ttl_img h2 .name small::after {
  content: "";
  display: block;
  width: 1px;
  height: 16px;
  background: #808080;
  margin-top: 10px;
}
#rooms .oheya_sec .inner .img_txt, #rooms_sc .oheya_sec .inner .img_txt, #rooms_tc .oheya_sec .inner .img_txt {
  display: flex;
  margin-top: 56px;
  position: relative;
  z-index: 2;
}
#rooms .oheya_sec .inner .img_txt .img, #rooms_sc .oheya_sec .inner .img_txt .img, #rooms_tc .oheya_sec .inner .img_txt .img {
  width: 47%;
}
#rooms .oheya_sec .inner .img_txt .img img, #rooms_sc .oheya_sec .inner .img_txt .img img, #rooms_tc .oheya_sec .inner .img_txt .img img {
  display: block;
}
#rooms .oheya_sec .inner .img_txt .img span, #rooms_sc .oheya_sec .inner .img_txt .img span, #rooms_tc .oheya_sec .inner .img_txt .img span {
  margin-top: 5px;
  display: block;
  font-size: 11px;
  letter-spacing: 0.075em;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Noto Sans JP", sans-serif;
}
#rooms .oheya_sec .inner .img_txt .img span:not(:last-child), #rooms_sc .oheya_sec .inner .img_txt .img span:not(:last-child), #rooms_tc .oheya_sec .inner .img_txt .img span:not(:last-child) {
  margin-bottom: 30px;
}
#rooms .oheya_sec .inner .img_txt .txt, #rooms_sc .oheya_sec .inner .img_txt .txt, #rooms_tc .oheya_sec .inner .img_txt .txt {
  margin-top: -225px;
  margin-right: calc((100vw - 1100px) / 2 * -1);
  width: calc(53% + (100vw - 1100px) / 2);
  background: #fff;
  padding: 115px calc((100vw - 1100px) / 2) 0 125px;
}
#rooms .oheya_sec .inner .img_txt .txt .desc, #rooms_sc .oheya_sec .inner .img_txt .txt .desc, #rooms_tc .oheya_sec .inner .img_txt .txt .desc {
  font-size: 17px;
  line-height: 1.9;
  letter-spacing: 0.14em;
}
#rooms .oheya_sec .inner .img_txt .txt .map, #rooms_sc .oheya_sec .inner .img_txt .txt .map, #rooms_tc .oheya_sec .inner .img_txt .txt .map {
  margin-top: 85px;
}
#rooms .oheya_sec .inner .img_list, #rooms_sc .oheya_sec .inner .img_list, #rooms_tc .oheya_sec .inner .img_list {
  margin-top: 135px;
  display: flex;
  justify-content: center;
}
#rooms .oheya_sec .inner .img_list .img, #rooms_sc .oheya_sec .inner .img_list .img, #rooms_tc .oheya_sec .inner .img_list .img {
  width: 269px;
  text-align: center;
}
#rooms .oheya_sec .inner .img_list .img span, #rooms_sc .oheya_sec .inner .img_list .img span, #rooms_tc .oheya_sec .inner .img_list .img span {
  margin-top: 5px;
  display: block;
  font-size: 11px;
  letter-spacing: 0.075em;
  font-feature-settings: "palt";
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Noto Sans JP", sans-serif;
}
#rooms .oheya_sec .inner .img_list .img:not(:last-child), #rooms_sc .oheya_sec .inner .img_list .img:not(:last-child), #rooms_tc .oheya_sec .inner .img_list .img:not(:last-child) {
  margin-right: 59px;
}
#rooms .oheya_sec .inner .detail, #rooms_sc .oheya_sec .inner .detail, #rooms_tc .oheya_sec .inner .detail {
  margin-top: -24px;
  width: 47%;
  letter-spacing: 0.14em;
}
#rooms .oheya_sec .inner .detail .ttl, #rooms_sc .oheya_sec .inner .detail .ttl, #rooms_tc .oheya_sec .inner .detail .ttl {
  margin-bottom: 15px;
}
#rooms .oheya_sec .inner .detail .desc, #rooms_sc .oheya_sec .inner .detail .desc, #rooms_tc .oheya_sec .inner .detail .desc {
  font-size: 14px;
  line-height: 1.7;
}
#rooms .oheya_sec .inner .course, #rooms_sc .oheya_sec .inner .course, #rooms_tc .oheya_sec .inner .course {
  margin-top: 125px;
}
#rooms .oheya_sec .inner .course h3, #rooms_sc .oheya_sec .inner .course h3, #rooms_tc .oheya_sec .inner .course h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  letter-spacing: 0.14em;
  font-weight: 300;
  margin-bottom: 25px;
  font-feature-settings: "palt";
}
#rooms .oheya_sec .inner .course h3::before, #rooms_sc .oheya_sec .inner .course h3::before, #rooms_tc .oheya_sec .inner .course h3::before {
  content: "";
  display: block;
  width: 63px;
  height: 1px;
  background: #333;
  margin-right: 45px;
}
#rooms .oheya_sec .inner .course h3::after, #rooms_sc .oheya_sec .inner .course h3::after, #rooms_tc .oheya_sec .inner .course h3::after {
  content: "";
  display: block;
  width: 63px;
  height: 1px;
  background: #333;
  margin-left: 45px;
}
#rooms .oheya_sec .inner .course .list, #rooms_sc .oheya_sec .inner .course .list, #rooms_tc .oheya_sec .inner .course .list {
  max-width: 920px;
  margin: 0 auto;
}
#rooms .oheya_sec .inner .course .list .block a, #rooms_sc .oheya_sec .inner .course .list .block a, #rooms_tc .oheya_sec .inner .course .list .block a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 35px 10px 10px;
}
#rooms .oheya_sec .inner .course .list .block a .img, #rooms_sc .oheya_sec .inner .course .list .block a .img, #rooms_tc .oheya_sec .inner .course .list .block a .img {
  width: 149px;
}
#rooms .oheya_sec .inner .course .list .block a .name, #rooms_sc .oheya_sec .inner .course .list .block a .name, #rooms_tc .oheya_sec .inner .course .list .block a .name {
  text-align: center;
  letter-spacing: 0.14em;
}
#rooms .oheya_sec .inner .course .list .block a .name .sub, #rooms_sc .oheya_sec .inner .course .list .block a .name .sub, #rooms_tc .oheya_sec .inner .course .list .block a .name .sub {
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 5px;
}
#rooms .oheya_sec .inner .course .list .block a .name .main, #rooms_sc .oheya_sec .inner .course .list .block a .name .main, #rooms_tc .oheya_sec .inner .course .list .block a .name .main {
  font-size: 24px;
}
#rooms .oheya_sec .inner .course .list .block a::after, #rooms_sc .oheya_sec .inner .course .list .block a::after, #rooms_tc .oheya_sec .inner .course .list .block a::after {
  content: "";
  display: block;
  width: 38px;
  height: 38px;
  background: url(../img/arrow_right_circle.svg) no-repeat center/contain;
}
#rooms .oheya_sec .inner .course .list .block:not(:last-child), #rooms_sc .oheya_sec .inner .course .list .block:not(:last-child), #rooms_tc .oheya_sec .inner .course .list .block:not(:last-child) {
  margin-bottom: 15px;
}
#rooms .oheya_sec .inner .course .list .block.oheyashoku a, #rooms_sc .oheya_sec .inner .course .list .block.oheyashoku a, #rooms_tc .oheya_sec .inner .course .list .block.oheyashoku a {
  background: #e8d7f9;
}
#rooms .oheya_sec .inner .course .list .block.wanofullcourse a, #rooms_sc .oheya_sec .inner .course .list .block.wanofullcourse a, #rooms_tc .oheya_sec .inner .course .list .block.wanofullcourse a {
  background: #f9f4d9;
}
#rooms .oheya_sec .inner .course .list .block.sumibiyaki a, #rooms_sc .oheya_sec .inner .course .list .block.sumibiyaki a, #rooms_tc .oheya_sec .inner .course .list .block.sumibiyaki a {
  background: #e6ffe6;
}
#rooms .oheya_sec .inner .course .notice, #rooms_sc .oheya_sec .inner .course .notice, #rooms_tc .oheya_sec .inner .course .notice {
  margin-top: 30px;
  line-height: 1.8;
  text-align: center;
  letter-spacing: 0.14em;
}
#rooms .oheya_sec.reverse .inner .ttl_img h2, #rooms_sc .oheya_sec.reverse .inner .ttl_img h2, #rooms_tc .oheya_sec.reverse .inner .ttl_img h2 {
  order: 1;
}
#rooms .oheya_sec.reverse .inner .ttl_img .img, #rooms_sc .oheya_sec.reverse .inner .ttl_img .img, #rooms_tc .oheya_sec.reverse .inner .ttl_img .img {
  order: 2;
  margin-left: 0;
  margin-right: calc((100vw - 1100px) / 2 * -1);
}
#rooms .oheya_sec.reverse .inner .img_txt .img, #rooms_sc .oheya_sec.reverse .inner .img_txt .img, #rooms_tc .oheya_sec.reverse .inner .img_txt .img {
  order: 2;
}
#rooms .oheya_sec.reverse .inner .img_txt .txt, #rooms_sc .oheya_sec.reverse .inner .img_txt .txt, #rooms_tc .oheya_sec.reverse .inner .img_txt .txt {
  order: 1;
  margin-right: 0;
  margin-left: calc((100vw - 1100px) / 2 * -1);
}
#rooms .oheya_sec.reverse .inner .detail, #rooms_sc .oheya_sec.reverse .inner .detail, #rooms_tc .oheya_sec.reverse .inner .detail {
  margin-top: 85px;
}
#rooms .oheya_sec#juujouma .inner .ttl_img h2 .name strong, #rooms_sc .oheya_sec#juujouma .inner .ttl_img h2 .name strong, #rooms_tc .oheya_sec#juujouma .inner .ttl_img h2 .name strong {
  font-weight: 300;
  text-combine-upright: all;
}
#rooms .oheya_sec#juujouma .inner .img_txt .txt .map, #rooms_sc .oheya_sec#juujouma .inner .img_txt .txt .map, #rooms_tc .oheya_sec#juujouma .inner .img_txt .txt .map {
  margin-top: 190px;
}
#rooms .oheya_sec#juujouma .inner .detail, #rooms_sc .oheya_sec#juujouma .inner .detail, #rooms_tc .oheya_sec#juujouma .inner .detail {
  margin-top: 20px;
}
#rooms .oheya_sec#omomuki .inner .detail, #rooms_sc .oheya_sec#omomuki .inner .detail, #rooms_tc .oheya_sec#omomuki .inner .detail {
  margin-top: 140px;
}
#rooms .oheya_sec#wa_modern .inner .img_txt .txt .map, #rooms_sc .oheya_sec#wa_modern .inner .img_txt .txt .map, #rooms_tc .oheya_sec#wa_modern .inner .img_txt .txt .map {
  margin-top: 170px;
}
#rooms .oheya_sec#wa_modern .inner .detail, #rooms_sc .oheya_sec#wa_modern .inner .detail, #rooms_tc .oheya_sec#wa_modern .inner .detail {
  margin-top: 10px;
}
#rooms .oheya_sec#umiiro .inner .ttl_img h2 .name, #rooms_sc .oheya_sec#umiiro .inner .ttl_img h2 .name, #rooms_tc .oheya_sec#umiiro .inner .ttl_img h2 .name {
  font-size: 31px;
}
#rooms .oheya_sec#umiiro .inner .ttl_img h2 .name strong, #rooms_sc .oheya_sec#umiiro .inner .ttl_img h2 .name strong, #rooms_tc .oheya_sec#umiiro .inner .ttl_img h2 .name strong {
  font-weight: 300;
  font-size: 40px;
}
#rooms .oheya_sec#umiiro .inner .ttl_img h2 .name small, #rooms_sc .oheya_sec#umiiro .inner .ttl_img h2 .name small, #rooms_tc .oheya_sec#umiiro .inner .ttl_img h2 .name small {
  margin-top: 25px;
}

@media (max-width: 1222px) {
  #rooms .oheya_sec .inner .ttl_img .img, #rooms_sc .oheya_sec .inner .ttl_img .img, #rooms_tc .oheya_sec .inner .ttl_img .img {
    margin-left: -5vw;
    width: calc(60% + 5vw);
  }
  #rooms .oheya_sec .inner .img_txt .txt, #rooms_sc .oheya_sec .inner .img_txt .txt, #rooms_tc .oheya_sec .inner .img_txt .txt {
    margin-right: -5vw;
    width: calc(53% + 5vw);
    padding: 35px 5vw 35px 35px;
  }
  #rooms .oheya_sec .inner .img_txt .txt .desc, #rooms_sc .oheya_sec .inner .img_txt .txt .desc, #rooms_tc .oheya_sec .inner .img_txt .txt .desc {
    font-size: 14px;
  }
  #rooms .oheya_sec.reverse .inner .ttl_img .img, #rooms_sc .oheya_sec.reverse .inner .ttl_img .img, #rooms_tc .oheya_sec.reverse .inner .ttl_img .img {
    margin-right: -5vw;
    margin-left: 0;
  }
  #rooms .oheya_sec.reverse .inner .img_txt .txt, #rooms_sc .oheya_sec.reverse .inner .img_txt .txt, #rooms_tc .oheya_sec.reverse .inner .img_txt .txt {
    margin-left: -5vw;
    margin-right: 0;
    padding: 35px 35px 35px 5vw;
  }
}
@media (max-width: 768px) {
  #rooms #mv, #rooms_sc #mv, #rooms_tc #mv {
    height: 230px;
  }
  #rooms #intro, #rooms_sc #intro, #rooms_tc #intro {
    padding-top: 100px;
  }
  #rooms #intro .inner h2 .en, #rooms_sc #intro .inner h2 .en, #rooms_tc #intro .inner h2 .en {
    font-size: 25px;
    margin-bottom: 10px;
  }
  #rooms #intro .inner h2 .jp, #rooms_sc #intro .inner h2 .jp, #rooms_tc #intro .inner h2 .jp {
    font-size: 14px;
  }
  #rooms #intro .inner h2 .jp::before, #rooms_sc #intro .inner h2 .jp::before, #rooms_tc #intro .inner h2 .jp::before {
    width: 20px;
    height: 20px;
    margin-bottom: 10px;
  }
  #rooms #intro .inner .main, #rooms_sc #intro .inner .main, #rooms_tc #intro .inner .main {
    font-size: 13px;
    letter-spacing: 0.1em;
  }
  #rooms .oheya_sec, #rooms_sc .oheya_sec, #rooms_tc .oheya_sec {
    padding: 100px 0 0;
  }
  #rooms .oheya_sec .inner .ttl_img, #rooms_sc .oheya_sec .inner .ttl_img, #rooms_tc .oheya_sec .inner .ttl_img {
    flex-direction: column;
  }
  #rooms .oheya_sec .inner .ttl_img h2, #rooms_sc .oheya_sec .inner .ttl_img h2, #rooms_tc .oheya_sec .inner .ttl_img h2 {
    justify-content: center;
    width: 100%;
    margin-bottom: 30px;
    order: 1;
  }
  #rooms .oheya_sec .inner .ttl_img h2 .katagaki, #rooms_sc .oheya_sec .inner .ttl_img h2 .katagaki, #rooms_tc .oheya_sec .inner .ttl_img h2 .katagaki {
    font-size: 13px;
  }
  #rooms .oheya_sec .inner .ttl_img h2 .name, #rooms_sc .oheya_sec .inner .ttl_img h2 .name, #rooms_tc .oheya_sec .inner .ttl_img h2 .name {
    font-size: 20px;
  }
  #rooms .oheya_sec .inner .ttl_img h2 .name small, #rooms_sc .oheya_sec .inner .ttl_img h2 .name small, #rooms_tc .oheya_sec .inner .ttl_img h2 .name small {
    font-size: 14px;
    margin-top: 20px;
  }
  #rooms .oheya_sec .inner .ttl_img h2 .name small::before, #rooms .oheya_sec .inner .ttl_img h2 .name small::after, #rooms_sc .oheya_sec .inner .ttl_img h2 .name small::before, #rooms_sc .oheya_sec .inner .ttl_img h2 .name small::after, #rooms_tc .oheya_sec .inner .ttl_img h2 .name small::before, #rooms_tc .oheya_sec .inner .ttl_img h2 .name small::after {
    height: 15px;
  }
  #rooms .oheya_sec .inner .ttl_img .img, #rooms_sc .oheya_sec .inner .ttl_img .img, #rooms_tc .oheya_sec .inner .ttl_img .img {
    order: 2;
    width: 100%;
    margin-top: 0;
  }
  #rooms .oheya_sec .inner .ttl_img .img span, #rooms_sc .oheya_sec .inner .ttl_img .img span, #rooms_tc .oheya_sec .inner .ttl_img .img span {
    left: 10px;
    bottom: 10px;
    font-size: 10px;
  }
  #rooms .oheya_sec .inner .img_txt, #rooms_sc .oheya_sec .inner .img_txt, #rooms_tc .oheya_sec .inner .img_txt {
    margin-top: 20px;
    flex-direction: column;
  }
  #rooms .oheya_sec .inner .img_txt .img, #rooms_sc .oheya_sec .inner .img_txt .img, #rooms_tc .oheya_sec .inner .img_txt .img {
    width: 90vw;
    transform: translateX(5vw);
    z-index: 1;
  }
  #rooms .oheya_sec .inner .img_txt .txt, #rooms_sc .oheya_sec .inner .img_txt .txt, #rooms_tc .oheya_sec .inner .img_txt .txt {
    margin-top: -20px;
    width: 100%;
    padding: 30px;
    z-index: 2;
    margin-right: 0;
    margin-left: -5vw;
  }
  #rooms .oheya_sec .inner .img_txt .txt .desc, #rooms_sc .oheya_sec .inner .img_txt .txt .desc, #rooms_tc .oheya_sec .inner .img_txt .txt .desc {
    font-size: 12px;
  }
  #rooms .oheya_sec .inner .img_txt .txt .map, #rooms_sc .oheya_sec .inner .img_txt .txt .map, #rooms_tc .oheya_sec .inner .img_txt .txt .map {
    margin-top: 40px;
  }
  #rooms .oheya_sec .inner .detail, #rooms_sc .oheya_sec .inner .detail, #rooms_tc .oheya_sec .inner .detail {
    margin-top: 0;
    width: 100%;
  }
  #rooms .oheya_sec .inner .detail .ttl, #rooms_sc .oheya_sec .inner .detail .ttl, #rooms_tc .oheya_sec .inner .detail .ttl {
    font-size: 14px;
    margin-bottom: 10px;
  }
  #rooms .oheya_sec .inner .detail .desc, #rooms_sc .oheya_sec .inner .detail .desc, #rooms_tc .oheya_sec .inner .detail .desc {
    font-size: 12px;
  }
  #rooms .oheya_sec .inner .img_list, #rooms_sc .oheya_sec .inner .img_list, #rooms_tc .oheya_sec .inner .img_list {
    margin-top: 50px;
    flex-direction: column;
    align-items: center;
  }
  #rooms .oheya_sec .inner .img_list .img:not(:last-child), #rooms_sc .oheya_sec .inner .img_list .img:not(:last-child), #rooms_tc .oheya_sec .inner .img_list .img:not(:last-child) {
    margin-right: 0;
    margin-bottom: 20px;
  }
  #rooms .oheya_sec .inner .course, #rooms_sc .oheya_sec .inner .course, #rooms_tc .oheya_sec .inner .course {
    margin-top: 50px;
  }
  #rooms .oheya_sec .inner .course h3, #rooms_sc .oheya_sec .inner .course h3, #rooms_tc .oheya_sec .inner .course h3 {
    font-size: 15px;
    text-align: center;
  }
  #rooms .oheya_sec .inner .course h3::before, #rooms_sc .oheya_sec .inner .course h3::before, #rooms_tc .oheya_sec .inner .course h3::before {
    width: 30px;
    margin-right: 20px;
  }
  #rooms .oheya_sec .inner .course h3::after, #rooms_sc .oheya_sec .inner .course h3::after, #rooms_tc .oheya_sec .inner .course h3::after {
    width: 30px;
    margin-left: 20px;
  }
  #rooms .oheya_sec .inner .course .list .block a, #rooms_sc .oheya_sec .inner .course .list .block a, #rooms_tc .oheya_sec .inner .course .list .block a {
    padding: 10px;
    flex-direction: column;
  }
  #rooms .oheya_sec .inner .course .list .block a .img, #rooms_sc .oheya_sec .inner .course .list .block a .img, #rooms_tc .oheya_sec .inner .course .list .block a .img {
    margin-right: 0;
    margin-bottom: 15px;
  }
  #rooms .oheya_sec .inner .course .list .block a .name .sub, #rooms_sc .oheya_sec .inner .course .list .block a .name .sub, #rooms_tc .oheya_sec .inner .course .list .block a .name .sub {
    font-size: 12px;
  }
  #rooms .oheya_sec .inner .course .list .block a .name .main, #rooms_sc .oheya_sec .inner .course .list .block a .name .main, #rooms_tc .oheya_sec .inner .course .list .block a .name .main {
    font-size: 19px;
  }
  #rooms .oheya_sec .inner .course .list .block a .name .main small, #rooms_sc .oheya_sec .inner .course .list .block a .name .main small, #rooms_tc .oheya_sec .inner .course .list .block a .name .main small {
    display: block;
  }
  #rooms .oheya_sec .inner .course .list .block a::after, #rooms_sc .oheya_sec .inner .course .list .block a::after, #rooms_tc .oheya_sec .inner .course .list .block a::after {
    margin-top: 10px;
  }
  #rooms .oheya_sec .inner .course .notice, #rooms_sc .oheya_sec .inner .course .notice, #rooms_tc .oheya_sec .inner .course .notice {
    font-size: 13px;
    margin-top: 20px;
  }
  #rooms .oheya_sec.reverse .inner .ttl_img .img, #rooms_sc .oheya_sec.reverse .inner .ttl_img .img, #rooms_tc .oheya_sec.reverse .inner .ttl_img .img {
    transform: translateX(-5vw);
  }
  #rooms .oheya_sec.reverse .inner .img_txt .txt, #rooms_sc .oheya_sec.reverse .inner .img_txt .txt, #rooms_tc .oheya_sec.reverse .inner .img_txt .txt {
    padding: 30px;
    order: 2;
  }
  #rooms .oheya_sec.reverse .inner .img_txt .img, #rooms_sc .oheya_sec.reverse .inner .img_txt .img, #rooms_tc .oheya_sec.reverse .inner .img_txt .img {
    order: 1;
  }
  #rooms .oheya_sec.reverse .inner .detail, #rooms_sc .oheya_sec.reverse .inner .detail, #rooms_tc .oheya_sec.reverse .inner .detail {
    margin-top: 30px;
  }
  #rooms .oheya_sec#juujouma .inner .img_txt .txt .map, #rooms_sc .oheya_sec#juujouma .inner .img_txt .txt .map, #rooms_tc .oheya_sec#juujouma .inner .img_txt .txt .map {
    margin-top: 40px;
  }
  #rooms .oheya_sec#omomuki .inner .detail, #rooms_sc .oheya_sec#omomuki .inner .detail, #rooms_tc .oheya_sec#omomuki .inner .detail {
    margin-top: 30px;
  }
  #rooms .oheya_sec#wa_modern .inner .img_txt .txt .map, #rooms_sc .oheya_sec#wa_modern .inner .img_txt .txt .map, #rooms_tc .oheya_sec#wa_modern .inner .img_txt .txt .map {
    margin-top: 30px;
  }
  #rooms .oheya_sec#umiiro .inner .ttl_img h2 .name, #rooms_sc .oheya_sec#umiiro .inner .ttl_img h2 .name, #rooms_tc .oheya_sec#umiiro .inner .ttl_img h2 .name {
    font-size: 18px;
  }
  #rooms .oheya_sec#umiiro .inner .ttl_img h2 .name strong, #rooms_sc .oheya_sec#umiiro .inner .ttl_img h2 .name strong, #rooms_tc .oheya_sec#umiiro .inner .ttl_img h2 .name strong {
    font-size: 20px;
  }
  #rooms .oheya_sec#umiiro .inner .ttl_img h2 .name small, #rooms_sc .oheya_sec#umiiro .inner .ttl_img h2 .name small, #rooms_tc .oheya_sec#umiiro .inner .ttl_img h2 .name small {
    margin-top: 20px;
  }
  #rooms .oheya_sec#sendaihagi, #rooms_sc .oheya_sec#sendaihagi, #rooms_tc .oheya_sec#sendaihagi {
    padding-bottom: 100px;
  }
  #rooms .oheya_sec#sendaihagi .inner .img_txt .txt, #rooms_sc .oheya_sec#sendaihagi .inner .img_txt .txt, #rooms_tc .oheya_sec#sendaihagi .inner .img_txt .txt {
    margin-top: -40px;
  }
}
#oheya #mv, #oheya_sc #mv, #oheya_tc #mv {
  background-image: url(../img/oheya/mv.jpg);
}
#oheya #mv .pagettl h2 .en::first-letter, #oheya_sc #mv .pagettl h2 .en::first-letter, #oheya_tc #mv .pagettl h2 .en::first-letter {
  color: #b99243;
}
#oheya #intro, #oheya_sc #intro, #oheya_tc #intro {
  padding-top: 208px;
}
#oheya #intro .inner .catch, #oheya_sc #intro .inner .catch, #oheya_tc #intro .inner .catch {
  text-align: center;
}
#oheya #intro .inner .catch img, #oheya_sc #intro .inner .catch img, #oheya_tc #intro .inner .catch img {
  width: 404px;
}
#oheya .oheya_list, #oheya_sc .oheya_list, #oheya_tc .oheya_list {
  padding-top: 208px;
}
#oheya .oheya_list .inner, #oheya_sc .oheya_list .inner, #oheya_tc .oheya_list .inner {
  width: 100%;
  max-width: none;
}
#oheya .oheya_list .inner h2, #oheya_sc .oheya_list .inner h2, #oheya_tc .oheya_list .inner h2 {
  line-height: 1;
  font-weight: 400;
  text-align: center;
  margin-bottom: 40px;
}
#oheya .oheya_list .inner h2 .jp, #oheya_sc .oheya_list .inner h2 .jp, #oheya_tc .oheya_list .inner h2 .jp {
  color: #494848;
  font-size: 26px;
  writing-mode: vertical-lr;
  letter-spacing: 0.2em;
}
#oheya .oheya_list .inner h2 .en, #oheya_sc .oheya_list .inner h2 .en, #oheya_tc .oheya_list .inner h2 .en {
  margin-top: 20px;
  font-size: 9px;
  line-height: 1.7;
  letter-spacing: 0.22em;
  color: #939393;
  display: block;
}
#oheya .oheya_list .inner .list, #oheya_sc .oheya_list .inner .list, #oheya_tc .oheya_list .inner .list {
  display: flex;
  flex-wrap: wrap;
}
#oheya .oheya_list .inner .list .block, #oheya_sc .oheya_list .inner .list .block, #oheya_tc .oheya_list .inner .list .block {
  width: 50%;
  position: relative;
}
#oheya .oheya_list .inner .list .block a .img, #oheya_sc .oheya_list .inner .list .block a .img, #oheya_tc .oheya_list .inner .list .block a .img {
  overflow: hidden;
}
#oheya .oheya_list .inner .list .block a .img img, #oheya_sc .oheya_list .inner .list .block a .img img, #oheya_tc .oheya_list .inner .list .block a .img img {
  transition: 0.3s;
}
#oheya .oheya_list .inner .list .block a:hover, #oheya_sc .oheya_list .inner .list .block a:hover, #oheya_tc .oheya_list .inner .list .block a:hover {
  opacity: 1;
}
#oheya .oheya_list .inner .list .block a:hover .img img, #oheya_sc .oheya_list .inner .list .block a:hover .img img, #oheya_tc .oheya_list .inner .list .block a:hover .img img {
  transform: scale(1.04);
}
#oheya .oheya_list .inner .list .block .txt, #oheya_sc .oheya_list .inner .list .block .txt, #oheya_tc .oheya_list .inner .list .block .txt {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 10px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.7), 0 0 10px rgba(0, 0, 0, 0.7);
}
#oheya .oheya_list .inner .list .block .txt span, #oheya_sc .oheya_list .inner .list .block .txt span, #oheya_tc .oheya_list .inner .list .block .txt span {
  font-size: 22px;
}
#oheya .oheya_list .inner .list .block .txt span:first-child, #oheya_sc .oheya_list .inner .list .block .txt span:first-child, #oheya_tc .oheya_list .inner .list .block .txt span:first-child {
  margin-left: 1em;
}
#oheya .oheya_list .inner .list .block .txt span small, #oheya_sc .oheya_list .inner .list .block .txt span small, #oheya_tc .oheya_list .inner .list .block .txt span small {
  font-size: 13px;
}
#oheya .oheya_list .inner .link, #oheya_sc .oheya_list .inner .link, #oheya_tc .oheya_list .inner .link {
  max-width: 1100px;
  margin: 25px auto 0;
  padding-right: 80px;
}
#oheya .oheya_list .inner .link a, #oheya_sc .oheya_list .inner .link a, #oheya_tc .oheya_list .inner .link a {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 8px;
  line-height: 1;
  margin: 0 0 0 auto;
}
#oheya .oheya_list .inner .link a::before, #oheya_sc .oheya_list .inner .link a::before, #oheya_tc .oheya_list .inner .link a::before {
  content: "";
  display: block;
  width: 118px;
  height: 1px;
  background: #646464;
  margin-right: 13px;
}
#oheya .oheya_list#with_roten .inner .list, #oheya_sc .oheya_list#with_roten .inner .list, #oheya_tc .oheya_list#with_roten .inner .list {
  position: relative;
}
#oheya .oheya_list#with_roten .inner .list .block:nth-child(5), #oheya_sc .oheya_list#with_roten .inner .list .block:nth-child(5), #oheya_tc .oheya_list#with_roten .inner .list .block:nth-child(5) {
  position: absolute;
  top: 100%;
  left: 0;
}
#oheya .oheya_list#japanese_western, #oheya_sc .oheya_list#japanese_western, #oheya_tc .oheya_list#japanese_western {
  padding-top: calc(350px + 30vw);
}
#oheya .oheya_list#japanese_style, #oheya_sc .oheya_list#japanese_style, #oheya_tc .oheya_list#japanese_style {
  padding: 350px 0 200px;
}
#oheya .oheya_list#japanese_style .inner .list, #oheya_sc .oheya_list#japanese_style .inner .list, #oheya_tc .oheya_list#japanese_style .inner .list {
  justify-content: flex-end;
}

@media (max-width: 1000px) {
  #oheya .oheya_list .inner .list, #oheya_sc .oheya_list .inner .list, #oheya_tc .oheya_list .inner .list {
    flex-direction: column;
  }
  #oheya .oheya_list .inner .list .block, #oheya_sc .oheya_list .inner .list .block, #oheya_tc .oheya_list .inner .list .block {
    width: 100%;
  }
}
@media (max-width: 768px) {
  #oheya #intro, #oheya_sc #intro, #oheya_tc #intro {
    padding-top: 100px;
  }
  #oheya #intro .inner .catch img, #oheya_sc #intro .inner .catch img, #oheya_tc #intro .inner .catch img {
    width: 200px;
  }
  #oheya .oheya_list, #oheya_sc .oheya_list, #oheya_tc .oheya_list {
    padding-top: 100px;
  }
  #oheya .oheya_list .inner h2 .jp, #oheya_sc .oheya_list .inner h2 .jp, #oheya_tc .oheya_list .inner h2 .jp {
    font-size: 20px;
  }
  #oheya .oheya_list .inner .list .block .txt, #oheya_sc .oheya_list .inner .list .block .txt, #oheya_tc .oheya_list .inner .list .block .txt {
    bottom: 15px;
    font-size: 10px;
  }
  #oheya .oheya_list .inner .list .block .txt span, #oheya_sc .oheya_list .inner .list .block .txt span, #oheya_tc .oheya_list .inner .list .block .txt span {
    font-size: 18px;
  }
  #oheya .oheya_list .inner .list .block .txt span small, #oheya_sc .oheya_list .inner .list .block .txt span small, #oheya_tc .oheya_list .inner .list .block .txt span small {
    font-size: 11px;
  }
  #oheya .oheya_list .inner .link, #oheya_sc .oheya_list .inner .link, #oheya_tc .oheya_list .inner .link {
    margin-top: 20px;
    padding-right: 5%;
  }
  #oheya .oheya_list#with_roten .inner .list .block:nth-child(5), #oheya_sc .oheya_list#with_roten .inner .list .block:nth-child(5), #oheya_tc .oheya_list#with_roten .inner .list .block:nth-child(5) {
    position: static;
  }
  #oheya .oheya_list#japanese_western, #oheya_sc .oheya_list#japanese_western, #oheya_tc .oheya_list#japanese_western {
    padding-top: 100px;
  }
  #oheya .oheya_list#japanese_western .inner .list .block:nth-child(1) .txt span, #oheya_sc .oheya_list#japanese_western .inner .list .block:nth-child(1) .txt span, #oheya_tc .oheya_list#japanese_western .inner .list .block:nth-child(1) .txt span {
    display: block;
    margin-left: 0;
  }
  #oheya .oheya_list#japanese_style, #oheya_sc .oheya_list#japanese_style, #oheya_tc .oheya_list#japanese_style {
    padding: 100px 0;
  }
  #oheya .oheya_list#japanese_style .inner .list .block:nth-child(1) .txt span, #oheya .oheya_list#japanese_style .inner .list .block:nth-child(5) .txt span, #oheya_sc .oheya_list#japanese_style .inner .list .block:nth-child(1) .txt span, #oheya_sc .oheya_list#japanese_style .inner .list .block:nth-child(5) .txt span, #oheya_tc .oheya_list#japanese_style .inner .list .block:nth-child(1) .txt span, #oheya_tc .oheya_list#japanese_style .inner .list .block:nth-child(5) .txt span {
    display: block;
    margin-left: 0;
  }
}
#with_roten #mv {
  background-image: url(../img/oheya/with_roten/mv.jpg);
  height: 587px;
}
#with_roten #mv .inner {
  position: static;
  transform: none;
  padding-top: 185px;
}
#with_roten #mv .inner .main {
  writing-mode: vertical-rl;
  color: #fff;
  font-size: 18px;
  line-height: 1.8;
  margin: 0 auto;
  text-shadow: 0 0 5px rgb(0, 0, 0), 0 0 5px rgb(0, 0, 0);
}
#with_roten #intro {
  padding-top: 240px;
}
#with_roten #intro .inner h2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 300;
  line-height: 1;
}
#with_roten #intro .inner h2::before, #with_roten #intro .inner h2::after {
  content: "";
  display: block;
  width: 140px;
  height: 1px;
  background: #333;
}
#with_roten #intro .inner h2 .jp {
  margin-top: 30px;
  font-size: 27px;
  letter-spacing: 0.1em;
}
#with_roten #intro .inner h2 .en {
  margin-top: 10px;
  font-size: 10px;
  color: #8d8d8d;
  letter-spacing: 0.22em;
  margin-bottom: 30px;
}
#with_roten .oheya_sec {
  padding: 150px 0 230px;
}
#with_roten .oheya_sec .inner {
  max-width: 1100px;
}
#with_roten .oheya_sec .inner .ttl_img {
  display: flex;
  position: relative;
  z-index: 1;
}
#with_roten .oheya_sec .inner .ttl_img .img {
  margin-top: 100px;
  margin-left: calc((100vw - 1100px) / 2 * -1);
  width: calc(56% + (100vw - 1100px) / 2);
  order: 1;
  position: relative;
}
#with_roten .oheya_sec .inner .ttl_img .img span {
  position: absolute;
  bottom: 15px;
  color: #fff;
  font-size: 11px;
  letter-spacing: 0.14em;
  left: 125px;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Noto Sans JP", sans-serif;
}
#with_roten .oheya_sec .inner .ttl_img h2 {
  writing-mode: vertical-rl;
  letter-spacing: 0.1em;
  order: 2;
  font-weight: 300;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 180px;
}
#with_roten .oheya_sec .inner .ttl_img h2 .katagaki {
  font-size: 17px;
  display: block;
  margin-left: 5px;
  text-align: center;
}
#with_roten .oheya_sec .inner .ttl_img h2 .name {
  margin-top: 20px;
  font-size: 41px;
  display: flex;
  align-items: center;
}
#with_roten .oheya_sec .inner .ttl_img h2 .name small {
  margin-top: 38px;
  font-size: 16px;
  display: flex;
  align-items: center;
}
#with_roten .oheya_sec .inner .ttl_img h2 .name small::before {
  content: "";
  display: block;
  width: 1px;
  height: 16px;
  background: #808080;
  margin-bottom: 10px;
}
#with_roten .oheya_sec .inner .ttl_img h2 .name small::after {
  content: "";
  display: block;
  width: 1px;
  height: 16px;
  background: #808080;
  margin-top: 10px;
}
#with_roten .oheya_sec .inner .img_txt {
  display: flex;
  margin-top: 56px;
  position: relative;
  z-index: 2;
}
#with_roten .oheya_sec .inner .img_txt .img {
  width: 47%;
}
#with_roten .oheya_sec .inner .img_txt .txt {
  margin-top: -225px;
  margin-right: calc((100vw - 1100px) / 2 * -1);
  width: calc(53% + (100vw - 1100px) / 2);
  background: #fff;
  padding: 115px calc((100vw - 1100px) / 2) 0 125px;
}
#with_roten .oheya_sec .inner .img_txt .txt .desc {
  font-size: 17px;
  line-height: 1.9;
  letter-spacing: 0.14em;
}
#with_roten .oheya_sec .inner .img_txt .txt .map {
  margin-top: 85px;
}
#with_roten .oheya_sec .inner .img_list {
  margin-top: 135px;
  display: flex;
  justify-content: center;
}
#with_roten .oheya_sec .inner .img_list .img {
  width: 269px;
  text-align: center;
}
#with_roten .oheya_sec .inner .img_list .img span {
  margin-top: 5px;
  display: block;
  font-size: 11px;
  letter-spacing: 0.075em;
  font-feature-settings: "palt";
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Noto Sans JP", sans-serif;
}
#with_roten .oheya_sec .inner .img_list .img:not(:last-child) {
  margin-right: 59px;
}
#with_roten .oheya_sec .inner .detail {
  margin-top: -24px;
  width: 47%;
  letter-spacing: 0.14em;
}
#with_roten .oheya_sec .inner .detail .ttl {
  margin-bottom: 15px;
}
#with_roten .oheya_sec .inner .detail .desc {
  font-size: 14px;
  line-height: 1.7;
}
#with_roten .oheya_sec .inner .course {
  margin-top: 125px;
}
#with_roten .oheya_sec .inner .course h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  letter-spacing: 0.14em;
  font-weight: 300;
  margin-bottom: 25px;
  font-feature-settings: "palt";
}
#with_roten .oheya_sec .inner .course h3::before {
  content: "";
  display: block;
  width: 63px;
  height: 1px;
  background: #333;
  margin-right: 45px;
}
#with_roten .oheya_sec .inner .course h3::after {
  content: "";
  display: block;
  width: 63px;
  height: 1px;
  background: #333;
  margin-left: 45px;
}
#with_roten .oheya_sec .inner .course .list {
  max-width: 920px;
  margin: 0 auto;
}
#with_roten .oheya_sec .inner .course .list .block a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 35px 10px 10px;
}
#with_roten .oheya_sec .inner .course .list .block a .img {
  width: 149px;
}
#with_roten .oheya_sec .inner .course .list .block a .name {
  text-align: center;
  letter-spacing: 0.14em;
}
#with_roten .oheya_sec .inner .course .list .block a .name .sub {
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 5px;
}
#with_roten .oheya_sec .inner .course .list .block a .name .main {
  font-size: 24px;
}
#with_roten .oheya_sec .inner .course .list .block a::after {
  content: "";
  display: block;
  width: 38px;
  height: 38px;
  background: url(../img/arrow_right_circle.svg) no-repeat center/contain;
}
#with_roten .oheya_sec .inner .course .list .block:not(:last-child) {
  margin-bottom: 15px;
}
#with_roten .oheya_sec .inner .course .list .block.oheyashoku a {
  background: #e8d7f9;
}
#with_roten .oheya_sec .inner .course .list .block.wanofullcourse a {
  background: #f9f4d9;
}
#with_roten .oheya_sec .inner .course .list .block.sumibiyaki a {
  background: #e6ffe6;
}
#with_roten .oheya_sec .inner .course .notice {
  margin-top: 30px;
  line-height: 1.8;
  text-align: center;
  letter-spacing: 0.14em;
}
#with_roten .oheya_sec.reverse .inner .ttl_img h2 {
  order: 1;
}
#with_roten .oheya_sec.reverse .inner .ttl_img .img {
  order: 2;
  margin-left: 0;
  margin-right: calc((100vw - 1100px) / 2 * -1);
}
#with_roten .oheya_sec.reverse .inner .img_txt .img {
  order: 2;
}
#with_roten .oheya_sec.reverse .inner .img_txt .txt {
  order: 1;
  margin-right: 0;
  margin-left: calc((100vw - 1100px) / 2 * -1);
}
#with_roten .oheya_sec.reverse .inner .detail {
  margin-top: 85px;
}
#with_roten .oheya_sec#shiosai .inner .detail {
  margin-top: 130px;
  width: 100%;
}
#with_roten .oheya_sec#shiosai .inner .detail .desc {
  font-size: 14px;
  line-height: 1.85;
}
#with_roten .oheya_sec#shiosai .inner .img_list .img {
  width: 367px;
}
#with_roten .oheya_sec#shiosai .inner .img_list .img:not(:last-child) {
  margin-right: 94px;
}

@media (max-width: 1222px) {
  #with_roten .oheya_sec .inner .ttl_img .img {
    margin-left: -5vw;
    width: calc(60% + 5vw);
  }
  #with_roten .oheya_sec .inner .img_txt .txt {
    margin-right: -5vw;
    width: calc(53% + 5vw);
    padding: 35px 5vw 35px 35px;
  }
  #with_roten .oheya_sec .inner .img_txt .txt .desc {
    font-size: 14px;
  }
  #with_roten .oheya_sec.reverse .inner .ttl_img .img {
    margin-right: -5vw;
    margin-left: 0;
  }
  #with_roten .oheya_sec.reverse .inner .img_txt .txt {
    margin-left: -5vw;
    margin-right: 0;
    padding: 35px 35px 35px 5vw;
  }
}
@media (max-width: 768px) {
  #with_roten #mv {
    height: 400px;
  }
  #with_roten #mv .inner {
    padding-top: 115px;
  }
  #with_roten #mv .inner .main {
    font-size: 16px;
  }
  #with_roten #intro {
    padding-top: 50px;
  }
  #with_roten #intro .inner h2 .jp {
    margin-top: 15px;
    font-size: 20px;
  }
  #with_roten #intro .inner h2 .en {
    margin-bottom: 15px;
  }
  #with_roten .oheya_sec {
    padding: 100px 0 0;
  }
  #with_roten .oheya_sec .inner .ttl_img {
    flex-direction: column;
  }
  #with_roten .oheya_sec .inner .ttl_img h2 {
    justify-content: center;
    width: 100%;
    margin-bottom: 30px;
    order: 1;
  }
  #with_roten .oheya_sec .inner .ttl_img h2 .katagaki {
    font-size: 13px;
  }
  #with_roten .oheya_sec .inner .ttl_img h2 .name {
    font-size: 20px;
  }
  #with_roten .oheya_sec .inner .ttl_img h2 .name small {
    font-size: 14px;
    margin-top: 20px;
  }
  #with_roten .oheya_sec .inner .ttl_img h2 .name small::before, #with_roten .oheya_sec .inner .ttl_img h2 .name small::after {
    height: 15px;
  }
  #with_roten .oheya_sec .inner .ttl_img .img {
    order: 2;
    width: 100%;
    margin-top: 0;
  }
  #with_roten .oheya_sec .inner .ttl_img .img span {
    left: 10px;
    bottom: 10px;
    font-size: 10px;
  }
  #with_roten .oheya_sec .inner .img_txt {
    margin-top: 20px;
    flex-direction: column;
  }
  #with_roten .oheya_sec .inner .img_txt .img {
    width: 90vw;
    transform: translateX(5vw);
    z-index: 1;
  }
  #with_roten .oheya_sec .inner .img_txt .txt {
    margin-top: -20px;
    width: 100%;
    padding: 30px;
    z-index: 2;
    margin-right: 0;
    margin-left: -5vw;
  }
  #with_roten .oheya_sec .inner .img_txt .txt .desc {
    font-size: 12px;
  }
  #with_roten .oheya_sec .inner .img_txt .txt .map {
    margin-top: 40px;
  }
  #with_roten .oheya_sec .inner .detail {
    margin-top: 0;
    width: 100%;
  }
  #with_roten .oheya_sec .inner .detail .ttl {
    font-size: 14px;
    margin-bottom: 10px;
  }
  #with_roten .oheya_sec .inner .detail .desc {
    font-size: 12px;
  }
  #with_roten .oheya_sec .inner .img_list {
    margin-top: 50px;
    flex-direction: column;
    align-items: center;
  }
  #with_roten .oheya_sec .inner .img_list .img:not(:last-child) {
    margin-right: 0;
    margin-bottom: 20px;
  }
  #with_roten .oheya_sec .inner .course {
    margin-top: 50px;
  }
  #with_roten .oheya_sec .inner .course h3 {
    font-size: 15px;
    text-align: center;
  }
  #with_roten .oheya_sec .inner .course h3::before {
    width: 30px;
    margin-right: 20px;
  }
  #with_roten .oheya_sec .inner .course h3::after {
    width: 30px;
    margin-left: 20px;
  }
  #with_roten .oheya_sec .inner .course .list .block a {
    padding: 10px;
    flex-direction: column;
  }
  #with_roten .oheya_sec .inner .course .list .block a .img {
    margin-right: 0;
    margin-bottom: 15px;
  }
  #with_roten .oheya_sec .inner .course .list .block a .name .sub {
    font-size: 12px;
  }
  #with_roten .oheya_sec .inner .course .list .block a .name .main {
    font-size: 19px;
  }
  #with_roten .oheya_sec .inner .course .list .block a .name .main small {
    display: block;
  }
  #with_roten .oheya_sec .inner .course .list .block a::after {
    margin-top: 10px;
  }
  #with_roten .oheya_sec .inner .course .notice {
    font-size: 13px;
    margin-top: 20px;
  }
  #with_roten .oheya_sec.reverse .inner .ttl_img .img {
    transform: translateX(-5vw);
  }
  #with_roten .oheya_sec.reverse .inner .img_txt .txt {
    padding: 30px;
    order: 2;
  }
  #with_roten .oheya_sec.reverse .inner .img_txt .img {
    order: 1;
  }
  #with_roten .oheya_sec.reverse .inner .detail {
    margin-top: 30px;
  }
  #with_roten .oheya_sec#shiosai .inner .detail {
    margin-top: 40px;
  }
  #with_roten .oheya_sec#shiosai .inner .detail .desc {
    font-size: 12px;
  }
  #with_roten .oheya_sec#shiosai .inner .img_list .img {
    width: 269px;
  }
  #with_roten .oheya_sec#shiosai .inner .img_list .img:not(:last-child) {
    margin-right: 0;
    margin-bottom: 20px;
  }
  #with_roten .oheya_sec#matsukaze {
    padding-bottom: 100px;
  }
}
#japanese_style #mv {
  background-image: url(../img/oheya/japanese_style/mv.jpg);
  height: 587px;
}
#japanese_style #mv .inner {
  position: static;
  transform: none;
  padding-top: 185px;
}
#japanese_style #mv .inner .main {
  writing-mode: vertical-rl;
  color: #fff;
  font-size: 18px;
  line-height: 1.8;
  margin: 0 auto;
  text-shadow: 0 0 5px rgb(0, 0, 0), 0 0 5px rgb(0, 0, 0);
  max-height: 370px;
  letter-spacing: 0.2em;
}
#japanese_style #intro {
  padding-top: 240px;
}
#japanese_style #intro .inner h2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 300;
  line-height: 1;
}
#japanese_style #intro .inner h2::before, #japanese_style #intro .inner h2::after {
  content: "";
  display: block;
  width: 140px;
  height: 1px;
  background: #333;
}
#japanese_style #intro .inner h2 .jp {
  margin-top: 30px;
  font-size: 27px;
  letter-spacing: 0.1em;
}
#japanese_style #intro .inner h2 .en {
  margin-top: 10px;
  font-size: 10px;
  color: #8d8d8d;
  letter-spacing: 0.22em;
  margin-bottom: 30px;
}
#japanese_style .oheya_sec {
  padding: 150px 0 230px;
}
#japanese_style .oheya_sec .inner {
  max-width: 1100px;
}
#japanese_style .oheya_sec .inner .ttl_img {
  display: flex;
  position: relative;
  z-index: 1;
}
#japanese_style .oheya_sec .inner .ttl_img .img {
  margin-top: 100px;
  margin-left: calc((100vw - 1100px) / 2 * -1);
  width: calc(56% + (100vw - 1100px) / 2);
  order: 1;
  position: relative;
}
#japanese_style .oheya_sec .inner .ttl_img .img span {
  position: absolute;
  bottom: 15px;
  color: #fff;
  font-size: 11px;
  letter-spacing: 0.14em;
  left: 125px;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Noto Sans JP", sans-serif;
}
#japanese_style .oheya_sec .inner .ttl_img h2 {
  writing-mode: vertical-rl;
  letter-spacing: 0.1em;
  order: 2;
  font-weight: 300;
  margin: 0 auto 180px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#japanese_style .oheya_sec .inner .ttl_img h2 .katagaki {
  font-size: 17px;
  display: block;
  margin-left: 5px;
  text-align: center;
}
#japanese_style .oheya_sec .inner .ttl_img h2 .name {
  margin-top: 20px;
  font-size: 41px;
  display: flex;
  align-items: center;
}
#japanese_style .oheya_sec .inner .ttl_img h2 .name small {
  margin-top: 38px;
  font-size: 16px;
  display: flex;
  align-items: center;
}
#japanese_style .oheya_sec .inner .ttl_img h2 .name small::before {
  content: "";
  display: block;
  width: 1px;
  height: 16px;
  background: #808080;
  margin-bottom: 10px;
}
#japanese_style .oheya_sec .inner .ttl_img h2 .name small::after {
  content: "";
  display: block;
  width: 1px;
  height: 16px;
  background: #808080;
  margin-top: 10px;
}
#japanese_style .oheya_sec .inner .img_txt {
  display: flex;
  margin-top: 56px;
  position: relative;
  z-index: 2;
}
#japanese_style .oheya_sec .inner .img_txt .img {
  width: 47%;
}
#japanese_style .oheya_sec .inner .img_txt .txt {
  margin-top: -225px;
  margin-right: calc((100vw - 1100px) / 2 * -1);
  width: calc(53% + (100vw - 1100px) / 2);
  background: #fff;
  padding: 115px calc((100vw - 1100px) / 2) 0 125px;
}
#japanese_style .oheya_sec .inner .img_txt .txt .desc {
  font-size: 17px;
  line-height: 1.9;
  letter-spacing: 0.14em;
}
#japanese_style .oheya_sec .inner .img_txt .txt .map {
  margin-top: 85px;
}
#japanese_style .oheya_sec .inner .img_list {
  margin-top: 135px;
  display: flex;
  justify-content: center;
}
#japanese_style .oheya_sec .inner .img_list .img {
  width: 269px;
  text-align: center;
}
#japanese_style .oheya_sec .inner .img_list .img span {
  margin-top: 5px;
  display: block;
  font-size: 11px;
  letter-spacing: 0.075em;
  font-feature-settings: "palt";
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Noto Sans JP", sans-serif;
}
#japanese_style .oheya_sec .inner .img_list .img:not(:last-child) {
  margin-right: 59px;
}
#japanese_style .oheya_sec .inner .detail {
  margin-top: -24px;
  width: 47%;
  letter-spacing: 0.14em;
}
#japanese_style .oheya_sec .inner .detail .ttl {
  margin-bottom: 15px;
}
#japanese_style .oheya_sec .inner .detail .desc {
  font-size: 14px;
  line-height: 1.7;
}
#japanese_style .oheya_sec .inner .course {
  margin-top: 125px;
}
#japanese_style .oheya_sec .inner .course h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  letter-spacing: 0.14em;
  font-weight: 300;
  margin-bottom: 25px;
  font-feature-settings: "palt";
}
#japanese_style .oheya_sec .inner .course h3::before {
  content: "";
  display: block;
  width: 63px;
  height: 1px;
  background: #333;
  margin-right: 45px;
}
#japanese_style .oheya_sec .inner .course h3::after {
  content: "";
  display: block;
  width: 63px;
  height: 1px;
  background: #333;
  margin-left: 45px;
}
#japanese_style .oheya_sec .inner .course .list {
  max-width: 920px;
  margin: 0 auto;
}
#japanese_style .oheya_sec .inner .course .list .block a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 35px 10px 10px;
}
#japanese_style .oheya_sec .inner .course .list .block a .img {
  width: 149px;
}
#japanese_style .oheya_sec .inner .course .list .block a .name {
  text-align: center;
  letter-spacing: 0.14em;
}
#japanese_style .oheya_sec .inner .course .list .block a .name .sub {
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 5px;
}
#japanese_style .oheya_sec .inner .course .list .block a .name .main {
  font-size: 24px;
}
#japanese_style .oheya_sec .inner .course .list .block a::after {
  content: "";
  display: block;
  width: 38px;
  height: 38px;
  background: url(../img/arrow_right_circle.svg) no-repeat center/contain;
}
#japanese_style .oheya_sec .inner .course .list .block:not(:last-child) {
  margin-bottom: 15px;
}
#japanese_style .oheya_sec .inner .course .list .block.oheyashoku a {
  background: #e8d7f9;
}
#japanese_style .oheya_sec .inner .course .list .block.wanofullcourse a {
  background: #f9f4d9;
}
#japanese_style .oheya_sec .inner .course .list .block.sumibiyaki a {
  background: #e6ffe6;
}
#japanese_style .oheya_sec .inner .course .notice {
  margin-top: 30px;
  line-height: 1.8;
  text-align: center;
  letter-spacing: 0.14em;
}
#japanese_style .oheya_sec.reverse .inner .ttl_img h2 {
  order: 1;
}
#japanese_style .oheya_sec.reverse .inner .ttl_img .img {
  order: 2;
  margin-left: 0;
  margin-right: calc((100vw - 1100px) / 2 * -1);
}
#japanese_style .oheya_sec.reverse .inner .img_txt .img {
  order: 2;
}
#japanese_style .oheya_sec.reverse .inner .img_txt .txt {
  order: 1;
  margin-right: 0;
  margin-left: calc((100vw - 1100px) / 2 * -1);
}
#japanese_style .oheya_sec.reverse .inner .detail {
  margin-top: 85px;
}
#japanese_style .oheya_sec#wabisuke_yamaboushi .inner .ttl_img h2 .name strong {
  height: 3.2em;
  text-align: center;
  font-weight: 300;
}
#japanese_style .oheya_sec#juujouma .inner .ttl_img h2 .name strong {
  font-weight: 300;
  text-combine-upright: all;
}
#japanese_style .oheya_sec#juujouma .inner .img_txt .txt .map {
  margin-top: 190px;
}
#japanese_style .oheya_sec#juujouma .inner .detail {
  margin-top: 20px;
}
#japanese_style .oheya_sec#hanaikada .inner .ttl_img h2 .katagaki em {
  text-combine-upright: all;
  font-style: normal;
}
#japanese_style .oheya_sec#hanaikada .inner .detail {
  margin-top: 90px;
}
#japanese_style .oheya_sec#omomuki .inner .detail {
  margin-top: 140px;
}
#japanese_style .oheya_sec#chidori_sekirei .inner .detail {
  width: 100%;
}
#japanese_style .oheya_sec#chidori_sekirei .inner .detail .desc {
  font-size: 14px;
  line-height: 1.8;
}

@media (max-width: 1222px) {
  #japanese_style .oheya_sec .inner .ttl_img .img {
    margin-left: -5vw;
    width: calc(60% + 5vw);
  }
  #japanese_style .oheya_sec .inner .img_txt .txt {
    margin-right: -5vw;
    width: calc(53% + 5vw);
    padding: 35px 5vw 35px 35px;
  }
  #japanese_style .oheya_sec .inner .img_txt .txt .desc {
    font-size: 14px;
  }
  #japanese_style .oheya_sec.reverse .inner .ttl_img .img {
    margin-right: -5vw;
    margin-left: 0;
  }
  #japanese_style .oheya_sec.reverse .inner .img_txt .txt {
    margin-left: -5vw;
    margin-right: 0;
    padding: 35px 35px 35px 5vw;
  }
}
@media (max-width: 768px) {
  #japanese_style #mv {
    height: 400px;
  }
  #japanese_style #mv .inner {
    padding-top: 115px;
  }
  #japanese_style #mv .inner .main {
    font-size: 14px;
  }
  #japanese_style #intro {
    padding-top: 50px;
  }
  #japanese_style #intro .inner h2 .jp {
    margin-top: 15px;
    font-size: 20px;
  }
  #japanese_style #intro .inner h2 .en {
    margin-bottom: 15px;
  }
  #japanese_style .oheya_sec {
    padding: 100px 0 0;
  }
  #japanese_style .oheya_sec .inner .ttl_img {
    flex-direction: column;
  }
  #japanese_style .oheya_sec .inner .ttl_img h2 {
    justify-content: center;
    width: 100%;
    margin-bottom: 30px;
    order: 1;
  }
  #japanese_style .oheya_sec .inner .ttl_img h2 .katagaki {
    font-size: 13px;
  }
  #japanese_style .oheya_sec .inner .ttl_img h2 .name {
    font-size: 20px;
  }
  #japanese_style .oheya_sec .inner .ttl_img h2 .name small {
    font-size: 14px;
    margin-top: 20px;
  }
  #japanese_style .oheya_sec .inner .ttl_img h2 .name small::before, #japanese_style .oheya_sec .inner .ttl_img h2 .name small::after {
    height: 15px;
  }
  #japanese_style .oheya_sec .inner .ttl_img .img {
    order: 2;
    width: 100%;
    margin-top: 0;
  }
  #japanese_style .oheya_sec .inner .ttl_img .img span {
    left: 10px;
    bottom: 10px;
    font-size: 10px;
  }
  #japanese_style .oheya_sec .inner .img_txt {
    margin-top: 20px;
    flex-direction: column;
  }
  #japanese_style .oheya_sec .inner .img_txt .img {
    width: 90vw;
    transform: translateX(5vw);
    z-index: 1;
  }
  #japanese_style .oheya_sec .inner .img_txt .txt {
    margin-top: -20px;
    width: 100%;
    padding: 30px;
    z-index: 2;
    margin-right: 0;
    margin-left: -5vw;
  }
  #japanese_style .oheya_sec .inner .img_txt .txt .desc {
    font-size: 12px;
  }
  #japanese_style .oheya_sec .inner .img_txt .txt .map {
    margin-top: 40px;
  }
  #japanese_style .oheya_sec .inner .detail {
    margin-top: 0;
    width: 100%;
  }
  #japanese_style .oheya_sec .inner .detail .ttl {
    font-size: 14px;
    margin-bottom: 10px;
  }
  #japanese_style .oheya_sec .inner .detail .desc {
    font-size: 12px;
  }
  #japanese_style .oheya_sec .inner .img_list {
    margin-top: 50px;
    flex-direction: column;
    align-items: center;
  }
  #japanese_style .oheya_sec .inner .img_list .img:not(:last-child) {
    margin-right: 0;
    margin-bottom: 20px;
  }
  #japanese_style .oheya_sec .inner .course {
    margin-top: 50px;
  }
  #japanese_style .oheya_sec .inner .course h3 {
    font-size: 15px;
    text-align: center;
  }
  #japanese_style .oheya_sec .inner .course h3::before {
    width: 30px;
    margin-right: 20px;
  }
  #japanese_style .oheya_sec .inner .course h3::after {
    width: 30px;
    margin-left: 20px;
  }
  #japanese_style .oheya_sec .inner .course .list .block a {
    padding: 10px;
    flex-direction: column;
  }
  #japanese_style .oheya_sec .inner .course .list .block a .img {
    margin-right: 0;
    margin-bottom: 15px;
  }
  #japanese_style .oheya_sec .inner .course .list .block a .name .sub {
    font-size: 12px;
  }
  #japanese_style .oheya_sec .inner .course .list .block a .name .main {
    font-size: 19px;
  }
  #japanese_style .oheya_sec .inner .course .list .block a .name .main small {
    display: block;
  }
  #japanese_style .oheya_sec .inner .course .list .block a::after {
    margin-top: 10px;
  }
  #japanese_style .oheya_sec .inner .course .notice {
    font-size: 13px;
    margin-top: 20px;
  }
  #japanese_style .oheya_sec.reverse .inner .ttl_img .img {
    transform: translateX(-5vw);
  }
  #japanese_style .oheya_sec.reverse .inner .img_txt .txt {
    padding: 30px;
    order: 2;
  }
  #japanese_style .oheya_sec.reverse .inner .img_txt .img {
    order: 1;
  }
  #japanese_style .oheya_sec.reverse .inner .detail {
    margin-top: 30px;
  }
  #japanese_style .oheya_sec#wabisuke_yamaboushi .inner .ttl_img h2 .name strong {
    height: 3.5em;
  }
  #japanese_style .oheya_sec#juujouma .inner .img_txt .txt .map {
    margin-top: 40px;
  }
  #japanese_style .oheya_sec#hanaikada .inner .detail {
    margin-top: 30px;
  }
  #japanese_style .oheya_sec#omomuki .inner .detail {
    margin-top: 30px;
  }
  #japanese_style .oheya_sec#chidori_sekirei {
    padding-bottom: 100px;
  }
  #japanese_style .oheya_sec#chidori_sekirei .inner .detail .desc {
    font-size: 12px;
  }
}
#japanese_western #mv {
  background-image: url(../img/oheya/japanese_western/mv.jpg);
  height: 587px;
}
#japanese_western #mv .inner {
  position: static;
  transform: none;
  padding-top: 185px;
}
#japanese_western #mv .inner .main {
  writing-mode: vertical-rl;
  color: #fff;
  font-size: 18px;
  line-height: 1.8;
  margin: 0 auto;
  text-shadow: 0 0 5px rgb(0, 0, 0), 0 0 5px rgb(0, 0, 0);
  max-height: 360px;
  letter-spacing: 0.16em;
}
#japanese_western #intro {
  padding-top: 240px;
}
#japanese_western #intro .inner h2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 300;
  line-height: 1;
}
#japanese_western #intro .inner h2::before, #japanese_western #intro .inner h2::after {
  content: "";
  display: block;
  width: 140px;
  height: 1px;
  background: #333;
}
#japanese_western #intro .inner h2 .jp {
  margin-top: 30px;
  font-size: 27px;
  letter-spacing: 0.1em;
}
#japanese_western #intro .inner h2 .en {
  margin-top: 10px;
  font-size: 10px;
  color: #8d8d8d;
  letter-spacing: 0.22em;
  margin-bottom: 30px;
}
#japanese_western .oheya_sec {
  padding: 150px 0 230px;
}
#japanese_western .oheya_sec .inner {
  max-width: 1100px;
}
#japanese_western .oheya_sec .inner .ttl_img {
  display: flex;
  position: relative;
  z-index: 1;
}
#japanese_western .oheya_sec .inner .ttl_img .img {
  margin-top: 100px;
  margin-left: calc((100vw - 1100px) / 2 * -1);
  width: calc(56% + (100vw - 1100px) / 2);
  order: 1;
  position: relative;
}
#japanese_western .oheya_sec .inner .ttl_img .img span {
  position: absolute;
  bottom: 15px;
  color: #fff;
  font-size: 11px;
  letter-spacing: 0.14em;
  left: 125px;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Noto Sans JP", sans-serif;
}
#japanese_western .oheya_sec .inner .ttl_img h2 {
  writing-mode: vertical-rl;
  letter-spacing: 0.1em;
  order: 2;
  font-weight: 300;
  margin: 0 auto 180px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#japanese_western .oheya_sec .inner .ttl_img h2 .katagaki {
  font-size: 17px;
  display: block;
  margin-left: 5px;
  text-align: center;
}
#japanese_western .oheya_sec .inner .ttl_img h2 .name {
  margin-top: 20px;
  font-size: 41px;
  display: flex;
  align-items: center;
}
#japanese_western .oheya_sec .inner .ttl_img h2 .name small {
  margin-top: 38px;
  font-size: 16px;
  display: flex;
  align-items: center;
}
#japanese_western .oheya_sec .inner .ttl_img h2 .name small::before {
  content: "";
  display: block;
  width: 1px;
  height: 16px;
  background: #808080;
  margin-bottom: 10px;
}
#japanese_western .oheya_sec .inner .ttl_img h2 .name small::after {
  content: "";
  display: block;
  width: 1px;
  height: 16px;
  background: #808080;
  margin-top: 10px;
}
#japanese_western .oheya_sec .inner .img_txt {
  display: flex;
  margin-top: 56px;
  position: relative;
  z-index: 2;
}
#japanese_western .oheya_sec .inner .img_txt .img {
  width: 47%;
}
#japanese_western .oheya_sec .inner .img_txt .img img {
  display: block;
}
#japanese_western .oheya_sec .inner .img_txt .img span {
  margin-top: 5px;
  display: block;
  font-size: 11px;
  letter-spacing: 0.075em;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Noto Sans JP", sans-serif;
}
#japanese_western .oheya_sec .inner .img_txt .img span:not(:last-child) {
  margin-bottom: 30px;
}
#japanese_western .oheya_sec .inner .img_txt .txt {
  margin-top: -225px;
  margin-right: calc((100vw - 1100px) / 2 * -1);
  width: calc(53% + (100vw - 1100px) / 2);
  background: #fff;
  padding: 115px calc((100vw - 1100px) / 2) 0 125px;
}
#japanese_western .oheya_sec .inner .img_txt .txt .desc {
  font-size: 17px;
  line-height: 1.9;
  letter-spacing: 0.14em;
}
#japanese_western .oheya_sec .inner .img_txt .txt .map {
  margin-top: 85px;
}
#japanese_western .oheya_sec .inner .img_list {
  margin-top: 135px;
  display: flex;
  justify-content: center;
}
#japanese_western .oheya_sec .inner .img_list .img {
  width: 269px;
  text-align: center;
}
#japanese_western .oheya_sec .inner .img_list .img span {
  margin-top: 5px;
  display: block;
  font-size: 11px;
  letter-spacing: 0.075em;
  font-feature-settings: "palt";
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Noto Sans JP", sans-serif;
}
#japanese_western .oheya_sec .inner .img_list .img:not(:last-child) {
  margin-right: 59px;
}
#japanese_western .oheya_sec .inner .detail {
  margin-top: -24px;
  width: 47%;
  letter-spacing: 0.14em;
}
#japanese_western .oheya_sec .inner .detail .ttl {
  margin-bottom: 15px;
}
#japanese_western .oheya_sec .inner .detail .desc {
  font-size: 14px;
  line-height: 1.7;
}
#japanese_western .oheya_sec .inner .course {
  margin-top: 125px;
}
#japanese_western .oheya_sec .inner .course h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  letter-spacing: 0.14em;
  font-weight: 300;
  margin-bottom: 25px;
  font-feature-settings: "palt";
}
#japanese_western .oheya_sec .inner .course h3::before {
  content: "";
  display: block;
  width: 63px;
  height: 1px;
  background: #333;
  margin-right: 45px;
}
#japanese_western .oheya_sec .inner .course h3::after {
  content: "";
  display: block;
  width: 63px;
  height: 1px;
  background: #333;
  margin-left: 45px;
}
#japanese_western .oheya_sec .inner .course .list {
  max-width: 920px;
  margin: 0 auto;
}
#japanese_western .oheya_sec .inner .course .list .block a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 35px 10px 10px;
}
#japanese_western .oheya_sec .inner .course .list .block a .img {
  width: 149px;
}
#japanese_western .oheya_sec .inner .course .list .block a .name {
  text-align: center;
  letter-spacing: 0.14em;
}
#japanese_western .oheya_sec .inner .course .list .block a .name .sub {
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 5px;
}
#japanese_western .oheya_sec .inner .course .list .block a .name .main {
  font-size: 24px;
}
#japanese_western .oheya_sec .inner .course .list .block a::after {
  content: "";
  display: block;
  width: 38px;
  height: 38px;
  background: url(../img/arrow_right_circle.svg) no-repeat center/contain;
}
#japanese_western .oheya_sec .inner .course .list .block:not(:last-child) {
  margin-bottom: 15px;
}
#japanese_western .oheya_sec .inner .course .list .block.oheyashoku a {
  background: #e8d7f9;
}
#japanese_western .oheya_sec .inner .course .list .block.wanofullcourse a {
  background: #f9f4d9;
}
#japanese_western .oheya_sec .inner .course .list .block.sumibiyaki a {
  background: #e6ffe6;
}
#japanese_western .oheya_sec .inner .course .notice {
  margin-top: 30px;
  line-height: 1.8;
  text-align: center;
  letter-spacing: 0.14em;
}
#japanese_western .oheya_sec.reverse .inner .ttl_img h2 {
  order: 1;
}
#japanese_western .oheya_sec.reverse .inner .ttl_img .img {
  order: 2;
  margin-left: 0;
  margin-right: calc((100vw - 1100px) / 2 * -1);
}
#japanese_western .oheya_sec.reverse .inner .img_txt .img {
  order: 2;
}
#japanese_western .oheya_sec.reverse .inner .img_txt .txt {
  order: 1;
  margin-right: 0;
  margin-left: calc((100vw - 1100px) / 2 * -1);
}
#japanese_western .oheya_sec.reverse .inner .detail {
  margin-top: 85px;
}
#japanese_western .oheya_sec#futarishizuka .inner .ttl_img .img span {
  color: #333;
  position: static;
  text-align: right;
  margin-top: 5px;
  padding-right: 110px;
  display: block;
}
#japanese_western .oheya_sec#futarishizuka .inner .detail {
  margin-top: -112px;
}
#japanese_western .oheya_sec#umiiro .inner .ttl_img h2 .name {
  font-size: 31px;
}
#japanese_western .oheya_sec#umiiro .inner .ttl_img h2 .name strong {
  font-weight: 300;
  font-size: 40px;
}
#japanese_western .oheya_sec#umiiro .inner .ttl_img h2 .name small {
  margin-top: 25px;
}
#japanese_western .oheya_sec#wa_modern .inner .img_txt .txt .map {
  margin-top: 170px;
}
#japanese_western .oheya_sec#wa_modern .inner .detail {
  margin-top: 10px;
}

@media (max-width: 1222px) {
  #japanese_western .oheya_sec .inner .ttl_img .img {
    margin-left: -5vw;
    width: calc(60% + 5vw);
  }
  #japanese_western .oheya_sec .inner .img_txt .txt {
    margin-right: -5vw;
    width: calc(53% + 5vw);
    padding: 35px 5vw 35px 35px;
  }
  #japanese_western .oheya_sec .inner .img_txt .txt .desc {
    font-size: 14px;
  }
  #japanese_western .oheya_sec.reverse .inner .ttl_img .img {
    margin-right: -5vw;
    margin-left: 0;
  }
  #japanese_western .oheya_sec.reverse .inner .img_txt .txt {
    margin-left: -5vw;
    margin-right: 0;
    padding: 35px 35px 35px 5vw;
  }
}
@media (max-width: 768px) {
  #japanese_western #mv {
    height: 400px;
  }
  #japanese_western #mv .inner {
    padding-top: 115px;
  }
  #japanese_western #mv .inner .main {
    font-size: 16px;
  }
  #japanese_western #intro {
    padding-top: 50px;
  }
  #japanese_western #intro .inner h2 .jp {
    margin-top: 15px;
    font-size: 20px;
  }
  #japanese_western #intro .inner h2 .en {
    margin-bottom: 15px;
  }
  #japanese_western .oheya_sec {
    padding: 100px 0 0;
  }
  #japanese_western .oheya_sec .inner .ttl_img {
    flex-direction: column;
  }
  #japanese_western .oheya_sec .inner .ttl_img h2 {
    justify-content: center;
    width: 100%;
    margin-bottom: 30px;
    order: 1;
  }
  #japanese_western .oheya_sec .inner .ttl_img h2 .katagaki {
    font-size: 13px;
  }
  #japanese_western .oheya_sec .inner .ttl_img h2 .name {
    font-size: 20px;
  }
  #japanese_western .oheya_sec .inner .ttl_img h2 .name small {
    font-size: 14px;
    margin-top: 20px;
  }
  #japanese_western .oheya_sec .inner .ttl_img h2 .name small::before, #japanese_western .oheya_sec .inner .ttl_img h2 .name small::after {
    height: 15px;
  }
  #japanese_western .oheya_sec .inner .ttl_img .img {
    order: 2;
    width: 100%;
    margin-top: 0;
  }
  #japanese_western .oheya_sec .inner .ttl_img .img span {
    left: 10px;
    bottom: 10px;
    font-size: 10px;
  }
  #japanese_western .oheya_sec .inner .img_txt {
    margin-top: 20px;
    flex-direction: column;
  }
  #japanese_western .oheya_sec .inner .img_txt .img {
    width: 90vw;
    transform: translateX(5vw);
    z-index: 1;
  }
  #japanese_western .oheya_sec .inner .img_txt .txt {
    margin-top: -20px;
    width: 100%;
    padding: 30px;
    z-index: 2;
    margin-right: 0;
    margin-left: -5vw;
  }
  #japanese_western .oheya_sec .inner .img_txt .txt .desc {
    font-size: 12px;
  }
  #japanese_western .oheya_sec .inner .img_txt .txt .map {
    margin-top: 40px;
  }
  #japanese_western .oheya_sec .inner .detail {
    margin-top: 0;
    width: 100%;
  }
  #japanese_western .oheya_sec .inner .detail .ttl {
    font-size: 14px;
    margin-bottom: 10px;
  }
  #japanese_western .oheya_sec .inner .detail .desc {
    font-size: 12px;
  }
  #japanese_western .oheya_sec .inner .img_list {
    margin-top: 50px;
    flex-direction: column;
    align-items: center;
  }
  #japanese_western .oheya_sec .inner .img_list .img:not(:last-child) {
    margin-right: 0;
    margin-bottom: 20px;
  }
  #japanese_western .oheya_sec .inner .course {
    margin-top: 50px;
  }
  #japanese_western .oheya_sec .inner .course h3 {
    font-size: 15px;
    text-align: center;
  }
  #japanese_western .oheya_sec .inner .course h3::before {
    width: 30px;
    margin-right: 20px;
  }
  #japanese_western .oheya_sec .inner .course h3::after {
    width: 30px;
    margin-left: 20px;
  }
  #japanese_western .oheya_sec .inner .course .list .block a {
    padding: 10px;
    flex-direction: column;
  }
  #japanese_western .oheya_sec .inner .course .list .block a .img {
    margin-right: 0;
    margin-bottom: 15px;
  }
  #japanese_western .oheya_sec .inner .course .list .block a .name .sub {
    font-size: 12px;
  }
  #japanese_western .oheya_sec .inner .course .list .block a .name .main {
    font-size: 19px;
  }
  #japanese_western .oheya_sec .inner .course .list .block a .name .main small {
    display: block;
  }
  #japanese_western .oheya_sec .inner .course .list .block a::after {
    margin-top: 10px;
  }
  #japanese_western .oheya_sec .inner .course .notice {
    font-size: 13px;
    margin-top: 20px;
  }
  #japanese_western .oheya_sec.reverse .inner .ttl_img .img {
    transform: translateX(-5vw);
  }
  #japanese_western .oheya_sec.reverse .inner .img_txt .txt {
    padding: 30px;
    order: 2;
  }
  #japanese_western .oheya_sec.reverse .inner .img_txt .img {
    order: 1;
  }
  #japanese_western .oheya_sec.reverse .inner .detail {
    margin-top: 30px;
  }
  #japanese_western .oheya_sec#sendaihagi .inner .img_txt .txt {
    margin-top: -40px;
  }
  #japanese_western .oheya_sec#futarishizuka .inner .ttl_img .img span {
    padding-right: 0;
  }
  #japanese_western .oheya_sec#futarishizuka .inner .detail {
    margin-top: 0;
  }
  #japanese_western .oheya_sec#umiiro .inner .ttl_img h2 .name {
    font-size: 18px;
  }
  #japanese_western .oheya_sec#umiiro .inner .ttl_img h2 .name strong {
    font-size: 20px;
  }
  #japanese_western .oheya_sec#umiiro .inner .ttl_img h2 .name small {
    margin-top: 20px;
  }
  #japanese_western .oheya_sec#wa_modern {
    padding-bottom: 100px;
  }
  #japanese_western .oheya_sec#wa_modern .inner .img_txt .txt .map {
    margin-top: 30px;
  }
}
#okosamakangei #mv {
  background: url(../img/okosamakangei/mv.jpg) no-repeat center bottom/cover;
  height: 792px;
}
#okosamakangei #mv .inner {
  position: relative;
  max-width: 1100px;
}
#okosamakangei #mv .inner .img {
  position: absolute;
  bottom: -100px;
  right: 86px;
}
#okosamakangei #mv .inner .img img {
  width: 322px;
}
#okosamakangei #intro {
  padding-top: 240px;
}
#okosamakangei #intro .inner h2 {
  margin-bottom: 160px;
  text-align: center;
}
#okosamakangei #intro .inner h2 img {
  width: 416px;
}
#okosamakangei #intro .inner .catch {
  text-align: center;
  font-size: 36px;
  line-height: 1.7;
  letter-spacing: 0.2em;
  margin-bottom: 20px;
}
#okosamakangei #intro .inner .main {
  text-align: center;
  font-size: 14px;
  line-height: 2.2;
  letter-spacing: 0.18em;
}
#okosamakangei #feature {
  padding-top: 225px;
}
#okosamakangei #feature .inner .list {
  display: flex;
  justify-content: center;
}
#okosamakangei #feature .inner .list .block {
  width: 29%;
}
#okosamakangei #feature .inner .list .block .ttl {
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.2em;
  margin-bottom: 15px;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Noto Sans JP", sans-serif;
}
#okosamakangei #feature .inner .list .block .img {
  margin-bottom: 60px;
}
#okosamakangei #feature .inner .list .block .main {
  font-size: 14px;
  line-height: 1.7;
  max-width: 262px;
  margin: 0 auto 75px;
}
#okosamakangei #feature .inner .list .block .sub {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 12px;
  line-height: 2.3;
  letter-spacing: 0.15em;
}
#okosamakangei #feature .inner .list .block .notice {
  font-size: 9px;
  line-height: 1.6;
  max-width: 214px;
  margin: 25px auto 0;
}
#okosamakangei #feature .inner .list .block:not(:last-child) {
  margin-right: 6.5%;
}
#okosamakangei #feature .inner .list .block:nth-child(2) {
  margin-top: 65px;
}
#okosamakangei #fee {
  padding: 345px 0 175px;
}
#okosamakangei #fee .inner h2 {
  text-align: center;
  font-size: 28px;
  font-weight: 300;
  letter-spacing: 0.2em;
  margin-bottom: 100px;
  position: relative;
}
#okosamakangei #fee .inner h2::after {
  content: "";
  display: block;
  width: 64px;
  height: 1px;
  background: #000;
  position: absolute;
  top: calc(100% + 40px);
  left: 50%;
  transform: translateX(-50%);
}
#okosamakangei #fee .inner h2 span {
  font-size: 15px;
}
#okosamakangei #fee .inner table {
  margin: 0 auto;
  width: 870px;
}
#okosamakangei #fee .inner table tr td {
  font-size: 15px;
  line-height: 1.6;
  padding: 10px 20px;
  border-top: 1px solid #333;
}
#okosamakangei #fee .inner table tr td:nth-child(1) span {
  font-size: 10px;
}
#okosamakangei #fee .inner table tr td:nth-child(3) {
  text-align: right;
}
#okosamakangei #fee .inner table tr:last-child td {
  border-bottom: 1px solid #333;
}
#okosamakangei #fee .inner .btn {
  margin-top: 290px;
}
#okosamakangei #fee .inner .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ededed;
  font-size: 27px;
  letter-spacing: 0.2em;
  width: 521px;
  height: 86px;
  margin: 0 auto;
}
#okosamakangei #fee .inner .btn a::after {
  content: "";
  display: block;
  width: 38px;
  height: 38px;
  background: url(../img/arrow_right_circle.svg) no-repeat center/contain;
  margin-left: 47px;
}

@media (max-width: 768px) {
  #okosamakangei #mv {
    height: 70vw;
  }
  #okosamakangei #mv .inner .img {
    width: 40vw;
    bottom: -5vw;
    right: 5vw;
  }
  #okosamakangei #intro {
    padding-top: 100px;
  }
  #okosamakangei #intro .inner h2 {
    margin-bottom: 40px;
  }
  #okosamakangei #intro .inner h2 img {
    width: 260px;
  }
  #okosamakangei #intro .inner .catch {
    font-size: 19px;
  }
  #okosamakangei #intro .inner .main {
    font-size: 10px;
  }
  #okosamakangei #feature {
    padding-top: 80px;
  }
  #okosamakangei #feature .inner .list {
    flex-direction: column;
  }
  #okosamakangei #feature .inner .list .block {
    width: 100%;
  }
  #okosamakangei #feature .inner .list .block .img {
    text-align: center;
    margin-bottom: 20px;
  }
  #okosamakangei #feature .inner .list .block .img img {
    max-width: 280px;
  }
  #okosamakangei #feature .inner .list .block .main {
    margin-bottom: 30px;
  }
  #okosamakangei #feature .inner .list .block:not(:last-child) {
    margin-right: 0;
    margin-bottom: 40px;
  }
  #okosamakangei #feature .inner .list .block:nth-child(2) {
    margin-top: 0;
  }
  #okosamakangei #fee {
    padding: 80px 0 100px;
  }
  #okosamakangei #fee .inner h2 {
    font-size: 22px;
    margin-bottom: 60px;
  }
  #okosamakangei #fee .inner h2::after {
    top: calc(100% + 20px);
  }
  #okosamakangei #fee .inner .table_wrap {
    overflow: scroll;
  }
  #okosamakangei #fee .inner .table_wrap table {
    white-space: nowrap;
    width: 600px;
  }
  #okosamakangei #fee .inner .table_wrap table tr td {
    font-size: 13px;
    padding: 10px 5px;
  }
  #okosamakangei #fee .inner .btn {
    margin-top: 40px;
  }
  #okosamakangei #fee .inner .btn a {
    width: 300px;
    height: 50px;
    font-size: 16px;
  }
  #okosamakangei #fee .inner .btn a::after {
    width: 24px;
    height: 24px;
    margin-left: 20px;
  }
}
#webkaiintokuten .sp_s {
  display: none;
}
#webkaiintokuten #mv {
  background-image: url(../img/webkaiintokuten/mv.jpg);
}
#webkaiintokuten #intro {
  padding-top: 110px;
}
#webkaiintokuten #intro .inner h2 {
  letter-spacing: 0.2em;
  font-weight: 300;
  text-align: center;
  margin-bottom: 70px;
}
#webkaiintokuten #intro .inner h2 .sub {
  font-size: 30px;
  margin-bottom: 25px;
  display: block;
}
#webkaiintokuten #intro .inner h2 .main {
  display: flex;
  justify-content: center;
  font-size: 49px;
  line-height: 1.2;
}
#webkaiintokuten #intro .inner h2 .main span {
  font-size: 21px;
  line-height: 1.3;
  margin-right: 20px;
  display: block;
}
#webkaiintokuten #intro .inner .catch {
  background: #022a70;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 21px;
  line-height: 1.7;
  width: 153px;
  height: 153px;
  border-radius: 50%;
  letter-spacing: 0.1em;
  margin: 0 auto 75px;
}
#webkaiintokuten #intro .inner .desc {
  font-size: 19px;
  line-height: 2.4;
  text-align: center;
  letter-spacing: 0.2em;
  margin-bottom: 90px;
}
#webkaiintokuten #intro .inner .terms {
  height: 238px;
  overflow: scroll;
  border: 1px solid #494848;
  padding: 30px;
  line-height: 1.8;
  max-width: 848px;
  margin: 0 auto;
}
#webkaiintokuten #intro .inner .terms strong {
  display: block;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}
#webkaiintokuten #intro .inner .terms span {
  font-weight: bold;
  margin-top: 10px;
  display: block;
}
#webkaiintokuten #tokuten {
  padding: 100px 0 150px;
}
#webkaiintokuten #tokuten .inner .list .block h2 {
  margin-bottom: 15px;
  text-align: center;
}
#webkaiintokuten #tokuten .inner .list .block h2 img {
  width: 66px;
}
#webkaiintokuten #tokuten .inner .list .block .txt {
  background: #f9f7e4;
  padding: 25px;
  text-align: center;
  letter-spacing: 0.1em;
}
#webkaiintokuten #tokuten .inner .list .block .txt .sub {
  font-size: 21px;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Noto Sans JP", sans-serif;
  margin-bottom: 10px;
}
#webkaiintokuten #tokuten .inner .list .block .txt .main {
  font-size: 37px;
}
#webkaiintokuten #tokuten .inner .list .block .txt .main span {
  color: #ff0000;
}
#webkaiintokuten #tokuten .inner .list .block .txt .main small {
  font-size: 17px;
}
#webkaiintokuten #tokuten .inner .list .block .txt .caution {
  text-align: center;
  font-size: 14px;
  padding-left: 138px;
}
#webkaiintokuten #tokuten .inner .list .block .txt .notice {
  width: -moz-fit-content;
  width: fit-content;
  margin: 10px auto 0;
  font-size: 14px;
  line-height: 1.7;
  text-align: left;
}
#webkaiintokuten #tokuten .inner .list .block:not(:last-child) {
  margin-bottom: 90px;
}
#webkaiintokuten #tokuten .inner .list .block:nth-child(1) .sub {
  display: flex;
  align-items: center;
  justify-content: center;
}
#webkaiintokuten #tokuten .inner .list .block:nth-child(1) .sub::before {
  content: "";
  display: block;
  width: 19px;
  height: 23px;
  background: url(../img/webkaiintokuten/kazari_before.svg) no-repeat center/contain;
  margin-right: 12px;
}
#webkaiintokuten #tokuten .inner .list .block:nth-child(1) .sub::after {
  content: "";
  display: block;
  width: 19px;
  height: 23px;
  background: url(../img/webkaiintokuten/kazari_after.svg) no-repeat center/contain;
  margin-left: 12px;
}
#webkaiintokuten #tokuten .inner .btn {
  margin-top: 175px;
}
#webkaiintokuten #tokuten .inner .btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 521px;
  height: 86px;
  background: #ededed;
  font-size: 27px;
  letter-spacing: 0.2em;
  margin: 0 auto;
}
#webkaiintokuten #tokuten .inner .btn a::after {
  content: "";
  display: block;
  width: 38px;
  height: 38px;
  background: url(../img/arrow_right_circle.svg) no-repeat center/contain;
  margin-left: 28px;
}

@media (max-width: 1000px) {
  #webkaiintokuten #tokuten .inner .list .block .sp {
    display: block;
  }
  #webkaiintokuten #tokuten .inner .list .block:nth-child(1) .sub::before {
    width: 39px;
    height: 43px;
    margin-right: 8px;
  }
  #webkaiintokuten #tokuten .inner .list .block:nth-child(1) .sub::after {
    width: 39px;
    height: 43px;
    margin-left: 8px;
  }
}
@media (max-width: 768px) {
  #webkaiintokuten .sp_s {
    display: block;
  }
  #webkaiintokuten #intro {
    padding-top: 50px;
  }
  #webkaiintokuten #intro .inner h2 {
    margin-bottom: 30px;
  }
  #webkaiintokuten #intro .inner h2 .sub {
    font-size: 18px;
    letter-spacing: 0.1em;
  }
  #webkaiintokuten #intro .inner h2 .main {
    flex-direction: column;
    font-size: 26px;
  }
  #webkaiintokuten #intro .inner h2 .main span {
    margin-right: 0;
    font-size: 16px;
    margin-bottom: 10px;
  }
  #webkaiintokuten #intro .inner h2 .main span br {
    display: none;
  }
  #webkaiintokuten #intro .inner .catch {
    margin-bottom: 30px;
  }
  #webkaiintokuten #intro .inner .desc {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.1em;
    margin-bottom: 30px;
  }
  #webkaiintokuten #intro .inner .terms {
    font-size: 12px;
    padding: 20px;
  }
  #webkaiintokuten #tokuten {
    padding: 60px 0 100px;
  }
  #webkaiintokuten #tokuten .inner .list .block h2 {
    margin-bottom: 10px;
  }
  #webkaiintokuten #tokuten .inner .list .block h2 img {
    width: 50px;
  }
  #webkaiintokuten #tokuten .inner .list .block .txt {
    padding: 20px;
  }
  #webkaiintokuten #tokuten .inner .list .block .txt .sub {
    font-size: 12px;
  }
  #webkaiintokuten #tokuten .inner .list .block .txt .main {
    font-size: 19px;
  }
  #webkaiintokuten #tokuten .inner .list .block .txt .caution {
    text-align: center;
    font-size: 12px;
    padding-left: 0;
  }
  #webkaiintokuten #tokuten .inner .list .block .txt .notice {
    font-size: 11px;
  }
  #webkaiintokuten #tokuten .inner .list .block:not(:last-child) {
    margin-bottom: 30px;
  }
  #webkaiintokuten #tokuten .inner .btn {
    margin-top: 40px;
  }
  #webkaiintokuten #tokuten .inner .btn a {
    width: 300px;
    height: 50px;
    font-size: 16px;
  }
  #webkaiintokuten #tokuten .inner .btn a::after {
    width: 24px;
    height: 24px;
    margin-left: 20px;
  }
}
#sdgs #mv {
  background-image: url(../img/sdgs/mv.jpg);
}
#sdgs #mv .pagettl {
  padding-bottom: 0;
}
#sdgs #mv .pagettl .en {
  position: absolute;
  top: 333px;
  left: 100%;
}
#sdgs #about {
  padding-top: 430px;
}
#sdgs #about .inner {
  max-width: 843px;
}
#sdgs #about .inner h2 {
  text-align: center;
  font-size: 32px;
  letter-spacing: 0.1em;
  font-weight: 300;
  margin-bottom: 70px;
}
#sdgs #about .inner .main {
  line-height: 1.9;
  margin-bottom: 200px;
  letter-spacing: 0.18em;
}
#sdgs #symbiosis {
  padding-top: 220px;
  padding-bottom: 100px;
}
#sdgs #symbiosis .inner h2 {
  font-size: 26px;
  letter-spacing: 0.1em;
  font-weight: 300;
  text-align: center;
  position: relative;
  margin-bottom: 200px;
}
#sdgs #symbiosis .inner h2::after {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background: #8d8d8d;
  position: absolute;
  top: calc(100% + 100px);
  left: 50%;
  transform: translateX(-50%);
}
#sdgs #symbiosis .inner .main {
  letter-spacing: 0.18em;
  line-height: 1.9;
  margin-bottom: 160px;
}
#sdgs #symbiosis .inner .img {
  text-align: center;
}
#sdgs #symbiosis .inner .img img {
  width: 350px;
}
#sdgs #global_warming {
  background: linear-gradient(to left, transparent calc((100vw - 1160px) / 2), #f1f7f4 calc((100vw - 1160px) / 2));
  padding: 130px 0 170px;
}
#sdgs #global_warming .inner h2 {
  font-size: 26px;
  letter-spacing: 0.1em;
  font-weight: 300;
  text-align: center;
  position: relative;
  margin-bottom: 80px;
}
#sdgs #global_warming .inner .list {
  display: flex;
  justify-content: center;
}
#sdgs #global_warming .inner .list .block {
  width: 295px;
}
#sdgs #global_warming .inner .list .block .ttl {
  font-size: 24px;
  margin-bottom: 20px;
  text-align: center;
}
#sdgs #global_warming .inner .list .block .img {
  margin-bottom: 30px;
}
#sdgs #global_warming .inner .list .block .desc {
  font-size: 14px;
  line-height: 2;
}
#sdgs #global_warming .inner .list .block:not(:last-child) {
  margin-right: 49px;
}
#sdgs #global_warming .inner .icon {
  margin-top: 100px;
  text-align: center;
}
#sdgs #global_warming .inner .icon img {
  width: 350px;
}
#sdgs #foodloss {
  padding: 220px 0 250px;
}
#sdgs #foodloss .inner h2 {
  font-size: 26px;
  letter-spacing: 0.1em;
  font-weight: 300;
  text-align: center;
  position: relative;
  margin-bottom: 200px;
}
#sdgs #foodloss .inner h2::after {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background: #8d8d8d;
  position: absolute;
  top: calc(100% + 100px);
  left: 50%;
  transform: translateX(-50%);
}
#sdgs #foodloss .inner .detail {
  display: flex;
  justify-content: center;
}
#sdgs #foodloss .inner .detail .img {
  width: 422px;
  margin-right: 50px;
}
#sdgs #foodloss .inner .detail .txt {
  width: 508px;
  letter-spacing: 0.18em;
  line-height: 1.9;
}
#sdgs #foodloss .inner .icon {
  margin-top: 130px;
  text-align: center;
}
#sdgs #foodloss .inner .icon img {
  width: 350px;
}
#sdgs #employee {
  padding: 130px 0 189px;
  background: linear-gradient(to right, transparent calc((100vw - 1160px) / 2), #f1f7f4 calc((100vw - 1160px) / 2));
}
#sdgs #employee .inner h2 {
  font-size: 26px;
  letter-spacing: 0.1em;
  font-weight: 300;
  text-align: center;
  position: relative;
  margin-bottom: 80px;
}
#sdgs #employee .inner .list {
  display: flex;
  justify-content: center;
}
#sdgs #employee .inner .list .block {
  width: 295px;
}
#sdgs #employee .inner .list .block .ttl {
  font-size: 24px;
  margin-bottom: 20px;
  text-align: center;
}
#sdgs #employee .inner .list .block .img {
  margin-bottom: 30px;
}
#sdgs #employee .inner .list .block .desc {
  font-size: 14px;
  line-height: 2;
}
#sdgs #employee .inner .list .block:not(:last-child) {
  margin-right: 49px;
}
#sdgs #employee .inner .icon {
  margin-top: 100px;
  text-align: center;
}
#sdgs #employee .inner .icon img {
  width: 450px;
}
#sdgs #last {
  padding: 220px 0 450px;
}
#sdgs #last .inner .imgs {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 55px;
}
#sdgs #last .inner .imgs .img {
  position: relative;
}
#sdgs #last .inner .imgs .img:nth-child(1) {
  padding-right: 50px;
}
#sdgs #last .inner .imgs .img:nth-child(1)::after {
  content: "";
  display: block;
  width: 1px;
  height: 55px;
  background: #696969;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
}
#sdgs #last .inner .imgs .img:nth-child(1) img {
  width: 231px;
}
#sdgs #last .inner .imgs .img:nth-child(2) {
  padding-left: 50px;
}
#sdgs #last .inner .imgs .img:nth-child(2) img {
  width: 469px;
}
#sdgs #last .inner .txt {
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.1em;
}

@media (max-width: 1000px) {
  #sdgs #global_warming .inner .list .block .ttl {
    font-size: 17px;
  }
  #sdgs #global_warming .inner .list .block:not(:last-child) {
    margin-right: 30px;
  }
  #sdgs #employee .inner .list .block .ttl {
    font-size: 17px;
  }
  #sdgs #employee .inner .list .block:not(:last-child) {
    margin-right: 30px;
  }
}
@media (max-width: 768px) {
  #sdgs #mv .pagettl h2 {
    align-items: flex-start;
    flex-direction: column;
  }
  #sdgs #mv .pagettl h2 .en {
    position: static;
    margin: 0;
  }
  #sdgs #about {
    padding-top: 120px;
  }
  #sdgs #about .inner h2 {
    font-size: 22px;
    margin-bottom: 30px;
  }
  #sdgs #about .inner .main {
    font-size: 14px;
    margin-bottom: 50px;
  }
  #sdgs #symbiosis {
    padding: 80px 0;
  }
  #sdgs #symbiosis .inner h2 {
    font-size: 22px;
    margin-bottom: 60px;
  }
  #sdgs #symbiosis .inner h2::after {
    top: calc(100% + 20px);
  }
  #sdgs #symbiosis .inner .main {
    font-size: 14px;
    margin-bottom: 50px;
  }
  #sdgs #symbiosis .inner .img img {
    width: 250px;
  }
  #sdgs #global_warming {
    padding: 80px 0;
  }
  #sdgs #global_warming .inner h2 {
    font-size: 22px;
    margin-bottom: 40px;
  }
  #sdgs #global_warming .inner .list {
    flex-direction: column;
  }
  #sdgs #global_warming .inner .list .block {
    width: 100%;
  }
  #sdgs #global_warming .inner .list .block .img {
    margin-bottom: 15px;
    text-align: center;
  }
  #sdgs #global_warming .inner .list .block:not(:last-child) {
    margin-right: 0;
    margin-bottom: 30px;
  }
  #sdgs #global_warming .inner .icon {
    text-align: center;
    margin-top: 40px;
  }
  #sdgs #global_warming .inner .icon img {
    width: 250px;
  }
  #sdgs #foodloss {
    padding: 80px 0;
  }
  #sdgs #foodloss .inner h2 {
    font-size: 22px;
    margin-bottom: 60px;
  }
  #sdgs #foodloss .inner h2::after {
    top: calc(100% + 20px);
  }
  #sdgs #foodloss .inner .detail {
    flex-direction: column;
  }
  #sdgs #foodloss .inner .detail .img {
    text-align: center;
    margin-bottom: 20px;
    width: 100%;
  }
  #sdgs #foodloss .inner .detail .txt {
    width: 100%;
    font-size: 14px;
  }
  #sdgs #foodloss .inner .icon {
    margin-top: 50px;
  }
  #sdgs #foodloss .inner .icon img {
    width: 250px;
  }
  #sdgs #employee {
    padding: 80px 0;
  }
  #sdgs #employee .inner h2 {
    font-size: 22px;
    margin-bottom: 40px;
  }
  #sdgs #employee .inner .list {
    flex-direction: column;
  }
  #sdgs #employee .inner .list .block {
    width: 100%;
  }
  #sdgs #employee .inner .list .block .img {
    text-align: center;
    margin-bottom: 15px;
  }
  #sdgs #employee .inner .list .block:not(:last-child) {
    margin-right: 0;
    margin-bottom: 30px;
  }
  #sdgs #employee .inner .icon {
    margin-top: 50px;
  }
  #sdgs #employee .inner .icon img {
    width: 310px;
  }
  #sdgs #last {
    padding: 80px 0 100px;
  }
  #sdgs #last .inner .imgs {
    flex-direction: column;
  }
  #sdgs #last .inner .imgs .img:nth-child(1) {
    padding-right: 0;
    margin-bottom: 50px;
  }
  #sdgs #last .inner .imgs .img:nth-child(1)::after {
    width: 100px;
    height: 1px;
    left: 50%;
    top: calc(100% + 20px);
    transform: translateX(-50%);
  }
  #sdgs #last .inner .imgs .img:nth-child(2) {
    padding-left: 0;
  }
  #sdgs #last .inner .txt {
    font-size: 14px;
  }
}
#toukan_rekishi .tb {
  display: none;
}
#toukan_rekishi #mv {
  background-image: url(../img/history/mv.jpg);
}
#toukan_rekishi #mv .pagettl {
  position: relative;
}
#toukan_rekishi #mv .pagettl h2 .en {
  transform: rotate(0);
  position: absolute;
  left: 100%;
  top: 260px;
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
}
#toukan_rekishi #story {
  padding-top: 300px;
}
#toukan_rekishi #story .inner {
  max-width: 520px;
}
#toukan_rekishi #story .inner h2 {
  margin-bottom: 50px;
  text-align: center;
}
#toukan_rekishi #story .inner h2 img {
  width: 449px;
}
#toukan_rekishi #story .inner .ttl {
  text-align: center;
  font-size: 19px;
  letter-spacing: 0.2em;
  position: relative;
  margin-bottom: 140px;
}
#toukan_rekishi #story .inner .ttl::after {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background: #8d8d8d;
  position: absolute;
  top: calc(100% + 70px);
  left: 50%;
  transform: translateX(-50%);
}
#toukan_rekishi #story .inner .main {
  line-height: 1.9;
  letter-spacing: 0.18em;
}
#toukan_rekishi #story .inner .sub {
  margin-top: 45px;
  text-align: center;
  color: #949494;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.1em;
}
#toukan_rekishi #excursion {
  padding-top: 280px;
}
#toukan_rekishi #excursion .inner {
  max-width: 1100px;
}
#toukan_rekishi #excursion .inner h2 {
  text-align: center;
  font-size: 35px;
  letter-spacing: 0.1em;
  margin-bottom: 140px;
  font-weight: 300;
  position: relative;
}
#toukan_rekishi #excursion .inner h2 span {
  margin-top: 15px;
  display: block;
  color: #949494;
  font-size: 14px;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Noto Sans JP", sans-serif;
}
#toukan_rekishi #excursion .inner h2::after {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background: #8d8d8d;
  position: absolute;
  top: calc(100% + 70px);
  left: 50%;
  transform: translateX(-50%);
}
#toukan_rekishi #excursion .inner .row {
  display: flex;
  justify-content: space-between;
}
#toukan_rekishi #excursion .inner .row .img {
  width: calc(51% + (100vw - 1100px) / 2);
  margin-left: calc((100vw - 1100px) / 2 * -1);
  position: relative;
}
#toukan_rekishi #excursion .inner .row .img::before {
  content: "";
  display: block;
  width: 93.7%;
  height: calc(100% + 250px);
  background: #fcfae8;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
#toukan_rekishi #excursion .inner .row .img span {
  display: block;
  font-size: 8px;
  margin-top: 10px;
  text-align: right;
}
#toukan_rekishi #excursion .inner .row .txt {
  width: 42%;
  font-size: 14px;
  line-height: 2.2;
  letter-spacing: 0.18em;
}
#toukan_rekishi #excursion .inner .okami {
  margin-top: 450px;
  text-align: center;
}
#toukan_rekishi #excursion .inner .okami img {
  width: 500px;
}
#toukan_rekishi #view {
  padding-top: 170px;
  position: relative;
}
#toukan_rekishi #view::before {
  content: "";
  display: block;
  width: 64%;
  height: calc(100% + 80px);
  background: #fcfae8;
  position: absolute;
  top: 90px;
  right: 0;
  z-index: -1;
}
#toukan_rekishi #view .inner {
  max-width: 1100px;
}
#toukan_rekishi #view .inner .row {
  display: flex;
  justify-content: space-between;
}
#toukan_rekishi #view .inner .row .img {
  margin-top: 170px;
  width: calc(51% + (100vw - 1100px) / 2);
  margin-left: calc((100vw - 1100px) / 2 * -1);
}
#toukan_rekishi #view .inner .row .img span {
  display: block;
  font-size: 8px;
  margin-top: 10px;
  text-align: right;
}
#toukan_rekishi #view .inner .row .txt {
  width: 42.8%;
}
#toukan_rekishi #view .inner .row .txt h2 {
  font-weight: 300;
  letter-spacing: 0.1em;
  writing-mode: vertical-rl;
  margin-bottom: 105px;
}
#toukan_rekishi #view .inner .row .txt h2 .jp {
  font-size: 35px;
  line-height: 1.8;
  display: block;
}
#toukan_rekishi #view .inner .row .txt h2 .en {
  font-size: 14px;
  line-height: 1.7;
  color: #949494;
  text-align: center;
  display: block;
}
#toukan_rekishi #view .inner .row .txt .desc {
  font-size: 14px;
  line-height: 2.2;
  letter-spacing: 0.18em;
}
#toukan_rekishi #hospitality {
  padding-top: 500px;
}
#toukan_rekishi #hospitality .inner h2 {
  text-align: center;
  font-size: 35px;
  letter-spacing: 0.1em;
  margin-bottom: 140px;
  font-weight: 300;
  position: relative;
}
#toukan_rekishi #hospitality .inner h2 span {
  margin-top: 15px;
  display: block;
  color: #949494;
  font-size: 14px;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Noto Sans JP", sans-serif;
}
#toukan_rekishi #hospitality .inner h2::after {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background: #8d8d8d;
  position: absolute;
  top: calc(100% + 70px);
  left: 50%;
  transform: translateX(-50%);
}
#toukan_rekishi #hospitality .inner .row {
  display: flex;
  justify-content: space-between;
  position: relative;
}
#toukan_rekishi #hospitality .inner .row::before {
  content: "";
  display: block;
  width: calc((100vw - 1160px) / 2 + 1160px);
  height: calc(100% + 20px);
  background: #fcfae8;
  position: absolute;
  top: 53px;
  right: 0;
  z-index: -1;
}
#toukan_rekishi #hospitality .inner .row .img {
  width: calc(51% + (100vw - 1100px) / 2);
  margin-right: calc((100vw - 1100px) / 2 * -1);
}
#toukan_rekishi #hospitality .inner .row .img span {
  display: block;
  font-size: 8px;
  margin-top: 10px;
}
#toukan_rekishi #hospitality .inner .row .txt {
  width: 42.8%;
}
#toukan_rekishi #hospitality .inner .row .txt .desc {
  font-size: 14px;
  line-height: 2.2;
  letter-spacing: 0.18em;
}
#toukan_rekishi #hospitality .inner .okami {
  margin-top: 350px;
  text-align: center;
}
#toukan_rekishi #hospitality .inner .okami img {
  width: 500px;
}
#toukan_rekishi #aiming {
  padding-top: 220px;
}
#toukan_rekishi #aiming .inner {
  max-width: 700px;
}
#toukan_rekishi #aiming .inner h2 {
  text-align: center;
  font-size: 35px;
  letter-spacing: 0.1em;
  margin-bottom: 140px;
  font-weight: 300;
  position: relative;
}
#toukan_rekishi #aiming .inner h2 span {
  margin-top: 15px;
  display: block;
  color: #949494;
  font-size: 14px;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Noto Sans JP", sans-serif;
}
#toukan_rekishi #aiming .inner h2::after {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background: #8d8d8d;
  position: absolute;
  top: calc(100% + 70px);
  left: 50%;
  transform: translateX(-50%);
}
#toukan_rekishi #aiming .inner .main {
  font-size: 14px;
  line-height: 2.2;
  letter-spacing: 0.18em;
  margin-bottom: 90px;
}
#toukan_rekishi #aiming .inner .img span {
  display: block;
  font-size: 8px;
  margin-top: 10px;
  text-align: right;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Noto Sans JP", sans-serif;
}
#toukan_rekishi #proprietress {
  padding-top: 340px;
}
#toukan_rekishi #proprietress .inner {
  max-width: 996px;
}
#toukan_rekishi #proprietress .inner h2 {
  text-align: center;
  font-size: 35px;
  letter-spacing: 0.1em;
  margin-bottom: 140px;
  font-weight: 300;
  position: relative;
}
#toukan_rekishi #proprietress .inner h2 span {
  margin-top: 15px;
  display: block;
  color: #949494;
  font-size: 14px;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Noto Sans JP", sans-serif;
}
#toukan_rekishi #proprietress .inner h2::after {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background: #8d8d8d;
  position: absolute;
  top: calc(100% + 70px);
  left: 50%;
  transform: translateX(-50%);
}
#toukan_rekishi #proprietress .inner .row {
  display: flex;
  justify-content: space-between;
}
#toukan_rekishi #proprietress .inner .row .txt {
  width: calc(100% - 338px);
  font-size: 14px;
  line-height: 2.2;
  letter-spacing: 0.18em;
  margin-bottom: 90px;
}
#toukan_rekishi #proprietress .inner .row .img {
  width: 269px;
}
#toukan_rekishi #access {
  padding-top: 225px;
}
#toukan_rekishi #access .inner {
  max-width: 910px;
}
#toukan_rekishi #access .inner h2 {
  text-align: center;
  font-size: 35px;
  letter-spacing: 0.1em;
  margin-bottom: 50px;
  font-weight: 300;
}
#toukan_rekishi #access .inner h2 span {
  margin-top: 15px;
  display: block;
  color: #949494;
  font-size: 14px;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Noto Sans JP", sans-serif;
}
#toukan_rekishi #access .inner .main {
  font-size: 17px;
  line-height: 2;
  letter-spacing: 0.2em;
  text-align: center;
  margin-bottom: 80px;
}
#toukan_rekishi #access .inner .gmap {
  margin-bottom: 110px;
}
#toukan_rekishi #access .inner .gmap iframe {
  display: block;
  height: 687px;
}
#toukan_rekishi #access .inner .map .ttl {
  font-size: 19px;
  letter-spacing: 0.2em;
  margin-bottom: 23px;
}
#toukan_rekishi #transportation {
  padding: 260px 0;
}
#toukan_rekishi #transportation .inner {
  max-width: 1100px;
}
#toukan_rekishi #transportation .inner h2 {
  text-align: center;
  font-size: 35px;
  letter-spacing: 0.1em;
  margin-bottom: 100px;
  font-weight: 300;
}
#toukan_rekishi #transportation .inner h2 span {
  margin-top: 15px;
  display: block;
  color: #949494;
  font-size: 14px;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Noto Sans JP", sans-serif;
}
#toukan_rekishi #transportation .inner .case:not(:last-child) {
  margin-bottom: 140px;
}
#toukan_rekishi #transportation .inner .case .ttl {
  background: #efefef;
  margin-bottom: 60px;
}
#toukan_rekishi #transportation .inner .case .ttl span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  letter-spacing: 0.18em;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Noto Sans JP", sans-serif;
  height: 60px;
}
#toukan_rekishi #transportation .inner .case .ttl span::before {
  content: "";
  display: block;
  margin-right: 15px;
  background: no-repeat center/contain;
}
#toukan_rekishi #transportation .inner .case .list .block .head {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Noto Sans JP", sans-serif;
  font-size: 20px;
  letter-spacing: 0.1em;
  margin-bottom: 50px;
}
#toukan_rekishi #transportation .inner .case .list .block:not(:last-child) {
  margin-bottom: 100px;
}
#toukan_rekishi #transportation .inner .case .notice {
  margin-top: 80px;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-align: right;
}
#toukan_rekishi #transportation .inner .case .notice a {
  color: #662d8c;
  text-decoration: underline;
}
#toukan_rekishi #transportation .inner .case .contact {
  margin-top: 90px;
  text-align: center;
  font-size: 15px;
  letter-spacing: 0.1em;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Noto Sans JP", sans-serif;
}
#toukan_rekishi #transportation .inner .case .contact span {
  margin-top: 10px;
  display: block;
  font-size: 14px;
  letter-spacing: 0.05em;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Noto Serif JP", serif;
}
#toukan_rekishi #transportation .inner .case#case_car .ttl span::before {
  width: 27px;
  height: 21px;
  background-image: url(../img/history/ico_car.svg);
}
#toukan_rekishi #transportation .inner .case#case_train .ttl span::before {
  width: 68px;
  height: 32px;
  background-image: url(../img/history/ico_train_plane.svg);
}
#toukan_rekishi #transportation .inner .case#case_bus .ttl span::before {
  width: 29px;
  height: 27px;
  background-image: url(../img/history/ico_bus.svg);
}

@media (max-width: 1222px) {
  #toukan_rekishi #excursion .inner .row .img {
    margin-left: -5vw;
    width: calc(51% + 5vw);
  }
  #toukan_rekishi #view .inner .row .img {
    margin-left: -5vw;
    width: calc(51% + 5vw);
  }
  #toukan_rekishi #hospitality .inner .row .img {
    margin-right: -5vw;
    width: calc(51% + 5vw);
  }
}
@media (max-width: 1000px) {
  #toukan_rekishi #mv .pagettl h2 .en {
    transform: rotate(90deg) translateY(calc(-100% + 30px));
    position: static;
  }
  #toukan_rekishi #excursion {
    padding-top: 200px;
    position: relative;
  }
  #toukan_rekishi #excursion::before {
    content: "";
    display: block;
    width: 90%;
    height: calc(100% + 500px);
    background: #fcfae8;
    position: absolute;
    left: 0;
    top: 380px;
    z-index: -1;
  }
  #toukan_rekishi #excursion .inner .row {
    flex-direction: column;
    align-items: center;
  }
  #toukan_rekishi #excursion .inner .row .txt {
    width: 100%;
  }
  #toukan_rekishi #excursion .inner .row .img {
    margin-top: 50px;
    order: 2;
    margin-left: 0;
  }
  #toukan_rekishi #excursion .inner .row .img::before {
    content: none;
  }
  #toukan_rekishi #excursion .inner .okami {
    margin-top: 90px;
  }
  #toukan_rekishi #excursion .inner .okami img {
    width: 300px;
  }
  #toukan_rekishi #view {
    padding-top: 200px;
  }
  #toukan_rekishi #view::before {
    height: 100%;
  }
  #toukan_rekishi #view .inner .row {
    flex-direction: column;
    align-items: center;
  }
  #toukan_rekishi #view .inner .row .txt {
    width: 100%;
    order: 1;
  }
  #toukan_rekishi #view .inner .row .txt h2 {
    writing-mode: horizontal-tb;
    margin-bottom: 50px;
  }
  #toukan_rekishi #view .inner .row .txt h2 .jp {
    text-align: center;
    line-height: 1.4;
    margin-top: 10px;
  }
  #toukan_rekishi #view .inner .row .img {
    order: 2;
    margin-left: 0;
    margin-top: 50px;
  }
  #toukan_rekishi #hospitality {
    padding-top: 200px;
  }
  #toukan_rekishi #hospitality .inner .row {
    flex-direction: column;
    align-items: center;
  }
  #toukan_rekishi #hospitality .inner .row .txt {
    width: 100%;
  }
  #toukan_rekishi #hospitality .inner .row .img {
    margin-top: 50px;
    order: 2;
    margin-right: 0;
  }
  #toukan_rekishi #hospitality .inner .okami {
    margin-top: 140px;
  }
  #toukan_rekishi #hospitality .inner .okami img {
    width: 300px;
  }
  #toukan_rekishi #proprietress .inner .row {
    flex-direction: column;
    align-items: center;
  }
  #toukan_rekishi #proprietress .inner .row .txt {
    width: 100%;
    order: 2;
    margin-bottom: 0;
  }
  #toukan_rekishi #proprietress .inner .row .img {
    margin-bottom: 30px;
    order: 1;
  }
  #toukan_rekishi #access .inner .main .tb {
    display: block;
  }
}
@media (max-width: 768px) {
  #toukan_rekishi #mv .pagettl {
    position: absolute;
  }
  #toukan_rekishi #mv .pagettl h2 {
    flex-direction: column;
    align-items: flex-start;
  }
  #toukan_rekishi #mv .pagettl h2 .en {
    margin: 0;
    font-size: 12px;
    transform: none;
  }
  #toukan_rekishi #story {
    padding-top: 100px;
  }
  #toukan_rekishi #story .inner h2 {
    margin-bottom: 30px;
  }
  #toukan_rekishi #story .inner h2 img {
    width: 240px;
  }
  #toukan_rekishi #story .inner .ttl {
    margin-bottom: 60px;
  }
  #toukan_rekishi #story .inner .ttl::after {
    top: calc(100% + 20px);
  }
  #toukan_rekishi #story .inner .main {
    font-size: 14px;
    letter-spacing: 0.1em;
  }
  #toukan_rekishi #story .inner .sub {
    font-size: 12px;
  }
  #toukan_rekishi #excursion {
    padding-top: 100px;
  }
  #toukan_rekishi #excursion::before {
    top: 220px;
    height: calc(100% - 400px);
  }
  #toukan_rekishi #excursion .inner h2 {
    font-size: 20px;
    margin-bottom: 60px;
  }
  #toukan_rekishi #excursion .inner h2 span {
    font-size: 10px;
  }
  #toukan_rekishi #excursion .inner h2::after {
    top: calc(100% + 20px);
  }
  #toukan_rekishi #excursion .inner .row .img {
    margin-top: 30px;
    width: 100%;
  }
  #toukan_rekishi #excursion .inner .row .txt {
    letter-spacing: 0.1em;
  }
  #toukan_rekishi #excursion .inner .okami img {
    width: 200px;
  }
  #toukan_rekishi #view {
    padding-top: 100px;
  }
  #toukan_rekishi #view::before {
    width: 75%;
  }
  #toukan_rekishi #view .inner .row .txt h2 {
    margin-bottom: 30px;
  }
  #toukan_rekishi #view .inner .row .txt h2 .jp {
    font-size: 20px;
  }
  #toukan_rekishi #view .inner .row .txt h2 .en {
    font-size: 10px;
  }
  #toukan_rekishi #view .inner .row .txt .desc {
    letter-spacing: 0.1em;
  }
  #toukan_rekishi #view .inner .row .img {
    width: 100%;
    margin-top: 30px;
  }
  #toukan_rekishi #hospitality {
    padding-top: 100px;
  }
  #toukan_rekishi #hospitality .inner h2 {
    font-size: 20px;
    margin-bottom: 60px;
  }
  #toukan_rekishi #hospitality .inner h2 span {
    font-size: 10px;
  }
  #toukan_rekishi #hospitality .inner h2::after {
    top: calc(100% + 20px);
  }
  #toukan_rekishi #hospitality .inner .row .txt .desc {
    letter-spacing: 0.1em;
  }
  #toukan_rekishi #hospitality .inner .row .img {
    width: 100%;
    margin-top: 30px;
  }
  #toukan_rekishi #hospitality .inner .okami img {
    width: 200px;
  }
  #toukan_rekishi #aiming {
    padding-top: 100px;
  }
  #toukan_rekishi #aiming .inner h2 {
    font-size: 20px;
    margin-bottom: 60px;
  }
  #toukan_rekishi #aiming .inner h2 span {
    font-size: 10px;
  }
  #toukan_rekishi #aiming .inner h2::after {
    top: calc(100% + 20px);
  }
  #toukan_rekishi #aiming .inner .main {
    letter-spacing: 0.1em;
    margin-bottom: 30px;
  }
  #toukan_rekishi #proprietress {
    padding-top: 100px;
  }
  #toukan_rekishi #proprietress .inner h2 {
    font-size: 20px;
    margin-bottom: 60px;
  }
  #toukan_rekishi #proprietress .inner h2 span {
    font-size: 10px;
  }
  #toukan_rekishi #proprietress .inner h2::after {
    top: calc(100% + 20px);
  }
  #toukan_rekishi #proprietress .inner .row .img {
    width: 200px;
  }
  #toukan_rekishi #proprietress .inner .row .txt {
    letter-spacing: 0.1em;
  }
  #toukan_rekishi #access {
    padding-top: 100px;
  }
  #toukan_rekishi #access .inner h2 {
    font-size: 20px;
    margin-bottom: 30px;
  }
  #toukan_rekishi #access .inner h2 span {
    font-size: 10px;
  }
  #toukan_rekishi #access .inner h2::after {
    top: calc(100% + 20px);
  }
  #toukan_rekishi #access .inner .main {
    font-size: 13px;
    margin-bottom: 30px;
  }
  #toukan_rekishi #access .inner .gmap {
    margin-bottom: 40px;
  }
  #toukan_rekishi #access .inner .gmap iframe {
    height: 250px;
  }
  #toukan_rekishi #access .inner .map .ttl {
    font-size: 16px;
    margin-bottom: 15px;
  }
  #toukan_rekishi #transportation {
    padding: 100px 0;
  }
  #toukan_rekishi #transportation .inner h2 {
    font-size: 20px;
    margin-bottom: 30px;
  }
  #toukan_rekishi #transportation .inner h2 span {
    font-size: 10px;
  }
  #toukan_rekishi #transportation .inner .case .ttl {
    margin-bottom: 30px;
  }
  #toukan_rekishi #transportation .inner .case .ttl span {
    font-size: 14px;
    height: 40px;
  }
  #toukan_rekishi #transportation .inner .case .list .block .head {
    font-size: 14px;
    margin-bottom: 20px;
  }
  #toukan_rekishi #transportation .inner .case .list .block:not(:last-child) {
    margin-bottom: 30px;
  }
  #toukan_rekishi #transportation .inner .case .notice {
    margin-top: 20px;
    font-size: 10px;
  }
  #toukan_rekishi #transportation .inner .case:not(:last-child) {
    margin-bottom: 60px;
  }
  #toukan_rekishi #transportation .inner .case#case_train .ttl span::before {
    width: 48px;
    height: 22px;
  }
}
#toukan_sugoshikata #mv {
  background-image: url(../img/toukan_sugoshikata/mv.jpg);
}
#toukan_sugoshikata #mv .pagettl {
  position: relative;
}
#toukan_sugoshikata #mv .pagettl h2 .jp {
  font-size: 45px;
}
#toukan_sugoshikata #mv .pagettl h2 .en {
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
  width: 200px;
  transform: rotate(90deg) translate(0px, calc(-100% + 25px));
}
#toukan_sugoshikata .flow_sec .inner .bg {
  position: relative;
  padding: 170px 85px 90px;
}
#toukan_sugoshikata .flow_sec .inner .bg::before {
  content: "";
  display: block;
  background: #f1f7f4;
  width: calc(1160px + (100vw - 1160px) / 2);
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
}
#toukan_sugoshikata .flow_sec .inner .bg .main_img {
  text-align: center;
  position: absolute;
  top: -280px;
  left: 0;
  width: 100%;
}
#toukan_sugoshikata .flow_sec .inner .bg .main_img img {
  width: 395px;
}
#toukan_sugoshikata .flow_sec .inner .bg h2 {
  text-align: center;
  font-size: 35px;
  letter-spacing: 0.1em;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 70px;
}
#toukan_sugoshikata .flow_sec .inner .bg h2 span {
  margin-top: 10px;
  color: #949494;
  font-size: 14px;
}
#toukan_sugoshikata .flow_sec .inner .bg .list {
  display: flex;
  flex-wrap: wrap;
}
#toukan_sugoshikata .flow_sec .inner .bg .list .block {
  width: calc((100% - 6px) / 4);
}
#toukan_sugoshikata .flow_sec .inner .bg .list .block .img {
  position: relative;
}
#toukan_sugoshikata .flow_sec .inner .bg .list .block .img span {
  background: #000;
  min-width: 127px;
  padding: 0 3px;
  height: 28px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  letter-spacing: 0.075em;
  position: absolute;
  bottom: 0;
  left: 0;
}
#toukan_sugoshikata .flow_sec .inner .bg .list .block .txt {
  margin-top: 25px;
  font-size: 14px;
  line-height: 1.8;
  padding-right: 10px;
}
#toukan_sugoshikata .flow_sec .inner .bg .list .block:not(:nth-child(4n)) {
  margin-right: 2px;
}
#toukan_sugoshikata .flow_sec .inner .bg .list .block:nth-child(n+5) {
  margin-top: 30px;
}
#toukan_sugoshikata .flow_sec#first {
  padding-top: 576px;
}
#toukan_sugoshikata .flow_sec#first .bg::before {
  left: 0;
}
#toukan_sugoshikata .flow_sec#sightseeing {
  padding-top: 680px;
}
#toukan_sugoshikata .flow_sec#sightseeing .bg::before {
  right: 0;
}
#toukan_sugoshikata #surrounding {
  padding: 360px 0;
}
#toukan_sugoshikata #surrounding .inner h2 {
  text-align: center;
  font-size: 35px;
  letter-spacing: 0.1em;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 70px;
  position: relative;
}
#toukan_sugoshikata #surrounding .inner h2 span {
  margin-top: 10px;
  color: #949494;
  font-size: 14px;
}
#toukan_sugoshikata #surrounding .inner h2::after {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background: #8d8d8d;
  position: absolute;
  top: calc(100% + 33px);
  left: 50%;
  transform: translateX(-50%);
}
#toukan_sugoshikata #surrounding .inner .intro {
  text-align: center;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-bottom: 170px;
}
#toukan_sugoshikata #surrounding .inner .list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#toukan_sugoshikata #surrounding .inner .list .block {
  width: 295px;
}
#toukan_sugoshikata #surrounding .inner .list .block .main .ttl {
  margin-top: 30px;
  font-size: 10px;
  margin-bottom: 20px;
}
#toukan_sugoshikata #surrounding .inner .list .block .main .ttl span {
  font-size: 15px;
  font-weight: 600;
  margin-right: 0.5em;
}
#toukan_sugoshikata #surrounding .inner .list .block .main .desc {
  font-size: 12px;
  line-height: 2.5;
  margin-bottom: 30px;
  font-feature-settings: "palt";
  flex-grow: 1;
}
#toukan_sugoshikata #surrounding .inner .list .block .main .desc.one {
  margin-bottom: 60px;
}
#toukan_sugoshikata #surrounding .inner .list .block .main .desc.two {
  margin-bottom: 85px;
}
#toukan_sugoshikata #surrounding .inner .list .block .main .desc.three {
  margin-bottom: 95px;
}
#toukan_sugoshikata #surrounding .inner .list .block .access_address .access {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  font-size: 10px;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Noto Sans JP", sans-serif;
}
#toukan_sugoshikata #surrounding .inner .list .block .access_address .access::before {
  content: "";
  display: block;
  margin-right: 10px;
  background: no-repeat center/contain;
}
#toukan_sugoshikata #surrounding .inner .list .block .access_address .access.car::before {
  width: 20px;
  height: 14px;
  background-image: url(../img/toukan_sugoshikata/ico_car.png);
}
#toukan_sugoshikata #surrounding .inner .list .block .access_address .access.walk::before {
  width: 10px;
  height: 19px;
  background-image: url(../img/toukan_sugoshikata/ico_walk.png);
}
#toukan_sugoshikata #surrounding .inner .list .block .access_address .address {
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
#toukan_sugoshikata #surrounding .inner .list .block:not(:nth-child(3n)) {
  margin-right: 45px;
}
#toukan_sugoshikata #surrounding .inner .list .block:nth-child(n+4) {
  margin-top: 150px;
}
#toukan_sugoshikata #matsushima {
  padding: 0 0 360px 0;
  text-align: center;
}
#toukan_sugoshikata #matsushima .main_img {
  top: -35px;
}
#toukan_sugoshikata #matsushima .main_img img {
  width: 919px;
}
#toukan_sugoshikata #matsushima .inner .bg {
  padding-top: 990px;
}
#toukan_sugoshikata #matsushima .inner h2 {
  text-align: center;
  font-size: 35px;
  letter-spacing: 0.1em;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 70px;
  position: relative;
}
#toukan_sugoshikata #matsushima .inner h2 span {
  margin-top: 10px;
  color: #949494;
  font-size: 14px;
}
#toukan_sugoshikata #matsushima .inner h2::after {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background: #8d8d8d;
  position: absolute;
  top: calc(100% + 33px);
  left: 50%;
  transform: translateX(-50%);
}
#toukan_sugoshikata #matsushima .inner .t1 {
  font-size: 21px;
}
#toukan_sugoshikata #matsushima .inner .t2 {
  padding: 30px 0 80px;
  line-height: 180%;
}
#toukan_sugoshikata #matsushima .inner .t3 {
  font-size: 19px;
  padding-bottom: 80px;
  line-height: 230%;
}
#toukan_sugoshikata #matsushima .inner .t4 {
  line-height: 230%;
}

@media (max-width: 1260px) {
  #toukan_sugoshikata .flow_sec .inner .list .block .txt .pc {
    display: none;
  }
}
@media (max-width: 1084px) {
  #toukan_sugoshikata .flow_sec .inner .bg {
    padding-left: 5%;
    padding-right: 5%;
  }
  #toukan_sugoshikata .flow_sec .inner .bg .list .block {
    width: calc((100% - 4px) / 3);
  }
  #toukan_sugoshikata .flow_sec .inner .bg .list .block .txt {
    font-size: 12px;
  }
  #toukan_sugoshikata .flow_sec .inner .bg .list .block:nth-child(n+4) {
    margin-top: 30px;
  }
  #toukan_sugoshikata .flow_sec .inner .bg .list .block:not(:nth-child(4n)) {
    margin-right: 0;
  }
  #toukan_sugoshikata .flow_sec .inner .bg .list .block:not(:nth-child(3n)) {
    margin-right: 2px;
  }
  #toukan_sugoshikata #surrounding .inner .list {
    justify-content: flex-start;
  }
  #toukan_sugoshikata #surrounding .inner .list .block {
    width: 48%;
  }
  #toukan_sugoshikata #surrounding .inner .list .block:nth-child(n+3) {
    margin-top: 100px;
  }
  #toukan_sugoshikata #surrounding .inner .list .block:not(:nth-child(3n)) {
    margin-right: 0;
  }
  #toukan_sugoshikata #surrounding .inner .list .block:nth-child(2n+1) {
    margin-right: 4%;
  }
}
@media (max-width: 768px) {
  #toukan_sugoshikata #mv .pagettl {
    position: absolute;
  }
  #toukan_sugoshikata #mv .pagettl h2 {
    flex-direction: column;
    align-items: flex-start;
  }
  #toukan_sugoshikata #mv .pagettl h2 .jp {
    font-size: 30px;
  }
  #toukan_sugoshikata #mv .pagettl h2 .en {
    transform: none;
    margin: 0;
    width: auto;
    font-size: 12px;
  }
  #toukan_sugoshikata #mv .pagettl h2 .en br {
    display: none;
  }
  #toukan_sugoshikata .flow_sec .inner .bg {
    padding-bottom: 30px;
  }
  #toukan_sugoshikata .flow_sec .inner .bg .main_img {
    top: -70px;
  }
  #toukan_sugoshikata .flow_sec .inner .bg .main_img img {
    width: 200px;
  }
  #toukan_sugoshikata .flow_sec .inner .bg h2 {
    font-size: 25px;
    margin-bottom: 30px;
  }
  #toukan_sugoshikata .flow_sec .inner .bg h2 span {
    font-size: 12px;
  }
  #toukan_sugoshikata .flow_sec .inner .bg .list .block {
    width: calc((100% - 2px) / 2);
  }
  #toukan_sugoshikata .flow_sec .inner .bg .list .block .img span {
    height: 20px;
  }
  #toukan_sugoshikata .flow_sec .inner .bg .list .block .txt {
    margin-top: 10px;
    font-size: 10px;
  }
  #toukan_sugoshikata .flow_sec .inner .bg .list .block:not(:nth-child(3n)) {
    margin-right: 0;
  }
  #toukan_sugoshikata .flow_sec .inner .bg .list .block:nth-child(2n+1) {
    margin-right: 2px;
  }
  #toukan_sugoshikata .flow_sec .inner .bg .list .block:nth-child(n+3) {
    margin-top: 15px;
  }
  #toukan_sugoshikata .flow_sec#first {
    padding-top: 170px;
  }
  #toukan_sugoshikata .flow_sec#first .inner .bg {
    padding-right: 0;
  }
  #toukan_sugoshikata .flow_sec#sightseeing {
    padding-top: 120px;
  }
  #toukan_sugoshikata .flow_sec#sightseeing .inner .bg {
    padding-left: 0;
  }
  #toukan_sugoshikata #surrounding {
    padding: 50px 0 100px;
  }
  #toukan_sugoshikata #surrounding .inner h2 {
    font-size: 25px;
    margin-bottom: 60px;
  }
  #toukan_sugoshikata #surrounding .inner h2 span {
    font-size: 12px;
  }
  #toukan_sugoshikata #surrounding .inner h2::after {
    top: calc(100% + 20px);
  }
  #toukan_sugoshikata #surrounding .inner .intro {
    margin-bottom: 40px;
  }
  #toukan_sugoshikata #surrounding .inner .list .block {
    width: 100%;
  }
  #toukan_sugoshikata #surrounding .inner .list .block .ttl {
    margin-top: 15px;
  }
  #toukan_sugoshikata #surrounding .inner .list .block .ttl span {
    font-size: 18px;
  }
  #toukan_sugoshikata #surrounding .inner .list .block .main .desc {
    line-height: 2.2;
    margin-bottom: 20px;
  }
  #toukan_sugoshikata #surrounding .inner .list .block .main .desc.one, #toukan_sugoshikata #surrounding .inner .list .block .main .desc.two {
    margin-bottom: 20px;
  }
  #toukan_sugoshikata #surrounding .inner .list .block:nth-child(2n+1) {
    margin-right: 0;
  }
  #toukan_sugoshikata #surrounding .inner .list .block:nth-child(n+2) {
    margin-top: 60px;
  }
  #toukan_sugoshikata #matsushima {
    padding: 0 0 360px 0;
    text-align: center;
  }
  #toukan_sugoshikata #matsushima .main_img {
    top: -35px;
  }
  #toukan_sugoshikata #matsushima .main_img img {
    width: 919px;
  }
  #toukan_sugoshikata #matsushima .inner .bg {
    padding-top: 345px;
  }
  #toukan_sugoshikata #matsushima .inner h2 {
    text-align: center;
    font-size: 25px;
    letter-spacing: 0.1em;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 70px;
    position: relative;
  }
  #toukan_sugoshikata #matsushima .inner h2 span {
    margin-top: 10px;
    color: #949494;
    font-size: 14px;
  }
  #toukan_sugoshikata #matsushima .inner h2::after {
    content: "";
    display: block;
    width: 50px;
    height: 1px;
    background: #8d8d8d;
    position: absolute;
    top: calc(100% + 33px);
    left: 50%;
    transform: translateX(-50%);
  }
  #toukan_sugoshikata #matsushima .inner .t1 {
    font-size: 20px;
  }
  #toukan_sugoshikata #matsushima .inner .t2 {
    padding: 30px 0 40px;
    line-height: 180%;
    font-size: 13px;
  }
  #toukan_sugoshikata #matsushima .inner .t3 {
    font-size: 16px;
    padding-bottom: 40px;
    line-height: 230%;
  }
  #toukan_sugoshikata #matsushima .inner .t4 {
    line-height: 180%;
    font-size: 13px;
  }
}/*# sourceMappingURL=style.css.map */