@charset "UTF-8";
/* 全ページ共通 */
/* ============================================ */
body, header, footer, div,
h1, h2, h3, h4, h5, h6,
p, ul, li, dl, dd, dt, select, input, img, span {
  line-height: 100%;
}

area {
  border: none;
  outline: none;
}

*:focus {
  outline: none;
}

html {
  visibility: hidden;
}

html.wf-active,
html.loading-delay {
  visibility: visible;
}

.hide {
  display: none;
}

.container {
  width: 100%;
  text-align: center;
  background: #fff;
}
.container .media {
  width: 100%;
  height: 4px;
  background-color: chocolate;
  position: fixed;
  top: 0;
  z-index: 110;
}
.container .br_sp {
  display: none;
}

/* clearfix */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

/* IE6 */
* html .clearfix {
  zoom: 1;
}

/* IE7 */
*:first-child + html .clearfix {
  zoom: 1;
}

@media screen and (max-width: 599px) {
  .container .media {
    background-color: cadetblue;
  }
  .container .br_sp {
    display: block;
  }
  .container .space {
    display: none;
  }
}
@media screen and (max-width: 340px) {
  .container .media {
    background-color: cadetblue;
  }
}
/* コンテンツ共通 */
/* ============================================ */
.contents {
  margin: 0 auto;
  padding: 110px 0;
  max-width: 1280px;
  background: #fff;
}
.contents .no_img img {
  height: 30%;
  max-height: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.contents .link_btn {
  display: block;
  margin: 0 auto;
  padding-bottom: 2px;
  width: 200px;
  font-family: source-han-sans-japanese, serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 32px;
  color: #fff;
  background: #808080;
}
.contents .link_btn a {
  display: block;
}

.mark {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mark span {
  display: block;
  padding: 0 10px;
}
.mark span img {
  height: 80px;
}

.sec_base {
  margin-bottom: 180px;
}
.sec_base h2 {
  margin: 0 auto 10px;
  padding: 0 60px;
  font-family: ro-nikkatsu-sei-kai-std, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 46px;
}
.sec_base .sec_image {
  margin-bottom: 30px;
  width: 100%;
  background: #ccc;
  position: relative;
  overflow: hidden;
}
.sec_base .sec_image:before {
  content: "";
  display: block;
}
.sec_base .sec_image img {
  position: absolute;
}
.sec_base .sec_text {
  padding: 0 40px;
  font-family: shippori-mincho, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 38px;
}
.sec_base .sec_text span {
  display: block;
  margin-bottom: 24px;
  font-size: 1.3em;
  line-height: 28px;
}
.sec_base .sec_text .space {
  display: inline;
  margin: 0;
}

.contents_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1080px;
}
.contents_list li {
  margin-bottom: 80px;
  padding: 0 60px;
  width: 50%;
  position: relative;
}
.contents_list .contents_photo {
  display: block;
  margin-bottom: 14px;
  background: #ccc;
  position: relative;
  overflow: hidden;
}
.contents_list .contents_photo:before {
  content: "";
  display: block;
  padding-top: 105%;
}
.contents_list .contents_photo img {
  position: absolute;
}
.contents_list .contents_name {
  font-family: source-han-sans-japanese, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  text-align: left;
}
.contents_list .detail_btn {
  font-family: source-han-sans-japanese, serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  position: absolute;
  right: 64px;
  bottom: 1px;
}

.arrow {
  display: inline-block;
  margin-left: 10px;
  width: 12px;
  height: 10px;
  position: relative;
}
.arrow:before {
  content: "";
  display: block;
  width: 12px;
  height: 1px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #000;
}
.arrow:after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.arrow2 {
  display: inline-block;
  margin-left: 10px;
  width: 24px;
  height: 16px;
  position: relative;
  top: 2px;
}
.arrow2:before {
  content: "";
  display: block;
  width: 24px;
  height: 1px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #53401c;
}
.arrow2:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #53401c;
  border-right: 1px solid transparent;
  position: absolute;
  top: 50%;
  right: 2px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.contents_detail {
  margin: 0 auto 50px;
  padding: 0 30px;
  max-width: 1040px;
  position: relative;
}
.contents_detail .type {
  margin-bottom: 22px;
  padding-left: 10px;
  font-family: source-han-sans-japanese, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  text-align: left;
  position: relative;
}
.contents_detail .copy {
  margin-bottom: 6px;
  font-family: ro-nikkatsu-sei-kai-std, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 48px;
  line-height: 52px;
  text-align: left;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}
.contents_detail .detail_text {
  padding-left: 10px;
  max-width: 500px;
  font-family: shippori-mincho, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  text-align: justify;
  text-justify: inter-ideograph;
}
.contents_detail .price {
  padding-left: 8px;
  font-family: kozuka-mincho-pr6n, serif;
  font-style: normal;
  font-weight: 500;
  font-size: 50px;
  text-align: left;
}
.contents_detail .price span {
  padding-left: 3px;
  font-size: 36px;
}
.contents_detail .price .tax {
  padding-left: 10px;
  font-family: source-han-sans-japanese, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
}

.more_btn {
  display: block;
  width: 260px;
  border: solid 1px #53401c;
  position: absolute;
  bottom: 0;
  right: 40px;
}
.more_btn a {
  display: block;
  font-family: shippori-mincho, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 50px;
  color: #53401c;
}

.contents_reserve_btn {
  display: block;
  margin: 0 auto;
  max-width: 960px;
  background: #b2a8a5;
}
.contents_reserve_btn a {
  display: block;
  font-family: source-han-sans-japanese, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 21px;
  line-height: 58px;
  color: #fff;
}

.plus_btn, .plus_mark {
  display: block;
  width: 36px;
  height: 36px;
  background: #fff;
  position: absolute;
  bottom: 40px;
  right: 48px;
}
.plus_btn:before, .plus_mark:before {
  content: "";
  display: block;
  width: 20px;
  height: 4px;
  background: #000;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.plus_btn:after, .plus_mark:after {
  content: "";
  display: block;
  width: 4px;
  height: 20px;
  background: #000;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 1040px) {
  .contents_reserve_btn {
    margin: 0 40px;
  }
}
@media screen and (max-width: 920px) {
  .sec_base h2 {
    font-size: 40px;
  }
  .sec_base .sec_text {
    font-size: 18px;
    line-height: 32px;
  }

  .contents_list {
    padding: 0 10px;
  }
  .contents_list li {
    margin-bottom: 70px;
    padding: 0 50px;
  }
  .contents_list .contents_photo {
    margin-bottom: 10px;
  }
  .contents_list .contents_name {
    font-size: 28px;
  }
  .contents_list .detail_btn {
    right: 54px;
  }

  .arrow2 {
    width: 23px;
    height: 15px;
  }
  .arrow2:before {
    width: 23px;
  }
  .arrow2:after {
    width: 9px;
    height: 9px;
  }

  .contents_detail {
    padding: 0 35px;
  }
  .contents_detail .type {
    margin-bottom: 20px;
    padding-left: 5px;
    font-size: 26px;
  }
  .contents_detail .copy {
    font-size: 42px;
    line-height: 46px;
  }
  .contents_detail .detail_text {
    padding-left: 5px;
    max-width: 60%;
    font-size: 16px;
    line-height: 28px;
  }
  .contents_detail .price {
    padding-left: 5px;
    font-size: 48px;
  }
  .contents_detail .price span {
    font-size: 34px;
  }

  .more_btn {
    width: 220px;
  }
  .more_btn a {
    font-size: 18px;
    line-height: 46px;
  }

  .contents_reserve_btn a {
    font-size: 20px;
    line-height: 52px;
  }

  .plus_btn {
    bottom: 26px;
    right: 32px;
  }
}
@media screen and (max-width: 700px) {
  .contents_list {
    padding: 0 10px;
  }
  .contents_list li {
    padding: 0 30px;
  }
  .contents_list .contents_name {
    font-size: 24px;
  }
  .contents_list .detail_btn {
    right: 34px;
  }

  .contents_detail {
    margin-bottom: 30px;
  }
  .contents_detail .copy {
    margin-bottom: 16px;
  }
  .contents_detail .detail_text {
    margin-bottom: 30px;
    padding: 0 5px 80px;
    max-width: 100%;
  }
  .contents_detail .price {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 599px) {
  .mark span {
    padding: 0 6px;
  }
  .mark span img {
    height: 64px;
  }

  .sec_base h2 {
    font-size: 36px;
  }
  .sec_base .sec_text {
    padding: 0 30px;
    font-size: 16px;
    line-height: 28px;
  }
  .sec_base .sec_text .space {
    display: none;
  }

  .contents_list {
    padding: 0 10px;
  }
  .contents_list li {
    margin-bottom: 50px;
    padding: 0 15px;
  }
  .contents_list .contents_photo {
    margin-bottom: 8px;
  }
  .contents_list .contents_name {
    margin-bottom: 6px;
    font-size: 22px;
    line-height: 24px;
  }
  .contents_list .detail_btn {
    font-size: 13px;
    position: static;
    text-align: left;
  }

  .arrow {
    margin-left: 6px;
    width: 11px;
  }
  .arrow:before {
    width: 11px;
  }

  .contents_detail {
    padding: 0 20px;
  }
  .contents_detail .type {
    margin-bottom: 12px;
    font-size: 22px;
  }
  .contents_detail .copy {
    font-size: 36px;
    line-height: 40px;
  }
  .contents_detail .detail_text {
    padding: 0 5px 90px;
  }
  .contents_detail .price {
    padding-bottom: 90px;
    font-size: 42px;
  }
  .contents_detail .price span {
    font-size: 28px;
  }
  .contents_detail .price .tax {
    display: block;
    margin-top: 5px;
    padding-left: 0;
    font-size: 15px;
  }

  .more_btn {
    width: 190px;
    right: 25px;
  }
  .more_btn a {
    line-height: 42px;
  }

  .contents_reserve_btn {
    margin: 0 25px;
  }
  .contents_reserve_btn a {
    font-size: 19px;
    line-height: 52px;
  }

  .plus_btn {
    bottom: 22px;
    right: 24px;
  }
}
/* ハンバーガーメニュー */
/* ============================================ */
.menu_base {
  width: 120px;
  height: 120px;
  background: #fff;
  cursor: pointer;
  position: relative;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 102;
}

.menu_trigger,
.menu_trigger span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.menu_trigger {
  width: 42px;
  height: 21px;
  background: none;
  border: none;
  position: relative;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.menu_trigger:focus {
  outline: 0;
}
.menu_trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
}
.menu_trigger span:nth-of-type(1) {
  top: 0;
}
.menu_trigger span:nth-of-type(2) {
  top: 10px;
}
.menu_trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu_trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
          transform: translateY(10px) rotate(-45deg);
}

.menu_trigger.active span:nth-of-type(2) {
  opacity: 0;
}

.menu_trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
          transform: translateY(-10px) rotate(45deg);
}

