@charset "UTF-8";
/* media query */
/* SP縦から */
/* SP横から */
/* タブレット縦から */
/* フルワイド */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap");
/* Reset Style */
/* media query */
/* SP縦から */
/* SP横から */
/* タブレット縦から */
/* フルワイド */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap");
/* =======================================

	Browser Reset CSS
	Last Up Date 09/09/28

========================================== */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, p, blockquote {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

body {
  background: #FFF;
  color: #000;
  -webkit-text-size-adjust: none;
  letter-spacing: 1px;
}

html {
  font-size: 62.5% !important;
}

@media all and (max-width: 896px) {
  html {
    font-size: 60% !important;
  }
}
body {
  font-family: "Noto Serif JP", serif;
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 1px;
}

* html body {
  font-size: small;
}

*:first-child + html body {
  font-size: small;
}

#wrapper {
  overflow: hidden;
}

img {
  border: 0;
  vertical-align: bottom;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

a {
  text-decoration: none;
  color: #000;
}

ul, dl, ol {
  text-indent: 0;
}

ul li {
  list-style: none;
}

address, caption, cite, code, dfn, em, var {
  font-style: normal;
  font-weight: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

* html input, * html textarea, * html select {
  font-size: 100%;
}

*:first-child + html + input, *:first-child html + textarea, *:first-child + html select {
  font-size: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
}

th, td {
  text-align: left;
  vertical-align: top;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
}

* html pre, * html code, * html kbd, * html samp, * html tt {
  font-size: 100%;
  line-height: 100%;
}

*:first-child + html pre, *:first-child html + code, *:first-child html + kbd, *:first-child + html + samp, *:first-child + html tt {
  font-size: 108%;
  line-height: 100%;
}

input, select, textarea {
  font-size: 100%;
  font-family: Verdana, Helvetica, sans-serif;
}

.pconly {
  display: block;
}
@media all and (max-width: 480px) {
  .pconly {
    display: none;
  }
}

.sponly {
  display: none;
}
@media all and (max-width: 480px) {
  .sponly {
    display: block;
  }
}

.w1000 {
  max-width: 1000px;
  width: calc(100% - 30px);
  margin: 0 auto;
}

.w1280 {
  max-width: 1280px;
  width: calc(100% - 30px);
  margin: 0 auto;
}

a:hover {
  opacity: 0.7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.arrow {
  position: relative;
}
.arrow:hover:after {
  right: 5px;
}
.arrow:hover.prev:after {
  right: auto;
  left: 5px;
}
.arrow:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  position: absolute;
  right: 10px;
  top: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.arrow.prev:after {
  content: "\f053";
  right: auto;
  left: 10px;
}
.arrow.bottom:after {
  content: "\f078";
}
.arrow.gaibu:after {
  content: "\f35d";
}

img {
  max-width: 100%;
}
img.fitimg {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;"; /*IE対策*/
  width: 100%;
  height: 100%;
}

.fadein {
  opacity: 0;
  -webkit-transform: translate(0, 100px);
          transform: translate(0, 100px); /* フェードインで動く高さを指定 */
  -webkit-transition: all 2000ms;
  transition: all 2000ms; /* フェードインにかかる時間を指定 */
}

.effect-scroll {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

#content {
  margin-top: 50px;
}

header {
  background: #fff;
  position: fixed;
  width: 100%;
  z-index: 100;
  top: 0;
}
header h1 {
  background: #10B8E5;
  font-size: 100%;
}
header h1 p {
  display: block;
  max-width: 1100px;
}
header .area_nav {
  padding: 10px 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media all and (max-width: 480px) {
  header .area_nav {
    padding: 0;
  }
}
@media all and (max-width: 480px) {
  header .area_nav .block_logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
header .area_nav .block_logo .logo img {
  padding: 0 10px;
  max-width: 350px;
}
@media all and (max-width: 480px) {
  header .area_nav .block_logo .logo img {
    width: 150px;
  }
}
header .area_nav .sec_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
header .area_nav .sec_nav .block_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0 30px 0 0;
}
@media all and (max-width: 896px) {
  header .area_nav .sec_nav .block_nav {
    margin: 0;
  }
}
header .area_nav .sec_nav .block_nav li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 10px;
}
header .area_nav .sec_nav .block_nav li.tel a {
  font-size: 2.2rem;
}
@media all and (max-width: 896px) {
  header .area_nav .sec_nav .block_nav li.tel a span {
    display: none;
  }
}
header .area_nav .sec_nav .block_nav li.tel a:before {
  background: url("../images/icon_tel.svg") no-repeat center center/auto 100%;
}
header .area_nav .sec_nav .block_nav li.language {
  display: none;
}
@media all and (max-width: 896px) {
  header .area_nav .sec_nav .block_nav li.language {
    display: block;
    width: 50px;
    height: 50px;
    background-color: #EAE4D1;
    margin: 0;
    position: relative;
  }
}
header .area_nav .sec_nav .block_nav li.language img {
  width: 30px;
  height: 30px;
  padding: 3px 10px 0;
}
header .area_nav .sec_nav .block_nav li.language::after {
  content: "Language";
  font-size: 8px;
  color: #000;
  position: absolute;
  bottom: 3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media all and (max-width: 896px) {
  header .area_nav .sec_nav .block_nav li.access {
    display: none;
  }
}
header .area_nav .sec_nav .block_nav li.access a:before {
  background: url("../images/icon_access.svg") no-repeat center center/auto 100%;
}
header .area_nav .sec_nav .block_nav li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.8rem;
}
header .area_nav .sec_nav .block_nav li a:before {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  height: 25px;
}
header .sp_menu {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
header .sp_menu .reserve {
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #8F7F35;
  margin: 0 5px;
}
@media all and (max-width: 896px) {
  header .sp_menu .reserve {
    display: none;
  }
}
header .sp_menu .reserve a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.8rem;
  color: #fff;
}
header .sp_menu .reserve a::before {
  content: "";
  margin: 0 5px 0 0;
  background: url("../images/icon_calendar_w.svg") no-repeat center center/auto 90%;
  width: 33px;
  height: 25px;
}
header .sp_menu .language_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #EAE4D1;
  cursor: pointer;
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
}
@media all and (max-width: 896px) {
  header .sp_menu .language_btn {
    display: none;
  }
}
header .sp_menu .language_btn:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f107";
  position: relative;
  top: 2px;
  margin: 0 0 0 5px;
}
header .sp_menu .box_language {
  position: absolute;
  width: 250px;
  background: #B5A48A;
  top: 70px;
  right: 86px;
  z-index: -10;
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  display: none;
}
@media all and (max-width: 896px) {
  header .sp_menu .box_language {
    top: 60px;
    right: 0;
  }
}
@media all and (max-width: 480px) {
  header .sp_menu .box_language {
    top: 50px;
  }
}
header .sp_menu .box_language.active {
  display: block;
  opacity: 1;
  z-index: 3;
}
header .sp_menu .box_language ul {
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
header .sp_menu .box_language ul li {
  border-top: 1px solid #fff;
}
header .sp_menu .box_language ul li:last-child {
  border-bottom: 1px solid #fff;
}
header .sp_menu .box_language ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  position: relative;
}
header .sp_menu .box_language ul li a:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f35d";
  position: absolute;
  right: 15px;
  top: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .sp_menu .menu-trigger {
  display: inline-block;
  width: 50px;
  height: 50px;
  vertical-align: middle;
  cursor: pointer;
  z-index: 102;
  background: #000;
  padding: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  position: relative;
}
header .sp_menu .menu-trigger.active span {
  background-color: #fff;
}
header .sp_menu .menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(8px) rotate(-45deg);
          transform: translateY(8px) rotate(-45deg);
}
header .sp_menu .menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
header .sp_menu .menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
          transform: translateY(-10px) rotate(45deg);
}
header .sp_menu .menu-trigger span {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 70%;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
header .sp_menu .menu-trigger span:nth-of-type(1) {
  top: 15px;
}
header .sp_menu .menu-trigger span:nth-of-type(2) {
  top: 24px;
}
header .sp_menu .menu-trigger span:nth-of-type(3) {
  bottom: 15px;
}
header .sp_menu .menu .icon {
  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;
}
header .sp_menu .menu .icon p {
  width: 50px;
  margin: 10px 5px 0;
}
header .sp_menu .member_info {
  margin: 0 20px 20px 20px;
}
header .sp_menu .member_info dl {
  background: #10B8E5;
  color: #fff;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 1.4rem;
}
header .sp_menu .member_info dl dt {
  width: 80px;
}
header .sp_menu .member_info dl dd {
  width: calc(100% - 80px);
}
header .sp_menu nav {
  max-width: 400px;
  width: 100%;
  height: calc(100% - 120px);
  padding: 30px 0 90px 0;
  background: #fff;
  position: fixed;
  top: 50px;
  right: 0;
  z-index: 101;
  -webkit-transform: translate(500px);
          transform: translate(500px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  overflow-x: scroll;
}
@media all and (max-width: 480px) {
  header .sp_menu nav {
    max-width: 100%;
  }
}
header .sp_menu nav.open {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
header .sp_menu nav ul {
  margin: 0 20px;
}
header .sp_menu nav ul > li {
  width: 100%;
}
header .sp_menu nav ul > li:first-child a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header .sp_menu nav ul > li:first-child dt.accTitle {
  border-top: 1px solid #000;
}
header .sp_menu nav ul > li > a {
  display: block;
  font-weight: 500;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #000;
  color: #000;
}
@media all and (max-width: 896px) {
  header .sp_menu nav ul > li > a {
    padding: 12px;
    font-size: 1.4rem;
  }
}
header .sp_menu nav ul > li dl.accArea dt.accTitle {
  background: #fff;
  font-weight: 500;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  cursor: pointer;
  border-bottom: 1px solid #000;
  color: #000;
}
header .sp_menu nav ul > li dl.accArea dt.accTitle.language {
  background-color: #EAE4D1;
}
@media all and (max-width: 896px) {
  header .sp_menu nav ul > li dl.accArea dt.accTitle {
    padding: 12px;
    font-size: 1.4rem;
  }
}
header .sp_menu nav ul > li dl.accArea dt.accTitle:last-child {
  border-bottom: 1px solid #000;
}
header .sp_menu nav ul > li dl.accArea dt.accTitle::after {
  content: "";
  display: block;
  width: 10px;
  height: 2px;
  border-radius: 5px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #000; /* 横棒を縦 90℃回転 */
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg); /* +→-アニメーション */
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
header .sp_menu nav ul > li dl.accArea dt.accTitle::before {
  content: "";
  display: block;
  width: 10px;
  height: 2px;
  border-radius: 5px;
  background: #000;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
header .sp_menu nav ul > li dl.accArea dt.accTitle.accOn::after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
header .sp_menu nav ul > li dl.accArea dd.accInner {
  display: none;
  margin: 0 10px;
}
header .sp_menu nav ul > li dl.accArea dd.accInner.language {
  background-color: #D8CBB9;
}
header .sp_menu nav ul > li dl.accArea dd.accInner ul {
  margin: 0 0 0 5px;
}
header .sp_menu nav ul > li dl.accArea dd.accInner ul:first-child {
  margin-top: 0;
}
header .sp_menu nav ul > li dl.accArea dd.accInner ul li p {
  font-weight: bold;
}
header .sp_menu nav ul > li dl.accArea dd.accInner ul li a {
  display: block;
  position: relative;
  padding-left: 1.5em;
  color: #000;
  font-size: 1.3rem;
}
header .sp_menu nav ul > li dl.accArea dd.accInner ul li a::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  left: 2px;
  width: 8px;
  height: 1px;
  background: #000;
}
header .sp_menu nav ul > li dl.accArea dd.accInner ul li a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  left: 3px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.overlay {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.overlay.open {
  width: 100%;
  height: 100vh;
  opacity: 1;
  position: fixed;
}

.yoyakuban {
  margin: 0 auto;
  padding: 25px 10px;
  background: #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 11;
}
@media all and (max-width: 896px) {
  .yoyakuban {
    width: 100%;
    right: 0;
    -webkit-transform: translateY(140px);
            transform: translateY(140px);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    padding: 10px 10px 15px 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .yoyakuban.open {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.yoyakuban > p {
  color: #fff;
  font-size: 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 5px;
  margin: 0 15px 0 0;
}
@media all and (max-width: 896px) {
  .yoyakuban > p {
    position: absolute;
    top: -45px;
    border-radius: 10px 10px 0 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #000;
    width: 100%;
    padding: 10px 0;
    text-align: center;
  }
}
.yoyakuban > p:before {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: url("../../common/images/icon_search.svg") no-repeat center center/auto 100%;
  width: 25px;
  height: 25px;
  margin: 0 10px 0 0;
}
.yoyakuban #search_489ban form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media all and (max-width: 896px) {
  .yoyakuban #search_489ban form {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.yoyakuban #search_489ban form .inbox_489ban {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media all and (max-width: 896px) {
  .yoyakuban #search_489ban form .inbox_489ban {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.yoyakuban #search_489ban form .date_489ban label, .yoyakuban #search_489ban form .stay_489ban label, .yoyakuban #search_489ban form .room_489ban label {
  display: none;
}
@media all and (max-width: 480px) {
  .yoyakuban #search_489ban form .date_489ban input {
    width: 160px;
  }
}
.yoyakuban #search_489ban form input, .yoyakuban #search_489ban form select {
  border: none;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  font-size: 16px !important;
}
@media all and (max-width: 896px) {
  .yoyakuban #search_489ban form input, .yoyakuban #search_489ban form select {
    padding: 5px;
  }
}
@media all and (max-width: 480px) {
  .yoyakuban #search_489ban form .digits {
    width: 65px !important;
  }
}
.yoyakuban #search_489ban form dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 10px 0 0;
}
@media all and (max-width: 896px) {
  .yoyakuban #search_489ban form dl {
    display: block;
  }
}
@media all and (max-width: 896px) {
  .yoyakuban #search_489ban form dl.person_489ban {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 5px;
  }
}
.yoyakuban #search_489ban form dl label, .yoyakuban #search_489ban form dl span {
  color: #fff;
  margin: 0 5px 0 0;
}
.yoyakuban #search_489ban form button {
  background: #C0AD49;
  color: #fff;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  width: 120px;
  text-align: center;
  cursor: pointer;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 2px;
}
@media all and (max-width: 896px) {
  .yoyakuban #search_489ban form button {
    margin-top: 10px;
    width: 100%;
  }
}
@media all and (max-width: 480px) {
  .yoyakuban #search_489ban form button {
    font-size: 16px !important;
  }
}
@media all and (max-width: 896px) {
  .yoyakuban.open .plan_btn {
    display: block;
  }
}
.yoyakuban .plan_btn {
  padding: 0 0 0 15px;
  margin: 0 0 0 15px;
  border-left: 1px solid #fff;
}
@media all and (max-width: 896px) {
  .yoyakuban .plan_btn {
    display: none;
    padding: 0;
    margin: 0;
    margin-top: 10px;
    width: 100%;
    border: none;
  }
}
.yoyakuban .plan_btn a {
  height: 100%;
  width: 120px;
  text-align: center;
  background: #8F7F35;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
}
@media all and (max-width: 896px) {
  .yoyakuban .plan_btn a {
    width: auto;
    padding: 10px;
  }
}

