@charset "UTF-8";
@import url("//fonts.googleapis.com/css?family=Roboto:400,900");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  font-family: リュウミン R-KL, Ryumin Regular KL, serif;
  font-size: 16px;
  line-height: 1.4;
  color: #231815;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 16px;
    min-width: 100%;
  }
}

h2, h3, h4 {
  font-family: リュウミン R-KL, Ryumin Regular KL, serif;
  letter-spacing: 0.16em;
}

a {
  text-decoration: none;
  color: #bc964c;
}
a:hover {
  text-decoration: none;
  color: #bc964c;
}
a:hover img {
  background: #000;
  opacity: 0.6;
}

.btn_bd {
  position: relative;
  display: inline-block;
  text-decoration: none;
}

.btn_bd::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #bc964c;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s;
}

.btn_bd:hover::after {
  transform: scale(1, 1);
}

img {
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  img {
    width: 100%;
  }
}

figure {
  margin: 0;
}

.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

.inner {
  width: 100%;
  max-width: 100%;
  padding: 0 40px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (max-width: 1240px) {
  .inner {
    max-width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .inner {
    max-width: 100%;
    min-width: 100%;
    padding: 0;
  }
}

.column {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contents_style {
  padding: 0 0 120px;
}
@media screen and (max-width: 750px) {
  .contents_style {
    padding: 0 0 80px;
  }
}
.contents_style > .section_style {
  padding-top: 50px;
  border-top: 2px solid #bc964c;
  margin-top: 50px;
}
@media screen and (max-width: 750px) {
  .contents_style > .section_style {
    padding-top: 5%;
  }
}
.contents_style > .section_style:first-child {
  padding-top: 0;
  border-top: none;
  margin-top: 0;
}
.contents_style .inner {
  overflow: hidden;
}

.img_box img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  #main {
    padding-top: 117px;
  }
}

.slick-prev:before, .slick-next:before {
  color: #bc964c;
  font-weight: bold;
  font-size: 30px;
}

.link_btn {
  text-align: center;
  font-size: 0;
  margin: 40px 0;
}
@media screen and (max-width: 768px) {
  .link_btn {
    padding: 0 20px;
  }
}
.link_btn a {
  display: inline-block;
  color: #fff;
  background: #bc964c;
  width: 300px;
  box-sizing: border-box;
  padding: 18px;
  text-align: center;
  font-size: 20px;
  border: 2px solid #bc964c;
}
@media screen and (max-width: 768px) {
  .link_btn a {
    width: 100%;
    margin-bottom: 0;
  }
}
.link_btn a:hover {
  color: #bc964c;
  background: #fff;
}

nav.cp_navi *, nav.cp_navi *:after, nav.cp_navi *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

nav.cp_navi a {
  text-decoration: none;
}

nav.cp_navi {
  margin: 2em 0;
  text-align: center;
}

.cp_navi .cp_pagination {
  display: inline-block;
  margin-top: 2em;
  padding: 0 0.5em;
}

.cp_navi .cp_pagenum {
  font-size: 1em;
  line-height: 50px;
  display: block;
  float: left;
  transition: 400ms ease;
  letter-spacing: 0.1em;
  color: #bc964c;
  border-radius: 0.3em;
  width: 50px;
  height: 50px;
  margin: auto .5em;
  border: 2px solid transparent;
}

.cp_navi .cp_pagenum:hover,
.cp_navi .cp_pagenum.current {
  color: #fff;
  border: 2px solid #bc964c;
  border-radius: 0.3em;
  background: #bc964c;
}

.cp_navi .cp_pagenum.prev,
.cp_navi .cp_pagenum.next {
  color: #bc964c;
  border: 2px solid #bc964c;
  background-color: #fff;
  border-radius: 0.3em;
  line-height: 45px;
  width: 90px;
}
@media screen and (max-width: 750px) {
  .cp_navi .cp_pagenum.prev,
  .cp_navi .cp_pagenum.next {
    width: 65px;
  }
}

.cp_navi .cp_pagenum.prev:hover,
.cp_navi .cp_pagenum.next:hover {
  color: #fff;
  border: 2px solid transparent;
  background-color: #bc964c;
}

@media only screen and (max-width: 960px) {
  .cp_navi .cp_pagination {
    margin: 0;
    padding: 0;
  }

  .cp_navi .cp_pagenum {
    font-size: 1em;
    line-height: 25px;
    width: 36px;
    height: 30px;
    margin: auto 5px;
  }

  .cp_navi .cp_pagenum.prev,
  .cp_navi .cp_pagenum.next {
    line-height: 1.5em;
  }

  .cp_navi .cp_pagenum.prev {
    margin-left: 0;
  }

  .cp_navi .cp_pagenum.next {
    margin-right: 0;
  }
}
@media only screen and (min-width: 120px) and (max-width: 767px) {
  .cp_navi .cp_pagenum {
    display: none;
  }

  .cp_navi .cp_pagenum:nth-of-type(2) {
    position: relative;
    padding-right: 20px;
  }

  .cp_navi .cp_pagenum:nth-of-type(2)::after {
    font-size: 1.2em;
    position: absolute;
    top: 0;
    left: 25px;
    content: '...';
  }

  .cp_navi .cp_pagenum:nth-child(-n+3),
  .cp_navi .cp_pagenum:nth-last-child(-n+3) {
    display: block;
  }

  .cp_navi .cp_pagenum:nth-last-child(-n+4) {
    padding: 0 5px;
  }

  .cp_navi .cp_pagenum:nth-last-child(-n+4)::after {
    content: none;
  }
}
/*====
    タイトル系　
=================================*/
.main_tile {
  text-align: center;
  font-size: 34px;
  margin-bottom: 60px;
}
@media screen and (max-width: 750px) {
  .main_tile {
    margin-bottom: 30px;
    font-size: 4vh;
  }
}
.main_tile .main {
  display: block;
}
.main_tile .sub {
  font-size: 1.2rem;
  display: inline-block;
  color: #bc964c;
  border-bottom: 1px solid #e0ddb7;
  padding-bottom: .1rem;
  margin-bottom: 10px;
}

.border {
  transition-duration: 1s;
  display: block;
  width: 0;
  padding-top: 5px;
  border-bottom: 2px solid #bc964c;
}

/*====
    フェードイン　
=================================*/
.fade_off {
  position: relative;
  bottom: -20px;
  opacity: 0;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;
  transition: all 1s;
}
@media screen and (max-width: 768px) {
  .fade_off {
    opacity: 1;
    bottom: 0;
  }
}

.fade_on {
  position: relative;
  bottom: 0 !important;
  opacity: 1 !important;
}

/*================================
    header
=================================*/
header {
  width: 100%;
  box-sizing: border-box;
  z-index: 999999;
  padding: 20px;
  position: fixed;
  transition-duration: 1s;
  background: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 768px) {
  header {
    padding: 20px 0;
    background: #fff;
    z-index: 999999;
    min-width: 100%;
  }
}
header.fixed {
  background: #fff;
  box-shadow: 0px 0px 4px #bc964c;
}
header.fixed .nav_list li a {
  color: #bc964c;
}
header.fixed .nav_list li a:hover {
  color: #bc964c;
}
header.fixed .nav_pc .nav {
  width: 100%;
}
header.fixed .nav_pc .reservation_box {
  display: none;
}
header .header_top {
  display: table;
  width: 100%;
}
@media screen and (max-width: 768px) {
  header .header_top {
    text-align: center;
  }
}
header .header_top .logo {
  display: table-cell;
  width: 13%;
  max-width: 254px;
}
@media screen and (max-width: 768px) {
  header .header_top .logo {
    display: block;
    text-align: center;
    width: 100%;
    max-width: 100%;
  }
}
header .header_top .logo h1 {
  display: inline-block;
}
@media screen and (max-width: 320px) {
  header .header_top .logo h1 {
    width: 55%;
  }
}
header .header_top .logo a {
  width: 260px;
  display: block;
}
header .header_top .logo a:hover img {
  background: none;
  opacity: 1;
}

.contents_nav {
  display: table-cell;
  vertical-align: middle;
  padding-left: 2%;
}
@media screen and (max-width: 768px) {
  .contents_nav {
    display: none;
  }
}
.contents_nav .nav_pc {
  overflow: hidden;
}
.contents_nav .nav_pc .nav {
  float: left;
  width: 57%;
  transition-duration: 1s;
}
@media screen and (max-width: 1840px) {
  .contents_nav .nav_pc .nav {
    width: 70%;
  }
}
@media screen and (max-width: 1240px) {
  .contents_nav .nav_pc .nav {
    width: 75%;
  }
}

.nav_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.nav_list li {
  text-align: center;
  box-sizing: border-box;
  letter-spacing: 4px;
  margin-left: 20px;
}
.nav_list li a {
  color: #bc964c;
  width: 100%;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
  padding: 15px 0;
  display: block;
}
.nav_list li a:hover {
  color: #bc964c;
}
.nav_list li a .sub {
  font-size: 10px;
  display: block;
}
@media screen and (max-width: 768px) {
  .nav_list li a .sub {
    display: block;
    padding: 5px 0 0 2px;
  }
}
.nav_list li.nav_contact {
  padding: 20px 0;
}
.nav_list li.nav_contact a {
  font-size: 14px;
  padding: 16px 36px 17px;
  box-sizing: border-box;
  display: block;
}
@media screen and (max-width: 768px) {
  .nav_list li.nav_contact a {
    text-align: left;
  }
}
.nav_list li.nav_contact a .ico_mail {
  background: url(/common/img/pc/ico/ico_mail.png) no-repeat;
  background-position: left center;
  padding-left: 24px;
}
@media screen and (max-width: 768px) {
  .nav_list li.nav_contact a .ico_mail {
    padding-left: 0;
  }
}
.nav_list li.nav_contact a:hover {
  color: #fff;
}
.nav_list li.nav_contact a:hover .ico_mail {
  background: url(/common/img/pc/ico/ico_mail_whi.png) no-repeat;
  background-position: left center;
}

.reservation_box {
  float: right;
  margin: 12px 0;
}
.reservation_box ul {
  overflow: hidden;
}
.reservation_box ul li {
  float: left;
  margin-left: 20px;
  width: 200px;
  box-sizing: border-box;
}
@media screen and (max-width: 1840px) {
  .reservation_box ul li {
    width: 125px;
  }
}
@media screen and (max-width: 1240px) {
  .reservation_box ul li {
    width: 90px;
  }
}
.reservation_box ul li a {
  display: block;
  border: 2px solid transparent;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  box-sizing: border-box;
}
.reservation_box ul li.confirmation a {
  background: #3f547c;
}
.reservation_box ul li.confirmation a:hover {
  color: #3f547c;
  background: #fff;
  border: 2px solid #3f547c;
}
.reservation_box ul li.reservation a {
  box-sizing: border-box;
  background: #978f10;
}
.reservation_box ul li.reservation a:hover {
  color: #978f10;
  background: #fff;
  border: 2px solid #978f10;
}
.reservation_box ul li:first-child {
  margin-left: 0;
}

.nav_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .nav_sp {
    display: block;
  }
}
.nav_sp .logo {
  text-align: center;
  padding: 19px 0;
}
.nav_sp .logo h1 {
  display: inline-block;
}
.nav_sp .logo h1 a {
  color: #fff;
}
.nav_sp .nav_list li {
  float: none;
  text-align: left;
  display: block;
  width: 100%;
  border-bottom: 2px solid #fff;
  margin: 0;
}
.nav_sp .nav_list li a {
  border: none;
  display: block;
  font-size: 14px;
  padding: 20px;
  background: url(/common/img/sp/ico/ico_arrow_right_wh.png) no-repeat;
  background-position: right 20px center;
  background-size: 10px;
  color: #fff !important;
}
.nav_sp .nav_list li:first-child {
  border-top: 2px solid #fff;
}
.nav_sp .nav_list li .main {
  min-width: 280px;
  display: inline-block;
}
.nav_sp .inf_link {
  margin-top: 60px;
}
.nav_sp .inf_link ul {
  padding-bottom: 60px;
}
.nav_sp .inf_link ul li {
  margin-top: 55px;
}
.nav_sp .inf_link ul li a {
  background: #fff;
  display: block;
  text-align: center;
  height: 112px;
  box-sizing: border-box;
  font-size: 30px;
  padding: 38px 0;
}
.nav_sp .inf_link ul li span {
  color: #bc964c;
}
.nav_sp .inf_link ul li:first-child {
  margin-top: 0;
}