.home_btn {
  width: 120px;
  height: 120px;
  background: #53401c;
  position: relative;
  position: fixed;
  top: 0;
  right: 120px;
  z-index: 100;
}

.reserve_btn {
  width: 240px;
  height: 40px;
  background: #b1984d;
  position: relative;
  position: fixed;
  top: 120px;
  right: 0;
  z-index: 100;
}
.reserve_btn a {
  display: block;
  width: 100%;
  font-family: source-han-sans-japanese, serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  line-height: 40px;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.navi_back {
  width: 100vw;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.8);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 94;
}

.navi_base {
  width: 100vw;
  height: 100vh;
  background-color: white;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 101;
  opacity: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  overflow: auto;
  visibility: hidden;
}

.navi_base.active {
  opacity: 1;
  visibility: visible;
}

.navi {
  padding: 0 40px;
  width: 100%;
  max-width: 980px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.navi_left {
  width: 300px;
  height: auto;
  font-family: shippori-mincho, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  position: relative;
}
.navi_left span a {
  display: block;
  margin-bottom: 30px;
}
.navi_left span img {
  width: 220px;
}
.navi_left .navi_side {
  padding-left: 30px;
}
.navi_left .navi_side p {
  line-height: 24px;
}
.navi_left .arrow {
  position: relative;
  left: -8px;
}

nav {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.main_navi {
  width: 100%;
  margin-top: 20px;
}
.main_navi li {
  margin: 0 auto;
  padding: 0 0 0 30px;
  font-family: shippori-mincho, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  position: relative;
}
.main_navi li a {
  display: block;
}
.main_navi li:last-child {
  border-bottom: solid 1px #b4b3b3;
}
.main_navi .main_menu {
  line-height: 60px;
  border-top: solid 1px #b4b3b3;
}
.main_navi .main_menu:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #53401c;
  position: absolute;
  top: 52%;
  -webkit-transform: translateY(-52%);
          transform: translateY(-52%);
  left: 10px;
}
.main_navi .sub_menu {
  padding-left: 40px;
  line-height: 40px;
}
.main_navi .last {
  padding-bottom: 20px;
}
.main_navi .arrow {
  margin: 0 10px 0 0;
}

.menu_contact_btn {
  font-family: shippori-mincho, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  position: absolute;
  top: 180px;
  left: 74px;
}
.menu_contact_btn span {
  padding-right: 8px;
}
.menu_contact_btn span img {
  width: 24px;
}

@media screen and (max-width: 920px) {
  .menu_base {
    width: 80px;
    height: 80px;
  }

  .home_btn {
    width: 80px;
    height: 80px;
    right: 80px;
  }

  .reserve_btn {
    width: 160px;
    height: 35px;
    top: 80px;
  }
  .reserve_btn a {
    line-height: 35px;
  }

  .menu_trigger {
    width: 34px;
    height: 17px;
  }
  .menu_trigger span:nth-of-type(2) {
    top: 8px;
  }

  .menu_trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(8px) rotate(-45deg);
            transform: translateY(8px) rotate(-45deg);
  }

  .menu_trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-8px) rotate(45deg);
            transform: translateY(-8px) rotate(45deg);
  }

  .navi_left {
    width: 260px;
  }
}
@media screen and (max-width: 599px) {
  .menu_base {
    width: 60px;
    height: 60px;
  }

  .home_btn {
    width: 60px;
    height: 60px;
    right: 60px;
  }

  .reserve_btn {
    width: 120px;
    height: 30px;
    top: 60px;
  }
  .reserve_btn a {
    font-size: 12px;
    line-height: 30px;
  }

  .menu_trigger {
    width: 26px;
    height: 13px;
  }
  .menu_trigger span:nth-of-type(2) {
    top: 6px;
  }

  .menu_trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(6px) rotate(-45deg);
            transform: translateY(6px) rotate(-45deg);
  }

  .menu_trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-6px) rotate(45deg);
            transform: translateY(-6px) rotate(45deg);
  }

  .navi {
    margin-bottom: 30px;
    padding: 30px 25px 50px;
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none;
            transform: none;
  }

  .navi_left span {
    position: relative;
    left: -8px;
  }
  .navi_left span a {
    margin-bottom: 24px;
  }
  .navi_left .navi_side {
    padding-left: 14px;
  }

  .main_navi .main_menu {
    line-height: 56px;
  }
  .main_navi .sub_menu {
    padding-left: 40px;
    line-height: 38px;
  }
  .main_navi .last {
    padding-bottom: 18px;
  }

  .menu_contact_btn {
    top: auto;
    left: 34px;
    bottom: 0;
  }
}
/* covid info banner */
/* ============================================ */
.covid-info {
  width: 100%;
  border-top: solid 1px rgba(255, 255, 255, 0.4);
  position: fixed;
  bottom: 0;
  z-index: 100;
}
.covid-info p {
  padding-top: 1px;
  text-align: center;
  background: #53401c;
}
.covid-info span:before {
  content: "　";
}
.covid-info a {
  display: block;
  margin: 0 auto;
  width: 100%;
  font-family: source-han-sans-japanese, serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 46px;
  color: #fff;
}
.covid-info a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 599px) {
  .covid-info span:before {
    content: none;
  }
  .covid-info a {
    padding: 8px 0;
    line-height: 20px;
  }
}
/* スライダー */
/* ============================================ */
.contents_slider, .contents_img {
  margin-bottom: 20px;
  width: 100%;
  max-width: 1280px;
  min-height: 340px;
  background: #000;
}
.contents_slider:before, .contents_img:before {
  content: "";
  display: block;
  padding-top: 45%;
}

