body {
  background-image: url(../../img/bg001.webp);
  background-repeat: repeat-y;
  background-color: #fff;
  background-size: contain;
}

body.single {
  background-size: cover;
}

body.page-id-35,
body.page-id-46 {
  background-size: cover;
}

body,
.entry-title a,
:root .has-primary-color {
  color: #333333;
}

.eyecatch,
.eyecatch_bgb {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.eyecatch .index_logo_c,
.eyecatch_bgb .index_logo_c {
  width: 20%;
  position: absolute;
}

.eyecatch .vvv,
.eyecatch_bgb .vvv {
  display: inline-block;
  position: absolute;
  right: initial;
  bottom: 0;
  z-index: 2;
  padding: 10px 10px 110px;
  overflow: hidden;
  color: #fff;
  font-size: 14px;
  font-family: "Josefin Sans", sans-serif;
  line-height: 1;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-decoration: none;
  writing-mode: vertical-lr;
}

@media (max-width: 480px) {
  .eyecatch .vvv,
  .eyecatch_bgb .vvv {
    display: none;
  }
}

.eyecatch .vvv:after,
.eyecatch_bgb .vvv:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 100px;
  background: #fff;
  animation: sdl 2s cubic-bezier(1, 0, 0, 1) infinite;
}

@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }

  30% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }

  70% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }

  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

.eyecatch .varticalText_incatch,
.eyecatch_bgb .varticalText_incatch {
  font-family: YuMincho, "Yu Mincho", serif;
  /* -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl; */
  position: absolute;
  font-size: 50px;
  letter-spacing: 20px;
  color: #fff;
}

@media (max-width: 480px) {
  .eyecatch .varticalText_incatch,
  .eyecatch_bgb .varticalText_incatch {
    font-size: 5vw;
    letter-spacing: 8px;
  }
}

.moyou {
  background-repeat: no-repeat;
  background-image: url(../../img/moyou.png);
  padding: 0.1%;
  background-size: contain;
}

.varticalText {
  max-width: 944px;
  margin: 100px auto;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}

@media (min-width: 1366px) {
  .varticalText {
    width: 94%;
    max-width: 1280px;
    justify-content: center;
  }
}

