@charset "UTF-8";
/* CSS Document */
/* ================================================================
( ・∋ Reset
================================================================ */
html {
  font-size: 62.5%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased; }

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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  vertical-align: baseline;
  box-sizing: border-box; }

html, body {
  width: 100%;
  height: 100%; }

ul, ol {
  list-style: none; }

strong {
  font-style: normal;
  font-weight: bold; }

img {
  border: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
  /*ie7*/ }

* {
  box-sizing: border-box; }

section, div {
  position: relative; }

/* ================================================================
( ・∋ Base
================================================================ */
.flexbox {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.flexbox02 {
  display: flex;
  justify-content: space-between; }

.w5 {
  width: 5%; }

.w10 {
  width: 10%; }

.w20 {
  width: 20%; }

.w25 {
  width: 25%; }

.w30 {
  width: 30%; }

.w35 {
  width: 35%; }

.w38 {
  width: 38%; }

.w40 {
  width: 40%; }

.w45 {
  width: 45%; }

.w48 {
  width: 48%; }

.w50 {
  width: 50%; }

.w60 {
  width: 60%; }

.w65 {
  width: 65%; }

.w70 {
  width: 70%; }

.w80 {
  width: 80%; }

.w160 {
  width: 160px; }

.w200 {
  width: 200px; }

.w260 {
  width: 260px; }

.w280 {
  width: 280px; }

.w340 {
  width: 340px; }

.w360 {
  width: 360px; }

.w370 {
  width: 370px; }

.w400 {
  width: 400px; }

.w420 {
  width: 420px; }

.w460 {
  width: 460px; }

.w480 {
  width: 480px; }

.w500 {
  width: 500px; }

.w560 {
  width: 560px; }

.w580 {
  width: 580px; }

.w600 {
  width: 600px; }

.w660 {
  width: 660px; }

.w700 {
  width: 700px; }

.w760 {
  width: 760px; }

.w800 {
  width: 800px; }

.w880 {
  width: 880px; }

.center, .sp_center {
  text-align: center; }

.t_right {
  text-align: right; }

.f_left {
  float: left; }

.f_right {
  float: right; }

.underline {
  text-decoration: underline; }

.small {
  font-size: 1.2rem; }

.m_t10 {
  margin-top: 10px; }

.m_t20 {
  margin-top: 20px; }

.m_t40 {
  margin-top: 40px; }

.m_t60 {
  margin-top: 60px; }

.m_b10 {
  margin-bottom: 10px; }

.m_b20 {
  margin-bottom: 20px; }

.m_b30 {
  margin-bottom: 30px; }

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

.m_b60 {
  margin-bottom: 60px; }

.m_a {
  margin-left: auto;
  margin-right: auto; }

.pl_40 {
  padding: 0 0 0 40px;
  box-sizing: border-box; }

.pr_40 {
  padding: 0 40px 0 0;
  box-sizing: border-box; }

figure img {
  width: 100%; }

@media screen and (min-width: 640px) and (max-width: 1024px) {
  .pl_40, .pr_40 {
    padding: 0; }

  .w160, .w200, .w260, .w280, .w25, .w340, .w360, .w370, .w400, .w420, .w460, .w480, .w500, .w560, .w580, .w600, .w660, .w700, .w760, .w800, .w880, .w20, .w30, .w35, .w38, .w40, .w45, .w48, .w50, .w60, .w65, .w70, .w80 {
    width: 48%; } }
@media screen and (max-width: 640px) {
  img {
    max-width: 100%; }

  .flexbox, .flexbox02 {
    flex-wrap: nowrap;
    flex-direction: column; }

  .item1 {
    order: 1;
    margin: 0 0 40px 0; }

  .item2 {
    order: 2; }

  .item3 {
    order: 3;
    margin: 40px 0 0; }

  .w160, .w200, .w260, .w280, .w25, .w340, .w360, .w370, .w400, .w420, .w460, .w480, .w500, .w560, .w580, .w600, .w660, .w700, .w760, .w800, .w880, .w20, .w30, .w35, .w38, .w40, .w45, .w48, .w50, .w60, .w65, .w70, .w80 {
    width: 100%; } }
/* Scss Document */
/* ================================================================
( ・∋ Base
================================================================ */
body {
  background: url(../img/bg.jpg);
  color: #000;
  font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.8rem;
  font-weight: 500; }

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

a:hover {
  opacity: 0.7; }

/*---clearfix---*/
.clearfix {
  zoom: 1; }

.clearfix::before, .clearfix::after {
  clear: both;
  content: "";
  display: table; }

/*---table---*/
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border-top: #a89165 solid 1px;
  border-left: #a89165 solid 1px; }

th {
  background: #a89165;
  width: 30%;
  text-align: left;
  font-weight: normal;
  padding: 20px 0 20px 20px;
  vertical-align: middle;
  color: #fff;
  border-bottom: #cfbb95 solid 1px;
  border-right: #a89165 solid 1px; }

td {
  background: #fafafa;
  padding: 20px;
  vertical-align: middle;
  border-bottom: #cfbb95 solid 1px;
  border-right: #a89165 solid 1px; }

table.center th {
  width: 25%;
  text-align: center; }
table.center td {
  width: 25%;
  text-align: center; }

th.w50 {
  width: 50% !important; }

/*---header---*/
header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100px;
  /*font-family: $title-font-family;*/
  z-index: 9999; }
  header .flexbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%; }
  header nav {
    display: flex;
    margin: 0 0 0 auto;
    justify-content: flex-end; }
    header nav ul {
      display: flex;
      align-items: center;
      justify-content: flex-end; }
      header nav ul li {
        font-size: clamp(1.6rem, 1vw, 2rem);
        text-align: center;
        position: relative; }
        header nav ul li a {
          display: block; }
      header nav ul .h_plan {
        width: 150px;
        height: 100px; }
        header nav ul .h_plan a {
          display: flex;
          background: #cfbb95;
          width: 100%;
          height: 100%;
          justify-content: center;
          align-items: center; }
          header nav ul .h_plan a img {
            margin: 0 10px 0 0; }

h1 {
  padding: 0 0 0 0;
  width: 20%;
  max-width: 220px;
  margin: 0 0 0 10px;
  position: absolute;
  z-index: 9999;
  left: 10px;
  top: 10px; }
  h1 img {
    width: 100%;
    max-width: 132px; }

h1.is-hidden {
  z-index: 0 !important; }

#index h1 {
  text-align: center;
  /*width: 100%;*/
  max-width: inherit;
  position: absolute;
  top: 40px;
  z-index: 1;
  margin: auto;
  left: 0;
  right: 0; }
  #index h1 img {
    width: 230px;
    max-width: inherit; }

