@charset "UTF-8";


.pc {display: block !important;}
.sp {display: none !important;}
@media only screen and (max-width: 1024px) {
  .pc {display: none !important}
  .sp {display: block !important;}
}
@media screen and (min-width: 581px) {
  .sp-only {display: none !important;}
}
@media screen and (max-width: 580px) {
  .pc-only {display: none !important;}
}

a[href^="tel:"] {
  cursor: default;
}
.title-box {display: none;}
a {
  color: #000;
  text-decoration: none;
}
a:hover,
a:active {
  text-decoration: none;
}
.txtC {text-align: center !important;}
.txtR {text-align: right !important;}
.txtL {text-align: left !important;}
.bold {font-weight: bold !important;}
.normal {font-weight: normal !important;}


/*font
--------------------------------------------------*/
/*A-OTF Ryumin Pr6N L-KL*/
.fontMin{
  font-family: a-otf-ryumin-pr6n, serif !important;
  font-weight: 300;
  font-style: normal;
}
/*Garamond Premier Pro  Regular*/
.fontEng{
  font-family: garamond-premier-pro, serif !important;
  font-weight: 400;
  font-style: normal;
}


/* animation
--------------------------------------------------*/
.anim {
  opacity: 0;
  transform: translateY(10px);
  transition: all .7s;
}
.anim.active {
  opacity: 1;
  transform: translateY(0);
}


/* main visual
--------------------------------------------------*/
.mainV {
  position: relative;
  top: 0;
  left: calc(((100vw - 100%) / 2) * -1);
  right: calc(((100vw - 100%) / 2) * -1);
  width: 100vw;
  background: #030F19;
}
.mainV img {
  display: block;
  min-width: 100%;
}
.mainV::after{
  content: "富士屋ホテル";
  max-width: 1200px;
  width: 95%;
  margin: 5px auto 0;
  text-align: right;
  font-size: 12px;
  font-family: a-otf-ryumin-pr6n, serif !important;
  font-weight: 300;
  font-style: normal;
  display: block;
  color:  #fff;
}
@media screen and (max-width: 1024px) {

}
@media screen and (min-width: 580px) {

}

.searchBtn,
.pickup_wrap,
.hotel_list_wrap{
  width: 100vw;
  left: calc(((100vw - 100%) / 2) * -1);
  right: calc(((100vw - 100%) / 2) * -1);
  position:relative;
}

/* search
--------------------------------------------------*/
.searchBtn {
  background: #030F19;
  padding: 40px 0 0;
  transition: all .3s;
}
.searchBtn p{
  text-align: left;
  color: #fff;
  margin-bottom: 10px;
  font-size: 1.4rem;
}
.list_checkbox {
  list-style: outside none none;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.list_checkbox > label{
  margin-left: 10px;
  margin-bottom: 5px;
  padding: 12px 10px;
  background: #fff;
  border-radius: 2px;
  line-height: 0.8;
  font-size: 15px;
  line-height: 1;
  white-space: nowrap;
}
/* Base for label styling */
  [type="checkbox"]:not(:checked),
  [type="checkbox"]:checked {
    position: absolute;
    left: 0;
    opacity: 0.01;
  }
  [type="checkbox"]:not(:checked) + span,
  [type="checkbox"]:checked + span {
    position: relative;
    padding-left: 2em;
    font-size: 1.4rem;
    line-height: 1;
    cursor: pointer;
  }

  /* checkbox aspect */
  [type="checkbox"]:not(:checked) + span:before,
  [type="checkbox"]:checked + span:before {
    content: '';
    position: absolute;
    left: 0;
    top: -0.1em;
    width: 1.2em;
    height: 1.2em;
    background: #000;
    border-radius: 2px;
    -webkit-transition: all .275s;
        transition: all .275s;
  }

  /* checked mark aspect */
  [type="checkbox"]:not(:checked) + span:after,
  [type="checkbox"]:checked + span:after {
    content: '✕';
    position: absolute;
    top:0.7rem;
    left:0.25rem;
    font-size: 1.3rem;
    line-height: 0;
    color: #fff;
    -webkit-transition: all .2s;
        transition: all .2s;
  }
  /* checked mark aspect changes */
  [type="checkbox"]:not(:checked) + span:after {
    opacity: 0;
    -webkit-transform: scale(0) rotate(45deg);
        transform: scale(0) rotate(45deg);
  }
  [type="checkbox"]:checked + span:after {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
  }
  /* Disabled checkbox */
  [type="checkbox"]:disabled:not(:checked) + span:before,
  [type="checkbox"]:disabled:checked + span:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #e9e9e9;
  }
  [type="checkbox"]:disabled:checked + label:after {
    color: #777;
  }
  [type="checkbox"]:disabled + span {
    color: #aaa;
  }