@media (max-width: 1279px) and (min-width: 768px) {
  .varticalText {
    width: 94%;
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .varticalText {
    justify-content: center;
    margin: 10% auto;
    /* flex-direction: column-reverse; */
  }
}

.varticalText h1 {
  font-family: "minbol";
  line-height: 2.2;
  letter-spacing: 5px;
  font-size: 20px;
}

@media (min-width: 1366px) {
  .varticalText h1 {
    font-size: 22px;
  }
}

@media (max-width: 480px) {
  .varticalText h1 {
    -ms-writing-mode: initial;
    writing-mode: initial;
    margin: 10% auto;
    text-align: center;
  }
}

.varticalText p {
  font-family: YuMincho, "Yu Mincho", serif;
  letter-spacing: 2px;
  text-orientation: upright;
  font-size: 13px;
  margin-top: 40px;
  font-weight: 600;
  line-height: 1.8;
}

@media (min-width: 1366px) {
  .varticalText p {
    font-size: 15px;
  }
}

@media (max-width: 1279px) and (min-width: 768px) {
  .varticalText p {
    line-height: 2.4;
    font-size: 14px;
    margin-right: 30px;
  }
}

@media (max-width: 480px) {
  .varticalText p {
    -ms-writing-mode: initial;
    writing-mode: initial;
    text-align: center;
    margin: auto;
  }
}

.varticalText p:first-child {
  margin-right: 39px;
}

@media (max-width: 1279px) and (min-width: 768px) {
  .varticalText p:first-child {
    margin-right: 30px;
  }
}

@media (max-width: 480px) {
  .varticalText p:first-child {
    margin: auto;
  }
}

@media (max-width: 480px) {
  .varticalText p:nth-child(2) {
    margin: auto;
  }
}

.sp_only {
  display: none !important;
}

@media (max-width: 480px) {
  .sp_only {
    display: block !important;
  }
}

@media (max-width: 480px) {
  .header_logo {
    width: 70%;
    margin: auto;
  }

  .telnum_sp {
    width: 60%;
    margin: 8% auto;
  }

  .adress_sp .telnum_sp {
    width: 80%;
    margin: 8% auto;
  }
}

.covidBox {
  background-image: url(../../img/top/bg_covid.webp);
  background-repeat: no-repeat;
  margin: 110px auto 0;
  max-width: 1160px;
  width: 91%;
  padding: 44px 60px;
  position: relative;
}

@media (max-width: 1279px) and (min-width: 768px) {
  .covidBox {
    background-size: cover;
    padding: 5% 5%;
    position: relative;
  }
}

@media (max-width: 480px) {
  .covidBox {
    margin: 16% auto 0;
    padding: 6%;
    background-size: cover;
  }
}

.covidBox.second {
  margin-top: 55px;
  padding: 40px 60px;
}

@media (max-width: 1279px) and (min-width: 768px) {
  .covidBox.second {
    padding: 2%;
  }
}

@media (max-width: 480px) {
  .covidBox.second {
    padding: 5%;
  }
}

.covidBox.second .covidBox__box {
  margin-top: 0px;
}

.covidBox.second .recplan {
  display: flex;
  justify-content: space-between;
  margin-top: 17px;
}

@media (max-width: 480px) {
  .covidBox.second .recplan {
    flex-wrap: wrap;
  }
}

.covidBox.second .recplan .recplan_plan {
  width: 31%;
}

@media (max-width: 480px) {
  .covidBox.second .recplan .recplan_plan {
    width: 100%;
    margin-bottom: 14%;
  }
}

.covidBox.second .recplan .recplan_plan a {
  color: #333;
  text-decoration: none;
  font-family: YuMincho, "Yu Mincho", serif;
}

.covidBox.second .recplan .recplan_plan a .recplan_plan--name {
  margin-top: 16px;
  font-weight: 600;
}

.covidBox.second .recplan .recplan_plan a .recplan_plan--text {
  margin-top: 15px;
  font-size: 14px;
  letter-spacing: 0.3px;
}

.covidBox.second .recplan .recplan_plan a ul {
  margin-top: 14px;
  font-size: 16px;
}

.covidBox.second .recplan .recplan_plan a ul li {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #333;
  padding: 7px 0;
}

.covidBox.second .recplan .recplan_plan a ul li:last-child {
  border-bottom: 1px solid #333;
}

.covidBox.second .recplan .recplan_plan a ul li p:first-child {
  font-weight: 600;
  width: 20%;
}

.covidBox.second .recplan .recplan_plan a ul li p:nth-child(2) {
  width: 80%;
}

.covidBox .covidBox__person_badge {
  position: absolute;
  top: -70px;
  right: 35px;
  width: 276px;
}

@media (max-width: 1279px) and (min-width: 768px) {
  .covidBox .covidBox__person_badge {
    position: absolute;
    top: -9%;
    right: 35px;
    width: 25%;
  }
}

@media (max-width: 480px) {
  .covidBox .covidBox__person_badge {
    display: none;
  }
}

.covidBox h3 {
  font-family: "minbol";
  font-size: 20px;
  letter-spacing: 0.4px;
  line-height: 1.8;
  padding-left: 4px;
}

@media (max-width: 480px) {
  .covidBox h3 {
    font-size: 4vw;
  }
}

.covidBox h3 span {
  font-family: YuMincho, "Yu Mincho", serif;
  font-size: 33px;
  font-weight: 400;
}

@media (max-width: 480px) {
  .covidBox h3 span {
    font-size: 6vw;
  }
}

.covidBox .covidBox__box {
  margin-top: 24px;
  font-family: YuMincho, "Yu Mincho", serif;
}

.covidBox .covidBox__box.second {
  margin-top: 35px;
}

.covidBox .covidBox__box.second .covidBox__box--title {
  background-image: url(../../img/top/bg_title_bg_red.png);
}

@media (max-width: 480px) {
  .covidBox .covidBox__box.second .covidBox__box--title {
    background-image: none;
  }
}

.covidBox .covidBox__box .covidBox__box--title {
  font-weight: 400;
  background-image: url(../../img/top/bg_title_bg_green.png);
  background-repeat: no-repeat;
  padding: 0px 0 0px 27px;
  letter-spacing: 2px;
  background-size: contain;
  line-height: 2.7;
  background-position: bottom;
}

@media (max-width: 480px) {
  .covidBox .covidBox__box .covidBox__box--title {
    background-image: none;
  }
}

.covidBox .covidBox__box .covidBox__box--box {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 1279px) and (min-width: 768px) {
  .covidBox .covidBox__box .covidBox__box--box {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }
}

@media (max-width: 480px) {
  .covidBox .covidBox__box .covidBox__box--box {
    flex-wrap: wrap;
  }
}

.covidBox .covidBox__box .covidBox__box--box li {
  width: calc(94% / 7);
  margin-top: 22px;
}

@media (max-width: 1279px) and (min-width: 768px) {
  .covidBox .covidBox__box .covidBox__box--box li {
    width: calc(94% / 4);
    margin-top: 35px;
  }
}

@media (max-width: 480px) {
  .covidBox .covidBox__box .covidBox__box--box li {
    width: calc(94% / 2);
  }
}

.covidBox .covidBox__box .covidBox__box--box li .covidBox__box__roundedbox {
  border-radius: 10px;
  background-color: #fff;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.covidBox .covidBox__box .covidBox__box--box li .covidBox__box__roundedbox p {
  width: 60%;
  margin: auto;
  padding: 14px;
  box-sizing: content-box;
}

@media (max-width: 1279px) and (min-width: 768px) {
  .covidBox .covidBox__box .covidBox__box--box li .covidBox__box__roundedbox p {
    width: 46%;
  }
}

.covidBox .covidBox__box .covidBox__box--box li .covidBox__box__text {
  font-size: 14px;
  text-align: center;
  margin-top: 17px;
}

.bousiButton {
  text-align: center;
  margin: 38px 0 0;
}

.button {
  position: relative;
  display: inline-block;
  font-family: YuMincho, "Yu Mincho", serif;
  padding: 0.9em 0em;
  font-weight: normal;
  background-color: #6c6e51;
  border: 2px solid #6c6e51;
  color: #fff;
  text-align: center;
  text-decoration: none;
  width: 360px;
}

@media (max-width: 480px) {
  .button {
    width: 100%;
  }
}

.button::before,
.button::after {
  position: absolute;
  top: 50%;
  right: 0.2em;
  content: "";
  margin-top: -5px;
  border: 7px solid transparent;
  border-top-width: 5px;
  border-bottom-width: 5px;
  border-left-color: #fff;
}

.button::after {
  opacity: 0;
  right: 1em;
}

.button:hover::before {
  animation: arrowbefore 0.5s;
}

.button:hover::after {
  animation: arrowafter 0.5s;
}

@keyframes arrowbefore {
  100% {
    right: -0.4em;
    opacity: 0;
  }
}

@keyframes arrowafter {
  99% {
    right: 0.2em;
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.titleBlock {
  text-align: center;
  background-image: url(../../img/top/bg_title_block.png);
  background-repeat: no-repeat;
  background-size: 90%;
  background-position: center;
}

.titleBlock .titleBlock__sub {
  font-family: YuMincho, "Yu Mincho", serif;
  font-size: 20px;
}

@media (max-width: 480px) {
  .titleBlock .titleBlock__sub {
    font-size: 4vw;
  }
}

.titleBlock .titleBlock__main {
  font-family: "minbol";
  font-size: 33px;
  margin-top: 1%;
  letter-spacing: 1px;
  line-height: 1.5;
  font-weight: 500;
}

@media (max-width: 1279px) and (min-width: 768px) {
  .titleBlock .titleBlock__main {
    font-size: 27px;
  }
}

@media (max-width: 480px) {
  .titleBlock .titleBlock__main {
    font-size: 5vw;
  }
}

.titleBlock .titleBlock__icon {
  width: 8%;
  margin: 10px auto;
}

.onnsennBlock {
  margin-top: 145px;
}

.onnsennBlock .totalBtn {
  text-align: center;
  margin: 60px 0 0;
}

@media (max-width: 480px) {
  .onnsennBlock .totalBtn {
    width: 80%;
    margin: 5% auto;
  }
}

.onnsennBlock__content {
  margin: 60px auto 0;
  max-width: 1280px;
  width: 100%;
}

.onnsennBlock__content.second {
  margin: 33px auto 0;
}

.onnsennBlock__content .onnsennBlock__contentFrame {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 1279px) and (min-width: 768px) {
  .onnsennBlock__content .onnsennBlock__contentFrame {
    align-items: center;
    margin-bottom: 70px;
  }
}

@media (max-width: 480px) {
  .onnsennBlock__content .onnsennBlock__contentFrame {
    flex-wrap: wrap;
  }
}

.onnsennBlock__content .onnsennBlock__contentFrame .onnsennBlock__contentFrame--pic {
  width: 48.4%;
}

@media (max-width: 1279px) and (min-width: 768px) {
  .onnsennBlock__content .onnsennBlock__contentFrame .onnsennBlock__contentFrame--pic {
    width: 40.4%;
  }
}

@media (max-width: 480px) {
  .onnsennBlock__content .onnsennBlock__contentFrame .onnsennBlock__contentFrame--pic {
    width: 90%;
    margin: auto;
  }
}

.onnsennBlock__content .onnsennBlock__contentFrame .onnsennBlock__contentFrame--text {
  width: 48.5%;
}

@media (max-width: 1279px) and (min-width: 768px) {
  .onnsennBlock__content .onnsennBlock__contentFrame .onnsennBlock__contentFrame--text {
    width: 55.5%;
  }
}

@media (max-width: 480px) {
  .onnsennBlock__content .onnsennBlock__contentFrame .onnsennBlock__contentFrame--text {
    width: 92%;
    margin: auto;
  }
}

.onnsennBlock__content .onnsennBlock__contentFrame .onnsennBlock__contentFrame--text h5 {
  font-family: "minbol";
  font-size: 30px;
  margin-top: 35px;
  letter-spacing: 1px;
  font-weight: 500;
}

@media (max-width: 1279px) and (min-width: 768px) {
  .onnsennBlock__content .onnsennBlock__contentFrame .onnsennBlock__contentFrame--text h5 {
    font-size: 27px;
    margin-top: 0px;
  }
}

@media (max-width: 480px) {
  .onnsennBlock__content .onnsennBlock__contentFrame .onnsennBlock__contentFrame--text h5 {
    text-align: center;
  }
}

.onnsennBlock__content .onnsennBlock__contentFrame .onnsennBlock__contentFrame--text .onnsennBlock__contentFrame--exp {
  width: 80%;
  margin: 23px 0 0 0;
  font-family: YuMincho, "Yu Mincho", serif;
  font-size: 16px;
  line-height: 1.76;
}

@media (max-width: 1279px) and (min-width: 768px) {
  .onnsennBlock__content
    .onnsennBlock__contentFrame
    .onnsennBlock__contentFrame--text
    .onnsennBlock__contentFrame--exp {
    width: 94%;
    margin: 15px 0 0 0;
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .onnsennBlock__content
    .onnsennBlock__contentFrame
    .onnsennBlock__contentFrame--text
    .onnsennBlock__contentFrame--exp {
    width: 100%;
    font-size: 14px;
  }
}

.onnsennBlock__content .onnsennBlock__contentFrame .onnsennBlock__contentFrame--text .bousiButton {
  text-align: left;
  margin: 28px 0 0;
  width: 300px;
}

@media (max-width: 480px) {
  .onnsennBlock__content .onnsennBlock__contentFrame .onnsennBlock__contentFrame--text .bousiButton {
    margin: 28px auto;
  }
}

.onnsennBlock__content .onnsennBlock__contentFrame .onnsennBlock__contentFrame--text .bousiButton .button {
  width: 100%;
}

.foodBlock {
  margin-top: 100px;
}

.foodBlock .eyecatch {
  position: relative;
  height: 388px;
  margin-top: 65px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../../img/top/food_section.webp);
}

.foodBlock .eyecatch .positioned_image {
  position: absolute;
  bottom: -91px;
  left: 68.5%;
  width: 240px;
}

@media (max-width: 480px) {
  .foodBlock .eyecatch .positioned_image {
    display: none;
  }
}

.aboutYonezawagyu {
  display: flex;
  justify-content: space-between;
  width: 80%;
  margin: 4% auto;
  max-width: 1024px;
}

@media (max-width: 1279px) and (min-width: 768px) {
  .aboutYonezawagyu {
    width: 92%;
    margin: 6% auto;
  }
}

@media (max-width: 480px) {
  .aboutYonezawagyu {
    flex-wrap: wrap;
    margin: 8% auto;
    width: 92%;
  }
}

.aboutYonezawagyu .aboutYonezawagyu__text {
  width: 70%;
  font-size: 16px;
  line-height: 1.8;
  font-family: YuMincho, "Yu Mincho", serif;
}

@media (max-width: 480px) {
  .aboutYonezawagyu .aboutYonezawagyu__text {
    width: 100%;
    font-size: 14px;
  }
}

.aboutYonezawagyu .aboutYonezawagyu__btn {
  width: 28%;
  margin-top: 60px;
}

@media (max-width: 480px) {
  .aboutYonezawagyu .aboutYonezawagyu__btn {
    width: 80%;
    margin: 6% auto;
  }
}

.aboutYonezawagyu .aboutYonezawagyu__btn .button {
  width: 100%;
}

.foodsBox {
  display: flex;
  justify-content: space-between;
  width: 92%;
  margin: auto;
  max-width: 1040px;
}

@media (max-width: 480px) {
  .foodsBox {
    flex-wrap: wrap;
  }
}

.foodsBox .foodsBox__box {
  width: 31%;
  font-family: YuMincho, "Yu Mincho", serif;
}

@media (max-width: 480px) {
  .foodsBox .foodsBox__box {
    width: 90%;
    margin: 7% auto;
  }
}

.foodsBox .foodsBox__box .foodsBox__box--text {
  margin-top: 15px;
  font-size: 16px;
  line-height: 1.7;
}

@media (max-width: 480px) {
  .foodsBox .foodsBox__box .foodsBox__box--text {
    font-size: 14px;
  }
}

.foodsBtnBox {
  display: flex;
  justify-content: space-between;
  width: 92%;
  margin: 30px auto 0;
  max-width: 1040px;
}

@media (max-width: 480px) {
  .foodsBtnBox {
    display: none;
  }
}

.foodsBtnBox .foodsBtnBox__btn {
  width: 31%;
  font-family: YuMincho, "Yu Mincho", serif;
  text-align: center;
}

.foodsBtnBox .foodsBtnBox__btn .button {
  width: 92%;
  padding: 0.9em 3em;
}

@media (max-width: 1279px) and (min-width: 768px) {
  .foodsBtnBox .foodsBtnBox__btn .button {
    width: 100%;
    padding: 0.9em 0em;
    font-size: 15px;
  }
}

.foodsBtnBox__btn--sp {
  display: none;
}

@media (max-width: 480px) {
  .foodsBtnBox__btn--sp {
    display: block;
    margin: 8% auto 2%;
  }
}

.roomBlock {
  margin-top: 118px;
}

.roomBlock .eyecatch {
  position: relative;
  height: 388px;
  margin-top: 45px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../../img/top/bg_roomBlock.webp);
}

.roomBlock .roomText {
  width: 100%;
  margin: 33px auto 0;
  display: flex;
  position: relative;
  max-width: 1280px;
  padding-left: 358px;
}

@media (max-width: 1279px) and (min-width: 768px) {
  .roomBlock .roomText {
    width: 92%;
    margin: 17% auto 0;
    padding-left: 0;
  }
}

@media (max-width: 480px) {
  .roomBlock .roomText {
    flex-wrap: wrap;
    width: 92%;
    margin: 5% auto 1%;
    padding: 0;
  }
}

.roomBlock .roomText .positioned_image {
  position: absolute;
  bottom: 0;
  left: 4.5%;
  width: 268px;
}

@media (max-width: 1279px) and (min-width: 768px) {
  .roomBlock .roomText .positioned_image {
    position: absolute;
    bottom: 107%;
    left: 4.5%;
    width: 27%;
  }
}

@media (max-width: 480px) {
  .roomBlock .roomText .positioned_image {
    display: none;
  }
}

.roomBlock .roomText p {
  font-family: YuMincho, "Yu Mincho", serif;
  font-size: 16px;
  width: 50%;
  line-height: 1.8;
  letter-spacing: 0px;
}

@media (max-width: 1279px) and (min-width: 768px) {
  .roomBlock .roomText p {
    font-size: 15px;
    width: 70%;
  }
}

@media (max-width: 480px) {
  .roomBlock .roomText p {
    width: 100%;
    font-size: 14px;
  }
}

.roomBlock .roomText .roomText__link {
  width: 33%;
  margin-left: 4%;
}

@media (max-width: 1279px) and (min-width: 768px) {
  .roomBlock .roomText .roomText__link {
    width: 28%;
  }
}

@media (max-width: 480px) {
  .roomBlock .roomText .roomText__link {
    width: 75%;
    margin: 4% auto 0;
  }
}

.roomBlock .roomText .roomText__link p {
  width: 100%;
  margin-top: 0;
}

.roomBlock .roomText .roomText__link p .button {
  width: 100%;
  margin-top: 13px;
}

@media (max-width: 1279px) and (min-width: 768px) {
  .roomBlock .roomText .roomText__link p .button {
    font-size: 14px;
  }
}

.facilityBlock {
  margin-top: 141px;
}

@media (max-width: 480px) {
  .facilityBlock {
    margin-top: 19%;
  }
}

.facilityBlock .map_image {
  width: 96%;
  margin: 45px auto 40px;
  max-width: 1160px;
}

.facilityBlock .facilityBlock__text {
  font-family: YuMincho, "Yu Mincho", serif;
  font-size: 16px;
  width: 54%;
  margin: auto;
  line-height: 1.8;
  max-width: 691px;
}

@media (max-width: 1279px) and (min-width: 768px) {
  .facilityBlock .facilityBlock__text {
    width: 92%;
  }
}

@media (max-width: 480px) {
  .facilityBlock .facilityBlock__text {
    width: 92%;
    margin: 11% auto;
    font-size: 14px;
  }
}

.facilityBlock .facilityBlock__btn {
  text-align: center;
  margin: 34px auto;
  width: 80%;
}

.facilityBlock .aDayInOnogawa {
  width: 100%;
  max-width: 1280px;
  margin: auto;
  position: relative;
  margin-top: 70px;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 1279px) and (min-width: 768px) {
  .facilityBlock .aDayInOnogawa {
    margin-top: 18%;
    align-items: center;
  }
}

@media (max-width: 480px) {
  .facilityBlock .aDayInOnogawa {
    flex-wrap: wrap;
  }
}

.facilityBlock .aDayInOnogawa .aDayInOnogawa__pic {
  width: 48.5%;
}

@media (max-width: 480px) {
  .facilityBlock .aDayInOnogawa .aDayInOnogawa__pic {
    width: 80%;
    margin: 5% auto 1%;
  }
}

.facilityBlock .aDayInOnogawa .aDayInOnogawa__text {
  width: 48.5%;
  font-family: YuMincho, "Yu Mincho", serif;
  position: relative;
}

@media (max-width: 480px) {
  .facilityBlock .aDayInOnogawa .aDayInOnogawa__text {
    width: 80%;
    margin: auto;
    position: relative;
  }
}

.facilityBlock .aDayInOnogawa .aDayInOnogawa__text .aDayInOnogawa__text--head {
  margin-top: 55px;
  font-size: 20px;
  letter-spacing: 0px;
}

.facilityBlock .aDayInOnogawa .aDayInOnogawa__text .aDayInOnogawa__text--title {
  font-family: "minbol";
  margin: 11px 0 0 0;
  font-size: 32px;
  letter-spacing: 2px;
  line-height: 1.4;
  font-weight: 400;
}

@media (max-width: 480px) {
  .facilityBlock .aDayInOnogawa .aDayInOnogawa__text .aDayInOnogawa__text--title {
    font-size: 6vw;
  }
}

.facilityBlock .aDayInOnogawa .aDayInOnogawa__text .aDayInOnogawa__text--text {
  font-size: 16px;
  margin: 28px 0 0 0;
  width: 100%;
  max-width: 509px;
  letter-spacing: 0px;
  line-height: 1.7;
}

@media (max-width: 480px) {
  .facilityBlock .aDayInOnogawa .aDayInOnogawa__text .aDayInOnogawa__text--text {
    font-size: 14px;
  }
}

.facilityBlock .aDayInOnogawa .aDayInOnogawa__text .day_in_ono_Staff {
  position: absolute;
  width: 250px;
  top: -69px;
  right: 50px;
}

@media (max-width: 1279px) and (min-width: 768px) {
  .facilityBlock .aDayInOnogawa .aDayInOnogawa__text .day_in_ono_Staff {
    position: absolute;
    width: 210px;
    top: -32%;
    right: 7vw;
  }
}

@media (max-width: 480px) {
  .facilityBlock .aDayInOnogawa .aDayInOnogawa__text .day_in_ono_Staff {
    display: none;
  }
}

.facilityBlock .aDayInOnogawa .bousiButton {
  margin: 28px 0 0 0;
  text-align: left;
}

.customerVoice {
  margin-top: 135px;
}

@media (max-width: 480px) {
  .customerVoice {
    margin-top: 22%;
  }
}

.customerVoice .titleBlock {
  background-size: contain;
}

.customerVoice .customerVoice__voices {
  margin-top: 45px;
  width: 81%;
  margin: 45px auto;
  max-width: 1036px;
}

.customerVoice .customerVoice__voices ul {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.customerVoice .customerVoice__voices ul li {
  width: 30%;
  margin-bottom: 5%;
}

.ticket {
  margin: 188px auto 0;
  width: 90%;
  max-width: 1152px;
}

@media (max-width: 480px) {
  .ticket {
    margin: 15% auto 0;
    width: 90%;
    max-width: 1152px;
  }
}

.text_small {
  text-align: center;
  font-size: 13px;
  margin-bottom: 10px;
  font-family: YuMincho, "Yu Mincho", serif;
}

.readContetBlock {
  width: 77%;
  margin: 115px auto;
  max-width: 985px;
}

@media (max-width: 480px) {
  .readContetBlock {
    width: 92%;
  }
}

.readContetBlock .readContet__box {
  display: flex;
  justify-content: space-between;
}

.readContetBlock .readContet__box .readContet__title {
  width: 8%;
}

.readContetBlock .readContet__box .readContet__box_list {
  width: 83%;
}

.readContetBlock .readContet__box .readContet__box_list ul {
  margin-top: 7px;
  font-family: YuMincho, "Yu Mincho", serif;
}

.readContetBlock .readContet__box .readContet__box_list ul li {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #aaaaaa;
  line-height: 4.4;
  align-items: center;
}

.readContetBlock .readContet__box .readContet__box_list ul li:not(:first-child) {
  margin-top: 4%;
}

@media (max-width: 1279px) and (min-width: 768px) {
  .readContetBlock .readContet__box .readContet__box_list ul li {
    flex-wrap: wrap;
  }
}

@media (max-width: 480px) {
  .readContetBlock .readContet__box .readContet__box_list ul li {
    flex-wrap: wrap;
  }
}

.readContetBlock .readContet__box .readContet__box_list ul li .post_info_meta {
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  width: 27%;
}

@media (max-width: 1279px) and (min-width: 768px) {
  .readContetBlock .readContet__box .readContet__box_list ul li .post_info_meta {
    width: 40%;
  }
}

@media (max-width: 480px) {
  .readContetBlock .readContet__box .readContet__box_list ul li .post_info_meta {
    width: 80%;
  }
}

.readContetBlock .readContet__box .readContet__box_list ul li .post_info_meta .post_info_meta__catname {
  width: 12rem;
  text-align: center;
  color: #fff;
  background-color: #6c6e51;
}

.readContetBlock .readContet__box .readContet__box_list ul li .post_info_title {
  width: 67%;
  line-height: 4;
}

.readContetBlock .readContet__box .readContet__box_list ul li .post_info_title a {
  color: #333;
  text-decoration: none;
}

@media (max-width: 480px) {
  .readContetBlock .readContet__box .readContet__box_list .button {
    width: 100%;
  }
}

#site-footer {
  border: none;
  background-image: url(../../img/bg_footer.webp);
  background-repeat: no-repeat;
  background-size: cover;
}

#site-footer .footerInnerWrap {
  display: flex;
  justify-content: space-between;
  width: 81%;
  margin: auto;
}

@media (max-width: 480px) {
  #site-footer .footerInnerWrap {
    flex-wrap: wrap;
  }
}

#site-footer .footerInnerWrap .footerInnerWrap__logo {
  width: 30%;
}

@media (max-width: 480px) {
  #site-footer .footerInnerWrap .footerInnerWrap__logo {
    width: 100%;
  }
}

#site-footer .footerInnerWrap .footerInnerWrap__logo .footerInnerWrap__logo--logo {
  width: 77%;
  margin: 5% auto 0;
}

#site-footer .footerInnerWrap .footerInnerWrap__logo .footerInnerWrap__logo--telnum {
  width: 80%;
  margin: 5% auto 0;
}

#site-footer .footerInnerWrap .footerInnerWrap__logo .footerInnerWrap__logo--addressnum {
  font-size: 14px;
  color: #fff;
  font-family: YuMincho, "Yu Mincho", serif;
  text-align: center;
  margin: 18px auto;
}

#site-footer .footerInnerWrap .footerInnerWrap__logo .snsList {
  display: flex;
  justify-content: space-between;
  width: 35%;
  margin: 30px auto 0;
}

@media (max-width: 480px) {
  #site-footer .footerInnerWrap .footerInnerWrap__logo .snsList {
    width: 60%;
  }
}

#site-footer .footerInnerWrap .footerInnerWrap__logo .snsList li {
  width: 20%;
}

#site-footer .footerInnerWrap .footerInnerWrap__links {
  width: 58%;
}

@media (max-width: 480px) {
  #site-footer .footerInnerWrap .footerInnerWrap__links {
    width: 100%;
    margin-top: 5%;
  }
}

#site-footer .footerInnerWrap .footerInnerWrap__links .footerInnerWrap__links--list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
}

#site-footer .footerInnerWrap .footerInnerWrap__links .footerInnerWrap__links--list._center {
  text-align: center;
}

