@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Noto+Serif+SC&display=swap);
@import url(https://fonts.googleapis.com/css?family=Noto+Serif+JP);
.shadow {
  -webkit-box-shadow: 0px 3px 15px rgba(34, 34, 34, 0.2);
          box-shadow: 0px 3px 15px rgba(34, 34, 34, 0.2);
}

.more {
  background: url(/cms/wp-content/uploads/2020/01/arw_r_bk.png) no-repeat right 5px center;
  background-size: 13px auto;
  border-bottom: 1px solid #999;
  color: #222;
  font-size: 15px;
  padding: 5px 40px 5px 20px;
}
.more:hover {
  background: url(/cms/wp-content/uploads/2020/01/arw_r_gd.png) no-repeat right 2px center;
  background-size: 13px auto;
}
.more--wh {
  background: url(/cms/wp-content/uploads/2020/01/arw_r_wh.png) no-repeat right 5px center;
  background-size: 13px auto;
  border-bottom: 1px solid #fff;
  color: #fff;
}
.more--wh:hover {
  background: url(/cms/wp-content/uploads/2020/01/arw_r_wh.png) no-repeat right 2px center;
  background-size: 13px auto;
  color: #fff;
}

.btn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  padding: 10px 30px 10px 20px;
}
.btn--menu {
  background: #fff;
  border: 1px solid #9d7d2f;
  color: #222;
}
.btn--menu:before {
  font-family: "Font Awesome 6 Pro";
  color: #9d7d2f;
  content: "\f0c9";
  margin-right: 10px;
}
.btn--menu:hover {
  background: #9d7d2f;
  color: #fff;
}
.btn--menu:hover:before {
  color: #fff;
}
.btn--1 {
  background: url(/cms/wp-content/uploads/2020/01/arw_r_bk.png) no-repeat right 10px center #d7bd7e;
  background-size: 13px auto;
  border: 1px solid #d7bd7e;
  color: #222;
}
.btn--1:hover {
  background: url(/cms/wp-content/uploads/2020/01/arw_r_wh.png) no-repeat right 5px top 17px #9d7d2f;
  background-size: 13px auto;
  border: 1px solid #9d7d2f;
  color: #fff;
}
.btn--2 {
  background: url(/cms/wp-content/uploads/2020/01/arw_r_bk.png) no-repeat right 10px center #fff;
  background-size: 13px auto;
  border: 1px solid #d7bd7e;
  color: #222;
}
.btn--2:hover {
  background: url(/cms/wp-content/uploads/2020/01/arw_r_wh.png) no-repeat right 5px top 17px #9d7d2f;
  background-size: 13px auto;
  border: 1px solid #9d7d2f;
  color: #fff;
}
.btn--s {
  background: url(/cms/wp-content/uploads/2020/01/arw_r_gd.png) no-repeat right 10px center #fff;
  background-size: 13px auto;
  border: 1px solid #d7bd7e;
  color: #222;
  padding: 5px 30px 5px 20px;
}
.btn--s:hover {
  background: url(/cms/wp-content/uploads/2020/01/arw_r_wh.png) no-repeat right 5px top 12px #9d7d2f;
  background-size: 13px auto;
  border: 1px solid #9d7d2f;
  color: #fff;
}

.ttl--1 {
  background: url(/cms/wp-content/uploads/2020/01/ttl_icn1.png) no-repeat center top;
  font-size: 30px;
  padding-top: 60px;
}
.ttl--2 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 40px auto;
}
@media only screen and (max-width: 766px) {
  .ttl--2 {
    font-size: 25px;
  }
}
.ttl--2:before {
  background: url(/cms/wp-content/uploads/2020/01/line-double.png) no-repeat center center;
  background-size: auto 100%;
  content: "";
  display: block;
  height: 10px;
  width: 300px;
}
@media only screen and (max-width: 766px) {
  .ttl--2:before {
    margin-right: 10px;
    width: 50px;
  }
}
.ttl--2:after {
  background: url(/cms/wp-content/uploads/2020/01/line-double.png) no-repeat center center;
  background-size: auto 100%;
  content: "";
  display: block;
  height: 10px;
  width: 300px;
}
@media only screen and (max-width: 766px) {
  .ttl--2:after {
    margin-left: 10px;
    width: 50px;
  }
}
.ttl--3 {
  background: url(/cms/wp-content/uploads/2020/01/icn_menu.png) no-repeat center top;
  background-size: 80px auto;
  font-size: 25px;
  padding-top: 50px;
}
.ttl--4 {
  background: url(/cms/wp-content/uploads/2020/01/ttl_icn1.png) no-repeat center bottom;
  background-size: 40px auto;
  font-size: 25px;
  padding-bottom: 50px;
}

