@charset "UTF-8";
/* CSS Document */


.floating-banner {
  position: fixed; /* バナーを追従させる */
  z-index: 99999; /* 他の要素の下に隠れないように */
  bottom: 0; /* バナーの上下の位置 */
  right: 0; /* バナーの左右の位置 */
  width: 450px; /* バナーの横幅 */
}
.floating-banner__image {
  max-width: 100%; /* 画像の最大幅 */
}
.floating-banner:hover {
    opacity: .8; /* ホバーで少し透過 */
}
.sp {
    display: none; /* PCではスマホ用のバナーは非表示に */
}


* {
    padding: 0;
    margin: 0;
}
body {
    overflow-x: hidden;
    background-color: #fff;
}
html,
body {
    height: 100%;
}

.averia {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro",
        "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    text-align: center;
    background-color: #fff;
}

.averia2 {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro",
        "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    text-align: center;

}


.yumincho {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro",
        "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    color: #5d5d5d;
}

.yuminchoa {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro",
        "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    color: #fff;
}

.wrap {
    overflow: hidden;
}

.mv {
    width: 100%;
    height: auto;
    margin: 0px 0 0;
    position: relative;
    overflow: hidden;
}

/* mp4対応 */
.mv_movie {
    width: 100%;
    display: block;
    object-fit: cover;
}
.mv_movie.fit {
    /* object-fit: cover;
		font-family: 'object-fit: cover;' */
}
/* / mp4対応 */

.background {
    width: 100%;
    height: 100vh;
    margin: 0 auto;
    transform: scale(1.05);
    transform-origin: center center;
    pointer-events: none;
    /*background: url(../img/top/bg_movie.png) no-repeat center center;*/
    /*background-size: cover;*/
}

.background .background-wrap {
    position: relative;
    top: 0;
    left: 0;
    z-index: -1;
    min-width: 100%;
    min-height: 100%;
    overflow: hidden;
}

.background .background-wrap .background-movie {
    position: relative;
}

.background .background-wrap #background-movie-player {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 50%;
}

.background-cover {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(255, 255, 255, 0);
}

/**********************************************************************************************************************/
.skrollr-desktop body {
    height: 100% !important;
}
#skrollr-body {
    height: 100%;
    overflow: visible;
    position: relative;
}

.movie {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
}