.hidden {
  display: none;
  transition: all 0.3s;
}

@media screen and (max-width: 580px) {
  .searchBtn {
    padding: 20px 0 0;
  }
  .list_checkbox > label{
    margin-left: 10px;
    padding: 6px 8px;
    font-size: 13px;
  }
  [type="checkbox"]:not(:checked) + span,
  [type="checkbox"]:checked + span {
    position: relative;
    padding-left: 1.5em;
    font-size: 1.3rem;
  }
}


/* icon(area/roten)
--------------------------------------------------*/
.icon_wrap{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
  width: 100%;
}
.icon_wrap li{
  margin-right: 10px;
  margin-bottom: 5px;
  border-radius: 2px;
  line-height: 1;
}
.icon_area{
  padding: 6px 12px;
  font-size: 14px;
  font-size: 1.4rem;
  min-width: 70px;
  text-align: center;
}
.icon_area.hakone{
  color: #fff;
  background: #495C4D;
}
.icon_area.yugawara{
  color: #fff;
  background: #6A486A;
}
.icon_area.atami{
  color: #fff;
  background: #274562;
}
.icon_area.izu{
  color: #fff;
  background: #279B92;
}
.icon_area.kawaguchiko{
  color: #fff;
  background: #009bd4;
}
.icon_area.isawa{
  color: #fff;
  background: #546BBA;
}
.icon_area.karuizawa{
  color: #fff;
  background: #066548;
}
.icon_area.nasu{
  color: #fff;
  background: #3D4089;
}
.icon_area.nikko{
  color: #fff;
  background: #5f7703;
}
.icon_area.kinugawa{
  color: #fff;
  background: #94120a;
}
.icon_area.kusatsu{
  color: #fff;
  background: #c58b47;
}
.icon_area.ikaho{
  color: #fff;
  background: #b30583;
}
.icon_roten{
  border: solid 1px #aaa;
  color: #1E1E1E;
  font-size: 12px;
  padding: 6px 12px;
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 580px) {
  .icon_wrap{
    margin-bottom: 10px;
  }
  .icon_area{
    min-width:auto;
    padding: 5px 10px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}


/*hotel_btn
--------------------------------------------------*/
.hotel_btn a{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 300px;
  height: 54px;
  background: #D54100;/*#d86200*/
  color: #fff;
  text-align: center;
  font-size: 1.5rem;
  position: relative;
  border-radius: 5px;
  transition: all .3s;
}
.hotel_btn a::after {
  content: '';
  background: url(/domtour/theme/kokoromichiru/image/arw_r.svg) no-repeat right top;
  width: 6px;
  height: 12px;
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: all .3s;
}
.hotel_btn a:hover {
  opacity: 0.7;
}
.hotel_btn a:hover::after {
  right: 10px;
}
@media screen and (max-width: 580px) {
  .hotel_btn a{
    height: 48px;
  }
  .hotel_btn{
    text-align: center;
  }
}


/* pickup_wrap
--------------------------------------------------*/
.pickup_wrap{
  background: #030F19;
  color: #fff;
  padding-bottom: 90px;
  margin-top:-1px;
}
.pickup_wrap .pickup{
  padding: 90px 0;
}
.ttl_wrap{
  width: 100%;
  margin-bottom: 70px;
  text-align: left;
}
.pickup_wrap .pickup .ttl_wrap .icon_area.hakone{
  background: #495C4D;
}
.pickup_wrap .pickup .ttl_wrap .icon_area.yugawara{
  background: #8E4F8E;
}
.pickup_wrap .pickup .ttl_wrap .icon_area.atami{
  background: #40719F;
}
.pickup_wrap .pickup .ttl_wrap .icon_area.nikko{
  background: #5f7703;
}
.pickup_wrap .pickup .ttl_wrap .icon_area.kinugawa{
  background: #94120a;
}
.pickup_wrap .pickup .ttl_wrap .icon_area.kusatsu{
  background: #c58b47;
}
.pickup_wrap .pickup .ttl_wrap .icon_area.ikaho{
  background: #b30583;
}
.pickup_wrap .pickup .ttl_wrap .icon_roten{
  border: solid 1px #fff;
  color: #fff;
}
.pickup_wrap .pickup .ttl_wrap h3{
  font-size: 46px;
  font-size: 4.6rem;
  margin-bottom: 10px
}
.pickup_wrap .pickup .ttl_wrap h3 span{
  font-size: 46%;
}
.pickup_wrap .pickup .ttl_wrap h3 a,
.pickup_wrap .pickup .ttl_wrap h3 a span{
  color: #fff;
  transition: all 0.3s;
}
.pickup_wrap .pickup .ttl_wrap h3 a:hover,
.pickup_wrap .pickup .ttl_wrap h3 a:hover span{
  color: #aaa;
}
.pickup_wrap .pickup .ttl_wrap h3 a::after{
  content: "";
  display: inline-flex;
  margin: 0 5px;
  background: url(/common-layout/images/icon_blank_WHT.png) no-repeat;
  height: 12px;
  width: 12px;
  background-size: 12px;
}
.pickup_wrap .pickup .ttl_wrap .ttl_copy{
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
  .pickup_wrap{
    padding-bottom: 40px;
  }
  .pickup_wrap .pickup{
    padding: 60px 0;
  }
  .ttl_wrap{
    margin-bottom: 50px;
  }
  .pickup_wrap .pickup .ttl_wrap h3{
    font-size: 32px;
    font-size: 3.2rem;
  }
  .pickup_wrap .pickup .ttl_wrap .ttl_copy{
    font-size: 20px;
    font-size: 2.0rem;
  }
}
@media screen and (max-width: 580px) {
  .pickup_wrap .pickup{
    padding: 20px 0 40px;
  }
  .ttl_wrap{
    margin-bottom: 30px;
  }
  .pickup_wrap .pickup .ttl_wrap h3{
    font-size: 26px;
    font-size: 2.6rem;
  }
  .pickup_wrap .pickup .ttl_wrap .ttl_copy{
    font-size: 18px;
    font-size: 1.8rem;
  }
}

/*hotel_cont*/
.hotel_cont{
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.hotel_cont .hotel_main_image{
  margin-left: calc(((100vw - 100%) / 2) * -1);
  width: 90%;
  position: relative;
  max-height: 550px;
}
.hotel_cont .hotel_main_image.ptn02{
  margin-left:auto;
  margin-right: calc(((100vw - 100%) / 2) * -1);
}
.hotel_cont .hotel_main_image span{
  position: absolute;
  right:10px;
  bottom: 10px;
  z-index:1;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: right;
  text-shadow: 0 0 3px rgba(0,0,0,0.1), 0 0 3px rgba(0,0,0,0.1), 0 0 3px rgba(0,0,0,0.1), 0 0 3px rgba(0,0,0,0.1), 0 0 3px rgba(0,0,0,0.1), 0 0 3px rgba(0,0,0,0.1), 0 0 3px rgba(0,0,0,0.1), 0 0 3px rgba(0,0,0,0.1), 0 0 3px rgba(0,0,0,0.1), 0 0 3px rgba(0,0,0,0.1), 0 0 3px rgba(0,0,0,0.1), 0 0 3px rgba(0,0,0,0.1), 0 0 3px rgba(0,0,0,0.1), 0 0 3px rgba(0,0,0,0.1), 0 0 3px rgba(0,0,0,0.1), 0 0 3px rgba(0,0,0,0.1);
}
.hotel_cont .hotel_main_image span.cap_b{
  bottom: -1.8em;
}
.hotel_cont .hotel_main_image img{
  object-fit: cover;
  height: 100%;
}
.hotel_cont .hotel_cont_txt{
  width: 410px;
  margin-left: 50px;
}
.hotel_cont .hotel_cont_txt.ptn02{
  margin-left: 0;
  margin-right: 50px;
}
.hotel_cont .hotel_cont_txt p{
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2.1;
  margin-bottom: 60px;
}
.hotel_cont .hotel_btn a{
  margin-bottom:10px;
}
@media screen and (max-width: 1024px) {
  .hotel_cont{
    flex-wrap: wrap;
  }
  .hotel_cont .hotel_main_image{
    max-height:inherit;
    width: 95%;
    order:1;
  }
  .hotel_cont .hotel_main_image img{
    object-fit: cover;
    height: auto;
    width: 100%;
  }
  .hotel_cont .hotel_cont_txt{
    width: 96%;
    margin:20px auto;
    order:2;
  }
  .hotel_cont .hotel_cont_txt.ptn02{
    margin:20px auto;
  }
  .hotel_cont .hotel_cont_txt p{
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.8;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 580px) {
  .hotel_main_image span{
    right:5px;
    bottom: 5px;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .hotel_cont_txt .hotel_btn a{
    max-width: 100%;
  }
  .hotel_cont .hotel_main_image span{
    right:4px;
    bottom: 4px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}

/*hotel_image*/
.hotel_image{
  width: 100%;
  position: relative;
  display: flex;
  margin-top: 70px;
}
.hotel_image li{
  position: relative;
}
.hotel_image li span{
  display: block;
  text-align: right;
  font-size: 13px;
  font-size: 1.3rem;
  margin-top: 5px;
  text-shadow: 0 0 3px rgba(0,0,0,0.1), 0 0 3px rgba(0,0,0,0.1), 0 0 3px rgba(0,0,0,0.1), 0 0 3px rgba(0,0,0,0.1), 0 0 3px rgba(0,0,0,0.1), 0 0 3px rgba(0,0,0,0.1), 0 0 3px rgba(0,0,0,0.1), 0 0 3px rgba(0,0,0,0.1), 0 0 3px rgba(0,0,0,0.1), 0 0 3px rgba(0,0,0,0.1), 0 0 3px rgba(0,0,0,0.1), 0 0 3px rgba(0,0,0,0.1), 0 0 3px rgba(0,0,0,0.1), 0 0 3px rgba(0,0,0,0.1), 0 0 3px rgba(0,0,0,0.1), 0 0 3px rgba(0,0,0,0.1);
}
.hotel_image li:nth-child(1){
  margin-right: 3.8%;
  width: 36.5%;
}
.hotel_image li:nth-child(2){
  margin-top: 11.5em;
  width: 21.25%;
  position: relative;
  z-index: 1;
}
.hotel_image li:nth-child(3){
  margin-top: -100px;
  margin-left:-2.4%;
  width: 38.25%;
}
.hotel_image.ptn02{
  justify-content: flex-end;
}
.hotel_image.ptn02 li:nth-child(1){
  margin-top: -100px;
  margin-right:-2.4%;
  width: 38.25%;
}
.hotel_image.ptn02 li:nth-child(1)>span{
  text-align: left;
}
.hotel_image.ptn02 li:nth-child(2){
  margin-top: 11.5em;
  width: 21.25%;
}
.hotel_image.ptn02 li:nth-child(3){
  margin-left: 3.8%;
  width: 36.5%;
  margin-top: 0;
}
@media screen and (max-width: 1024px) {
  .hotel_image{
    padding: 0 1.5%;
  }
  .hotel_image li:nth-child(3),
  .hotel_image.ptn02 li:nth-child(1){
    margin-top: -50px;
  }
  .hotel_image li:nth-child(2),
  .hotel_image.ptn02 li:nth-child(2){
    margin-top: 6.5em;
    width: 26%;
  }
}
@media screen and (max-width: 580px) {
  .hotel_image{
    padding: 0;
    margin: 30px auto 20px;
    width: 92%;
    flex-wrap: wrap;
  }
  .hotel_image.ptn02{
    justify-content:flex-start;
  }
  .hotel_image li:nth-child(1),
  .hotel_image.ptn02 li:nth-child(1){
    width: 50%;
    margin-right: 5%;
    margin-top: 0;
  }
  .hotel_image li:nth-child(2),
  .hotel_image.ptn02 li:nth-child(2){
    margin-top: 2.5em;
    width: 44%;
  }
  .hotel_image li:nth-child(3),
  .hotel_image.ptn02 li:nth-child(3){
    width: 70%;
    margin-left:-2.4%;
    margin-top: 20px;
  }
  .hotel_image li span{
    font-size: 11px;
    font-size: 1.15rem;
  }
}


/* hotel_list_wrap
--------------------------------------------------*/
.hotel_list_wrap{
  background: rgba(134,117,89,0.2);
  padding: 180px 0 100px;
}
.hotel_list_wrap > .max-inner{
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.hotel_list_wrap > .max-inner .hotel_list{
  width: calc(96% / 3);
  background: #fff;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  margin: 0 .66% 3em;
}
.hotel_list .hotel_list_image{
  width: 100%;
  position: relative;
}
.hotel_list .hotel_list_image span{
  position: absolute;
  right:5px;
  bottom: 5px;
  z-index:1;
  color: #fff;
  font-size: 13px;
  font-size: 1.3rem;
  text-align: right;
  text-shadow: 0 0 3px rgba(0,0,0,0.1), 0 0 3px rgba(0,0,0,0.1), 0 0 3px rgba(0,0,0,0.1), 0 0 3px rgba(0,0,0,0.1), 0 0 3px rgba(0,0,0,0.1), 0 0 3px rgba(0,0,0,0.1), 0 0 3px rgba(0,0,0,0.1), 0 0 3px rgba(0,0,0,0.1), 0 0 3px rgba(0,0,0,0.1), 0 0 3px rgba(0,0,0,0.1), 0 0 3px rgba(0,0,0,0.1), 0 0 3px rgba(0,0,0,0.1), 0 0 3px rgba(0,0,0,0.1), 0 0 3px rgba(0,0,0,0.1), 0 0 3px rgba(0,0,0,0.1), 0 0 3px rgba(0,0,0,0.1);
}

.hotel_list .hotel_list_cont{
  padding: 20px 15px;
}
.hotel_list .hotel_list_cont >h4{
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 30px;
}
.hotel_list .hotel_list_cont >h4 a{
  color: #333;
}
.hotel_list .hotel_list_cont >h4 a::after{
  content: "";
  display: inline-block;
  margin: 0 5px;
  background: url(/common-layout/images/icon_blank_BLU.png) no-repeat;
  height: 12px;
  width: 12px;
  background-size: 12px;
}
.hotel_list .hotel_list_cont >h4 a:hover{
  color: #999;
}
.hotel_list .hotel_list_cont >.hotel_btn a{
  max-width: 90%;
  margin: 0 5% 10px;
}
@media screen and (max-width: 1024px) {
  .hotel_list_wrap{
    padding: 80px 0 40px;
  }
  .hotel_list_wrap > .max-inner .hotel_list{
    width: calc(96% / 2);
    margin: 0 1% 3em;
  }
  .hotel_list .hotel_list_image span{
    font-size: 12px;
    font-size: 1.2rem;
  }
  .hotel_list .hotel_list_cont{
    padding: 15px 12px;
  }
  .hotel_list .hotel_list_cont >h4{
    font-size: 17px;
    font-size: 1.7rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 580px) {
  .hotel_list_wrap > .max-inner{
    display: block;
  }
  .hotel_list_wrap > .max-inner .hotel_list{
    width: 94%;
    margin: 0 auto 2.5em;
  }
  .hotel_list_wrap > .max-inner .hotel_list:nth-child(2n){
    margin-right: auto;
  }
}




.note{
  text-align: right;
  font-size:14px;
  font-size: 1.4rem;
  color: #444;
}
@media screen and (max-width: 580px) {
  .note{
    text-align: left;
    font-size:13px;
    font-size: 1.3rem;
  }
}