.dl-table {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: left;
}
@media only screen and (max-width: 766px) {
  .dl-table {
    margin: 0 auto;
    width: 100%;
  }
}
.dl-table dt {
  background: #eae2d4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 15px;
  position: relative;
  width: 25%;
}
.dl-table dt ~ dt {
  border-top: 1px solid #fff;
}
@media only screen and (max-width: 766px) {
  .dl-table dt {
    width: 100%;
  }
}
.dl-table dt .require {
  color: red;
  font-size: 11px;
  position: absolute;
  right: 10px;
  top: 10px;
}
.dl-table dd {
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 15px;
  width: 75%;
}
.dl-table dd ~ dd {
  border-top: 1px solid #eae2d4;
}
@media only screen and (max-width: 766px) {
  .dl-table dd {
    width: 100%;
  }
}
.dl-table dd ul {
  margin: 0 auto;
  padding: 0 0 0 20px;
}
.dl-table dd ul li {
  margin: 0 auto 5px auto;
}
.dl-table dd strong {
  color: #0071bc;
  display: block;
  margin: 20px auto 10px auto;
}
.dl-table dd a {
  color: #0071bc;
  text-decoration: underline;
}
.dl-table dd a:hover {
  text-decoration: none;
}

@media only screen and (max-width: 766px) {
  * {
    font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  }
}

html {
  height: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 13px;
  font-weight: 400;
  color: #373636;
  margin: 0;
  letter-spacing: 0.07em;
  line-height: 1.7;
  padding: 0;
  position: relative;
  text-align: center;
}

img {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  height: auto;
  max-width: 100%;
}

figure {
  margin: 0;
}
figure img {
  display: block;
  margin: auto;
}

.red {
  color: #aa3030;
}

.symbol {
  display: none;
}

.container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  min-width: 960px;
  max-width: 1300px;
  position: relative;
  width: 86%;
}
@media only screen and (max-width: 766px) {
  .container {
    min-width: initial;
    max-width: 100%;
    width: 100%;
  }
}

h1,
h2,
h3,
h4 {
  font-weight: normal;
}

p {
  margin: 0 auto;
}

input[type=email],
input[type=tel],
input[type=text],
input[type=url],
textarea {
  -webkit-appearance: none;
  border: 1px solid #c9b48f;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  padding: 10px;
  width: 100%;
}
@media only screen and (max-width: 766px) {
  input[type=email],
  input[type=tel],
  input[type=text],
  input[type=url],
  textarea {
    font-size: 16px;
  }
}
input[type=email]:active, input[type=email]:focus,
input[type=tel]:active,
input[type=tel]:focus,
input[type=text]:active,
input[type=text]:focus,
input[type=url]:active,
input[type=url]:focus,
textarea:active,
textarea:focus {
  border: 1px solid #9d7d2f;
  outline: none;
}

select {
  border: 1px solid #c9b48f;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  padding: 10px;
  width: 100%;
}
@media only screen and (max-width: 766px) {
  select {
    font-size: 16px;
  }
}
select:active, select:focus {
  border: 1px solid #9d7d2f;
  outline: none;
}

