@charset "UTF-8";

.ttl_sec{
    margin-bottom: 45px;
    text-align: center;
}
.ttl_sec .inner_ttl{
    display: inline-block;
    font-size: 3.6rem;
    vertical-align: middle;
}
.ttl_sec .inner_ttl:before,
.ttl_sec .inner_ttl:after{
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    background: url(../img/common/ico_checker01.svg);
}
.ttl_sec .inner_ttl:before{
    margin-right: 35px;
}
.ttl_sec .inner_ttl:after{
    margin-left: 35px;
}
@media screen and (max-width : 768px){
    .ttl_sec{
        margin-bottom: 6%;
    }
    .ttl_sec .inner_ttl{
        font-size: 2.2rem;
    }
    .ttl_sec .inner_ttl:before,
    .ttl_sec .inner_ttl:after{
        width: 22px;
        height: 22px;
        background-size: contain;
    }
    .ttl_sec .inner_ttl:before{
        margin-right: 1.2em;
    }
    .ttl_sec .inner_ttl:after{
        margin-left: 1.2em;
    }
}

/* ------------------------------
    fv_movie
------------------------------ */
.fv_movie{
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    transition: all 1.0s ease-out;
    /* background: url(../img/index/img_fv.jpg) no-repeat center; */
    background-size: cover;
}
#fv_movie{
    position: relative;
    top: 0;
    left: 50%;
    width: 100%;
    height: 100vh;
    padding: 0;
    overflow: hidden;
    transform: translateX(-50%);
    z-index: 1;
}
.fv_movie .btn_movie{
    position: absolute;
    display: none;
    bottom: 40px;
    right: 60px;
    padding: 10px 0px;
    z-index: 2;
    width: 106px;
}
.fv_movie .btn_movie img {
    width: 100%;
}
.fv_movie video{
    position: absolute;
    top: 0;
    z-index: 2;
}
@media (aspect-ratio: 16/9), (min-aspect-ratio: 16/9) {
   .fv_movie video {
      width: 100%;
      top: 50%;
      transform: translateY(-50%);
    }
}
@media (max-aspect-ratio: 16/9) {
  .fv_movie video {
      height: 100%;
      left: 50%;
      transform: translateX(-50%);
    }
}
.fv_scroll{
    margin: 2% auto;
}
.fv_scroll,
.fv_scroll #fv_movie,
.fv_scroll video{
    width: 1200px;
    height: 675px;
}
.fv_scroll .btn_movie{
    bottom: 20px;
}
.modal-video-body{
    position: absolute;
    top: 5%;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    max-height: 80%;
    max-width: 1280px;
}
.fv_movie .ttl{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 359px;
    height: 89px;
    transform: translate(-50%,-50%);
    pointer-events: none;
    z-index: 4;
}
.fv_movie:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: url(../img/index/bg_fv.png);
    pointer-events: none;
    z-index: 3;
}
@media screen and (max-width : 768px){
    .fv_movie{
        /* background-image: url(../img/index/img_fv_sp.jpg); */
        z-index: 10000;
        height: 100%;
    }
    .fv_scroll{
        width: 100%;
        height: auto;
        margin: auto;
        z-index: 1;
    }
    .fv_movie .btn_movie{
        left: 50%;
        transform: translateX(-50%);
    }
    .fv_movie .btn_movie{
        right: 8%;
        bottom: 40px;
        left: auto;
        transform: translateX(0);
    }
    .fv_movie .btn_movie{
        right: 8%;
        bottom: 40px;
        left: auto;
    }
    #fv_movie{
        height: 100%;
    }
    .fv_movie.fv_scroll .btn_movie{
        bottom: 10px;
    }
    .fv_scroll #fv_movie{
        width: 100%;
        height: 0;
        padding-top: 56.25%;
    }
    .modal-video-body{
        width: 90%;
    }
    .modal-video-close-btn{
        right: 0;
    }
    .fv_scroll video{
        width: 100%;
        height: 100%;
    }
    .fv_movie .ttl{
        width: 47.6%;
        height: auto;
    }
}

