@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=EB+Garamond);
/*-- リセット --*/
h1,
h2,
h3,
h4,
h5,
p,
b,
strong,
em,
span,
ul,
dl,
table,
a {
  font-weight: normal;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  color: #595959;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  color: #000;
  text-decoration: none;
}
a img {
  border: 0;
  vertical-align: middle;
}

.pc {
  display: block;
}
@media only screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

.fw-b {
  font-weight: bold;
}

.txta-l {
  text-align: left;
}

.txta-r {
  text-align: right;
}

.pos-r {
  position: relative;
}

.pos-a {
  position: absolute;
}

.flexwrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.ff-eb {
  font-family: 'EB Garamond', serif, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
}

.js-fade {
  transition: .6s;
}

/*-- iPhone対策 --*/
@media only screen and (max-width: 1024px) {
  html,
  body {
    width: 100%;
    overflow-x: hidden;
  }
}

body {
  margin: 0;
  padding: 0;
  font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  text-align: center;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  header {
    position: fixed;
    text-align: left;
    background-color: rgba(9, 9, 9, 0.9);
    padding: 12px 15px;
    box-sizing: border-box;
  }
}
header .logo {
  display: none;
}
@media only screen and (max-width: 768px) {
  header .logo {
    display: block;
    height: 22px;
  }
  header .logo img {
    height: 100%;
    vertical-align: top;
  }
}
header .reserve_sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  header .reserve_sp {
    display: block;
    position: absolute;
    top: 12px;
    right: 46px;
  }
  header .reserve_sp p {
    display: block;
    padding: 4.5px 12px;
    font-size: 12px;
    background-color: #595959;
    color: #FFF;
  }
}
header .reserve_sp.open p {
  font-family: 'EB Garamond', serif;
  letter-spacing: .14em;
  padding: 4.5px 10px 4.5px 18px;
}
header .reserve_sp.open::before, header .reserve_sp.open::after {
  content: "";
  width: 10px;
  height: 1px;
  background-color: #FFF;
  position: absolute;
  top: 50%;
  left: 2px;
}
header .reserve_sp.open::before {
  transform: translateY(-50%) rotate(45deg);
}
header .reserve_sp.open::after {
  transform: translateY(-50%) rotate(-45deg);
}
header .menubtn {
  display: none;
}
@media only screen and (max-width: 768px) {
  header .menubtn {
    position: absolute;
    top: 13px;
    right: 15px;
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(../img/menubtn.png);
    background-size: 100%;
  }
}
header .menubtn.open {
  background-image: url(../img/menubtn_close.png);
}
@media only screen and (max-width: 768px) {
  header nav {
    display: none;
    position: fixed;
    top: 46px;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #313131;
  }
}
header nav .inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-end;
  padding: 20px;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  header nav .inner {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    padding: 0 0 50vh;
  }
}
header nav .inner a {
  display: inline-block;
  margin: 0 24px;
  color: #FFF;
  font-weight: bold;
  letter-spacing: .14em;
}
@media only screen and (max-width: 768px) {
  header nav .inner a {
    display: block;
    text-align: left;
    margin: 0;
    padding: 8vw;
    border-bottom: 1px solid #FFF;
    position: relative;
  }
  header nav .inner a::after {
    content: "";
    width: 6px;
    height: 6px;
    border-right: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    position: absolute;
    top: 50%;
    right: 8vw;
    transform: translateY(-50%) rotate(-45deg);
  }
}
header nav .inner a.reserve {
  padding: 15px 90px;
  box-sizing: border-box;
  border: 1px solid #FFF;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  header nav .inner a.reserve {
    display: none;
  }
}
header nav .inner .langwrap {
  margin: 0 24px;
}
@media only screen and (max-width: 768px) {
  header nav .inner .langwrap {
    margin: 8vw auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
  }
}
header nav .inner .langwrap a {
  margin: 0;
  padding: 0 12px;
}
@media only screen and (max-width: 768px) {
  header nav .inner .langwrap a {
    display: inline-block;
    border-bottom: 0;
    padding: 1vw 3vw;
  }
  header nav .inner .langwrap a::after {
    display: none;
  }
}
header nav .inner .langwrap a.current {
  border: 1px solid #FFF;
}