.telLink {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .telLink .telLink {
    pointer-events: auto;
  }
}

.drawer-nav {
  position: fixed;
  z-index: 101;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  color: #fff;
  background-color: #bc964c;
  padding: 0 15px 100px;
  box-sizing: border-box;
}

.drawer--right .drawer-nav {
  right: -100%;
}

.drawer-hamburger {
  right: auto;
  left: 15px;
  top: 33px;
  width: 36px;
  height: 20px;
  box-sizing: border-box;
  padding: 0;
  z-index: 9999999;
  display: none;
}
@media screen and (max-width: 750px) {
  .drawer-hamburger {
    display: block;
  }
}
@media screen and (max-width: 320px) {
  .drawer-hamburger {
    top: 27px;
  }
}

.drawer-hamburger-icon, .drawer-hamburger-icon:before, .drawer-hamburger-icon:after {
  width: 100%;
  height: 2px;
  background-color: #bc964c;
  margin-top: 0px;
}

.drawer-hamburger-icon:before, .drawer-hamburger-icon:after {
  top: -7px;
}

.drawer-hamburger-icon:after {
  top: 7px;
  width: 60%;
}

.drawer-open .drawer-hamburger-icon:before {
  background: #fff;
}

.drawer-open .drawer-hamburger-icon:after {
  background: #fff;
  width: 100%;
}