input[type=submit] {
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 17px;
}
input[type=submit]:first-of-type {
  -webkit-appearance: none;
  background: #eae2d4;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #999;
  cursor: pointer;
  padding: 10px;
  width: 300px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 766px) {
  input[type=submit]:first-of-type {
    font-size: 16px;
  }
}
input[type=submit]:first-of-type:hover {
  background: #cccccc;
  color: #fff;
}
input[type=submit]:last-of-type {
  -webkit-appearance: none;
  background: #9d7d2f;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  color: #fff;
  cursor: pointer;
  padding: 10px;
  width: 300px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 767px) {
  input[type=submit]:last-of-type {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 766px) {
  input[type=submit]:last-of-type {
    font-size: 16px;
  }
}
input[type=submit]:last-of-type:hover {
  background: #0071bc;
}
input[type=submit]:active, input[type=submit]:focus {
  outline: none;
}

a {
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}
a:hover {
  color: #9d7d2f;
}
a img {
  display: block;
  margin: auto;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}
a img:hover {
  opacity: 0.7;
}

ul {
  margin: 0 auto;
  padding: 0;
}

dl {
  margin: 0 auto;
}
dl dd {
  margin: 0;
}

.path {
  background: rgba(34, 34, 34, 0.5);
  color: #eae2d4;
  margin-top: -38px;
  padding: 10px 0;
  position: relative;
}
.path .container {
  font-size: 11px;
  text-align: left;
}
@media only screen and (max-width: 766px) {
  .path .container {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 2%;
  }
}
.path .container br {
  display: none;
}
.path .container span {
  margin: 0 3px;
}
.path .container a {
  color: #eae2d4;
  position: relative;
  text-decoration: underline;
}
.path .container a:hover {
  text-decoration: none;
}

.page-slider {
  height: 700px;
  margin: 0 auto;
  max-width: none !important;
  overflow: hidden;
  position: relative;
  /*width: 1000px!important;*/
}
@media only screen and (max-width: 766px) {
  .page-slider {
    height: 450px;
    overflow: initial;
    /*width: 100%!important;*/
  }
}
.page-slider .sp-image-container {
  height: 100% !important;
}
.page-slider .sp-slides {
  margin: auto;
}
.page-slider .sp-slides .sp-slide {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 600px !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 766px) {
  .page-slider .sp-slides .sp-slide {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 400px !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.page-slider .sp-mask,
.page-slider .sp-grabbing {
  cursor: initial;
  height: 600px !important;
  /*width: 100%!important;*/
}
@media only screen and (max-width: 766px) {
  .page-slider .sp-mask,
  .page-slider .sp-grabbing {
    height: 400px !important;
  }
}
.page-slider .sp-grab {
  cursor: pointer;
}
.page-slider .sp-thumbnail {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  opacity: 0.6;
}
.page-slider .sp-thumbnail:hover {
  opacity: 1;
}
.page-slider .sp-selected-thumbnail .sp-thumbnail {
  opacity: 1;
}
.page-slider .sp-buttons {
  bottom: 5%;
  left: 0;
  position: absolute;
  right: 0;
  width: initial;
}
.page-slider .sp-buttons .sp-button {
  border: 1.5px solid white;
}
@media only screen and (max-width: 766px) {
  .page-slider .sp-buttons .sp-button {
    display: none;
  }
}
.page-slider .sp-buttons .sp-button.sp-selected-button {
  background-color: white;
}

.ac {
  cursor: pointer;
}
.ac + dd {
  display: none;
}

.remodal {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-height: 90%;
  max-width: 80%;
  overflow-y: scroll;
  padding: 30px;
}
@media only screen and (max-width: 766px) {
  .remodal {
    max-height: 96%;
    max-width: 96%;
    overflow: scroll;
    padding: 10px;
  }
  .remodal img {
    max-width: 100%;
  }
}
.remodal-close {
  left: initial;
  right: 0;
  z-index: 10;
}
@media only screen and (max-width: 766px) {
  .remodal-close {
    position: fixed;
  }
}
.remodal__btn {
  cursor: pointer;
  position: relative;
}
.remodal__btn:after {
  font-family: "Font Awesome 6 Pro";
  background: rgba(34, 34, 34, 0.5);
  bottom: 10px;
  color: #fff;
  cursor: pointer;
  content: "\f00e";
  padding: 10px;
  position: absolute;
  right: 10px;
}
.remodal .title1 {
  margin: 40px auto -40px auto;
}

.remodal-close {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  background: #222;
  color: #fff;
}
.remodal-close:hover {
  background: #373636;
  color: #fff;
}

.maker,
.marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(75%, rgba(157, 125, 47, 0.3)));
  background: linear-gradient(transparent 75%, rgba(157, 125, 47, 0.3) 75%);
}

.auto-slider .slick-slide {
  height: 250px;
  overflow: hidden;
}
.auto-slider img {
  max-width: initial;
  min-height: 250px;
  width: initial;
}
@media only screen and (max-width: 766px) {
  .auto-slider img {
    height: 100px;
  }
}

.sp-thumbnail {
  cursor: pointer;
  opacity: 0.5;
}
.sp-thumbnail:hover {
  opacity: 1;
}
.sp-selected-thumbnail .sp-thumbnail {
  opacity: 1;
}

/*----------------------------------------
	ページャー
----------------------------------------*/
.nav_pager {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  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: 20px auto;
  line-height: 1.8em;
}
@media only screen and (max-width: 766px) {
  .nav_pager {
    font-size: 12px;
  }
}
.nav_pager a {
  background: #999;
  padding: 8px 10px 5px 10px;
  border-radius: 5px;
  margin: 5px;
  color: #fff;
}
.nav_pager a:hover {
  background: #0071bc;
  color: #fff;
}
.nav_pager span {
  padding: 8px 10px 5px 10px;
  border-radius: 5px;
  margin: 5px;
  font-weight: bold;
}
.nav_pager span.current {
  background: #0071bc;
  color: #fff;
}

/*----------------------------------------
	フォーム
----------------------------------------*/
input#zip {
  width: 100px !important;
  margin-bottom: 10px;
}

input#zip1 {
  width: 100px !important;
  margin-bottom: 10px;
}

input#pref {
  width: 100px !important;
}

input#addr {
  width: calc(100% - 110px) !important;
}
@media only screen and (max-width: 766px) {
  input#addr {
    width: calc(100% - 110px) !important;
  }
}

#autozip {
  background: #9d7d2f !important;
}

