@charset "UTF-8";
body {
  font-family: "Lora, YuMincho", sans-serif;
  color: #393327;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.05em;
}

.inner {
  padding: 56px 20px;
}

button {
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1019607843);
  background: linear-gradient(258.82deg, #8B6C3A 21.4%, #B19464 58.78%, #8B6C3A 96.8%);
}
button:hover {
  opacity: 0.7;
}

.fixed.is-active {
  overflow: hidden;
}

img {
  width: 100%;
}

.section__head {
  margin-bottom: 56px;
}
.section__title {
  font-family: "Lora", sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 42px;
  letter-spacing: 0.05em;
  text-align: center;
}
.section__subtitle {
  font-family: "YuMincho", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0.1em;
  text-align: center;
}
.section__sns {
  display: flex;
  justify-content: center;
}
.section__sns-icon {
  width: 40px;
  height: 40px;
}
.section__sns-icon:hover {
  opacity: 0.7;
}
.section__sns-icon:not(:first-child) {
  margin-left: 25px;
}
.section__title-left {
  text-align: left;
}
.section__subtitle-left {
  text-align: left;
}

/*=====================================================
# header
======================================================*/
.header {
  height: 68px;
}
.header__inner {
  padding: 15px;
}
.header__logo {
  width: 76px;
  height: 54px;
}
.header__nav {
  display: flex;
  align-items: center;
}
.header__nav-left {
  display: none;
}
.header__nav-right:last-of-type {
  margin-left: auto;
}
.header__nav-right__none {
  display: none;
}
.header__nav-button {
  display: flex;
}
.header__nav-line {
  margin-right: 21px;
}
.header__drawer-icon {
  position: relative;
  width: 28px;
  height: 21px;
}
.header__drawer-icon.is-active .header__drawer-icon__bar1 {
  top: 15px;
  transform: rotate(-45deg);
  width: 28px;
}
.header__drawer-icon.is-active .header__drawer-icon__bar2 {
  display: none;
}
.header__drawer-icon.is-active .header__drawer-icon__bar3 {
  top: 15px;
  width: 28px;
  transform: rotate(45deg);
}
.header__drawer-icon__bar1 {
  position: absolute;
  width: 35px;
  height: 1px;
  background: #393327;
  top: 5px;
}
.header__drawer-icon__bar2 {
  position: absolute;
  width: 22px;
  height: 1px;
  background: #393327;
  top: 14px;
}
.header__drawer-icon__bar3 {
  position: absolute;
  width: 15px;
  height: 1px;
  background: #393327;
  top: 22px;
}

/*=====================================================
# drawer
======================================================*/
.drawer__content {
  height: 100%;
  position: fixed;
  top: 68px;
  right: 0;
  z-index: 300;
  padding: 56px 42px;
  background: #fff;
  transform: translateX(105%); /*最初は隠す*/
  transition: transform 0.5s ease 0s; /*右からぐいっと出てくる*/
}
.drawer__content-items {
  margin-bottom: 56px;
}
.drawer__content-item {
  text-align: center;
}
.drawer__content-item:not(:first-child) {
  margin-top: 32px;
}
.drawer__content.is-active {
  transform: translateX(0);
}
.drawer__background {
  background: rgba(140, 109, 59, 0.6980392157);
  position: fixed;
  top: 70px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 280;
  transform: translateX(105%); /*最初は隠す*/
  transition: transform 0.5s ease 0s; /*右からぐいっと出てくる*/
}
.drawer__background.is-active {
  transform: translateX(0);
}

/*=====================================================
# main
======================================================*/
.main {
  width: 100%;
}