#site-footer .footerInnerWrap .footerInnerWrap__links .footerInnerWrap__links--list li {
  width: 25%;
  margin-bottom: 16px;
}

@media (max-width: 480px) {
  #site-footer .footerInnerWrap .footerInnerWrap__links .footerInnerWrap__links--list li {
    width: 100%;
  }
}

#site-footer .footerInnerWrap .footerInnerWrap__links .footerInnerWrap__links--list li a {
  color: #fff;
  font-size: 14px;
  font-family: YuMincho, "Yu Mincho", serif;
}

/*============
nav
=============*/
nav {
  display: block;
  height: 80vh;
  position: fixed;
  top: 0;
  left: -90%;
  bottom: 0;
  width: 90%;
  background-image: url(../../img/bg_nav.webp);
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: all 0.5s;
  z-index: -1;
  opacity: 0;
  background-size: contain;
}

.open nav {
  left: 0;
  opacity: 1;
  z-index: 3;
}

nav .inner {
  padding: 25px;
}

nav .inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

nav .inner ul li {
  position: relative;
  margin: 0;
  border-bottom: 1px solid #333;
}

nav .inner ul li a {
  display: block;
  color: #333;
  font-size: 14px;
  padding: 1em;
  text-decoration: none;
  transition-duration: 0.2s;
}

nav .inner ul li a:hover {
  background: #e4e4e4;
}

@media screen and (max-width: 767px) {
  nav {
    left: -88%;
    width: 88%;
  }
}

/*============
.toggle_btn
=============*/
.toggle_btn {
  display: block;
  position: fixed;
  top: 30px;
  left: 30px;
  width: 30px;
  height: 30px;
  transition: all 0.5s;
  cursor: pointer;
  z-index: 3;
}

.open .toggle_btn {
  left: 92%;
}

.toggle_btn span {
  display: block;
  position: absolute;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #fff;
  border-radius: 4px;
  transition: all 0.5s;
}

.toggle_btn span:nth-child(1) {
  top: 4px;
}

.toggle_btn span:nth-child(2) {
  top: 14px;
}

.toggle_btn span:nth-child(3) {
  bottom: 4px;
}

.open .toggle_btn span {
  background-color: #fff;
}

.open .toggle_btn {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.open .toggle_btn span:nth-child(1),
.open .toggle_btn span:nth-child(3) {
  width: 16px;
}

.open .toggle_btn span:nth-child(1) {
  -webkit-transform: translate(-1px, 4px) rotate(-45deg);
  transform: translate(-1px, 4px) rotate(-45deg);
}

.open .toggle_btn span:nth-child(3) {
  -webkit-transform: translate(-1px, -4px) rotate(45deg);
  transform: translate(-1px, -4px) rotate(45deg);
}

@media screen and (max-width: 767px) {
  .open .toggle_btn {
    left: 90%;
  }
}

/*============
#mask
=============*/
#mask {
  display: none;
  transition: all 0.5s;
}

.open #mask {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.8;
  z-index: 2;
  cursor: pointer;
}

.inMenu {
  display: flex;
  justify-content: space-between;
  width: 90%;
  margin: 7% auto;
}

.inMenu .inMenuList {
  width: 50%;
}

@media (max-width: 480px) {
  .inMenu .inMenuList {
    width: 100%;
  }
}

.inMenu .inMenuList ul {
  width: 80%;
}

@media (max-width: 480px) {
  .inMenu .inMenuList ul {
    width: 100%;
  }
}

.inMenu .inMenuList ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: YuMincho, "Yu Mincho", serif;
}

.inMenu .inMenuList ul li img {
  display: inline;
  width: 2rem;
}

.inMenu .inMenuLogo {
  width: 50%;
  padding: 10px 100px 0;
}

@media (max-width: 480px) {
  .inMenu .inMenuLogo {
    display: none;
  }
}

.inMenu .inMenuLogo p {
  max-width: 320px;
  text-align: center;
}

.inMenu .inMenuLogo .logo_icons_list {
  display: flex;
  justify-content: space-evenly;
  max-width: 340px;
  margin: 15px 0 0 0;
}

.inMenu .inMenuLogo .logo_icons_list li {
  width: 17%;
  border-bottom: none;
}

.inMenu .inMenuLogoInTel {
  margin-top: 30px;
}

.inMenu .inMenuLogoAdress {
  font-family: YuMincho, "Yu Mincho", serif;
  font-size: 16px;
  margin-top: 20px;
}

header {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  display: flex;
  justify-content: flex-end;
  padding: 20px;
}

header .headerbtns {
  display: flex;
  max-width: 400px;
  z-index: 1;
  width: 36%;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 480px) {
  header .headerbtns {
    display: none;
  }
}

header .headerbtns a:first-child {
  width: 51%;
}

header .headerbtns a:nth-child(2) {
  width: 40%;
}

.sideBar {
  position: fixed;
  right: 0;
  top: 9vw;
  width: 120px;
}

@media (max-width: 1279px) and (min-width: 768px) {
  .sideBar {
    right: -120px;
  }
}

@media (max-width: 480px) {
  .sideBar {
    right: -120px;
  }
}

.sideBar .bg {
  padding: 10% 10% 1%;
  background-color: #6c6e51;
}

.sideBar .bg p {
  margin-bottom: 20px;
}

.sideBar .margin {
  margin: 15px 0;
}

#footerlinktochildthemewp {
  display: none !important;
}

.kiyakubox {
  width: 92%;
  border: 1px solid #333;
  max-width: 1040px;
  margin: 3% auto;
}

.page-template-template-onsen .catch_section,
.page-template-template-room .catch_section,
.page-template-template-dish .catch_section,
.page-template-template-anti-virus .catch_section,
.page-template-template-facility .catch_section,
.page-template-template-azumaen .catch_section {
  width: 59%;
  margin: 100px auto 30px;
  max-width: 755px;
  position: relative;
}

@media (max-width: 1279px) and (min-width: 768px) {
  .page-template-template-onsen .catch_section,
  .page-template-template-room .catch_section,
  .page-template-template-dish .catch_section,
  .page-template-template-anti-virus .catch_section,
  .page-template-template-facility .catch_section,
  .page-template-template-azumaen .catch_section {
    width: 90%;
  }
}

@media (max-width: 480px) {
  .page-template-template-onsen .catch_section,
  .page-template-template-room .catch_section,
  .page-template-template-dish .catch_section,
  .page-template-template-anti-virus .catch_section,
  .page-template-template-facility .catch_section,
  .page-template-template-azumaen .catch_section {
    width: 92%;
    margin: 11% auto 30px;
  }
}

.page-template-template-onsen .catch_section .catch_section__mainText,
.page-template-template-room .catch_section .catch_section__mainText,
.page-template-template-dish .catch_section .catch_section__mainText,
.page-template-template-anti-virus .catch_section .catch_section__mainText,
.page-template-template-facility .catch_section .catch_section__mainText,
.page-template-template-azumaen .catch_section .catch_section__mainText {
  font-family: "minbol";
  text-align: center;
  font-size: 35px;
  font-weight: 500;
  line-height: 1.5;
}

@media (max-width: 1279px) and (min-width: 768px) {
  .page-template-template-onsen .catch_section .catch_section__mainText,
  .page-template-template-room .catch_section .catch_section__mainText,
  .page-template-template-dish .catch_section .catch_section__mainText,
  .page-template-template-anti-virus .catch_section .catch_section__mainText,
  .page-template-template-facility .catch_section .catch_section__mainText,
  .page-template-template-azumaen .catch_section .catch_section__mainText {
    font-size: 27px;
  }
}

@media (max-width: 480px) {
  .page-template-template-onsen .catch_section .catch_section__mainText,
  .page-template-template-room .catch_section .catch_section__mainText,
  .page-template-template-dish .catch_section .catch_section__mainText,
  .page-template-template-anti-virus .catch_section .catch_section__mainText,
  .page-template-template-facility .catch_section .catch_section__mainText,
  .page-template-template-azumaen .catch_section .catch_section__mainText {
    font-size: 16px;
  }
}

.page-template-template-onsen .catch_section .catch_section__subText,
.page-template-template-room .catch_section .catch_section__subText,
.page-template-template-dish .catch_section .catch_section__subText,
.page-template-template-anti-virus .catch_section .catch_section__subText,
.page-template-template-facility .catch_section .catch_section__subText,
.page-template-template-azumaen .catch_section .catch_section__subText {
  font-family: YuMincho, "Yu Mincho", serif;
  width: 80%;
  margin: 30px 0 0 0;
  font-size: 16px;
  line-height: 1.98;
}