.header_image {
  width: 100%;
  height: 660px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .header_image h2 {
    font-size: 4.0rem;
    color: #fff;
    z-index: 1; }
    .header_image h2 span {
      font-size: 2.0rem;
      writing-mode: sideways-rl;
      text-orientation: upright;
      margin: 0 0 0 0;
      display: block; }
  .header_image::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3); }

#onsen .header_image {
  background: url(../img/onsen/header.jpg) no-repeat center bottom;
  background-size: cover; }

#cuisine .header_image {
  background: url(../img/cuisine/header.jpg) no-repeat center center;
  background-size: cover; }

#access .header_image {
  background: url(../img/access/header.jpg) no-repeat left center;
  background-size: cover; }

#facilities .header_image {
  background: url(../img/facilities/header.jpg) no-repeat center center;
  background-size: cover; }

#workshop .header_image {
  background: url(../img/workshop/header.jpg) no-repeat center center;
  background-size: cover; }

#sightseeing .header_image {
  background: url(../img/sightseeing/header.jpg) no-repeat center center;
  background-size: cover; }

/*---footer---*/
footer {
  width: 100%;
  position: relative;
  padding: 60px 0;
  overflow: hidden;
  color: #fff;
  background: #a89165; }
  footer a {
    color: #fff; }
  footer .f_logo {
    width: 180px;
    margin: 0 auto 40px auto; }
    footer .f_logo img {
      width: 100%; }
  footer strong {
    font-weight: normal;
    font-size: 2.0rem; }
  footer .tate li {
    margin: 0 0 0 14px; }
    footer .tate li:last-child {
      margin: 0; }
  footer .tate span {
    text-orientation: upright;
    writing-mode: vertical-rl; }
  footer .f_nav {
    display: flex;
    justify-content: space-around; }

address {
  font-size: 1.2rem;
  /*text-align: center;*/
  margin: 20px 0 0 0;
  color: #e8e8e8;
  padding: 0;
  z-index: 1; }

.pagetop {
  position: fixed;
  right: 10px;
  bottom: 100px;
  z-index: 9999; }

/*---contents---*/
img {
  max-width: 100%; }

.wrapper, .inner {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1; }

.s_inner {
  width: 70%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1; }

.s_inner02 {
  width: 80%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1; }

main {
  display: block;
  overflow-x: hidden;
  margin: 60px 0 0 0; }

#index main {
  margin: 0; }

section {
  position: relative;
  margin-bottom: 100px; }

.slider img, .slider02 img, .slider03 img {
  width: 100%; }

.radius {
  border-radius: 20px; }

.hane01 {
  position: absolute;
  bottom: 0;
  left: 5%;
  z-index: -1; }

.hane02 {
  position: absolute;
  bottom: 0;
  right: 5%;
  z-index: -1; }

.thumbnail .slick-slide, .thumbnail02 .slick-slide, .thumbnail03 .slick-slide, .thumbnail04 .slick-slide {
  width: 10% !important; }

.thumbnail .slick-list, .thumbnail02 .slick-list, .thumbnail03 .slick-list, .thumbnail04 .slick-list {
  display: flex; }

.thumbnail .slick-track, .thumbnail02 .slick-track, .thumbnail03 .slick-track, .thumbnail04 .slick-track {
  width: auto !important;
  display: flex;
  justify-content: center; }

/*---common---*/
p, td, th {
  line-height: 2em; }

picture {
  display: block; }

h2, h3 {
  font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 400;
  letter-spacing: 1px;
  font-style: normal;
  color: #000;
  position: relative; }

h2 {
  font-size: 4.0rem; }

h3 {
  font-size: 3.6rem; }

h4 {
  font-size: 2.4rem;
  font-weight: normal;
  letter-spacing: 1px;
  color: #000; }

.eng {
  color: #1c905d;
  font-size: 2.2rem; }

.title {
  background: url("../img/bg_title.png") no-repeat center bottom;
  padding: 0 0 70px 0; }

figure img, picture img {
  width: 100%; }

.t_left {
  text-align: left; }

.com_wrap {
  padding: 0 10%; }

.tate {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl; }
  .tate span {
    -ms-text-combine-horizontal: all;
    -webkit-text-combine: horizontal;
    text-combine-upright: all; }

/*---btn---*/
.link_btn {
  line-height: 1em;
  width: 160px; }
  .link_btn a {
    font-size: 2.0rem;
    position: relative;
    padding: 0 40px 0 0;
    display: flex;
    align-items: center; }
    .link_btn a:after {
      content: "";
      display: block;
      background: url("../img/arrow01.png") no-repeat;
      width: 22px;
      height: 20px;
      position: absolute;
      right: 0;
      top: 14px;
      transition: 0.3s; }
    .link_btn a img {
      margin: 0 10px 0 0; }

.plan_btn a {
  background: #fdd35c;
  width: 240px;
  height: 40px;
  max-width: 90%;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  text-align: center;
  color: #02477c !important;
  position: relative;
  /*font-family:$title-font-family;*/
  line-height: 0;
  border-radius: 20px; }
  .plan_btn a img {
    display: block;
    position: absolute;
    right: 20px;
    top: 12px; }

.bg01 {
  background: rgba(77, 66, 66, 0.05);
  padding: 60px 0; }

.bg02 {
  background: url("../img/bg02.jpg") no-repeat left center;
  padding: 60px 0; }

.com {
  text-shadow: 1px 1px 2px #fff,-1px 1px 2px #fff,1px -1px 2px #fff,-1px -1px 2px #fff,1px 1px 2px #fff,-1px 1px 2px #fff,1px -1px 2px #fff,-1px -1px 2px #fff; }

.bn_plan {
  width: 100%;
  margin: 0; }
  .bn_plan .plan {
    width: 50%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .bn_plan .plan a {
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center; }
    .bn_plan .plan img {
      height: 90%;
      max-height: 400px; }

.kome {
  padding: 0 0 0 20px;
  position: relative; }
  .kome::before {
    content: "※";
    position: absolute;
    top: 0;
    left: 0; }

/*---before after---*/
.link_btn a::before, .link_btn a::after, .plan_btn a::after {
  display: block;
  content: ""; }

/* ================================================================
( ・∋ Index
================================================================ */
.index_lead {
  background: url("../img/index/bg_lead.jpg") no-repeat center center;
  background-size: cover;
  padding: 100px 0;
  min-height: 620px; }
  .index_lead .flexbox02 {
    justify-content: flex-end; }
  .index_lead h2 {
    color: #fff; }
  .index_lead p {
    font-size: 1.8rem;
    line-height: 3em;
    color: #fff; }

.pickup {
  width: 85%;
  height: 600px;
  overflow: hidden; }
  .pickup h3 {
    color: #fff;
    text-shadow: 1px 1px 2px #000;
    position: absolute;
    font-size: 5.0rem;
    z-index: 1; }
    .pickup h3 span {
      font-size: 2.0rem;
      writing-mode: sideways-rl;
      text-orientation: upright;
      margin: 0 0 10px 0;
      padding: 0 0 0 10px; }
  .pickup a {
    display: block;
    width: 100%;
    height: 100%; }
    .pickup a:hover img {
      transform: scale(1.1); }
  .pickup img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s; }

.pick01 {
  margin: 0 0 40px 15%; }
  .pick01 a {
    position: relative; }
    .pick01 a::after {
      content: "";
      display: block;
      width: calc(100% - 20px);
      height: 560px;
      position: absolute;
      top: 20px;
      left: 20px;
      z-index: 1;
      border-top: #fff solid 1px;
      border-bottom: #fff solid 1px;
      border-left: #fff solid 1px; }
    .pick01 a h3 {
      bottom: 40px;
      left: 40px; }

.pick02 {
  margin: 0 15% 40px 0; }
  .pick02 a {
    position: relative; }
    .pick02 a::after {
      content: "";
      display: block;
      width: calc(100% - 20px);
      height: 560px;
      position: absolute;
      top: 20px;
      right: 20px;
      z-index: 1;
      border-top: #fff solid 1px;
      border-bottom: #fff solid 1px;
      border-right: #fff solid 1px; }
    .pick02 a h3 {
      bottom: 40px;
      right: 40px; }

/* ================================================================
( ・∋ Cuisinse
================================================================ */
.cuisine_btn_wrap .w30 {
  width: 30% !important; }

.cuisine_btn {
  height: 200px;
  margin: 0 0 10px 0; }
  .cuisine_btn a {
    display: flex;
    background: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.5); }
    .cuisine_btn a p {
      width: 60px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 3.0rem; }
      .cuisine_btn a p img {
        margin: 10px 0 0 6px; }
    .cuisine_btn a div {
      width: calc(100% - 60px); }
      .cuisine_btn a div img {
        width: 100%;
        height: 100%;
        object-fit: cover; }

.column4 {
  width: 24%; }

.column4_02 {
  width: 49.25%; }

.shinagaki_wrap {
  display: flex;
  align-items: center;
  justify-content: center; }

.shinagaki {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: row-reverse; }
  .shinagaki h4 {
    margin: 0 0 0 20px; }
    .shinagaki h4 img {
      margin: 0 10px 10px 0; }
  .shinagaki li {
    margin: 0 0 0 16px; }

.tanpin img {
  margin: 0 0 10px 0; }

#tanpin .w25 .slick-slider .slick-slide {
  width: 48% !important;
  margin: 0 0 10px 0; }
#tanpin .w25 .slick-slider .slick-track {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  #tanpin .w25 .slick-slider .slick-track::before {
    display: none; }

#tanpin button {
  display: none !important; }

.breakfast_wrap div {
  width: 32%; }

/* ================================================================
( ・∋ Facilities
================================================================ */
.r_title {
  display: flex;
  justify-content: center; }

/* ================================================================
( ・∋ Workshop
================================================================ */
.lead_wrap02 {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end; }
  .lead_wrap02 img {
    width: 55%; }
  .lead_wrap02 .w45 {
    display: flex;
    align-items: flex-start; }
  .lead_wrap02 .image01 {
    margin: 0;
    z-index: 1; }
  .lead_wrap02 .image02 {
    margin: 100px 0 0 -50px; }

.thumbnail, .thumbnail03, .thumbnail04 {
  display: flex;
  justify-content: center;
  padding: 20px 0 0 0; }

.thumbnail img:hover, .thumbnail03 img:hover, .thumbnail04 img:hover {
  cursor: pointer; }

.thumbnail .slick-slide, .thumbnail03 .slick-slide, .thumbnail04 .slick-slide {
  margin: 0 10px 0 0; }

.thumbnail .slick-slide img {
  width: 100%;
  transition: 0.3s; }

.thumbnail .slick-slide img:hover {
  ursor: pointer;
  opacity: 0.7; }

.thumbnail .slick-slide:last-child {
  margin: 0 0 0 0; }

/* ================================================================
( ・∋ Sightseeing
================================================================ */
.link_wrap {
  display: flex;
  flex-wrap: wrap; }
  .link_wrap li {
    width: 50%;
    margin: 0 0 16px 0;
    font-size: 1.8rem; }
    .link_wrap li::before {
      content: "●";
      color: #988477;
      margin: 0 4px 0 0; }

/* ================================================================
( ・∋ Access
================================================================ */
.map_wrap {
  background: url("../img/bg_pick02.png") no-repeat center bottom; }

/* ================================================================
( ・∋ Nav
================================================================ */
#toggle {
  cursor: pointer;
  width: 100px;
  height: 100px;
  background: #a89165;
  padding: 28px 0 0 25px; }
  #toggle a {
    display: block;
    text-decoration: none; }
  #toggle p {
    padding: 0;
    font-size: 1.6rem;
    text-align: left;
    margin: 12px 0 0 6px;
    color: #fff;
    line-height: 0;
    letter-spacing: 1px; }

