@charset "UTF-8";
body {
  font-size: 16px;
  color: #000;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

a {
  color: #000;
  font-size: 16px;
  text-decoration: none;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

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

dd {
  margin: 0;
}

h1, h2, h3 {
  margin: 0;
}

p {
  margin: 0;
}

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

button {
  padding: 0;
}

@media print, screen and (max-width: 1024px) {
  .pc-visible {
    display: none;
  }
}

@media print, screen and (max-width: 599px) {
  .tab-visible {
    display: none;
  }
}

.header {
  position: fixed;
  z-index: 5;
  width: 100%;
  background: transparent;
}
.header .inner {
  display: flex;
  justify-content: space-between;
  padding: 13px 0 20px 13px;
}
.header .row-left {
  display: flex;
}

.header-logo {
  position: relative;
}
.header-logo .logo-image {
  transition: 0.5s;
  width: 200px;
}
.header-logo .after {
  opacity: 0;
  position: absolute;
  top: 8px;
  left: 0;
}

.header-nav {
  display: flex;
  align-items: center;
  margin-left: 120px;
}
@media print, screen and (max-width: 1024px) {
  .header-nav {
    margin-left: 50px;
  }
}
@media print, screen and (max-width: 599px) {
  .header-nav {
    width: 100%;
    position: fixed;
    top: 90px;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    margin-left: 0;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    transform: translateY(-200%);
    transition: 0.5s;
  }
  .header-nav.open {
    transform: translateY(0%);
    transition: 0.5s;
  }
}

.header-ul {
  display: flex;
}
@media print, screen and (max-width: 599px) {
  .header-ul {
    flex-direction: column;
    margin: auto;
  }
}
.header-ul .ul-item:nth-child(n+2) {
  margin-left: 30px;
}
@media print, screen and (max-width: 599px) {
  .header-ul .ul-item:nth-child(n+2) {
    margin-left: 0;
    margin-top: 20px;
  }
}
.header-ul .item-link {
  color: #fff;
  transition: 0.5s;
}
@media print, screen and (max-width: 599px) {
  .header-ul .item-link {
    font-size: 20px;
  }
}

.modal {
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal.active {
  opacity: 1;
  visibility: visible;
}
.modal .modal-container {
  padding: 30px 60px 90px 60px;
  position: relative;
  max-width: 550px;
  display: inline-block;
  background-color: #fff;
  border: 1px solid #707070;
}
@media print, screen and (max-width: 599px) {
  .modal .modal-container {
    width: 90%;
  }
}
.modal .js-modal-close {
  width: 18px;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
.modal .form-titel {
  font-size: 20px;
  padding-bottom: 30px;
  border-bottom: 1px solid #E7E7E7;
}
.modal .reserve-form {
  padding-top: 35px;
}
.modal .reserve-form label {
  display: flex;
  flex-direction: column;
  text-align: left;
  margin-top: 15px;
}
@media print, screen and (max-width: 599px) {
  .modal .reserve-form label span {
    display: block;
  }
}
.modal .reserve-form input[type=text], .modal .reserve-form input[type=email] {
  margin-top: 15px;
  padding-left: 10px;
  height: 32px;
  border: 1px solid #E7E7E7;
}
.modal .reserve-form select {
  margin-top: 15px;
  padding-left: 10px;
  height: 32px;
  border: 1px solid #E7E7E7;
}
.modal .reserve-form select:invalid {
  color: #797878;
}
.modal .reserve-form .submit {
  margin-top: 64px;
}

.header.logo-scroll {
  background-color: #fff;
  transition-duration: 1s;
}

.logo-image.before.logo-scroll {
  opacity: 0;
  transition-duration: 1s;
}
.logo-image.after.logo-scroll {
  opacity: 1;
  transition-duration: 1s;
}

.item-link.logo-scroll {
  color: #000;
  transition: 0.5s;
}
@media print, screen and (max-width: 599px) {
  .item-link.logo-scroll {
    color: #fff;
  }
}

.-page {
  background-color: #fff;
}
.-page .item-link {
  color: #000;
}
@media print, screen and (max-width: 599px) {
  .-page .item-link {
    color: #fff;
  }
}

.footer {
  background-image: url(../image/bg3.png);
  background-size: cover;
  background-position: center;
}
.footer .inner {
  text-align: center;
  padding-top: 64px;
}
.footer .inner .footer-logo {
  width: 145px;
  margin-bottom: 70px;
}
@media print, screen and (max-width: 599px) {
  .footer .inner .footer-logo {
    margin-bottom: 40px;
  }
}

.footer-ul {
  display: flex;
  justify-content: center;
  margin-bottom: 95px;
}
@media print, screen and (max-width: 1024px) {
  .footer-ul {
    margin-bottom: 40px;
  }
}

.footer-item:nth-child(n+2) {
  margin-left: 34px;
}
.footer-item .item-link {
  writing-mode: vertical-rl;
  letter-spacing: 1rem;
  font-size: 18px;
}

address {
  font-style: inherit;
}
address span {
  margin-left: 20px;
}
address .desc {
  margin-bottom: 20px;
}
address .desc span {
  letter-spacing: 0.2rem;
}

.copyright {
  margin-top: 60px;
  color: #fff;
  font-size: 12px;
  background-color: #000;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media print, screen and (max-width: 599px) {
  .copyright {
    margin-top: 40px;
  }
}

.header-button {
  background-color: #978F10;
  width: 170px;
  height: 57px;
  border: none;
  margin-right: 20px;
  cursor: pointer;
}
@media print, screen and (max-width: 599px) {
  .header-button {
    width: 100px;
    margin-right: 60px;
  }
}
.header-button img {
  width: 22px;
  margin-right: 10px;
}
@media print, screen and (max-width: 599px) {
  .header-button img {
    margin-right: 5px;
  }
}
.header-button .button-link {
  font-size: 14px;
  color: #fff;
  font-weight: bold;
}

.common-button {
  width: 200px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  border: 1px solid #707070;
  padding: 0;
  cursor: pointer;
}
@media print, screen and (max-width: 599px) {
  .common-button {
    color: #fff;
    border: 1px solid #fff;
  }
}
.common-button .button-link {
  display: block;
}

.submit-button {
  width: 200px;
  height: 42px;
  background-color: #fff;
  border: 1px solid #707070;
  padding: 0;
  margin-top: 64px;
  cursor: pointer;
}

.hg-btn {
  display: none;
}
@media print, screen and (max-width: 599px) {
  .hg-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 30px;
    padding: 0;
    position: fixed;
    top: 25px;
    right: 10px;
    background: transparent;
    border: none;
  }
  .hg-btn:hover {
    cursor: pointer;
  }
  .hg-btn.open {
    transform: rotate(180deg);
  }
  .hg-btn .hg-line {
    display: block;
    height: 4px;
    width: 100%;
    background-color: #fff;
    transition: 0.5s;
    position: relative;
  }
  .hg-btn .hg-line.logo-scroll {
    background-color: #000;
    transition: 0.5s;
  }
  .hg-btn .hg-line.open {
    background-color: transparent;
  }
  .hg-btn .hg-line:first-child {
    position: absolute;
    transform: translateY(-15px);
  }
  .hg-btn .hg-line:first-child.open {
    background-color: #fff;
    transform: rotate(135deg);
  }
  .hg-btn .hg-line:first-child.open.open.logo-scroll {
    background-color: #000;
  }
  .hg-btn .hg-line:last-child {
    position: absolute;
    transform: translateY(15px);
  }
  .hg-btn .hg-line:last-child.open {
    background-color: #fff;
    transform: rotate(-135deg);
  }
  .hg-btn .hg-line:last-child.open.logo-scroll {
    background-color: #000;
  }
}

@media print, screen and (max-width: 599px) {
  .-page .hg-line {
    background-color: #000;
  }
  .-page .hg-line:first-child.open {
    background-color: #000;
  }
  .-page .hg-line:last-child.open {
    background-color: #000;
  }
}

.section-title {
  text-align: center;
  padding-top: 60px;
}
.section-title img {
  width: 40px;
}
.section-title .title {
  font-size: 36px;
  font-weight: normal;
  margin-top: 20px;
}

.top {
  position: relative;
}
.top .slide-image {
  height: 1000px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media print, screen and (max-width: 599px) {
  .top .slide-image {
    height: 700px;
  }
}
.top .top-text {
  z-index: 2;
  line-height: 2;
  letter-spacing: 0.4rem;
  font-size: 34px;
  color: #fff;
  writing-mode: vertical-rl;
  position: absolute;
  top: 50%;
  left: 66%;
  transform: translateY(-50%);
}
@media print, screen and (max-width: 599px) {
  .top .top-text {
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

@keyframes zoom {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.15);
  }
}
.swiper-slide-prev .slide-image,
.swiper-slide-active .slide-image,
.swiper-slide-duplicate-active .slide-image {
  animation: zoom;
  animation-duration: 8s;
  animation-fill-mode: forwards;
}

.top-coment {
  height: 680px;
  background-image: url(../image/bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  writing-mode: vertical-rl;
  text-orientation: upright;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media print, screen and (max-width: 599px) {
  .top-coment {
    writing-mode: inherit;
  }
}
.top-coment .inner {
  width: 46.875%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
@media print, screen and (max-width: 1024px) {
  .top-coment .inner {
    width: 80%;
  }
}
@media print, screen and (max-width: 599px) {
  .top-coment .inner {
    width: 90%;
  }
}
.top-coment .coment-title {
  font-size: 28px;
  line-height: 2;
  letter-spacing: 0.5rem;
}
.top-coment .coment-title span {
  position: absolute;
  top: -60px;
  right: 0;
}
@media print, screen and (max-width: 599px) {
  .top-coment .coment-title span {
    top: 0;
    left: 0;
  }
}
.top-coment .coment-cont {
  width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
@media print, screen and (max-width: 599px) {
  .top-coment .coment-cont {
    width: 100%;
    max-width: 385px;
  }
}
.top-coment .coment-cont p {
  letter-spacing: 0.2rem;
  line-height: 2;
}
@media print, screen and (max-width: 599px) {
  .top-coment .coment-cont p {
    margin-top: 20px;
  }
}
.top-coment .coment-author {
  font-size: 22px;
  text-align: right;
  letter-spacing: 0.5rem;
}
@media print, screen and (max-width: 599px) {
  .top-coment .coment-author {
    margin-top: 20px;
  }
}

.feature .container {
  padding-top: 106px;
  padding-bottom: 80px;
}
@media print, screen and (max-width: 1024px) {
  .feature .container {
    width: 90%;
    margin: auto;
  }
}
@media print, screen and (max-width: 599px) {
  .feature .container {
    width: 100%;
    padding-top: 60px;
  }
}

.feature-item {
  display: flex;
  justify-content: right;
}
@media print, screen and (max-width: 599px) {
  .feature-item {
    position: relative;
  }
  .feature-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
  }
}
.feature-item .item-image {
  width: 54.6875%;
}
@media print, screen and (max-width: 1024px) {
  .feature-item .item-image {
    width: 450px;
  }
}
@media print, screen and (max-width: 599px) {
  .feature-item .item-image {
    width: 100%;
  }
  .feature-item .item-image img {
    height: 500px;
  }
}
@media print, screen and (max-width: 1024px) {
  .feature-item:nth-child(even) .item-image {
    margin-left: 30px;
  }
}
@media print, screen and (max-width: 599px) {
  .feature-item:nth-child(even) .item-image {
    margin-left: 0;
  }
}
.feature-item:nth-child(odd) {
  flex-direction: row-reverse;
  justify-content: left;
}
@media print, screen and (max-width: 1024px) {
  .feature-item:nth-child(odd) .item-image {
    margin-right: 30px;
  }
}
@media print, screen and (max-width: 599px) {
  .feature-item:nth-child(odd) .item-image {
    margin: 0;
  }
}
.feature-item:nth-child(n+2) {
  margin-top: 112px;
}
@media print, screen and (max-width: 599px) {
  .feature-item:nth-child(n+2) {
    margin-top: 50px;
  }
}
.feature-item .info {
  margin: auto;
}
@media print, screen and (max-width: 599px) {
  .feature-item .info {
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
  }
}
.feature-item .info .doc {
  font-size: 36px;
}
@media print, screen and (max-width: 1024px) {
  .feature-item .info .doc {
    font-size: 28px;
  }
}
@media print, screen and (max-width: 599px) {
  .feature-item .info .doc {
    font-size: 30px;
  }
}
.feature-item .info .text {
  margin-top: 75px;
  margin-bottom: 75px;
}
@media print, screen and (max-width: 1024px) {
  .feature-item .info .text {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.plan {
  background-image: url(../image/bg2.png);
  background-position: center;
  background-size: cover;
}
.plan .container {
  padding-bottom: 150px;
  width: 61.4583333333%;
  margin: auto;
}
@media print, screen and (max-width: 1024px) {
  .plan .container {
    width: 90%;
    padding-bottom: 100px;
  }
}

.plan-ul {
  display: flex;
  justify-content: center;
}
@media print, screen and (max-width: 599px) {
  .plan-ul {
    flex-direction: column;
  }
}

.plan-item {
  display: flex;
  flex-direction: column-reverse;
  width: 28.0508474576%;
  margin-top: 66px;
}
@media print, screen and (max-width: 599px) {
  .plan-item {
    width: 100%;
  }
}
.plan-item:nth-child(n+2) {
  margin-left: 100px;
}
@media print, screen and (max-width: 1024px) {
  .plan-item:nth-child(n+2) {
    margin-left: 50px;
  }
}
@media print, screen and (max-width: 599px) {
  .plan-item:nth-child(n+2) {
    margin-left: 0;
  }
}
.plan-item .info {
  flex-grow: 1;
}
.plan-item .info .doc {
  font-size: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.plan-item .item-image {
  flex-grow: 1;
}

.news .container {
  max-width: 1180px;
  width: 90%;
  margin: auto;
  padding-bottom: 60px;
}

.tab-menu {
  display: flex;
  justify-content: center;
  margin-top: 45px;
  margin-bottom: 50px;
}

.menu-item {
  cursor: pointer;
}
.menu-item:nth-of-type(2) {
  margin-left: 50px;
}
.menu-item.-active {
  text-decoration: underline;
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.news-ul {
  display: none;
}
.news-ul.-active {
  display: grid;
  transition: 300s;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 130px 130px 130px;
  column-gap: 40px;
  row-gap: 20px;
  animation-name: fade-in;
  animation-duration: 1s;
}
@media print, screen and (max-width: 1024px) {
  .news-ul.-active {
    grid-template-rows: 120px 120px 120px;
    column-gap: 20px;
    row-gap: 20px;
  }
}
@media print, screen and (max-width: 599px) {
  .news-ul.-active {
    grid-template-columns: 1fr;
    grid-template-rows: 200px 200px 200px 200px 200px 200px;
  }
}

.news-item {
  background-color: #F6F6F6;
  display: flex;
  align-items: center;
}
@media print, screen and (max-width: 599px) {
  .news-item {
    padding: 0;
    position: relative;
  }
}

.news-link {
  display: flex;
  flex-direction: row-reverse;
  justify-content: start;
  width: 100%;
  padding: 20px;
}
@media print, screen and (max-width: 1024px) {
  .news-link {
    padding: 10px;
  }
}
@media print, screen and (max-width: 599px) {
  .news-link {
    padding: 0;
    z-index: 1;
  }
  .news-link::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
  }
}
.news-link .doc {
  margin-left: 30px;
}
@media print, screen and (max-width: 1024px) {
  .news-link .doc {
    margin-left: 15px;
    font-size: 14px;
  }
}
@media print, screen and (max-width: 599px) {
  .news-link .doc {
    position: absolute;
    top: 15%;
    left: 0;
    color: #fff;
    font-size: 24px;
    text-shadow: 1px 2px 3px #808080;
  }
}
.news-link .doc .date {
  font-size: 14px;
  margin-bottom: 10px;
}
@media print, screen and (max-width: 1024px) {
  .news-link .doc .date {
    margin-bottom: 5px;
  }
}
@media print, screen and (max-width: 599px) {
  .news-link .doc .date {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
.news-link img {
  width: 100px;
  height: 100px;
}
@media print, screen and (max-width: 1024px) {
  .news-link img {
    width: 80px;
    height: 80px;
  }
}
@media print, screen and (max-width: 599px) {
  .news-link img {
    width: 100%;
    height: 200px;
    object-position: top;
  }
}

.access {
  background-image: url(../image/bg.png);
  background-position: center;
  background-size: cover;
}
.access .container {
  padding-bottom: 110px;
  width: 90%;
  margin: auto;
}

.access-info {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  margin-top: 70px;
}
@media print, screen and (max-width: 599px) {
  .access-info {
    flex-direction: column-reverse;
  }
}
@media print, screen and (max-width: 599px) {
  .access-info .address {
    margin-top: 20px;
    margin-left: 20px;
  }
}
.access-info .address h3 {
  margin-bottom: 24px;
}
@media print, screen and (max-width: 1024px) {
  .access-info .address h3 {
    margin-bottom: 10px;
  }
}
.access-info .address p {
  margin-bottom: 24px;
  line-height: 2;
}
@media print, screen and (max-width: 1024px) {
  .access-info .address p {
    margin-bottom: 10px;
    line-height: 1.5;
  }
}
.access-info img {
  max-width: 656px;
  margin-right: 83px;
}
@media print, screen and (max-width: 1024px) {
  .access-info img {
    width: 400px;
    margin-right: 30px;
  }
}
@media print, screen and (max-width: 599px) {
  .access-info img {
    width: 100%;
  }
}

.map-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 70px;
}
.map-wrap iframe {
  width: 792px;
  height: 592px;
}
@media print, screen and (max-width: 599px) {
  .map-wrap iframe {
    width: 100%;
    height: 400px;
  }
}

.page-container {
  max-width: 1180px;
  width: 80%;
  margin: auto;
}
@media print, screen and (max-width: 1024px) {
  .page-container {
    width: 90%;
  }
}
@media print, screen and (max-width: 599px) {
  .page-container {
    padding-bottom: 50px;
  }
}

.page-main {
  padding-top: 90px;
  padding-bottom: 10px;
}

.page-top {
  background-size: cover;
  background-position: center;
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-top .title {
  font-size: 34px;
  color: #fff;
}

.-room {
  background-image: url(../image/oheya-header.png);
}

.-onsen {
  background-image: url(../image/onsen-header.png);
}

.-food {
  background-image: url(../image/menu-header.png);
}

.breadcrumbs {
  display: flex;
}
.breadcrumbs li:first-child::after {
  content: ">";
  padding: 0 5px;
}
.breadcrumbs li:last-child::after {
  content: "";
}

.page-text {
  text-align: center;
  line-height: 2;
  margin-bottom: 80px;
}
@media print, screen and (max-width: 1024px) {
  .page-text {
    margin-top: 20px;
  }
}
@media print, screen and (max-width: 599px) {
  .page-text {
    text-align: left;
    margin-bottom: 50px;
  }
}

.page-item {
  width: 100%;
  position: relative;
  margin-bottom: 140px;
  display: flex;
}
@media print, screen and (max-width: 599px) {
  .page-item {
    margin-bottom: 30px;
  }
  .page-item::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
  }
}
.page-item:nth-child(odd) {
  flex-direction: row-reverse;
}
.page-item:nth-child(odd) .info {
  margin-top: 50px;
  margin-left: -150px;
  padding-left: 180px;
  padding-right: 30px;
}
@media print, screen and (max-width: 599px) {
  .page-item:nth-child(odd) .info {
    margin: 0;
    padding: 0;
  }
}
.page-item:nth-child(even) .item-image {
  margin-top: -50px;
  margin-left: -150px;
}
@media print, screen and (max-width: 599px) {
  .page-item:nth-child(even) .item-image {
    margin: 0;
  }
}
.page-item:nth-child(even) .info {
  align-items: start;
  padding-left: 60px;
  padding-right: 180px;
}
@media print, screen and (max-width: 599px) {
  .page-item:nth-child(even) .info {
    padding: 0;
  }
}
.page-item .info {
  width: 68.8983050847%;
  padding-top: 60px;
  padding-bottom: 100px;
  background-image: url(../image/bg.png);
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media print, screen and (max-width: 1024px) {
  .page-item .info {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media print, screen and (max-width: 599px) {
  .page-item .info {
    color: #fff;
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: inherit;
    line-height: 2;
    text-shadow: 1px 2px 3px #808080;
  }
}
.page-item .info .info-cont {
  text-align: left;
}
.page-item .info .doc {
  font-size: 24px;
  font-weight: normal;
}
.page-item .info .text {
  margin-top: 52px;
  margin-bottom: 52px;
}
@media print, screen and (max-width: 1024px) {
  .page-item .info .text {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media print, screen and (max-width: 599px) {
  .page-item .info .text {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.page-item .item-image {
  width: 44.4915254237%;
}
@media print, screen and (max-width: 1024px) {
  .page-item .item-image {
    width: 400px;
  }
}
@media print, screen and (max-width: 599px) {
  .page-item .item-image {
    width: 100%;
  }
}
.page-item .item-image img {
  height: 300px;
}
@media print, screen and (max-width: 1024px) {
  .page-item .item-image img {
    height: 250px;
  }
}
@media print, screen and (max-width: 599px) {
  .page-item .item-image img {
    height: 300px;
  }
}

.efficacy .container {
  max-width: 1180px;
  width: 80%;
  margin: auto;
  border-top: 1px solid #E7E7E7;
  border-bottom: 1px solid #E7E7E7;
  padding-top: 95px;
  padding-bottom: 90px;
  margin-bottom: 100px;
}
@media print, screen and (max-width: 1024px) {
  .efficacy .container {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 70px;
  }
}
@media print, screen and (max-width: 599px) {
  .efficacy .container {
    width: 100%;
    margin-top: 80px;
    margin-bottom: 30px;
    padding-top: 40px;
  }
}
.efficacy .container .title {
  font-size: 26px;
  font-weight: normal;
  text-align: center;
  margin-bottom: 50px;
}
@media print, screen and (max-width: 1024px) {
  .efficacy .container .title {
    margin-bottom: 30px;
  }
}

.efficacy-item {
  width: 74.5762711864%;
  margin: auto;
  display: flex;
  border-top: 1px solid #E7E7E7;
  border-bottom: 1px solid #E7E7E7;
  font-size: 15px;
  padding: 20px 0;
}
@media print, screen and (max-width: 599px) {
  .efficacy-item {
    width: 80%;
  }
}
.efficacy-item dt {
  width: 30%;
}
.efficacy-item dd {
  width: 70%;
}

/*# sourceMappingURL=style.css.map */