@media (max-width: 1279px) and (min-width: 768px) {
  .page-template-template-onsen .catch_section .catch_section__subText,
  .page-template-template-room .catch_section .catch_section__subText,
  .page-template-template-dish .catch_section .catch_section__subText,
  .page-template-template-anti-virus .catch_section .catch_section__subText,
  .page-template-template-facility .catch_section .catch_section__subText,
  .page-template-template-azumaen .catch_section .catch_section__subText {
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .page-template-template-onsen .catch_section .catch_section__subText,
  .page-template-template-room .catch_section .catch_section__subText,
  .page-template-template-dish .catch_section .catch_section__subText,
  .page-template-template-anti-virus .catch_section .catch_section__subText,
  .page-template-template-facility .catch_section .catch_section__subText,
  .page-template-template-azumaen .catch_section .catch_section__subText {
    width: 100%;
    font-size: 14px;
  }
}

.page-template-template-onsen .catch_section .wakaokami,
.page-template-template-room .catch_section .wakaokami,
.page-template-template-dish .catch_section .wakaokami,
.page-template-template-anti-virus .catch_section .wakaokami,
.page-template-template-facility .catch_section .wakaokami,
.page-template-template-azumaen .catch_section .wakaokami {
  position: absolute;
  top: 50px;
  right: -171px;
  width: 295px;
}

@media (max-width: 1279px) and (min-width: 768px) {
  .page-template-template-onsen .catch_section .wakaokami,
  .page-template-template-room .catch_section .wakaokami,
  .page-template-template-dish .catch_section .wakaokami,
  .page-template-template-anti-virus .catch_section .wakaokami,
  .page-template-template-facility .catch_section .wakaokami,
  .page-template-template-azumaen .catch_section .wakaokami {
    position: absolute;
    top: 50px;
    right: -12%;
    width: 34%;
  }
}

@media (max-width: 480px) {
  .page-template-template-onsen .catch_section .wakaokami,
  .page-template-template-room .catch_section .wakaokami,
  .page-template-template-dish .catch_section .wakaokami,
  .page-template-template-anti-virus .catch_section .wakaokami,
  .page-template-template-facility .catch_section .wakaokami,
  .page-template-template-azumaen .catch_section .wakaokami {
    display: none;
  }
}

.page-template-template-onsen .largeBath,
.page-template-template-room .largeBath,
.page-template-template-dish .largeBath,
.page-template-template-anti-virus .largeBath,
.page-template-template-facility .largeBath,
.page-template-template-azumaen .largeBath {
  margin-top: 165px;
}

@media (max-width: 480px) {
  .page-template-template-onsen .largeBath,
  .page-template-template-room .largeBath,
  .page-template-template-dish .largeBath,
  .page-template-template-anti-virus .largeBath,
  .page-template-template-facility .largeBath,
  .page-template-template-azumaen .largeBath {
    margin-top: 22%;
  }
}

.page-template-template-onsen .largeBath h3,
.page-template-template-onsen .largeBath h2,
.page-template-template-room .largeBath h3,
.page-template-template-room .largeBath h2,
.page-template-template-dish .largeBath h3,
.page-template-template-dish .largeBath h2,
.page-template-template-anti-virus .largeBath h3,
.page-template-template-anti-virus .largeBath h2,
.page-template-template-facility .largeBath h3,
.page-template-template-facility .largeBath h2,
.page-template-template-azumaen .largeBath h3,
.page-template-template-azumaen .largeBath h2 {
  font-family: "minbol";
  font-size: 31px;
  font-weight: 300;
  padding: 20px 0;
  letter-spacing: 2px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url(../../img/onsen/bg_title.png);
}

@media (max-width: 480px) {
  .page-template-template-onsen .largeBath h3,
  .page-template-template-onsen .largeBath h2,
  .page-template-template-room .largeBath h3,
  .page-template-template-room .largeBath h2,
  .page-template-template-dish .largeBath h3,
  .page-template-template-dish .largeBath h2,
  .page-template-template-anti-virus .largeBath h3,
  .page-template-template-anti-virus .largeBath h2,
  .page-template-template-facility .largeBath h3,
  .page-template-template-facility .largeBath h2,
  .page-template-template-azumaen .largeBath h3,
  .page-template-template-azumaen .largeBath h2 {
    font-size: 25px;
  }
}

.page-template-template-onsen .largeBath .largeBath__images,
.page-template-template-room .largeBath .largeBath__images,
.page-template-template-dish .largeBath .largeBath__images,
.page-template-template-anti-virus .largeBath .largeBath__images,
.page-template-template-facility .largeBath .largeBath__images,
.page-template-template-azumaen .largeBath .largeBath__images {
  width: 81%;
  margin: 43px auto 0;
  display: flex;
  justify-content: center;
  max-width: 1036px;
}

@media (max-width: 480px) {
  .page-template-template-onsen .largeBath .largeBath__images,
  .page-template-template-room .largeBath .largeBath__images,
  .page-template-template-dish .largeBath .largeBath__images,
  .page-template-template-anti-virus .largeBath .largeBath__images,
  .page-template-template-facility .largeBath .largeBath__images,
  .page-template-template-azumaen .largeBath .largeBath__images {
    flex-wrap: wrap;
  }
}

.page-template-template-onsen .largeBath .largeBath__images .largeBath__images--pic,
.page-template-template-room .largeBath .largeBath__images .largeBath__images--pic,
.page-template-template-dish .largeBath .largeBath__images .largeBath__images--pic,
.page-template-template-anti-virus .largeBath .largeBath__images .largeBath__images--pic,
.page-template-template-facility .largeBath .largeBath__images .largeBath__images--pic,
.page-template-template-azumaen .largeBath .largeBath__images .largeBath__images--pic {
  width: 50%;
}

@media (max-width: 480px) {
  .page-template-template-onsen .largeBath .largeBath__images .largeBath__images--pic,
  .page-template-template-room .largeBath .largeBath__images .largeBath__images--pic,
  .page-template-template-dish .largeBath .largeBath__images .largeBath__images--pic,
  .page-template-template-anti-virus .largeBath .largeBath__images .largeBath__images--pic,
  .page-template-template-facility .largeBath .largeBath__images .largeBath__images--pic,
  .page-template-template-azumaen .largeBath .largeBath__images .largeBath__images--pic {
    width: 100%;
  }
}

.page-template-template-onsen .largeBath .largeBath__images .largeBath__images--pic.kashikiri,
.page-template-template-room .largeBath .largeBath__images .largeBath__images--pic.kashikiri,
.page-template-template-dish .largeBath .largeBath__images .largeBath__images--pic.kashikiri,
.page-template-template-anti-virus .largeBath .largeBath__images .largeBath__images--pic.kashikiri,
.page-template-template-facility .largeBath .largeBath__images .largeBath__images--pic.kashikiri,
.page-template-template-azumaen .largeBath .largeBath__images .largeBath__images--pic.kashikiri {
  width: 74%;
}

@media (max-width: 480px) {
  .page-template-template-onsen .largeBath .largeBath__images .largeBath__images--pic.kashikiri,
  .page-template-template-room .largeBath .largeBath__images .largeBath__images--pic.kashikiri,
  .page-template-template-dish .largeBath .largeBath__images .largeBath__images--pic.kashikiri,
  .page-template-template-anti-virus .largeBath .largeBath__images .largeBath__images--pic.kashikiri,
  .page-template-template-facility .largeBath .largeBath__images .largeBath__images--pic.kashikiri,
  .page-template-template-azumaen .largeBath .largeBath__images .largeBath__images--pic.kashikiri {
    width: 100%;
  }
}

.page-template-template-onsen .largeBath .largeBath__text,
.page-template-template-room .largeBath .largeBath__text,
.page-template-template-dish .largeBath .largeBath__text,
.page-template-template-anti-virus .largeBath .largeBath__text,
.page-template-template-facility .largeBath .largeBath__text,
.page-template-template-azumaen .largeBath .largeBath__text {
  font-family: YuMincho, "Yu Mincho", serif;
  width: 59%;
  margin: 36px auto 0;
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 1.8;
  max-width: 755px;
}

@media (max-width: 1279px) and (min-width: 768px) {
  .page-template-template-onsen .largeBath .largeBath__text,
  .page-template-template-room .largeBath .largeBath__text,
  .page-template-template-dish .largeBath .largeBath__text,
  .page-template-template-anti-virus .largeBath .largeBath__text,
  .page-template-template-facility .largeBath .largeBath__text,
  .page-template-template-azumaen .largeBath .largeBath__text {
    width: 90%;
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .page-template-template-onsen .largeBath .largeBath__text,
  .page-template-template-room .largeBath .largeBath__text,
  .page-template-template-dish .largeBath .largeBath__text,
  .page-template-template-anti-virus .largeBath .largeBath__text,
  .page-template-template-facility .largeBath .largeBath__text,
  .page-template-template-azumaen .largeBath .largeBath__text {
    font-size: 14px;
    width: 92%;
  }
}

.page-template-template-onsen .largeBath .largeBath__text._center,
.page-template-template-room .largeBath .largeBath__text._center,
.page-template-template-dish .largeBath .largeBath__text._center,
.page-template-template-anti-virus .largeBath .largeBath__text._center,
.page-template-template-facility .largeBath .largeBath__text._center,
.page-template-template-azumaen .largeBath .largeBath__text._center {
  text-align: center;
  margin-top: 42px;
  line-height: 2;
}

@media (max-width: 480px) {
  .page-template-template-onsen .largeBath .largeBath__text._center,
  .page-template-template-room .largeBath .largeBath__text._center,
  .page-template-template-dish .largeBath .largeBath__text._center,
  .page-template-template-anti-virus .largeBath .largeBath__text._center,
  .page-template-template-facility .largeBath .largeBath__text._center,
  .page-template-template-azumaen .largeBath .largeBath__text._center {
    text-align: left;
  }
}

.page-template-template-onsen .largeBath .largeBath__condition,
.page-template-template-room .largeBath .largeBath__condition,
.page-template-template-dish .largeBath .largeBath__condition,
.page-template-template-anti-virus .largeBath .largeBath__condition,
.page-template-template-facility .largeBath .largeBath__condition,
.page-template-template-azumaen .largeBath .largeBath__condition {
  font-family: YuMincho, "Yu Mincho", serif;
  width: 48%;
  font-size: 16px;
  margin: 33px auto 0 0;
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  padding: 5px 0;
}

@media (max-width: 480px) {
  .page-template-template-onsen .largeBath .largeBath__condition,
  .page-template-template-room .largeBath .largeBath__condition,
  .page-template-template-dish .largeBath .largeBath__condition,
  .page-template-template-anti-virus .largeBath .largeBath__condition,
  .page-template-template-facility .largeBath .largeBath__condition,
  .page-template-template-azumaen .largeBath .largeBath__condition {
    width: 100%;
    font-size: 14px;
  }
}

.page-template-template-onsen .largeBath .largeBath__condition.second,
.page-template-template-room .largeBath .largeBath__condition.second,
.page-template-template-dish .largeBath .largeBath__condition.second,
.page-template-template-anti-virus .largeBath .largeBath__condition.second,
.page-template-template-facility .largeBath .largeBath__condition.second,
.page-template-template-azumaen .largeBath .largeBath__condition.second {
  width: 74%;
}

@media (max-width: 480px) {
  .page-template-template-onsen .largeBath .largeBath__condition.second,
  .page-template-template-room .largeBath .largeBath__condition.second,
  .page-template-template-dish .largeBath .largeBath__condition.second,
  .page-template-template-anti-virus .largeBath .largeBath__condition.second,
  .page-template-template-facility .largeBath .largeBath__condition.second,
  .page-template-template-azumaen .largeBath .largeBath__condition.second {
    width: 100%;
  }
}

.page-template-template-onsen .largeBath .largeBath__condition.second.mt0,
.page-template-template-room .largeBath .largeBath__condition.second.mt0,
.page-template-template-dish .largeBath .largeBath__condition.second.mt0,
.page-template-template-anti-virus .largeBath .largeBath__condition.second.mt0,
.page-template-template-facility .largeBath .largeBath__condition.second.mt0,
.page-template-template-azumaen .largeBath .largeBath__condition.second.mt0 {
  width: 100%;
  text-align: left;
  margin-top: 0;
  border-top: none;
}

.page-template-template-onsen .largeBath .largeBath__condition.second.w100,
.page-template-template-room .largeBath .largeBath__condition.second.w100,
.page-template-template-dish .largeBath .largeBath__condition.second.w100,
.page-template-template-anti-virus .largeBath .largeBath__condition.second.w100,
.page-template-template-facility .largeBath .largeBath__condition.second.w100,
.page-template-template-azumaen .largeBath .largeBath__condition.second.w100 {
  width: 100%;
  text-align: left;
}

.page-template-template-onsen .largeBath .largeBath__condition span,
.page-template-template-room .largeBath .largeBath__condition span,
.page-template-template-dish .largeBath .largeBath__condition span,
.page-template-template-anti-virus .largeBath .largeBath__condition span,
.page-template-template-facility .largeBath .largeBath__condition span,
.page-template-template-azumaen .largeBath .largeBath__condition span {
  font-weight: 600;
  margin-right: 20px;
}

@media (max-width: 480px) {
  .page-template-template-onsen .largeBath .largeBath__condition span,
  .page-template-template-room .largeBath .largeBath__condition span,
  .page-template-template-dish .largeBath .largeBath__condition span,
  .page-template-template-anti-virus .largeBath .largeBath__condition span,
  .page-template-template-facility .largeBath .largeBath__condition span,
  .page-template-template-azumaen .largeBath .largeBath__condition span {
    display: block;
  }
}

.page-template-template-onsen .aboutOurBath,
.page-template-template-room .aboutOurBath,
.page-template-template-dish .aboutOurBath,
.page-template-template-anti-virus .aboutOurBath,
.page-template-template-facility .aboutOurBath,
.page-template-template-azumaen .aboutOurBath {
  margin-top: 188px;
  font-family: "minbol";
}

@media (max-width: 480px) {
  .page-template-template-onsen .aboutOurBath,
  .page-template-template-room .aboutOurBath,
  .page-template-template-dish .aboutOurBath,
  .page-template-template-anti-virus .aboutOurBath,
  .page-template-template-facility .aboutOurBath,
  .page-template-template-azumaen .aboutOurBath {
    margin-top: 22%;
  }
}

.page-template-template-onsen .aboutOurBath .aboutOurBathInner,
.page-template-template-room .aboutOurBath .aboutOurBathInner,
.page-template-template-dish .aboutOurBath .aboutOurBathInner,
.page-template-template-anti-virus .aboutOurBath .aboutOurBathInner,
.page-template-template-facility .aboutOurBath .aboutOurBathInner,
.page-template-template-azumaen .aboutOurBath .aboutOurBathInner {
  width: 81%;
  margin: auto;
  max-width: 1036px;
  background-image: url(../../img/onsen/bg_.webp);
  padding: 72px 0 80px 0;
}

@media (max-width: 1279px) and (min-width: 768px) {
  .page-template-template-onsen .aboutOurBath .aboutOurBathInner,
  .page-template-template-room .aboutOurBath .aboutOurBathInner,
  .page-template-template-dish .aboutOurBath .aboutOurBathInner,
  .page-template-template-anti-virus .aboutOurBath .aboutOurBathInner,
  .page-template-template-facility .aboutOurBath .aboutOurBathInner,
  .page-template-template-azumaen .aboutOurBath .aboutOurBathInner {
    width: 92%;
  }
}

@media (max-width: 480px) {
  .page-template-template-onsen .aboutOurBath .aboutOurBathInner,
  .page-template-template-room .aboutOurBath .aboutOurBathInner,
  .page-template-template-dish .aboutOurBath .aboutOurBathInner,
  .page-template-template-anti-virus .aboutOurBath .aboutOurBathInner,
  .page-template-template-facility .aboutOurBath .aboutOurBathInner,
  .page-template-template-azumaen .aboutOurBath .aboutOurBathInner {
    width: 92%;
    padding: 15% 0;
  }
}

.page-template-template-onsen .aboutOurBath .aboutOurBathInner .aboutOurBathInner__title,
.page-template-template-room .aboutOurBath .aboutOurBathInner .aboutOurBathInner__title,
.page-template-template-dish .aboutOurBath .aboutOurBathInner .aboutOurBathInner__title,
.page-template-template-anti-virus .aboutOurBath .aboutOurBathInner .aboutOurBathInner__title,
.page-template-template-facility .aboutOurBath .aboutOurBathInner .aboutOurBathInner__title,
.page-template-template-azumaen .aboutOurBath .aboutOurBathInner .aboutOurBathInner__title {
  font-weight: 400;
  text-align: center;
  font-size: 41px;
  line-height: 1.26;
}

@media (max-width: 480px) {
  .page-template-template-onsen .aboutOurBath .aboutOurBathInner .aboutOurBathInner__title,
  .page-template-template-room .aboutOurBath .aboutOurBathInner .aboutOurBathInner__title,
  .page-template-template-dish .aboutOurBath .aboutOurBathInner .aboutOurBathInner__title,
  .page-template-template-anti-virus .aboutOurBath .aboutOurBathInner .aboutOurBathInner__title,
  .page-template-template-facility .aboutOurBath .aboutOurBathInner .aboutOurBathInner__title,
  .page-template-template-azumaen .aboutOurBath .aboutOurBathInner .aboutOurBathInner__title {
    font-size: 25px;
    line-height: 1.7;
  }
}

.page-template-template-onsen .aboutOurBath .aboutOurBathInner .aboutOurBathInner__title span,
.page-template-template-room .aboutOurBath .aboutOurBathInner .aboutOurBathInner__title span,
.page-template-template-dish .aboutOurBath .aboutOurBathInner .aboutOurBathInner__title span,
.page-template-template-anti-virus .aboutOurBath .aboutOurBathInner .aboutOurBathInner__title span,
.page-template-template-facility .aboutOurBath .aboutOurBathInner .aboutOurBathInner__title span,
.page-template-template-azumaen .aboutOurBath .aboutOurBathInner .aboutOurBathInner__title span {
  font-size: 54px;
}

@media (max-width: 480px) {
  .page-template-template-onsen .aboutOurBath .aboutOurBathInner .aboutOurBathInner__title span,
  .page-template-template-room .aboutOurBath .aboutOurBathInner .aboutOurBathInner__title span,
  .page-template-template-dish .aboutOurBath .aboutOurBathInner .aboutOurBathInner__title span,
  .page-template-template-anti-virus .aboutOurBath .aboutOurBathInner .aboutOurBathInner__title span,
  .page-template-template-facility .aboutOurBath .aboutOurBathInner .aboutOurBathInner__title span,
  .page-template-template-azumaen .aboutOurBath .aboutOurBathInner .aboutOurBathInner__title span {
    font-size: 35px;
  }
}

.page-template-template-onsen .aboutOurBath .aboutOurBathInner .aboutOurBathInner__content,
.page-template-template-room .aboutOurBath .aboutOurBathInner .aboutOurBathInner__content,
.page-template-template-dish .aboutOurBath .aboutOurBathInner .aboutOurBathInner__content,
.page-template-template-anti-virus .aboutOurBath .aboutOurBathInner .aboutOurBathInner__content,
.page-template-template-facility .aboutOurBath .aboutOurBathInner .aboutOurBathInner__content,
.page-template-template-azumaen .aboutOurBath .aboutOurBathInner .aboutOurBathInner__content {
  width: 93%;
  background-color: #fff;
  border-radius: 50px;
  margin: 41px auto 0;
  max-width: 963px;
  padding: 45px 0 10px 0;
}

.page-template-template-onsen .aboutOurBath .aboutOurBathInner .aboutOurBathInner__content.second,
.page-template-template-room .aboutOurBath .aboutOurBathInner .aboutOurBathInner__content.second,
.page-template-template-dish .aboutOurBath .aboutOurBathInner .aboutOurBathInner__content.second,
.page-template-template-anti-virus .aboutOurBath .aboutOurBathInner .aboutOurBathInner__content.second,
.page-template-template-facility .aboutOurBath .aboutOurBathInner .aboutOurBathInner__content.second,
.page-template-template-azumaen .aboutOurBath .aboutOurBathInner .aboutOurBathInner__content.second {
  margin: 30px auto 0;
  padding: 45px 0 40px 0;
  position: relative;
}

.page-template-template-onsen .aboutOurBath .aboutOurBathInner .aboutOurBathInner__content.second .efficacy,
.page-template-template-room .aboutOurBath .aboutOurBathInner .aboutOurBathInner__content.second .efficacy,
.page-template-template-dish .aboutOurBath .aboutOurBathInner .aboutOurBathInner__content.second .efficacy,
.page-template-template-anti-virus .aboutOurBath .aboutOurBathInner .aboutOurBathInner__content.second .efficacy,
.page-template-template-facility .aboutOurBath .aboutOurBathInner .aboutOurBathInner__content.second .efficacy,
.page-template-template-azumaen .aboutOurBath .aboutOurBathInner .aboutOurBathInner__content.second .efficacy {
  width: 64.4%;
  margin: 27px 0 0 6.4%;
}

@media (max-width: 1279px) and (min-width: 768px) {
  .page-template-template-onsen .aboutOurBath .aboutOurBathInner .aboutOurBathInner__content.second .efficacy,
  .page-template-template-room .aboutOurBath .aboutOurBathInner .aboutOurBathInner__content.second .efficacy,
  .page-template-template-dish .aboutOurBath .aboutOurBathInner .aboutOurBathInner__content.second .efficacy,
  .page-template-template-anti-virus .aboutOurBath .aboutOurBathInner .aboutOurBathInner__content.second .efficacy,
  .page-template-template-facility .aboutOurBath .aboutOurBathInner .aboutOurBathInner__content.second .efficacy,
  .page-template-template-azumaen .aboutOurBath .aboutOurBathInner .aboutOurBathInner__content.second .efficacy {
    width: 86%;
  }
}

@media (max-width: 480px) {
  .page-template-template-onsen .aboutOurBath .aboutOurBathInner .aboutOurBathInner__content.second .efficacy,
  .page-template-template-room .aboutOurBath .aboutOurBathInner .aboutOurBathInner__content.second .efficacy,
  .page-template-template-dish .aboutOurBath .aboutOurBathInner .aboutOurBathInner__content.second .efficacy,
  .page-template-template-anti-virus .aboutOurBath .aboutOurBathInner .aboutOurBathInner__content.second .efficacy,
  .page-template-template-facility .aboutOurBath .aboutOurBathInner .aboutOurBathInner__content.second .efficacy,
  .page-template-template-azumaen .aboutOurBath .aboutOurBathInner .aboutOurBathInner__content.second .efficacy {
    width: 87%;
  }
}

.page-template-template-onsen
  .aboutOurBath
  .aboutOurBathInner
  .aboutOurBathInner__content.second
  .aboutOurBathInner__content--text,
.page-template-template-room
  .aboutOurBath
  .aboutOurBathInner
  .aboutOurBathInner__content.second
  .aboutOurBathInner__content--text,
.page-template-template-dish
  .aboutOurBath
  .aboutOurBathInner
  .aboutOurBathInner__content.second
  .aboutOurBathInner__content--text,
.page-template-template-anti-virus
  .aboutOurBath
  .aboutOurBathInner
  .aboutOurBathInner__content.second
  .aboutOurBathInner__content--text,
.page-template-template-facility
  .aboutOurBath
  .aboutOurBathInner
  .aboutOurBathInner__content.second
  .aboutOurBathInner__content--text,
.page-template-template-azumaen
  .aboutOurBath
  .aboutOurBathInner
  .aboutOurBathInner__content.second
  .aboutOurBathInner__content--text {
  width: 61%;
  margin: 21px 0 0 6.4%;
}

@media (max-width: 1279px) and (min-width: 768px) {
  .page-template-template-onsen
    .aboutOurBath
    .aboutOurBathInner
    .aboutOurBathInner__content.second
    .aboutOurBathInner__content--text,
  .page-template-template-room
    .aboutOurBath
    .aboutOurBathInner
    .aboutOurBathInner__content.second
    .aboutOurBathInner__content--text,
  .page-template-template-dish
    .aboutOurBath
    .aboutOurBathInner
    .aboutOurBathInner__content.second
    .aboutOurBathInner__content--text,
  .page-template-template-anti-virus
    .aboutOurBath
    .aboutOurBathInner
    .aboutOurBathInner__content.second
    .aboutOurBathInner__content--text,
  .page-template-template-facility
    .aboutOurBath
    .aboutOurBathInner
    .aboutOurBathInner__content.second
    .aboutOurBathInner__content--text,
  .page-template-template-azumaen
    .aboutOurBath
    .aboutOurBathInner
    .aboutOurBathInner__content.second
    .aboutOurBathInner__content--text {
    width: 86%;
    margin: 41px 0 0 6.4%;
  }
}

@media (max-width: 480px) {
  .page-template-template-onsen
    .aboutOurBath
    .aboutOurBathInner
    .aboutOurBathInner__content.second
    .aboutOurBathInner__content--text,
  .page-template-template-room
    .aboutOurBath
    .aboutOurBathInner
    .aboutOurBathInner__content.second
    .aboutOurBathInner__content--text,
  .page-template-template-dish
    .aboutOurBath
    .aboutOurBathInner
    .aboutOurBathInner__content.second
    .aboutOurBathInner__content--text,
  .page-template-template-anti-virus
    .aboutOurBath
    .aboutOurBathInner
    .aboutOurBathInner__content.second
    .aboutOurBathInner__content--text,
  .page-template-template-facility
    .aboutOurBath
    .aboutOurBathInner
    .aboutOurBathInner__content.second
    .aboutOurBathInner__content--text,
  .page-template-template-azumaen
    .aboutOurBath
    .aboutOurBathInner
    .aboutOurBathInner__content.second
    .aboutOurBathInner__content--text {
    width: 87%;
  }
}

.page-template-template-onsen
  .aboutOurBath
  .aboutOurBathInner
  .aboutOurBathInner__content.second
  .aboutOurBathInner__content--text
  span,
.page-template-template-room
  .aboutOurBath
  .aboutOurBathInner
  .aboutOurBathInner__content.second
  .aboutOurBathInner__content--text
  span,
.page-template-template-dish
  .aboutOurBath
  .aboutOurBathInner
  .aboutOurBathInner__content.second
  .aboutOurBathInner__content--text
  span,
.page-template-template-anti-virus
  .aboutOurBath
  .aboutOurBathInner
  .aboutOurBathInner__content.second
  .aboutOurBathInner__content--text
  span,
.page-template-template-facility
  .aboutOurBath
  .aboutOurBathInner
  .aboutOurBathInner__content.second
  .aboutOurBathInner__content--text
  span,
.page-template-template-azumaen
  .aboutOurBath
  .aboutOurBathInner
  .aboutOurBathInner__content.second
  .aboutOurBathInner__content--text
  span {
  font-size: 12px;
}

.page-template-template-onsen .aboutOurBath .aboutOurBathInner .aboutOurBathInner__content.second .bijin,
.page-template-template-room .aboutOurBath .aboutOurBathInner .aboutOurBathInner__content.second .bijin,
.page-template-template-dish .aboutOurBath .aboutOurBathInner .aboutOurBathInner__content.second .bijin,
.page-template-template-anti-virus .aboutOurBath .aboutOurBathInner .aboutOurBathInner__content.second .bijin,
.page-template-template-facility .aboutOurBath .aboutOurBathInner .aboutOurBathInner__content.second .bijin,
.page-template-template-azumaen .aboutOurBath .aboutOurBathInner .aboutOurBathInner__content.second .bijin {
  position: absolute;
  width: 27%;
  right: 30px;
  top: 135px;
}

@media (max-width: 480px) {
  .page-template-template-onsen .aboutOurBath .aboutOurBathInner .aboutOurBathInner__content.second .bijin,
  .page-template-template-room .aboutOurBath .aboutOurBathInner .aboutOurBathInner__content.second .bijin,
  .page-template-template-dish .aboutOurBath .aboutOurBathInner .aboutOurBathInner__content.second .bijin,
  .page-template-template-anti-virus .aboutOurBath .aboutOurBathInner .aboutOurBathInner__content.second .bijin,
  .page-template-template-facility .aboutOurBath .aboutOurBathInner .aboutOurBathInner__content.second .bijin,
  .page-template-template-azumaen .aboutOurBath .aboutOurBathInner .aboutOurBathInner__content.second .bijin {
    display: none;
  }
}

.page-template-template-onsen .aboutOurBath .aboutOurBathInner .aboutOurBathInner__content h5,
.page-template-template-room .aboutOurBath .aboutOurBathInner .aboutOurBathInner__content h5,
.page-template-template-dish .aboutOurBath .aboutOurBathInner .aboutOurBathInner__content h5,
.page-template-template-anti-virus .aboutOurBath .aboutOurBathInner .aboutOurBathInner__content h5,
.page-template-template-facility .aboutOurBath .aboutOurBathInner .aboutOurBathInner__content h5,
.page-template-template-azumaen .aboutOurBath .aboutOurBathInner .aboutOurBathInner__content h5 {
  font-size: 33px;
  font-weight: 400;
  margin: 0 0 0 62px;
  letter-spacing: 1px;
}

@media (max-width: 1279px) and (min-width: 768px) {
  .page-template-template-onsen .aboutOurBath .aboutOurBathInner .aboutOurBathInner__content h5,
  .page-template-template-room .aboutOurBath .aboutOurBathInner .aboutOurBathInner__content h5,
  .page-template-template-dish .aboutOurBath .aboutOurBathInner .aboutOurBathInner__content h5,
  .page-template-template-anti-virus .aboutOurBath .aboutOurBathInner .aboutOurBathInner__content h5,
  .page-template-template-facility .aboutOurBath .aboutOurBathInner .aboutOurBathInner__content h5,
  .page-template-template-azumaen .aboutOurBath .aboutOurBathInner .aboutOurBathInner__content h5 {
    font-size: 26px;
  }
}

@media (max-width: 480px) {
  .page-template-template-onsen .aboutOurBath .aboutOurBathInner .aboutOurBathInner__content h5,
  .page-template-template-room .aboutOurBath .aboutOurBathInner .aboutOurBathInner__content h5,
  .page-template-template-dish .aboutOurBath .aboutOurBathInner .aboutOurBathInner__content h5,
  .page-template-template-anti-virus .aboutOurBath .aboutOurBathInner .aboutOurBathInner__content h5,
  .page-template-template-facility .aboutOurBath .aboutOurBathInner .aboutOurBathInner__content h5,
  .page-template-template-azumaen .aboutOurBath .aboutOurBathInner .aboutOurBathInner__content h5 {
    font-size: 5.5vw;
    margin: 0 10%;
    line-height: 1.8;
    text-align: center;
  }
}

.page-template-template-onsen
  .aboutOurBath
  .aboutOurBathInner
  .aboutOurBathInner__content
  .aboutOurBathInner__content--text,
.page-template-template-room
  .aboutOurBath
  .aboutOurBathInner
  .aboutOurBathInner__content
  .aboutOurBathInner__content--text,
.page-template-template-dish
  .aboutOurBath
  .aboutOurBathInner
  .aboutOurBathInner__content
  .aboutOurBathInner__content--text,
.page-template-template-anti-virus
  .aboutOurBath
  .aboutOurBathInner
  .aboutOurBathInner__content
  .aboutOurBathInner__content--text,
.page-template-template-facility
  .aboutOurBath
  .aboutOurBathInner
  .aboutOurBathInner__content
  .aboutOurBathInner__content--text,
.page-template-template-azumaen
  .aboutOurBath
  .aboutOurBathInner
  .aboutOurBathInner__content
  .aboutOurBathInner__content--text {
  font-family: YuMincho, "Yu Mincho", serif;
  font-size: 16px;
  width: 87%;
  margin: 21px auto;
  letter-spacing: 0px;
  line-height: 2;
}

@media (max-width: 480px) {
  .page-template-template-onsen
    .aboutOurBath
    .aboutOurBathInner
    .aboutOurBathInner__content
    .aboutOurBathInner__content--text,
  .page-template-template-room
    .aboutOurBath
    .aboutOurBathInner
    .aboutOurBathInner__content
    .aboutOurBathInner__content--text,
  .page-template-template-dish
    .aboutOurBath
    .aboutOurBathInner
    .aboutOurBathInner__content
    .aboutOurBathInner__content--text,
  .page-template-template-anti-virus
    .aboutOurBath
    .aboutOurBathInner
    .aboutOurBathInner__content
    .aboutOurBathInner__content--text,
  .page-template-template-facility
    .aboutOurBath
    .aboutOurBathInner
    .aboutOurBathInner__content
    .aboutOurBathInner__content--text,
  .page-template-template-azumaen
    .aboutOurBath
    .aboutOurBathInner
    .aboutOurBathInner__content
    .aboutOurBathInner__content--text {
    font-size: 14px;
  }
}

.page-template-template-onsen .aboutOurBath .aboutOurBathInner .aboutOurBathInner__content .system,
.page-template-template-room .aboutOurBath .aboutOurBathInner .aboutOurBathInner__content .system,
.page-template-template-dish .aboutOurBath .aboutOurBathInner .aboutOurBathInner__content .system,
.page-template-template-anti-virus .aboutOurBath .aboutOurBathInner .aboutOurBathInner__content .system,
.page-template-template-facility .aboutOurBath .aboutOurBathInner .aboutOurBathInner__content .system,
.page-template-template-azumaen .aboutOurBath .aboutOurBathInner .aboutOurBathInner__content .system {
  width: 87%;
  margin: 41px auto;
}

.page-template-template-onsen .Sommelier,
.page-template-template-room .Sommelier,
.page-template-template-dish .Sommelier,
.page-template-template-anti-virus .Sommelier,
.page-template-template-facility .Sommelier,
.page-template-template-azumaen .Sommelier {
  margin-top: 135px;
}

.page-template-template-onsen .Sommelier h5,
.page-template-template-room .Sommelier h5,
.page-template-template-dish .Sommelier h5,
.page-template-template-anti-virus .Sommelier h5,
.page-template-template-facility .Sommelier h5,
.page-template-template-azumaen .Sommelier h5 {
  font-family: "minbol";
  font-weight: 400;
  text-align: center;
  font-size: 36px;
}

@media (max-width: 480px) {
  .page-template-template-onsen .Sommelier h5,
  .page-template-template-room .Sommelier h5,
  .page-template-template-dish .Sommelier h5,
  .page-template-template-anti-virus .Sommelier h5,
  .page-template-template-facility .Sommelier h5,
  .page-template-template-azumaen .Sommelier h5 {
    font-size: 6vw;
  }
}

.page-template-template-onsen .Sommelier .SommelierWrap,
.page-template-template-room .Sommelier .SommelierWrap,
.page-template-template-dish .Sommelier .SommelierWrap,
.page-template-template-anti-virus .Sommelier .SommelierWrap,
.page-template-template-facility .Sommelier .SommelierWrap,
.page-template-template-azumaen .Sommelier .SommelierWrap {
  display: flex;
  justify-content: space-between;
  width: 81%;
  margin: 25px auto;
  max-width: 1036px;
}

@media (max-width: 480px) {
  .page-template-template-onsen .Sommelier .SommelierWrap,
  .page-template-template-room .Sommelier .SommelierWrap,
  .page-template-template-dish .Sommelier .SommelierWrap,
  .page-template-template-anti-virus .Sommelier .SommelierWrap,
  .page-template-template-facility .Sommelier .SommelierWrap,
  .page-template-template-azumaen .Sommelier .SommelierWrap {
    width: 92%;
    flex-wrap: wrap;
  }
}

.page-template-template-onsen .Sommelier .SommelierWrap .Sommelier__image,
.page-template-template-room .Sommelier .SommelierWrap .Sommelier__image,
.page-template-template-dish .Sommelier .SommelierWrap .Sommelier__image,
.page-template-template-anti-virus .Sommelier .SommelierWrap .Sommelier__image,
.page-template-template-facility .Sommelier .SommelierWrap .Sommelier__image,
.page-template-template-azumaen .Sommelier .SommelierWrap .Sommelier__image {
  width: 39.5%;
}

@media (max-width: 1279px) and (min-width: 768px) {
  .page-template-template-onsen .Sommelier .SommelierWrap .Sommelier__image,
  .page-template-template-room .Sommelier .SommelierWrap .Sommelier__image,
  .page-template-template-dish .Sommelier .SommelierWrap .Sommelier__image,
  .page-template-template-anti-virus .Sommelier .SommelierWrap .Sommelier__image,
  .page-template-template-facility .Sommelier .SommelierWrap .Sommelier__image,
  .page-template-template-azumaen .Sommelier .SommelierWrap .Sommelier__image {
    width: 26.5%;
  }
}

@media (max-width: 480px) {
  .page-template-template-onsen .Sommelier .SommelierWrap .Sommelier__image,
  .page-template-template-room .Sommelier .SommelierWrap .Sommelier__image,
  .page-template-template-dish .Sommelier .SommelierWrap .Sommelier__image,
  .page-template-template-anti-virus .Sommelier .SommelierWrap .Sommelier__image,
  .page-template-template-facility .Sommelier .SommelierWrap .Sommelier__image,
  .page-template-template-azumaen .Sommelier .SommelierWrap .Sommelier__image {
    width: 100%;
  }
}

.page-template-template-onsen .Sommelier .SommelierWrap .Sommelier__text,
.page-template-template-room .Sommelier .SommelierWrap .Sommelier__text,
.page-template-template-dish .Sommelier .SommelierWrap .Sommelier__text,
.page-template-template-anti-virus .Sommelier .SommelierWrap .Sommelier__text,
.page-template-template-facility .Sommelier .SommelierWrap .Sommelier__text,
.page-template-template-azumaen .Sommelier .SommelierWrap .Sommelier__text {
  width: 55.5%;
  font-family: YuMincho, "Yu Mincho", serif;
  font-size: 16px;
  padding: 27px 38px;
  line-height: 1.8;
  letter-spacing: 0;
  background: #fff;
  border-radius: 30px;
}

@media (max-width: 1279px) and (min-width: 768px) {
  .page-template-template-onsen .Sommelier .SommelierWrap .Sommelier__text,
  .page-template-template-room .Sommelier .SommelierWrap .Sommelier__text,
  .page-template-template-dish .Sommelier .SommelierWrap .Sommelier__text,
  .page-template-template-anti-virus .Sommelier .SommelierWrap .Sommelier__text,
  .page-template-template-facility .Sommelier .SommelierWrap .Sommelier__text,
  .page-template-template-azumaen .Sommelier .SommelierWrap .Sommelier__text {
    width: 66.5%;
  }
}

@media (max-width: 480px) {
  .page-template-template-onsen .Sommelier .SommelierWrap .Sommelier__text,
  .page-template-template-room .Sommelier .SommelierWrap .Sommelier__text,
  .page-template-template-dish .Sommelier .SommelierWrap .Sommelier__text,
  .page-template-template-anti-virus .Sommelier .SommelierWrap .Sommelier__text,
  .page-template-template-facility .Sommelier .SommelierWrap .Sommelier__text,
  .page-template-template-azumaen .Sommelier .SommelierWrap .Sommelier__text {
    width: 100%;
    font-size: 14px;
    margin: 13% auto 0;
  }
}

.page-template-template-onsen .bathPlan,
.page-template-template-room .bathPlan,
.page-template-template-dish .bathPlan,
.page-template-template-anti-virus .bathPlan,
.page-template-template-facility .bathPlan,
.page-template-template-azumaen .bathPlan {
  margin-top: 135px;
  margin-bottom: 107px;
}

@media (max-width: 480px) {
  .page-template-template-onsen .bathPlan,
  .page-template-template-room .bathPlan,
  .page-template-template-dish .bathPlan,
  .page-template-template-anti-virus .bathPlan,
  .page-template-template-facility .bathPlan,
  .page-template-template-azumaen .bathPlan {
    margin-top: 15%;
  }
}

.page-template-templatestemplate-room-php #site-content .catch_section__subText,
.page-template-templatestemplate-azumaen-php #site-content .catch_section__subText {
  font-family: YuMincho, "Yu Mincho", serif;
  width: 74%;
  margin: 26px auto;
  font-size: 16px;
  line-height: 1.98;
}

@media (max-width: 480px) {
  .page-template-templatestemplate-room-php #site-content .catch_section__subText,
  .page-template-templatestemplate-azumaen-php #site-content .catch_section__subText {
    width: 92%;
    font-size: 14px;
  }
}

