@charset "utf-8";
/* ---------------------------------------------------------------------------------------------

　   COMMON

--------------------------------------------------------------------------------------------- */
body {
  background-color: #161616;
}
.bg_black {
  background-color: #161616;
}
h2.ttl {
  color: #fff;
}
h2.ttl .en_medium {
  line-height: 1.2;
}
h2.ttl .ttl_jp {
  display: block;
}
#main {
  overflow: hidden;
}
@media only screen and ( max-width : 991px ) {
  h2 .en_medium {
    font-size: 60px;
  }
  h2.ttl .ttl_jp {
    font-size: 12px;
  }
  .line-height-2 {
    line-height: 2.5em;
  }
}

@media only screen and ( max-width : 375px ) {
  h2 .en_medium {
    font-size: 50px;
  }
}

@media only screen and ( max-width : 320px ) {
  h2 .en_medium {
    font-size: 40px;
  }
}

@media print, screen and ( min-width : 992px ) {
  h2.ttl .en_medium {
    font-size: 80px;
  }
  h2.ttl .ttl_jp {
    font-size: 12px;
  }
  .line-height-2 {
    line-height: 2.8em;
  }
}

@media print, screen and ( min-width : 1400px ) {
  h2.ttl .en_medium {
    font-size: 100px;
  }
  h2.ttl .ttl_jp {
    font-size: 14px;
  }
}


/* ---------------------------------------------------------------------------------------------

　   KV

--------------------------------------------------------------------------------------------- */
#kv {
  position: relative;
}
#kv_txt {
  z-index: 30;
}
#kv_txt .container {
  position: relative;
}
#kv_img img {
  display: block;
  width: 100%;
}
#kv_txt p {
  color: #fff;
}
.kv_movie_inner {
  position: relative;
  overflow: hidden;
  z-index: 20;
}
.kv_movie_inner:before {
  content: "";
  background: rgba(0,0,0,.3);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
#kv_movie video {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  top: 0;
  height: auto;
}
#reservation img {
  width: 100%;
}


@media only screen and ( max-width : 767px ) {
  #kv_movie {
    height: auto;
    aspect-ratio: 128/72;
    overflow: hidden;
    position: relative;
  }
  #kv_movie:after {
    content: "";
    background: url(../img/kv_gra_sp.png) repeat-x bottom center / auto 100%;
    position: absolute;
    bottom: -4px;
    left: 0;
    z-index: 31;
    height: 60px;
    width: 100%;
  }
  .kv_movie_inner {
    width: 100%;
    height: 100%;
    /* height: auto;
    aspect-ratio: 128/72; */
  }
  #kv {
    background: #161616;
    margin-bottom: -1px;
    padding-top: 80px;
  }
  #kv:after {
  }
  #kv_txt {
    position: relative;
  }
  /* #kv:after {
    content: "";
    background: url(../img/kv_gra_sp.png) repeat-x bottom center / auto 100%;
    position: absolute;
    left: 0;
    z-index: 31;
    height: 60px;
    top: calc(59vw - (4px));
    width: 100%;
  } */
  #reservation {
    width: 110px;
    margin: 10px;
    /* position: fixed;
    bottom: 30px; */
  }
  #kv_txt h1 {
    margin: 10px 0 20px;
  }
  #kv_txt h1 img {
    max-width: 300px;
  }
  #kv_txt p.en_regular {
    font-size: 10px;
    margin-bottom: 30px;
    margin-top: 10px;
    line-height: 1;
  }
}
@media only screen and ( max-width : 767px ) {
  #kv_txt .jp_txt {
    font-size: 20px;
  }
  #kv_txt .en_semi-bold {
    margin: 40px 0 15px;
    font-size: 20px;
  }
}

@media only screen and ( max-width : 320px ) {
  #kv_txt .jp_txt {
    font-size: 18px;
  }
  #kv_txt .en_semi-bold {
    margin: 40px 0 15px;
    font-size: 18px;
  }
  #kv_txt p.en_regular {
    font-size: 10px;
  }
}