.drawer-overlay {
  z-index: -1;
}

.share_style header {
  background: #fff;
}
.share_style header .logo {
  padding: 11px 0 10px 30px;
  transition-duration: .3s;
}
.share_style header .logo h1:before {
  content: "";
  width: 0px;
  height: 0px;
  border-top: 40px solid;
  border-right: 20px solid;
  border-bottom: 40px solid;
  border-left: 20px solid;
  border-color: #bc964c transparent transparent #bc964c;
  margin-left: 260px;
}
.share_style header .logo h1:after {
  content: "";
  width: 260px;
  height: 80px;
  background-color: #bc964c;
  position: absolute;
  top: 0;
  left: 0;
}
.share_style header .logo a {
  font-size: 20px;
}
.share_style header .logo a .blk {
  display: none;
}
.share_style header .logo .cover {
  background: url(/common/img/pc/logo/bg_logo_s.png) no-repeat;
  width: 300px;
  height: 80px;
}
.share_style header .nav_list a {
  color: #000;
}
.share_style header .nav_list a .sub {
  color: #bc964c;
}
@media screen and (max-width: 768px) {
  .share_style header .nav_list a .sub {
    color: #fff;
  }
}
.share_style header .contents_nav {
  padding: 14px 30px 14px 0;
  transition-duration: .3s;
}
.share_style header .nav_list .nav_contact a {
  border: 1px solid #bc964c;
  padding: 15px 35px 16px;
}
@media screen and (max-width: 768px) {
  .share_style header .nav_list .nav_contact a {
    border: none;
    padding: 38px 30px;
  }
}

/* reservation */
#reservation_block .resWrap {
  overflow: hidden;
}

#reservation_block h2 {
  width: 300px;
  height: 90px;
  color: #ffffff;
  background: #bc964c;
  font-size: 17px;
  font-weight: normal;
  float: left;
  padding: 36px 10px 30px;
  text-align: center;
  box-sizing: border-box;
}

#reservation_block .resForm {
  position: relative;
  float: left;
  background: #fff;
  color: #bc964c;
  width: calc(100% - 300px);
  padding: 25px 50px 19px;
  box-sizing: border-box;
}
#reservation_block .resForm form {
  display: inline-block;
  padding-top: 11px;
}
#reservation_block .resForm .reservation_box {
  margin: 0;
}

#reservation_block .resForm dl {
  overflow: hidden;
}

#reservation_block .resForm dl dt {
  font-size: 16px;
  float: left;
}

#reservation_block .resForm dl dd {
  font-size: 16px;
  float: left;
}

#reservation_block .resForm dl dd span {
  display: inline-block;
}

#reservation_block .resForm dl dd input {
  font-family: "游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
  font-size: 13px;
  width: 85px;
  height: 24px;
  padding: 0 0 0 10px;
  border: 1px solid #707070;
  border-radius: 5px;
  background: #ffffff;
  box-sizing: border-box;
  margin-right: 5px;
  margin-left: 5px;
}

#reservation_block .resForm dl dd span.month input,
#reservation_block .resForm dl dd span.day input {
  width: 60px;
}

#reservation_block .resForm p {
  font-size: 13px;
  clear: both;
  margin-top: 15px;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}

button[type=submit] {
  font-family: "游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
  position: absolute;
  top: 25px;
  left: 430px;
  border: 0;
  background-color: #324023;
  color: #ffffff;
  width: 300px;
  padding: 17px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color .3s linear;
  -webkit-transition: background-color .3s linear;
}
@media screen and (max-width: 1840px) {
  button[type=submit] {
    width: 200px;
  }
}
@media screen and (max-width: 1280px) {
  button[type=submit] {
    width: 150px;
  }
}

button[type=submit]:hover {
  background-color: #5e7842;
}