.page-template-templatestemplate-room-php #site-content .largeBath,
.page-template-templatestemplate-azumaen-php #site-content .largeBath {
  margin-top: 157px;
}

@media (max-width: 480px) {
  .page-template-templatestemplate-room-php #site-content .largeBath,
  .page-template-templatestemplate-azumaen-php #site-content .largeBath {
    margin-top: 15%;
  }
}

.page-template-templatestemplate-room-php .roomSpec,
.page-template-templatestemplate-azumaen-php .roomSpec {
  margin-top: 50px;
}

.page-template-templatestemplate-room-php .roomSpec .roomSpec__title,
.page-template-templatestemplate-azumaen-php .roomSpec .roomSpec__title {
  background-image: url(../../img/top/bg_title_bg_red.png);
  background-repeat: no-repeat;
  padding: 0 0 7px 25px;
  font-size: 20px;
  background-size: contain;
  line-height: 1.5;
  background-position: bottom;
}

@media (max-width: 480px) {
  .page-template-templatestemplate-room-php .roomSpec .roomSpec__title,
  .page-template-templatestemplate-azumaen-php .roomSpec .roomSpec__title {
    background-image: none;
  }
}

.page-template-templatestemplate-room-php .roomSpec .roomSpec__data,
.page-template-templatestemplate-azumaen-php .roomSpec .roomSpec__data {
  margin-top: 10px;
}