@media print, screen and ( min-width : 768px ) {
  #kv:after {
    content: "";
    /*background: url(../img/kv_gra.png) no-repeat bottom center;*/
    background-size: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 23;
    min-height: 169px;
  }
  #kv_txt {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10%;
    margin: 0 auto;
  }
  #kv_txt p.en_semi-bold {
    font-size: 1.6vw;
    margin-bottom: 2vw;
    line-height: 1;
  }
  .jp_txt {
    margin: 2vw 0 1vw;
    font-size: 1.6vw;
  }
  #kv_txt h1 img {
    /*width: 460px;*/
    width: 28vw;
  }
  #kv_txt p.en_regular {
    font-size: 1vw;
  }
  #reservation {
    margin-top: 3vw;
  }
  .kv_movie_inner {
    height: auto;
    aspect-ratio: 128/72;
  }
  #reservation {
    width: 12vw;
    margin: 20px;
    position: fixed;
    z-index: 99999;
    bottom: 0;
    left: 0;
    /* display: none; */
  }
}

/* ---------------------------------------------------------------------------------------------

　   GLAMPING

--------------------------------------------------------------------------------------------- */
.cross_txt {
  color: #fff;
}
#glamping_txt p {
  color: #fff;
}
#glamping_txt .en_medium_italic {
  opacity: 0.5;
}
@media only screen and ( max-width : 991px ) {
  #glamping.section {
    padding: 0;
  }
  #glamping_bg {
    background: url(../img/glamping_bg_sp.png) no-repeat center top 55% #161616;
    background-size: 100%;
    position: relative;
  }
  .cross_txt {
    font-size: 10px;
  }
  #glamping.section {
    padding-bottom: 0;
  }
  #glamping_ph {
    max-width: 450px;
    margin: 0 auto;
    padding: 60px 0;
  }
  #glamping_txt {
    max-width: 450px;
    margin: 0 auto;
  }
  #glamping_txt h2 {
    margin-bottom: 30px;
  }
  #glamping_txt .line-height-2 {
    margin-bottom: 30px;
  }
  #glamping_txt .en_medium_italic {
    margin-bottom: 100px;
    font-size: 10px;
    letter-spacing: 0.1rem;
  }
}
@media only screen and ( max-width : 375px ) {
  #glamping_txt .line-height-2 {
    font-size: 13px;
  }
}
@media only screen and ( max-width : 320px ) {
  #glamping_txt .line-height-2 br {
    display: none;
  }
}

@media print, screen and ( min-width : 992px ) {
  #glamping {
    background: -webkit-linear-gradient(0deg, #f3f3f2 30%, #161616 50%, #161616 100%);
    background: -moz-linear-gradient(0deg, #f3f3f2 30%, #161616 50%, #161616 100%);
    background: linear-gradient(0deg, #f3f3f2 30%, #161616 50%, #161616 100%);
  }
  #glamping_bg {
    background: url(../img/glamping_bg.png) no-repeat center top -20px;
    background-size: 100%;
    position: relative;
  }
  .cross_txt {
    font-size: 12px;
  }
  .cross_txt .kozuka {
    margin: 0 5px;
    font-size: 10px;
    transform: scale(0.8);
  }
  #glamping_ph {
    width: 40%;
  }
  #glamping_txt {
    width: 50%;
  }
  #glamping_txt h2 {
    margin-bottom: 20px;
      line-height: 1.3;
  }
  #glamping_txt p.en_medium_italic {
    margin-top: 40px;
    line-height: 2.3;
    font-size: 12px;
  }
}
@media print, screen and ( min-width : 575px ) {
  #glamping {
    background: -webkit-linear-gradient(0deg, #f3f3f2 50%, #161616 70%, #161616 100%);
    background: -moz-linear-gradient(0deg, #f3f3f2 50%, #161616 70%, #161616 100%);
    background: linear-gradient(0deg, #f3f3f2 50%, #161616 70%, #161616 100%);
  }
}

@media print, screen and ( min-width : 1200px ) {
  .cross_txt {
    font-size: 14px;
  }
  .cross_txt .kozuka {
    font-size: 12px;
  }
  #glamping_txt p.en_medium_italic {
    font-size: 14px;
  }
}


/* ---------------------------------------------------------------------------------------------

　   INSTAGRAM

--------------------------------------------------------------------------------------------- */
.insta_ttl {
  background: #70855a;
}
@media only screen and ( max-width : 991px ) {
  #instagram {
    height: 180px;
  }
  #instagram .container {
    max-width: inherit;
    padding: 0;
  }
  .insta_ttl {
    width: 180px;
    height: 180px;
  }
  .insta_ttl img {
    max-width: inherit;
    padding-top: 45px;
    padding-left: 28px;
  }
  .insta_widget {
    max-width: calc(100% - 180px) !important;
  }
  .caption-details {
    font-size: 12px !important;
  }
}