.swiper-wrapper {
  position: absolute;
  top: 0;
  left: 0;
}
.swiper-wrapper .swiper-slide img {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.swiper-wrapper .swiper-slide img.img_pc {
  display: block;
}
.swiper-wrapper .swiper-slide img.img_sp {
  display: none;
}

/*.contents_img {
  position: relative;
  overflow: hidden;

  img {
    width: 100%;
    @include mx.position(50%, 50%);
  }
}*/
.prev_btn, .next_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.prev_btn:after, .next_btn:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border-top: 1px solid #fff;
}

.prev_btn {
  left: 10px;
}
.prev_btn:after {
  border-left: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.next_btn {
  right: 10px;
}
.next_btn:after {
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.swiper-button-disabled {
  display: none;
}

@media screen and (max-width: 920px) {
  .prev_btn:after, .next_btn:after {
    width: 22px;
    height: 22px;
  }
}
@media screen and (max-width: 599px) {
  .swiper-wrapper .swiper-slide img {
    width: auto;
    height: 100%;
  }

  .prev_btn {
    left: 6px;
  }

  .next_btn {
    right: 6px;
  }
}
/* プラグイン */
/* ============================================ */
/* modaal.min.css */
.modaal-close:before,
.modaal-close:after {
  background: #7f7f7f;
}

.modaal-close:focus:before,
.modaal-close:focus:after,
.modaal-close:hover:before,
.modaal-close:hover:after {
  background: #000;
}

.modaal-gallery-control:focus,
.modaal-gallery-control:hover {
  background: #7f7f7f;
}

.modaal-gallery-control:focus:before,
.modaal-gallery-control:focus:after,
.modaal-gallery-control:hover:before,
.modaal-gallery-control:hover:after {
  background: #eee;
}

.modaal-gallery-control:before,
.modaal-gallery-control:after {
  background: #7f7f7f;
}

.modaal-content-container {
  border: solid 1px #b2a8a5;
}

.modaal-container {
  max-width: 960px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media screen and (max-width: 599px) {
  .modaal-content-container {
    padding: 30px 25px;
  }

  .modaal-inner-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .modaal-close {
    right: 10px;
  }
}
/* コンテンツ ヘッダー */
/* ============================================ */
header {
  width: 100%;
  max-height: 600px;
  min-height: 345px;
  background: #000;
  position: relative;
  overflow: hidden;
}
header:before {
  content: "";
  display: block;
  padding-top: 46%;
}
header .header_text {
  width: 100%;
  font-family: ro-nikkatsu-sei-kai-std, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 36px;
  line-height: 64px;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

h2 {
  margin: 0 auto 60px;
  padding: 0 60px;
  font-family: ro-nikkatsu-sei-kai-std, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 46px;
}
h2 p {
  font-size: 34px;
  line-height: 40px;
}
h2 span {
  position: relative;
  top: 2px;
}

@media screen and (max-width: 920px) {
  header .header_text {
    font-size: 30px;
    line-height: 56px;
  }

  h2 {
    margin-bottom: 50px;
    font-size: 40px;
  }
  h2 p {
    font-size: 30px;
    line-height: 36px;
  }
}
@media screen and (max-width: 599px) {
  header .header_text {
    font-size: 24px;
    line-height: 40px;
  }

  h2 {
    margin-bottom: 40px;
    font-size: 36px;
  }
  h2 p {
    font-size: 26px;
    line-height: 32px;
  }
}
/* サーチ */
/* ============================================ */
.serch_box_base {
  margin: 0 auto;
  padding: 40px 40px 20px;
  width: 100%;
  background: rgba(244, 240, 222, 0.6);
}

.serch_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.serch_box li {
  position: relative;
  font-family: shippori-mincho, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  text-align: left;
}
.serch_box li input, .serch_box li select {
  font-size: 28px;
  line-height: 42px;
  position: relative;
}
.serch_box li select {
  padding: 0 46px 0 8px;
  z-index: 2;
}
.serch_box li .submit_btn_base {
  margin-left: 14px;
  background: #c9bc9c;
  border: solid 1px #c9bc9c;
  position: relative;
}
.serch_box li .submit_btn_base span {
  display: inline-block;
  position: absolute;
  top: 48%;
  -webkit-transform: translateY(-48%);
          transform: translateY(-48%);
  left: 20px;
}
.serch_box li .submit_btn_base span img {
  width: 18px;
}
.serch_box li .submit_btn {
  padding: 0 28px 0 42px;
  width: 104px;
  font-size: 18px;
  text-align: center;
  color: #000;
}

.serch_title {
  width: 150px;
  border-right: solid 1px #a48b78;
}
.serch_title p {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.serch_title p span {
  display: inline-block;
  padding-right: 12px;
  position: relative;
  top: 1px;
}
.serch_title p span img {
  width: 21px;
}

.serch_category {
  font-size: 13px;
  position: absolute;
  top: -19px;
  left: 2px;
}

.serch_day {
  padding: 0 14px 0 18px;
  border-right: solid 1px #a48b78;
  position: relative;
}

.serch_day_input {
  display: inline-block;
  padding-left: 24px;
  width: 213px;
  position: relative;
}
.serch_day_input input {
  width: 46px;
  text-align: center;
}
.serch_day_input input:nth-of-type(1) {
  width: 74px;
}
.serch_day_input .calendar_icon {
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
.serch_day_input .calendar_icon img {
  width: 20px;
}
.serch_day_input .slash {
  display: inline-block;
  padding: 0;
  width: 1px;
  height: 32px;
  background: #000;
  -webkit-transform: rotate(22deg);
          transform: rotate(22deg);
  vertical-align: middle;
}

.serch_stay, .serch_room, .serch_people {
  padding: 0 14px 0 10px;
  border-right: solid 1px #a48b78;
}

.select_arrow {
  position: relative;
}
.select_arrow:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-left: solid 7px transparent;
  border-right: solid 7px transparent;
  border-top: solid 11px #000;
  position: absolute;
  right: 0;
  bottom: 10px;
}
.select_arrow .unit {
  position: absolute;
  right: 23px;
  bottom: 9px;
  z-index: 1;
}

#calid {
  width: 100%;
  font-family: source-han-sans-japanese, serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  right: 0;
}

#calid_screen {
  padding: 8px 8px 6px;
  background: #fff;
  border: solid 1px rgba(0, 0, 0, 0.1);
}
#calid_screen table td {
  padding: 5px 0 7px;
}
#calid_screen table:nth-of-type(1) td {
  padding: 8px 0;
}
#calid_screen table:nth-of-type(2) {
  margin-bottom: 4px;
}
#calid_screen table:nth-of-type(2) td {
  border-bottom: solid 1px rgba(0, 0, 0, 0.4);
}
#calid_screen table #__calid_btn_today {
  font-size: 1.1em;
  font-weight: bold;
}
#calid_screen table #__calid_btn_prev, #calid_screen table #__calid_btn_next {
  font-size: 0.8em;
}