.page-template-templatestemplate-room-php .roomSpec .roomSpec__data ul,
.page-template-templatestemplate-azumaen-php .roomSpec .roomSpec__data ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 28px;
}

.page-template-templatestemplate-room-php .roomSpec .roomSpec__data ul li,
.page-template-templatestemplate-azumaen-php .roomSpec .roomSpec__data ul li {
  width: 48%;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #aaaaaa;
  padding-bottom: 6px;
  margin-bottom: 9px;
  justify-content: space-around;
}

.page-template-templatestemplate-room-php .roomSpec .roomSpec__data ul li p,
.page-template-templatestemplate-azumaen-php .roomSpec .roomSpec__data ul li p {
  font-size: 15px;
}

@media (max-width: 480px) {
  .page-template-templatestemplate-room-php .roomSpec .roomSpec__data ul li p,
  .page-template-templatestemplate-azumaen-php .roomSpec .roomSpec__data ul li p {
    font-size: 14px;
  }
}

.page-template-templatestemplate-room-php .roomSpec .roomSpec__data ul li p:first-child,
.page-template-templatestemplate-azumaen-php .roomSpec .roomSpec__data ul li p:first-child {
  width: 100%;
  font-weight: 600;
}

.page-template-templatestemplate-room-php .roomSpec .roomSpec__data ul li p:nth-child(2),
.page-template-templatestemplate-azumaen-php .roomSpec .roomSpec__data ul li p:nth-child(2) {
  width: 100%;
}

.page-template-templatestemplate-room-php .roomSpec .roomSpec__data ul li:nth-child(5),
.page-template-templatestemplate-azumaen-php .roomSpec .roomSpec__data ul li:nth-child(5) {
  width: 100%;
}

.page-template-templatestemplate-room-php .roomSpec .roomSpec__data ul li:nth-child(5) p,
.page-template-templatestemplate-azumaen-php .roomSpec .roomSpec__data ul li:nth-child(5) p {
  font-size: 15px;
}

.page-template-templatestemplate-room-php .roomSpec .roomSpec__data ul li:nth-child(5) p:first-child,
.page-template-templatestemplate-azumaen-php .roomSpec .roomSpec__data ul li:nth-child(5) p:first-child {
  width: 100%;
  font-weight: 600;
}

.page-template-templatestemplate-room-php .roomSpec .roomSpec__data ul li:nth-child(5) p:nth-child(2),
.page-template-templatestemplate-azumaen-php .roomSpec .roomSpec__data ul li:nth-child(5) p:nth-child(2) {
  width: 80%;
}

.page-template-templatestemplate-room-php .roomSpec .roomSpec__data ul li:nth-child(6),
.page-template-templatestemplate-azumaen-php .roomSpec .roomSpec__data ul li:nth-child(6) {
  width: 100%;
}

.page-template-templatestemplate-room-php .roomSpec .roomSpec__data ul li:nth-child(6) p,
.page-template-templatestemplate-azumaen-php .roomSpec .roomSpec__data ul li:nth-child(6) p {
  font-size: 15px;
}

.page-template-templatestemplate-room-php .roomSpec .roomSpec__data ul li:nth-child(6) p:first-child,
.page-template-templatestemplate-azumaen-php .roomSpec .roomSpec__data ul li:nth-child(6) p:first-child {
  width: 100%;
  font-weight: 600;
}

.page-template-templatestemplate-room-php .roomSpec .roomSpec__data ul li:nth-child(6) p:nth-child(2),
.page-template-templatestemplate-azumaen-php .roomSpec .roomSpec__data ul li:nth-child(6) p:nth-child(2) {
  width: 80%;
}

.page-template-templatestemplate-room-php .totalRoomInfo,
.page-template-templatestemplate-azumaen-php .totalRoomInfo {
  margin-top: 150px;
  margin-bottom: 200px;
}

.page-template-templatestemplate-room-php .totalRoomInfo .totalRoomInfo__data,
.page-template-templatestemplate-azumaen-php .totalRoomInfo .totalRoomInfo__data {
  width: 81%;
  margin: 60px auto 0;
  max-width: 1036px;
}

@media (max-width: 1279px) and (min-width: 768px) {
  .page-template-templatestemplate-room-php .totalRoomInfo .totalRoomInfo__data,
  .page-template-templatestemplate-azumaen-php .totalRoomInfo .totalRoomInfo__data {
    width: 92%;
  }
}

.page-template-templatestemplate-dish-php #site-content .eyecatch_bgb {
  display: flex;
  justify-content: center;
  align-items: center;
  height: initial;
  position: relative;
}

.page-template-templatestemplate-dish-php #site-content .chefComment {
  width: 65%;
  margin: 106px auto 0;
  display: flex;
  justify-content: space-between;
  max-width: 830px;
}

@media (max-width: 1279px) and (min-width: 768px) {
  .page-template-templatestemplate-dish-php #site-content .chefComment {
    width: 90%;
  }
}

@media (max-width: 480px) {
  .page-template-templatestemplate-dish-php #site-content .chefComment {
    width: 92%;
    margin: 5% auto;
  }
}

.page-template-templatestemplate-dish-php #site-content .chefComment .chefComment__pic {
  width: 32%;
}

@media (max-width: 480px) {
  .page-template-templatestemplate-dish-php #site-content .chefComment .chefComment__pic {
    display: none;
  }
}

.page-template-templatestemplate-dish-php #site-content .chefComment .chefComment__text {
  width: 64%;
  font-family: YuMincho, "Yu Mincho", serif;
  font-size: 16px;
  line-height: 2;
  padding-top: 43px;
}

@media (max-width: 480px) {
  .page-template-templatestemplate-dish-php #site-content .chefComment .chefComment__text {
    width: 100%;
    padding-top: 5%;
  }
}

.page-template-templatestemplate-dish-php #site-content .foodBlock {
  margin-top: 161px;
}

@media (max-width: 480px) {
  .page-template-templatestemplate-dish-php #site-content .foodBlock {
    margin-top: 20%;
  }
}

.page-template-templatestemplate-dish-php #site-content .eyecatch {
  background-image: url(../../img/dish/top.webp);
  height: 440px;
  margin-top: 49px;
}

.page-template-templatestemplate-dish-php #site-content .foodBlock__text {
  max-width: 760px;
  margin: auto;
  font-family: YuMincho, "Yu Mincho", serif;
  font-size: 16px;
  width: 92%;
  margin-top: 42px;
}

.page-template-templatestemplate-dish-php #site-content .foodBlock__text p {
  line-height: 1.8;
  letter-spacing: 0;
}

.page-template-templatestemplate-dish-php #site-content .bousiButton {
  margin-top: 50px;
}

.page-template-templatestemplate-dish-php #site-content .largeBath__images {
  width: 100%;
  margin-top: 47px;
}

.page-template-templatestemplate-dish-php #site-content .largeBath__images .largeBath__images--pic {
  width: 100%;
}

.page-template-templatestemplate-dish-php #site-content .largeBath__text {
  margin-top: 46px;
}

.page-template-templatestemplate-dish-php #site-content .largeBath__text h4 {
  text-align: center;
  font-size: 35px;
  font-weight: 400;
  margin-bottom: 19px;
}

@media (max-width: 480px) {
  .page-template-templatestemplate-dish-php #site-content .largeBath__text h4 {
    font-size: 7vw;
  }
}

.page-template-templatestemplate-dish-php #site-content .season .tradBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.page-template-templatestemplate-dish-php #site-content .season .tradBox .tradBoxFrame {
  width: 48%;
  margin-bottom: 60px;
}

.page-template-templatestemplate-dish-php #site-content .morning .eyecatch {
  background-image: url(../../img/dish/morning.webp);
  height: 440px;
  margin-top: 49px;
}

.page-template-templatestemplate-dish-php #site-content .customerVoice .customerVoice__voices {
  margin: 45px auto 80px;
}

.foodBlock__beef {
  max-width: 1040px;
  width: 94%;
  margin: 40px auto 0;
}

.foodBlock__beef ul {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 480px) {
  .foodBlock__beef ul {
    flex-wrap: wrap;
  }
}

.foodBlock__beef ul li {
  width: 31%;
  text-align: center;
  font-family: YuMincho, "Yu Mincho", serif;
}

@media (max-width: 480px) {
  .foodBlock__beef ul li {
    width: 100%;
    margin-bottom: 6%;
  }
}

.foodBlock__beef ul li .foodBlock__beef--text {
  text-align: center;
  margin-top: 19px;
  font-weight: 600;
}

.foodBlock__beef ul li .foodBlock__beef--text span {
  font-size: 15px;
  font-weight: 400;
}

.tradBox {
  max-width: 1040px;
  width: 94%;
  margin: 50px auto 0;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 480px) {
  .tradBox {
    flex-wrap: wrap;
  }
}

.tradBox .tradBoxFrame {
  width: 48%;
  font-family: YuMincho, "Yu Mincho", serif;
}

@media (max-width: 480px) {
  .tradBox .tradBoxFrame {
    width: 100%;
    margin-bottom: 5%;
  }
}

.tradBox .tradBoxFrame .tradBoxFrame__name {
  margin-top: 15px;
  font-size: 17px;
  font-weight: 600;
}

.tradBox .tradBoxFrame .tradBoxFrame__text {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 400;
}

@media (max-width: 480px) {
  .tradBox .tradBoxFrame .tradBoxFrame__text {
    font-size: 14px;
  }
}

.sake {
  width: 92%;
  margin: 65px auto;
  max-width: 760px;
}

.foodBlock__farmer {
  background-image: url(../../img/dish/bg_farmer.png);
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  margin: 60px auto;
  width: 92%;
  max-width: 1036px;
  background-size: 100% 100%;
  background-position: center;
  padding: 4%;
}

@media (max-width: 480px) {
  .foodBlock__farmer {
    flex-wrap: wrap;
    background-image: none;
  }
}

.foodBlock__farmer .foodBlock__farmer--pic {
  width: 33%;
}

@media (max-width: 480px) {
  .foodBlock__farmer .foodBlock__farmer--pic {
    width: 80%;
    margin: 8% auto;
  }
}

.foodBlock__farmer .foodBlock__farmer--text {
  width: 63%;
  font-family: YuMincho, "Yu Mincho", serif;
  font-size: 16px;
}

@media (max-width: 480px) {
  .foodBlock__farmer .foodBlock__farmer--text {
    width: 100%;
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .foodBlock__farmer .foodBlock__farmer--text .button {
    width: 100%;
  }
}

.page-template-templatestemplate-facility-php #site-content .foodBlock__text {
  font-family: YuMincho, "Yu Mincho", serif;
  font-size: 16px;
  max-width: 560px;
  width: 80%;
  margin: 40px auto;
}