.header {
    width: 100%;
    /*background:#000000;*/
    /*background-color: rgba(0,0,0,0);*/
    background-image: url(../index_asset/images/header_back.jpg);
    background-repeat: repeat-x;
    z-index: 999;
}
.videoBox {
    width: 100%;
    height: 100%;
    background-image: url(../index_asset/images/main.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    /*background-color:#000000;*/
    text-align: center;
    background-attachment: fixed;
}
.spacerBox1 {
    width: 100%;
    height: 60%;
}
.copyBox {
    position: absolute;
    /*
	left:-560px;
	bottom: 120px;
	*/
    left: 0;
    top: 40%;
    right: 0px;

    margin: auto;
    max-width: 500px;
    width: 100%;
    text-align: center;
    z-index: 99;
}
.copyBox img {
    width: 100%;
}
.ytBox {
    width: 230px;
    position: absolute;
    top: 65%;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
    z-index: 100;
}

.ytBox_itm {
    padding: 2% 4%;
    display: block;
    color: #fff;
    font-size: 20px;
    border: 2px solid #fff;
    text-decoration: none;
    transition: all 0.4s ease;
}

.ytBox_itm:hover {
    background: #fff;
    color: #333;
    opacity: 1;
}

.logoBox {
    position: absolute;
    left: 0px;
    right: 0px;

    top: 30px;
    margin: auto;
    width: 1920px;
    height: 153px;
    z-index: 98;
}
/*///////////////////////////////////////////////*/
.leftBox {
    padding: 0;
    margin: 0;
    width: 50%;
    height: 100%;
    float: left;
    position: relative;
}
.rightBox {
    padding: 0;
    margin: 0;
    width: 50%;
    height: 100%;
    float: right;
    position: relative;
}
.box1 {
    position: relative;
    /*border-bottom: 36px solid #468088;*/
    padding: 20px 0 0;
    background: #f6f6f6;
    /*
	height:848px;
	background:#fff url(../index_asset/images/top01.jpg) top center repeat-x;
	*/
}
.top02 {
    position: relative;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    background-image: url(../index_asset/images/plx05.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #000000;
    text-align: center;
}
.top02 img {
    _position: absolute;
    _top: 0;
    _bottom: 0;
    _margin: 0 auto;
    margin-top: 20%;
    margin-top: 5%;
    margin-left: -650px;
}
.top03 {
    position: relative;
    /*
	padding:0;
	margin:0;
	height:509px;
	background:#fff url(../index_asset/images/top03.jpg) top center repeat-x;
	*/
}
.box2,
.box3,
.box4,
.box5 {
    padding: 0;
    margin: 0;
    height: 100%;
    overflow: hidden;
    background: #fff;
}

/*///////////////////////////////////////////////*/
.bg2 {
    width: 100%;
    height: 100%;
    background-image: url(../index_asset/images/bk02.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.bg3 {
    width: 100%;
    height: 100%;
    background-image: url(../index_asset/images/bk03.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

/* .topTitle */
.topTitle,
.topTitle-guest {
    min-width:100%;
    padding: 25px 0 35px;
    text-align: center;
}

.topTitle-guest {
    padding: 45px 0 0;
}

.topTitle_lead {
    padding: 0 0 15px;
    font-size: 32px;
    font-weight: normal;
}

.topTitle_text {
    font-size: 15px;
    color: #6b6262;
 border: 0.5px solid #cccccc;
 padding: 10px;
 margin: 0px 0px 0px 0px;

}

.topTitle_link {
    color: #999;
}
/* /.topTitle */

/* .moreBtn*/
.moreBtn {
    width: 120px;
    padding: 5px 0;
    display: inline-block;
    text-align: center;
    color: #666666;
    background: #5d5d5d;
    text-decoration: none;
    border-radius: 50px;
}

.moreBtn-center {
    position: absolute;
    top: -15px;
    right: 0;
    left: 0;
    margin: auto;
}
/* /.moreBtn*/

/* .guest */
/*  */
.guest {
    display: flex;
}

.guest-col03 {
    padding: 0 0 0;
}

.guest-col03 .guest_box {
    width: 33%;
    min-width: 400px;
}

.guest-col03 .guest_box-center {
    width: 34%;
    padding: 0 7.5%;
    box-sizing: border-box;
}

.guest_box {
    display: flex;
    align-items: center;
}

.guest_boxImgs {
    width: 100%;
}

.guest_boxImgs img {
    width: 100%;
}

.guest_boxImgs-mini {
    width: 55%;
    margin-left: -15%;
    z-index: 0;
    position: relative;
}

.guest_boxImgs-mini::before,
.guest_boxImgs-mini::after {
    content: "";
    display: block;
    width: calc(100% + 35px);
    height: calc(100% + 30px);
    background: #f6f6f6;
    border: 1px solid #dcdcdc;
    position: absolute;
    z-index: -1;
}

.guest_boxImgs-mini::before {
    left: -36px;
    bottom: 0;
}

.guest_boxImgs-mini::after {
    right: -36px;
    top: 0;
}

.guest_boxText {
    font-size: 14px;
    text-align: left;
}

.guest_boxImgs-negative {
    margin-bottom: -90px;
    padding-top: 90px;
}

/*  */
.guest-bgWhite {
    min-width: 1080px;
    margin-bottom: 30px;
    padding: 0 0 50px;
    position: relative;
    z-index: 0;
}

.guest-bgWhite::before {
    content: "";
    display: block;
    width: 2px;
    height: calc(100% + 120px);
    background: #dcdcdc;
    position: absolute;
    top: -80px;
    right: 20px;
    left: 0;
    margin: auto;
    z-index: -1;
}

.guest-bgWhite::after {
    content: "";
    display: block;
    width: 52%;
    height: calc(100% + 50px);
    margin-right: 6.5%;
    position: absolute;
    top: -50px;
    right: 0;
    background: #f6f6f6;
    z-index: -1;
}

.guest-col02 .guest_box {
    width: 40%;
    min-width: 500px;
    padding: 0 0 0 60px;
    box-sizing: border-box;
}

.guest-col02 .guest_box-img {
    width: 50%;
    min-width: 550px;
    padding: 0;
    position: relative;
}

.guest-col02 .guest_box-white {
    background: #f6f6f6;
}
/* /.guest */

/* .innerBox */
.innerBox {
}

.guest_box .innerBox {
    width: 500px;
}

.innerBox_title {
    font-size: 30px;
    font-weight: normal;
}

.innerBox_lead {
    padding: 20px 0 25px;
    font-size: 18px;
    color: #5d5d5d;
}

.innerBox_text {
    padding: 30px 0 0;
    font-size: 16px;
    line-height: 1.6;
    text-align: left;
}
/* /.innerBox */

/* .view */
.view {
    min-width: 1180px;
    padding: 0 0 170px;
    position: relative;
    background: #fff;
}

.view_box {
    width: 100%;
    display: flex;
}

.view_boxList {
    width: 50%;
}

.view_boxList img {
    width: 100%;
}

.view_note {
    width: 610px;
    padding: 40px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 50px;
    right: 0;
    left: 0;
    margin: auto;
    background: #fff;
}

.view_noteText {
    padding: 0 0 0 20px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.6;
}
/* /.view */

/* .linkCont */
.linkCont {
    width: 100%;
    min-width: 1180px;
    margin: 15px 0 0;
    padding: 0 0 30px;
    position: relative;
}

.linkCont_box {
    display: flex;
    justify-content: center;
}

.linkCont_boxList2 {
    width: 24%;
    margin: 0 8px;
    list-style: none;
}

.linkCont_boxList img {
    width: 100%;
}

.linkCont_boxList {
    width: 24%;
    margin: 0 8px;
    list-style: none;
}

.linkCont_boxList img {
    width: 100%;
}

/* /.linkCont */

/* .topNews */
.topNews {
    width: 1300px;
    margin: 0 auto;
    padding: 0 0 60px;
    display: flex;
    justify-content: center;
    position: relative;
}

.topNews_list {
    margin: 0 20px;
    list-style: none;
}
.topNews_list a {
    display: block;
    text-decoration: none;
    color: #333;
}

.topNews_list img {
    width: 100%;
}

.topNews_listImg {
    height: 180px;
}

.topNews_listBox {
    height: 180px;
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    flex-flow: column;
    position: relative;
    background: #f6f4f0;
    overflow: hidden;
}

.topNews_listBox::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: #cfc6b0;
    position: absolute;
    right: -10px;
    bottom: -10px;
    transform: rotate(45deg);
}

.topNews_listBoxNote {
    display: flex;
    color: #ce8862;
    font-size: 14px;
}

.topNews_listBoxText {
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    text-align: left;
    font-size: 14px;
}

.topNews .slick-track {
    margin: 0 auto;
}

.topNews .slick-track-left {
    left: 0 !important;
}

.topNews .slick-prev,
.topNews .slick-next {
    width: 24px;
    height: 32px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background-size: contain;
    border: none;
    text-indent: -9999px;
    cursor: pointer;
}

.topNews .slick-prev {
    left: -46px;
    background: url("../index_asset/images/slider_arrow_left.png") no-repeat
        center;
}

.topNews .slick-next {
    right: -46px;
    background: url("../index_asset/images/slider_arrow_right.png") no-repeat
        center;
}

.topNews .slick-prev:focus,
.topNews .slick-next:focus {
    outline: none;
}
/* / .topNews */

/* .card */
.card {
    width: 1050px;
    margin: 0 auto;
    padding: 60px 0 35px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.card_list {
    width: 220px;
    margin: 0 29px 25px;
    list-style: none;
    background: #fff;
}

.card_listBox {
    position: relative;
}

.card_listBox img {
    width: 100%;
}

.card_listBoxNote {
    width: 100%;
    padding: 8px 15px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.6;
    color: #fff;
    background: rgba(207, 198, 176, 0.6);
    position: absolute;
    bottom: 0;
}

.card_listBoxText {
    padding: 15px;
    font-size: 13px;
}
/* / .card */

/* .visual */
.visual {
    width: 100%;
    min-width: 1000px;
    display: flex;
}

.visual-top {
    padding: 80px 0 0;
}

.visual_box {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
}

.visual-left .visual_box-text {
    padding: 2% 0 0 60px;
    box-sizing: border-box;
    order: 2;
}

.visual_box-text {
    width: 40%;
}

.visual_box-text .innerBox {
    color:5d5d5d;
    width: 450px;
}

.visual_box-text .innerBox_title {
    padding: 0 0 30px;
}

.visual_boxLead {
    padding: 30px 0 0;
    position: absolute;
    top: 0;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    color: #5d5d5d;
    font-size: 18px;
}

.visual-top .visual_boxLead {
    padding: 0;
}

.visual-right .visual_boxLead {
    right: 30px;
}

.visual-left .visual_boxLead {
    left: 30px;
}

.visual-right .visual_boxLead::before,
.visual-left .visual_boxLead::before {
    content: "";
    display: block;
    width: 2px;
    height: 75px;
    background: #dcdcdc;
    position: absolute;
    top: 0;
}

.visual-left .visual_boxLead::before {
    right: -30px;
}

.visual-right .visual_boxLead::before {
    left: -30px;
}

.visual_box-img {
    width: 60%;
}

.visual_box-img img {
    width: 100%;
}

/* .visual-full */
.visual-fulla {
    min-width: 100%;
    padding: 0% 0;
    align-items: center;
    height: 215px;
    background-size: cover;
    color: #666666;
}

.visual-fulla .visual_box-text {
    width: 980px;
    margin: 0 auto;
    padding: 0 0 0 36px;
    display: flex;
    justify-content: flex-start;
    color: #fff;
}

.visual-fulla .visual_boxLead {
    padding: 5px 2%;
    top: 5px;
    left: -120px;
    color: #fff;
}

.visual-fulla .visual_boxLead::before {
    background: #fff;
    right: 0;
    color: #fff;
}

.visual-fulla .innerBox {
    width: 300px;
    color: #fff;
}


/* .visual-full */
.visual-full {
    min-width: 1140px;
    padding: 5% 0;
    align-items: center;
    background: url("../index_asset/images/visual04.jpg") no-repeat center;
    background-size: cover;
}

.visual-full .visual_box-text {
    width: 980px;
    margin: 0 auto;
    padding: 0 0 0 36px;
    display: flex;
    justify-content: flex-start;
}

.visual-full .visual_boxLead {
    padding: 5px 2%;
    top: 5px;
    left: -120px;
}

.visual-full .visual_boxLead::before {
    background: #969696;
    right: 0;
}

.visual-full .innerBox {
    width: 300px;
}

.mvLink {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    z-index: 99;
}

/* / .visual */

.topBanner_wrap {
    display: flex;
    justify-content: space-between;
    margin: 25px auto 45px;
    width: 980px;
}

.topBanner {
    display: block;
    width: 48%;
}

.topBanner img {
    width: 100%;
}

/*############################################*/
/*  */
/*############################################*/
.sp {
    display: none;
}
@media (max-width: 992px) {
}
@media only screen and (max-width: 767px) {
    html,
    body {
        overflow: visible !important;
    }
    body {
        font-size: 14px;
    }
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
}

/**********************************************************************************************************************/
/**********************************************************************************************************************/
.title01 {
    padding: 50px 0 0;
    text-align: center;
}

#search_box .box_inner .list_box li {
    line-height: 1;
}
.carouselArea {
    margin-top: 90px;
}
.carouselArea ul {
    overflow: hidden;
    clear: both;
    width: 100%;
}
.carouselArea li {
    float: left;
}

.hide {
    display: none;
}
/* tab_nav */
.tab_nav {
    border-bottom: 1px solid #cacaca;
    margin-top: 35px;
    margin-bottom: 30px;
}
.tab_nav ul {
    text-align: center;
}
.tab_nav ul li {
    display: inline-block;
    text-align: center;
    border-top: 1px solid #cacaca;
    margin-bottom: -1px;
}
.tab_nav ul li span {
    display: block;
    padding: 13px 0 11px;
    border-right: 1px solid #cacaca;
    border-left: 1px solid #cacaca;
    color: #242424;
    text-decoration: none;
    cursor: pointer;
}
.tab_nav ul li:first-child {
    margin-left: 0;
}
.tab_nav ul li.select {
    border-top: 3px solid #468088;
    border-bottom: 1px solid #fff;
}
.tab_nav ul li.select span {
    padding-top: 11px;
}

/**/
.jsTabContent li {
    font-size: 13px;
    line-height: 140%;
    margin: 0 10px;
}
.jsTabContent li .textArea {
    padding: 5px;
}
.jsTabContent li .textArea time {
    display: block;
    padding-bottom: 3px;
    font-weight: bold;
    font-size: 11px;
    color: #5e4f29;
}

.bottomBanner ul li.linkOff {
    opacity: 0.4;
}

/*video{
  width: 800px;
}*/
.videobox_links {
    text-align: center;
}
.videobox_links a {
    color: #333;
}

.grayArea {
    background: #f6f6f6;
}

.smokeArea {
    background: #f6f4f0;
}

.fullImg,
.fullImg img {
    width: 100%;
    position: relative;
}

.comming {
    position: relative;
}

.comming::after {
    content: "COMING SOON";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    color: #fff;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.6);
    font-size: 24px;
    font-family: "Averia Serif Libre", cursive;
}

/* SP
-----------------------------------------------------------------------*/
@media screen and (max-width: 750px) {
    .header {
        display: none;
    }

    .box1 {
        /*margin-top: -12%;*/
        margin: 0 !important;
        padding: 0;
    }

    .movie {
        overflow: hidden;
    }

    .mv {
        margin: 0;
    }

    .mv_pic {
        height: 100vh;
        background: url("../index_asset/images/main.jpg") no-repeat;
        background-size: auto 120%;
        background-position: center 0px;
    }

    .background {
        height: 100%;
    }

    .background .background-wrap .background-movie {
        overflow: hidden;
    }

    video {
        /*width: 310px;*/
    }

    /**/
    .title01 {
        width: 40%;
        margin: auto;
    }
    /*tab_nav */
    .tab_nav ul {
        overflow: hidden;
    }
    .tab_nav ul li {
        display: block;
        float: left;
        width: 50%;
        font-size: 70%;
    }
    .tab_nav ul li.select {
        border-bottom: none;
    }
    .tab_nav ul li span {
        padding: 11px 0;
    }
    .tab_nav ul li:nth-child(2n) span {
        border-left: none;
    }
    /* bottomBanner */
    .bottomBanner {
        text-align: center;
        padding: 30px 0;
    }
    .bottomBanner ul {
        margin: auto;
        overflow: hidden;
    }
    .bottomBanner ul li {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 48%;
        margin: 1%;
        float: left;
        list-style: none;
    }
    .tab_nav ul li.select {
        border-top: 1px solid #cacaca;
    }
    .bottomBanner ul li img {
        width: 100%;
    }

    .jsTabContent li,
    .jsTabContent li img {
        width: 180px;
    }
    .jsTabContent li {
        height: 272px;
        overflow: hidden;
    }
    /*#news li{
	height: 200px;
	overflow: hidden;
}*/

    /**/
    .videoBox {
        background-size: auto 120%;
    }
    .top02 {
        height: auto;
        padding: 60px 0;
        background-size: auto 160%;
    }
    .top02 img {
        margin-top: 0;
    }
    .copyBox {
        left: 0;
        width: 80%;
        top: 35%;
    }

    .ytBox {
        width: 60%;
        top: 55%;
    }

    .ytBox_itm {
        padding: 5% 4%;
        font-size: 16px;
    }

    .ytBox_itm:hover {
        background: none;
        color: #fff;
        opacity: 1;
    }

    .logoBox {
        width: 70%;
        padding-left: 5%;
        box-sizing: border-box;
        right: auto;
        left: auto;
    }

    .logoBox img {
        width: 100%;
        height: auto;
    }
    /*
.leftBox,
.rightBox{
	width: 100%;
	float: none;
}
*/
    footer #f_inner_block .sns {
        clear: both;
        padding-top: 10px;
    }
    footer #f_inner_block .copy {
        clear: both;
    }

    footer {
        border-top: 5px solid #eee;
    }
    footer img {
        width: 70%;
    }
    footer .f_sns_box {
        text-align: center;
        padding: 20px 0;
        letter-spacing: -0.4em;
    }
    footer .f_sns_box li {
        display: inline-block;
        width: 38px;
        margin: 0 10px;
    }
    footer .f_conts_inner {
        background: #f6f6f6;
        padding-bottom: 10px;
    }
    footer .f_conts_nav {
        display: none;
    }

    footer .f_conts_links {
        padding: 3% 0;
    }
    footer .f_category_box {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        margin: 0 3%;
    }
    footer .f_category_box li {
        margin: 0 2% 3% 2%;
        width: 46%;
    }
    footer .f_category_box li .link_box {
        background: #fff;
        /* padding: 25px 0; */
        color: #333;
        text-align: center;
        display: block;
        text-decoration: none;
        box-sizing: border-box;
    }
    footer .f_category_box li .link_box.mt {
        margin-top: 15px;
    }

    footer .f_category_links a {
        display: block;
        background: #69a9e1;
        padding: 20px 0;
        text-align: center;
        color: #fff;
        text-decoration: none;
        margin-bottom: 2px;
    }
    footer .f_category_links .f_name {
        color: #69a9e1;
        font-weight: bold;
        text-align: center;
        margin: 3% 0 2% 0;
    }
    footer .f_category_links .f_address {
        font-size: 13px;
        margin-bottom: 15px;
        line-height: 140%;
        text-align: center;
    }
    footer .f_category_links .f_logo {
        width: 30%;
        margin: 0 auto;
    }
    footer .hmjlogo {
        width: 15%;
        margin: 10px auto 0 auto;
    }
    footer .hmjlogo a {
        background: none;
    }

    footer .f_copy_box {
        display: flex;
        font-size: 10px;
        padding: 3%;
    }
    footer .f_copy_box .logo {
        width: 20px;
    }
    footer .f_copy_box .logo_txt {
        padding: 5px 0 0 5px;
    }

/* 20211125 footer 追加 */
    footer .yumincho {
        color: #000;
    }

    footer .f_inquiry {
        padding: 15px;
        background: #bcd2d5;
    }

    footer .f_inquiry a {
        color: #141617;
        text-decoration: none;
    }

    footer .f_inquiry .stay_box,
    footer .f_inquiry .reserve_box,
    footer .webreserve_box {
        background: #fff;
        text-align: center;
    }

    footer .stay_box {
        border-bottom: 1px dotted #ccc;
        padding: 40px 10px;
    }

    footer .stay_box .hotel_tel {
        margin: 20px 0;
    }

    footer .stay_box .hotel_tel .h_code {
        display: inline-block;
        margin: 0 10px 10px 0;
        border: 1px solid #2c818b;
        border-radius: 10px;
        padding-top: 5px;
        width: 100px;
        background: #2c818b;
        color: #fff;
        font-size: 12px;
        text-align: center;
    }

    footer .stay_box .hotel_tel .h_code span {
        display: block;
        margin-top: 5px;
        border-radius: 0 0 9px 9px;
        background: #fff;
        color: #000;
        font-size: 20px;
    }

    footer .stay_box .hotel_tel .h_txt {
        color: #000;
        font-size: 16px;
    }

    footer .stay_box .hotel_tel .h_txt span {
        display: inline-block;
        padding-left: 10px;
        color: #000;
        font-size: 36px;
    }

    footer .stay_box .hotel_onday {
        display: inline-block;
        padding: 10px;
        border-radius: 10px;
        background: #efece3;
        text-align: center;
    }

    footer .stay_box .hotel_onday + p {
        margin-top: 10px;
        font-size: 12px;
    }

    footer .reserve_box {
        font-size: 14px;
        line-height: 1.6;
    }

    footer .reserve_box dl {
        padding: 40px 10px;
    }

    footer .reserve_box dl:not(:last-child) {
        border-bottom: 1px dotted #ccc;
    }

    footer .reserve_box dl dt {
        display: inline-block;
        margin-bottom: 10px;
        border-bottom: 1px solid #141617;
        font-size: 14px;
    }

    footer .reserve_box dl dd:nth-child(even) {
        font-size: 28px;
    }

    footer .reserve_box dl dd:nth-child(4) {
        margin-top: 20px;
    }

    footer .webreserve_box {
        margin-top: 10px;
        padding: 20px;
    }

    footer .webreserve_box ul {
        margin-top: 10px;
    }

    footer .webreserve_box ul li {
        width: 100%;
   }

    footer .webreserve_box ul li:first-child {
        margin-bottom: 10px;
    }

    footer .webreserve_box a {
        display: block;
        padding: 20px 0;
        color: #fff;
        background: #40767d;
    }
    /* //footer */

    /* top用menu */
    .topMenu {
        display: none;
    }

    /* .topTitle */
    .topTitle,
    .topTitle-guest {
        min-width: 0;
        padding: 30px 0 25px;
    }

    .topTitle_lead {
        padding: 0 0 10px;
        font-size: 22px;
    }

    .topTitle_text {
        font-size: 12px;
        text-align: center;
    }
    /* /.topTitle */

    /* .moreBtn*/
    .moreBtn {
        width: 180px;
        padding: 10px 0;
        display: block;
        margin: 0 auto;
    }
    .moreBtn-center {
        position: static;
        width: 180px;
        margin: 0 auto;
        display: block;
        padding: 10px 0;
        font-size: 16px;
    }

    .fullImg .moreBtn {
        margin: 8% auto;
    }
    /* /.moreBtn*/

    /* .comming */
    .comming::after {
        font-size: 16px;
    }
    /* / .comming */

    .topHeader_cont {
        padding: 0 10px;
        box-sizing: border-box;
    }
    /* / .topHeader */

    /* .guest */
    /* 海と空にやさしく溶け合う白い波のように */
    .guest {
        width: 90%;
        margin: 0 auto;
        flex-wrap: wrap;
    }

    .guest-col03 {
        padding: 0 0 35px;
    }

    .guest-col03 .guest_box {
        width: 100%;
        min-width: 0;
    }

    .guest-col03 .guest_box-center {
        padding: 10% 0;
    }

    .guest_box {
        display: flex;
        align-items: center;
    }

    .guest_boxImgs {
        width: 100%;
    }

    .guest_boxImgs img {
        width: 100%;
    }

    .guest_boxImgs-mini {
        width: 55%;
        margin-right: 0%;
    }

    .guest_boxImgs-mini::before,
    .guest_boxImgs-mini::after {
        width: calc(100% + 12%);
        height: calc(100% + 12%);
    }

    .guest_boxImgs-mini::before {
        left: -13%;
    }

    .guest_boxImgs-mini::after {
        right: -13%;
    }

    .guest_boxText {
        line-height: 1.6;
    }

    .guest_boxImgs-negative {
        margin-bottom: 0;
        padding-top: 0;
    }

    /* 海と空にやさしく溶け合う白い波のように　の下 */
    .guest-bgWhite {
        min-width: 0;
        padding: 0 0 30px;
        display: flex;
        flex-wrap: wrap;
    }

    .guest-bgWhite::before,
    .guest-bgWhite::after {
        display: none;
    }

    .guest-col02 .guest_box {
        width: 100%;
        min-width: 0;
        padding: 0;
    }

    .guest-col02 .guest_box-img {
        width: 100%;
        min-width: 0;
        order: 2;
    }

    .guest-col02 .guest_box-white {
        padding: 5%;
        box-sizing: border-box;
    }
    /* /.guest */

    /* .innerBox */
    .innerBox {
    }

    .guest_box .innerBox {
        width: 100%;
    }

    .innerBox_title {
        font-size: 22px;
    }

    .innerBox_lead {
        padding: 15px 0 20px;
        font-size: 18px;
        color: #5d5d5d;
    }

    .innerBox_text {
        padding: 20px 0 0;
        font-size: 14px;
        line-height: 1.6;
    }
    /* /.innerBox */

    /* .view */
    .view {
        min-width: 0;
        padding: 0 0 8%;
    }

    .view_box {
        flex-wrap: wrap;
    }

    .view_boxList {
        width: 100%;
    }

    .view_note {
        width: 100%;
        padding: 5% 5% 7% 5%;
        flex-wrap: wrap;
        position: static;
    }

    .view_noteImg {
        width: 100%;
    }

    .view_noteText {
        width: 100%;
        padding: 20px 0 0;
    }
    /* /.view */

    /* .linkCont */
    .linkCont {
        width: 100%;
        margin: 0 auto;
        padding: 0 0 8%;
        min-width: 0;
    }

    .linkCont_box {
        padding: 0 0 5%;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .linkCont_boxList {
        width: 48%;
        margin: 0 0 4%;

    }

    .linkCont_boxList img {
        width: 100%;
    }
    /* /.linkCont */

    /* .topNews */
    .topNews {
        width: 70%;
        padding: 0 0 10%;
        display: block;
    }

    .topNews_list {
        padding: 0 10px;
        box-sizing: border-box;
    }

    .topNews_listImg {
        height: auto;
    }

    .topNews_listBox {
        height: auto;
        padding: 5%;
    }

    .topNews_listBoxNote {
        display: flex;
        color: #ce8862;
        font-size: 14px;
    }

    .topNews_listBoxText {
        height: auto;
        padding: 10% 0;
    }

    .topNews .slick-track {
        margin: 0 auto;
    }

    .topNews .slick-track-left {
        left: 0 !important;
    }

    .topNews .slick-prev {
        left: -12%;
    }

    .topNews .slick-next {
        right: -12%;
    }
    /* / .topNews */

    /* .card */
    .card {
        width: 90%;
        padding: 10% 0 6%;
        justify-content: space-between;
    }

    .card_list {
        width: 48%;
        margin: 0 0 4%;
    }

    .card_listBoxNote {
        padding: 3% 5%;
    }

    .card_listBoxText {
        padding: 5%;
    }
    /* / .card */

    /* .visual */
    .visual {
        width: 90%;
        min-width: 0;
        margin: 0 auto;
        padding: 0 0 6%;
        flex-wrap: wrap;
    }

    .visual-top {
        padding: 8% 0 6%;
    }

    .visual_box {
        align-items: flex-start;
        flex-flow: column;
    }

    .visual-left .visual_box-text {
        width: 100%;
        padding: 0;
        order: 0;
    }

    .visual_box-text {
        width: 100%;
    }

    .visual_box-text .innerBox {
        width: 100%;
        padding: 0 0 30px;
    }

    .visual_box-text .innerBox_title {
        padding: 0 0 30px;
        font-size: 22px;
    }

    .visual_boxLead {
        padding: 3% 0;
        position: static;
        writing-mode: horizontal-tb;
        font-size: 16px;
    }

    .visual-top .visual_boxLead {
        padding: 3% 0;
    }

    .visual-left .visual_boxLead::before,
    .visual-right .visual_boxLead::before {
        width: 7%;
        height: 2px;
        right: auto;
        left: 0;
        top: 0;
    }

    .visual_box-img {
        width: 100%;
    }

    /* .visual-full */
    .visual-full {
        width: 100%;
        min-width: 0;
        margin-top: -6%;
        padding: 6% 3%;
        box-sizing: border-box;
    }

    .visual-full .visual_boxLead {
        padding: 2% 0;
    }
    /* / .visual */

    .topHeader {
        display: none;
    }

    .topBanner_wrap {
        display: block;
        margin: 10px auto;
        width: 95%;
    }

    .topBanner {
        margin-top: 10px;
        width: 100%;
    }
}
/* PC
-----------------------------------------------------------------------*/
@media screen and (min-width: 751px) {
    /*tab_nav */
    .tab_nav ul {
        margin: 0 auto;
    }
    .tab_nav ul li {
        width: 165px;
        font-size: 15px;
    }

    .jsTabContent li,
    .jsTabContent li img {
        width: 180px;
    }
    .jsTabContent li {
        height: 272px;
        overflow: hidden;
    }

    /* bottomBanner */
    .bottomBanner {
        text-align: center;
        padding: 60px 0 70px;
    }
    .bottomBanner ul {
        margin: auto;
        overflow: hidden;
        width: 779px;
    }
    .bottomBanner ul li {
        float: left;
        list-style: none;
        margin-left: 19px;
        margin-bottom: 15px;
    }
    .bottomBanner ul li:first-child {
        margin-left: 0;
    }

    /* footer */
    footer {
        border-top: 5px solid #eee;
    }
    footer img {
        width: 70%;
    }
    footer .f_sns_box {
        text-align: center;
        padding: 40px 0;
        letter-spacing: -0.4em;
    }
    footer .f_sns_box li {
        display: inline-block;
        width: 38px;
        margin: 0 10px;
    }
    footer .f_conts_inner {
        background: #f6f6f6;
        padding-bottom: 60px;
    }
    footer .f_conts_nav {
        width: 990px;
        margin: 0 auto;
        background: #eee;
        display: flex;
        align-items: center;
        /*
        justify-content: flex-end;
        */
    }

    footer .f_conts_nav li {
        width: 100%;
    }

    footer .f_conts_nav li a {
        display: block;
        color: #333;
        padding: 40px 60px;
        font-size: 11px;
        text-decoration: none;z
        text-align: center;
    }
    footer .f_conts_nav li span {
        display: block;
        font-size: 16px;
        padding-bottom: 5px;
        font-family: "Averia Serif Libre", cursive;
    }
    footer .f_conts_nav .tel {
        width: 23%;
    }
    footer .f_conts_links {
        width: 1080px;
        margin: 0 auto;
        padding-top: 70px;
        display: flex;
        justify-content: space-between;
    }
    footer .f_category_box {
        width: 535px;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    footer .f_category_box li {
        width: 158px;
        margin: 0 10px 15px 10px;
    }
    footer .f_category_box li .link_box {
        background: #fff;
        /*         padding: 25px 0; */
        color: #333;
        text-align: center;
        display: block;
        text-decoration: none;
        box-sizing: border-box;
    }
    footer .f_category_box li .link_box.mt {
        margin-top: 15px;
    }
    footer .f_category_links {
    }
    footer .f_category_links a {
        color: #333;
        text-decoration: none;
        font-size: 13px;
        margin-bottom: 10px;
        display: block;
    }
    footer .f_category_links .space {
        margin: 20px 0;
    }
    footer .f_category_links .f_name {
        color: #428089;
        font-weight: bold;
        margin-bottom: 15px;
    }
    footer .f_category_links .f_address {
        font-size: 13px;
        margin-bottom: 15px;
        line-height: 140%;
    }
    footer .f_category_links .f_logo {
        width: 65%;
    }
    footer .hmjlogo {
        width: 50px;
        margin: 20px 0 0 35px;
    }
    footer .f_copy_box {
        width: 1080px;
        margin: 0 auto;
        display: flex;
        font-size: 8px;
    }
    footer .f_copy_box .logo {
        width: 50px;
        margin-top: -30px;
    }
    footer .f_copy_box .logo_txt {
        padding: 10px 0 0 10px;
        font-size: 6px;
    }

    /* 20211125 footer 追加 */
    footer .yumincho {
        color: #000;
    }

    footer .f_inquiry {
        padding: 60px 0;
        background: #bcd2d5;
    }

    footer .f_inquiry a {
        color: #141617;
        text-decoration: none;
    }

    footer .f_inquiry a[href^="tel:"] {
        pointer-events: none;
    }

    footer .f_inquiry .pc-none {
        display: none;
    }

    footer .f_inquiry .stay_box,
    footer .f_inquiry .reserve_box,
    footer .webreserve_box {
        margin: 0 auto;
        padding: 40px 0;
        width: 1080px;
        background: #fff;
        text-align: center;
    }

    footer .stay_box {
        border-bottom: 1px dotted #ccc;
    }

    footer .stay_box .hotel_tel {
        margin: 20px 0;
    }

    footer .stay_box .hotel_tel .h_code {
        display: inline-block;
        margin: 0 10px 10px 0;
        border: 1px solid #2c818b;
        border-radius: 10px;
        padding-top: 5px;
        width: 100px;
        background: #2c818b;
        color: #fff;
        font-size: 12px;
        text-align: center;
    }

    footer .stay_box .hotel_tel .h_code span {
        display: block;
        margin-top: 5px;
        border-radius: 0 0 9px 9px;
        background: #fff;
        color: #000;
        font-size: 20px;
    }

    footer .stay_box .hotel_tel .h_txt {
        display: inline-block;
        color: #000;
        font-size: 16px;
    }

    footer .stay_box .hotel_tel .h_txt span {
        display: inline-block;
        padding-left: 10px;
        color: #000;
        font-size: 36px;
    }

    footer .stay_box .hotel_onday {
        display: inline-block;
        padding: 10px;
        border-radius: 10px;
        background: #efece3;
        text-align: center;
    }

    footer .stay_box .hotel_onday + p {
        margin-top: 10px;
        font-size: 12px;
    }

    footer .reserve_box {
        display: flex;
        font-size: 12px;
        line-height: 1.6;
    }

    footer .reserve_box dl {
        width: 100%;
    }

    footer .reserve_box dl:not(:last-child) {
        border-right:  1px dotted #ccc;
    }

    footer .reserve_box dl dt {
        display: inline-block;
        margin-bottom: 10px;
        border-bottom: 1px solid #141617;
        font-size: 14px;
    }

    footer .reserve_box dl dd:nth-child(even) {
        font-size: 28px;
    }

    footer .reserve_box dl dd:nth-child(4) {
        margin-top: 20px;
    }

    footer .webreserve_box {
        margin-top: 10px;
    }

    footer .webreserve_box ul {
        display: flex;
        justify-content: center;
        margin-top: 10px;
    }

    footer .webreserve_box ul li {
        width: 36%;
   }

    footer .webreserve_box ul li:first-child {
        margin-right: 10px;
    }

    footer .webreserve_box a {
        display: block;
        padding: 10px;
        color: #fff;
        background: #40767d;
    }

    footer .webreserve_box a:hover {
        opacity: 0.7;
    }
    /* //footer */

    /* top用menu */
    .topMenu {
        width: 45px;
        height: 39px;
        position: fixed;
        top: 30px;
        right: 60px;
        z-index: 100;
    }

    .topMenu img {
        width: 100%;
        background: rgba(106, 168, 225, 0.7);
        transition: all 0.3s ease;
        cursor: pointer;
        padding: 5px;
    }

    .topMenu.is-open img {
        background: rgba(106, 168, 225, 0);
    }

    /* .topHeader */
    .topHeader {
        width: 240px;
        height: 100vh;
        position: fixed;
        top: 0;
        right: 0;
        z-index: -1;
        background: rgba(106, 168, 225, 0.7);
        opacity: 0;
        transition: all 0.6s ease;
        overflow-y: scroll;
    }

    .topHeader.is-open {
        opacity: 1;
        z-index: 99;
    }

    .topHeader_cont {
        padding: 110px 10px 0;
    }

    .topHeader_contMenu {
        text-align: center;
    }

    .topHeader_contMenuList {
        list-style: none;
        border-bottom: 1px solid #fff;
    }

    .topHeader_contMenuListItem {
        padding: 8px 0;
        display: block;
        color: #fff;
        text-decoration: none;
    }

    .topHeader_contMenuListItem span {
        display: block;
        color: #fff;
    }
    .topHeader_contMenuListItem .yumincho {
        font-size: 12px;
    }

    .topNews_list {
        width: 220px !important;
    }

    .card_list:nth-child(4n) {
        margin: 0 0 29px 25px;
    }

    .card_list:first-child,
    .card_list:nth-child(4n + 1) {
        margin: 0 29px 25px 0;
    }

    .fullImg {
        min-width: 1100px;
    }
}

/**********************************************************************************************************************/