#menu {
  width: 0px;
  width: 0px;
  background: #a89165;
  transform: translateX(100%);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
  padding: 120px 1% 0 1%;
  font-weight: bold;
  /*font-family: $title-font-family;*/
  display: none; }
  #menu a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff; }
  #menu nav {
    width: 100%;
    padding: 16px 3%;
    display: none;
    margin: 0 0 40px 0; }
  #menu li {
    margin: 0 0 0 30px;
    font-size: 1.8rem;
    font-weight: normal; }
    #menu li:last-child {
      margin: 0; }
    #menu li img {
      margin: 0 auto 10px auto;
      display: block; }
    #menu li span {
      text-orientation: upright;
      writing-mode: vertical-rl; }
  #menu .link_btn {
    margin: 0 auto 30px auto;
    display: table !important; }
    #menu .link_btn a {
      color: #1c905d; }
  #menu p {
    display: none; }
  #menu .tel {
    text-align: center;
    font-size: 2.4rem;
    font-weight: 400; }
    #menu .tel img {
      margin: -4px 10px 0 0; }

.menu-trigger {
  position: relative;
  width: 50px;
  height: 26px;
  display: inline-block;
  transition: all .4s; }
  .menu-trigger span {
    position: absolute;
    left: 0;
    background-color: #fff;
    width: 100%;
    height: 5px;
    display: inline-block;
    transition: all .4s;
    height: 2px; }
    .menu-trigger span:nth-of-type(1) {
      top: 0; }
    .menu-trigger span:nth-of-type(2) {
      top: 12px; }
      .menu-trigger span:nth-of-type(2)::after {
        position: absolute;
        top: 0;
        left: 0;
        content: '';
        background-color: #fff;
        transition: all .2s;
        width: 100%;
        height: 5px;
        height: 2px; }
    .menu-trigger span:nth-of-type(3) {
      bottom: 0; }

