@charset "UTF-8";
/*=======================
▪️ブレイクポイント
=======================*/
/*=======================
▪️colors
=======================*/
/*=======================
▪️common 共通スタイル
=======================*/
@media (max-width: 767px) {
  .is-pc {
    display: none;
  }
  .is-tab {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .is-pc {
    display: none;
  }
  .is-sp {
    display: none;
  }
}
@media (min-width: 1200px) {
  .is-sp {
    display: none;
  }
  .is-tab {
    display: none;
  }
}
body {
  font-size: 16px;
  color: #fff;
  font-family: "Shippori Mincho", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "Verdana", "Helvetica", "Arial", sans-serif;
  line-height: 1.6875;
}

img {
  width: 100%;
}

main {
  margin-top: 70px;
  background: #000;
}
@media (max-width: 767px) {
  main {
    margin-top: 60px;
  }
}

.inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media (max-width: 767px) {
  .inner {
    padding: 0 15px;
  }
}

.util_title {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
@media (max-width: 767px) {
  .util_title {
    font-size: 24px;
  }
}
.util_title::after {
  content: "";
  display: block;
  height: 1px;
  width: 60px;
  background: #b94047;
  margin: 16px auto 0;
}

.util_link {
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.1em;
  border: solid 1px #b94047;
  background: #333;
  display: inline-block;
  padding: 10px 54px;
  -webkit-transition: background-color 0.4s, color 0.4s;
  transition: background-color 0.4s, color 0.4s;
}
.util_link.-active {
  background: #b94047;
  color: #fff;
}
@media (min-width: 1200px) {
  .util_link:hover {
    cursor: pointer;
  }
  .util_link:not(.-submit):hover {
    background: #b94047;
    color: #fff;
  }
}

/*=======================
▪️header
=======================*/
header {
  background: #b94047;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
.drawer--right header .drawer-hamburger {
  right: 3px;
}
header .drawer-hamburger-icon {
  background-color: #fff;
}
.drawer-open header .drawer-hamburger-icon {
  background-color: transparent;
}
header .drawer-hamburger-icon::before, header .drawer-hamburger-icon::after {
  background-color: #fff;
}

.drawer--right.drawer-open .drawer-hamburger {
  right: 0px;
}

.header_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .header_inner {
    height: 70px;
  }
}
@media (max-width: 767px) {
  .header_inner {
    height: 60px;
  }
}

.header_title {
  font-size: 24px;
  font-family: unset;
  font-weight: bold;
}

.header_logo {
  width: 120px;
}
@media (max-width: 767px) {
  .header_logo {
    width: 120px;
    vertical-align: middle;
  }
}

.header_nav {
  margin-left: auto;
}
@media (max-width: 767px) {
  .header_nav {
    top: 60px;
    background-color: #b94047;
    padding: 24px 0;
  }
}

@media (min-width: 1200px) {
  .header_nav_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .header_nav_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 13px;
  }
}

@media (min-width: 1200px) {
  .header_nav_item + .header_nav_item {
    margin-left: 46px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .header_nav_item + .header_nav_item {
    margin-left: 46px;
  }
}

.header_nav_item_link {
  display: block;
  color: #fff;
  height: 70px;
  line-height: 70px;
  letter-spacing: 0.1em;
}
@media (min-width: 1200px) {
  .header_nav_item_link {
    -webkit-transition: color 0.4s;
    transition: color 0.4s;
  }
  .header_nav_item_link:hover {
    color: #333;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .header_nav_item_link {
    -webkit-transition: color 0.4s;
    transition: color 0.4s;
  }
  .header_nav_item_link:hover {
    color: #b94047;
  }
}
@media (max-width: 767px) {
  .header_nav_item_link {
    color: #fff;
    font-size: 18px;
    text-align: right;
    padding: 0 15px;
    height: 60px;
    line-height: 60px;
  }
}

/*=======================
▪️top
=======================*/
.top {
  text-align: center;
  width: 100%;
  height: 600px;
  background: url(/img/unagi_kiso_top.jpg) no-repeat center center/cover;
  margin-top: 70px;
  position: relative;
}
@media (max-width: 767px) {
  .top {
    margin-top: 60px;
    height: 300px;
  }
}

.top__img p {
  position: absolute;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #000;
  width: 40%;
  top: 65%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0.7;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .top__img p {
    font-size: 24px;
    width: 72%;
    top: 62%;
  }
}
@media (max-width: 767px) {
  .top__img p {
    font-size: 16px;
    width: 80%;
    top: 65%;
  }
}
.top__img img {
  position: absolute;
  width: 430px;
  top: 35%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0.7;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .top__img img {
    width: 400px;
    top: 38%;
  }
}
@media (max-width: 767px) {
  .top__img img {
    width: 200px;
    top: 38%;
  }
}

.top__tel {
  position: absolute;
  width: 30%;
  color: #000;
  top: 35%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.top_text1 {
  display: inline-block;
  position: absolute;
  top: 30%;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  font-size: 36px;
  color: #fff;
  font-weight: bold;
}
@media (max-width: 767px) {
  .top_text1 {
    font-size: 13px;
    top: 34%;
  }
}

.top_text2 {
  display: inline-block;
  position: absolute;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  font-size: 36px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .top_text2 {
    font-size: 16px;
  }
}

.main__button {
  margin-top: 32px;
  position: absolute;
  width: 500px;
  top: 68%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (min-width: 768px) and (max-width: 1199px) {
  .main__button {
    top: 65%;
    width: 350px;
  }
}
@media (max-width: 767px) {
  .main__button {
    top: 62%;
    width: 160px;
  }
}
.main__button a {
  display: inline-block;
  text-decoration: none;
  text-align: center;
  font-weight: 700;
  color: #fff;
  font-size: 24px;
  width: 384px;
  max-width: 100%;
  background: #b94047;
  height: 72px;
  line-height: 72px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 3px 6px rgba(51, 51, 51, 0.16);
          box-shadow: 0px 3px 6px rgba(51, 51, 51, 0.16);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 1;
}
.main__button a:hover {
  background: #b0aaaa;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .main__button a {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .main__button a {
    font-size: 12px;
    height: 40px;
    line-height: 40px;
  }
}

.main__button2 {
  margin-top: 32px;
  position: absolute;
  width: 30%;
  top: 80%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .main__button2 {
    position: absolute;
    width: 30%;
    top: 62%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.main__button2 a {
  display: inline-block;
  text-decoration: none;
  text-align: center;
  font-weight: 700;
  color: #fff;
  font-size: 24px;
  width: 384px;
  max-width: 100%;
  background: #b94047;
  height: 72px;
  line-height: 72px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 3px 6px rgba(51, 51, 51, 0.16);
          box-shadow: 0px 3px 6px rgba(51, 51, 51, 0.16);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 1;
}
.main__button2 a:hover {
  background: #b0aaaa;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .main__button2 a {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .main__button2 a {
    font-size: 8px;
    width: 100px;
    height: 40px;
    line-height: 40px;
  }
}

/*=======================
▪️history
=======================*/
.history {
  background: #000;
}
@media (min-width: 1200px) {
  .history {
    padding: 120px 0;
    margin-bottom: 100px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .history {
    margin-top: 80px;
    margin-bottom: 180px;
  }
}
@media (max-width: 767px) {
  .history {
    margin-top: 80px;
    margin-bottom: 140px;
  }
}

.history_inner {
  margin-top: 64px;
}
@media (min-width: 1200px) {
  .history_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .history_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 767px) {
  .history_inner {
    margin-top: 46px;
  }
}

@media (min-width: 1200px) {
  .history_picture {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 38%;
            flex: 0 0 38%;
    margin-left: 100px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .history_picture {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 38%;
            flex: 0 0 38%;
    margin-left: 50px;
    margin-top: 18px;
  }
}
@media (max-width: 767px) {
  .history_picture {
    text-align: center;
  }
  .history_picture img {
    width: 200px;
    height: 200px;
  }
}

@media (min-width: 1200px) {
  .history_message {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 72%;
            flex: 0 1 72%;
    margin-left: 6.6667%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .history_message {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 72%;
            flex: 0 1 72%;
    margin-left: 6.6667%;
  }
}
@media (max-width: 767px) {
  .history_message {
    margin-top: 35px;
  }
}

.history_massage_title {
  font-size: 48px;
  font-weight: bold;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .history_massage_title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .history_massage_title {
    font-size: 24px;
    text-align: center;
  }
}

.history_massage_text {
  margin-top: 36px;
  margin-left: 8px;
  font-size: 20px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .history_massage_text {
    font-size: 16px;
    margin-top: 5px;
    margin-right: 50px;
  }
}
@media (max-width: 767px) {
  .history_massage_text {
    font-size: 14px;
    margin-top: 20px;
    text-align: center;
  }
}

.history_inner_2 {
  text-align: center;
  margin-top: 64px;
}
@media (max-width: 767px) {
  .history_inner_2 {
    margin-top: 46px;
  }
}

.history__button {
  margin-top: 32px;
}
.history__button a {
  display: inline-block;
  text-decoration: none;
  text-align: center;
  font-weight: 700;
  color: #fff;
  font-size: 24px;
  width: 36%;
  max-width: 100%;
  background: #b94047;
  height: 72px;
  line-height: 72px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 3px 6px rgba(51, 51, 51, 0.16);
          box-shadow: 0px 3px 6px rgba(51, 51, 51, 0.16);
  opacity: 1;
}
@media (min-width: 1200px) {
  .history__button a {
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .history__button a:hover {
    background: #b0aaaa;
  }
}
@media (max-width: 767px) {
  .history__button a {
    font-size: 18px;
    width: 70%;
    height: 55px;
    line-height: 55px;
  }
}

/*=======================
▪️news
=======================*/
.news {
  max-width: 1040px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .news {
    margin-bottom: 200px;
  }
}
@media (max-width: 767px) {
  .news {
    padding: 0 32px;
  }
}

.news_list {
  margin-top: 28px;
}
@media (max-width: 767px) {
  .news_list {
    margin-top: 25px;
  }
}

.news_item_link {
  color: #fff;
  font-size: 14px;
  padding: 22px 0;
  display: block;
}
@media (min-width: 1200px) {
  .news_item_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 18%;
  }
  .news_item_link:hover .news_item_picture > img {
    -webkit-transform: translate(-50%, -50%) scale(1.05);
            transform: translate(-50%, -50%) scale(1.05);
  }
}

@media (min-width: 1200px) {
  .news_item_header {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 260px;
            flex: 0 0 260px;
  }
}

.news_item_picture {
  padding-top: 61.5385%;
  position: relative;
  overflow: hidden;
}
.news_item_picture > img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .news_item_picture > img {
    width: 78%;
    height: 100%;
  }
}

@media (min-width: 1200px) {
  .news_item_body {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    margin-left: 45px;
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .news_item_body {
    margin-top: 28px;
    margin: 0 10%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .news_item_body {
    margin: 0 10%;
  }
}

.news_item_title {
  font-size: 22px;
  font-weight: bold;
  margin-top: 10px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .news_item_title {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .news_item_title {
    font-size: 16px;
  }
}

.news_item_text {
  color: #fff;
  margin-top: 12px;
  line-height: 1.7143;
}
@media (min-width: 1200px) {
  .news_item_text {
    display: inline-block;
    width: 150%;
    font-size: 19px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .news_item_text {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .news_item_text {
    font-size: 13px;
    margin-top: 8px;
  }
}

.news_footer {
  text-align: center;
  margin-top: 48px;
}
@media (max-width: 767px) {
  .news_footer {
    margin-top: 30px;
  }
}

.news_footer_text {
  font-weight: bold;
  font-size: 22px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .news_footer_text {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .news_footer_text {
    font-size: 16px;
  }
}

/*=======================
▪️schedule
=======================*/
.schedule {
  margin-top: 100px;
  background: #000;
}
@media (min-width: 1200px) {
  .schedule {
    padding: 60px 0;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .schedule {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .schedule {
    padding: 40px 0;
  }
}

.schedule__content {
  width: 800px;
  max-width: 100%;
  margin: 10px auto;
  margin-top: 80px;
}
@media (max-width: 767px) {
  .schedule__content {
    margin-top: 40px;
    margin-bottom: 30px;
  }
}

.schedule_content_twitter {
  margin-top: 40px;
}

.frame-content {
  border: none;
  overflow: hidden;
  margin: 0;
  height: 400px;
  width: 100%;
}

/*=======================
▪️sns
=======================*/
.sns {
  border: none;
  background: #000;
  text-align: center;
}
@media (min-width: 1200px) {
  .sns {
    padding: 60px 0;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .sns {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .sns {
    padding: 80px 0;
  }
}

.sns__content {
  width: 800px;
  max-width: 100%;
  margin: 10px auto;
  margin-top: 80px;
}
@media (max-width: 767px) {
  .sns__content {
    margin-top: 40px;
    margin-bottom: 30px;
  }
}

.sns_content_twitter {
  margin-top: 40px;
}

.sns_content_calendar {
  margin-bottom: 30px;
}

.sns__link_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sns_sns_list {
  text-align: center;
  margin-top: 8px;
}
@media (max-width: 767px) {
  .sns_sns_list {
    margin-top: 14px;
  }
}

.sns_sns_item {
  display: inline-block;
}
.sns_sns_item + .sns_sns_item {
  margin-left: 10px;
}

.sns_sns_link {
  display: block;
  color: #fff;
  font-size: 32px;
  padding: 0.1em 0.5em;
}
@media (min-width: 1200px) {
  .sns_sns_link {
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
  .sns_sns_link:hover {
    opacity: 0.7;
  }
}

.sns__button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  text-align: center;
  margin-top: 30px;
}
.sns__button a {
  display: inline-block;
  text-decoration: none;
  text-align: center;
  font-weight: 700;
  color: #fff;
  font-size: 16px;
  width: 204px;
  max-width: 100%;
  background: #b94047;
  height: 56px;
  line-height: 56px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 3px 6px rgba(51, 51, 51, 0.16);
          box-shadow: 0px 3px 6px rgba(51, 51, 51, 0.16);
  opacity: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: relative;
}
.sns__button a:hover {
  background: #b0aaaa;
}
@media (max-width: 767px) {
  .sns__button a {
    font-size: 14px;
    width: 180px;
    height: 55px;
    line-height: 55px;
  }
}
.sns__button a::after {
  content: "";
  position: absolute;
  width: 17px;
  height: 16px;
  background: url(../img/button-arrow.png) no-repeat center center/contain;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 12px;
}
@media (max-width: 767px) {
  .sns__button a::after {
    right: 6px;
  }
}

.instagram-media {
  overflow: hidden;
  margin: 0;
  height: 400px;
  width: 100%;
}

.frame-content {
  border: none;
  overflow: hidden;
  margin: 0;
  height: 400px;
  width: 100%;
}

/*=======================
▪️feature
=======================*/
.feature {
  margin-top: 140px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .feature {
    margin: 60px;
  }
}
@media (max-width: 767px) {
  .feature {
    max-width: 340px;
  }
}

.feature_list {
  margin-top: 64px;
}
@media (min-width: 1200px) {
  .feature_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 767px) {
  .feature_list {
    margin-top: 46px;
  }
}

@media (min-width: 1200px) {
  .feature_item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
  }
}
@media (min-width: 1200px) {
  .feature_item + .feature_item {
    margin-left: 80px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .feature_item + .feature_item {
    margin-top: 80px;
  }
}
@media (max-width: 767px) {
  .feature_item + .feature_item {
    margin-top: 49px;
  }
}

@media (min-width: 1200px) {
  .feature_item_drink {
    height: 515px;
  }
}
.feature_list2 {
  margin-top: 64px;
}
@media (min-width: 1200px) {
  .feature_list2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 767px) {
  .feature_list2 {
    margin-top: 46px;
  }
}

@media (min-width: 1200px) {
  .feature_item2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
  }
}
@media (min-width: 1200px) {
  .feature_item2 + .feature_item2 {
    margin-left: 100px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .feature_item2 + .feature_item2 {
    margin-top: 80px;
  }
}
@media (max-width: 767px) {
  .feature_item2 + .feature_item2 {
    margin-top: 49px;
  }
}

.feature_item_link {
  display: block;
  color: #000;
  background: #fff;
  -webkit-box-shadow: 3px 3px 15px rgba(96, 96, 96, 0.16);
          box-shadow: 3px 3px 15px rgba(96, 96, 96, 0.16);
}
@media (min-width: 1200px) {
  .feature_item_link:hover .feature_item_picture > img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

.feature_item_picture {
  overflow: hidden;
}
.feature_item_picture > img {
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.feature_item_body {
  text-align: center;
  font-weight: bold;
  padding: 26px 12px;
}

.feature_item_container {
  margin-top: 20px;
  height: 160px;
  overflow: auto;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .feature_item_container {
    height: 200px;
  }
}

@media (min-width: 1200px) {
  .feature_item_container_2 {
    margin-top: 20px;
    height: 400px;
    overflow: auto;
  }
}
@media (min-width: 1200px) and (min-width: 768px) and (max-width: 1199px) {
  .feature_item_container_2 {
    height: 1000px;
  }
}
.feature_item_text_title_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: solid 1px #b94047;
}

.feature_item_title {
  display: inline-block;
  text-align: center;
  max-width: 120px;
  font-weight: bold;
  font-size: 23px;
  border-bottom: solid 3px #b94047;
}

.feature_item_text {
  -moz-text-align-last: left;
       text-align-last: left;
  font-weight: normal;
  font-size: 12px;
}

.feature_item_text_price {
  text-align: right;
  color: red;
}

.red {
  color: red;
  font-size: 12px;
}

.space {
  margin-top: 20px;
}

.feature_item_text_title_text {
  text-align: left;
}

.feature_menu_text {
  padding-top: 40px;
  padding-bottom: 40px;
  width: 800px;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
  font-size: 22px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .feature_menu_text {
    max-width: 600px;
  }
}
@media (max-width: 767px) {
  .feature_menu_text {
    text-align: left;
    max-width: 330px;
    font-size: 16px;
  }
}

.access__map {
  width: 800px;
  max-width: 100%;
  margin: 80px auto 0;
}
@media (max-width: 767px) {
  .access__map {
    margin-top: 40px;
  }
}

.iframe__area {
  width: 100%;
  padding-top: 50%;
  position: relative;
}
.iframe__area iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.access__info {
  width: 800px;
  max-width: 100%;
  margin: 16px auto 0;
}
.access__info dt {
  font-weight: 700;
  width: 104px;
}
.access__info dd {
  width: calc(100% - 104px);
}

.access__ad {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.access__ad a {
  color: #fff;
}

.access__access {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/*=======================
▪️footer
=======================*/
.footer {
  background: #b94047;
  padding: 42px 40px 12px;
}
@media (max-width: 767px) {
  .footer {
    padding: 36px 0 14px;
  }
}

.footer_logo {
  width: 180px;
  margin: 0 auto;
}

.footer_nav_list {
  margin-top: 8px;
  text-align: center;
}
@media (max-width: 767px) {
  .footer_nav_list {
    text-align: center;
    margin-top: 16px;
  }
}
@media (min-width: 1200px) {
  .footer_nav_item + .footer_nav_item {
    margin-left: 30px;
  }
}

.footer_nav_link {
  display: block;
  font-size: 12px;
  color: #fff;
  padding: 1em 0;
}
@media (min-width: 1200px) {
  .footer_nav_link {
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
  .footer_nav_link:hover {
    opacity: 0.7;
  }
}
@media (max-width: 767px) {
  .footer_nav_link {
    padding: 0.3em 0;
  }
}

.footer_sns_list {
  text-align: center;
  margin-top: 8px;
}
@media (max-width: 767px) {
  .footer_sns_list {
    margin-top: 14px;
  }
}

.footer_sns_item {
  display: inline-block;
}
.footer_sns_item + .footer_sns_item {
  margin-left: 10px;
}

.footer_sns_link {
  display: block;
  color: #fff;
  font-size: 24px;
  padding: 0.1em 0.5em;
}
@media (min-width: 1200px) {
  .footer_sns_link {
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
  .footer_sns_link:hover {
    opacity: 0.7;
  }
}

.footer_copy {
  color: #fff;
  text-align: center;
  font-size: 18px;
  margin-top: 10px;
}
.footer_copy a {
  color: #fff;
}
@media (max-width: 767px) {
  .footer_copy {
    margin-top: 5px;
  }
}

/*=======================
to-top
=======================*/
.to-top {
  position: fixed;
  right: 24px;
  bottom: 24px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (max-width: 767px) {
  .to-top {
    right: 12px;
    bottom: 12px;
  }
}
.to-top.is-show {
  opacity: 1;
  visibility: visible;
}
.to-top a {
  text-decoration: none;
  -webkit-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
}
.to-top a img {
  width: 60px;
  height: 60px;
}
@media (max-width: 767px) {
  .to-top a img {
    width: 30px;
    height: 30px;
  }
}
.to-top a:hover {
  opacity: 0.7;
}