@media screen and (max-width: 920px) {
  .serch_box li {
    font-size: 19px;
  }
  .serch_box li input, .serch_box li select {
    font-size: 27px;
    line-height: 41px;
  }
  .serch_box li select {
    padding: 0 42px 0 8px;
  }
  .serch_box li .submit_btn_base {
    margin-left: 14px;
  }
  .serch_box li .submit_btn_base span {
    left: 12px;
  }
  .serch_box li .submit_btn_base span img {
    width: 17px;
  }
  .serch_box li .submit_btn {
    padding: 0 16px 0 32px;
    width: 80px;
    font-size: 17px;
  }

  .serch_title {
    width: 126px;
  }
  .serch_title p span {
    padding-right: 8px;
  }
  .serch_title p span img {
    width: 20px;
  }

  .serch_day {
    padding: 0 12px 0 16px;
  }

  .serch_day_input {
    padding-left: 22px;
  }
  .serch_day_input input {
    width: 40px;
  }
  .serch_day_input input:nth-of-type(1) {
    width: 68px;
  }
  .serch_day_input .calendar_icon img {
    width: 19px;
  }
  .serch_day_input .slash {
    height: 31px;
  }

  .serch_stay, .serch_room, .serch_people {
    padding: 0 12px 0 8px;
  }

  .select_arrow .unit {
    position: absolute;
    right: 21px;
    bottom: 9px;
  }
}
@media screen and (max-width: 800px) {
  .serch_box_base {
    padding-top: 20px;
  }

  .serch_title {
    padding: 4px 28px 38px 0;
    width: 100%;
    border-right: none;
  }
  .serch_title p {
    text-align: center;
    position: static;
    -webkit-transform: none;
            transform: none;
  }

  .serch_day {
    border-left: solid 1px #a48b78;
  }
}
@media screen and (max-width: 599px) {
  .serch_box_base {
    padding: 20px 25px 28px;
  }

  .serch_box {
    margin: 0 auto;
    max-width: 400px;
  }
  .serch_box li {
    font-size: 18px;
  }
  .serch_box li input, .serch_box li select {
    font-size: 26px;
    line-height: 40px;
  }
  .serch_box li select {
    padding: 0 0 0 8px;
  }
  .serch_box li .submit_btn_base {
    margin-left: 0;
  }
  .serch_box li .submit_btn_base span {
    left: 166px;
  }
  .serch_box li .submit_btn_base span img {
    width: 16px;
  }
  .serch_box li .submit_btn {
    padding: 0 0 0 8px;
    width: 400px;
    font-size: 16px;
  }

  .serch_title {
    padding: 4px 25px 38px 0;
  }
  .serch_title p span {
    padding-right: 6px;
  }
  .serch_title p span img {
    width: 19px;
  }

  .serch_day {
    margin: 0 0 34px;
    width: 100%;
  }

  .serch_stay, .serch_room, .serch_people {
    margin-bottom: 14px;
    padding: 0 10px 0 6px;
  }

  .select_arrow:before {
    border-left: solid 6px transparent;
    border-right: solid 6px transparent;
    border-top: solid 10px #000;
  }
  .select_arrow .unit {
    left: 24px;
    right: auto;
    bottom: 9px;
  }

  .serch_stay {
    border-left: solid 1px #a48b78;
  }

  #calid {
    max-width: 327px;
  }

  #calid_screen {
    padding: 8px 10px 6px;
  }
  #calid_screen table td {
    padding: 8px 0 10px;
  }
}
@media screen and (max-width: 340px) {
  #calid_screen {
    padding: 8px 8px 6px;
  }
  #calid_screen table td {
    padding: 6px 0 8px;
  }
}
/* お部屋詳細 */
/* ============================================ */
header img {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.sec_base .sec_image {
  margin-bottom: 20px;
  min-height: 340px;
}
.sec_base .sec_image:before {
  padding-top: 45%;
}
.sec_base .sec_image img {
  width: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.more_btn {
  width: 270px;
}

.amenity_mod {
  margin-right: 3px;
  font-size: 0.85em;
  letter-spacing: 0.05em;
  position: relative;
  top: -1px;
}

.room_list {
  margin: 0 auto;
  max-width: 960px;
  border-top: solid 1px #000;
}
.room_list:last-of-type {
  margin-bottom: 30px;
  border-bottom: solid 1px #000;
}

.room_list_title {
  padding: 20px 10px 20px 50px;
  font-family: shippori-mincho, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  text-align: left;
  position: relative;
}
.room_list_title span {
  display: block;
  width: 21px;
  height: 21px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 10px;
}
.room_list_title span:before {
  content: "";
  display: block;
  width: 21px;
  height: 1px;
  background: #000;
  position: absolute;
  top: 10px;
}
.room_list_title span:after {
  content: "";
  display: block;
  width: 1px;
  height: 21px;
  background: #000;
  position: absolute;
  left: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.room_list_title.open span:after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.room_detail {
  padding: 10px 0 20px 30px;
}
.room_detail p {
  padding: 0 20px 2px;
  width: 100%;
  font-family: source-han-sans-japanese, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  text-align: left;
  border-bottom: solid 1px #777;
}

.room_detail_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 10px 0 0;
}
.room_detail_list li {
  padding: 8px 20px;
  font-family: source-han-sans-japanese, serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  text-align: left;
}
.room_detail_list li:before {
  content: "";
  display: inline-block;
  margin-right: 6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #806e5a;
  position: relative;
  top: -2px;
}
.room_detail_list li span {
  font-size: 14px;
  position: relative;
  top: -1px;
}
.room_detail_list li span.info {
  margin: 0 0 0 10px;
  font-size: 12px;
}

.equipment_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 0 0 14px;
}
.equipment_list li {
  padding: 0 6px 8px;
  width: 25%;
}
.equipment_list p {
  padding: 0 0 2px;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  text-align: center;
  background: #806e5a;
  border: none;
}
.equipment_list p span {
  font-size: 11px;
  font-weight: 300;
  position: relative;
  top: -1px;
  left: 5px;
}

.room1 li:last-child {
  width: 50%;
}

.contents_reserve_btn .type_smoking {
  padding-left: 8px;
  font-size: 0.75em;
  position: relative;
  top: -2px;
}

.no_smoking {
  margin-bottom: 10px;
}

.amenity_box {
  margin: 0;
  padding: 10px 30px;
  max-width: 900px;
  text-align: center;
  position: relative;
}
.amenity_box .hospitality {
  margin-bottom: 8px;
  font-family: source-han-sans-japanese, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
}
.amenity_box h3 {
  margin-bottom: 32px;
  font-family: ro-nikkatsu-sei-kai-std, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 36px;
}
.amenity_box .amenity_img {
  display: block;
  width: 380px;
  background: #ccc;
  position: relative;
  overflow: hidden;
  position: absolute;
  top: 96px;
  right: 30px;
}
.amenity_box .amenity_img:before {
  content: "";
  display: block;
  padding-top: 64%;
}
.amenity_box .amenity_img img {
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.amenity_box .amenity_title {
  font-family: shippori-mincho, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  text-align: left;
}
.amenity_box .amenity_title span {
  display: block;
  margin-bottom: 10px;
  font-size: 26px;
  line-height: 36px;
}
.amenity_box .amenity_title span.amenity_br {
  display: inline;
}
.amenity_box .amenity_text {
  margin-bottom: 30px;
  max-width: 400px;
  font-family: shippori-mincho, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  text-align: justify;
  text-justify: inter-ideograph;
}
.amenity_box .br_sp {
  display: none;
}
.amenity_flex_list {
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 30px;
}
.amenity_flex_list > li:first-child {
  width: 25%;
}
.amenity_flex_list > li:last-child {
  padding-right: 7%;
  width: 75%;
}
.amenity_flex_list > li > img {
  height: auto;
  width: 100%;
}
.amenity_flex_list > li > .amenity_text {
  margin-bottom: 0;
  max-width: 100%;
}

.amenity_list {
  border-top: solid 1px #b2a8a5;
}
.amenity_list li {
  padding: 14px 0 16px;
  font-family: source-han-sans-japanese, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  border-bottom: solid 1px #b2a8a5;
}
.amenity_list li span {
  font-size: 12px;
  position: relative;
  top: -1px;
}
.amenity_list .br_sp {
  display: none;
}

.agreement {
  margin: 0 auto;
  padding: 16px 0 28px;
  max-width: 1280px;
  font-family: source-han-sans-japanese, serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  border-top: solid 1px #000;
}

#room3 .copy .br_tab {
  display: none;
}

@media screen and (max-width: 1515px) {
  header img {
    width: auto;
    height: 100%;
  }
}
@media screen and (max-width: 1040px) {
  .room_list {
    margin: 0 40px;
  }
}
@media screen and (max-width: 920px) {
  .more_btn {
    width: 240px;
  }

  .room_list_title {
    padding: 18px 10px 18px 46px;
    font-size: 16px;
  }
  .room_list_title span {
    width: 19px;
    height: 19px;
  }
  .room_list_title span:before {
    width: 19px;
    top: 9px;
  }
  .room_list_title span:after {
    height: 19px;
    left: 9px;
  }

  .room_detail p {
    padding: 0 18px 2px;
  }

  .room_detail_list li {
    padding: 7px 18px;
    font-size: 15px;
  }
  .room_detail_list li span {
    font-size: 13px;
  }

  .equipment_list {
    padding: 0 0 0 10px;
  }
  .equipment_list li {
    width: 33.3%;
  }

  .room1 li:last-child {
    width: 66.6%;
  }

  .amenity_box .amenity_img {
    margin: 0 auto 30px;
    position: relative;
    top: 0;
    right: 0;
  }
  .amenity_box .amenity_title {
    text-align: center;
  }
  .amenity_box .amenity_text {
    max-width: 100%;
  }
  .amenity_flex_list {
    display: block;
  }
  .amenity_flex_list > li:first-child {
    margin: 0 auto 30px;
    width: 65%;
  }
  .amenity_flex_list > li:last-child {
    padding-right: 0;
    width: 100%;
  }

  #room3 .copy .br_tab {
    display: block;
  }

  #room4 .copy .br_sp {
    display: block;
  }
}
@media screen and (max-width: 750px) {
  .amenity_list li {
    padding: 14px 0 16px;
  }
  .amenity_list li span {
    display: block;
    margin-top: 5px;
    font-size: 12px;
    line-height: 14px;
  }
}
@media screen and (max-width: 599px) {
  .sec_base .sec_image img {
    width: auto;
    height: 100%;
  }

  .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: auto;
  }
  .swiper-wrapper .swiper-slide img.img_pc {
    display: none;
  }
  .swiper-wrapper .swiper-slide img.img_sp {
    display: block;
  }

  .room_list {
    margin: 0 25px;
  }

  .room_detail {
    padding: 10px 0 20px 10px;
  }
  .room_detail p {
    padding: 0 8px 2px 12px;
  }

  .room_detail_list li {
    padding: 9px 8px 9px 12px;
  }
  .room_detail_list li span.info {
    display: block;
    margin: 6px 0 0 10px;
    font-size: 12px;
  }

  .equipment_list {
    padding: 0 0 0 8px;
  }
  .equipment_list li {
    padding: 0 4px 8px;
    width: 50%;
  }
  .equipment_list p {
    padding: 0 0 1px;
    font-size: 13px;
    line-height: 24px;
  }
  .equipment_list p span {
    font-size: 10px;
  }

  .room1 li:last-child {
    width: 100%;
  }

  .no_smoking a, .smoking a {
    padding: 3px 0 9px;
    line-height: 30px;
  }

  .contents_reserve_btn .type_smoking {
    display: block;
    padding-left: 0;
    top: -1px;
  }

  .amenity_box {
    margin: 0;
    padding: 10px 0;
  }
  .amenity_box .hospitality {
    margin-bottom: 8px;
    font-size: 18px;
  }
  .amenity_box h3 {
    margin-bottom: 12px;
    font-size: 34px;
    line-height: 36px;
  }
  .amenity_box .amenity_img {
    margin-bottom: 20px;
    width: 100%;
    max-width: 380px;
  }
  .amenity_box .amenity_title {
    margin: 0 auto;
    max-width: 360px;
    font-size: 20px;
    line-height: 26px;
    position: relative;
  }
  .amenity_box .amenity_title span {
    display: block;
    margin: 6px 0 40px;
    font-size: 26px;
    line-height: 28px;
    text-align: left;
  }
  .amenity_box .amenity_title span.amenity_br {
    display: block;
    margin: 0;
    position: absolute;
    right: 0;
  }
  .amenity_box .amenity_text {
    font-size: 15px;
    line-height: 26px;
  }
  .amenity_box .br_sp {
    display: block;
  }

  .amenity_list li {
    padding: 10px 0 12px;
    font-size: 15px;
  }
  .amenity_list li span {
    margin-top: 3px;
    font-size: 11px;
  }
  .amenity_list .br_sp {
    display: block;
  }

  #room3 .copy .br_tab {
    display: none;
  }
}
@media screen and (max-width: 399px) {
  .equipment_list li {
    width: 100%;
  }

  .room1 li:last-child p {
    padding: 2px 0 6px;
    line-height: 20px;
  }
  .room1 li:last-child p span {
    display: block;
  }
}
/* フッター */
/* ============================================ */
footer {
  padding: 46px 0 86px;
  width: 100%;
  background: #53401c;
  color: #fff;
}
footer .footer_base {
  margin: 0 auto 28px;
  padding: 0 40px;
  width: 100%;
  max-width: 1040px;
  position: relative;
}
footer .footer_base .footer_logo {
  display: block;
  margin: 0 auto 12px;
  width: 220px;
}
footer .footer_base .footer_text {
  margin-bottom: 8px;
  font-family: source-han-sans-japanese, serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.03em;
  text-indent: 0.03em;
}