@media only screen and ( max-width : 575px ) {
  #instagram {
    height: 130px;
  }
  .insta_ttl {
    width: 130px;
    height: 130px;
  }
  .insta_ttl img {
    max-width: 80px;
    padding-top: 35px;
    padding-left: 22px;
  }
  .insta_widget {
    max-width: calc(100% - 130px) !important;
  }
}

@media print, screen and ( min-width : 992px ) {
  #instagram {
    margin-top: 100px;
  }
  #instagram .d-flex {
    -ms-flex-pack: end !important;
   justify-content: flex-end !important;
  }
  .insta_ttl {
    width: 280px;
    height: 280px;
  }
  .insta_ttl img {
    max-width: inherit;
    padding-top: 75px;
    padding-left: 47px;
  }
  .insta_widget {
    width: 650px !important;
  }
}
@media print, screen and ( min-width : 1300px ) {
  .insta_widget {
    width: 980px !important;
  }
  .insta_widget iframe {
    height: 280px !important;
  }
}
@media print, screen and ( min-width : 1400px ) {
  #instagram {
    margin-top: 200px;
  }
}

/* ---------------------------------------------------------------------------------------------

　   MOVIE

--------------------------------------------------------------------------------------------- */

@media only screen and ( max-width : 991px ) {
  #movie .container {
    max-width: inherit;
    padding: 0;
  }
}

@media only screen and ( max-width : 320px ) {
}

@media print, screen and ( min-width : 992px ) {
  #movie {
    margin-top: 100px;
  }
}

@media print, screen and ( min-width : 1400px ) {
  #movie {
    margin-top: 200px;
  }
}

/* ---------------------------------------------------------------------------------------------

　   WHAT

--------------------------------------------------------------------------------------------- */
#what {
  background: #f3f3f2;
}
#what h2 span {
  display: block;
  text-align: center;
}
#slider li {
  position: relative;
}
#slider li img {
  position: relative;
  z-index: 50;
}
.slider {
  width: 100%;
  margin: 0 auto;
}
.slick-slide img {
  width: 100%;
  height: auto;
}
.lightbox .lb-image {
  border: none !important;
  border-radius: unset !important;
}

@media only screen and ( max-width : 991px ) {
  #what.section {
    padding-bottom: 0;
  }
  #what h2 span {
    margin-top: 40px;
    font-size: 18px;
  }
  #slider li:after {
    content: url(../img/plus_sp.png);
    position: absolute;
    right: 30px;
    bottom: 20px;
    z-index: 51;
    pointer-events: none;
  }
  .what_txt {
    -ms-flex-order: 2;
    order: 2;
  }
  .what_ph {
    margin: 70px 0 40px;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media only screen and ( max-width : 767px ) {
  #slider li:after {
    content: url(../img/plus.png);
    right: 20px;
    bottom: 15px;
    pointer-events: none;
  }
}
@media only screen and ( max-width : 767px ) {
  #what h2 img {
    max-width: 270px;
  }
}

@media print, screen and ( min-width : 992px ) {
  #what .container {
    max-width: 1080px;
  }
  #what h2 {
    margin-bottom: 80px;
  }
  #what h2 span {
    margin-top: 40px;
    font-size: 18px;
  }
  .what_txt {
    width: 47%;
    height: 100%;
    margin: auto 0;
  }
  .what_ph {
    width: 47%;
  }
  .slick-list {
    position: relative;
  }
  .slick-list:before {
    content: "";
    background: url(../img/slider_gra_left.png) repeat-y left top;
    width: 111px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 31;
  }
  .slick-list:after {
    content: "";
    background: url(../img/slider_gra_right.png) repeat-y left top;
    width: 111px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 32;
  }
  .slick-slide {
    z-index: 30;
  }
  #slider li:after {
    content: url(../img/plus.png);
    position: absolute;
    right: 30px;
    bottom: 15px;
    z-index: 51;
    pointer-events: none;
  }
}

@media print, screen and ( min-width : 1200px ) {
  #slider li:after {
    right: 40px;
    bottom: 20px;
    pointer-events: none;
  }
}