/*=====================================================
# voice
======================================================*/
.voice__title {
  font-family: "YuMincho", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #8B6C3A;
}
.voice__img {
  margin-top: 40px;
}
.voice__container-head {
  font-family: "YuMincho", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  letter-spacing: 0.05em;
  text-align: left;
  color: #8B6C3A;
  padding: 24px 0 12px;
}
.voice__container-text {
  font-family: "YuMincho", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #8B6C3A;
}
.voice__container-kind {
  font-family: "YuMincho", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0.05em;
  text-align: left;
  color: #8B6C3A;
  margin-top: 12px;
}

/*=====================================================
# profile
======================================================*/
.profile__box-contact {
  display: flex;
  align-items: center;
}
.profile__box-contact {
  padding: 32px 0;
}
.profile__box-name {
  font-family: "YuMincho", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.1em;
  text-align: left;
}
.profile__box__comment {
  font-family: "YuMincho", sans-serif;
  line-height: 29px;
  letter-spacing: 0.02em;
  text-align: left;
}
.profile__message {
  margin-top: 50px;
  border: 1px solid #8B6C3A;
  padding: 16px 20px 24px;
}
.profile__message-title {
  margin-bottom: 16px;
  font-family: "Allura", sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #8B6C3A;
}
.profile__message-text {
  font-family: "YuMincho", sans-serif;
  line-height: 29px;
  letter-spacing: 0.02em;
}
.profile__sns {
  margin-left: auto;
}

/*=====================================================
# worry
======================================================*/
.worry__img img {
  width: 100%;
}
.worry__inner {
  padding-top: 40px;
}
.worry__container {
  width: 70vw;
  margin: 0 auto;
}
.worry__title {
  font-family: "YuMincho", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.05em;
}
.worry__anxious {
  padding-top: 24px;
}
.worry__text {
  padding-bottom: 10px;
  position: relative;
  margin-left: 30px;
}
.worry__text::after {
  position: absolute;
  content: "";
  top: 8px;
  left: -30px;
  width: 17px;
  height: 17px;
  background: url(/melia/img/check.png) no-repeat center center/cover;
}

/*=====================================================
# feature
======================================================*/
.feature {
  position: relative;
}
.feature__inner {
  margin-bottom: 0;
}
.feature__lead {
  font-family: "YuMincho", sans-serif;
  font-weight: 600;
  line-height: 27px;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 90px;
  color: #8B6C3A;
  position: relative;
}
.feature__lead::after {
  position: absolute;
  content: "";
  bottom: -65px;
  transform: translateX(50%);
  right: 50%;
  width: 30px;
  height: 30px;
  background: url(/melia/img/Rectangle\ 71.png) no-repeat center center/cover;
}
.feature__title {
  font-family: "YuMincho", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0.05em;
  text-align: left;
  padding: 20px 10px;
  position: relative;
}
.feature__title::before {
  position: absolute;
  content: "";
  left: 0;
  width: 1px;
  height: 65px;
  background: #8B6C3A;
}
.feature__text {
  font-family: "YuMincho", sans-serif;
  text-align: left;
}
.feature__item {
  margin-bottom: 40px;
}
.feature__img {
  transform: skewY(-5deg);
  background: url(/melia/img/bruce-mars-gJtDg6WfMlQ-unsplash\ 1.png) no-repeat center center/cover;
  width: 100%;
  height: 250px;
  position: absolute;
}

/*=====================================================
# members
======================================================*/
.members {
  background: url(/melia/img/bg.png) no-repeat center center/cover;
  margin-top: 200px;
}
.members__inner {
  padding-top: 100px;
}
.members__title {
  font-family: "YuMincho", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0.05em;
  text-align: left;
  color: #8B6C3A;
  padding-bottom: 0;
}
.members__img {
  margin-top: 40px;
}
.members__container-head {
  font-family: "YuMincho", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  letter-spacing: 0.05em;
  text-align: left;
  color: #8B6C3A;
  padding: 24px 0 12px;
}
.members__container-text {
  font-family: "YuMincho", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #8B6C3A;
}
.members__container-kind {
  font-family: "YuMincho", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0.05em;
  text-align: left;
  color: #8B6C3A;
  margin: 12px 0;
}