#reservation_block {
  opacity: 0;
  display: block;
  transition-duration: 1s;
  position: fixed;
  left: 0;
  bottom: -200px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #reservation_block {
    display: none;
  }
}

.fixed #reservation_block {
  position: fixed;
  bottom: 0;
  z-index: 2;
  box-shadow: 0px 0px 4px #bc964c;
  opacity: 1;
  transition-duration: 1s;
}
@media screen and (max-width: 768px) {
  .fixed #reservation_block {
    display: none;
  }
}

.fixed #reservation_block h2 {
  height: 90px;
  padding: 36px 10px 30px;
  transition: all .3s linear;
  -webkit-transition: all .3s linear;
}

.fixed #reservation_block .resForm {
  padding: 25px 50px 24px;
  transition: all .3s linear;
  -webkit-transition: all .3s linear;
}

.fixed #reservation_block button[type=submit] {
  top: 16px;
}

.fixed #teaser {
  margin-top: 90px;
}

/*================================
    footer
=================================*/
footer {
  padding: 100px 0;
  color: #bc964c;
  border-top: 2px solid #bc964c;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  footer {
    padding: 60px 4% 0;
  }
}
footer .footer_inf {
  padding-bottom: 40px;
  position: relative;
}
footer .inner {
  max-width: 1200px;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  footer h1 {
    display: flex;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  footer h1 a {
    margin: 0 auto;
  }
}

footer h2 {
  font-size: 32px;
  margin-bottom: 20px;
  padding-top: 10px;
}
@media screen and (max-width: 920px) {
  footer h2 {
    font-size: 26px;
  }
}
@media screen and (max-width: 750px) {
  footer h2 {
    font-size: 4vh;
    margin-bottom: 10px;
    padding-top: 30px;
    text-align: center;
  }
}
@media screen and (max-width: 750px) {
  footer p {
    text-align: center;
  }
}
footer .address_inf {
  margin-bottom: 10px;
}
footer .tel_inf a {
  color: #bc964c;
}
footer .copyright {
  padding: 10px 0;
  text-align: center;
}
@media screen and (max-width: 750px) {
  footer .copyright {
    font-size: 2vh;
  }
}
footer .languace_box li {
  margin-top: 10px;
}
footer .languace_box li:first-child {
  margin: 0;
}
footer .languace_box a {
  color: #bc964c;
  padding-bottom: 4px;
}
@media screen and (max-width: 750px) {
  footer .languace_box a {
    font-size: 2vh;
  }
}
footer .site_box li {
  width: 49%;
  margin-left: 2%;
  margin-top: 10px;
}
@media screen and (max-width: 750px) {
  footer .site_box li {
    text-align: center;
  }
}
footer .site_box li:nth-child(-n + 2) {
  margin-top: 0;
}
footer .site_box li:nth-child(odd) {
  margin-left: 0;
}
footer .site_box li a {
  color: #bc964c;
  padding-bottom: 4px;
}
@media screen and (max-width: 750px) {
  footer .site_box li a {
    font-size: 2vh;
  }
}
@media screen and (max-width: 750px) {
  footer .info_block {
    font-size: 4vw;
  }
}
footer .info_block.left {
  width: 45%;
}
@media screen and (max-width: 750px) {
  footer .info_block.left {
    width: 100%;
  }
}
footer .info_block.left .logo {
  width: 260px;
  margin-bottom: 20px;
}
footer .info_block.left .logo h2 {
  padding: 0;
}
footer .info_block.left .logo a:hover img {
  opacity: 1;
  background: none;
}
footer .info_block.center {
  width: 20%;
}
@media screen and (max-width: 750px) {
  footer .info_block.center {
    width: 100%;
  }
}
footer .info_block.right {
  width: 30%;
}
@media screen and (max-width: 750px) {
  footer .info_block.right {
    width: 100%;
  }
}

.contact_inf {
  background: #fff;
  padding: 20px 0;
  border: 2px solid #bc964c;
  width: 100%;
  position: absolute;
  top: -160px;
  left: 50%;
  margin-left: -500px;
  max-width: 1000px;
  box-sizing: border-box;
}
@media screen and (max-width: 1020px) {
  .contact_inf {
    top: -145px;
    left: 50%;
    margin-left: -325px;
    max-width: 650px;
  }
}
@media screen and (max-width: 750px) {
  .contact_inf {
    padding: 2% 4%;
    top: -90px;
    left: 0;
    margin-left: 0;
  }
}
@media screen and (max-width: 370px) {
  .contact_inf {
    top: -84px;
  }
}
.contact_inf dl {
  display: table;
  width: 100%;
}
.contact_inf dl dt {
  display: table-cell;
  vertical-align: middle;
  width: 52%;
  padding-left: 48px;
}
@media screen and (max-width: 1020px) {
  .contact_inf dl dt {
    padding-left: 20px;
  }
}
@media screen and (max-width: 750px) {
  .contact_inf dl dt {
    width: 100%;
  }
}
.contact_inf dl dt p {
  display: table;
  width: 100%;
  vertical-align: middle;
}
.contact_inf dl dt p span {
  display: table-cell;
  vertical-align: middle;
}
.contact_inf dl dt p .line {
  display: inline;
  font-size: 20px;
  position: relative;
  top: -1px;
  left: 29px;
}
@media screen and (max-width: 376px) {
  .contact_inf dl dt p .line {
    top: 0px;
    left: 15px;
  }
}
@media screen and (max-width: 320px) {
  .contact_inf dl dt p .line {
    font-size: 14px;
    left: 0;
  }
}
@media screen and (max-width: 750px) {
  .contact_inf dl dt p .reservation {
    width: 100px;
  }
}
.contact_inf dl dt p .cancel a {
  font-size: 20px;
  margin-left: 60px;
}
@media screen and (max-width: 1020px) {
  .contact_inf dl dt p .cancel a {
    font-size: 15px;
  }
}
@media screen and (max-width: 376px) {
  .contact_inf dl dt p .cancel a {
    margin-left: 30px;
  }
}
@media screen and (max-width: 320px) {
  .contact_inf dl dt p .cancel a {
    margin-left: 15px;
    font-size: 12px;
  }
}
.contact_inf dl dd {
  display: table-cell;
  vertical-align: middle;
  border-left: 2px solid #bc964c;
  padding: 0px 0 0 80px;
  width: 36%;
}
@media screen and (max-width: 1020px) {
  .contact_inf dl dd {
    padding: 0 0 0 30px;
  }
}
@media screen and (max-width: 750px) {
  .contact_inf dl dd {
    display: none;
  }
}
.contact_inf dl dd .cont_text {
  font-size: 18px;
  color: #000;
}
@media screen and (max-width: 1020px) {
  .contact_inf dl dd .cont_text {
    font-size: 13px;
  }
}
.contact_inf dl dd .tel_link a {
  font-size: 32px;
  padding-left: 50px;
  background: url(/common/img/pc/ico/phone.svg) no-repeat;
  background-position: left center;
  background-size: 13%;
  color: #bc964c;
}
@media screen and (max-width: 1020px) {
  .contact_inf dl dd .tel_link a {
    font-size: 22px;
    padding-left: 30px;
  }
}
.contact_inf dl dd .tel_link a:hover {
  color: #bc964c;
}
.contact_inf .reservation a {
  padding-left: 25%;
  background: url(/common/img/pc/ico/cal.svg) no-repeat;
  background-size: 21%;
  background-position: left center;
  font-size: 32px;
}
@media screen and (max-width: 1020px) {
  .contact_inf .reservation a {
    font-size: 18px;
  }
}
@media screen and (max-width: 750px) {
  .contact_inf .reservation a {
    font-size: 18px;
  }
}
@media screen and (max-width: 320px) {
  .contact_inf .reservation a {
    font-size: 12px;
  }
}
.contact_inf .cancel a {
  padding-bottom: 4px;
}
@media screen and (max-width: 750px) {
  .contact_inf .cancel a {
    padding-bottom: 0;
    font-size: 3vw;
  }
}

@media screen and (max-width: 750px) {
  .languace_box ul {
    display: flex;
    flex-wrap: wrap;
  }
  .languace_box ul li {
    width: 50%;
    text-align: center;
  }
  .languace_box ul li:nth-child(2) {
    margin-top: 0;
  }
}

.sns_box {
  margin-top: 20px;
}
@media screen and (max-width: 750px) {
  .sns_box {
    margin-top: 30px;
  }
}
@media screen and (max-width: 750px) {
  .sns_box .d_flex {
    justify-content: center;
  }
}
.sns_box li {
  margin-left: 20px;
}
.sns_box li:first-child {
  margin-left: 0;
}
.sns_box li a:hover img {
  background: #fff;
}
.sns_box li img {
  width: 35px;
}

.sp_tel {
  margin-bottom: 20px;
}
.sp_tel .cont_text {
  padding-bottom: 10px;
}
.sp_tel .tel_link a {
  font-size: 10vw;
}
@media screen and (max-width: 768px) {
  .sp_tel .tel_link a {
    font-size: 5vw;
  }
}
.sp_tel .tel_link a span {
  background: url(/common/img/pc/ico/phone.svg) no-repeat;
  background-position: left center;
  background-size: 10%;
  padding-left: 40px;
}

/*================================
    パララックス系
=================================*/
.parallax-bg {
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 750px) {
  .parallax-bg {
    background-attachment: unset;
  }
}

/*================================
    リンク系
=================================*/
.btn_link {
  margin-top: 40px;
  text-align: left;
  display: inline-block;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .btn_link {
    margin-top: 6%;
  }
}
.btn_link a {
  font-size: 3vh;
  padding-bottom: 8px;
}
@media screen and (max-width: 750px) {
  .btn_link a {
    font-size: 4vw;
  }
}
.btn_link .btn_bd::after {
  bottom: 0px;
}

.br_link {
  position: relative;
  display: inline-block;
  text-decoration: none;
}

.br_link::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #bc964c;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .3s;
}