/* ---------------------------------------------------------------------------------------------

　   MEAL

--------------------------------------------------------------------------------------------- */

.zoom_img_box .meals_detail {
  background: #f3f3f2;
  position: relative;
  color: #010101;
  letter-spacing: 0;
  padding: 11px;
}
.meals_detail:before,
.meals_detail:after,
.meals_detail_inner:before,
.meals_detail_inner:after {
  content: "";
  width: 22px;
  height: 22px;
  position: absolute;
}
.meals_detail:before {
  background: url(../img/decoLT.jpg) no-repeat center / 100%;
  top: 11px;
  left: 11px;
}
.meals_detail:after {
  background: url(../img/decoRT.jpg) no-repeat center / 100%;
  top: 11px;
  right: 11px;
}
.meals_detail_inner:before {
  background: url(../img/decoLB.jpg) no-repeat center / 100%;
  bottom: 11px;
  left: 11px;
}
.meals_detail_inner:after {
  background: url(../img/decoRB.jpg) no-repeat center / 100%;
  bottom: 11px;
  right: 11px;
}
.meals_detail_inner {
  border: 2px solid #70855a;
}
.zoom_img_box .meals_detail p {
  color: #010101;
}
.zoom_img_box .meals_detail h3 {
  text-align: center;
  color: #010101;
}
.zoom_img_box .meals_detail h3 span {
  display: inline-block;
  position: relative;
}
.zoom_img_box .meals_detail h3 span:before,
.zoom_img_box .meals_detail h3 span:after {
  content: "〜";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.zoom_img_box .meals_detail h3 span:before {
  left: 0;
}
.zoom_img_box .meals_detail h3 span:after {
  right: 0;
}
.zoom_img_box .meals_detail h4 {
  border-bottom: 2px solid #e3d9c3;
  letter-spacing: .1em;
}
.zoom_img_box .meals_detail h5 {
  letter-spacing: .1em;
}
.meals_detail_block_inner {
  background: #eeebe4;
  position: relative;
}
.meals_detail_block_inner li {
  list-style: disc;
  margin-left: 1.2em;
}
.meals_detail_block:last-child {
  margin-bottom: 0;
}
.meals_detail_block p {
  font-size: 12px;
}
.meals_detail_block:first-of-type .meals_detail_block_inner:after {
  content: "";
 }
.meals_detail_block .meals_detail_box {
  position: relative;
  z-index: 2;
}

@media only screen and ( max-width : 767px ) {
  #meals {
    background: url(../img/access_bg_sp02.png) no-repeat 0 50% / 100%;
  }
  .meals_detail {
    margin-top: 50px;
  }
  .zoom_img_box .meals_detail h3 {
    font-size: 26px;
  }
  .zoom_img_box .meals_detail h3 span {
    padding: 0 15px;
  }
  .zoom_img_box .meals_detail h3 span:before,
  .zoom_img_box .meals_detail h3 span:after {
    font-size: 14px;
  }
  .meals_detail_inner {
    padding: 20px;
  }
  .zoom_img_box .meals_detail h3 {
    margin-bottom: 20px;
  }
  .zoom_img_box .meals_detail h4 {
    font-size: 22px;
  }
  .zoom_img_box .meals_detail h5 {
    font-size: 16px;
    margin-bottom: .2em;
  }
  .meals_detail_block_inner {
    padding: 15px;
    margin-bottom: 10px;
  }
  .meals_detail_block {
    margin-bottom: 30px;
  }
  .meals_detail_box {
    margin-bottom: 20px;
  }
  .meals_detail_box:last-child {
    margin-bottom: 0;
  }
  .meals_detail_block:first-of-type .meals_detail_block_inner:after {
    width: 200px;
    height: 91px;
    display: block;
    background: url(../img/meals_detail_illust_sp.png) no-repeat center / 100%;
    margin: 20px auto 0;
  }
}

