@charset "UTF-8";
/*----------------------------
common
----------------------------*/
html {
  font-size: 62.5%;
}

body {
  font-weight: 400;
  font-size: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #3E3A39;
  margin: 0;
  padding: 0;
  text-align: left;
  line-height: 180%;
  z-index: 1;
  position: relative;
}

.serif {
  font-family: "Noto Serif JP", serif;
}

.sans {
  font-family: "Noto Sans JP", sans-serif;
}

b,
strong {
  font-weight: bold;
}

input,
textarea,
select {
  font-family: "Noto Serif JP", serif;
}

section {
  width: 100%;
}

.section_inner {
  width: 96%;
  max-width: 1200px;
  margin: 0 auto;
}

img {
  line-height: 1;
}

a {
  color: #3E3A39;
  text-decoration: none;
  transition: 0.3s;
  outline: none;
}

a:hover {
  opacity: 0.6;
}

.sp_hide {
  display: inline-block;
}

.sp_show {
  display: none;
}

.sp_hide2 {
  display: inline-block;
}

.sp_show2 {
  display: none;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

h2 {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.f_big {
  font-size: 120%;
}

.f_small {
  font-size: 85%;
}

.col_green {
  color: #3f7650;
}

.col_yellow {
  color: #969107;
}

.bold {
  font-weight: bold;
}

#wrapper {
  position: relative;
}

.inner {
  max-width: 1200px;
  margin: 0 auto;
  color: #523D32;
}

.inner02 {
  max-width: 1600px;
  margin: 0 auto;
  color: #523D32;
}

.btn_gr {
  background: linear-gradient(to bottom, #3F7650, #27653A);
  color: #FFF;
  border-radius: 25px;
  padding: 15px 20px;
  font-weight: bold;
  display: inline-block;
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: 2px;
  position: relative;
  line-height: 1;
}

.btn_yr {
  background: linear-gradient(to bottom, #B2AF4B, #969107);
  color: #FFF;
  border-radius: 25px;
  padding: 15px 20px;
  font-weight: bold;
  display: inline-block;
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: 2px;
  position: relative;
  line-height: 1;
}

.btn_gr:after,
.btn_yr:after {
  content: "";
  background: url(../images/arrow_w.svg) no-repeat center center;
  background-size: contain;
  width: 10px;
  height: 16px;
  display: inline-block;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.btn_w {
  background: #FFF;
  color: #523D32;
  padding: 15px 20px;
  font-weight: bold;
  display: inline-block;
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: 2px;
  position: relative;
  line-height: 1;
  border: 1px solid #FFF;
}
.btn_w:before {
  content: "";
  width: 15px;
  height: 12px;
  margin: 0 5px 0 0;
  display: inline-block;
  vertical-align: middle;
  background: url(../images/arrow_btn_g.svg) no-repeat center center;
  background-size: contain;
}
.btn_w:hover {
  background: #968d86;
  color: #FFF;
  opacity: 1;
}
.btn_w:hover:before {
  content: "";
  width: 15px;
  height: 12px;
  margin: 0 5px 0 0;
  display: inline-block;
  color: #FFF;
  vertical-align: middle;
  background: url(../images/arrow_btn_y.svg) no-repeat center center;
  background-size: contain;
}

.btn_br {
  background: #523D32;
  color: #FFF;
  padding: 12px 30px 12px 20px;
  font-weight: bold;
  display: inline-block;
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: 2px;
  position: relative;
  line-height: 1;
  border: 1px solid #523D32;
}
.btn_br:before {
  content: "";
  width: 15px;
  height: 12px;
  margin: 0 5px 0 0;
  display: block;
  vertical-align: middle;
  background: url(../images/arrow_btn_w.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.btn_br:hover {
  background: #e3ddd1;
  color: #523D32;
  opacity: 1;
}
.btn_br:hover:before {
  content: "";
  width: 15px;
  height: 12px;
  margin: 0 5px 0 0;
  display: inline-block;
  color: #FFF;
  vertical-align: middle;
  background: url(../images/arrow_btn_br.svg) no-repeat center center;
  background-size: contain;
}

.btn_w2 {
  background: #FFF;
  color: #523D32;
  padding: 12px 30px 12px 20px;
  font-weight: bold;
  display: inline-block;
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: 2px;
  position: relative;
  line-height: 1;
  border: 1px solid #523D32;
}
.btn_w2:before {
  content: "";
  width: 15px;
  height: 12px;
  margin: 0 5px 0 0;
  display: block;
  vertical-align: middle;
  background: url(../images/arrow_btn_br.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.btn_w2:hover {
  background: #969107;
  color: #FFF;
  opacity: 1;
  border: 1px solid #969107;
}
.btn_w2:hover:before {
  content: "";
  width: 15px;
  height: 12px;
  margin: 0 5px 0 0;
  display: inline-block;
  color: #FFF;
  vertical-align: middle;
  background: url(../images/arrow_btn_w.svg) no-repeat center center;
  background-size: contain;
}

.bg_stripe {
  background: repeating-linear-gradient(90deg, #e6ece8, #e6ece8 3px, #eef2f0 3px, #eef2f0 6px);
}

.bg_kuri {
  background: url(../images/bg_kuri.jpg);
}

@media screen and (max-width: 1600px) {
  .inner02 {
    width: calc(100% - 60px);
    padding: 0 30px;
  }
}
@media screen and (max-width: 1200px) {
  .inner {
    width: calc(100% - 60px);
    margin: 0 30px;
  }
  .sp_hide2 {
    display: none;
  }
  .sp_show2 {
    display: inline-block;
  }
}
@media screen and (max-width: 815px) {
  /*----------------------------
  common
  ----------------------------*/
  body.fixed {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
  }
  img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  .sp_hide {
    display: none !important;
  }
  .sp_show {
    display: inline-block !important;
  }
  .inner {
    width: 90%;
    margin: 0 auto;
    max-width: none;
  }
  .inner02 {
    width: 100%;
    padding: 0;
    max-width: none;
  }
  a {
    transition: 0s;
  }
  a:hover {
    opacity: 1;
  }
  h2 {
    margin: 0 auto 4% auto;
  }
}
/*----------
animation
------------*/
/*fade*/
.fadein_down {
  opacity: 0;
  transform: translateY(-70px);
  transition: all 0.5s;
}

.fadein_up {
  opacity: 0;
  transform: translateY(70px);
  transition: all 0.5s;
}

/*----------------------------
header
----------------------------*/
header {
  height: auto;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
}
header .header_box {
  height: 70px;
  width: calc(100% - 70px);
  padding: 0 35px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #FFF;
  opacity: 1;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  transition: all 0.5s ease;
  /*&.head_fix{
      opacity: 1;
  }
  &.on_nav{
      opacity: 1;
  }*/
}
header .header_box h1 {
  font-weight: bold;
  font-size: 3rem;
  font-family: "Noto Serif JP", serif;
  width: auto;
  position: relative;
}
header .header_box h1.santa {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}
header .header_box h1.santa:before {
  content: "";
  display: inline-block;
  width: 115px;
  height: 71px;
  background: url(../images/santa01.png) no-repeat center center;
  background-size: contain;
  position: relative;
}
header .header_box h1.santa:after {
  content: "";
  display: inline-block;
  width: 84px;
  height: 48px;
  background: url(../images/santa02.png) no-repeat center center;
  background-size: contain;
  position: relative;
  margin: 0 0 0 10px;
}
header .header_box h1.newyear {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}
header .header_box h1.newyear:before {
  content: "";
  display: inline-block;
  width: 56px;
  height: 69px;
  background: url(../images/newyear01.png) no-repeat center center;
  background-size: contain;
  position: relative;
}
header .header_box h1.newyear:after {
  content: "";
  display: inline-block;
  width: 60px;
  height: 43px;
  background: url(../images/newyear02.png) no-repeat center center;
  background-size: contain;
  position: relative;
  margin: 0 0 0 10px;
}
header .header_box h1 span {
  font-size: 2rem;
}
header .header_box h1 img {
  width: 100%;
  height: auto;
  display: block;
}
header .header_box .right_box {
  width: 60%;
  max-width: 670px;
}
header .header_box .right_box li {
  margin: 0 0 0 45px;
}
header .header_box .right_box li a {
  display: inline-block;
  position: relative;
}
header .header_box .right_box li a:hover {
  opacity: 1;
  color: #3f7650;
}
header .header_box .right_box li a:after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  transition: all ease 0.3s;
}
header .header_box .right_box li a:hover:after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #3f7650;
}
header .header_box .right_box li.on a {
  color: #3f7650;
}
header .header_box .right_box li.on a:after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #3f7650;
}
header .header_box .right_box p {
  width: 160px;
}
header .header_box .right_box p .btn_gr {
  width: calc(100% - 40px);
  font-size: 1.4rem;
}
header .header_box .right_box p .btn_gr:after {
  content: "";
  display: none;
  width: 0;
  height: 0;
}
header .header_box .head_tel {
  width: 352px;
}

@media screen and (max-width: 1200px) {
  header .header_box {
    width: calc(100% - 40px);
    padding: 0 20px;
  }
  header .header_box h1 {
    width: 37%;
    font-size: 2.2rem;
  }
  header .header_box h1.santa {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
  }
  header .header_box h1.santa:before {
    content: "";
    display: inline-block;
    width: 85px;
    height: 61px;
    background: url(../images/santa01.png) no-repeat center center;
    background-size: contain;
    position: relative;
    bottom: -7px;
  }
  header .header_box h1.santa:after {
    content: "";
    display: inline-block;
    width: 54px;
    height: 38px;
    background: url(../images/santa02.png) no-repeat center center;
    background-size: contain;
    position: relative;
    margin: 0 0 0 5px;
  }
  header .header_box h1.newyear {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
  }
  header .header_box h1.newyear:before {
    content: "";
    display: inline-block;
    width: 44px;
    height: 60px;
    background: url(../images/newyear01.png) no-repeat center center;
    background-size: contain;
    position: relative;
    bottom: -7px;
  }
  header .header_box h1.newyear:after {
    content: "";
    display: inline-block;
    width: 44px;
    height: 28px;
    background: url(../images/newyear02.png) no-repeat center center;
    background-size: contain;
    position: relative;
    margin: 0 0 0 5px;
  }
  header .header_box h1 span {
    font-size: 1.4rem;
  }
  header .header_box h1 img {
    width: 100%;
    height: auto;
    display: block;
  }
  header .header_box .right_box {
    width: 63%;
    max-width: 63%;
  }
  header .header_box .right_box nav {
    justify-content: flex-end;
  }
  header .header_box .right_box ul {
    padding: 0 15px 0 0;
  }
  header .header_box .right_box li {
    margin: 0 0 0 15px;
    font-size: 1.3rem;
  }
  header .header_box .right_box li a {
    display: inline-block;
    position: relative;
  }
  header .header_box .right_box p {
    width: 130px;
  }
  header .header_box .right_box p .btn_gr {
    width: calc(100% - 40px);
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 815px) {
  header {
    height: 50px;
    width: 100%;
  }
  header .header_box {
    height: 50px;
    width: calc(100% - 40px);
    padding: 0 20px;
    display: block;
    align-items: center;
    background: #523D32;
    position: relative;
    z-index: 21;
  }
  header .header_box h1 {
    padding: 4px 0 0;
    line-height: 1;
    width: auto;
  }
  header .header_box h1.santa {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
  }
  header .header_box h1.santa:before {
    content: "";
    display: inline-block;
    width: 64px;
    height: 50px;
    background: url(../images/santa01.png) no-repeat center center;
    background-size: contain;
    position: relative;
    margin: 0 5px 0 0;
    bottom: 0;
  }
  header .header_box h1.santa:after {
    content: "";
    display: none;
    width: 0;
    height: 0;
    background: none;
    background-size: contain;
    position: relative;
    margin: 0;
  }
  header .header_box h1.newyear {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
  }
  header .header_box h1.newyear:before {
    content: "";
    display: inline-block;
    width: 37px;
    height: 46px;
    background: url(../images/newyear01.png) no-repeat center center;
    background-size: contain;
    position: relative;
    margin: 0 5px 0 0;
    bottom: 0;
  }
  header .header_box h1.newyear:after {
    content: "";
    display: none;
    width: 0;
    height: 0;
    background: none;
    background-size: contain;
    position: relative;
    margin: 0;
  }
  header .header_box h1 a {
    color: #FFF;
    font-size: 2rem;
  }
  header .header_box h1 a span {
    font-size: 1.4rem;
  }
  /*sp nav*/
  #sp_menu {
    position: fixed;
    bottom: -1px;
    left: 0;
    width: 100%;
    z-index: 20;
  }
  /*スライドナビ部　スライド部分*/
  #sp_menu nav {
    position: fixed;
    bottom: -100vh;
    left: 0;
    transform: translate3d(0, 120%, 0);
    width: 100vw;
    background: #E8EEEB;
    transition: all 0.5s ease;
    opacity: 0;
    border-top: 2px solid #40210f;
    z-index: 80;
  }
  #sp_menu nav.active {
    bottom: 75px;
    opacity: 1;
    transform: translate3d(0, 0, 0);
    margin: 100px 0 0;
    height: calc(90vh - 125px);
  }
  #sp_menu nav .menu_inner {
    width: 100%;
    height: calc(100% - 20px);
    /*max-height: calc( 90vh - 125px );*/
    overflow-y: auto;
    padding: 10px 0;
  }
  #sp_menu nav .menu_inner > ul {
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  #sp_menu nav .menu_inner > ul li {
    width: 90%;
    margin: 0 auto;
    padding: 16px 0;
    border-bottom: 1px solid #bcc3dc;
    line-height: 1;
  }
  #sp_menu nav .menu_inner > ul li:first-child {
    width: 90%;
    margin: 0 auto;
  }
  #sp_menu nav .menu_inner > ul li a {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    color: #3e0404;
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
  }
  #sp_menu nav .menu_inner > ul li a img {
    height: 15px;
    width: auto;
  }
  #sp_menu nav .menu_inner > ul li a:after {
    content: "";
    background: url("../images/sp_nav_icon.svg") no-repeat center center;
    background-size: contain;
    width: 15px;
    height: 15px;
    margin-right: 10px;
    display: inline-block;
  }
  #sp_menu nav .bottom_box ul {
    width: 90%;
    margin: 15px auto 0;
  }
  #sp_menu nav .bottom_box li {
    text-align: center;
    margin: 8px 0 0 0;
    line-height: 1;
  }
  #sp_menu nav .bottom_box li:first-of-type {
    margin: 0;
  }
  #sp_menu nav .bottom_box li a {
    color: #523D32;
    line-height: 1;
    font-weight: bold;
    font-size: 1.3rem;
  }
  #sp_menu nav .bottom_box li a:after {
    content: "";
    background: url("../images/sp_nav_icon.svg") no-repeat center center;
    background-size: contain;
    width: 14px;
    height: 14px;
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
  }
  .link_area {
    width: 90%;
    margin: 15px auto 0;
  }
  .link_area .btn_yr {
    width: calc(100% - 40px);
    padding: 15px 20px;
    font-size: 1.4rem;
  }
  .sp_nav_tel {
    margin: 15px 0 0;
    text-align: center;
    color: #523D32;
  }
  .sp_nav_tel span {
    font-size: 1.2rem;
  }
  .sp_nav_tel img {
    width: 200px;
    margin: 0 auto;
    display: block;
  }
  /*スライドナビ部　下部固定部分*/
  #sp_menu > ul {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    height: 60px;
    background: #FFF;
    position: relative;
    z-index: 100;
    color: #FFF;
    border-top: 1px solid #D7D8D8;
  }
  #sp_menu > ul li {
    width: 25%;
    height: 100%;
  }
  #sp_menu > ul li a,
  #sp_menu > ul li.pagetop {
    width: 90%;
    height: 100%;
    padding: 5px 5%;
    text-align: center;
    color: #523D32;
    display: block;
    font-weight: 700;
  }
  #sp_menu > ul li.pagetop {
    width: 25%;
    padding: 5px 2%;
    font-size: 1.1rem;
  }
  #sp_menu > ul li img {
    width: auto;
    height: 23px;
    display: block;
    margin: 5px auto 2px;
  }
  #sp_menu > ul li.pagetop img {
    margin: 3px auto;
  }
  #sp_menu > ul li:nth-of-type(1) {
    background: linear-gradient(to bottom, #3F7650, #27653A);
    background-size: cover;
    border-right: 1px solid #FFF;
    font-size: 1.2rem;
  }
  #sp_menu > ul li:nth-of-type(2) {
    background: linear-gradient(to bottom, #B2AF4B, #969107);
    text-align: center;
    width: 15%;
    padding: 0 5%;
    border-right: 1px solid #FFF;
    font-size: 1.2rem;
  }
  #sp_menu > ul li:nth-of-type(2) img {
    width: 32px;
  }
  #sp_menu > ul li:nth-of-type(2) a {
    color: #FFF;
  }
  #sp_menu > ul li:nth-of-type(3) {
    border-right: 1px solid #D7D8D8;
    font-size: 1.2rem;
  }
  #sp_menu > ul li:nth-of-type(4) {
    font-size: 1.2rem;
  }
  #sp_menu .bestrate {
    position: relative;
    z-index: 100;
    /*position: absolute;
    bottom: 0;
    left: 0;*/
    text-align: center;
    font-weight: 700;
    background: linear-gradient(#eee1a1, #edc54c);
  }
  #sp_menu .bestrate img {
    width: 85%;
  }
  /*メニューボタン*/
  .navToggle {
    display: block;
    position: relative;
    height: 50px;
    cursor: pointer;
    z-index: 3;
    text-align: center;
    background: none;
    border: none;
  }
  .navToggle p {
    display: block;
    position: relative;
    width: 100%;
    max-width: 4.5em;
    height: 100%;
    margin: 0 auto;
  }
  .navToggle span {
    display: block;
    position: absolute;
    /* .navToggleに対して */
    width: 3em;
    height: 1px;
    border-bottom: solid 3px #FFF;
    -webkit-transition: 0s ease-in-out;
    -moz-transition: 0s ease-in-out;
    transition: 0s ease-in-out;
    left: 10px;
    color: #FFF;
  }
  .on_nav .navToggle span {
    border-bottom: solid 3px #5A4A42;
    position: absolute;
  }
  .navToggle span:nth-child(1) {
    top: 10px;
  }
  .navToggle span:nth-child(2) {
    top: 20px;
  }
  .navToggle span:nth-child(3) {
    top: 30px;
    font-weight: 700;
  }
  .navToggle span:nth-child(3):after {
    content: "MENU";
    display: block;
    margin: 0 auto;
    padding-top: 5px;
  }
  /*ナビがオンのとき*/
  .navToggle.active {
    padding: 5px 0 0;
    top: 0;
  }
  /* 最初のspanをマイナス45度に */
  .navToggle.active span:nth-child(1) {
    top: 15px;
    left: 10px;
    border-bottom: solid 3px #FFF;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  /* 2番目と3番目のspanを45度に */
  .navToggle.active span:nth-child(2),
  .navToggle.active span:nth-child(3) {
    top: 15px;
    border-bottom: solid 3px #FFF;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .navToggle.active span:nth-child(3):after {
    content: "CLOSE";
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    padding: 20px 0 0 15px;
  }
  .copy_nav {
    background: #523D32;
    text-align: center;
    line-height: 15px;
    height: 15px;
    width: 100%;
    color: #FFF;
    font-size: 0.9rem;
    position: relative;
    z-index: 100;
  }
}
/*----------------------------
reservation
----------------------------*/
#reservation {
  background: #EBEBEC;
  width: 100%;
  max-width: 1200px;
  height: auto;
  padding: 40px 0;
  position: absolute;
  top: 0;
  right: 50%;
  transform: translateX(50%) translateY(-50%);
  z-index: 4;
  /*form*/
}
#reservation h2 {
  width: 146px;
  font-size: 2.2rem;
  letter-spacing: 10px;
  margin: 0 40px 0 0;
  line-height: 1;
  position: absolute;
  top: -10px;
  left: 45px;
}
#reservation h2 img {
  width: 100%;
}
#reservation .form_box01 {
  width: calc(100% - 260px);
  padding: 0 0 0 240px;
  line-height: 1;
}
#reservation .form_box01 p {
  font-size: 1.2rem;
  margin: 0 0 10px;
}
#reservation .form_box01 form.flex_box {
  justify-content: flex-start;
  align-items: stretch;
}
#reservation .form_box01 .left_box {
  margin: 0;
  width: 53%;
  max-width: 533px;
  justify-content: flex-start;
}
#reservation .form_box01 .left_box > .flex_box {
  justify-content: flex-start;
}
#reservation .form_box01 .left_box .date {
  margin: 0 30px 0 0;
}
#reservation .form_box01 .left_box .room div:first-of-type {
  margin: 0 10px 0 0;
}
#reservation .form_box01 .btn_search {
  padding: 20px 1% 0 40px;
  width: calc(46% - 40px);
  max-width: 340px;
}
#reservation .form_box01 .btn_search .flex_box {
  width: 100%;
}
#reservation .form_box01 .btn_search #btnplansearch.btn_gr {
  cursor: pointer;
  font-size: 1.5rem;
  border: none;
  line-height: 1;
  width: 50%;
  max-width: 160px;
  display: block;
  padding: 10px 20px;
  transition: all ease 0.3s;
}
#reservation .form_box01 .btn_search #btnplansearch.btn_gr:hover {
  opacity: 0.7;
}
#reservation .form_box01 .btn_search .btn_yr {
  font-size: 1.5rem;
  line-height: 1;
  width: 46%;
  margin: 0 0 0 4%;
  max-width: 120px;
  display: block;
  padding: 10px 20px;
}
#reservation .form_box01 .form_link01 {
  width: 100%;
  margin: 20px 0 0;
  justify-content: flex-start;
}
#reservation .form_box01 .form_link01 .tel {
  padding: 0 1% 0 40px;
  width: calc(46% - 40px);
  max-width: 340px;
}
#reservation .form_box01 .form_link01 .tel p {
  line-height: 1;
  margin: 0;
  text-align: center;
}
#reservation .form_box01 .form_link01 .tel p img {
  max-width: 204px;
  vertical-align: middle;
}
#reservation .form_box01 .form_link01 .tel p span {
  padding: 0 0 0 10px;
}
#reservation .form_box01 .form_link01 ul {
  flex-wrap: wrap;
  align-items: stretch;
  width: 53%;
  max-width: 533px;
}
#reservation .form_box01 .form_link01 li {
  font-size: 1.4rem;
}
#reservation .form_box01 .form_link01 li a {
  color: #523D32;
  line-height: 1;
}
#reservation .form_box01 .form_link01 li a:after {
  content: "";
  width: 15px;
  height: 15px;
  background: url(../images/link_icon.svg) no-repeat center center;
  background-size: contain;
  margin: 0 15px 0 5px;
  display: inline-block;
  vertical-align: middle;
}
#reservation input[type=submit] {
  border-radius: 5px;
  -webkit-box-sizing: content-box;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  padding: 22px 25px;
  width: 215px;
  color: #FFF;
  font-size: 1.7rem;
  line-height: 1;
}
#reservation input[type=submit]:hover {
  opacity: 0.8;
}
#reservation input::-webkit-input-placeholder {
  color: #C7C7C7;
}
#reservation input:-moz-placeholder {
  color: #C7C7C7;
}
#reservation input::-moz-placeholder {
  color: #C7C7C7;
}
#reservation input:-ms-input-placeholder {
  color: #C7C7C7;
}
#reservation select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: url("../images/form_arrow.png") no-repeat 90% 50% #FFF;
  background-size: 8px 5px;
  padding: 10px 25px 10px 20px;
  border: none;
  border-radius: 3px;
  line-height: 1;
  display: inline-block;
  color: #523D32;
}
#reservation select::-ms-expand {
  display: none;
}
#reservation option [disabled] {
  color: #C7C7C7;
}
#reservation .checkin_day {
  margin: 0 25px 0 0;
}
#reservation .checkin_day select:first-of-type {
  margin: 0 5px 0 0;
}
#reservation .number {
  margin: 0 25px 0 0;
}
#reservation .number select {
  margin: 0 5px 0 0;
}