main section img {
  max-width: 100%;
  width: auto;
}
main section .content {
  width: 1100px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  main section .content {
    width: 100%;
  }
}
main section.mv {
  height: 100vh;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  position: relative;
  min-height: 690px;
}
main section.mv .mv_slider {
  width: 100%;
  height: 100vh;
  min-height: 690px;
}
main section.mv .mv_slider .slick-slide {
  width: 100%;
  height: 100vh;
  min-height: 690px;
  background-size: cover;
  background-position: 50% 50%;
}
main section.mv .mv_slider .slick-slide.slide1 {
  background-image: url(../img/mv_01.jpg);
}
main section.mv .mv_slider .slick-slide.slide2 {
  background-image: url(../img/mv_02.jpg);
}
main section.mv .mv_slider .slick-slide.slide3 {
  background-image: url(../img/mv_03.jpg);
}
main section.mv .mv_slider .slick-dots {
  bottom: 100px;
}
main section.mv .mv_slider .slick-dots li {
  width: 20px;
  height: 12px;
  margin: 0 6px;
}
main section.mv .mv_slider .slick-dots li button {
  width: 20px;
  height: 12px;
}
main section.mv .mv_slider .slick-dots li button::before {
  content: "";
  width: 20px;
  height: 12px;
  background-color: #FFF;
  opacity: 1;
}
main section.mv .mv_slider .slick-dots li.slick-active button::before {
  background-color: #898989;
}
main section.mv .catch {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
main section.mv .catch .imgwrap {
  width: 310px;
  margin: 0 auto 75px;
}
@media only screen and (max-width: 768px) {
  main section.mv .catch .imgwrap {
    width: 95%;
    margin: 0 auto 5vw;
  }
}
main section.mv .catch .textwrap p {
  color: #FFF;
  letter-spacing: .1em;
}
main section.mv .scroller {
  position: absolute;
  left: 50%;
  bottom: 45px;
  transform: translateX(-50%);
  cursor: pointer;
}
main section.mv .scroller p {
  color: #FFF;
  position: relative;
  display: block;
}
main section.mv .scroller p::after {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
}
main section.sec1 .content .flexwrap, main section.sec2 .content .flexwrap {
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  main section.sec1 .content .flexwrap, main section.sec2 .content .flexwrap {
    flex-direction: column;
  }
}
main section.sec1 .content .flexwrap .box:first-child, main section.sec2 .content .flexwrap .box:first-child {
  width: 60%;
}
@media only screen and (max-width: 768px) {
  main section.sec1 .content .flexwrap .box:first-child, main section.sec2 .content .flexwrap .box:first-child {
    display: none;
  }
}
main section.sec1 .content .flexwrap .box:last-child, main section.sec2 .content .flexwrap .box:last-child {
  width: 40%;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  main section.sec1 .content .flexwrap .box:last-child, main section.sec2 .content .flexwrap .box:last-child {
    width: 100%;
    box-sizing: border-box;
  }
}
main section.sec1 .content .flexwrap .box:last-child h2,
main section.sec1 .content .flexwrap .box:last-child p, main section.sec2 .content .flexwrap .box:last-child h2,
main section.sec2 .content .flexwrap .box:last-child p {
  letter-spacing: .18em;
}
main section.sec1 .content .flexwrap .box:last-child h2, main section.sec2 .content .flexwrap .box:last-child h2 {
  display: inline-block;
  margin-bottom: 65px;
  position: relative;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  main section.sec1 .content .flexwrap .box:last-child h2, main section.sec2 .content .flexwrap .box:last-child h2 {
    margin-bottom: 40px;
  }
}
main section.sec1 .content .flexwrap .box:last-child h2::after, main section.sec2 .content .flexwrap .box:last-child h2::after {
  content: "";
  width: 100%;
  height: 15px;
  position: absolute;
  bottom: -28px;
  left: 0;
}
main section.sec1 .content .flexwrap .box:last-child .imgwrap, main section.sec2 .content .flexwrap .box:last-child .imgwrap {
  margin-bottom: 3vw;
}
main section.sec1 .content .flexwrap .box:last-child p, main section.sec2 .content .flexwrap .box:last-child p {
  margin-bottom: 40px;
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  main section.sec1 .content .flexwrap .box:last-child p, main section.sec2 .content .flexwrap .box:last-child p {
    margin-bottom: 3vw;
  }
}
main section.sec1 .content .flexwrap .box:last-child p:last-child, main section.sec2 .content .flexwrap .box:last-child p:last-child {
  margin-bottom: 0;
}
main section.sec1 {
  padding-top: 165px;
}
@media only screen and (max-width: 768px) {
  main section.sec1 {
    padding: 8vw 15px 0;
  }
}
main section.sec1 .content {
  background-image: url(../img/sec1_bg.jpg);
  background-size: 100%;
  height: 631px;
}
@media only screen and (max-width: 768px) {
  main section.sec1 .content {
    background-image: none;
    height: auto;
  }
}
main section.sec1 .content .flexwrap .box:last-child h2::after {
  background-color: #B94047;
}
main section.sec2 {
  padding-top: 165px;
}
@media only screen and (max-width: 768px) {
  main section.sec2 {
    padding: 12vw 15px 0;
  }
}
main section.sec2 .content {
  background-image: url(../img/sec2_bg.jpg);
  background-size: 100%;
  height: 596px;
}
@media only screen and (max-width: 768px) {
  main section.sec2 .content {
    background-image: none;
    height: auto;
  }
}
main section.sec2 .content .flexwrap .box:first-child {
  order: 2;
}
main section.sec2 .content .flexwrap .box:last-child {
  order: 1;
}
main section.sec2 .content .flexwrap .box:last-child h2::after {
  background-color: #83A9BD;
}
main section.sec3 {
  padding-top: 80px;
}
main section.sec3 .content {
  background-color: #FBFAF7;
  padding: 40px;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  main section.sec3 .content {
    padding: 6vw 4vw;
  }
}
main section.sec3 .content .icon {
  width: 327px;
  margin: 0 auto 30px;
}
@media only screen and (max-width: 768px) {
  main section.sec3 .content .icon {
    width: 70%;
  }
}
main section.sec3 .content h2 {
  font-weight: bold;
  margin-bottom: 25px;
  letter-spacing: .1em;
}
main section.sec3 .content p {
  letter-spacing: .18em;
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  main section.sec3 .content p {
    letter-spacing: .12em;
  }
}
main section.sec4 {
  padding-top: 80px;
}
@media only screen and (max-width: 768px) {
  main section.sec4 .content .flexwrap {
    flex-direction: column;
  }
}
main section.sec4 .content .flexwrap .box {
  width: 50%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 70px;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  main section.sec4 .content .flexwrap .box {
    width: 100%;
    padding: 6vw 4vw;
  }
}
main section.sec4 .content .flexwrap .box p {
  line-height: 1.2;
  letter-spacing: .09em;
}
main section.sec4 .content .flexwrap .box:first-child {
  background-color: #C89B54;
}
main section.sec4 .content .flexwrap .box:first-child p {
  color: #FFF;
}
main section.sec4 .content .flexwrap .box:first-child .offwrap {
  margin: 25px 0;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  padding: 20px 0;
}
@media only screen and (max-width: 768px) {
  main section.sec4 .content .flexwrap .box:first-child .offwrap {
    margin: 3vw 0;
    padding: 2vw 0;
  }
}
main section.sec4 .content .flexwrap .box:last-child {
  background-color: #FBF6EC;
}
main section.sec4 .content .flexwrap .box:last-child p.sign {
  font-weight: bold;
  color: #C89B54;
  margin-bottom: 55px;
}
@media only screen and (max-width: 768px) {
  main section.sec4 .content .flexwrap .box:last-child p.sign {
    margin-bottom: 4vw;
  }
}
main section.sec4 .content .flexwrap .box:last-child p.sign span {
  color: #C89B54;
  font-weight: bold;
}
main section.sec4 .content .flexwrap .box:last-child p.date {
  font-weight: bold;
  margin: 15px 0;
}
@media only screen and (max-width: 768px) {
  main section.sec4 .content .flexwrap .box:last-child p.date {
    margin: 2vw 0;
  }
}
main section.sec4 .content .flexwrap .box:last-child p.date span {
  font-weight: bold;
}
main section.sec4 .content .flexwrap .box:last-child p.att {
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  main section.sec4 .content .flexwrap .box:last-child p.att {
    margin: 0;
  }
}
main section.sec4 .content .flexwrap .box:last-child .ribon {
  background-color: #C89B54;
  padding: 5px 0;
}
main section.sec4 .content .flexwrap .box:last-child .ribon p {
  color: #FFF;
}
main section.sec5 {
  padding-top: 80px;
  padding-bottom: 65px;
}
@media only screen and (max-width: 768px) {
  main section.sec5 {
    padding: 8vw 15px 12vw;
    box-sizing: border-box;
  }
}
main section.sec5 .content .btnwrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  main section.sec5 .content .btnwrap {
    flex-wrap: wrap;
  }
}
main section.sec5 .content .btnwrap a {
  display: block;
  width: 15%;
  position: relative;
}
@media only screen and (max-width: 768px) {
  main section.sec5 .content .btnwrap a {
    width: 32%;
  }
  main section.sec5 .content .btnwrap a:nth-child(n+4) {
    margin-top: 8vw;
  }
}
main section.sec5 .content .btnwrap a::after {
  content: "";
  width: 6px;
  height: 6px;
  border-right: 1px solid #595959;
  border-bottom: 1px solid #595959;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
}
@media only screen and (max-width: 768px) {
  main section.sec5 .content .btnwrap a::after {
    bottom: -10px;
  }
}
main section.sec5 .content .btnwrap a span {
  display: block;
}
main section.sec6 {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #F9F9F7;
}
@media only screen and (max-width: 768px) {
  main section.sec6 {
    padding: 8vw 15px;
    box-sizing: border-box;
  }
}
main section.sec6 .content .roomlist {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
main section.sec6 .content .roomlist .room_item {
  width: 46%;
  background-color: #FFF;
  margin-top: 80px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
main section.sec6 .content .roomlist .room_item:nth-child(-n+2) {
  margin-top: 0;
}
@media only screen and (max-width: 768px) {
  main section.sec6 .content .roomlist .room_item:nth-child(-n+2) {
    margin-top: 6vw;
  }
}
@media only screen and (max-width: 768px) {
  main section.sec6 .content .roomlist .room_item {
    width: 100%;
    margin-top: 6vw;
  }
  main section.sec6 .content .roomlist .room_item:first-child {
    margin-top: 0;
  }
}
main section.sec6 .content .roomlist .room_item .imgwrap {
  flex-grow: 0;
}
main section.sec6 .content .roomlist .room_item .imgwrap .slick-arrow {
  width: 30px;
  height: 30px;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  main section.sec6 .content .roomlist .room_item .imgwrap .slick-arrow {
    width: 20px;
    height: 20px;
  }
}
main section.sec6 .content .roomlist .room_item .imgwrap .slick-arrow::before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
}
@media only screen and (max-width: 768px) {
  main section.sec6 .content .roomlist .room_item .imgwrap .slick-arrow::before {
    width: 12px;
    height: 12px;
  }
}
main section.sec6 .content .roomlist .room_item .imgwrap .slick-prev {
  left: 15px;
}
@media only screen and (max-width: 768px) {
  main section.sec6 .content .roomlist .room_item .imgwrap .slick-prev {
    left: 10px;
  }
}
main section.sec6 .content .roomlist .room_item .imgwrap .slick-prev::before {
  border-top: 1px solid #D3D3D3;
  border-left: 1px solid #D3D3D3;
  transform: translate(-50%, -50%) rotate(-45deg);
}
main section.sec6 .content .roomlist .room_item .imgwrap .slick-next {
  right: 15px;
}
@media only screen and (max-width: 768px) {
  main section.sec6 .content .roomlist .room_item .imgwrap .slick-next {
    right: 10px;
  }
}
main section.sec6 .content .roomlist .room_item .imgwrap .slick-next::before {
  border-right: 1px solid #D3D3D3;
  border-bottom: 1px solid #D3D3D3;
  transform: translate(-50%, -50%) rotate(-45deg);
}
main section.sec6 .content .roomlist .room_item .imgwrap .slick-dots {
  bottom: -35px;
}
main section.sec6 .content .roomlist .room_item .imgwrap .slick-dots li {
  width: 50px;
  height: auto;
  margin: 0 2px;
}
main section.sec6 .content .roomlist .room_item .imgwrap .slick-dots li button {
  width: 50px;
  height: 15px;
}
main section.sec6 .content .roomlist .room_item .imgwrap .slick-dots li button::before {
  content: "";
  width: 100%;
  height: 15px;
  background-color: #7B8D42;
}
main section.sec6 .content .roomlist .room_item .textwrap {
  flex-grow: 2;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 35px;
}
main section.sec6 .content .roomlist .room_item .textwrap h2 {
  margin-bottom: 40px;
  position: relative;
  letter-spacing: .14em;
}
main section.sec6 .content .roomlist .room_item .textwrap h2::after {
  content: "";
  width: 30px;
  height: 1px;
  background-color: #898989;
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
}
main section.sec6 .content .roomlist .room_item .textwrap h2 span {
  display: block;
}
main section.sec6 .content .roomlist .room_item .textwrap p {
  letter-spacing: .06em;
}
main section.sec6 .content .roomlist .room_item .textwrap p:last-child {
  margin-top: 15px;
}
main section.sec6 .content .roomlist .room_item .btnwrap {
  flex-grow: 0;
  padding-left: 35px;
  padding-right: 35px;
  padding-bottom: 35px;
}
main section.sec6 .content .roomlist .room_item .btnwrap a.reservebtn {
  display: block;
  width: 100%;
  border: 1px solid #7D7D7D;
  position: relative;
  padding: 18px 0;
  letter-spacing: .12em;
}
main section.sec6 .content .roomlist .room_item .btnwrap a.reservebtn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 8px;
  height: 8px;
  border-right: 1px solid #7D7D7D;
  border-bottom: 1px solid #7D7D7D;
  transform: translateY(-50%) rotate(-45deg);
}
main section.sec6 .content .roomlist .room_item .btnwrap p.onlytel {
  display: block;
  width: 100%;
  padding: 18px 0;
  box-sizing: border-box;
  background-color: #EEE;
  letter-spacing: .12em;
}
main section.sec7 {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  main section.sec7 {
    padding: 12vw 15px;
    box-sizing: border-box;
  }
}
main section.sec7 .content h2 {
  margin-bottom: 80px;
  position: relative;
  letter-spacing: .1em;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  main section.sec7 .content h2 {
    margin-bottom: 45px;
  }
}
main section.sec7 .content h2::after {
  content: "";
  width: 100%;
  height: 15px;
  background-color: #895B8A;
  position: absolute;
  bottom: -28px;
  left: 50%;
  transform: translateX(-50%);
}
main section.sec7 .content dl {
  margin-bottom: 25px;
}
@media only screen and (max-width: 768px) {
  main section.sec7 .content dl {
    margin-bottom: 3vw;
  }
}
main section.sec7 .content dl:last-child {
  margin-bottom: 0;
}
main section.sec7 .content dl dt {
  font-weight: bold;
  letter-spacing: .1em;
}
main section.sec7 .content dl dd {
  margin: 15px 0 0;
  letter-spacing: .1em;
}
@media only screen and (max-width: 768px) {
  main section.sec7 .content dl dd {
    margin: 1vw 0 0;
  }
}
main section.sec7 .content .imgwrap {
  width: 80.5%;
  margin: 40px auto;
}
main section.sec7 .content .imgwrap img {
  max-width: 100%;
}
@media only screen and (max-width: 768px) {
  main section.sec7 .content .imgwrap {
    width: 100%;
    margin: 4vw auto;
  }
}
main section.sec7 .content .btnwrap a {
  display: block;
  width: 40%;
  margin: 0 auto 80px;
  border: 1px solid #898989;
  padding: 20px 0;
  box-sizing: border-box;
  position: relative;
}
@media only screen and (max-width: 768px) {
  main section.sec7 .content .btnwrap a {
    width: 65%;
    margin: 0 auto 6vw;
    padding: 3vw 0;
  }
}
main section.sec7 .content .btnwrap a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 8px;
  height: 8px;
  border-right: 1px solid #7D7D7D;
  border-bottom: 1px solid #7D7D7D;
  transform: translateY(-50%) rotate(-45deg);
}