@media print, screen and ( min-width : 768px ) {
  #meals {
    background: url(../img/access_bg02.png) no-repeat 0 50% / 100%;
  }
  .meals_detail {
    margin-top: 80px;
  }
  .zoom_img_box .meals_detail h3 {
    font-size: 40px;
  }
  .zoom_img_box .meals_detail h3 span {
    padding: 0 25px;
  }
  .zoom_img_box .meals_detail h3 span:before,
  .zoom_img_box .meals_detail h3 span:after {
    font-size: 20px;
  }
  .meals_detail_inner {
    padding: 30px;
  }
  .zoom_img_box .meals_detail h3 {
    margin-bottom: 30px;
  }
  .zoom_img_box .meals_detail h4 {
    font-size: 30px;
  }
  .zoom_img_box .meals_detail h5 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .meals_detail_block_inner {
    display: flex;
    padding: 30px;
    margin-bottom: 15px;
  }
  .meals_detail_block {
    margin-bottom: 60px;
  }
  .meals_detail_block:first-of-type .meals_detail_block_inner:after {
    background: url(../img/meals_detail_illust.png) no-repeat center / 100%;
    width: 168px;
    height: 189px;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
  }
  .meals_detail_box {
    width: 49%;
    margin-right: 2%;
  }
  .meals_detail_box:last-child {
    margin-right: 0;
  }
}
@media print, screen and ( min-width : 992px ) {
  .meals_detail_inner {
    padding: 50px 70px 70px 70px;
  }
  .meals_detail_box {
    width: 40%;
    margin-right: 2%;
  }
}


/* ---------------------------------------------------------------------------------------------

　   FACILITY

--------------------------------------------------------------------------------------------- */
.facility_list_box {
  margin-top: 40px;
}
.facility_list_text p {
  font-size: 18px;
  margin-bottom: 35px;
}
.facility_list_text p span {
  display: block;
  font-size: 12px;
}
.facility_list_text a {
  display: inline-block;
  position: relative;
  font-size: 15px;
}
.facility_list_text a:after {
  content: "";
  width: 15px;
  height: 15px;
  background: url(../img/icon-window.png) no-repeat center / 100%;
  position: absolute;
  right: -18px;
  top: 50%;
  transform: translateY(-50%);
}
.facility_list_text a:before {
  content: "";
  height: 1px;
  width: 0;
  transition: .3s;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: -.2em;
}
.facility_list_text a:hover:before {
  width: 100%;
}
.facility_list_box {
  display: flex;
  align-items: center;
}
.facility_list_photo {
  width: 56%;
  max-width: 280px;
  margin-right: 7%;
}
.facility_list_text {
  min-width: 36%;
}
@media only screen and ( max-width : 767px ) {
  .facility_list_photo {
    width: 50%;
    margin-right: 4%;
  }
  .facility_list_text {
    min-width: 56%;
  }
  .facility_list_text p {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .facility_list_text p span {
    font-size: 11px;
  }
  .facility_list_text a {
    font-size: 13px;
  }
}
@media print, screen and ( min-width : 992px ) {
  #facility h2 {
    margin-bottom: 40px;
  }
  .facility_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .facility_list_box {
    width: 48%;
  }
}

/* ---------------------------------------------------------------------------------------------

　   COST

--------------------------------------------------------------------------------------------- */

#price li {
  border-bottom: rgba(255, 255, 255, 0.5) solid 1px;
  color: #fff;
  padding: 16px 0;
}

#price li a {
  position: relative;
}

#price li p.price_img {
  margin-top: 16px;
}

#price li p.price_img img+img {
  margin-left: 32px;
}
/*#price li a:after {
  content: "view more " url(../img/view_more.png);
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  font-style: italic;
  display: block;
  height: 15px;
}*/
.zoom_img_box h3 {
  color: #fff;
}
.zoom_img_box p {
  color: #fff;
}
.zoom_img li {
  width: 50%;
  position: relative;
}
.zoom_img li:after {
  content: url(../img/plus.png);
  position: absolute;
  right: 20px;
  bottom: 20px;
  pointer-events: none;
}

@media only screen and ( max-width : 991px ) {
  #meals,#facility,#cost {
    padding-bottom: 20px;
  }
  #cost-access {
    background: url(../img/access_bg_sp.png) no-repeat center bottom 29% #161616;
    background-size: 100%;
  }
  #price li  {
    display: block;
    padding: 30px 0;
    color: #fff;
  }
  #price li p.price_img {
    margin-top: 16px;
    text-align: center;
  }

  #price li p.price_img img+img {
    margin-top: 16px;
    margin-left: 0;
  }

  /*#price li p span {
    font-size: 24px;
  }*/
  #price li a:after {
    position: absolute;
    top: 33px;
    left: 160px;
  }
  .zoom_img_box h2 {
    margin-bottom: 40px;
  }
  .zoom_img {
    margin-bottom: 30px;
  }
  .zoom_img_box .catch_copy {
    margin-bottom: 10px;
    font-size: 18px;
  }
  #meals.section {
    padding-top: 100px;
  }
}