.contact_btn {
  display: inline-block;
  font-family: source-han-sans-japanese, serif;
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
}
.contact_btn a {
  display: block;
  padding: 5px 32px 7px;
  border: solid 1px rgba(255, 255, 255, 0.8);
  border-radius: 14px;
}
.contact_btn span {
  padding-right: 5px;
}
.contact_btn span img {
  width: 16px;
}

.group_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  max-width: 960px;
}
.group_list li {
  padding: 6px 0;
  width: calc((100% - 160px) / 3);
  border-right: solid 1px rgba(255, 255, 255, 0.8);
}
.group_list li:first-child {
  border-left: solid 1px rgba(255, 255, 255, 0.8);
}
.group_list li:nth-child(2) {
  width: 160px;
}
.group_list li a {
  display: block;
  margin: 0 auto;
  width: 90%;
  height: 52px;
  position: relative;
}
.group_list li a img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.group_list li a span {
  width: 100%;
  font-family: source-han-sans-japanese, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.link_bekkan img {
  height: 100%;
}

.link_suizen img {
  height: 74%;
}

.link_solo img {
  height: 87%;
}

@media screen and (max-width: 1040px) {
  .group_list {
    margin: 0 40px;
  }
}
@media screen and (max-width: 920px) {
  footer .footer_base {
    margin: 0 auto 26px;
  }
  footer .footer_base .footer_text {
    font-size: 15px;
    line-height: 24px;
  }

  .group_list li {
    padding: 4px 0;
  }
  .group_list li a {
    height: 46px;
  }
  .group_list li a span {
    font-size: 17px;
  }
}
@media screen and (max-width: 799px) {
  .group_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 25px;
  }
  .group_list li {
    margin-bottom: 24px;
    width: calc((100% - 160px) / 2);
  }
  .group_list li:last-child {
    margin-bottom: 0;
    padding: 0;
    width: 100%;
    border: solid 1px #fff;
  }
  .group_list li:last-child a {
    width: 100%;
    height: 36px;
  }
}
@media screen and (max-width: 599px) {
  footer {
    padding: 40px 0 96px;
  }
  footer .footer_base {
    margin-bottom: 40px;
    padding: 0 25px;
  }
  footer .footer_base .footer_logo {
    width: 190px;
  }
  footer .footer_base .footer_text {
    font-size: 14px;
    line-height: 22px;
  }

  .contact_btn {
    font-size: 12px;
  }
  .contact_btn span img {
    width: 15px;
  }

  .group_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 25px;
  }
  .group_list li {
    margin-bottom: 30px;
    width: 100%;
  }
  .group_list li:first-child, .group_list li:nth-child(2), .group_list li:nth-child(3) {
    height: 25px;
    position: relative;
  }
  .group_list li:first-child a, .group_list li:nth-child(2) a, .group_list li:nth-child(3) a {
    width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .group_list li:nth-child(2), .group_list li:nth-child(3) {
    border-left: solid 1px rgba(255, 255, 255, 0.8);
  }
  .group_list li:nth-child(2) {
    width: 100%;
  }
  .group_list li:last-child {
    margin-bottom: 0;
    padding: 0;
    width: 100%;
    border: solid 1px #fff;
  }
  .group_list li:last-child a {
    width: 100%;
    height: 36px;
  }
  .group_list li a {
    height: 42px;
  }
  .group_list li a span {
    font-size: 16px;
  }
}