.br_link:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}

/*================================
    list_style
=================================*/
.list_style {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.list_style li {
  width: 48.718%;
  margin: 0 0 0 2.56%;
}
@media screen and (max-width: 768px) {
  .list_style li {
    width: 100%;
    margin: 20px 0 0 0;
  }
}
.list_style li:first-child {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .list_style li:first-child {
    margin: 0 !important;
  }
}
.list_style li:nth-child(-n+4) {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .list_style li:nth-child(-n+4) {
    margin: 20px 0 0 0;
  }
}
.list_style li.img_max {
  width: 100%;
  display: block;
  margin: 20px 0 0 0;
}
.list_style li.img_max .img_box {
  height: 520px;
}
.list_style li.img_max .img_box img {
  height: 520px;
}
.list_style .img_box {
  position: relative;
  height: 200px;
}
.list_style .img_box img {
  height: 200px;
  object-fit: cover;
  width: 100%;
}
.list_style .img_box .ctg_tag {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
}
.list_style figcaption {
  padding: 25px 0;
}
.list_style .day {
  font-size: 12px;
  margin-bottom: 20px;
}
.list_style .cont_title {
  margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
  .list_style .cont_title {
    margin-bottom: 10px;
  }
}

.youtube {
  width: 100%;
  padding: 0;
  box-sizing: border-box;
}

.youtube .inner {
  padding-top: 56.25%;
  position: relative;
  height: 0;
  overflow: hidden;
}

.youtube .inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.figure_cont .list_style li {
  width: 31.667%;
  margin: 0 0 0 2.5%;
}
@media screen and (max-width: 750px) {
  .figure_cont .list_style li {
    width: 100%;
    margin: 0;
  }
}
.figure_cont .list_style li:first-child {
  margin-left: 0;
}
.figure_cont .list_style li:nth-child(4) {
  margin-left: 0;
}
.figure_cont .list_style li:nth-child(7) {
  margin-left: 0;
}
.figure_cont .list_style li .img_box {
  height: auto;
}
.figure_cont .list_style li .img_box img {
  max-height: 400px;
  height: auto;
}
.figure_cont .list_style figcaption {
  border-top: none;
  box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .figure_cont .list_style figcaption {
    padding: 5% 4%;
  }
}

.d_flex {
  display: flex;
  flex-wrap: wrap;
}

.figure_list {
  width: 100%;
}
.figure_list .img_box {
  width: 48%;
}
@media screen and (max-width: 750px) {
  .figure_list .img_box {
    width: 100%;
  }
}
.figure_list .img_box img {
  height: 200px;
  object-fit: cover;
}
.figure_list figcaption {
  width: 50%;
  padding: 0 0 0 2%;
}
@media screen and (max-width: 750px) {
  .figure_list figcaption {
    width: 100%;
    padding: 4%;
  }
}

/*================================
    news_list
=================================*/
#top {
  /*================================
  		keyviual
  =================================*/
  /*=============
  slick
  =============*/
  /*================================
      pickup_box
  =================================*/
  /*================================
      top_cont
  =================================*/
  /*================================
      contents_block
  =================================*/
  /*================================
      top_peripheral
  =================================*/
  /*================================
      room_box
  =================================*/
  /*================================
      top_info
  =================================*/
  /*================================
      top_map
  =================================*/
}
#top #main {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #top #main {
    padding-top: 97px;
  }
}
@media screen and (max-width: 320px) {
  #top #main {
    padding-top: 79px;
  }
}
#top #keyvisual {
  position: relative;
}
#top #keyvisual .slider {
  overflow: hidden;
}
#top #keyvisual video {
  min-width: 100%;
  min-height: 100%;
  vertical-align: top;
}
#top #keyvisual .kv_cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#top #keyvisual .slick-list {
  height: 100%;
}
#top #keyvisual .text_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#top #keyvisual .text_box .text_style {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  z-index: 1;
  margin-top: -16%;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #top #keyvisual .text_box .text_style {
    writing-mode: unset;
    -ms-writing-mode: unset;
    -webkit-writing-mode: unset;
    width: 100%;
    left: 0;
    padding: 0 20px;
    box-sizing: border-box;
    margin-top: -35px;
  }
}
#top #keyvisual .text_box h2 {
  margin-left: 15%;
  font-size: 1.5vw;
}
@media screen and (max-width: 768px) {
  #top #keyvisual .text_box h2 {
    font-size: 18px;
    margin-left: 0;
  }
}
#top #keyvisual .c-scrollLine {
  width: 1px;
  height: 80px;
  background: #dcdcdc;
  position: absolute;
  left: 50%;
  display: block;
  z-index: 10;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 750px) {
  #top #keyvisual .c-scrollLine {
    height: 30px;
  }
}
#top #keyvisual .c-scrollLine.c-scrollLine:after, #top #keyvisual .c-scrollLine.c-scrollLine:before {
  content: "";
  width: 100%;
  height: 100%;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-animation-duration: 1.6s;
  animation-duration: 1.6s;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  display: block;
}
#top #keyvisual .c-scrollLine:before {
  background: #dcdcdc;
  -webkit-animation-name: lineInOut2;
  animation-name: lineInOut2;
  position: absolute;
  top: 0;
  z-index: 100;
}
#top #keyvisual .c-scrollLine:after {
  background: #787878;
  -webkit-animation-name: lineInOut;
  animation-name: lineInOut;
  z-index: 10;
}
#top .c-scrollLine:after,
#top .c-scrollLine:before {
  content: "";
  width: 100%;
  height: 100%;
  -webkit-animation-duration: 1.6 s;
  animation-duration: 1.6 s;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  display: block;
}
#top .c-scrollLine:after {
  background: #787878;
  -webkit-animation-name: lineInOut;
  animation-name: lineInOut;
  z-index: 10;
}
#top .c-scrollLine:before {
  background: #dcdcdc;
  -webkit-animation-name: lineInOut2;
  animation-name: lineInOut2;
  position: absolute;
  top: 0;
  z-index: 100;
}
@-webkit-keyframes lineInOut {
  0% {
    opacity: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    transform-origin: top;
  }
  5% {
    opacity: 1;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    transform-origin: top;
  }
  59% {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: top;
    transform-origin: top;
  }
  60% {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }
  to {
    opacity: 1;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }
}
@keyframes lineInOut {
  0% {
    opacity: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    transform-origin: top;
  }
  5% {
    opacity: 1;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    transform-origin: top;
  }
  59% {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: top;
    transform-origin: top;
  }
  60% {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }
  to {
    opacity: 1;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }
}
@-webkit-keyframes lineInOut2 {
  0% {
    opacity: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    transform-origin: top;
  }
  5% {
    opacity: 1;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    transform-origin: top;
  }
  20% {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: top;
    transform-origin: top;
  }
  21% {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }
  to {
    opacity: 1;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }
}
@keyframes lineInOut2 {
  0% {
    opacity: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    transform-origin: top;
  }
  5% {
    opacity: 1;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    transform-origin: top;
  }
  20% {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: top;
    transform-origin: top;
  }
  21% {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }
  to {
    opacity: 1;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }
}
#top #slider .inner {
  margin: 0 auto !important;
  height: 100%;
  position: relative;
}
#top #slider .img_box a:hover {
  background: #fff;
  opacity: 0.9;
}
#top #slider .img_box img {
  width: 100%;
  display: inline-block;
}
#top #slider .slick-slide {
  opacity: 0.3;
  transition-duration: 0.1s;
}
@media screen and (max-width: 750px) {
  #top #slider .slick-slider {
    height: 500px !important;
  }
}
#top #slider .slick-slide.slick-current {
  opacity: 1;
}
#top #slider .slick-prev, #top #slider .slick-next {
  z-index: 1;
}
#top #slider .slick-prev {
  z-index: 1;
  left: 490px;
}
#top #slider .slick-next {
  right: 490px;
}
#top .text-item {
  display: none;
}
#top .text-item.text-current {
  display: block;
}
#top .slick-dots {
  bottom: -40px;
  z-index: 1;
}
#top .slick-dots li button:before {
  font-size: 25px;
  width: 10px;
  height: 10px;
  line-height: 10px;
  color: #ff7f7f;
}
#top .slick-dots li.slick-active button:before {
  color: #ff7f7f;
}
#top .slick-dotted.slick-slider {
  margin-bottom: 40px;
}
#top .slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 0;
}
#top #text-list {
  width: 100%;
  max-width: 1000px;
  position: absolute;
  bottom: 100px;
  left: 50%;
  margin-left: -500px;
}
@media screen and (max-width: 768px) {
  #top #text-list {
    margin-left: 0;
    position: static;
  }
}
#top #text-list .text-item {
  padding: 10px;
  background: #fff;
}
#top .pickup_box {
  position: absolute;
  bottom: 20px;
  right: 50px;
  width: 400px;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  #top .pickup_box {
    right: 0px;
    width: 90%;
  }
}
#top .pickup_box a {
  display: block;
  background: #fff;
  padding: 10px;
  box-sizing: border-box;
}
#top .pickup_box a .img_box {
  width: 35%;
}
#top .pickup_box a .img_box img {
  height: 100px;
  object-fit: fill;
}
#top .pickup_box a figcaption {
  width: 62%;
  padding: 20px 0 10px 3%;
}
#top .pickup_box a figcaption .day {
  font-size: 12px;
  padding-bottom: 5px;
}
#top .pickup_box a figcaption .cont_title {
  font-size: 18px;
}
#top .pickup_box a:hover .border {
  width: 100%;
}
#top .top_cont {
  padding: 100px 20px 0;
}
@media screen and (max-width: 750px) {
  #top .top_cont {
    padding: 40px 0 0 0;
  }
}
#top .top_cont .d_flex > ul {
  width: 100%;
}
#top .top_cont .figure_list .img_box img {
  height: 500px;
}
@media screen and (max-width: 750px) {
  #top .top_cont .figure_list .img_box img {
    height: 300px;
  }
}
#top .cont_text_block {
  text-align: center;
  margin-top: 5%;
}
@media screen and (max-width: 750px) {
  #top .cont_text_block {
    margin: 5% 0;
  }
}
#top .cont_text_block .cont_title {
  font-size: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 750px) {
  #top .cont_text_block .cont_title {
    font-size: 3.3vh;
    margin-bottom: 20px;
  }
}
#top .cont_text_block .cont_title .sub {
  display: block;
  padding-bottom: 10px;
  color: #bc964c;
  font-size: 18px;
}
@media screen and (max-width: 750px) {
  #top .cont_text_block .cont_title .sub {
    font-size: 4vw;
  }
}
#top .cont_text_block .cont_text {
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 750px) {
  #top .cont_text_block .cont_text {
    font-size: 3.1vw;
  }
}
#top .contents_block .d_flex.img_left {
  flex-direction: row-reverse;
}
#top .contents_block .d_flex.img_left figcaption {
  padding: 2%;
}
@media screen and (max-width: 750px) {
  #top .contents_block .d_flex.img_left figcaption {
    padding: 4%;
  }
}
#top .contents_block .img_box {
  width: 60%;
  position: relative;
}
@media screen and (max-width: 750px) {
  #top .contents_block .img_box {
    width: 100%;
  }
}
#top .contents_block .img_box img {
  max-height: 800px;
  height: 100%;
}
@media screen and (max-width: 750px) {
  #top .contents_block .img_box img {
    height: 260px;
    max-height: 100%;
  }
}
#top .contents_block .img_box .text_box {
  position: absolute;
  top: 50%;
  left: 0;
  font-size: 28px;
  color: #FFF;
  margin: -88px 0 0 0;
  width: 100%;
}
@media screen and (max-width: 750px) {
  #top .contents_block .img_box .text_box {
    top: 200px;
  }
}
#top .contents_block .img_box .text_box h2 {
  text-align: center;
  line-height: 2;
  font-size: 5vh;
}
@media screen and (max-width: 750px) {
  #top .contents_block .img_box .text_box h2 {
    font-size: 5vw;
  }
}
#top .contents_block .img_box .text_box h2 span {
  font-size: 7vh;
}
@media screen and (max-width: 750px) {
  #top .contents_block .img_box .text_box h2 span {
    font-size: 4vh;
  }
}
#top .contents_block .img_box .pickup_title {
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 0 40px;
  box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  #top .contents_block .img_box .pickup_title {
    top: 30px;
  }
}
#top .contents_block .img_box .pickup_title h3 {
  border-top: 2px solid #bc964c;
  border-bottom: 2px solid #bc964c;
  padding: 10px;
  font-size: 5vh;
  color: #fff;
}
@media screen and (max-width: 750px) {
  #top .contents_block .img_box .pickup_title h3 {
    font-size: 7vw;
    border-color: #fff;
  }
}
#top .contents_block figcaption {
  width: 36%;
}
@media screen and (max-width: 750px) {
  #top .contents_block figcaption {
    width: 100%;
  }
}
#top .contents_block figcaption h3 {
  font-size: 1.5vw;
  margin-bottom: 10px;
}
@media screen and (max-width: 750px) {
  #top .contents_block figcaption h3 {
    font-size: 4.4vw;
  }
}
#top .contents_block figcaption h4 {
  font-size: 1.2vw;
  color: red;
  margin-bottom: 10px;
}
@media screen and (max-width: 750px) {
  #top .contents_block figcaption h4 {
    font-size: 3vw;
  }
}
#top #top_peripheral .figure_cont .list_style li {
  width: calc((100% - 7.5%) / 4);
  margin: 0 0 0 2.5%;
}
@media screen and (max-width: 750px) {
  #top #top_peripheral .figure_cont .list_style li {
    width: 100%;
    margin: 0;
  }
}
#top #top_peripheral .figure_cont .list_style li:first-child {
  margin-left: 0;
}
#top .room_box ul li {
  position: relative;
  width: 100%;
  height: 500px;
  margin-top: 40px;
}
@media screen and (max-width: 750px) {
  #top .room_box ul li {
    height: 200px;
  }
}
#top .room_box ul li:first-child {
  margin-top: 0;
}
#top .room_box ul li:hover .cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
  background: rgba(0, 0, 0, 0.3);
}
#top .room_box ul li a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  width: 100%;
  z-index: 1;
}
#top .room_box ul li .text_box {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  text-align: center;
  width: 100%;
  z-index: 2;
  margin-top: -44px;
  transition-duration: .5s;
  color: #fff;
  line-height: 2;
}
@media screen and (max-width: 750px) {
  #top .room_box ul li .text_box {
    margin-top: -36px;
  }
}
#top .room_box ul li .text_box h2 {
  font-size: 5vh;
}
#top .room_box ul li .text_box p {
  margin-top: 10vh;
  opacity: 0;
  font-size: 24px;
  transition-duration: 1.5s;
}
@media screen and (max-width: 750px) {
  #top .room_box ul li .text_box p {
    display: none;
  }
}
#top .room_box ul li:hover .text_box {
  top: 75px;
}
@media screen and (max-width: 750px) {
  #top .room_box ul li:hover .text_box {
    top: 50%;
  }
}
#top .room_box ul li:hover .text_box p {
  opacity: 1;
}
@media screen and (max-width: 750px) {
  #top .room_box ul li:hover .text_box p {
    opacity: 0;
  }
}
#top .room_box ul .img_bg_01 {
  background-image: url(/img/pc/top/parallax-bg_img01.jpg);
  background-size: cover;
}
#top .room_box ul .img_bg_02 {
  background-image: url(/img/pc/top/parallax-bg_img02.jpg);
  background-size: cover;
}
#top .room_box ul .img_bg_03 {
  background-image: url(/img/pc/top/parallax-bg_img03.jpg);
  background-size: cover;
}
#top .room_box ul .img_bg_04 {
  background-image: url(/img/pc/top/parallax-bg_img04.jpg);
  background-size: cover;
}
#top #top_info .inner {
  overflow: visible;
}
#top #top_info .list_box {
  box-sizing: border-box;
  background: #fff;
}
#top #top_info .list_box figcaption {
  padding: 10px;
}
#top #top_info .figure_cont .list_style li {
  width: calc((100% - 7.5%) / 4);
  margin: 0 0 0 2.5%;
}
@media screen and (max-width: 750px) {
  #top #top_info .figure_cont .list_style li {
    width: 100%;
    margin: 20px 0 0;
  }
}
#top #top_info .figure_cont .list_style li:first-child {
  margin-left: 0;
}
@media screen and (max-width: 750px) {
  #top #top_info .figure_cont .list_style li:first-child {
    margin-top: 0;
  }
}
#top #top_info .slick-prev {
  top: 25px;
  left: -70px;
  border-radius: 50%;
  width: 60px;
  height: 60px;
}
@media screen and (max-width: 750px) {
  #top #top_info .slick-prev {
    top: auto;
    bottom: -115px;
    left: 0px;
  }
}
#top #top_info .slick-prev:before {
  position: relative;
  top: 2px;
}
#top #top_info .slick-prev:hover {
  background: #bc964c;
}
#top #top_info .slick-prev:hover:before {
  color: #fff;
}
#top #top_info .slick-next {
  top: auto;
  bottom: -30px;
  left: -70px;
  border: 1px solid #bc964c;
  border-radius: 50%;
  width: 60px;
  height: 60px;
}
@media screen and (max-width: 750px) {
  #top #top_info .slick-next {
    top: auto;
    bottom: -115px;
    left: auto;
    right: 10px;
  }
}
#top #top_info .slick-next:before {
  position: relative;
  top: 2px;
}
#top #top_info .slick-next:hover {
  background: #bc964c;
}
#top #top_info .slick-next:hover:before {
  color: #fff;
}
#top #top_info .slick-initialized .slick-slide {
  margin-left: 10px;
}
#top .map_inf {
  margin-top: 40px;
}
#top .map_inf .inner {
  max-width: 1200px;
}
#top .map_inf h2 {
  font-size: 3vw;
  color: #bc964c;
  margin-bottom: 40px;
}
@media screen and (max-width: 750px) {
  #top .map_inf h2 {
    font-size: 6vw;
    margin-bottom: 20px;
    padding: 0 4%;
  }
}
#top .map_inf .d_flex > div {
  width: calc((100% - 80px) / 3);
  margin-left: 40px;
  font-size: 1vw;
}
@media screen and (max-width: 750px) {
  #top .map_inf .d_flex > div {
    width: 100%;
    font-size: 4vw;
    margin: 20px 0 0 0;
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  #top .map_inf .d_flex > div {
    padding: 0 4%;
  }
}

#top .map_inf .d_flex > div:first-child {
  margin: 0;
}
#top .map_inf .link_box ul li {
  margin-top: 40px;
}
@media screen and (max-width: 750px) {
  #top .map_inf .link_box ul li {
    margin-top: 20px;
  }
}
#top .map_inf .link_box ul li:first-child {
  margin-top: 0;
}
#top .map_inf .link_box ul li a {
  border: 1px solid #bc964c;
  color: #bc964c;
  text-align: center;
  padding: 20px 0;
  display: block;
}
@media screen and (max-width: 750px) {
  #top .map_inf .link_box ul li a {
    padding: 10px 0;
  }
}
#top .map_inf .link_box ul li a:hover {
  color: #fff;
  background: #bc964c;
}

/*# sourceMappingURL=style.css.map */