.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(20px) scale(0); }
.menu-trigger.active span:nth-of-type(2) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }
  .menu-trigger.active span:nth-of-type(2)::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }
.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-20px) scale(0); }

#menu {
  width: 100%;
  height: 100%;
  transition: .3s;
  display: block; }

#menu.on {
  transform: translateX(0);
  transition: .3s; }
  #menu.on nav {
    display: flex;
    justify-content: space-around; }
  #menu.on p {
    display: block; }

.sp, .sp_movie {
  display: none; }

/* ================================================================
( ・∋ Movie
================================================================ */
#header_wrap {
  position: relative; }

#mainVisual {
  overflow: hidden;
  line-height: 0; }
  #mainVisual video {
    width: 100%;
    max-height: 100vh;
    object-fit: cover; }

#mainVisual video {
  width: 100%; }

.fac_wrap {
    flex-wrap: wrap; }
.faci_table{
	margin-top: 15px;
	
}


@media only screen and (orientation: portrait) {
  #index #mainVisual {
    background: url(../../movie/top/movie.jpg) no-repeat center;
    background-size: cover;
    min-height: 800px; }

  #mainVisual video {
    display: none; } }
.sp_movie {
  overflow: hidden; }

@media screen and (max-width: 1024px) {
  .pc {
    display: none !important; }

  .sp, .sp_movie {
    display: block; }

  .sp_center {
    text-align: left; }

  .sp_movie {
    display: flex; }

  #mainVisual {
    display: none;
    min-height: auto; }

  header {
    height: 60px;
    padding: 0 0 0 10px; }
    header .flexbox {
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
      flex-direction: row; }
    header .h_plan {
      height: 60px !important; }

  h1 {
    line-height: 0;
    width: calc(100% - 250px); }
    h1 img {
      height: 50px; }

  .header_image {
    height: 300px; }
    .header_image h2 span {
      writing-mode: horizontal-tb;
      font-size: 1.6rem; }

  #index h1 {
    text-align: center;
    width: 100%;
    max-width: inherit;
    position: absolute;
    top: 40%; }
    #index h1 img {
      width: 150px;
      max-width: inherit; }

  /*---table_sp---*/
  .table_wrap {
    padding: 20px 5%; }

  th {
    padding: 10px; }

  td {
    padding: 10px; }

  .sp_table th {
    display: block;
    width: 100%;
    border-bottom: none; }
  .sp_table td {
    display: block;
    width: 100%; }

  th.w50 {
    width: 100%; }

  /*---footer_sp---*/
  footer {
    width: 100%;
    position: relative; }
    footer .f_logo {
      width: 150px;
      margin: 0 auto 40px auto; }
      footer .f_logo img {
        width: 100%; }
    footer strong {
      font-weight: normal;
      font-size: 2.0rem; }
    footer .flexbox02 {
      width: 90%;
      justify-content: center;
      margin: 0 auto;
      flex-direction: column; }
    footer .f_nav {
      display: flex;
      justify-content: space-around; }
    footer li {
      margin: 0 0 10px 0; }
    footer .w45 {
      width: 100%; }
      footer .w45 p {
        text-align: center; }
    footer address {
      text-align: center; }
    footer .m_b40 {
      margin-bottom: 20px !important; }

  .pagetop {
    bottom: 10px; }
    .pagetop img {
      width: 50px; }

  /*---contents_sp---*/
  section {
    margin-bottom: 60px; }

  main {
    display: block;
    margin: 60px 0 0 0; }

  .wrapper, .inner, .s_inner, .s_inner02 {
    width: 90%; }

  .hane01 {
    position: absolute;
    bottom: 0;
    left: 5%;
    z-index: -1;
    width: 30%;
    max-width: 250px; }

  .hane02 {
    position: absolute;
    bottom: 0;
    right: 5%;
    z-index: -1;
    width: 30%;
    max-width: 250px; }

  /*---common_sp---*/
  h2 {
    font-size: 3.2rem; }

  h2.m_b40, h3.m_b40 {
    margin-bottom: 20px; }

  h3 {
    font-size: 3.0rem; }

  h4 {
    font-size: 2.2rem; }

  .eng {
    font-size: 1.8rem; }

  .bn_plan {
    width: 100%; }

  .tate {
    writing-mode: horizontal-tb;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb; }

  .com_wrap {
    padding: 0 5% 0 0; }

  /*---btn---*/
  .link_btn {
    margin-left: auto;
    margin-right: auto; }

  /*index_sp*/
  .index_lead {
    padding: 60px 0;
    min-height: inherit; }
    .index_lead .flexbox02 {
      justify-content: flex-end; }
    .index_lead h2 {
      color: #fff; }
    .index_lead p {
      font-size: 1.8rem;
      line-height: 2em;
      color: #fff; }
    .index_lead .w50 {
      width: 100%; }

  .pickup {
    width: 85%;
    height: 300px;
    overflow: hidden; }
    .pickup h3 {
      color: #fff;
      text-shadow: 1px 1px 2px #000;
      position: absolute;
      font-size: 4.0rem;
      z-index: 1; }
      .pickup h3 span {
        font-size: 2.0rem;
        writing-mode: horizontal-tb;
        text-orientation: upright;
        margin: 0;
        padding: 0;
        display: block; }
    .pickup a {
      display: block;
      width: 100%;
      height: 100%; }
      .pickup a:hover img {
        transform: scale(1.1); }
    .pickup img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: 0.3s; }

  .pick01 {
    margin: 0 0 40px 15%; }
    .pick01 a {
      position: relative; }
      .pick01 a::after {
        content: "";
        display: block;
        width: calc(100% - 20px);
        height: 260px;
        position: absolute;
        top: 20px;
        left: 20px; }
      .pick01 a h3 {
        bottom: 40px;
        left: 40px; }

  .pick02 {
    margin: 0 15% 40px 0; }
    .pick02 a {
      position: relative; }
      .pick02 a::after {
        content: "";
        display: block;
        width: calc(100% - 20px);
        height: 260px;
        position: absolute;
        top: 20px;
        right: 20px; }
      .pick02 a h3 {
        bottom: 40px;
        right: 40px; }

  /*cuisine_sp*/
  .leadbox_wrap {
    align-items: stretch;
    margin: 0 0 60px 0; }
    .leadbox_wrap .leadbox {
      display: flex; }
    .leadbox_wrap figure {
      width: 100%;
      height: 100%; }
    .leadbox_wrap img {
      width: 100%;
      height: 100%;
      object-fit: cover; }

  .cuisine_btn_wrap {
    flex-wrap: wrap;
    justify-content: space-around; }
    .cuisine_btn_wrap .w30 {
      width: 30% !important;
      margin: 0 0 20px 0; }

  .cuisine_btn {
    height: inherit;
    margin: 0 0 10px 0; }
    .cuisine_btn a {
      display: flex;
      background: #fff;
      box-shadow: 0 0 4px rgba(0, 0, 0, 0.5); }
      .cuisine_btn a p {
        width: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 2.0rem; }
        .cuisine_btn a p img {
          margin: 10px 0 0 6px; }
      .cuisine_btn a div {
        width: calc(100% - 40px); }
        .cuisine_btn a div img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
      .cuisine_btn a .tate {
        writing-mode: vertical-rl; }

  .column4 {
    width: 24%; }

  .column4_02 {
    width: 49.25%; }

  .shinagaki_wrap {
    display: flex;
    align-items: center;
    justify-content: center; }

  .shinagaki {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column; }
    .shinagaki h4 {
      margin: 0 0 0 20px; }
      .shinagaki h4 img {
        margin: 0 10px 10px 0; }
    .shinagaki li {
      margin: 0 0 0 16px; }

  .tanpin img {
    margin: 0 0 10px 0; }

  #tanpin .w25 .slick-slider .slick-slide {
    width: 48% !important;
    margin: 0 0 10px 0; }
  #tanpin .w25 .slick-slider .slick-track {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    #tanpin .w25 .slick-slider .slick-track::before {
      display: none; }

  #tanpin .w70 {
    width: 70%; }
  #tanpin .w25 {
    width: 25%; }
  #tanpin .thumbnail04 {
    padding: 0; }

  .breakfast_wrap div {
    width: 32%; }

  /*facilities_sp*/
  .r_title {
    display: flex;
    justify-content: center; }
    .r_title .tate {
      writing-mode: vertical-rl; }

  #facilities .w20 {
    width: 20%; }
  #facilities .w80 {
    width: 80%; }

  .fac_wrap {
    /*flex-direction: column;*/
	}
	
    .fac_wrap .w50 {
      width: 100%;
      margin: 0 0 40px 0;
	}
    .fac_wrap .item1 {
      order: 1; }
    .fac_wrap .item2 {
      order: 2;
	width: 48%;}