/*=====================================================
# price
======================================================*/
.price {
  background: url(/melia/img/アートボード\ 1\ 2.png) no-repeat center center/cover;
}
.price__inner {
  padding: 0;
}
.price__container {
  padding-top: 56px;
}
.price__month {
  text-align: center;
  font-family: "YuMincho", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.1em;
  color: #8B6C3A;
}
.price__month span {
  font-size: 32px;
  font-weight: 600;
}
.price__month strong {
  font-size: 50px;
  line-height: 50px;
  font-weight: 300;
}
.price__month small {
  font-size: 16px;
}
.price__box {
  padding: 32px 20px 56px;
  font-family: "YuMincho", sans-serif;
}
.price__lead {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #8B6C3A;
  padding: 0 27px;
}
.price__text {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 8px;
  color: #8B6C3A;
}
.price__comment {
  line-height: 27px;
  letter-spacing: 0.02em;
  text-align: center;
  margin-top: 33px;
}

/*=====================================================
# sale
======================================================*/
.sale {
  background: url(/melia/img/campaign-bg-sp.png) no-repeat center center/cover;
  padding: 56px 20px;
}
.sale__inner {
  background: #fff;
}
.sale__title {
  font-family: "YuMincho", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #8B6C3A;
  padding: 12px 0;
  border-top: 1px solid #8B6C3A;
  border-bottom: 1px solid #8B6C3A;
  margin-bottom: 24px;
}
.sale__bubble {
  width: 124px;
  height: 38px;
  margin-left: auto;
}
.sale__container {
  width: 250px;
  margin: 0 auto;
}
.sale__content {
  display: inline-block;
}
.sale__campaign {
  display: flex;
  align-items: center;
}
.sale__course {
  font-family: "YuMincho", sans-serif;
  line-height: 24px;
  letter-spacing: 0.15em;
  text-align: left;
  margin-bottom: 16px;
}
.sale__usual-text {
  font-family: "YuMincho", sans-serif;
  line-height: 24px;
  text-align: left;
}
.sale__usual-price {
  font-family: "YuMincho", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  text-align: left;
}
.sale__usual-price span {
  opacity: 0;
}
.sale__img {
  width: 24px;
  height: 25px;
  margin: 0 15px;
}
.sale__special {
  font-family: "YuMincho", sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 72px;
  letter-spacing: -0.115em;
  text-align: left;
  color: #8B6C3A;
}
.sale__special span {
  font-size: 70px;
  letter-spacing: -0.115em;
  text-align: left;
}
.sale__box {
  font-family: "YuMincho", sans-serif;
  width: 250px;
  margin: 0 auto;
  padding: 32px 0;
}
.sale__text {
  font-size: 14px;
  line-height: 21px;
  padding: 5px;
  display: inline-block;
  border: 1px solid #393327;
}
.sale__button {
  display: block;
  width: 295px;
  height: 61px;
  margin: 0 auto;
}

/*=====================================================
# flow
======================================================*/
.flow {
  background: url(/melia/img/Rectangle\ 103.png) no-repeat center center/cover;
}
.flow__item-img {
  margin: 40px 0 24px;
}
.flow__item-step {
  font-family: "YuMincho", sans-serif;
  line-height: 16px;
  letter-spacing: 0.1em;
  text-align: left;
  color: #8B6C3A;
}
.flow__item-title {
  font-family: "YuMincho", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  letter-spacing: 0.05em;
  text-align: left;
  padding: 16px 0 8px;
}
.flow__item-text {
  font-family: "YuMincho", sans-serif;
  line-height: 29px;
  letter-spacing: 0.02em;
  text-align: left;
}

