@charset "utf-8";
/* ----------------------------------------------------------
                            reset
------------------------------------------------------------*/
.hoshino-hotel {
  font-family:'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
}
.sanserif {
	font-family:'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
}
.yumincho{
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝","Sawarabi Mincho", serif;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px){
  .yumincho{
    font-family:"Sawarabi Mincho", serif;
  }
}
.hoshino-hotel img {
  height: auto;
  width: 100%;
  vertical-align: middle;
  font-size: 0;
  line-height: 0;
}
.hoshino-hotel *,.hoshino-hotel *:before,.hoshino-hotel *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.hoshino-hotel a{
  transition-duration: 1s
}
.hoshino-hotel a:hover{
  text-decoration: none;
}
.hoshino-hotel p {
  line-height: 1.8;
  font-size: 14px;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px){
  .hoshino-hotel p {
    line-height: 1.8;
    font-size: 12px;
  }
}
.pc_none{
  display: none !important;
}
.sp_none{
  display: block !important;
}
@media screen and (max-width: 768px){
  .pc_none{
    display: block !important;
  }
  .sp_none{
    display: none !important;
  }
}
.hoshino-hotel .inner{
  width: 1140px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px){
  .hoshino-hotel .inner{
    width: 90%;
  }
}
.hoshino-hotel .mb{
  margin-bottom: 60px;
}
@media screen and (max-width: 768px){
  .hoshino-hotel .mb{
    margin-bottom: 30px;
  }
}
.hoshino-hotel h3{
  text-align: center;
  color: #404040;
  font-size: 32px;
  margin-bottom: 40px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝","Sawarabi Mincho", serif;
  letter-spacing: 2px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px){
  .hoshino-hotel h3{
    font-family:"Sawarabi Mincho", serif;
    letter-spacing: 1px;
    margin-bottom: 20px;
    font-size: 26px;
  }
}
.hoshino-hotel h3:before, .hoshino-hotel h3:after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background: #404040;
  margin: 0 .4em;
}
.hoshino-hotel .h3_subtext{
  text-align: center;
  font-weight: 500;
  font-size: 15px;
}
@media screen and (max-width: 768px){
  .hoshino-hotel .h3_subtext{
    font-size: 13px;
  }
}
/* ----------------------------------------------------------
                  ぱんくず修正
------------------------------------------------------------*/
/* @media screen and (min-width: 840px){
  #bred_navi{
    margin: 7px auto 7px;
  }
} */