#movable_zipaddr a:last-child {
  display: none;
}

.shortbox input {
  width: 100px;
}

/*----------------------------------------
	animation
----------------------------------------*/
.ani {
  opacity: 0;
  -webkit-transition: all 1.5s ease;
  transition: all 1.5s ease;
}
.ani.show {
  opacity: 1;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.ani--lr {
  -webkit-transform: translate(-150px, 0);
      -ms-transform: translate(-150px, 0);
          transform: translate(-150px, 0);
}
.ani--rl {
  -webkit-transform: translate(150px, 0);
      -ms-transform: translate(150px, 0);
          transform: translate(150px, 0);
}
.ani--up {
  -webkit-transform: translate(0, 100px);
      -ms-transform: translate(0, 100px);
          transform: translate(0, 100px);
}
.ani--down {
  -webkit-transform: translate(0, -100px);
      -ms-transform: translate(0, -100px);
          transform: translate(0, -100px);
}
.ani--scaleUp {
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
}
.ani--scaleDown {
  -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
          transform: scale(1.5);
}
.ani--rotateL {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.ani--rotateR {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.news {
  background: url(/cms/wp-content/uploads/2020/01/arw_r_wh.png) no-repeat right 10px center rgba(170, 48, 48, 0.7);
  background-size: 15px auto;
  border: 1px solid #aa3030;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff !important;
  margin: auto;
  padding: 10px 20px;
  position: absolute;
  right: 4%;
  top: 70px;
  width: 400px;
  z-index: 2;
}
@media only screen and (max-width: 766px) {
  .news {
    border: none;
    padding: 5px 20px;
    right: 0;
    top: 50px;
    width: 100%;
  }
}
.home .news {
  bottom: 50px;
  left: 0;
  right: 0;
  top: initial;
}
@media only screen and (max-width: 766px) {
  .home .news {
    bottom: 90px;
    width: 90%;
  }
}
.news:hover {
  background: url(/cms/wp-content/uploads/2020/01/arw_r_wh.png) no-repeat right 5px center #aa3030;
  background-size: 15px auto;
}

.header, .fixed-header {
  background: rgba(34, 34, 34, 0.7);
  display: none;
  position: absolute;
  width: 100%;
  z-index: 10;
}
.home .header, .home .fixed-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 766px) {
  .home .header, .home .fixed-header {
    display: block;
  }
}
@media only screen and (max-width: 766px) {
  .header, .fixed-header {
    background: none;
    display: block;
  }
}
.header li, .fixed-header li {
  list-style: none;
}
.header li i, .fixed-header li i {
  color: #9d7d2f;
  display: block;
  font-size: 25px;
  margin: 0 auto 5px auto;
}
@media only screen and (min-width: 767px) {
  .header li i, .fixed-header li i {
    display: none;
  }
}
.header a, .fixed-header a {
  color: #fff;
  display: inline-block;
}
@media only screen and (max-width: 1060px) {
  .header a, .fixed-header a {
    font-size: 12px;
  }
}
.header a:hover, .fixed-header a:hover {
  color: #d7bd7e;
}
.header__menu {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 766px) {
  .header__menu {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
  }
  .header__menu li {
    margin: 10px 5px;
    width: 45%;
  }
}
.header__menu a {
  padding: 15px 20px;
  position: relative;
}
@media only screen and (max-width: 1280px) {
  .header__menu a {
    padding: 15px 10px;
  }
}
@media only screen and (max-width: 766px) {
  .header__menu a {
    background: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #222;
    display: block;
    padding: 15px 10px 10px 10px;
  }
}
.header__menu a:after {
  bottom: 0;
  content: "";
  display: block;
  height: 4px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 50px;
}
.header__menu a:hover:after {
  background: #d7bd7e;
}
.header__menu--c {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background: rgba(251, 248, 243, 0.9);
  -webkit-box-shadow: rgba(34, 34, 34, 0.5) 3px 3px 5px;
          box-shadow: rgba(34, 34, 34, 0.5) 3px 3px 5px;
  display: none;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  left: 0;
  margin: auto;
  padding: 15px;
  position: absolute;
  right: 0;
  width: 70%;
}
@media only screen and (max-width: 766px) {
  .header__menu--c {
    display: none;
  }
}
.header__menu--c ul {
  padding-top: 10px;
  width: 31%;
}
.header__menu--c ul + ul {
  margin-left: 4%;
}
.header__menu--c li {
  list-style: none;
  text-align: left;
}
.header__menu--c li + li {
  margin-top: 15px;
}
.header__menu--c li a {
  background: url(/cms/wp-content/uploads/2020/01/arw_r_bk.png) no-repeat right 3px center;
  background-size: 13px auto;
  color: #222;
  display: block;
  padding: 0 15px 0 0;
}
.header__menu--c li a:after {
  display: none;
}
.header__menu--c li a:hover {
  background: url(/cms/wp-content/uploads/2020/01/arw_r_gd.png) no-repeat right 0 top 7px;
  background-size: 13px auto;
  color: #9d7d2f;
}
.header__menu--c figure {
  height: 200px;
  overflow: hidden;
  position: relative;
}
.header__menu--c figure img {
  min-height: 100%;
  min-width: 100%;
}
.header__menu--c figcaption {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(34, 34, 34, 0.6);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  width: 100%;
}
.header__menu--c figcaption:hover {
  background: rgba(34, 34, 34, 0.2);
}
.header__menu--f {
  height: 200px;
  margin-right: 2%;
  overflow: hidden;
  padding: 0 !important;
  width: 32%;
}
.header__menu--f:after {
  display: none !important;
}
.header__menu--p:hover .header__menu--c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 766px) {
  .header__menu--p:hover .header__menu--c {
    display: none;
  }
}
.header__menu--p:hover .header__menu--sightseeing {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 766px) {
  .header__menu--p:hover .header__menu--sightseeing {
    display: none;
  }
}
.header__menu--p:hover .header__menu--sightseeing a {
  overflow: hidden;
  padding: 0;
}
.header__menu--p:hover .header__menu--sightseeing a:after {
  display: none;
}
.header__menu--p:hover .header__menu--sightseeing a + a {
  margin-left: 10px;
}
.header__menu--p:hover .header__menu--sightseeing figure {
  height: 100%;
}
.header__menu--p:hover .header__menu--sightseeing img {
  min-height: 100%;
  width: initial;
}
.header__menu--p:hover .header__menu--facility {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 766px) {
  .header__menu--p:hover .header__menu--facility {
    display: none;
  }
}
.header__menu--p:hover .header__menu--facility a {
  overflow: hidden;
  padding: 0;
}
.header__menu--p:hover .header__menu--facility a:after {
  display: none;
}
.header__menu--p:hover .header__menu--facility a + a {
  margin-left: 10px;
}
.header__menu--p:hover .header__menu--facility figure {
  height: 100%;
}
.header__menu--p:hover .header__menu--facility img {
  max-height: 200px;
  min-height: 100%;
  width: initial;
}
.header__lang {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-style: italic;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: 20px;
  top: 10px;
}
@media only screen and (max-width: 1280px) {
  .header__lang {
    right: 10px;
  }
}
@media only screen and (max-width: 766px) {
  .header__lang {
    display: none;
    position: absolute;
    top: 110px;
  }
}
.header__lang li + li {
  margin-left: 10px;
}
@media only screen and (max-width: 1280px) {
  .header__lang li + li {
    margin-left: 5px;
  }
}
.header__lang a {
  border: 1px solid #fff;
  border-radius: 20px;
  font-size: 11px;
  padding: 3px 8px 3px 5px;
}
.header__lang a:hover {
  border: 1px solid #d7bd7e;
}
.header__logo {
  display: block;
  margin: 10px 0;
}
@media only screen and (max-width: 766px) {
  .header__logo {
    -webkit-filter: drop-shadow(2px 1px 4px rgba(34, 34, 34, 0.7));
            filter: drop-shadow(2px 1px 4px rgba(34, 34, 34, 0.7));
  }
}
.header__logo img {
  height: 30px;
}
@media only screen and (max-width: 1280px) {
  .header__logo img {
    height: 25px;
  }
}
@media only screen and (max-width: 766px) {
  .header__logo img {
    height: 30px;
  }
}
.header__tel {
  font-size: 17px;
  margin: -5px 20px 0 20px;
}
@media only screen and (max-width: 1280px) {
  .header__tel {
    font-size: 15px;
    margin: 0 10px;
  }
}
@media only screen and (max-width: 766px) {
  .header__tel {
    font-size: 15px !important;
  }
}
.header__tel i {
  margin-right: 5px;
}
.header__tel span {
  display: block;
  font-size: 10px;
}
.header__info {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
@media only screen and (max-width: 766px) {
  .header__info {
    z-index: 1;
  }
}
.header__info a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #0071bc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 766px) {
  .header__info a {
    font-size: 12px;
    padding: 5px 2%;
    text-align: left;
  }
}
.header__info a:hover {
  background: #9d7d2f;
}
.header__info i {
  font-size: 15px;
  margin: 2px 0 0 5px;
}
@media only screen and (max-width: 766px) {
  .header__info i {
    font-size: 13px;
  }
}
.header__info i.fa-info-circle {
  font-size: 25px;
  margin: 0 10px 0 0;
}
@media only screen and (max-width: 766px) {
  .header__info i.fa-info-circle {
    font-size: 15px;
    margin-right: 5px;
  }
}

@media only screen and (max-width: 766px) {
  .home .header__info {
    top: 0;
  }
  .home .header__info a {
    padding-right: 40%;
  }
}

.fixed-header {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 2%;
  top: 0;
  z-index: 100;
}
@media only screen and (max-width: 1060px) {
  .fixed-header {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
  }
}
@media only screen and (max-width: 766px) {
  .fixed-header {
    background: rgba(34, 34, 34, 0.7);
    position: fixed;
  }
}
.fixed-header .header__menu {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0;
}
@media only screen and (max-width: 1060px) {
  .fixed-header .header__menu {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
}
@media only screen and (max-width: 766px) {
  .fixed-header .header__menu {
    display: none;
  }
}
@media only screen and (max-width: 766px) {
  .fixed-header .header__lang {
    right: 10px;
    top: 90px;
  }
}
.fixed-header.fixed {
  position: fixed;
  top: 0;
}
@media only screen and (max-width: 766px) {
  .fixed-header.fixed .header__lang {
    top: -100px !important;
  }
}
.home .fixed-header {
  top: -100px;
}
.home .fixed-header.fixed {
  top: 0;
}
@media only screen and (max-width: 766px) {
  .home .fixed-header .header__lang {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 110px;
  }
}

.over {
  width: 100%;
}

@media only screen and (max-width: 766px) {
  .menu-btn {
    border-top: 1px solid #eae2d4;
    bottom: 0;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 1001;
  }
  .menu-btn .sp-menu {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
  }
  .menu-btn .sp-menu li {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    list-style: none;
    width: 25%;
  }
  .menu-btn .sp-menu li a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: rgba(255, 255, 255, 0.9);
    color: #222;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 70px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .menu-btn .sp-menu li a i {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 20px;
    height: 34px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .menu-btn .sp-menu li a span {
    font-size: 10px;
  }
  .menu-btn .sp-menu li a:before {
    font-size: 20px;
  }
  .menu-btn .sp-menu li + li {
    border-left: 1px solid #eae2d4;
  }
  .menu-btn .sp-menu li:first-of-type a {
    background: rgba(0, 113, 188, 0.9);
    color: #fff;
  }
  .btn-open:before {
    font-family: "Font Awesome 6 Pro";
    content: "\f0c9";
  }
  .btn-close:before {
    font-family: "Font Awesome 6 Pro";
    content: "\f00d";
  }
  .over {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    background: #222;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #fff;
    display: none;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow: auto;
    padding: 30px 2% 70px 2%;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 1000;
  }
}
.sp-header__reserve {
  display: none;
}
@media only screen and (max-width: 766px) {
  .sp-header__reserve {
    display: block;
  }
  .sp-header__reserve .plan {
    background: none;
    display: block;
    position: static;
  }
  .sp-header__reserve .plan-panel__close {
    display: none;
  }
}

@media only screen and (max-width: 766px) {
  * {
    font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  }
}

body {
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif !important;
}

.header, .fixed-header {
  background: rgba(34, 34, 34, 0.7);
  display: none;
  position: absolute;
  width: 100%;
  z-index: 10;
}
.home .header, .home .fixed-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 766px) {
  .home .header, .home .fixed-header {
    display: block;
  }
}
@media only screen and (max-width: 766px) {
  .header, .fixed-header {
    background: none;
    display: block;
  }
}
.header li, .fixed-header li {
  list-style: none;
}
.header li i, .fixed-header li i {
  color: #9d7d2f;
  display: block;
  font-size: 25px;
  margin: 0 auto 5px auto;
}
@media only screen and (min-width: 767px) {
  .header li i, .fixed-header li i {
    display: none;
  }
}
.header a, .fixed-header a {
  color: #fff;
  display: inline-block;
}
@media only screen and (max-width: 1060px) {
  .header a, .fixed-header a {
    font-size: 12px;
  }
}
.header a:hover, .fixed-header a:hover {
  color: #d7bd7e;
  text-decoration: none;
}
.header__menu {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 766px) {
  .header__menu {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
  }
  .header__menu li {
    margin: 10px 5px;
    width: 45%;
  }
}
.header__menu a {
  padding: 15px 20px;
  position: relative;
}
@media only screen and (max-width: 1280px) {
  .header__menu a {
    padding: 15px 10px;
  }
}
@media only screen and (max-width: 766px) {
  .header__menu a {
    background: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #222;
    display: block;
    padding: 15px 10px 10px 10px;
  }
}
.header__menu a:after {
  bottom: 0;
  content: "";
  display: block;
  height: 4px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 50px;
}
.header__menu a:hover:after {
  background: #d7bd7e;
}
.header__menu--p:hover .header__menu--c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 766px) {
  .header__menu--p:hover .header__menu--c {
    display: none;
  }
}
.header__menu--p:hover .header__menu--sightseeing {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 766px) {
  .header__menu--p:hover .header__menu--sightseeing {
    display: none;
  }
}
.header__menu--p:hover .header__menu--sightseeing a {
  overflow: hidden;
  padding: 0;
}
.header__menu--p:hover .header__menu--sightseeing a:after {
  display: none;
}
.header__menu--p:hover .header__menu--sightseeing a + a {
  margin-left: 10px;
}
.header__menu--p:hover .header__menu--sightseeing figure {
  height: 100%;
}
.header__menu--p:hover .header__menu--sightseeing img {
  min-height: 100%;
  width: initial;
}
.header__menu--p:hover .header__menu--facility {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 766px) {
  .header__menu--p:hover .header__menu--facility {
    display: none;
  }
}
.header__menu--p:hover .header__menu--facility a {
  overflow: hidden;
  padding: 0;
}
.header__menu--p:hover .header__menu--facility a:after {
  display: none;
}
.header__menu--p:hover .header__menu--facility a + a {
  margin-left: 10px;
}
.header__menu--p:hover .header__menu--facility figure {
  height: 100%;
}
.header__menu--p:hover .header__menu--facility img {
  max-height: 200px;
  min-height: 100%;
  width: initial;
}
.header__lang {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-style: italic;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: 20px;
  top: 10px;
}
@media only screen and (max-width: 1280px) {
  .header__lang {
    right: 10px;
  }
}
@media only screen and (max-width: 766px) {
  .header__lang {
    display: none;
  }
}
.header__lang li + li {
  margin-left: 10px;
}
@media only screen and (max-width: 1280px) {
  .header__lang li + li {
    margin-left: 5px;
  }
}
.header__lang a {
  border: 1px solid #fff;
  border-radius: 20px;
  font-size: 11px;
  padding: 3px 8px 3px 5px;
}
.header__lang a:hover {
  border: 1px solid #d7bd7e;
}
.header__logo {
  display: block;
  margin: 10px 0;
}
@media only screen and (max-width: 766px) {
  .header__logo {
    -webkit-filter: drop-shadow(2px 1px 4px rgba(34, 34, 34, 0.7));
            filter: drop-shadow(2px 1px 4px rgba(34, 34, 34, 0.7));
  }
}
.header__logo img {
  height: 30px;
}
@media only screen and (max-width: 1280px) {
  .header__logo img {
    height: 25px;
  }
}
@media only screen and (max-width: 766px) {
  .header__logo img {
    height: 30px;
  }
}
.header__tel {
  color: #fff;
  font-size: 17px;
  margin: -5px 20px 0 20px;
  text-decoration: none;
}
@media only screen and (max-width: 1280px) {
  .header__tel {
    font-size: 15px;
    margin: 0 10px;
  }
}
@media only screen and (max-width: 766px) {
  .header__tel {
    font-size: 15px !important;
  }
}
.header__tel i {
  margin-right: 5px;
}
.header__tel span {
  display: block;
  font-size: 10px;
}
.header__tel:hover {
  color: #fff !important;
  text-decoration: none;
}

