@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;
  }
}
/* メインコンテンツ ヘッダー */
/* ============================================ */
header {
  width: 100%;
  max-height: 1000px;
  min-height: 400px;
  background: #000;
  position: relative;
  overflow: hidden;
}
header:before {
  content: "";
  display: block;
  padding-top: 73%;
}
header .back_mark {
  display: block;
  height: 27%;
}
header .back_mark img {
  height: 100%;
}
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%);
}

@media screen and (max-width: 920px) {
  header .header_text {
    font-size: 30px;
    line-height: 56px;
  }
}
@media screen and (max-width: 599px) {
  header .header_text {
    font-size: 24px;
    line-height: 40px;
  }
}
/* サーチ */
/* ============================================ */
.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 {
  height: 130%;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.sec_base h2 {
  margin-bottom: 26px;
}
.sec_base .sec_image {
  min-height: 240px;
}
.sec_base .sec_image:before {
  padding-top: 33%;
}

h3 {
  margin-bottom: 30px;
  font-family: source-han-sans-japanese, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
}

.room_sec .sec_image {
  margin-bottom: 60px;
}
.room_sec .sec_image img {
  width: 100%;
  left: 50%;
  top: 41%;
  -webkit-transform: translate(-50%, -41%);
          transform: translate(-50%, -41%);
}
.room_sec .sec_image .img1 {
  width: 108%;
  left: 80%;
  top: 62%;
  -webkit-transform: translate(-80%, -62%);
          transform: translate(-80%, -62%);
}
.room_sec .sec_image .img2 {
  width: 100%;
  left: 50%;
  top: 46%;
  -webkit-transform: translate(-50%, -46%);
          transform: translate(-50%, -46%);
}
.room_sec .sec_image .img3 {
  width: 100%;
  left: 50%;
  top: 20%;
  -webkit-transform: translate(-50%, -20%);
          transform: translate(-50%, -20%);
}
.room_sec .contents_photo img {
  height: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.food_sec .sec_image {
  margin-bottom: 60px;
}
.food_sec .sec_image img {
  width: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.venue_sec .contents_photo img {
  height: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.bath_sec .sec_image {
  margin-bottom: 60px;
}
.bath_sec .sec_image img {
  width: 100%;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.bath_sec li:nth-child(1) img {
  height: 110%;
  left: 92%;
  top: 72%;
  -webkit-transform: translate(-92%, -72%);
          transform: translate(-92%, -72%);
}
.bath_sec li:nth-child(2) img {
  height: 100%;
  left: 70%;
  top: 50%;
  -webkit-transform: translate(-70%, -50%);
          transform: translate(-70%, -50%);
}

.spend_sec .sec_image img {
  width: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.roomservice li:nth-child(1) img {
  height: 128%;
  left: 42%;
  top: 62%;
  -webkit-transform: translate(-42%, -62%);
          transform: translate(-42%, -62%);
}
.roomservice li:nth-child(2) img {
  height: 108%;
  left: 30%;
  top: 90%;
  -webkit-transform: translate(-30%, -90%);
          transform: translate(-30%, -90%);
}
.roomservice li:nth-child(3) {
  width: 100%;
}
.roomservice li:nth-child(3) img {
  width: 100%;
  left: 50%;
  top: 70%;
  -webkit-transform: translate(-50%, -70%);
          transform: translate(-50%, -70%);
}

.roomservice li:last-child .contents_photo {
  min-height: 100px;
  position: relative;
}
.roomservice li:last-child .contents_photo:before {
  padding-top: 20%;
}
.roomservice li:last-child .contents_photo:after {
  content: "ルームサービス";
  display: block;
  padding-bottom: 2px;
  width: 310px;
  font-family: source-han-sans-japanese, serif;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 38px;
  color: #fff;
  background: #a64a97;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.roomservice li:last-child .detail_btn {
  position: static;
  text-align: left;
}

.meal_venue {
  margin: 0 auto;
  padding: 28px 30px;
  max-width: 960px;
  background: #f3f8f0;
  border: solid 1px #000;
}
.meal_venue .venue_text {
  padding: 0 40px;
}
.meal_venue .venue_text p {
  padding: 10px 0 12px;
  font-family: source-han-sans-japanese, serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
}

.mvenue li {
  margin-bottom: 20px;
  padding: 0 40px;
  width: calc(100% / 3);
}
.mvenue li:nth-child(4) {
  margin: 15px 0 5px;
  width: 100%;
}
.mvenue li:nth-child(4) .detail_btn {
  text-align: center;
  position: static;
  -webkit-transform: none;
          transform: none;
}
.mvenue .contents_photo {
  margin-bottom: 10px;
}
.mvenue .contents_name {
  font-size: 26px;
}
.mvenue .detail_btn {
  right: 42px;
}

.bath .contents_name {
  margin-bottom: 10px;
}
.bath .contents_name span {
  padding-left: 8px;
  font-size: 20px;
  position: relative;
  left: 6px;
  bottom: 4px;
}
.bath .detail_btn {
  position: static;
  text-align: left;
}

.bath li:nth-child(4) {
  margin-bottom: 40px;
  padding-top: 14px;
  padding-bottom: 22px;
  width: 100%;
}
.bath li:nth-child(4):before, .bath li:nth-child(4):after {
  content: "";
  display: block;
  width: 100%;
  max-width: 960px;
  height: 1px;
  background: #a48b78;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.bath li:nth-child(4):before {
  top: 0;
}
.bath li:nth-child(4):after {
  bottom: 0;
}
.bath li:nth-child(4) .contents_logo {
  display: block;
  margin-bottom: 8px;
}
.bath li:nth-child(4) .contents_logo img {
  width: 80px;
  -webkit-filter: invert(100%);
          filter: invert(100%);
}
.bath li:nth-child(4) .contents_text {
  font-family: source-han-sans-japanese, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  color: #b28247;
}
.bath li:nth-child(4) .contents_text .number {
  padding: 0 4px;
}
.bath li:nth-child(4) .detail_btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  bottom: auto;
}
.bath .d-block {
  display: block;
}
.bath .w-100 {
  width: 100%;
}
.bath .mb-30 {
  margin-bottom: 30px;
}
.bath .text-center {
  text-align: center;
}

.bath li:nth-child(5) {
  margin-bottom: 0;
  width: 100%;
}
.bath li:nth-child(5) .detail_btn {
  text-align: center;
  position: static;
  -webkit-transform: none;
          transform: none;
}

@media screen and (max-width: 1080px) {
  .meal_venue {
    margin: 0 60px;
  }
}
@media screen and (max-width: 920px) {
  h3 {
    margin-bottom: 30px;
    font-size: 28px;
  }

  .roomservice li:last-child .contents_photo:after {
    width: 280px;
    font-size: 18px;
    line-height: 34px;
  }

  .meal_venue {
    padding: 28px 10px 24px;
  }
  .meal_venue .venue_text {
    padding: 0 35px;
  }

  .mvenue li {
    margin-bottom: 10px;
    padding: 0 25px;
  }
  .mvenue .contents_photo {
    margin-bottom: 8px;
  }
  .mvenue .contents_name {
    margin-bottom: 8px;
    font-size: 22px;
  }
  .mvenue .detail_btn {
    position: static;
    text-align: left;
  }

  .bath .contents_name span {
    display: block;
    padding-left: 0;
    font-size: 18px;
    line-height: 26px;
    left: 0;
    bottom: 0;
  }

  .bath li:nth-child(4) {
    margin: 0 50px 30px;
    padding: 14px 0 20px;
  }
  .bath li:nth-child(4) .contents_text {
    font-size: 18px;
  }
}
@media screen and (max-width: 700px) {
  .roomservice li:last-child .contents_photo:after {
    width: 250px;
    font-size: 17px;
    line-height: 30px;
  }

  .meal_venue {
    margin: 0 40px;
  }

  .bath li:nth-child(4) {
    margin: 0 30px 30px;
  }
}
@media screen and (max-width: 610px) {
  .room_sec .sec_image img {
    width: auto;
    height: 172%;
    top: 39%;
    -webkit-transform: translate(-50%, -39%);
            transform: translate(-50%, -39%);
  }
  .room_sec .sec_image .img1 {
    width: auto;
    height: 180%;
    left: 60%;
    -webkit-transform: translate(-60%, -62%);
            transform: translate(-60%, -62%);
  }
  .room_sec .sec_image .img3 {
    width: auto;
    height: 146%;
  }

  .food_sec .sec_image img {
    width: auto;
    height: 100%;
  }

  .bath_sec .sec_image img {
    width: auto;
    height: 100%;
    left: 30%;
    -webkit-transform: translate(-30%, 0);
            transform: translate(-30%, 0);
  }

  .spend_sec .sec_image img {
    width: auto;
    height: 100%;
    left: 20%;
    -webkit-transform: translate(-20%, -50%);
            transform: translate(-20%, -50%);
  }
}
@media screen and (max-width: 599px) {
  .sec_base h2 {
    margin-bottom: 20px;
  }

  .room_sec .sec_image, .food_sec .sec_image, .bath_sec .sec_image {
    margin-bottom: 40px;
  }

  .roomservice li:last-child .contents_photo:after {
    width: 200px;
    font-size: 16px;
    line-height: 26px;
  }

  h3 {
    margin-bottom: 26px;
    font-size: 22px;
  }

  .meal_venue {
    margin: 0 25px;
    padding: 28px 3px 20px;
  }
  .meal_venue .venue_text {
    padding: 0 20px;
  }
  .meal_venue .venue_text p {
    padding: 14px 10px 16px;
    font-size: 13px;
    line-height: 18px;
  }

  .mvenue li {
    padding: 0 10px;
  }
  .mvenue .contents_photo {
    margin-bottom: 6px;
  }
  .mvenue .contents_name {
    margin-bottom: 3px;
    font-size: 18px;
  }

  .bath .contents_name {
    margin-bottom: 8px;
  }
  .bath .contents_name span {
    font-size: 16px;
    line-height: 26px;
  }

  .bath li:nth-child(4) {
    margin: 0 15px 30px;
    padding: 12px 0 18px;
  }
  .bath li:nth-child(4) .contents_logo {
    margin-bottom: 6px;
  }
  .bath li:nth-child(4) .contents_text {
    font-size: 16px;
  }
  .bath li:nth-child(4) .detail_btn {
    padding-left: 8px;
    text-align: center;
    position: static;
    -webkit-transform: none;
            transform: none;
  }
}
/* フッター */
/* ============================================ */
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;
  }
}