/* ------------------------------
    header
------------------------------ */
@media screen and (min-width : 769px){
    #header{
        position: static;
    }
    #header.hd_fixed{
        position: fixed;
        margin-top: -100px;
        -webkit-animation: hd_anime .8s forwards;
        animation: hd_anime .8s forwards;
    }
    @-webkit-keyframes hd_anime {
    100% {
            margin-top: 0;
        }
    }
    @keyframes hd_anime {
        100% {
            margin-top: 0;
        }
    }
    #contents,
    .customize-support #contents{
        padding-top: 0;
    }
}

.front-note {
  max-width: 735px;
  min-width: auto !important;
  width: 100%;
  margin: 0 auto 90px;
}

.front-note__inner {
  padding: 3em;
  position: relative;
}

.front-note__inner .corner {
  width: 32%;
  height: 40%;
  display: block;
  position: absolute;
  z-index: -1;
}

.front-note__inner .corner-1 {
  left: 0;
  top: 0;
  border-top: 1px solid #c82222;
  border-left: 1px solid #c82222;
}
.front-note__inner .corner-2 {
  left: 0;
  bottom: 0;
  border-bottom: 1px solid #c82222;
  border-left: 1px solid #c82222;
}
.front-note__inner .corner-3 {
  right: 0;
  top: 0;
  border-right: 1px solid #c82222;
  border-top: 1px solid #c82222;
}
.front-note__inner .corner-4 {
  right: 0;
  bottom: 0;
  border-right: 1px solid #c82222;
  border-bottom: 1px solid #c82222;
}

.front-note p,
.goto p {
  font-size: 1.6rem;
  color: #c82222;
  line-height: 2.4;
  font-weight: bold;
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  text-align: center;
}

.goto__inner {
  background: url(../img/index/goto_travel.gif);
  max-width: 735px;
  min-width: auto !important;
  margin: 30px auto;
  padding: 2em;
}

.goto p {
  color: #fff;
}

@media screen and (max-width : 768px){
.home-message__coronavirus a {
    margin-bottom: 3vw;
}
  .front-note {
    margin: 40px auto;
  }
  .front-note__inner {
    padding: 1.5em;
  }
  .front-note p,
  .goto p {
    font-size: 1.3rem;
    text-align: left;
  }
  .goto {
    /* padding-left: 15px;
    padding-right: 15px; */
    margin-bottom: 3vw;
  }
  .goto p br {
    display: none;
  }
  .goto__inner {
    margin: 0;
  }
}

/* ------------------------------
    sec_first
------------------------------ */
.sec_first{
    padding: 0 0 120px;
    overflow: hidden;
}
.sec_first .inner{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}
.sec_first .area_txt{
    order: 1;
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: row-reverse;
    width: 530px;
    min-height: 585px;
}
.sec_first .area_txt .ttl_first{
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    margin-left: 45px;
    letter-spacing: 0.16em;
    line-height: 1.9;
    font-size: 2.8rem;
}
.sec_first .area_txt .txt{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    letter-spacing: 0.1em;
    line-height: 2.5;
    font-size: 1.7rem;
}
.sec_first .area_txt .img{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 317px;
}
.sec_first .area_img{
    order: 2;
    width: calc( 630px + ( 100vw - 1200px ) / 2 );
    margin-right: calc( ( -100vw + 1200px ) / 2 )
}
.sec_first .area_img img{
    max-width: 2000px;
    width: 100%;
    height: auto;
}
@media screen and (max-width : 768px){
    .sec_first{
        padding: 6% 0 13%;
    }
    .sec_first .inner{
        flex-direction: column;
    }
    .sec_first .area_txt{
        order: 2;
        justify-content: center;
        flex-wrap: wrap;
        width: auto;
        min-height: 0;
    }
    .sec_first .area_txt .ttl_first{
        margin-left: 25px;
        font-size: 1.5rem;
    }
    .sec_first .area_txt .txt{
        font-size: 1.25rem;
    }
    .sec_first .area_txt .img{
        flex-direction: column;
        position: static;
        width: 72.7%;
        margin: 6% auto 0;
    }
    .sec_first .area_img{
        order: 1;
        width: calc( 100% + 4vw );
        margin: 0 -4vw 8% 0;
    }
}