.faci_table{
	width: 48%;
	margin-top: 0px;
	order: 3;
	
}
  /*access_sp*/
  .map_wrap iframe {
    height: 200px; }

  #toggle {
    display: block;
    padding: 10px 0 0 11px;
    z-index: 9999;
    width: 60px;
    height: 60px; }
    #toggle p {
      font-size: 1.4rem;
      text-align: left;
      margin: 10px 0 0 3px; }

  .menu-trigger {
    width: 40px;
    height: 26px; }

  #menu .tate {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl; }
    #menu .tate span {
      -ms-text-combine-horizontal: all;
      -webkit-text-combine: horizontal;
      text-combine-upright: all; }
  #menu li {
    margin: 0 0 0 10px; } }
@media screen and (max-width: 640px) {
  /*---header_sp---*/
  .h_wrap {
    margin: 120px 0 0 0;
    display: block; }

  .header_image {
    width: 100%;
    height: 300px; }
    .header_image h2 {
      font-size: 2.6rem; }

  .header_box {
    width: 50%;
    height: 100%; }
    .header_box h2 {
      font-size: 2.0rem;
      margin: 20px 0 0 0; }
      .header_box h2 span {
        display: block;
        font-size: 1.4rem; }
    .header_box a {
      display: block;
      width: 40%;
      margin: 0 auto; }
      .header_box a img {
        width: 100%; }

  .thumbnail .slick-slide, .thumbnail02 .slick-slide, .thumbnail03 .slick-slide, .thumbnail04 .slick-slide {
    width: 70px !important; }

  .thumbnail .slick-list, .thumbnail02 .slick-list, .thumbnail03 .slick-list, .thumbnail04 .slick-list {
    display: block;
    overflow: visible; }

  .thumbnail .slick-track, .thumbnail02 .slick-track, .thumbnail03 .slick-track, .thumbnail04 .slick-track {
    width: auto !important;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap; }

  .thumbnail .slick-slide, .thumbnail02 .slick-slide, .thumbnail03 .slick-slide, .thumbnail04 .slick-slide {
    margin: 0 6px 10px 6px; }

  .tab {
    display: block; }

  .com_wrap {
    padding: 0 5%; }

  .leadbox_wrap {
    align-items: stretch;
    margin: 0 0 40px 0; }

  .cuisine_btn_wrap .w30 {
    width: 100% !important; }

  .cuisine_btn {
    height: inherit;
    margin: 0 0 10px 0; }
    .cuisine_btn a {
      display: flex;
      background: #fff;
      box-shadow: 0 0 4px rgba(0, 0, 0, 0.5); }
      .cuisine_btn a p {
        width: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 2.0rem; }
        .cuisine_btn a p img {
          margin: 10px 0 0 6px; }
      .cuisine_btn a div {
        width: calc(100% - 40px); }
        .cuisine_btn a div img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
      .cuisine_btn a .tate {
        writing-mode: vertical-rl; }

  .column4 {
    width: 24%; }

  .column4_02 {
    width: 100%; }

  .shinagaki_wrap {
    display: flex;
    align-items: center;
    justify-content: center; }

  .shinagaki {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column; }
    .shinagaki h4 {
      margin: 0 0 0 20px; }
      .shinagaki h4 img {
        margin: 0 10px 10px 0; }
    .shinagaki li {
      margin: 0 0 0 16px; }

  .tanpin img {
    margin: 0 0 10px 0; }

  #tanpin .w25 .slick-slider .slick-slide {
    width: 20% !important;
    margin: 0 3px 5px 0; }
  #tanpin .w25 .slick-slider .slick-track {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around; }
    #tanpin .w25 .slick-slider .slick-track::before {
      display: none; }

  #tanpin .w70 {
    width: 100%; }
  #tanpin .w25 {
    width: 100%; }
  #tanpin .thumbnail04 {
    display: none; }
  #tanpin button {
    display: block !important; }
  #tanpin .slick-prev {
    top: 30px;
    right: 60px;
    left: inherit; }
  #tanpin .slick-next {
    top: 30px;
    right: 10px; }

  .breakfast_wrap {
    flex-direction: row; }
    .breakfast_wrap div {
      width: 32%; }

  .column4_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap; }

  .column4 {
    width: 46%;
    margin: 10px 2%; }

  .equipment .w30 {
    width: 100%; }

  /*facilities_sp*/
  .r_title {
    display: flex;
    justify-content: center; }
    .r_title .tate {
      writing-mode: horizontal-tb; }

  #facilities .w20 {
    width: 100%; }
  #facilities .w80 {
    width: 100%; }

  .link_wrap {
    display: flex;
    flex-wrap: wrap; }
    .link_wrap li {
      width: 100%;
      margin: 0 0 16px 0;
      font-size: 1.8rem; }
      .link_wrap li::before {
        content: "●";
        color: #988477;
        margin: 0 4px 0 0; }



  .fac_wrap {
    /*flex-direction: column;*/
	}
	
    .fac_wrap .w50 {
      width: 100%;
      margin: 0 0 40px 0;
	}
    .fac_wrap .item1 {
      order: 1; }
    .fac_wrap .item2 {
      order: 2;
	width: 100%;}

.faci_table{
	width: 100%;
	margin-top: 15px;
	order: 3;
	

}
.ie {
  display: none; }

@media all and (-ms-high-contrast: none) {
  .ie {
    display: block; }

  .ie_none {
    display: none; } }