/* ----------------------------------------------------------
                  hotel
------------------------------------------------------------*/
/* ----------------.mv---------------- */
.hoshino-hotel .mv{
  background: url(/hoshino/hotel/img/tomamu/mv.jpg);
  background-position:top center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 80px;
  padding-bottom: 300px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px){
  .hoshino-hotel .mv{
    background: url(/hoshino/hotel/img/tomamu/mv_sp.jpg);
    background-position:top center;
    background-repeat: no-repeat;
    background-size: cover;
    flex-direction: column;
    padding: 0;
  }
}
@media screen and (max-width: 480px){
  .hoshino-hotel .mv{
    background: url(/hoshino/hotel/img/tomamu/mv_sp.jpg);
    background-position:top center;
    background-repeat: no-repeat;
    flex-direction: column;
    background-size: contain;
    padding: 0;
  }
}
.hoshino-hotel .mv .message{
  margin: 0 auto;
  background-color: rgb(0 0 0 / 0.6);
  color: #FFF;
  padding: 30px;
  box-sizing: border-box;
  text-align: center;
  display: inline-block;
  padding: 40px 50px;
  letter-spacing: 3px;
}
@media screen and (max-width: 768px){
  .hoshino-hotel .mv .message{
    padding: 30px 0;
    margin: 80px 0 80px 0;
    width: 94%;
    margin-left: auto;
    margin-right: auto;
  }
}
.hoshino-hotel .mv .message .place{
  display: inline-block;
  color: #FFF;
  padding: 1px 30px;
  font-weight: bold;
  border-radius: 4px;
  font-size: 16px;
  margin-bottom: 20px;
  border: solid 1px#FFF;
  font-weight: normal;
}
@media screen and (max-width: 768px){
  .hoshino-hotel .mv .message .place{
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.hoshino-hotel .mv .message h2{
  color: #FFF;
  letter-spacing: 1px;
  margin-bottom: 160px;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 768px){
  .hoshino-hotel .mv .message h2{
    margin-bottom: 120px;
  }
}
.hoshino-hotel .mv .message h2:after{
  content: "";
  font-size: 26px;
  width: 9em;
  border-bottom: solid 1px #FFF;
  position: absolute;
  bottom: -130px;
  left: 50%;
  margin-left: -4.5em;
}
@media screen and (max-width: 768px){
  .hoshino-hotel .mv .message h2:after{
    width: 6.5em;
    margin-left: -3.2em;
    bottom: -100px;
  }
}
.hoshino-hotel .mv .message h2 p{
  font-size: 26px;
  display: inline-block;
  line-height: 1.4;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px){
  .hoshino-hotel .mv .message h2 p{
    font-size: 18px;
    line-height: 2;
  }
}
.hoshino-hotel .mv .message h2 span{
  display: block;
  font-size: 40px;
  padding: 0 10px;
}
@media screen and (max-width: 768px){
  .hoshino-hotel .mv .message h2 span{
    font-size: 30px;
    line-height: 1.2;
    padding: 0;
  }
}
.hoshino-hotel .mv .message .caption{
  font-size: 16px;
  background-color: #FFF;
  color: #000;
  font-weight: bold;
  padding: 10px 20px;
}
@media screen and (max-width: 768px){
  .hoshino-hotel .mv .message .caption{
    font-size: 12px;
    padding: 10px 5px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
.hoshino-hotel .mv .lead_wrap{
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #DCDCDC;
  color: #000;
}
@media screen and (max-width: 768px){
  .hoshino-hotel .mv .lead_wrap{
    position: relative;
  }
}
.hoshino-hotel .mv .lead{
  padding: 40px 0 80px 0;
  line-height: 1.8;
  letter-spacing: 2px;
  font-size: 15px;
}
@media screen and (max-width: 768px){
  .hoshino-hotel .mv .lead{
    padding: 15px 0;
    font-size: 12px;
  }
}
/* ----------------.nav---------------- */
.hoshino-hotel nav{
  margin-top: -40px;
  z-index: 10;
  position: relative;
}
@media screen and (max-width: 768px){
  .hoshino-hotel nav{
    margin-top: 20px;
  }
}
.hoshino-hotel nav ul{
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px){
  .hoshino-hotel nav ul{
    flex-wrap: wrap;
    justify-content: center;
  }
}
.hoshino-hotel nav ul li{
  width: 19%;
  background-color: #b7985b;
  text-align: center;
  color: #FFF;
  border-radius: 4px;
  position: relative;
  margin: 0 0.5%;
}
@media screen and (max-width: 768px){
  .hoshino-hotel nav ul li{
    width: 48%;
    margin: 0 1%;
    margin-bottom: 2%;
  }
}
.hoshino-hotel nav ul li a{
  color: #FFF;
  font-size: 18px;
  position: relative;
  display: block;
  padding: 20px 0 30px 0;
}
@media screen and (max-width: 768px){
  .hoshino-hotel nav ul li a{
    font-size: 13px;
    padding: 15px 0 20px 0;
  }
}
.hoshino-hotel nav ul li a span{
  display: block;
  position: absolute;
  bottom: 5px;
  left: calc(50% - 5px);
  font-size: 12px;
}
@media screen and (max-width: 768px){
  .hoshino-hotel nav ul li a span{
    bottom: 3px;
  }
}
.hoshino-hotel .benefits{
  width: 80%;
  margin: 0 auto;
  background-color: #ecdec1;
  padding: 50px 50px 40px 50px;
  position: relative;
}
@media screen and (max-width: 768px){
  .hoshino-hotel .benefits{
    width: 100%;
    padding: 30px 20px;
  }
}
.hoshino-hotel .benefits:before,.hoshino-hotel .benefits:after,.hoshino-hotel .benefits_inner:before,.hoshino-hotel .benefits_inner:after{
  content:"";
  width: 40px;
  height: 40px;
  background-color: #FFF;
  border-radius: 50%;
  position: absolute;
  top:-20px;
  left: -20px;
}
.hoshino-hotel .benefits_inner:before{
  top: auto;
  bottom:-20px;
  left: auto;
  right: -20px;
}
.hoshino-hotel .benefits:after{
  top:-20px;
  left: auto;
  right: -20px;
}
.hoshino-hotel .benefits_inner:after{
  top: auto;
  bottom:-20px;
  right: -20px;
}
.hoshino-hotel .benefits h3{
  font-size: 26px;
  font-weight: bold;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px){
  .hoshino-hotel .benefits h3{
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.hoshino-hotel .benefits h3:before,.hoshino-hotel .benefits h3:after{
  content: "";
  flex-grow: 1;
  height: 1px;
  background: #b7985b;
  margin: 0 .4em;
}
.hoshino-hotel .benefits .card{
  display: flex;
  background-color: #FFF;
  padding: 20px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px){
  .hoshino-hotel .benefits .card{
    display: block;
  }
}
.hoshino-hotel .benefits .card > span{
  width: 73px;
  display: block;
}
@media screen and (max-width: 768px){
  .hoshino-hotel .benefits .card > span{
    margin: 0 auto;
    width: 50px;
    margin-bottom: 10px;
  }
}
.hoshino-hotel .benefits .card_inner{
  width: calc(100% - 100px);
}
@media screen and (max-width: 768px){
  .hoshino-hotel .benefits .card_inner{
    width: 100%;
  }
}
.hoshino-hotel .benefits h4{
  font-size: 20px;
  margin-bottom: 10px;
  border-bottom: solid 1px #b7985b;
  color: #9d7d3d;
  padding-bottom: 10px;
  font-weight: bold;
}
@media screen and (max-width: 768px){
  .hoshino-hotel .benefits h4{
    font-size: 16px;
  }
}
.hoshino-hotel .benefits p{
  font-size: 14px;
}
@media screen and (max-width: 768px){
  .hoshino-hotel .benefits p{
    font-size: 12px;
  }
}
.hoshino-hotel .benefits ul.list li{
  padding-left: 1em;
  text-indent: -.7em;
  margin-bottom: 10px;
  line-height: 1.6;
}
@media screen and (max-width: 768px){
  .hoshino-hotel .benefits ul.list li{
    font-size: 12px;
  }
}
.hoshino-hotel .benefits ul.list li:before{
  content: "■ ";
  color: #b7985b;
}
.hoshino-hotel .benefits ul.list + span{
  color:#666;
  font-size: 12px;
}
.hoshino-hotel .benefits ul.list02 li{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  background: none;
  padding: 0;
  font-size: 100%;
}
.hoshino-hotel .benefits ul.list02 li .icon{
  background-color: #b7985b;
  padding: 5px 10px;
  border-radius: 4px;
  color: #FFF;
  margin-right: 10px;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px){
  .hoshino-hotel .benefits ul.list02 li .icon{
    width: 25%;
    font-size: 12px;
    padding: 20px 5px;
    text-align: center;
  }
  .hoshino-hotel .benefits ul.list02 li div{
    width: 75%;
    font-size: 12px;
    line-height: 1.6;
  }
}
.hoshino-hotel .benefits ul.list02 li span{
  color: #c60000;
  font-weight: bold;
  padding-left: 10px;
  font-size: 18px;
}
@media screen and (max-width: 768px){
  .hoshino-hotel .benefits ul.list02 li span{
    padding-left: 0px;
    font-size: 18px;
  }
}
/* ----------------.plan---------------- */
.hoshino-hotel .plan{
  width: 100%;
  background-color: #ddd;
  padding: 60px 0;
}
@media screen and (max-width: 768px){
  .hoshino-hotel .plan{
    padding: 30px 0;
  }
}
.hoshino-hotel .plan h3{
}
.hoshino-hotel .plan_inner{
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px){
  .hoshino-hotel .plan_inner{
    display: block;
  }
}
.hoshino-hotel .plan_inner .photo{
  width: 38%;
}
@media screen and (max-width: 768px){
  .hoshino-hotel .plan_inner .photo{
    width: 100%;
    margin-bottom: 15px;
  }
}
.hoshino-hotel .plan_inner .text{
  width: 59%;
}
@media screen and (max-width: 768px){
  .hoshino-hotel .plan_inner .text{
    width: 100%;
  }
}
.hoshino-hotel .plan_inner .text h4{
  text-align: center;
  font-size: 20px;
  margin-bottom: 20px;
  background-color: #FFF;
  padding: 15px 10px;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 18px;
  color: #b7985b;
}
@media screen and (max-width: 768px){
  .hoshino-hotel .plan_inner .text h4{
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 15px;
  }
}
.hoshino-hotel .plan_inner .text p{
  line-height: 1.8;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px){
  .hoshino-hotel .plan_inner .text p{
    margin-bottom: 15px;
  }
}
.hoshino-hotel .plan_inner .text .linkArea{
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px){
  .hoshino-hotel .plan_inner .text .linkArea{
    flex-wrap: wrap;
  }
}
.hoshino-hotel .plan_inner .text .linkArea a{
  width: 23%;
  background-color: #b7985b;
  padding: 15px 0;
  font-size: 16px;
  color: #FFF;
  position: relative;
  text-align: center;
  border-radius: 4px;
  margin: 0 5px;
}
@media screen and (max-width: 768px){
  .hoshino-hotel .plan_inner .text .linkArea a{
    width: 48%;
    margin-bottom: 40px;
    font-size: 15px;
  }
}
.hoshino-hotel .plan_inner .text .linkArea a i{
  padding-right: 5px;
}
.hoshino-hotel .plan_inner .text .linkArea a span{
  display: block;
  position: absolute;
  top: 60px;
  left: 50%;
  margin-left: -2.5em;
  color: #c60000;
  font-weight: bold;
}
/* ----------------.point---------------- */
.hoshino-hotel .point .caption{
  text-align: center;
  font-size: 15px;
  margin-bottom: 30px;
  font-weight: 500;
}
@media screen and (max-width: 768px){
  .hoshino-hotel .point .caption{
    font-size: 13px;
    margin-bottom: 15px;
  }
}
.hoshino-hotel .slick-prev {
  left: 10px;
  top: calc(50% - 15px);
  z-index: 10;
  display: block;
  background-color: #b7985b;
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 768px){
  .hoshino-hotel .slick-prev  {
    left: 18px;
    top: calc(50% - 80px);
  }
}
.hoshino-hotel .slick-prev:before {
  content: '◀';
  font-size: 12px;
}
.hoshino-hotel .slick-next:before{
  content: '▶';
  font-size: 12px;
}
.hoshino-hotel .slick-prev:hover,.hoshino-hotel .slick-prev:focus,.hoshino-hotel .slick-next:hover,.hoshino-hotel .slick-next:focus{
  background-color: #b7985b;
}
.hoshino-hotel .slick-next {
  right: 10px;
  top: calc(50% - 15px);
  z-index: 10;
  display: block;
  background-color: #b7985b;
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 768px){
  .hoshino-hotel .slick-next {
    right: 18px;
    top: calc(50% - 80px);
  }
}
.hoshino-hotel .slider {
  width: 90%;
  margin: 0 auto 80px;
}
.hoshino-hotel .slick-slide img {
  width: 100%;
  height: auto;
}
.hoshino-hotel .slick-slide{
  margin: 10px;
}
.hoshino-hotel .point-slider .slick-dots{
  bottom: 100px;
}
@media screen and (max-width: 768px){
  .hoshino-hotel .point-slider .slick-dots{
    bottom: -10px;
  }
}
.hoshino-hotel .point ul h4{
  font-size: 20px;
  text-align: center;
  margin-bottom: 15px;
  font-weight: bold;
  color: #b7985b;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝","Sawarabi Mincho", serif;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px){
  .hoshino-hotel .point ul h4{
    font-family:"Sawarabi Mincho", serif;
    font-size: 13px;
  }
}
.hoshino-hotel .point ul p{
  margin-top: 15px;
  line-height: 1.8;
  font-size: 13px;
  padding: 0 10px;
}
@media screen and (max-width: 768px){
  .hoshino-hotel .point ul p{
    font-size: 12px;
  }
}
.hoshino-hotel .slick-dots li button::before{
  font-size: 15px !important;
}
/* ----------------.hotel---------------- */
.hoshino-hotel .hotel{
  background-color:#eee5d2;
  padding: 60px 0;
}
@media screen and (max-width: 768px){
  .hoshino-hotel .hotel{
    padding: 30px 0;
  }
}
.hoshino-hotel .hotel_inner{
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px){
  .hoshino-hotel .hotel_inner{
    display: block;
    margin-bottom: 20px;
  }
}
.hoshino-hotel .hotel .photo{
  width: 48%;
}
@media screen and (max-width: 768px){
  .hoshino-hotel .hotel .photo{
    width: 100%;
    margin-bottom: 15px;
  }
}
.hoshino-hotel .hotel .text{
  width: 50%;
}
@media screen and (max-width: 768px){
  .hoshino-hotel .hotel .text{
    width: 100%;
  }
}
.hoshino-hotel .hotel .hotelR,.hoshino-hotel .hotel .hotelT{
  margin-bottom: 60px;
  background-color: #FFF;
  padding: 30px;
}
@media screen and (max-width: 768px){
  .hoshino-hotel .hotel .hotelR,.hoshino-hotel .hotel .hotelT{
    margin-bottom: 30px;
    padding: 15px;
  }
}
.hoshino-hotel .hotel h4{
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  background-color: #decba4;
  padding: 10px 0;
  color: #96732f;
  border-radius: 4px;
  margin-bottom: 30px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝","Sawarabi Mincho", serif;
}
@media screen and (max-width: 768px){
  .hoshino-hotel .hotel h4{
    font-family:"Sawarabi Mincho", serif;
    margin-bottom: 15px;
  }
}
.hoshino-hotel .hotel .text > p{
  line-height: 1.6;
  margin-bottom: 10px;
  font-size: 14px;
}
@media screen and (max-width: 768px){
  .hoshino-hotel .hotel .text > p{
    font-size: 12px;
  }
}
.hoshino-hotel .hotel .text .hotelData{
  background-color: #ddd;
  padding: 10px;
}
.hoshino-hotel .hotel .text .hotelData p:first-child{
  background-color: #9d9d9d;
  color: #FFF;
  padding: 5px 10px;
  display: inline-block;
  margin-bottom: 10px;
  font-size: 14px;
}
@media screen and (max-width: 768px){
  .hoshino-hotel .hotel .text .hotelData p:first-child{
    width: 100%;
    text-align: center;
    font-size: 13px;
    padding: 5px;
  }
}
.hoshino-hotel .hotel .text .hotelData p:last-child{
  line-height: 1.6;
  font-size: 13px;
}
@media screen and (max-width: 768px){
  .hoshino-hotel .hotel .text .hotelData p:last-child{
    font-size: 12px;
  }
}
.hoshino-hotel .hotel .facility h5{
  font-size: 20px;
  text-align: center;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝","Sawarabi Mincho", serif;
  font-weight: bold;
}
@media screen and (max-width: 768px){
  .hoshino-hotel .hotel .facility h5{
    font-family:"Sawarabi Mincho", serif;
    font-size: 16px;
  }
}
.hoshino-hotel .hotel .facility .slick-dots{
  bottom: -20px;
}
.hoshino-hotel .hotel .facility .slick-prev,.hoshino-hotel .hotel .facility .slick-next{
  top: calc(50% - 30px);
}
@media screen and (max-width: 768px){
  .hoshino-hotel .hotel .facility .slick-prev,.hoshino-hotel .hotel .facility .slick-next{
    top: calc(50% - 20px);
  }
  .hoshino-hotel .hotel .facility .slick-prev{
    left: -6px;
  }
  .hoshino-hotel .hotel .facility .slick-next{
    right: -6px;
  }
}
.hoshino-hotel .hotel .facility-slider p{
  line-height: 1.4;
  margin-top: 10px;
}
.slick-dots li button:before,.slick-dots li button:after{
  font-size:  20px;
}
.hoshino-hotel .declaration h5{
  text-align: center;
  font-size: 18px;
  position: relative;
  font-weight: bold;
  padding: 15px 0;
  color: #fff;
  background-color: #b7985b;
  transition-duration: 1s;
  width: 80%;
  margin: 0 auto 60px auto;
}
@media screen and (max-width: 768px){
  .hoshino-hotel .declaration h5{
    width: 100%;
    font-size: 14px;
    line-height: 1.4;
    margin: 0 auto 30px auto;
  }
}
.hoshino-hotel .declaration h5:hover{
  background-color: #decba4;
  color: #96732f;
}
.hoshino-hotel .declaration p {
  line-height: 1.8;
  font-size: 14px;
}
@media screen and (max-width: 768px){
  .hoshino-hotel .declaration p {
    line-height: 1.6;
    font-size: 12px;
  }
}
.hoshino-hotel .declaration p span{
  font-size: 12px;
  display: block;
  margin-top: 10px;
  line-height: 1.8;
}
@media screen and (max-width: 768px){
  .hoshino-hotel .declaration p span{
    font-size: 10px;
  }
}
/* ----------------.event---------------- */

.hoshino-hotel .event{
  background-color: #FFF;
  padding: 30px;
  padding: 50px 50px 40px 50px;
  position: relative;
  width: 95%;
  margin: 0 auto;
}
@media screen and (max-width: 768px){
  .hoshino-hotel .event{
    width: 100%;
    padding: 30px 20px;
  }
}
.hoshino-hotel .event:before,.hoshino-hotel .event:after,.hoshino-hotel .event_inner:before,.hoshino-hotel .event_inner:after{
  content:"";
  width: 40px;
  height: 40px;
  background-color: #eee5d2;
  border-radius: 50%;
  position: absolute;
  top:-20px;
  left: -20px;
}
.hoshino-hotel .event_inner:before{
  top: auto;
  bottom:-20px;
  left: auto;
  right: -20px;
}
.hoshino-hotel .event:after{
  top:-20px;
  left: auto;
  right: -20px;
}
.hoshino-hotel .event_inner:after{
  top: auto;
  bottom:-20px;
  right: -20px;
}
.hoshino-hotel .event h5{
  color: #b7985b;
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px){
  .hoshino-hotel .event h5{
    font-size: 16px;
    margin-bottom: 15px;
  }
}
.hoshino-hotel .event h5:before, .hoshino-hotel .event h5:after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background: #b7985b;
  margin: 0 .4em;
}
.hoshino-hotel .event h5 + p{
  text-align: center;
  margin-bottom: 20px;
  font-size: 16px;
}
@media screen and (max-width: 768px){
  .hoshino-hotel .event h5 + p{
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 15px;
  }
}
.hoshino-hotel .content{
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px){
  .hoshino-hotel .content{
    display: block;
  }
}
.hoshino-hotel .content > p,.hoshino-hotel .content > div{
  width: 48%;
}
@media screen and (max-width: 768px){
  .hoshino-hotel .content > p,.hoshino-hotel .content > div{
    width: 100%;
  }
  .hoshino-hotel .content > p{
    margin-bottom: 10px;
  }
}
.hoshino-hotel .content > div p{
  margin-bottom: 15px;
}
.hoshino-hotel .content > div ul{
  background-color: #dddddd;
  padding: 15px;
}
@media screen and (max-width: 768px){
  .hoshino-hotel .content > div ul{
    padding: 10px;
    font-size: 12px;
  }
}
.hoshino-hotel .content > div ul li{
  line-height: 1.6;
  margin-bottom: 5px;
}
.hoshino-hotel .content > div ul li span{
  display: block;
  line-height: 1.6;
}


/* ----------------.skiing---------------- */
.hoshino-hotel .skiing .map{
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px){
  .hoshino-hotel .skiing .map{
    flex-wrap: wrap;
    margin-bottom: 15px;
  }
}
.hoshino-hotel .skiing figure {
	margin: 0;
	display: block;
  text-align: center;
  width: 62%;
}
@media screen and (max-width: 768px){
  .hoshino-hotel .skiing figure {
    width: 100%;
    margin-bottom: 10px;
  }
}
.hoshino-hotel .skiing figure span{
  margin-top: 10px;
  display: block;
  text-decoration: underline;
}
.hoshino-hotel .skiing figure span i{
  padding-right: 10px;
}
.hoshino-hotel .skiing figure span:hover{
  text-decoration: none;
}
.hoshino-hotel .skiing .map div{
  width: 35%;
}
@media screen and (max-width: 768px){
  .hoshino-hotel .skiing .map div{
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
}
.hoshino-hotel .skiing .map div p{
  margin-bottom: 15px;
}
@media screen and (max-width: 768px){
  .hoshino-hotel .skiing .map div p{
    width: 48%;
  }
}
.hoshino-hotel .skiing .info .text {
  margin: 0 auto;
}
.hoshino-hotel .skiing .info{
  background-color: #ddd;
  border-radius: 4px;
  padding: 30px;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 40px;
  border-radius: 20px;
}
@media screen and (max-width: 1000px){
  .hoshino-hotel .skiing .info{
    width: 100%;
  }
}
@media screen and (max-width: 768px){
  .hoshino-hotel .skiing .info{
    padding: 15px;
    margin-bottom: 20px;
  }
}
.hoshino-hotel .skiing .info h4{
  text-align: center;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 768px){
  .hoshino-hotel .skiing .info h4{
    margin-bottom: 15px;
    font-size: 16px;
  }
}
.hoshino-hotel .skiing .info_inner{
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px){
  .hoshino-hotel .skiing .info_inner{
    display: block;
  }
}
.hoshino-hotel .skiing .info .text{
  width: 50%;
  background-color: #FFF;
  border-radius: 6px;
  padding: 20px 30px;
  margin: 0;
  margin-right: 5%;
}
@media screen and (max-width: 768px){
  .hoshino-hotel .skiing .info .text{
    width: 100%;
    margin: 0 auto;
    font-size: 12px;
    padding: 10px;
    margin-bottom: 15px;
  }
}
.hoshino-hotel .skiing .info .text dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hoshino-hotel .skiing .info .text dl + dl {
  margin-top: 5px;
}
.hoshino-hotel .skiing .info .text dl dt {
  background-color: #ddd;
  padding: 10px;
  width: 180px;
  border-radius: 4px;
  text-align: center;
}
@media screen and (max-width: 768px){
  .hoshino-hotel .skiing .info .text dl dt {
    width: 50%;
  }
}
.hoshino-hotel .skiing .info .text dl dd {
width: calc(100% - 200px);
font-size: 16px;
font-weight: 700;
}
@media screen and (max-width: 768px){
  .hoshino-hotel .skiing .info .text dl dd {
    width: 45%;
    font-size: 14px;
  }
}
.hoshino-hotel .skiing .info .graph{
  width: 280px;
}
@media screen and (max-width: 768px){
  .hoshino-hotel .skiing .info .graph{
    width: 100%;
  }
}
.hoshino-hotel .skiing .graph figure{
  width: 280px;
}
@media screen and (max-width: 768px){
  .hoshino-hotel .skiing .graph figure{
    width: 100%;
  }
}
.hoshino-hotel .skiing .info .graph figcaption {
  font-weight: bold;
  margin-bottom: 10px;
  background-color: #b7985b;
  color: #FFF;
  padding: 10px 20px;
  font-size: 14px;
  display: inline-block;
  border-radius: 4px;
  line-height: 1;
}
@media screen and (max-width: 768px){
  .hoshino-hotel .skiing .info .graph img{
    width: 70%;
  }
}
/* ----------------.tour---------------- */
.hoshino-hotel .tour {
  background-color: #eee5d2;
  padding: 60px 0;
}
@media screen and (max-width: 768px){
  .hoshino-hotel .tour {
    padding: 30px 0;
  }
}
/* タブ */
.hoshino-hotel ul.tab {
  border-bottom: 3px solid #b7985b;
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.hoshino-hotel .tab li {
  color: #333;
  border: 1px solid #b7985b;
  background-color: #FFF;
  cursor: pointer;
  list-style: none;
  transition: .3s;
  width: 18%;
  text-align: center;
  padding: 15px 0;
  margin: 0 1%;
  font-size: 18px;
  transition-duration: 1s
}
@media screen and (max-width: 768px){
  .hoshino-hotel .tab li {
    font-size: 13px;
  }
}
.hoshino-hotel .tab li:hover {
  background-color: #decba4;
  color: #96732f;
}
.hoshino-hotel .tab li.active {
  color: #fff;
  background: #b7985b;
  cursor: auto;
}
.hoshino-hotel .area section {
  display: none;
}
.hoshino-hotel .area section.show {
  display: block;
  background-color: #FFF;
  padding: 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px){
  .hoshino-hotel .area section.show img:nth-child(3){
    padding-bottom: 30px;
    border-bottom: dotted 2px #999;
    margin-bottom: 30px;
  }
}
.hoshino-hotel .area section.show img:first-child{
  margin-bottom: 30px;
}
.hoshino-hotel .area ul {
  display: none;
}
.hoshino-hotel .area ul.show {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.hoshino-hotel .area ul li{
  width: 31%;
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 20px;
  background-color: #FFF;
}
@media screen and (max-width: 768px){
  .hoshino-hotel .area ul li{
    width: 100%;
  }
}
.hoshino-hotel .area ul li p.icon{
  margin: 10px;
}
.hoshino-hotel .area ul li p.icon span{
  display: inline-block;
  background-color: #666;
  color: #fff;
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 4px;
  font-weight: bold;
  margin-bottom: 3px;
}
.hoshino-hotel .area ul li p.ttl{
  font-size: 18px;
  font-weight: bold;
  margin: 10px;
  line-height: 1.4;
  text-align: left;
}
@media screen and (max-width: 768px){
  .hoshino-hotel .area ul li p.ttl{
    font-size: 13px;
  }
}
.hoshino-hotel .area ul li p.text{
  margin-bottom: 10px;
  padding: 0 10px;
}
@media screen and (max-width: 768px){
  .hoshino-hotel .area ul li p.text{
    line-height: 1.6;
  }
}
.hoshino-hotel .area ul li .link_wrap{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 10px;
}
.hoshino-hotel .area ul li .link_wrap a{
  background-color: #b7985b;
  color: #FFF;
  padding: 10px 0;
  text-align: center;
  position: relative;
  margin-bottom: 40px;
  width: 48%;
  border-radius: 4px;
}
@media screen and (max-width: 768px){
  .hoshino-hotel .area ul li .link_wrap a{
    font-size: 13px;
    padding: 8px 0;
  }
}
.hoshino-hotel .area ul li .link_wrap a i{
  padding-right: 5px;
}
.hoshino-hotel .area ul li .link_wrap a span{
  position: absolute;
  left: calc(50% - 2.5em);
  color: #c60000;
  bottom: -25px;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 768px){
  .hoshino-hotel .area ul li .link_wrap a span{
    font-size: 16px;
  }
}
/*==========================
	検索ボックス
==========================*/

.hoshino-hotel .search-box-wrap {
	width: 100%;
  background: #ddd;
	padding: 20px 30px;
	margin: 30px 0 20px 0;
}
@media screen and (max-width: 768px){
  .hoshino-hotel .search-box-wrap {
    margin: 20px 0;
    padding: 15px;
  }
}
.hoshino-hotel .search-box-wrap ul {
	display: flex;
	flex-wrap: wrap;
}
.hoshino-hotel .search-box-wrap dl {
  display: flex;
  align-items: center;
	margin: 0 20px 30px 0;
}
.hoshino-hotel .search-box-wrap dt {
	line-height: 30px;
	margin: 0 20px 0 0;
}
.hoshino-hotel .search-box-wrap price dt {
	font-weight: normal;
}
.hoshino-hotel .search-box-wrap select, .hoshino-hotel .search-box-wrap input {
	line-height: 30px;
	height: 30px;
}
.hoshino-hotel .search-box-wrap .person dt {
	line-height: 15px;
}
.hoshino-hotel .search-box-wrap .toshi {
	margin: 0 20px 0 0;
}
.hoshino-hotel .search-box-wrap .stock {
	margin: 0 30px 0 0;
}
.hoshino-hotel .search-box-wrap .btn input {
	height: 40px;
}
.hoshino-hotel .search-box-wrap .price {
	color: #000;
}
.hoshino-hotel .flxWrap {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.hoshino-hotel .btn input[type=submit] {
  background: #001871 url(/oka/special/img/search_ico.png) no-repeat 95% center;
  background-size: 10%;
  border: none;
  color: #fff;
  font-size: 120%;
  padding: 0 20px;
  width: 21%;
  border-radius: 2px;
  background-color: #b7985b;
  color: #FFF;
  font-weight: bold;
  border-radius: 4px;
}
@media screen and (max-width: 768px){
  .hoshino-hotel .btn input[type=submit] {
    width: 80%;
  }
}
.hoshino-hotel .search-box-wrap dl dt {
  font-size: 110%;
  color: #333;
  font-weight: bold;
}
.hoshino-hotel .search-box-wrap dl.w26 {
  width: 26%;
  margin-right: 1%;
  margin-bottom: 15px;
}
.hoshino-hotel .search-box-wrap dl{margin:0;}
.hoshino-hotel .search-box-wrap dt{margin:0;}
.hoshino-hotel .search-box-wrap dl.w26 dt{width:25%;}
.hoshino-hotel .search-box-wrap dl.w26 dd{width:70%;}
.hoshino-hotel .search-box-wrap dl dd select,.hoshino-hotel .search-box-wrap dl dd input {
  width: 100%;
  border: 2px solid #b7985b;
  border-radius: 5px;
  padding: 2px 0 2px 5px;
  box-sizing: content-box;
  background-color: #FFF;
  cursor: pointer;
}
.hoshino-hotel .search-box-wrap dl.w15 dd select{width:100%;}
.hoshino-hotel .search-box-wrap dl.w72 {
  width: 72%;
  margin-right: 1%;
}
.hoshino-hotel .search-box-wrap dl.w72 dt {
  width: 15%;
}
.hoshino-hotel .search-box-wrap dl.w72 dd {
  width: 85%;
  margin: 0 10px;
  display: flex;
  /* justify-content: space-between; */
  flex-wrap: wrap;
}
.hoshino-hotel .search-box-wrap dl.w72 dd p{
  /* width: 22%; */
  display: flex;
  align-items: center;
  margin-right: 10px;
}
@media screen and (max-width: 768px){
  .hoshino-hotel .search-box-wrap dl.w72 dd p{
    /* width: 50%; */
    letter-spacing: 0px;
    line-height: 1.4;
  }
}
/* .hoshino-hotel .search-box-wrap dl.w72 dd p:last-child{
  width: 34%;
}
@media screen and (max-width: 768px){
  .hoshino-hotel .search-box-wrap dl.w72 dd p:last-child{
    width: 50%;
  }
} */
.hoshino-hotel .search-box-wrap dl.w72 dd p input{
  width: auto;
  margin-right: 5px;
}
.hoshino-hotel .search-box-wrap dl.w72 dd select{width:100%;}
.hoshino-hotel .search-box-wrap input#datepicker {
  width: 98%;
  padding: 2px 0 1px 8px;
  box-sizing: content-box;
}
.hoshino-hotel .search-box-wrap p.btn{
  text-align: center;
}
@media screen and (max-width: 768px){
  .flxWrap{flex-wrap:wrap;margin:0;justify-content: space-between;}
  .hoshino-hotel .search-box-wrap dl.w26{width:100%;}
  .hoshino-hotel .search-box-wrap dl.w72{width:100%;}
  .hoshino-hotel .search-box-wrap dl dt {
      width: 100% !important;
  }
  .hoshino-hotel .search-box-wrap dl dd {
      width: 93% !important;
      margin: 0 !important;
  }
  .btn input[type=submit] {
      width: 70%;
      margin: 20px auto 0;
      display: block;
  }
  .hoshino-hotel .search-box-wrap dl.w26, .hoshino-hotel .search-box-wrap dl.w72 {
      width: 48%;
      margin-bottom: 0;
  }
  .hoshino-hotel .search-box-wrap dl.w15:nth-of-type(1){width:100%;}
  .mw100{width:100% !important;}
  .hoshino-hotel .search-box-wrap dl.mw100 dd {
      width: 45% !important;
      margin: 0 !important;
  }
  @media screen and (max-width: 768px){
    .hoshino-hotel .search-box-wrap dl.mw100 dd {
      width: 100% !important;
    }
  }
  .hoshino-hotel .search-box-wrap dl.mw100 dt {
      width: 100% !important;
  }
  .hoshino-hotel .search-box-wrap dl{display:block;}
}
/* ----------------.acsess---------------- */
.hoshino-hotel .acsess{
  background-color: #eaeaea;
  padding: 60px 0;
}
@media screen and (max-width: 768px){
  .hoshino-hotel .acsess{
    padding: 30px 0;
  }
}
.hoshino-hotel .acsess .iframe_wrap{
  border: solid 2px #b7985b;
  margin-bottom: 20px;
}
.hoshino-hotel .acsess iframe{
  width: 100%;
  height: 300px;
  margin: 0;
  vertical-align: top;
}
.hoshino-hotel .acsess div{
  text-align: center;
}
/* ----------------.qa----------------*/
.hoshino-hotel .qa .q{
  background-color: #ddd;
  padding: 15px 40px 15px 15px;
  font-size: 16px;
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 15px;
  cursor: pointer;
  font-weight: bold;
}
@media screen and (max-width: 768px){
  .hoshino-hotel .qa .q{
    padding: 10px 30px 10px 10px;
    font-size: 13px;
    margin-bottom: 15px;
    cursor: pointer;
  }
}
.hoshino-hotel .qa .q span,.hoshino-hotel .qa .a span{
  font-weight: bold;
  /* font-size: 30px; */
  padding-right: 15px;
}
@media screen and (max-width: 768px){
  .hoshino-hotel .qa .q span,.hoshino-hotel .qa .a span{
    font-size: 22px;
    padding-right: 10px;
  }
}
.hoshino-hotel .qa .q i{
  position: absolute;
  right: 15px;
  top: calc(50% - 10px);
  font-size: 20px;
  transition-duration: 1s
}
@media screen and (max-width: 768px){
  .hoshino-hotel .qa .q i{
    right: 10px;
  }
}
.hoshino-hotel .qa .q i.rotate{
  transform: rotateX(180deg);
}
.hoshino-hotel .qa .a{
  font-size: 16px;
  display: flex;
  align-items: center;
  padding: 15px 0 30px 0;
  line-height: 1.6;
}
@media screen and (max-width: 768px){
  .hoshino-hotel .qa .a{
    font-size: 13px;
    padding: 10px 0 20px 0;
  }
}
.hoshino-hotel .qa .q span{
  width: 60px;
}
.hoshino-hotel .qa .a span{
  width: 60px;
}
.hoshino-hotel .qa span.text{
  width: calc(100% - 60px);
  font-weight: bold;
}
@media screen and (max-width: 768px){
  .hoshino-hotel .qa .q span{
    width: 40px;
  }
  .hoshino-hotel .qa .a span{
    width: 40px;
  }
  .hoshino-hotel .qa span.text{
    width: calc(100% - 40px);
    font-size: 13px;
    font-weight: normal;
  }
}
/* ----------------.otherHotel----------------*/
.hoshino-hotel .otherHotel{
  background-color: #eaeaea;
  padding: 60px 0;
  padding-bottom: 1px;
}
@media screen and (max-width: 768px){
  .hoshino-hotel .otherHotel{
    padding: 30px 0;
    padding-bottom: 1px;
  }
}
.hoshino-hotel .otherHotel ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px){
  .hoshino-hotel .otherHotel ul{
    display: block;
  }
}
.hoshino-hotel .otherHotel ul li{
  width: 24%;
  background-color: #ddd;
  margin-bottom: 10px;
}
@media screen and (max-width: 1000px){
  .hoshino-hotel .otherHotel ul li{
    width: 48%;
  }
}
@media screen and (max-width: 768px){
  .hoshino-hotel .otherHotel ul li{
    width: 100%;
  }
}
.hoshino-hotel .otherHotel ul li a{
  display: block;
  padding: 30px 0;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  color: #FFF;
  font-size: 18px;
  line-height: 1.6;
  background-color: rgb(0 0 0 / 0.3);
  font-weight: bold;
}
@media screen and (max-width: 768px){
  .hoshino-hotel .otherHotel ul li a{
    font-size: 16px;
    padding: 20px 0;
  }
}
.hoshino-hotel .otherHotel ul li.asahikawa a{
  text-shadow: #230a01 1px 1px 10px, #230a01 -1px 1px 10px, #230a01 1px -1px 10px, #230a01 -1px -1px 10px;
}
.hoshino-hotel .otherHotel ul li.kohama a{
  text-shadow: #050506 1px 1px 10px, #050506 -1px 1px 10px, #050506 1px -1px 10px, #050506 -1px -1px 10px;
}
.hoshino-hotel .otherHotel ul li.iriomote a{
  text-shadow: #673d28 1px 1px 10px, #673d28 -1px 1px 10px, #673d28 1px -1px 10px, #673d28 -1px -1px 10px;
}
.hoshino-hotel .otherHotel ul li.bandaisan a{
  text-shadow: #05143b 1px 1px 10px, #05143b -1px 1px 10px, #05143b 1px -1px 10px, #05143b -1px -1px 10px;
}
.hoshino-hotel .otherHotel ul li.tomamu a{
  text-shadow: #004173 1px 1px 10px, #004173 -1px 1px 10px, #004173 1px -1px 10px, #004173 -1px -1px 10px;
}
.hoshino-hotel .otherHotel ul li.asahikawa{
  background: url(/hoshino/hotel/img/tomamu/otherH01.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.hoshino-hotel .otherHotel ul li.kohama{
  background:url(/hoshino/hotel/img/tomamu/otherH02.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.hoshino-hotel .otherHotel ul li.iriomote{
  background:url(/hoshino/hotel/img/tomamu/otherH03.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.hoshino-hotel .otherHotel ul li.bandaisan{
  background:url(/hoshino/hotel/img/tomamu/otherH04.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.hoshino-hotel .otherHotel ul li.tomamu{
  background:url(/hoshino/hotel/img/tomamu/otherH05.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.hoshino-hotel .otherHotel ul li a span{
  margin-bottom: 5px;
  background-color: #FFF;
  display: inline-block;
  padding: 5px 20px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 5px;
  color: #b7985b;
  text-shadow:none;
}
/* ----------------.pageFooter----------------*/
.hoshino-hotel .pageFooter{
  padding: 60px 0 1px 0 ;
}
@media screen and (max-width: 768px){
  .hoshino-hotel .pageFooter{
    padding: 30px 0 1px 0 ;
  }
}
.hoshino-hotel .pageFooter ul{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px){
  .hoshino-hotel .pageFooter ul{
    display: block;
  }
}
.hoshino-hotel .pageFooter ul li:first-child{
  width: 40%;
}
@media screen and (max-width: 768px){
  .hoshino-hotel .pageFooter ul li:first-child{
    width: 100%;
    margin-bottom: 30px;
  }
}
.hoshino-hotel .pageFooter ul li:first-child div{
  position: relative;
}
.hoshino-hotel .pageFooter ul li:first-child span{
  font-size: 16pt;
  font-weight: bold;
  margin: -30px 0px -74px 135px;
  position: absolute;
}
@media screen and (max-width: 768px){
  .hoshino-hotel .pageFooter ul li:first-child span{
    margin: 0 auto;
    display: block;
    position: relative;
    text-align: center;
    margin-top: -20px;
  }
}
.hoshino-hotel .pageFooter ul li:nth-child(2){
  display: flex;
  align-items: center;
  width: 35%;
  justify-content: center;
}
@media screen and (max-width: 768px){
  .hoshino-hotel .pageFooter ul li:nth-child(2){
    width: 100%;
    margin-bottom: 30px;
  }
}
.hoshino-hotel .pageFooter ul li:nth-child(2) i{
  padding-right: 10px;
  font-size: 50px;
  color: #6EC1E4;
  color: #333;
}
.hoshino-hotel .pageFooter ul li:nth-child(2) div p{
  line-height: 1;
}
.hoshino-hotel .pageFooter ul li:nth-child(2) div p:first-child{
  margin-bottom: 10px;
  font-size: 20pt;
  color: #6ec1e4;
  font-weight: 700;
  color: #333;
}
.hoshino-hotel .pageFooter ul li:nth-child(2) div p:last-child{
  margin: -5px 0 0 0;
  font-size: 10pt;
  letter-spacing: 0px;
}
.hoshino-hotel .pageFooter ul li:nth-child(3){
  width: 25%;
}
@media screen and (max-width: 768px){
  .hoshino-hotel .pageFooter ul li:nth-child(3){
    width: 100%;
  }
}

.fadein {
  /* opacity : 0; */
  transform: translateY(20px);
  transition: all 1s;
}




/* ----------------------------------------------------------
                            bandaisan
------------------------------------------------------------*/

/* ----------------.mv---------------- */
.hoshino-hotel.bandaisan .mv{
  background: url(/hoshino/hotel/img/bandaisan/mv.jpg);
  background-position:top center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  padding-top: 80px;
  padding-bottom: 300px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1880px){
  .hoshino-hotel.bandaisan .mv{
    background: url(/hoshino/hotel/img/bandaisan/mv.jpg);
    background-position:top center;
    background-repeat: no-repeat;
    background-size: auto 520px;
  }
}
@media screen and (max-width: 768px){
  .hoshino-hotel.bandaisan .mv{
    background: url(/hoshino/hotel/img/bandaisan/mv_sp.jpg);
    background-position:top center;
    background-repeat: no-repeat;
    background-size: cover;
    flex-direction: column;
    padding: 0;
  }
}
@media screen and (max-width: 480px){
  .hoshino-hotel.bandaisan .mv{
    background: url(/hoshino/hotel/img/bandaisan/mv_sp.jpg);
    background-position:top center;
    background-repeat: no-repeat;
    flex-direction: column;
    background-size: contain;
    padding: 0;
  }
}
.hoshino-hotel.bandaisan .mv .message h2 {
  margin-bottom: 110px;
}
@media screen and (max-width: 768px){
  .hoshino-hotel.bandaisan .mv .message h2{
    margin-bottom: 100px;
  }
}
.hoshino-hotel.bandaisan .mv .message h2:after {
  bottom: -85px;
}
@media screen and (max-width: 768px){
  .hoshino-hotel.bandaisan .mv .message h2:after{
    bottom: -70px;
  }
}
.hoshino-hotel.bandaisan .mv .message .caption {
  padding: 10px 50px;
}
@media screen and (max-width: 768px){
  .hoshino-hotel.bandaisan .mv .message .caption{
    padding: 10px 5px;
  }
}
.hoshino-hotel.bandaisan .benefits{
  width: 100%;
}
@media screen and (max-width: 768px){
  .hoshino-hotel.bandaisan .benefits{
    padding: 30px 10px;
  }
}
.hoshino-hotel.bandaisan .benefits .card_wrap{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.hoshino-hotel.bandaisan .benefits .card{
  width: 32%;
  margin: 0 0.5% 1% 0.5%;
  display: block;
  padding: 20px;
  text-align: center;
}
@media screen and (max-width: 768px){
  .hoshino-hotel.bandaisan .benefits .card{
    width: 100%;
    padding: 10px;
    display: flex;
    align-items: center;
  }
}
.hoshino-hotel.bandaisan .benefits .card > span{
  width: 50px;
  margin: 0 auto 15px auto;
}
@media screen and (max-width: 768px){
  .hoshino-hotel.bandaisan .benefits .card > span{
    width: 35px;
    margin-bottom: 0;
    margin-right: 15px;
  }
}
.hoshino-hotel.bandaisan .benefits .card_inner{
  width: 100%;
}
@media screen and (max-width: 768px){
  .hoshino-hotel.bandaisan .benefits .card_inner{
    width: 100%;
  }
}
.hoshino-hotel.bandaisan .benefits h4{
  font-size: 19px;
  text-align: center;
}
@media screen and (max-width: 768px){
  .hoshino-hotel.bandaisan .benefits h4{
    font-size: 12px;
    letter-spacing: 1px;
    text-align: center;
    border: none;
    margin-bottom: 0;
    text-align: left;
    padding-bottom: 0;
  }
}
.hoshino-hotel.bandaisan .benefits ul.list li{
  margin-bottom: 3px;
}
.hoshino-hotel.bandaisan .benefits p{
  line-height: 1.6;
  text-align: left;
}
.hoshino-hotel.bandaisan .plan_inner .text .linkArea a{
  width: 48%;
}
@media screen and (max-width: 768px){
  .hoshino-hotel.bandaisan .point h3{
    font-size: 18px;
  }
  .hoshino-hotel.bandaisan h3:before, .hoshino-hotel.bandaisan h3:after{
    width: 20px;
  }
}
.hoshino-hotel .skiSlope figure{
  margin-bottom: 60px;
}
@media screen and (max-width: 768px){
  .hoshino-hotel .skiSlope figure{
    margin-bottom: 30px;
  }
}
.hoshino-hotel .skiSlope figure img{
  border: solid 2px #b7985b;
}
@media screen and (max-width: 768px){
  .hoshino-hotel .skiSlope figure span{
    margin-top: 10px;
    display: block;
    text-align: center;
  }
}
.hoshino-hotel .skiSlope .map{
  margin-bottom: 60px;
}
@media screen and (max-width: 768px){
  .hoshino-hotel .skiSlope .map{
    margin-bottom: 30px;
  }
}
.hoshino-hotel .skiSlope .ski{
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px){
  .hoshino-hotel .skiSlope .ski{
    display: block;
    margin-bottom: 30px;
  }
}
.hoshino-hotel .skiSlope .ski .alts,.hoshino-hotel .skiSlope .ski .nekoma{
  width: 48%;
}
@media screen and (max-width: 768px){
  .hoshino-hotel .skiSlope .ski .alts,.hoshino-hotel .skiSlope .ski .nekoma{
    width: 100%;
  }
  .hoshino-hotel .skiSlope .ski .nekoma{
    margin-top: 30px;
  }
}
.hoshino-hotel .skiSlope .ski h4{
  background-color: #558297;
  border-radius: 4px;
  padding: 10px;
  color: #FFF;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px){
  .hoshino-hotel .skiSlope .ski h4{
    font-size: 16px;
    margin-bottom: 15px;
  }
}
.hoshino-hotel .skiSlope .ski .nekoma h4{
  background-color: #53927d;
}
.hoshino-hotel .skiSlope .ski h4 + p{
  margin-bottom: 20px;
}
.hoshino-hotel .skiSlope .ski .info{
  background-color: #ddd;
  padding: 20px 40px;
}
.hoshino-hotel .skiSlope .ski .info h5{
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px){
  .hoshino-hotel .skiSlope .ski .info h5{
    font-size: 14px;
  }
}
.hoshino-hotel .skiSlope .ski .info dl{
  border: solid 2px #666;
  display: flex;
  margin-bottom: 6px;
}
@media screen and (max-width: 768px){
  .hoshino-hotel .skiSlope .ski .info dl{
    font-size: 12px;
  }
}
.hoshino-hotel .skiSlope .ski .info dt{
  width: 50%;
  background-color: #666;
  color: #FFF;
  padding: 6px;
  text-align: center;
  font-weight: bold;
}
.hoshino-hotel .skiSlope .ski .info dd{
  width: 50%;
  padding: 6px;
  background-color: #FFF;
  text-align: center;
  font-weight: bold;
}
.hoshino-hotel .skiSlope .ski .graph{
  background-color: #f1f1f1;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px){
  .hoshino-hotel .skiSlope .ski .graph{
    padding: 15px;
  }
}
.hoshino-hotel .skiSlope .ski .graph h5{
  margin-right: 20px;
  color: #333;
  font-weight: bold;
}
@media screen and (max-width: 768px){
  .hoshino-hotel .skiSlope .ski .graph h5{
    font-size: 12px;
    margin-right: 10px;
  }
  .hoshino-hotel .skiSlope .ski .graph p{
    width: 70%;
  }
}
.hoshino-hotel .skiSlope .walking h5{
  background-color: #b2575c;
  border-radius: 4px;
  padding: 10px;
  color: #FFF;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  margin-bottom: 20px;
}
.hoshino-hotel .skiSlope .walking h5 span{
  width: 32px;
  display: inline-block;
  margin: 0 15px;
}
.hoshino-hotel .skiSlope .walking h5 + p{
  margin-bottom: 30px;
}
.hoshino-hotel .skiSlope .walking .way{
  background-color: #ddd;
  border-radius: 20px;
  padding: 30px;
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 768px){
  .hoshino-hotel .skiSlope .walking .way{
    width: 100%;
    padding: 15px 2px;
  }
}
.hoshino-hotel .skiSlope .walking .way h6{
  font-weight: bold;
  text-align: center;
  font-size: 18px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px){
  .hoshino-hotel .skiSlope .walking .way h6{
    margin-bottom: 15px;
    font-size: 16px;
  }
}
.hoshino-hotel .skiSlope .walking .way .way_inner{
  background-color: #FFF;
  border-radius: 4px;
  padding: 20px;
}
@media screen and (max-width: 768px){
  .hoshino-hotel .skiSlope .walking .way .way_inner{
    padding: 15px 2px;
  }
}
.hoshino-hotel .skiSlope .walking .way ul li{
  display: flex;
  margin-bottom: 20px;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 768px){
  .hoshino-hotel .skiSlope .walking .way ul li{
    flex-direction: column;
    align-items: center;
    line-height: 2;
    text-align: center;
    font-size: 12px;
  }
  .hoshino-hotel .skiSlope .walking .way ul li p{
    line-height: 2.5;
    text-align: center;
  }
  .hoshino-hotel .skiSlope .walking .way ul li img{
    margin-bottom: 10px;
  }
}
.hoshino-hotel .skiSlope .walking .way ul li:first-child{
  margin-bottom: 50px;
}
.hoshino-hotel .skiSlope .walking .way .way_inner ul li:first-child:after{
  content: '';
  display: inline-block;
  width: 27px;
  height: 15px;
  background-image: url(/hoshino/hotel/img/bandaisan/arrow.jpg);
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -13px;
}
.hoshino-hotel .skiSlope .walking .way ul li img{
  width: 40px;
}
.hoshino-hotel .skiSlope .walking .way ul li p span.name{
  background-color: #666;
  padding: 2px 10px;
  color: #FFF;
}
@media screen and (max-width: 768px){
  .hoshino-hotel .skiSlope .walking .way ul li p span.name{
    padding: 2px 5px;
  }
}
.hoshino-hotel .skiSlope .walking .way ul li p span:nth-child(3){
  margin-left: 10px;
}
.hoshino-hotel .skiSlope .walking .way ul li p span.name + span{
  border: solid 2px #666;
  padding: 0 10px;
  margin-right: 10px;
}
@media screen and (max-width: 768px){
  .hoshino-hotel .skiSlope .walking .way ul li p span.name + span{
    padding: 0 5px;
  }
}
.hoshino-hotel .skiSlope .walking .way_inner{
  padding: 30px;
  margin-bottom: 20px;
}
.hoshino-hotel .skiSlope .walking .way_inner div{
  background-color: #dddddd;
  border-radius: 4px;
  padding: 10px 20px;
  font-size: 12px;
}
@media screen and (max-width: 768px){
  .hoshino-hotel .skiSlope .walking .way_inner div{
    line-height: 1.6;
  }
}
.hoshino-hotel .skiSlope .walking .way_inner div p{
  font-weight: bold;
}
.hoshino-hotel .skiSlope .walking .way p.attention_btn{
  text-align: center;
  display: block;
  margin-bottom: 20px;
  text-decoration: underline;
  color: #666;
  cursor: pointer;
}
.hoshino-hotel .skiSlope .walking .way p.attention_btn:hover{
  text-decoration:none;
}
.hoshino-hotel .skiSlope .walking .way p.attention_btn span i.rotate{
  transform: rotateX(180deg);
}
.hoshino-hotel .skiSlope .walking .way ul.attention_list{
  font-weight: normal;
  font-size: 12px;
  display: none;
}
@media screen and (max-width: 768px){
  .hoshino-hotel .skiSlope .walking .way ul.attention_list{
    padding: 0 10px;
  }
}
.hoshino-hotel .skiSlope .walking .way ul.attention_list li{
  font-weight: normal;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px){
  .hoshino-hotel .skiSlope .walking .way ul.attention_list li{
    font-size: 12px;
    text-align: left;
    line-height: 1.6;
    margin-bottom: 5px;
  }
}
.hoshino-hotel.bandaisan .tab li{
  width: 35%;
}
.hoshino-hotel.bandaisan .access{
  text-align: left;
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 768px){
  .hoshino-hotel.bandaisan .access{
    width: 100%;
  }
  .hoshino-hotel.bandaisan .access .address{
    border-bottom: dotted 1px #999;
    margin-bottom: 5px;
  }
}
.hoshino-hotel.bandaisan .access div{
  text-align: left;
  line-height: 1.8;
  font-size: 14px;
  letter-spacing: 1px;
  margin-left: 5.5em;
}
@media screen and (max-width: 768px){
  .hoshino-hotel.bandaisan .access div{
    margin-left: 0;
    letter-spacing: 0px;
    border-bottom: dotted 1px #999;
    margin-bottom: 5px;
    font-size: 12px;
  }
}
.hoshino-hotel.bandaisan .access div span{
  margin-left: 7.5em;
}
@media screen and (max-width: 768px){
  .hoshino-hotel.bandaisan .access div span{
    margin-left: 0;
  }
}
/* ----------------------------------------------------------
                            omoasahikawa
------------------------------------------------------------*/

/* ----------------.mv---------------- */
.hoshino-hotel.omoasahikawa .mv{
  background: url(/hoshino/hotel/img/omoasahikawa/mv.jpg);
  background-position:top center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  padding-top: 80px;
  padding-bottom: 300px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1880px){
  .hoshino-hotel.omoasahikawa .mv{
    background: url(/hoshino/hotel/img/omoasahikawa/mv.jpg);
    background-position:top center;
    background-repeat: no-repeat;
    background-size: auto 520px;
  }
}
@media screen and (max-width: 768px){
  .hoshino-hotel.omoasahikawa .mv{
    background: url(/hoshino/hotel/img/omoasahikawa/mv_sp.jpg);
    background-position:top center;
    background-repeat: no-repeat;
    background-size: cover;
    flex-direction: column;
    padding: 0;
  }
}
@media screen and (max-width: 480px){
  .hoshino-hotel.omoasahikawa .mv{
    background: url(/hoshino/hotel/img/omoasahikawa/mv_sp.jpg);
    background-position:top center;
    background-repeat: no-repeat;
    flex-direction: column;
    background-size: contain;
    padding: 0;
  }
}
.hoshino-hotel.omoasahikawa .benefits{
  width: 95%;
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 0;
}
.hoshino-hotel.omoasahikawa .benefits:before, .hoshino-hotel.omoasahikawa .benefits:after, .hoshino-hotel.omoasahikawa .benefits_inner:before, .hoshino-hotel.omoasahikawa .benefits_inner:after{
  background-color: #dddddd;
}
.hoshino-hotel.omoasahikawa .benefits h3{
  display: block;
  margin-bottom: 20px;
  font-size: 24px;
}
@media screen and (max-width: 768px){
  .hoshino-hotel.omoasahikawa .benefits h3{
    font-weight: normal;
    font-size: 16px;
  }
}
.hoshino-hotel.omoasahikawa .benefits .card{
  padding: 15px;
}
.hoshino-hotel.omoasahikawa .benefits h4{
  border-bottom: none;
  margin-bottom: 0;
  font-size: 16px;
  color: #404040;
}
@media screen and (max-width: 768px){
  .hoshino-hotel.omoasahikawa .benefits h4{
    font-size: 14px;
    font-weight: normal;
  }
}
.hoshino-hotel.omoasahikawa .tab li{
  width: 18%;
}
.hoshino-hotel.omoasahikawa .skiing h4.name{
  text-align: center;
  margin-bottom: 30px;
  font-size: 20px;
  color: #96732f;
  font-weight: bold;
}
.hoshino-hotel .skiing .info .text{
  width: 55%;
}
@media screen and (max-width: 768px){
  .hoshino-hotel .skiing .info .text{
    width: 100%;
  }
}
.hoshino-hotel.omoasahikawa .skiing .info .graph img{
  width: 85%;
}
@media screen and (max-width: 768px){
  .hoshino-hotel.omoasahikawa .skiing .info .graph img{
    width: 70%;
  }
}
.hoshino-hotel.omoasahikawa .skiing .sengen a{
  display: block;
  text-align: center;
  font-size: 18px;
  position: relative;
  font-weight: bold;
  padding: 15px 0;
  color: #fff;
  background-color: #b7985b;
  transition-duration: 1s;
  width: 80%;
  margin: 60px auto;
}
@media screen and (max-width: 768px){
  .hoshino-hotel.omoasahikawa .skiing .sengen a{
    width: 100%;
    font-size: 14px;
    line-height: 1.4;
    margin: 30px auto;
  }
}
.hoshino-hotel.omoasahikawa .skiing .sengen a:hover{
  background-color: #decba4;
  color: #96732f;
}
@media screen and (max-width: 768px){
  .hoshino-hotel.omoasahikawa .slick-next,.hoshino-hotel.omoasahikawa .slick-prev{
      top: calc(50% - 15px);
  }
}
.hoshino-hotel.omoasahikawa .access,.hoshino-hotel.omoasahikawa .access div{
  text-align: center;
}
@media screen and (max-width: 768px){
  .hoshino-hotel.omoasahikawa .access,.hoshino-hotel.omoasahikawa .access div{
    text-align: left;
  }
}
/* ----------------------------------------------------------
                            kohamajima
------------------------------------------------------------*/

/* ----------------.mv---------------- */
.hoshino-hotel.kohamajima .mv{
  background: url(/hoshino/hotel/img/kohamajima/mv.jpg);
  background-position:top center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  padding-top: 80px;
  padding-bottom: 300px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1880px){
  .hoshino-hotel.kohamajima .mv{
    background: url(/hoshino/hotel/img/kohamajima/mv.jpg);
    background-position:top center;
    background-repeat: no-repeat;
    background-size: auto 520px;
  }
}
@media screen and (max-width: 768px){
  .hoshino-hotel.kohamajima .mv{
    background: url(/hoshino/hotel/img/kohamajima/mv_sp.jpg);
    background-position:top center;
    background-repeat: no-repeat;
    background-size: cover;
    flex-direction: column;
    padding: 0;
  }
}
@media screen and (max-width: 480px){
  .hoshino-hotel.kohamajima .mv{
    background: url(/hoshino/hotel/img/kohamajima/mv_sp.jpg);
    background-position:top center;
    background-repeat: no-repeat;
    flex-direction: column;
    background-size: contain;
    padding: 0;
  }
}
.hoshino-hotel.kohamajima .mv .message h2 {
  margin-bottom: 110px;
}
@media screen and (max-width: 768px){
  .hoshino-hotel.kohamajima .mv .message h2{
    margin-bottom: 100px;
  }
}
.hoshino-hotel.kohamajima .mv .message h2:after {
  bottom: -85px;
}
@media screen and (max-width: 768px){
  .hoshino-hotel.kohamajima .mv .message h2:after{
    bottom: -70px;
  }
}
.hoshino-hotel.kohamajima .plan_inner.slick-slide{
  margin: 0;
}
.hoshino-hotel.kohamajima .slick-prev{
  left: 0;
  top: calc(50% - 5px);
}
.hoshino-hotel.kohamajima .slick-next{
  right: 0;
  top: calc(50% - 5px);
}
@media screen and (max-width: 768px){
  .hoshino-hotel.kohamajima .slick-dots{
    bottom: -25px;
  }
}
.hoshino-hotel.kohamajima .content > div ul li{
  font-size: 12px;
  line-height: 1.4;
}
.hoshino-hotel.kohamajima .content{
  align-items: center;
}


/* ----------------------------------------------------------
                            iriomotejima
------------------------------------------------------------*/

/* ----------------.mv---------------- */
.hoshino-hotel.iriomotejima .mv{
  background: url(/hoshino/hotel/img/iriomotejima/mv.jpg);
  background-position:top center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  padding-top: 80px;
  padding-bottom: 300px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1880px){
  .hoshino-hotel.iriomotejima .mv{
    background: url(/hoshino/hotel/img/iriomotejima/mv.jpg);
    background-position:top center;
    background-repeat: no-repeat;
    background-size: auto 520px;
  }
}
@media screen and (max-width: 768px){
  .hoshino-hotel.iriomotejima .mv{
    background: url(/hoshino/hotel/img/iriomotejima/mv_sp.jpg);
    background-position:top center;
    background-repeat: no-repeat;
    background-size: cover;
    flex-direction: column;
    padding: 0;
  }
}
@media screen and (max-width: 480px){
  .hoshino-hotel.iriomotejima .mv{
    background: url(/hoshino/hotel/img/iriomotejima/mv_sp.jpg);
    background-position:top center;
    background-repeat: no-repeat;
    flex-direction: column;
    background-size: contain;
    padding: 0;
  }
}
.hoshino-hotel.iriomotejima .mv .message h2 {
  margin-bottom: 110px;
}
@media screen and (max-width: 768px){
  .hoshino-hotel.iriomotejima .mv .message h2{
    margin-bottom: 100px;
  }
}
.hoshino-hotel.iriomotejima .mv .message h2:after {
  bottom: -85px;
}
@media screen and (max-width: 768px){
  .hoshino-hotel.iriomotejima .mv .message h2:after{
    bottom: -70px;
  }
}
.hoshino-hotel.iriomotejima .plan_inner.slick-slide{
  margin: 0;
}
.hoshino-hotel.iriomotejima .slick-prev{
  left: 0;
  top: calc(50% - 5px);
}
.hoshino-hotel.iriomotejima .slick-next{
  right: 0;
  top: calc(50% - 5px);
}
@media screen and (max-width: 768px){
  .hoshino-hotel.iriomotejima .slick-dots{
    bottom: -25px;
    bottom: 0;
  }
}
.hoshino-hotel.iriomotejima .proposing{
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 768px){
  .hoshino-hotel.iriomotejima .proposing{
    display: block;
  }
}
.hoshino-hotel.iriomotejima .proposing .proposing-slider_warp{
  width: 56%;
  position: relative;
}
@media screen and (max-width: 768px){
  .hoshino-hotel.iriomotejima .proposing .proposing-slider_warp{
    width: 100%;
  }
}
.hoshino-hotel.iriomotejima .proposing ul{
  position: relative;
}
@media screen and (max-width: 768px){
  .hoshino-hotel.iriomotejima .proposing ul{
    margin-bottom: 0;
  }
}
.hoshino-hotel.iriomotejima .proposing .proposing-slider_warp:before{
  content: "";
  width: 0;
	height: 0;
  border-left: 50px solid transparent;
	border-top: 50px solid #2cac1f;
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 768px){
  .hoshino-hotel.iriomotejima .proposing .proposing-slider_warp:before{
    border-left: 30px solid transparent;
	  border-top: 30px solid #2cac1f;
  }
}
.hoshino-hotel.iriomotejima .proposing .proposing-slider_warp:after{
  content: "";
  width: 0;
	height: 0;
  border-right: 50px solid transparent;
	border-bottom: 50px solid #2cac1f;
  z-index: 10;
  position: absolute;
  bottom: 50px;
  left: 0;
}
@media screen and (max-width: 768px){
  .hoshino-hotel.iriomotejima .proposing .proposing-slider_warp:after{
    border-right: 30px solid transparent;
    border-bottom: 30px solid #2cac1f;
    bottom: 20px;
  }
}
.hoshino-hotel.iriomotejima .proposing ul.slick-slider:before{
  content: "";
  width: 0;
	height: 0;
	border-left: 50px solid transparent;
  border-bottom: 50px solid #096300;
  z-index: 10;
  position: absolute;
  bottom: 20px;
  right: 0;
}@media screen and (max-width: 768px){
  .hoshino-hotel.iriomotejima .proposing ul.slick-slider:before{
    border-left: 30px solid transparent;
    border-bottom: 30px solid #096300;
  }
}
.hoshino-hotel.iriomotejima .proposing ul.slick-slider:after{
  content: "";
  width: 0;
	height: 0;
	border-right: 50px solid transparent;
	border-top: 50px solid #096300;
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px){
  .hoshino-hotel.iriomotejima .proposing ul.slick-slider:after{
    border-right: 30px solid transparent;
	  border-top: 30px solid #096300;
  }
}
.hoshino-hotel.iriomotejima .proposing .proposing_inner{
  width: 41%;
}
@media screen and (max-width: 768px){
  .hoshino-hotel.iriomotejima .proposing .proposing_inner{
    width: 100%;
    margin-bottom: 20px;
  }
}
.hoshino-hotel.iriomotejima .proposing h4{
  color: #096300;
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 28px;
  padding-top: 10px;
}
@media screen and (max-width: 768px){
  .hoshino-hotel.iriomotejima .proposing h4{
    font-size: 20px;
  }
}
.hoshino-hotel.iriomotejima .event {
  background-color: #eee5d2;
}
.hoshino-hotel .event p.lead{
  margin-bottom: 15px;
}
.hoshino-hotel.iriomotejima .event:before, .hoshino-hotel.iriomotejima .event:after, .hoshino-hotel.iriomotejima .event_inner:before, .hoshino-hotel.iriomotejima .event_inner:after{
  background-color: #FFF;
}
.hoshino-hotel.iriomotejima .event ul li span{
  font-weight: bold;
  display: inline;
}
/* .hoshino-hotel.iriomotejima .content{
  align-items: center;
} */
.hoshino-hotel.iriomotejima .content > p{
  width: 42%;
}
@media screen and (max-width: 768px){
  .hoshino-hotel.iriomotejima .content > p{
    width: 100%;
  }
}
.hoshino-hotel.iriomotejima .content > div{
  width: 56%;
}
@media screen and (max-width: 768px){
  .hoshino-hotel.iriomotejima .content > div{
    width: 100%;
  }
}
/* .hoshino-hotel.iriomotejima .content > div p{
  letter-spacing: 0;
} */
.hoshino-hotel.iriomotejima .content > div ul{
  font-size: 12px;
  background-color: #FFF;
}
/* .hoshino-hotel.iriomotejima .content > div ul li{
  line-height: 1.5;
} */