@media screen and (max-width: 1200px) {
  #reservation {
    /*form*/
  }
  #reservation h2 {
    width: 12.16%;
    max-width: 146px;
    margin: 0;
    line-height: 1;
    position: absolute;
    top: -10px;
    left: 10px;
  }
  #reservation .form_box01 {
    width: calc(100% - (12.16% + 20px));
    padding: 0;
    margin: 0 0 0 calc(12.16% + 20px);
    line-height: 1;
  }
  #reservation .form_box01 form.flex_box {
    justify-content: flex-start;
  }
  #reservation .form_box01 p {
    font-size: 1.1rem;
    margin: 0 0 10px;
  }
  #reservation .form_box01 .left_box {
    margin: 0;
    width: 56%;
    padding: 0 0 0 2%;
  }
  #reservation .form_box01 .left_box .room div:first-of-type {
    margin: 0 10px 0 0;
  }
  #reservation .form_box01 .room,
  #reservation .form_box01 .date {
    font-size: 1.3rem;
  }
  #reservation .form_box01 .btn_search {
    width: 40%;
    padding: 0 2% 0 0;
  }
  #reservation .form_box01 .btn_search .flex_box {
    width: 100%;
  }
  #reservation .form_box01 .btn_search #btnplansearch.btn_gr {
    font-size: 1.4rem;
  }
  #reservation .form_box01 .btn_search .btn_yr {
    font-size: 1.4rem;
  }
  #reservation .form_box01 .form_link01 {
    width: 100%;
    margin: 10px 0 0;
  }
  #reservation .form_box01 .form_link01 ul {
    width: 60%;
    align-items: stretch;
    justify-content: flex-start;
  }
  #reservation .form_box01 .form_link01 ul li {
    font-size: 1.2rem;
  }
  #reservation .form_box01 .form_link01 ul li a:after {
    content: "";
    width: 10px;
    height: 10px;
    background: url(../images/link_icon.svg) no-repeat center center;
    background-size: contain;
    margin: 0 10px 0 5px;
    display: inline-block;
    vertical-align: middle;
  }
  #reservation .form_box01 .form_link01 .tel {
    padding: 0 1% 0 0;
    width: 40%;
    max-width: 340px;
  }
  #reservation .form_box01 .form_link01 .tel p {
    line-height: 1;
    margin: 0;
    text-align: center;
  }
  #reservation .form_box01 .form_link01 .tel p img {
    max-width: 204px;
    vertical-align: middle;
  }
  #reservation .form_box01 .form_link01 .tel p span {
    padding: 0 0 0 20px;
  }
  #reservation select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: url("../images/form_arrow.png") no-repeat 90% 50% #FFF;
    background-size: 8px 5px;
    padding: 10px 20px 10px 5px;
  }
  #reservation .checkin_day {
    margin: 0 15px 0 0;
  }
  #reservation .checkin_day select:first-of-type {
    margin: 0 5px 0 0;
  }
  #reservation .number {
    margin: 0 15px 0 0;
  }
  #reservation .number select {
    margin: 0 5px 0 0;
  }
}
/*----------------------------
contents
----------------------------*/
.flex_box {
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}