/*=====================================================
# qa
======================================================*/
.qa__item {
  padding: 24px 0 24px 30px;
  font-family: "YuMincho", sans-serif;
  font-weight: 600;
  line-height: 29px;
  letter-spacing: 0.02em;
  text-align: left;
}
.qa__item:not(:last-child) {
  border-bottom: 1px solid #E8E8E8;
}
.qa__question {
  margin-bottom: 20px;
  position: relative;
}
.qa__question::before {
  position: absolute;
  content: "Q";
  left: -25px;
  width: 16px;
  height: 20px;
  color: #8B6C3A;
}
.qa__answer {
  position: relative;
}
.qa__answer::before {
  position: absolute;
  content: "A";
  left: -25px;
  width: 13px;
  height: 20px;
}

/*=====================================================
# room
======================================================*/
.room__img {
  width: 100%;
  height: 225px;
  background: url(/melia/img/gym-sp.png) no-repeat center center/cover;
}

/*=====================================================
# access
======================================================*/
.access__container {
  font-family: "YuMincho", sans-serif;
  line-height: 29px;
  letter-spacing: 0.02em;
  text-align: left;
}
.access__title {
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
}
.access__subtitle {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 20px;
}
.access__distance {
  margin-bottom: 12px;
}
.access__tel {
  margin-bottom: 12px;
}
.access__time {
  margin-bottom: 40px;
}
.access__map {
  position: relative;
  width: 100%;
  height: 281px;
}
.access__map iframe {
  position: absolute;
  top: 0;
  left: -20px;
  width: calc(100% + 40px);
  height: 100%;
}

/*=====================================================
# footer
======================================================*/
.footer__inner {
  text-align: center;
}
.footer__logo {
  width: 76px;
  height: 55px;
  display: block;
  margin: 0 auto;
}
.footer__nav {
  padding: 32px 0;
}
.footer__nav li:not(:last-child) {
  padding-bottom: 24px;
}
.footer__comment-text {
  padding: 40px 0;
  font-family: "YuMincho", sans-serif;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.02em;
  text-align: left;
}
.footer__comment-copy {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.1em;
}
.footer__to-top {
  position: relative;
  z-index: 1;
  width: 50px;
  height: 50px;
  position: fixed; /*常に張り付いた状態*/
  right: 20px;
  bottom: 200px;
  opacity: 0;
  visibility: hidden; /*見えてはいないけど実際には存在する*/
  transition: all 0.3s ease 0s; /*アニメーションんをつける*/
}
.footer__to-top.is-show {
  opacity: 1;
  visibility: visible;
}
.footer__to-top a {
  transition: all 0.3s ease 0s;
}
.footer__to-top a img {
  width: 60px;
}
.footer__to-top a:hover {
  opacity: 0.7;
}