.fixed-header {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 2%;
  top: 0;
  z-index: 100;
}
@media only screen and (max-width: 1060px) {
  .fixed-header {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
  }
}
@media only screen and (max-width: 766px) {
  .fixed-header {
    background: rgba(34, 34, 34, 0.7);
    position: fixed;
    top: 0;
  }
}
.fixed-header .header__menu {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0;
}
@media only screen and (max-width: 1060px) {
  .fixed-header .header__menu {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
}
@media only screen and (max-width: 766px) {
  .fixed-header .header__menu {
    display: none;
  }
}
@media only screen and (max-width: 766px) {
  .fixed-header .header__lang {
    right: 10px;
    top: 60px;
  }
}
.fixed-header.fixed {
  position: fixed;
  top: 0;
}
@media only screen and (max-width: 766px) {
  .fixed-header.fixed .header__lang {
    top: -70px !important;
  }
}

.page-title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70vh;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media only screen and (max-width: 766px) {
  .page-title {
    height: 60vh;
  }
}
.page-title h1,
.page-title p {
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  background: url(https://www.arima-gyoen.co.jp/cms/wp-content/uploads/2020/01/ttl-1.png) no-repeat left 5px top 5px, url(https://www.arima-gyoen.co.jp/cms/wp-content/uploads/2020/01/ttl-2.png) no-repeat right 5px top 4px, url(https://www.arima-gyoen.co.jp/cms/wp-content/uploads/2020/01/ttl-3.png) no-repeat left 5px bottom 4px, url(https://www.arima-gyoen.co.jp/cms/wp-content/uploads/2020/01/ttl-4.png) no-repeat right 5px bottom 5px, rgba(255, 255, 255, 0.7);
  background-size: 50px auto;
  font-size: 35px;
  letter-spacing: 0.2em;
  margin: 0 auto;
  min-height: 200px;
  padding: 50px 35px;
}
@media only screen and (max-width: 766px) {
  .page-title h1,
  .page-title p {
    font-size: 25px;
  }
}
.rsv-en .page-title h1, .rsv-cn .page-title h1 {
  writing-mode: horizontal-tb;
  -ms-writing-mode: lr-tb;
  -webkit-writing-mode: horizontal-tb;
  min-height: initial;
}

.page-title--rsv {
  background: url(https://www.arima-gyoen.co.jp/cms/wp-content/uploads/2024/06/about_sproom_2024.jpg) no-repeat center center;
  background-size: cover;
}

.footer {
  background: #373636;
  padding: 80px 0;
}
@media only screen and (max-width: 766px) {
  .footer {
    padding: 40px 2% 0 2%;
  }
}
.footer .container {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media only screen and (max-width: 766px) {
  .footer .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer .container figure {
    margin: 0;
    width: 48%;
  }
}
.footer li {
  list-style: none;
}
.footer__info {
  margin: 0 5% 0 0;
  width: 24%;
}
@media only screen and (max-width: 766px) {
  .footer__info {
    margin: 0;
    width: 48%;
  }
  .footer__info img {
    width: 250px;
  }
}
.footer__info dd {
  padding-left: 80px;
  text-align: left;
}
@media only screen and (max-width: 1260px) {
  .footer__info dd {
    padding-left: 40px;
  }
}
@media only screen and (max-width: 766px) {
  .footer__info dd {
    padding: 10px 0;
  }
}
.footer__info dd span {
  display: block;
}
.footer__tel {
  color: #fff;
  display: block;
  font-size: 20px;
}
.footer__tel i {
  margin-right: 10px;
}
.footer__tel:hover {
  color: #fff;
  text-decoration: none;
}
.footer__link {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 0 auto;
  padding-left: 40px;
  text-align: left;
  width: 50%;
}
@media only screen and (max-width: 766px) {
  .footer__link {
    border-top: 1px solid #eae2d4;
    margin: 0 auto;
    padding: 10px 0;
    width: 100%;
  }
}
.footer__link li {
  display: inline-block;
  margin: 0 0 10px 0;
  text-align: left;
  width: 30%;
}
@media only screen and (max-width: 1260px) {
  .footer__link li {
    font-size: 12px;
  }
}
@media only screen and (max-width: 766px) {
  .footer__link li {
    width: 48%;
  }
}
.footer__link a {
  color: #fff;
}
.footer__link a:hover {
  color: #d7bd7e;
  text-decoration: underline;
}

.footer2 {
  background: #222;
  padding: 10px 0;
}
@media only screen and (max-width: 766px) {
  .footer2 {
    padding: 0 2%;
  }
}
.footer2 .container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media only screen and (max-width: 766px) {
  .footer2 .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer2 h3 {
  color: #fff;
  font-size: 13px;
}
@media only screen and (max-width: 766px) {
  .footer2 h3 {
    margin: 15px auto 0 auto;
  }
}
.footer2 ul {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 0 0 20px;
}
@media only screen and (max-width: 766px) {
  .footer2 ul {
    margin: 15px auto;
  }
}
.footer2 li {
  list-style: none;
}
.footer2 li + li {
  margin-left: 10px;
}
.footer2 img {
  width: 160px;
}

.footer3 {
  background: black;
  color: #fff;
}
.footer3 .container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 766px) {
  .footer3 .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 2% 80px 2%;
  }
}
.footer3 p {
  font-size: 12px;
  margin: 0;
}
@media only screen and (max-width: 766px) {
  .footer3 p {
    margin: 15px auto;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
}
.footer3__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0;
  padding: 15px 0;
}
@media only screen and (max-width: 766px) {
  .footer3__link {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 15px auto 0 auto;
    padding: 0;
  }
}
.footer3__link li {
  font-size: 12px;
  list-style: none;
}
.footer3__link li + li {
  margin-left: 20px;
}
.footer3__link a {
  color: #fff;
}
.footer3__link a:hover {
  color: #d7bd7e;
  text-decoration: underline;
}

.rsv .container:before {
  content: none;
}
.rsv .container:after {
  content: none;
}
.rsv a:hover {
  text-decoration: none;
}

.sp {
  display: none !important;
}

@media only screen and (max-width: 766px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: inline !important;
  }
}
body {
  text-align: initial;
}

#webc_con {
  padding: 40px 20px;
}
@media only screen and (max-width: 766px) {
  #webc_con {
    padding: 80px 0;
  }
}
/*# sourceMappingURL=reserve-cn.css.map */