.yoyakuban #search_489ban form button {
  background: #006400 !important;
}

.link {
  background: url("../images/foot_bg.png") no-repeat center center/cover;
}
.link .area_link ul li {
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.link .area_link .sec_access {
  margin-top: 300px;
}
@media all and (max-width: 896px) {
  .link .area_link .sec_access {
    margin-top: 150px;
  }
}
.link .area_link .sec_access dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 1px solid #000;
  max-width: 360px;
  width: 100%;
  margin: 0 auto;
}
.link .area_link .sec_access dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 20px 20px 0;
}
.link .area_link .sec_access dl dd {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.link .area_link .sec_access dl dd a {
  font-size: 2.5rem;
}
@media all and (max-width: 480px) {
  .link .area_link .sec_access dl dd a {
    font-size: 2.2rem;
  }
}
.link .area_link .sec_access dl dd a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f095";
  margin: 0 5px 0 0;
}

.link_btn {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.link_btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  max-width: 300px;
  width: 100%;
  color: #fff;
  background: #000;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 10px;
}
.link_btn a.white {
  background: #fff;
  color: #000;
}

footer {
  padding: 50px 0;
}
footer .area_foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
footer .area_foot .sec_logo {
  width: 30%;
}
@media all and (max-width: 480px) {
  footer .area_foot .sec_logo {
    width: 100%;
    text-align: center;
  }
}
footer .area_foot .sec_logo .add {
  margin: 20px 0 0 45px;
}
footer .area_foot .sec_logo .icon {
  width: 100%;
  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;
}
footer .area_foot .sec_logo .icon p {
  width: 50px;
  margin: 10px 5px;
}
footer .area_foot .sec_sitemap {
  width: 65%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media all and (max-width: 480px) {
  footer .area_foot .sec_sitemap {
    width: 100%;
  }
}
footer .area_foot .sec_sitemap ul {
  width: 33.333%;
}
@media all and (max-width: 480px) {
  footer .area_foot .sec_sitemap ul {
    display: none;
  }
}
footer .area_foot .sec_sitemap ul li {
  margin: 0 0 15px 1em;
  text-indent: -1em;
}
footer .area_foot .sec_sitemap ul li a:before {
  content: "・";
}
footer .area_foot .sec_sitemap .yoyaku_link {
  font-size: 1.4rem;
  margin-bottom: 10px;
}
@media all and (max-width: 480px) {
  footer .area_foot .sec_sitemap .yoyaku_link {
    margin: 20px 0 10px 0;
  }
}
footer .area_foot .sec_sitemap .yoyaku_link a {
  text-decoration: underline;
  color: #3593E0;
}
footer .area_foot .sec_sitemap .copyright {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 1.4rem;
}
@media all and (max-width: 480px) {
  footer .area_foot .sec_sitemap .copyright {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
footer #pagetop {
  position: fixed;
  right: 15px;
  z-index: 10;
}
@media all and (max-width: 480px) {
  footer #pagetop {
    right: 15px !important;
    width: 50px !important;
  }
}
footer #pagetop a {
  overflow: hidden;
  outline: none;
}
footer #bestrate {
  position: fixed;
  right: 30px;
  z-index: 10;
}
@media all and (max-width: 480px) {
  footer #bestrate {
    right: 15px !important;
  }
}
footer #bestrate.hidden {
  display: none;
}
footer #bestrate .inner {
  position: relative;
}
footer #bestrate .btn_wrap {
  position: absolute;
  top: -15px;
  right: -15px;
}
footer #bestrate .close {
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
  border: 2px solid #333; /* 枠の調整 */
  border-radius: 50%; /* 丸みの度合い */
  background: #fff; /* ボタンの背景色 */
  z-index: 10;
}
footer #bestrate .close::before, footer #bestrate .close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px; /* 棒の幅（太さ） */
  height: 22px; /* 棒の高さ */
  background: #333; /* バツ印の色 */
}
footer #bestrate .close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
footer #bestrate .close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
footer #bestrate .close:hover {
  background-color: #333;
}
footer #bestrate .close:hover::before, footer #bestrate .close:hover::after {
  background: #fff; /* バツ印の色 */
}
footer #bestrate a {
  overflow: hidden;
  outline: none;
}
footer #bestrate a .top {
  background-color: #000;
  color: #D4A600;
  text-align: center;
  font-size: 1.8rem;
  padding: 8px 0;
  display: block;
}
footer #bestrate a .bottom {
  background-color: #8A0606;
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  padding: 12px 24px;
  display: block;
}
footer #bestrate a .bottom span {
  font-size: 2rem;
  display: block;
  text-align: center;
}
footer #bestrate a .bottom .big {
  display: inline;
  font-size: 2.6rem;
  color: #E1B60C;
}

/* iOSでのデフォルトスタイルをリセット */
input[type=submit], input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration, input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus, input[type=button]::focus {
  outline-offset: -2px;
}