/* # pc
======================================================*/
@media screen and (min-width: 768px) {
  .section__title {
    font-size: 56px;
    line-height: 56px;
    letter-spacing: 0.08em;
    margin-bottom: 40px;
  }
  .section__title-left {
    display: inline-block;
    position: relative;
  }
  .section__title-left::after {
    position: absolute;
    content: "";
    top: 50%;
    right: -380px;
    width: 340px;
    height: 0.6px;
    background: #393327;
  }
  .section__subtitle {
    font-size: 16px;
    line-height: 16px;
  }
  .header {
    height: 120px;
  }
  .header__inner {
    padding: 15px 100px;
  }
  .header__logo {
    width: 130px;
    height: 93px;
    align-items: center;
    margin: 0 24px;
  }
  .header__nav {
    display: flex;
    justify-content: center;
  }
  .header__nav-left {
    display: flex;
    align-items: center;
  }
  .header__nav-right {
    display: flex;
    align-items: center;
  }
  .header__nav-right:last-of-type {
    margin-left: 0;
  }
  .header__nav-right__none {
    display: flex;
  }
  .header__nav-line {
    width: 170px;
    height: 50px;
    margin-left: 57px;
  }
  .header__nav li {
    font-size: 15px;
    line-height: 16px;
    letter-spacing: 0.1em;
  }
  .header__nav li:not(:first-child) {
    margin-left: 32px;
  }
  .header__drawer-icon {
    display: none;
  }
  .drawer__content {
    display: none;
  }
  /*=====================================================
  # voice
  ======================================================*/
  .voice__inner {
    padding: 96px 190px;
  }
  .voice__title {
    font-size: 32px;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: 0.1em;
  }
  .voice__title br {
    display: none;
  }
  .voice__items {
    margin: 80px 0;
  }
  .voice__item {
    display: flex;
    align-items: center;
  }
  .voice__item:not(:last-child) {
    margin-bottom: 80px;
  }
  .voice__item:nth-child(2n+1) {
    flex-direction: row-reverse;
  }
  .voice__img {
    margin: 0;
    width: 40%;
  }
  .voice__container {
    width: 60%;
    padding-right: 95px;
  }
  .voice__container-even {
    padding-right: 0;
    padding-left: 125px;
  }
  .voice__container-head {
    padding-top: 0;
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 0.1em;
    padding-bottom: 20px;
  }
  .voice__container-text {
    line-height: 32px;
    letter-spacing: 0.05em;
  }
  .voice__container-kind {
    text-align: right;
  }
  /*=====================================================
  # profile
  ======================================================*/
  .profile__inner {
    padding: 80px 250px;
  }
  .profile__box {
    display: flex;
    justify-content: center;
  }
  .profile__box-contact {
    padding-top: 0;
  }
  .profile__box-detail {
    max-width: 550px;
    padding-left: 90px;
  }
  .profile__img {
    max-width: 360px;
  }
  .profile__comment {
    line-height: 32px;
    letter-spacing: 0.05em;
  }
  .profile__message {
    padding: 64px 90px;
  }
  .profile__message-title {
    font-size: 56px;
    padding-bottom: 40px;
  }
  .profile__message-text {
    line-height: 32px;
    letter-spacing: 0.1em;
  }
  /*=====================================================
  # worry
  ======================================================*/
  .worry {
    position: relative;
  }
  .worry__img img {
    display: flex;
    margin-left: auto;
    width: 55%;
    height: 481px;
  }
  .worry__inner {
    position: absolute;
    top: 50px;
    left: 100px;
  }
  .worry__title {
    font-size: 24px;
    line-height: 36px;
  }
  .worry__text {
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.05em;
    padding-bottom: 20px;
  }
  /*=====================================================
  # feature
  ======================================================*/
  .feature__inner {
    padding-left: 190px;
    padding-right: 190px;
  }
  .feature__lead {
    font-size: 32px;
    line-height: 64px;
    letter-spacing: 0.1em;
    position: relative;
  }
  .feature__lead::after {
    position: absolute;
    content: "";
    bottom: -65px;
    transform: translateX(50%);
    right: 50%;
    width: 56px;
    height: 56px;
    background: url(/melia/img/Rectangle\ 71.png) no-repeat center center/cover;
  }
  .feature__lead span br {
    display: none;
  }
  .feature__items {
    padding-top: 24px;
  }
  .feature__head {
    padding-top: 80px;
  }
  .feature__item {
    display: flex;
    justify-content: center;
  }
  .feature__container {
    max-width: 600px;
    padding: 70px 0 70px 70px;
  }
  .feature__title {
    padding-top: 0;
    padding-bottom: 32px;
  }
  .feature__img {
    height: 547px;
    width: 100%;
    background: url(/melia/img/bruce-mars-gJtDg6WfMlQ-unsplash.png) no-repeat center center/cover;
  }
  /*=====================================================
  # members
  ======================================================*/
  .members {
    margin-top: 450px;
  }
  .members__inner {
    padding-top: 250px;
    padding-left: 190px;
    padding-right: 190px;
  }
  .members__item {
    display: flex;
  }
  .members__item:nth-child(2n) {
    flex-direction: row-reverse;
  }
  .members__item:not(:first-child) {
    margin-top: 80px;
  }
  .members__img {
    margin-top: 0;
    max-width: 450px;
  }
  .members__container {
    padding-left: 71px;
    width: 60%;
  }
  .members__container-head {
    padding-top: 0;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.1em;
  }
  .members__container-kind {
    font-size: 16px;
    line-height: 24px;
  }
  .members__container-text {
    line-height: 32px;
  }
  .members__container-right {
    padding-left: 0;
    padding-right: 68px;
  }
  /*=====================================================
  # price
  ======================================================*/
  .price__month {
    font-size: 40px;
    line-height: 40px;
  }
  .price__month span {
    font-size: 64px;
    line-height: 80px;
  }
  .price__month strong {
    font-size: 80px;
    line-height: 80px;
    font-weight: 300;
  }
  .price__month small {
    font-size: 24px;
  }
  .price__box {
    padding: 32px 20px 56px;
    font-family: "YuMincho", sans-serif;
  }
  .price__lead {
    font-size: 24px;
    line-height: 36px;
  }
  .price__text {
    font-size: 16px;
    line-height: 24px;
  }
  .price__comment {
    font-size: 24px;
    line-height: 36px;
  }
  /*=====================================================
  # sale
  ======================================================*/
  .sale__title {
    font-size: 40px;
    line-height: 60px;
    letter-spacing: 0.15em;
  }
  .sale__bubble {
    width: 236px;
    height: 73px;
  }
  .sale__container {
    width: 610px;
  }
  .sale__course {
    line-height: 28px;
    font-size: 28px;
    letter-spacing: 0.15em;
  }
  .sale__usual-text {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .sale__usual-price {
    font-size: 40px;
    line-height: 40px;
  }
  .sale__usual-price span {
    font-size: 24px;
    list-style: 40px;
    opacity: 1;
  }
  .sale__img {
    width: 50px;
    height: 52px;
    margin: 0 90px;
  }
  .sale__special {
    font-size: 72px;
    line-height: 120px;
    letter-spacing: -0.475em;
  }
  .sale__special span {
    font-size: 160px;
    line-height: 160px;
  }
  .sale__box {
    display: flex;
    width: 400px;
    margin-bottom: 52px;
  }
  .sale__period {
    margin-left: auto;
  }
  .sale__text {
    font-size: 14px;
    line-height: 21px;
    padding: 5px;
    display: inline-block;
    border: 1px solid #393327;
  }
  .sale__button {
    font-family: "YuMincho", sans-serif;
    width: 600px;
    height: 80px;
    font-size: 28px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0.2em;
    color: #fff;
  }
  /*=====================================================
  # flow
  ======================================================*/
  .flow__inner {
    padding-left: 190px;
    padding-right: 190px;
  }
  .flow__items {
    display: flex;
  }
  .flow__item {
    width: 33%;
    gap: 80px;
  }
  .flow__item:not(:first-child) {
    margin-left: 80px;
  }
  .flow__item-title {
    font-size: 22px;
    line-height: 22px;
    letter-spacing: 0.1em;
  }
  .flow__item-text {
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0.05em;
  }
  /*=====================================================
  # qa
  ======================================================*/
  .qa__inner {
    padding-left: 280px;
    padding-right: 280px;
  }
  .qa__item {
    padding: 40px 0 40px 30px;
  }
  .qa__question {
    margin-bottom: 36px;
  }
  /*=====================================================
  # room
  ======================================================*/
  .room__img {
    width: 100%;
    height: 400px;
    background: url(/melia/img/gym-pc.png) no-repeat center center/cover;
  }
  /*=====================================================
  # access
  ======================================================*/
  .access__inner {
    padding-left: 190px;
    padding-right: 190px;
  }
  .access__container {
    display: flex;
    line-height: 24px;
    letter-spacing: 0.01em;
  }
  .access__box {
    width: 50%;
  }
  .access__map {
    width: 50%;
  }
  .access__title {
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0.1em;
    margin-bottom: 16px;
  }
  .access__subtitle {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 40px;
  }
  .access__pst {
    margin-bottom: 32px;
  }
  .access__distance {
    margin-bottom: 32px;
  }
  .access__tel {
    margin-bottom: 40px;
  }
  .access__map {
    margin-left: 130px;
    max-width: 520px;
    height: 320px;
  }
  .footer__inner {
    padding-left: 190px;
    padding-right: 190px;
  }
  .footer__main {
    display: flex;
  }
  .footer__logo {
    width: 130px;
    height: 94px;
    margin: 0;
  }
  .footer__right {
    margin-left: auto;
  }
  .footer__nav {
    display: flex;
    padding-top: 0;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0.1em;
  }
  .footer__nav li:not(:first-child) {
    margin-left: 32px;
  }
  .footer__nav-pc {
    display: none;
  }
  .footer__sns {
    justify-content: end;
  }
  .footer__comment {
    display: flex;
    align-items: center;
  }
  .footer__comment-text {
    letter-spacing: 0.1em;
  }
  .footer__comment-copy {
    margin-left: auto;
  }
}
/* tb
======================================================*/
@media screen and (min-width: 768px) and (max-width: 1024px) {
  /*=====================================================
  # header
  ======================================================*/
  .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .header {
    height: 150px;
  }
  .header__inner {
    padding: 15px;
  }
  .header__logo {
    width: 130px;
    height: 94px;
  }
  .header__nav {
    display: flex;
    align-items: center;
  }
  .header__nav-left {
    display: none;
  }
  .header__nav-right:last-of-type {
    margin-left: auto;
  }
  .header__nav-right__none {
    display: none;
  }
  .header__nav-button {
    display: flex;
  }
  .header__nav-line {
    margin-right: 21px;
  }
  .header__drawer-icon {
    position: relative;
    width: 28px;
    height: 21px;
    margin-right: 20px;
    display: block;
  }
  .header__drawer-icon.is-active .header__drawer-icon__bar1 {
    top: 15px;
    transform: rotate(-45deg);
  }
  .header__drawer-icon.is-active .header__drawer-icon__bar2 {
    display: none;
  }
  .header__drawer-icon.is-active .header__drawer-icon__bar3 {
    top: 15px;
    width: 28px;
    transform: rotate(45deg);
  }
  .header__drawer-icon__bar1 {
    position: absolute;
    width: 28px;
    height: 1px;
    background: #393327;
    top: 15px;
  }
  .header__drawer-icon__bar2 {
    position: absolute;
    width: 22px;
    height: 1px;
    background: #393327;
    top: 24px;
  }
  .header__drawer-icon__bar3 {
    position: absolute;
    width: 15px;
    height: 1px;
    background: #393327;
    top: 35px;
  }
  /*=====================================================
  # drawer
  ======================================================*/
  .drawer__content {
    height: 100%;
    position: fixed;
    top: 68px;
    right: 0;
    z-index: 300;
    padding: 56px 42px;
    background: #fff;
    transform: translateX(105%); /*最初は隠す*/
    transition: transform 0.5s ease 0s; /*右からぐいっと出てくる*/
  }
  .drawer__content-items {
    margin-bottom: 56px;
  }
  .drawer__content-item {
    text-align: center;
  }
  .drawer__content-item:not(:first-child) {
    margin-top: 32px;
  }
  .drawer__content.is-active {
    transform: translateX(0);
  }
  .drawer__background {
    background: rgba(140, 109, 59, 0.6980392157);
    position: fixed;
    top: 70px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 280;
    transform: translateX(105%); /*最初は隠す*/
    transition: transform 0.5s ease 0s; /*右からぐいっと出てくる*/
  }
  .drawer__background.is-active {
    transform: translateX(0);
  }
}