/* ------------------------------
    area_menu
------------------------------ */
.area_menu{
    padding-bottom: 100px;
}
.area_menu .list_menu{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.area_menu .list_menu li{
    width: 384px;
    height: 101px;
    margin-bottom: 25px;
}
.area_menu .list_menu a{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 384px;
    height: 101px;
    padding: 0 6px 6px 0;
    text-decoration: none;
    transition: all 0.3s ease-out;
}
.area_menu .list_menu a:hover{
    width: 378px;
    height: 95px;
    margin-top: 6px;
    padding: 0;
    transform: translate(6px,0);
}
.area_menu .list_menu .link01 a{
    background-image: url(../img/index/btn_menu01.png);
}
.area_menu .list_menu .link02 a{
    background-image: url(../img/index/btn_menu02.png);
}
.area_menu .list_menu .link03 a{
    background-image: url(../img/index/btn_menu03.png);
}
.area_menu .list_menu .link04 a{
    background-image: url(../img/index/btn_menu04.png);
}
.area_menu .list_menu .link05 a{
    background-image: url(../img/index/btn_menu05.png);
}
.area_menu .list_menu .link06 a{
    background-image: url(../img/index/btn_menu06.png);
}
.area_menu .list_menu .txt{
    font-size: 2.4rem;
    color: #fff;
}
@media screen and (max-width : 768px){
    .area_menu{
        padding-bottom: 13%;
			max-width: 380px;
			margin: 0 auto;
    }
    .area_menu .list_menu li{
        width: 48%;
        height: 64px;
        margin-bottom: 10px;
    }
    .area_menu .list_menu a,
    .area_menu .list_menu a:hover{
        width: 100%;
        height: 100%;
        margin-top: 0;
        padding: 0 3px 3px 5%;
		background-position: center bottom!important;
        transform: translate(0);
    }
    .area_menu .list_menu .link01 a{
        background-image: url(../img/index/btn_menu01_sp.png);
        background-size: cover;
    }
    .area_menu .list_menu .link02 a{
        background-image: url(../img/index/btn_menu02_sp.png);
        background-size: cover;
    }
    .area_menu .list_menu .link03 a{
        background-image: url(../img/index/btn_menu03_sp.png);
        background-size: cover;
    }
    .area_menu .list_menu .link04 a{
        background-image: url(../img/index/btn_menu04_sp.png);
        background-size: cover;
    }
    .area_menu .list_menu .link05 a{
        background-image: url(../img/index/btn_menu05_sp.png);
        background-size: cover;
    }
    .area_menu .list_menu .link06 a{
        background-image: url(../img/index/btn_menu06_sp.png);
        background-size: cover;
    }
    .area_menu .list_menu .txt{
        line-height: 1.5;
        text-align: center;
        font-size: 1.2rem;
    }
}

/* ------------------------------
    sec_room
------------------------------ */
.sec_room{
    padding: 95px 0 0;
}
.sec_room .slider_room{
    opacity: 0;
    transition: opacity .3s linear;
}
.sec_room .slider_room.slick-initialized{
    opacity: 1;
}
.sec_room .slider_room li{
    width: 282px;
}
.sec_room .slider_room a{
    display: block;
    text-decoration: none;
}
.sec_room .slider_room .img{
    width: 282px;
    margin-bottom: 23px;
}
.sec_room .slider_room .ttl{
    margin-bottom: 0.8em;
    font-weight: 500;
    font-size: 1.8rem;
}
.sec_room .slider_room .ttl:before{
    content: "\0025a0";
    margin-right: 1em;
}
.sec_room .slider_room .cate{
    font-weight: 400;
    font-size: 1.7rem;
}
.sec_room .slider_room .cate:before{
    content: "\00ff3b";
}
.sec_room .slider_room .cate:after{
    content: "\00ff3d";
}
.sec_room .slider_room .slick-dots{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    margin-top: 60px;
}
.sec_room .slider_room .slick-dots li{
    width: auto;
    margin: 0 13px;
}
.sec_room .slider_room .slick-dots li button{
    display: block;
    width: 13px;
    height: 13px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #39081B;
}
.sec_room .slider_room .slick-dots .slick-active button{
    background-color: #39081B;
}
@media screen and (max-width : 768px){
    .sec_room{
        padding: 13.6% 0 0;
    }
    .sec_room .slider_room li{
        margin: 0 10px;
    }
    .sec_room .slider_room .img{
        width: auto;
        margin-bottom: 7%;
    }
    .sec_room .slider_room .ttl{
        font-size: 1.1rem;
    }
    .sec_room .slider_room .cate{
        font-size: 1.1rem;
    }
    .sec_room .slider_room .slick-dots{
        margin-top: 7%;
    }
    .sec_room .slider_room .slick-dots li{
        margin: 0 8px;
    }
    .sec_room .slider_room .slick-dots li button{
        width: 10px;
        height: 10px;
    }
}

/* ------------------------------
    sec_info
------------------------------ */
.sec_info{
    padding: 95px 0;
}
.sec_info .list_info{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    /* justify-content: space-between; */
    margin-left: -12.5px;
    margin-right: -12.5px;
}
.sec_info .list_info li{
    /* width: 384px; */
    width: 33.3%;
    padding-left: 12.5px;
    padding-right: 12.5px;
}
.sec_info .list_info a{
    display: block;
    text-decoration: none;
}
.sec_info .list_info .img{
    margin-bottom: 30px;
}
.sec_info .list_info .date{
    margin-bottom: 0.8em;
    font-weight: 500;
    font-size: 2.0rem;
}
.sec_info .list_info .date:before{
    content: "\0025a0";
    margin-right: 1em;
}
.sec_info .list_info .ttl{
    margin-bottom: 1em;
    line-height: 1.76;
    font-weight: 400;
    font-size: 1.7rem;
}
.sec_info .list_info .cate{
    display: inline-block;
    margin-right: 0.5em;
    padding: 2px 22px 4px;
    font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
    font-size: 1.4rem;
    color: #fff;
    background-color: #6E0A30;
    border: 1px solid #ffffff;
}

@media screen and (max-width : 768px){
    .sec_info{
        padding: 12.8% 0 13%;
    }
    .sec_info .ttl_sec{
        margin-bottom: 11%;
    }
    .sec_info .list_info{
        flex-direction: column;
    }
    .sec_info .list_info li{
        width: auto;
    }
    .sec_info .list_info a:after{
        content: "";
        display: block;
        clear: both;
        visibility:hidden;
    }
    .sec_info .list_info li + li{
        margin-top: 5.7%;
    }
    .sec_info .list_info .img{
        float: left;
        width: 28.9%;
        margin-bottom: 0;
    }
    .sec_info .list_info .date{
        margin: 0 0 1em 34%;
        font-size: 1.1rem;
    }
    .sec_info .list_info .ttl{
        margin-left: 34%;
        font-size: 1.0rem;
    }
    .sec_info .list_info .cate{
        margin-left: 5%;
        padding: 2px 15px 4px;
        font-size: 1.1rem;
    }
}

/* ------------------------------
    sec_gallery
------------------------------ */
.sec_gallery{
    /* padding: 100px 0 95px; */
    padding: 100px 0 0;
}
.sec_gallery .list_gallery{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.sec_gallery .list_gallery li{
    width: 236px;
    margin-bottom: 4px;
}
.sec_gallery .list_gallery a{
    display: block;
    text-decoration: none;
}
@media screen and (max-width : 768px){
    .sec_gallery {
        padding: 10% 0 0;
    }
    .sec_gallery .inner{
        width: auto;
    }
    .sec_gallery .ttl_sec .inner_ttl{
        font-size: 3.0rem;
    }
    .sec_gallery .list_gallery li{
        width: 24.4%;
        margin-bottom: 0.8%;
    }
}


/*キャンペーン用LP*/
.campaign_lp{
    display: none;
	width: 100%;
  max-width: 1120px;
	margin: 0 auto 10em;
}
.campaign_lp a{
	display: block;
}
.campaign_lp a img{
	width: 100%;
}
@media (max-width: 768px)
{
	.campaign_lp{
		margin-bottom: 5rem;
	}
}