footer {
  background-color: #F9F9F9;
  padding-top: 80px;
  padding-bottom: 230px;
}
@media only screen and (max-width: 768px) {
  footer {
    padding: 0 0 12vw;
  }
}
footer .content {
  width: 1000px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  footer .content {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
  }
}
footer .content .inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  footer .content .inner {
    flex-direction: column;
    align-items: center;
  }
}
footer .content .inner .logo {
  width: 150px;
}
@media only screen and (max-width: 768px) {
  footer .content .inner .logo {
    width: 60%;
    order: 2;
    padding-top: 4vw;
  }
}
footer .content .inner .logo img {
  max-width: 100%;
}
footer .content .inner .address {
  width: 389px;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  footer .content .inner .address {
    width: 100%;
    text-align: center;
    margin: 4vw 0;
    order: 3;
  }
}
footer .content .inner .ftnav {
  text-align: right;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  footer .content .inner .ftnav {
    text-align: center;
    order: 1;
    padding: 4vw 0;
    width: calc(100% + 30px);
    margin: 0 -15px;
    border-bottom: 1px solid #D2D2D2;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 768px) {
  footer .content .inner .ftnav nav {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
  }
}
footer .content .inner .ftnav nav a {
  text-decoration: underline;
  display: inline;
  padding-left: 4px;
}
@media only screen and (max-width: 768px) {
  footer .content .inner .ftnav nav a {
    display: block;
    width: 32%;
    padding: 0;
  }
}
footer .content .inner .ftnav .copy {
  color: #898989;
}
@media only screen and (max-width: 768px) {
  footer .content .inner .ftnav .copy {
    display: none;
  }
}
footer .content .sp_copy {
  display: none;
}
@media only screen and (max-width: 768px) {
  footer .content .sp_copy {
    border-top: 1px solid #D2D2D2;
    display: block;
    padding: 4vw 0;
    width: calc(100% + 30px);
    margin: 0 -15px;
    box-sizing: border-box;
    color: #898989;
  }
}

section.section_form {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #313131;
  display: none;
  z-index: 999;
}
@media only screen and (max-width: 768px) {
  section.section_form {
    bottom: auto;
    top: 46px;
    height: 100%;
    background-color: rgba(18, 16, 13, 0.9);
  }
}
section.section_form .book {
  display: none;
}
@media only screen and (max-width: 768px) {
  section.section_form form {
    width: 100%;
    height: 100%;
    display: block;
  }
}
section.section_form .wrap {
  width: 980px;
  margin: 0 auto;
  padding: 20px 15px;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  section.section_form .wrap {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 15px;
    box-sizing: border-box;
    overflow-y: scroll;
  }
}
section.section_form .wrap .sm {
  display: none;
}
@media only screen and (max-width: 768px) {
  section.section_form .wrap .sm {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  section.section_form .wrap .md {
    display: none;
  }
}
section.section_form .wrap .wrap03 label {
  position: relative;
}
section.section_form .wrap .wrap03 label select {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}
section.section_form .wrap .wrap03 label select::-ms-expand {
  display: none;
}
section.section_form .wrap .wrap03 label select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #FFF;
}
section.section_form .wrap .wrap03 label::after {
  content: "▼";
  position: absolute;
  top: 50%;
  right: 8px;
  font-size: 10px;
  color: #666;
  transform: translateY(-50%);
  pointer-events: none;
}
section.section_form .wrap .wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  section.section_form .wrap .wrapper {
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
    padding-bottom: 20vh;
  }
}
section.section_form .wrap .wrapper .sp_plan {
  display: none;
}
@media only screen and (max-width: 768px) {
  section.section_form .wrap .wrapper .sp_plan {
    display: block;
    border-bottom: 1px solid #898989;
    padding: 6vw 0;
  }
  section.section_form .wrap .wrapper .sp_plan::after {
    content: "";
    display: block;
    clear: both;
  }
  section.section_form .wrap .wrapper .sp_plan a {
    width: 48%;
    display: block;
    background-color: #898989;
    color: #FFF;
    padding: 6vw 4vw;
    box-sizing: border-box;
    text-align: left;
    position: relative;
  }
  section.section_form .wrap .wrapper .sp_plan a::after {
    content: "";
    width: 6px;
    height: 6px;
    border-right: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    position: absolute;
    top: 50%;
    right: 4vw;
    transform: translateY(-50%) rotate(-45deg);
  }
  section.section_form .wrap .wrapper .sp_plan a:first-child {
    float: left;
  }
  section.section_form .wrap .wrapper .sp_plan a:last-child {
    float: right;
  }
}
@media only screen and (max-width: 768px) {
  section.section_form .wrap .wrapper .thead {
    padding: 6vw 0;
    color: #FFF;
  }
}
section.section_form .wrap .wrapper .tbody {
  width: 80%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  section.section_form .wrap .wrapper .tbody {
    width: 100%;
    flex-direction: column;
    justify-content: flex-start;
  }
}
section.section_form .wrap .wrapper .tbody .box_time {
  width: 80%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  section.section_form .wrap .wrapper .tbody .box_time {
    width: 100%;
    margin-bottom: 6vw;
    display: block;
  }
}
section.section_form .wrap .wrapper .tbody .box_time p {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  color: #FFF;
}
@media only screen and (max-width: 768px) {
  section.section_form .wrap .wrapper .tbody .box_time p {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
section.section_form .wrap .wrapper .tbody .box_time p:last-child {
  margin-top: 20px;
}
section.section_form .wrap .wrapper .tbody .box_time p label {
  width: 30%;
  letter-spacing: .18em;
}
@media only screen and (max-width: 768px) {
  section.section_form .wrap .wrapper .tbody .box_time p label {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    margin-bottom: 3vw;
  }
}
section.section_form .wrap .wrapper .tbody .box_time p span.wrap03 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #FFF;
}
section.section_form .wrap .wrapper .tbody .box_time p span.wrap03 label {
  display: block;
  width: 60%;
  padding-left: 5px;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  section.section_form .wrap .wrapper .tbody .box_time p span.wrap03 label {
    width: 70%;
  }
}
section.section_form .wrap .wrapper .tbody .box_time p span.wrap03 label select {
  width: 90%;
  padding: 13px 10px;
  border: 1px solid #BFBFBF;
  margin-right: 8px;
}
section.section_form .wrap .wrapper .tbody .box_time p span.wrap03:nth-child(2) {
  width: 21%;
}
@media only screen and (max-width: 768px) {
  section.section_form .wrap .wrapper .tbody .box_time p span.wrap03:nth-child(2) {
    width: 25%;
  }
}
section.section_form .wrap .wrapper .tbody .box_time p span.wrap03:nth-child(3) {
  width: 22%;
}
@media only screen and (max-width: 768px) {
  section.section_form .wrap .wrapper .tbody .box_time p span.wrap03:nth-child(3) {
    width: 30%;
  }
}
section.section_form .wrap .wrapper .tbody .box_time p span.wrap03:nth-child(4) {
  width: 27%;
}
@media only screen and (max-width: 768px) {
  section.section_form .wrap .wrapper .tbody .box_time p span.wrap03:nth-child(4) {
    width: 38%;
  }
}
section.section_form .wrap .wrapper .tbody .box_time p span.wrap03:nth-child(4) label::after {
  right: 12px;
}
section.section_form .wrap .wrapper .tbody .box_time p span.wrap03:nth-child(4) select {
  width: 100%;
}
section.section_form .wrap .wrapper .tbody .box_number {
  width: 42%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  section.section_form .wrap .wrapper .tbody .box_number {
    width: 100%;
    display: block;
    margin: 0 auto;
  }
}
section.section_form .wrap .wrapper .tbody .box_number p {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #FFF;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  section.section_form .wrap .wrapper .tbody .box_number p {
    width: 70%;
    flex-wrap: wrap;
    margin: 0 auto 6vw;
  }
}
section.section_form .wrap .wrapper .tbody .box_number p label {
  width: 30%;
}
@media only screen and (max-width: 768px) {
  section.section_form .wrap .wrapper .tbody .box_number p label {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    margin-bottom: 3vw;
  }
}
section.section_form .wrap .wrapper .tbody .box_number p span.wrap03 {
  width: 35%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #FFF;
}
@media only screen and (max-width: 768px) {
  section.section_form .wrap .wrapper .tbody .box_number p span.wrap03 {
    width: 48%;
  }
}
section.section_form .wrap .wrapper .tbody .box_number p span.wrap03 label {
  width: 65%;
  box-sizing: border-box;
  padding-left: 5px;
}
section.section_form .wrap .wrapper .tbody .box_number p span.wrap03 label select {
  padding: 13px 10px;
  border: 1px solid #BFBFBF;
  width: 90%;
  margin-right: 8px;
}
section.section_form .wrap .wrapper .tbody .box_number p.md {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  section.section_form .wrap .wrapper .tbody .box_number p.md {
    display: none;
  }
}
section.section_form .wrap .wrapper .tbody .box_number p.md a.select_search {
  width: 100%;
  display: block;
  background-color: #898989;
  padding: 12px 20px;
  color: #FFF;
  box-sizing: border-box;
  text-align: left;
  position: relative;
}
section.section_form .wrap .wrapper .tbody .box_number p.md a.select_search::after {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(-45deg);
}
section.section_form .wrap .wrapper .tbody .box_number p.sm {
  display: none;
}
@media only screen and (max-width: 768px) {
  section.section_form .wrap .wrapper .tbody .box_number p.sm {
    display: block;
  }
  section.section_form .wrap .wrapper .tbody .box_number p.sm.txt_center {
    display: block;
    width: 100%;
  }
  section.section_form .wrap .wrapper .tbody .box_number p.sm.txt_center a {
    width: 100%;
    display: block;
    background-color: #898989;
    color: #FFF;
    text-align: center;
    position: relative;
    padding: 6vw 4vw;
    box-sizing: border-box;
  }
  section.section_form .wrap .wrapper .tbody .box_number p.sm.txt_center a::after {
    content: "";
    width: 6px;
    height: 6px;
    border-right: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    position: absolute;
    top: 50%;
    right: 4vw;
    transform: translateY(-50%) rotate(-45deg);
  }
}
@media only screen and (max-width: 768px) {
  section.section_form .wrap .wrapper .tbody .box_number a.cancelBtnSp {
    color: #FFF;
    text-decoration: underline;
  }
}
section.section_form .wrap .wrapper .box_last {
  width: 18%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  section.section_form .wrap .wrapper .box_last {
    display: none;
  }
}
section.section_form .wrap .wrapper .box_last:nth-child(4) {
  position: relative;
  /*
  &::after{
  	content: "";
  	width: 1px;
  	height: 100%;
  	background-color: #898989;
  	position: absolute;
  	top: 0;
  	right: -13px;
  }
  */
}
section.section_form .wrap .wrapper .box_last a.input {
  width: 100%;
  display: block;
  background-color: #898989;
  color: #FFF;
  padding: 30px 20px;
  box-sizing: border-box;
  text-align: left;
  position: relative;
}
section.section_form .wrap .wrapper .box_last a.input::after {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(-45deg);
}
section.section_form .wrap .wrapper .box_last a.cancelBtn {
  color: #CCC;
  text-decoration: underline;
}

.totop {
  display: none;
  position: fixed;
  right: 10px;
  bottom: 190px;
  width: 85px;
}
@media only screen and (max-width: 768px) {
  .totop {
    bottom: 20px;
    width: 60px;
  }
}
.totop img {
  max-width: 100%;
}

/*# sourceMappingURL=style.css.map */