.page_text h2 {
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
  color: #3F7650;
  margin: 0 0 50px;
  line-height: 1.5em;
  letter-spacing: 0.1em;
}
.page_text p {
  text-align: center;
  line-height: 2em;
}

h2.sec_title {
  text-align: center;
  font-size: 3.6rem;
  font-weight: 500;
  margin: 0 auto 80px;
  position: relative;
  letter-spacing: 5px;
  line-height: 1;
}
h2.sec_title .small {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  margin: 0 auto 20px;
  display: block;
  letter-spacing: 0px;
}
h2.sec_title .sub:before {
  content: "";
  width: 65px;
  height: 3px;
  background: #3f7551;
  display: block;
  margin: 25px auto;
}
h2.sec_title .sub img {
  display: block;
  margin: 0 auto;
  width: 71px;
}

.kome {
  display: block;
  padding: 0 0 0 1.1em;
  position: relative;
  line-height: 1.5em;
  margin: 5px 0 0;
}
.kome:first-of-type {
  margin: 8px 0 0;
}
.kome:after {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

/*swiper bullet*/
.swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: none;
  border: 1px solid #FFF;
  opacity: 1;
  margin: 0 6px;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 1px solid #FFF;
  background: #FFF;
}

@media screen and (max-width: 815px) {
  .flex_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
    align-items: center;
  }
  .page_text h2 {
    font-size: 2rem;
    text-align: center;
    font-weight: 500;
    color: #3F7650;
    margin: 0 0 35px;
  }
  .page_text p {
    font-size: 1.3rem;
    text-align: center;
    line-height: inherit;
  }
  h2.sec_title {
    font-size: 2.6rem;
    margin: 0 auto 40px;
    letter-spacing: 5px;
  }
  h2.sec_title .small {
    font-size: 1.4rem;
    margin: 0 auto 15px;
  }
  h2.sec_title .sub:before {
    content: "";
    width: 65px;
    height: 3px;
    background: #3f7551;
    display: block;
    margin: 10px auto;
  }
  .kome {
    margin: 5px 0 0;
  }
  .kome:first-of-type {
    margin: 6px 0 0;
  }
  /*pagetop*/
  .pagetop {
    width: 30px;
    height: 25px;
    position: fixed;
    bottom: 78px;
    right: 10px;
    z-index: 10;
  }
  /* btn */
  a.btn {
    width: 90%;
    padding: 10px 5%;
  }
}
/*----------------------------
footer
----------------------------*/
footer {
  background: url(../images/bg_footer_2.jpg) no-repeat center center;
  background-size: cover;
}
footer .footer_address {
  width: 400px;
  text-align: center;
  margin: 0 auto;
  padding: 90px 0 60px;
  font-size: 1.4rem;
  color: #FFF;
  line-height: 1;
}
footer .footer_address h2 {
  font-family: "Noto Serif JP", serif;
  font-size: 2.6rem;
  margin: 0 0 25px;
}
footer .footer_address h2 span {
  font-size: 1.8rem;
}
footer .footer_address address {
  line-height: 1.5;
  margin: 0 0 25px;
}
footer .footer_address .tel {
  width: 310px;
  margin: 0 auto;
}
footer .footer_address .tel img {
  width: 100%;
}
footer .footer_link {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}
footer .footer_link li {
  width: 32%;
}
footer .footer_link a {
  width: calc(100% - 50px);
  background: rgba(227, 221, 209, 0.5);
  color: #FFF;
  padding: 15px 30px 15px 20px;
  font-weight: 500;
  display: inline-block;
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: 2px;
  position: relative;
  line-height: 1;
}
footer .footer_link a:before {
  content: "";
  width: 15px;
  height: 12px;
  margin: 0 5px 0 0;
  display: block;
  vertical-align: middle;
  background: url(../images/arrow_btn_w.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
footer .footer_link a:hover {
  background: rgba(255, 210, 0, 0.5);
  opacity: 1;
}
footer .copy {
  text-align: center;
  font-size: 1.1rem;
  padding: 20px 0;
  color: #FFF;
}

@media screen and (max-width: 815px) {
  footer {
    background: url(../images/bg_footer_sp_2.jpg) center center no-repeat;
    background-size: cover;
    padding-bottom: 75px;
  }
  footer .footer_address {
    width: 100%;
    padding: 50px 0 20px;
  }
  footer .footer_address .tel {
    width: 254px;
    margin: 0 auto;
  }
  footer .footer_link {
    width: 80%;
    margin: 0 auto;
    flex-direction: column;
  }
  footer .footer_link li {
    width: 100%;
    margin: 10px auto 0;
  }
  footer .footer_link li:first-child {
    margin: 0 auto;
  }
}
/*pagetop*/
.pagetop {
  width: 30px;
  height: 25px;
  position: fixed;
  bottom: 35px;
  right: 35px;
  z-index: 10;
}

.pagetop a {
  display: block;
  width: 100%;
  height: 100%;
}/*# sourceMappingURL=common2.css.map */