.page-template-templatestemplate-facility-php #site-content .foodBlock__text p {
  line-height: 1.9;
}

.page-template-templatestemplate-facility-php #site-content .facilityBlock {
  margin-top: 80px;
}

.page-template-templatestemplate-facility-php #site-content .entranceBox {
  display: flex;
  justify-content: space-between;
  max-width: 1040px;
  width: 94%;
  margin: 40px auto 0;
}

@media (max-width: 480px) {
  .page-template-templatestemplate-facility-php #site-content .entranceBox {
    flex-wrap: wrap;
  }
}

.page-template-templatestemplate-facility-php #site-content .entranceBox .entranceBox__img {
  width: 48%;
}

@media (max-width: 480px) {
  .page-template-templatestemplate-facility-php #site-content .entranceBox .entranceBox__img {
    width: 100%;
    margin: 4% auto;
  }
}

.page-template-templatestemplate-facility-php #site-content .entranceBox .entranceBox__text {
  width: 49%;
}

@media (max-width: 480px) {
  .page-template-templatestemplate-facility-php #site-content .entranceBox .entranceBox__text {
    width: 100%;
  }
}

.page-template-templatestemplate-facility-php #site-content .entranceBox .entranceBox__text .entranceBox__text--top {
  display: flex;
  justify-content: space-between;
}

.page-template-templatestemplate-facility-php #site-content .entranceBox .entranceBox__text .entranceBox__text--top p {
  width: 49%;
}

.page-template-templatestemplate-facility-php #site-content .entranceBox .entranceBox__text .entranceBox__text--text {
  font-family: YuMincho, "Yu Mincho", serif;
  font-size: 15px;
  margin-top: 20px;
  letter-spacing: 0;
  line-height: 1.9;
}

.page-template-templatestemplate-facility-php #site-content .mb60 {
  margin-bottom: 80px;
}

.page-template-templatestemplate-azumaen-php #site-content {
  margin-bottom: 12%;
}

.page-template-templatestemplate-azumaen-php #site-content .largeBath {
  margin-top: 100px;
}

@media (max-width: 480px) {
  .page-template-templatestemplate-azumaen-php #site-content h1 {
    font-size: 6vw;
  }
}

.page-template-templatestemplate-azumaen-php #site-content .conditions {
  max-width: 760px;
  width: 90%;
  margin: 30px auto;
}

.page-template-templatestemplate-azumaen-php #site-content .conditions ul li {
  display: flex;
  justify-content: space-between;
  font-family: YuMincho, "Yu Mincho", serif;
  align-items: center;
  font-size: 15px;
  padding: 1% 0;
  border-bottom: 1px solid #aaa;
}

@media (max-width: 480px) {
  .page-template-templatestemplate-azumaen-php #site-content .conditions ul li {
    flex-wrap: wrap;
  }
}

.page-template-templatestemplate-azumaen-php #site-content .conditions ul li .head {
  width: 25%;
  line-height: 3;
  font-weight: 600;
}

@media (max-width: 480px) {
  .page-template-templatestemplate-azumaen-php #site-content .conditions ul li .head {
    width: 100%;
  }
}

.page-template-templatestemplate-azumaen-php #site-content .conditions ul li .body {
  width: 70%;
}

@media (max-width: 480px) {
  .page-template-templatestemplate-azumaen-php #site-content .conditions ul li .body {
    width: 100%;
  }
}

.azuma_en {
  width: 100%;
  max-width: 1280px;
  margin: 45px auto 0;
}

.azuma_en.mt100 {
  margin-top: 100px;
}

.azuma_en.reverse .azuma_enFrame {
  flex-direction: row-reverse;
}

@media (max-width: 480px) {
  .azuma_en.reverse .azuma_enFrame {
    flex-direction: unset;
  }
}

.azuma_en.reverse .azuma_enFrame .azuma_enFrame__text {
  padding-left: 65px;
  padding-top: 45px;
}

@media (max-width: 480px) {
  .azuma_en.reverse .azuma_enFrame .azuma_enFrame__text {
    padding-left: 0;
    padding-top: 30px;
  }
}

.azuma_en.reverse .azuma_enFrame .azuma_enFrame__text p {
  width: 100%;
}

.azuma_en .azuma_enFrame {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 480px) {
  .azuma_en .azuma_enFrame {
    flex-wrap: wrap;
  }
}

.azuma_en .azuma_enFrame .azuma_enFrame__img {
  width: 49%;
}

@media (max-width: 480px) {
  .azuma_en .azuma_enFrame .azuma_enFrame__img {
    width: 100%;
  }
}

.azuma_en .azuma_enFrame .azuma_enFrame__text {
  width: 49%;
}

@media (max-width: 480px) {
  .azuma_en .azuma_enFrame .azuma_enFrame__text {
    width: 92%;
    margin: 7% auto;
  }
}

.azuma_en .azuma_enFrame .azuma_enFrame__text.pt30 {
  padding-top: 30px;
}

.azuma_en .azuma_enFrame .azuma_enFrame__text h3 {
  font-family: "minbol";
  font-size: 30px;
  font-weight: 400;
}

@media (max-width: 1279px) and (min-width: 768px) {
  .azuma_en .azuma_enFrame .azuma_enFrame__text h3 {
    font-size: 21px;
  }
}

.azuma_en .azuma_enFrame .azuma_enFrame__text p {
  font-family: YuMincho, "Yu Mincho", serif;
  width: 80%;
  font-size: 16px;
  line-height: 1.9;
  margin-top: 15px;
}

@media (max-width: 1279px) and (min-width: 768px) {
  .azuma_en .azuma_enFrame .azuma_enFrame__text p {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .azuma_en .azuma_enFrame .azuma_enFrame__text p {
    width: 100%;
  }
}

.azuma_en .azuma_enFrame .azuma_enFrame__text p.bousiButton {
  margin-top: 30px;
  text-align: left;
}

@media (max-width: 480px) {
  .azuma_en .azuma_enFrame .azuma_enFrame__text .button {
    width: 100%;
  }
}

.en_map {
  width: 94%;
  max-width: 1160px;
  margin: 100px auto 80px;
}

.azuma_detail {
  max-width: 1042px;
  width: 94%;
  margin: 0px auto;
  display: flex;
  flex-wrap: wrap;
  font-family: "minbol";
  justify-content: space-between;
}

.azuma_detail .azuma_detailWrap {
  width: 48%;
  margin-top: 70px;
}

@media (max-width: 480px) {
  .azuma_detail .azuma_detailWrap {
    width: 100%;
  }
}

.azuma_detail .azuma_detailWrap h3 {
  font-family: "minbol";
  font-size: 31px;
  font-weight: 300;
  margin-bottom: 30px;
  padding: 20px 0;
  letter-spacing: 2px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url(../../img/onsen/bg_title.png);
}

@media (max-width: 480px) {
  .azuma_detail .azuma_detailWrap h3 {
    font-size: 7vw;
  }
}

.azuma_detail .azuma_detailWrap .azuma_detailWrap__title {
  background-image: url(../../img/top/bg_title_bg_red.png);
  background-repeat: no-repeat;
  padding: 0px 0px 15px 30px;
  font-size: 19px;
  font-family: "minbol";
  background-size: cover;
  margin-top: 25px;
  line-height: 1;
  background-position: left bottom;
}

.onegai {
  max-width: 760px;
  width: 92%;
  border-radius: 20px;
  background-color: #fff;
  margin: 50px auto;
  padding: 30px;
  position: relative;
}

.usagi {
  position: absolute;
  top: -5%;
  left: -10%;
  width: 30%;
}

.onegai .onegai__head {
  font-family: "minbol";
  font-size: 28px;
  font-weight: 400;
  text-align: center;
}

.onegai .onegai__text {
  font-family: YuMincho, "Yu Mincho", serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.8;
  padding-left: 20%;
}

.page-template-templatestemplate-anti-virus-php #site-content .catch_section__subText {
  font-family: YuMincho, "Yu Mincho", serif;
  width: 74%;
  margin: 26px auto;
  font-size: 16px;
  line-height: 1.98;
}

.page-template-templatestemplate-anti-virus-php #site-content .largeBath {
  margin-top: 157px;
}

.page-template-templatestemplate-anti-virus-php #site-content .varticalText_incatch {
  color: #333;
}

.page-template-templatestemplate-anti-virus-php .virusBox {
  max-width: 860px;
  width: 92%;
  margin: 50px auto 0;
  display: flex;
  justify-content: space-between;
}

.page-template-templatestemplate-anti-virus-php .virusBox .virusBox__text {
  width: 54%;
  font-family: YuMincho, "Yu Mincho", serif;
  font-size: 16px;
  max-width: 460px;
}

.page-template-templatestemplate-anti-virus-php .virusBox .virusBox__text p {
  line-height: 1.8;
}

.page-template-templatestemplate-anti-virus-php .virusBox .virusBox__text p.virusBox__text--text2 {
  background-color: #fff;
  width: 100%;
  padding: 20px 35px;
  margin-top: 22px;
}

.page-template-templatestemplate-anti-virus-php .virusBox .virusBox__img {
  width: 36.2%;
  max-width: 311px;
}

.favor {
  max-width: 1040px;
  margin: 80px auto;
  width: 92%;
}

.favor h4 {
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  color: #fff;
  font-family: "minbol";
  font-size: 33px;
  font-weight: 400;
  line-height: 2;
}

.favor h4.bg_red {
  background-image: url(../../img/virus/bg_red.jpg);
}

.favor h4.bg_green {
  background-image: url(../../img/virus/bg_green.jpg);
}

.favor ul {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.favor ul.staff li {
  width: 49%;
}

.favor ul.staff li .list_ico {
  width: 28%;
}

.favor ul.staff li .list_text {
  width: 61%;
  font-family: YuMincho, "Yu Mincho", serif;
  font-size: 16px;
  line-height: 1.8;
}

.favor ul li {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #aaa;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.favor ul li .list_ico {
  width: 14%;
}

.favor ul li .list_text {
  width: 80%;
  font-family: YuMincho, "Yu Mincho", serif;
  font-size: 18px;
  line-height: 1.8;
}

.page-template-templatestemplate-style-php header {
  background-color: #fff;
  position: fixed;
  z-index: 2;
}

@media (max-width: 480px) {
  .page-template-templatestemplate-style-php header {
    padding: 42px;
  }
}

.page-template-templatestemplate-style-php header .toggle_btn span {
  background-color: #333;
}

.page-template-templatestemplate-style-php header.open .toggle_btn span {
  background-color: #fff !important;
}

.page-template-templatestemplate-style-php .dayStyle {
  width: 100%;
  max-width: 1280px;
  margin: 200px auto 0;
}

@media (max-width: 1279px) and (min-width: 768px) {
  .page-template-templatestemplate-style-php .dayStyle {
    margin: 14% auto 0;
  }
}

@media (max-width: 480px) {
  .page-template-templatestemplate-style-php .dayStyle {
    margin: 140px auto 0;
  }
}

.page-template-templatestemplate-style-php .dayStyle h3 {
  font-family: "minbol";
  font-size: 31px;
  font-weight: 300;
  padding: 20px 0;
  letter-spacing: 2px;
  margin-bottom: 50px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url(../../img/onsen/bg_title.png);
}

@media (max-width: 480px) {
  .page-template-templatestemplate-style-php .dayStyle h3 {
    font-size: 7vw;
  }
}

.page-template-templatestemplate-style-php .dayStyle .dayStyleMenu {
  width: 100%;
  max-width: 1160px;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 480px) {
  .page-template-templatestemplate-style-php .dayStyle .dayStyleMenu {
    flex-wrap: wrap;
  }
}

.page-template-templatestemplate-style-php .dayStyle .dayStyleMenu .dayStyleMenu_day1 {
  max-width: 870px;
  width: 100%;
  box-sizing: border-box;
}

.page-template-templatestemplate-style-php .dayStyle .dayStyleMenu .dayStyleMenu_day2 {
  max-width: 290px;
  width: 100%;
  box-sizing: border-box;
}

@media (max-width: 480px) {
  .page-template-templatestemplate-style-php .dayStyle .dayStyleMenu .dayStyleMenu_day2 {
    max-width: initial;
  }
}

.page-template-templatestemplate-style-php .dayStyle .dayStyleMenu .dayStyleMenu_head {
  text-align: center;
  padding: 5px 0;
  color: #fff;
  font-size: 20px;
  font-family: "minbol";
}

.page-template-templatestemplate-style-php .dayStyle .dayStyleMenu .dayStyleMenu_head._red {
  background-color: #a15869;
}

.page-template-templatestemplate-style-php .dayStyle .dayStyleMenu .dayStyleMenu_head._green {
  background-color: #6c6e51ff;
}

.page-template-templatestemplate-style-php .dayStyle .dayStyleMenu ul {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 480px) {
  .page-template-templatestemplate-style-php .dayStyle .dayStyleMenu ul {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}

.page-template-templatestemplate-style-php .dayStyle .dayStyleMenu ul li {
  width: calc(1160px / 9);
  box-sizing: border-box;
  border-right: 1px solid #cccf;
  text-align: center;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-items: center;
  background-color: #ffff;
  height: 11rem;
}

@media (max-width: 480px) {
  .page-template-templatestemplate-style-php .dayStyle .dayStyleMenu ul li {
    width: calc(100% / 4);
  }
}

.page-template-templatestemplate-style-php .dayStyle .dayStyleMenu ul li a {
  text-align: center;
  font-family: YuMincho, "Yu Mincho", serif;
  font-size: 13px;
  text-decoration: none;
  color: #333f;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-template-templatestemplate-style-php #site-content .azuma_en {
  width: 94%;
  margin: 0px auto 0;
  max-width: 1040px;
  padding-top: 170px;
  position: relative;
}

.page-template-templatestemplate-style-php #site-content .azuma_en .azuma_enFrame__text {
  padding: 0;
}

.page-template-templatestemplate-style-php #site-content .azuma_en .azuma_enFrame__text .daybadge {
  width: 20%;
  margin: 0 0 20px 0;
}

@media (max-width: 480px) {
  .page-template-templatestemplate-style-php #site-content .azuma_en .azuma_enFrame__text .daybadge {
    margin: 6% 0 20px 0;
  }
}

.page-template-templatestemplate-style-php #site-content .azuma_en .azuma_enFrame__text .azuma_enFrame__text--frame {
  background-color: #fff;
  border-radius: 30px;
  padding: 20px;
  margin-top: 30px;
  width: 88%;
}

@media (max-width: 480px) {
  .page-template-templatestemplate-style-php #site-content .azuma_en .azuma_enFrame__text .azuma_enFrame__text--frame {
    width: 100%;
  }
}

.page-template-templatestemplate-style-php
  #site-content
  .azuma_en
  .azuma_enFrame__text
  .azuma_enFrame__text--frame
  span {
  font-size: 14px;
}

.page-template-templatestemplate-style-php #site-content .shige {
  display: flex;
  justify-content: space-between;
  width: 880px;
  background-color: #fff;
  margin: 100px auto;
  border-radius: 30px;
  padding: 40px;
  box-sizing: border-box;
}

@media (max-width: 480px) {
  .page-template-templatestemplate-style-php #site-content .shige {
    width: 92%;
    flex-wrap: wrap;
    padding: 5%;
    margin: 14% auto 0;
  }
}