@media only screen and ( max-width : 575px ) {
  #cost-access {
    background: url(../img/access_bg_sp.png) no-repeat center bottom 24% #161616;
  }
}
@media only screen and ( max-width : 320px ) {
  /*#price li p {
    font-size: 14px;
  }
  #price li p span {
    font-size: 20px;
  }*/
}

@media print, screen and ( min-width : 992px ) {
  #cost-access {
    background: url(../img/access_bg.png) no-repeat center top 60% #161616;
    background-size: 100%;
  }
  .access_txt {
    width: 35%;
  }
  .access_map {
    width: 55%;
  }
  #price {
    margin-top: 50px;
  }
  #price li a {
    padding: 30px 0;
  }
  /*#price li p {
    font-size: 18px;
  }
  #price li p span {
    font-size: 24px;
  }*/
  .price_ttl {
    margin-right: 100px;
  }
  #price li a:after {
    position: absolute;
    top: calc(50% - 15px);
    right: 0;
  }
  .zoom_img_box h3 {
    font-size: 20px;
  }
  .zoom_img {
    width: 43%;
  }
  .txt_box {
    width: 48%;
  }
  .txt_box h3 {
    margin: 30px 0 10px;
  }
  .txt_box p {
    font-size: 13px;
  }
  #meals.section {
    padding-top: 220px;
  }
}

@media print, screen and ( min-width : 1200px ) {
  /*#price li p {
    font-size: 12px;
  }*/
  .zoom_img {
    width: 38%;
  }
  .txt_box {
    width: 51%;
    height: 100%;
    margin: auto;
  }
  .txt_box p {
    font-size: 15px;
  }
}

/* ---------------------------------------------------------------------------------------------

　   ACCESS

--------------------------------------------------------------------------------------------- */
#access p {
  color: #fff;
}
#access .access_lead {
  line-height: 2.8em;
}
#guide li {
  border-bottom: rgba(255, 255, 255, 0.5) solid 1px;
  color: #fff;
}
#guide li:last-child {
  border-bottom: none;
}
#guide li span.txt_head {
  margin-left: -0.5rem;
}
@media only screen and ( max-width : 991px ) {
  #access {
    padding-bottom: 100px;
  }
  .access_map {
    height: 500px;
  }
  #access p {
    margin: 40px 0 20px;
    font-size: 18px;
  }
  #guide {
    margin-bottom: 30px;
  }
  #guide li {
    padding: 25px 0;
    line-height: 2;
    font-size: 18px;
  }
  #guide li span {
    font-size: 15px;
  }
}
@media only screen and ( max-width : 991px ) {
  .access_map {
    height: 400px;
  }
  #access .access_lead {
    font-size: 14px;
  }
}

@media only screen and ( max-width : 320px ) {
  #guide li {
    font-size: 16px;
  }
  #guide li span {
    font-size: 13px;
  }
}

@media print, screen and ( min-width : 992px ) {
  #access p {
    margin: 80px 0 30px;
    font-size: 18px;
  }
  #guide li {
    padding: 25px 0;
    line-height: 2.5;
    font-size: 18px;
  }
  #guide li span {
    font-size: 15px;
  }

  #access .access_lead {
    font-size: 13px;
  }
}

@media print, screen and ( min-width : 1200px ) {
  #access .access_lead {
    font-size: 15px;
  }
}

@media only screen and ( max-width : 767px ) {
  .search-widget-search-container-bf1818 {
    display: none!important;
  }

}

/* ---------------------------------------------------------------------------------------------

　   フローティングバナー

--------------------------------------------------------------------------------------------- */
.floating-banner {
    position: fixed;
    z-index: 99999;
    bottom: 0;
    right: 0;
}
.pc {
    width: 700px;
    height: auto;
}
.floating-banner:hover {
    opacity: .9;
}
.sp {
    display: none;
  }

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

    .sp {
        display: inline-block;
        width: 100vw;
    }
}