.page-template-templatestemplate-style-php #site-content .shige .shige__img {
  width: 30%;
}

@media (max-width: 480px) {
  .page-template-templatestemplate-style-php #site-content .shige .shige__img {
    width: 70%;
    margin: 0 auto 8%;
  }
}

.page-template-templatestemplate-style-php #site-content .shige .shige__text {
  width: 62%;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
}

@media (max-width: 480px) {
  .page-template-templatestemplate-style-php #site-content .shige .shige__text {
    width: 100%;
  }
}

.page-template-templatestemplate-style-php #site-content .shige .shige__text p {
  font-family: YuMincho, "Yu Mincho", serif;
  font-size: 16px;
}

@media (max-width: 480px) {
  .page-template-templatestemplate-style-php #site-content .shige .shige__text p {
    font-size: 14px;
    line-height: 1.7;
  }
}

@media (max-width: 480px) {
  .page-template-templatestemplate-style-php #site-content .shige .shige__text p.bousiButton {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .page-template-templatestemplate-style-php #site-content .shige .shige__text p .button {
    width: 100%;
  }
}

.page-template-templatestemplate-style-php #site-content .azuma_enFrame__text p {
  font-family: YuMincho, "Yu Mincho", serif;
  width: 90%;
}

@media (max-width: 480px) {
  .page-template-templatestemplate-style-php #site-content .azuma_enFrame__text p {
    width: 100%;
    font-size: 14px;
  }
}

.page-template-templatestemplate-style-php #site-content .line {
  margin: 70px auto 50px;
  max-width: 1040px;
  width: 100%;
}

.page-template-templatestemplate-style-php #site-content .mb100 {
  margin-bottom: 100px;
}

.dayStyleOne {
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: auto;
}

.dayStyleOne.day2 .dayStyleOneday_1Bnr {
  position: absolute;
  width: 27%;
  left: inherit;
  right: 120px;
  top: -20px;
}

.dayStyleOne .dayStyleOneday_1Bnr {
  position: absolute;
  width: 27%;
  left: 65px;
}

@media (max-width: 480px) {
  .dayStyleOne .dayStyleOneday_1Bnr {
    position: absolute;
    width: 57%;
    left: 3%;
    top: 104%;
  }
}

.dayStyleOne .dayStyleOneTitle {
  width: 188px;
  margin: 80px auto 20px;
}

.page-template-templatestemplate-traffic-php header {
  background-color: #fff;
  position: fixed;
  z-index: 2;
}

@media (max-width: 480px) {
  .page-template-templatestemplate-traffic-php header {
    padding: 38px;
  }
}

.page-template-templatestemplate-traffic-php header .toggle_btn span {
  background-color: #333;
}

.page-template-templatestemplate-traffic-php #site-content .catch_section {
  width: 59%;
  margin: 80px auto 30px;
  max-width: 560px;
  position: relative;
}

@media (max-width: 480px) {
  .page-template-templatestemplate-traffic-php #site-content .catch_section {
    width: 90%;
  }
}

.page-template-templatestemplate-traffic-php #site-content .catch_section .catch_section__mainText {
  font-size: 33px;
  font-family: "minbol";
  font-weight: 400;
  text-align: center;
  line-height: 1.8;
}

@media (max-width: 480px) {
  .page-template-templatestemplate-traffic-php #site-content .catch_section .catch_section__mainText {
    font-size: 7vw;
  }
}

.page-template-templatestemplate-traffic-php #site-content .catch_section .catch_section__subText {
  font-family: YuMincho, "Yu Mincho", serif;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0;
  margin-top: 30px;
}

@media (max-width: 480px) {
  .page-template-templatestemplate-traffic-php #site-content .catch_section .catch_section__subText {
    font-size: 14px;
  }
}

.page-template-templatestemplate-traffic-php #site-content .googleMap {
  margin-top: 60px;
}

.page-template-templatestemplate-traffic-php #site-content .bycar {
  max-width: 1040px;
  margin: 120px auto 0;
  width: 94%;
}

.page-template-templatestemplate-traffic-php #site-content .parking {
  max-width: 812px;
  margin: 120px auto 0;
  width: 84%;
}

.page-template-templatestemplate-traffic-php #site-content .mb100 {
  margin-bottom: 100px !important;
}

.title_with_whiteback {
  background-image: url(../../img/traffic/bg_white.webp);
  background-size: cover;
  width: 100%;
  max-width: 1040px;
  margin: 160px auto 0;
  text-align: center;
  padding: 45px;
}

@media (max-width: 1279px) and (min-width: 768px) {
  .title_with_whiteback {
    width: 92% !important;
  }
}

.title_with_whiteback h3 {
  font-size: 33px;
  font-family: "minbol";
  font-weight: 400;
}

.map_traffic {
  max-width: 1005px;
  display: flex;
  margin: 50px auto 0;
  justify-content: space-between;
}

@media (max-width: 480px) {
  .map_traffic {
    width: 92%;
    flex-wrap: wrap;
  }
}

.map_traffic .map_traffic__img {
  width: 50%;
}

@media (max-width: 480px) {
  .map_traffic .map_traffic__img {
    width: 92%;
    margin: 0% auto 10%;
  }
}

.map_traffic .map_traffic__text {
  width: 45%;
}

@media (max-width: 480px) {
  .map_traffic .map_traffic__text {
    width: 92%;
    margin: auto;
  }
}

.map_traffic .map_traffic__text .azumasou {
  width: 50%;
}

.map_traffic .map_traffic__text ul {
  font-family: YuMincho, "Yu Mincho", serif;
  margin-top: 30px;
}

.map_traffic .map_traffic__text ul li {
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  font-size: 16px;
  margin-top: 10px;
}

.map_traffic .map_traffic__text ul li p:first-child {
  width: 20%;
  font-weight: 600;
}

.map_traffic .map_traffic__text ul li p:nth-child(2) {
  width: 80%;
}

.page-template-template-commonQuestion header {
  background-color: #fff;
  position: fixed;
  z-index: 2;
}

@media (max-width: 480px) {
  .page-template-template-commonQuestion header {
    padding: 42px;
  }
}

.page-template-template-commonQuestion header .toggle_btn span {
  background-color: #333;
}

.page-template-template-commonQuestion #site-content .catch_section {
  width: 59%;
  margin: 80px auto 30px;
  max-width: 560px;
  position: relative;
}

@media (max-width: 480px) {
  .page-template-template-commonQuestion #site-content .catch_section {
    width: 90%;
    margin: 5% auto 30px;
  }
}

.page-template-template-commonQuestion #site-content .catch_section .catch_section__mainText {
  font-size: 33px;
  font-family: "minbol";
  font-weight: 400;
  text-align: center;
  line-height: 1.8;
}

.page-template-template-commonQuestion #site-content .catch_section .catch_section__subText {
  font-family: YuMincho, "Yu Mincho", serif;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0;
  margin-top: 30px;
}

.title_with_whiteback {
  background-image: url(../../img/traffic/bg_white.webp);
  background-size: cover;
  width: 100%;
  max-width: 1040px;
  margin: 160px auto 0;
  text-align: center;
  padding: 45px;
}

.title_with_whiteback h3 {
  font-size: 33px;
  font-family: "minbol";
  font-weight: 400;
}

@media (max-width: 480px) {
  .title_with_whiteback h3 {
    font-size: 21px;
  }
}

.arrow3 {
  width: 10px;
  height: 10px;
  border: 1px solid;
  border-color: transparent transparent #565656 #565656;
  transform: rotate(-45deg);
  margin-left: 15px;
  margin-right: 10px;
}

.questionsMenu {
  max-width: 964px;
  width: 92%;
  display: flex;
  margin: 40px auto;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.questionsMenu li {
  background: #fff;
  border-radius: 100px;
  margin-bottom: 20px;
}

.questionsMenu li a {
  display: flex;
  justify-content: space-evenly;
  font-family: YuMincho, "Yu Mincho", serif;
  text-decoration: none;
  font-size: 15px;
  padding: 10px;
  color: #333;
  align-items: center;
}

.eachQsection {
  width: 92%;
  max-width: 960px;
  margin: 100px auto;
}

@media (max-width: 480px) {
  .eachQsection {
    padding-top: 25%;
    margin: 0 auto;
  }
}

.eachQsection h4 {
  font-family: "minbol";
  font-size: 33px;
  font-weight: 400;
}

@media (max-width: 480px) {
  .eachQsection h4 {
    font-size: 23px;
  }
}

.eachQsection ul {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-top: 30px;
}

.eachQsection ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: YuMincho, "Yu Mincho", serif;
  font-size: 16px;
  margin-bottom: 20px;
}

.eachQsection ul li p:first-child {
  width: 7%;
}

.eachQsection ul li p:nth-child(2) {
  width: 90%;
}

.fw600 {
  font-weight: 600;
  font-size: 17px;
}

.single-post header {
  position: relative;
  background-color: #884954;
  margin-bottom: 0;
}

@media (max-width: 480px) {
  .single-post header {
    padding: 42px;
  }
}

.single-post .post-meta-single-top {
  display: none;
}

.single-post article {
  margin-bottom: 5%;
}

.single-post .entry-content * {
  font-family: YuMincho, "Yu Mincho", serif !important;
}

.single-post .featured-media:before {
  content: none;
}

.single-post .entry-title {
  font-family: YuMincho, "Yu Mincho", serif !important;
  font-size: 25px;
}

.single-post .entry-categories {
  display: none;
}

.page-template-template-postListNews header,
.page-template-template-postListMedia header {
  background-color: #fff;
  position: fixed;
  z-index: 2;
}

@media (max-width: 480px) {
  .page-template-template-postListNews header,
  .page-template-template-postListMedia header {
    padding: 42px;
  }
}

@media (max-width: 480px) {
  .page-template-template-postListNews header,
  .page-template-template-postListMedia header {
    padding: 42px;
  }
}

.page-template-template-postListNews header .toggle_btn span,
.page-template-template-postListMedia header .toggle_btn span {
  background-color: #333;
}

.page-template-template-postListNews .readContet__box_list,
.page-template-template-postListMedia .readContet__box_list {
  width: 92%;
  margin: 8% auto;
  max-width: 1040px;
}

.page-template-template-postListNews .readContet__box_list ul li,
.page-template-template-postListMedia .readContet__box_list ul li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5%;
}

@media (max-width: 480px) {
  .page-template-template-postListNews .readContet__box_list ul li,
  .page-template-template-postListMedia .readContet__box_list ul li {
    flex-wrap: wrap;
    margin-bottom: 15%;
  }
}

.page-template-template-postListNews .readContet__box_list ul li .image_postthum_list,
.page-template-template-postListMedia .readContet__box_list ul li .image_postthum_list {
  width: 30%;
  padding-bottom: 20.25%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media (max-width: 480px) {
  .page-template-template-postListNews .readContet__box_list ul li .image_postthum_list,
  .page-template-template-postListMedia .readContet__box_list ul li .image_postthum_list {
    width: 100%;
    margin-bottom: 5%;
    padding-bottom: 60%;
  }
}

.page-template-template-postListNews .readContet__box_list ul li .text,
.page-template-template-postListMedia .readContet__box_list ul li .text {
  width: 68%;
}

@media (max-width: 480px) {
  .page-template-template-postListNews .readContet__box_list ul li .text,
  .page-template-template-postListMedia .readContet__box_list ul li .text {
    width: 100%;
  }
}

.page-template-template-postListNews .readContet__box_list ul li .text .post_info_title,
.page-template-template-postListMedia .readContet__box_list ul li .text .post_info_title {
  margin-top: 3%;
}

.page-template-template-postListNews .readContet__box_list ul li a,
.page-template-template-postListMedia .readContet__box_list ul li a {
  font-family: YuMincho, "Yu Mincho", serif !important;
}

.page-template-template-postListNews .readContet__box_list .post_info_meta,
.page-template-template-postListMedia .readContet__box_list .post_info_meta {
  display: flex;
  width: 50%;
  justify-content: flex-start;
}

@media (max-width: 480px) {
  .page-template-template-postListNews .readContet__box_list .post_info_meta,
  .page-template-template-postListMedia .readContet__box_list .post_info_meta {
    width: 100%;
  }
}

.page-template-template-postListNews .readContet__box_list .post_info_meta p,
.page-template-template-postListMedia .readContet__box_list .post_info_meta p {
  width: 50%;
  font-family: YuMincho, "Yu Mincho", serif !important;
}

.page-template-template-postListNews .readContet__box_list .post_info_meta p.post_info_meta__catname,
.page-template-template-postListMedia .readContet__box_list .post_info_meta p.post_info_meta__catname {
  background-color: #a15869;
  text-align: center;
  font-family: YuMincho, "Yu Mincho", serif !important;
  color: #fff;
}

.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
  max-width: 1040px;
  width: calc(100% - 4rem);
}

.fade {
  transition: all 1500ms;
  opacity: 0;
  visibility: hidden;
  transform: translate(0px, 50px);
}

.fadein {
  opacity: 1;
  visibility: visible;
  transform: translate(0px, 0px);
}

.sp_only {
  display: none !important;
}

@media (max-width: 480px) {
  .sp_only {
    display: block !important;
  }
}

.pc_only {
  display: block !important;
}

@media (max-width: 480px) {
  .pc_only {
    display: none !important;
  }
}

/* ページTOPに戻る */
.pagetop {
  display: none;
  position: fixed;
  right: 15px;
  bottom: 100px;
}

.pagetop a {
  display: block;
  font-size: 0;
  width: 50px;
  height: 50px;
  text-align: center;
  background: #a9a56fa3;
  border-radius: 50%;
  line-height: 50px;
}

.pagetop a i {
  font-size: 20px;
  color: #fff;
  line-height: 50px;
}

.copyright {
  color: #fff;
  font-family: YuMincho, "Yu Mincho", serif;
  font-size: 14px;
  margin-top: 15px;
}

/* 
header_under_menu
*/
.inMenu .inMenuList ul.header_under_menu {
  display: flex;
  width: 100%;
  margin-top: 20px;
  border-bottom: none;
  justify-content: space-between;
}

.inMenu .inMenuList ul.header_under_menu li {
  border-bottom: none;
}

.inMenu .inMenuList ul.header_under_menu li a {
  font-size: 11px;
}

@media (max-width: 480px) {
  .inMenu .inMenuList ul.header_under_menu {
    flex-wrap: wrap;
  }
}

.footprints_l {
  position: absolute;
  width: 18%;
  bottom: -27%;
  right: 23%;
}

.footprints_l._ex1 {
  position: absolute;
  width: 18%;
  bottom: -17%;
  right: 23%;
}

.footprints_r {
  position: absolute;
  width: 18%;
  bottom: -29%;
  left: 20%;
}

@media (max-width: 480px) {
  .footprints_l {
    display: none;
  }

  .footprints_r {
    display: none;
  }

  .usagi {
    display: none;
  }

  .onegai .onegai__text {
    padding-left: 0%;
  }

  .sp_bottom_fixedBtn {
    position: fixed;
    width: 100%;
    bottom: 0;
    padding: 4%;
    background-color: #6b6e51;
  }

  .sp_bottom_fixedBtn a {
    font-family: YuMincho, "Yu Mincho", serif !important;
    color: #fff;
    display: block;
    text-align: center;
  }
}
