@charset "utf-8";

body{
    font-family: "游ゴシック","Yu Gothic","游ゴシック体", YuGothic, sans-serif;
    font-size: 24px;
    line-height: 1.7;
    letter-spacing: 1px;
}
a{
    text-decoration: none;
    color: #000;
}
a:hover{
    text-decoration: none;
    color: blue;
    color: #000;
}
a:hover img {
    opacity: 0.6;
}
img{
    vertical-align: bottom;
}
figure{
    margin: 0;
}
figcaption{
}
.pc{
    display: block;
}
.sp{
    display: none;
}
#main{
    min-width: 1200px;
    padding-top: 20px;
}
.inner{
    width: 100%;
    max-width: 1200px;
    min-width: 1200px;
    overflow: hidden;
    margin: 0 auto;
    box-sizing: border-box;
}
.column{
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.contents-style{
    padding: 40px 0;
}
.mg_top_0{
    margin-top: 0 !important;
}
.img_box img{
    width: 100%;
}
.contents-style > .inner{
}
.mg_top_0{
    margin-top: 0 !important;
}
.bg{
    background: #FFF3AC;
}
.cont_block{
    padding: 20px;
}
.flex{
    display: flex;
}
.flex_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
/*====
    タイトル系
=================================*/
.title_box h2{
    text-align: center;
    font-size: 48px;
    font-weight: bold;
}
.dashed{
    background: url(/img/pc/dashed.png) repeat-x;
    background-position: bottom left;
    padding-bottom: 5px;
    display: inline-block;
}
/*====
    リンクボタン系
=================================*/
.link_box{
    display: table;
    margin: 0 auto;
}
.link_box a{
    font-family: Baskerville Old Face;
    width: 210px;
    height: 50px;
    text-align: center;
    border: 1px solid #000;
    margin: 0 auto;
    box-sizing: border-box;
    display: table-cell;
    vertical-align: middle;

}
/*================================
    heder
=================================*/
/*header{
    width: 100%;
    padding: 20px 0;
}
header .inner{
    width: 1080px;
    overflow: hidden;
}
.header_top{
    overflow: hidden;
}
.logo{
    float: left;
}
.logo p{
    font-weight: bold;
    font-size: 14px;
    padding-bottom: 10px;
}
.logo a{
    display: block;
}
.contents_nav{
    width: 100%;
    margin-top: 18px;
    display: inline-block;
}
.nav_list{
    overflow: hidden;
}
.nav_list li{
    float: left;
    border-right: 1px solid #000;
}
.nav_list li:first-child{
    margin-left: 0;
    border-left: 1px solid #000;
}
.nav_list li a{
    color: #000;
    font-size: 16px;
    font-weight: bold;
    padding: 0px 48px;
    width: 100%;
    display: block;
    box-sizing: border-box;
}
.nav_list li a:hover{
    color: #e1172b;
}
.nav_sp{
    display: none;
}*/
/*================================
    footer
=================================*/
.footer_block{
    width: 500px;
    margin: 0 auto;
    padding: 40px 0;
}
.footer_logo{
    text-align: center;
}
.footer_logo a{
    display: block;
    width: 100%;
    margin: 0 auto;
}
.footer_logo img{
    width: 100%;
}
.contact{
    text-align: center;
    margin-top: 10px;
}
.c_title p{
    width: 100%;
    background: #FFD89B;
    font-weight: bold;
    margin: 0 auto;
    padding: 2px 20px;
    box-sizing: border-box;
}
.c_tel{
    margin-top: 10px;
    font-size: 54px;
    font-weight: bold;
    color: #D90560;
}
.c_tel span{
    font-size: 32px;
}
.c_tel a{
    color: #D90560;
}
.c_time{
    font-size: 24px;
    font-weight: bold;
}
.c_add a{
    text-decoration: underline;
    font-weight: bold;
}
.copyright{
    text-align: center;
    color: #000;
    padding: 20px 0;
    border-top: 1px solid #707070;
}
.backtop{
    width: 164px;
    height: 91px;
    position: absolute;
    top: 113px;
    right: -280px;
}
.backtop p{
    background: url(/common/img/pc/bg/bg_backtop.png) no-repeat;
    background-size: 100%;
    height: 100%;
    width: 100%;
    text-align: center;
}
.backtop a{
    color: #fff;
    display: block;
    height: 100%;
    box-sizing: border-box;
    padding: 55px 0 0;
}
.backtop a span{
    padding-top: 15px;
    background: url(/common/img/pc/ico/ico_arrow_top.png) no-repeat;
    background-position: top center;
}
/*================================
    news
=================================*/
#news {
    padding-bottom: 0;
}
#news .bg{
    padding: 10px 0;
}
.weight{
    flex-direction: row-reverse;
    width: 1080px;
    margin: 0 auto;
}
.weight > div{
    max-width: 500px;
    width: 48%;
    align-content: space-between;
}
.weight iframe{
    width: 100% !important;
    height: auto;
}
.weight img{
    width: 100%;
}
/*================================
    concept
=================================*/
#concept{
    text-align: center;
}
.m_inner{
    position: relative;
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
}
#concept .m_inner:before{
    content: "";
    display: block;
    width: 280px;
    height: 232px;
    position: absolute;
    bottom: -85px;
    right: 0;
    background: url(/img/pc/bg_concept.png) no-repeat;
    background-size: 100%;
    background-position: top center;
}
/*================================
    information
=================================*/
#information{
    position: relative;
    padding: 150px 0 200px;
}
#information:before{
    content: "";
    display: block;
    width: 81px;
    height: 156px;
    position: absolute;
    top: -32px;
    left: 50%;
    margin-left: -40px;
    background: url(/img/pc/ico_case.png) no-repeat;
    background-size: 100%;
    background-position: top center;
}
#information .title_box{
    text-align: center;
}
#information .title_box h2{
    background: url(/img/pc/nami_a.png) repeat-x;
    background-position: center bottom;
    display: inline-block;
    padding-bottom: 5px;
    font-size: 32px;
}

#information .list_block{
    margin-top: 40px;
}
.list_block ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.list_block li{
    width: calc((100% - 80px) / 3);
    border: solid 4px #000;
    border-radius: 10px;
    padding: 20px;
    box-sizing: border-box;
    margin-top: 40px;
    height: 373px;
}
.list_block li:nth-child(-n+3){
    margin-top: 0;
}
.list_block h2{
    text-align: center;
    padding-bottom: 30px;
    font-size: 28px;
}
.custody{
    background: url(/img/pc/list_img01.png) no-repeat #fff;
    background-position: bottom 20px center;
    background-size: 65%;
}
.correspondence{
    background: url(/img/pc/list_img02.png) no-repeat #fff;
    background-position: bottom 20px center;
    background-size: 28%;
}
.management{
    background: url(/img/pc/list_img03.png) no-repeat #fff;
    background-position: bottom 20px center;
    background-size: 65%;
}
.delivery{
    background: url(/img/pc/list_img04.png) no-repeat #fff;
    background-position: bottom 20px center;
    background-size: 65%;
}
.repacking{
    background: url(/img/pc/list_img05.png) no-repeat #fff;
    background-position: bottom 20px center;
    background-size: 65%;
}
.gift{
    background: url(/img/pc/list_img06.png) no-repeat #fff;
    background-position: bottom 20px center;
    background-size: 65%;
}
.custody{
    background: url(/img/pc/list_img01.png) no-repeat #fff;
    background-position: bottom 20px center;
    background-size: 65%;
}
/*================================
    price
=================================*/
#price{
    background: #d0ebf5;
    position: relative;
    padding: 60px 0 40px;
}
#price:before{
    content: "";
    width: 116px;
    height: 200px;
    position: absolute;
    top: -165px;
    left: 50%;
    margin-left: -50px;
    background: url(/img/pc/ico_price.png) no-repeat;
    background-size: contain;
    background-position: top center;
}
#price .title_box{
    text-align: center;
}
#price .title_box h2{
    background: url(/img/pc/nami_b.png) repeat-x;
    background-position: center bottom;
    display: inline-block;
    padding-bottom: 5px;
    font-size: 32px;
}
.price_list ul{
    display: flex;
    justify-content: space-between;
}
.price_list li{
    width: calc((100% - 60px) / 4);
    padding: 40px 20px 140px;
    box-sizing: border-box;
    margin-top: 40px;
    background: #fff;
    position: relative;
}
.price_list{
    font-weight: bold;
}
.tag{
    position: absolute;
    top: -30px;
    left: 20px;
    width: 25px;
    height: 50px;
    display: block;
}
#price .tag{
    background: url(/img/pc/tag_blue.png) no-repeat;
    background-size: 100%;
}
.when {
    padding-bottom: 5px;
    font-size: 28px;
}
.price_day{
    font-size: 35px;
    padding-bottom: 5px;
}
.price_day span{
    font-size: 54px;
}
.capacity{
    font-size: 17px;
    font-weight: normal;
    line-height: 2;
    padding-bottom: 20px;
}
#price .price_typeA{
    background: url(/img/pc/price_img01.png) no-repeat #fff;
    background-size: 28%;
    background-position: center bottom 20px;
}
#price .price_typeB{
    background: url(/img/pc/price_img02.png) no-repeat #fff;
    background-size: 20%;
    background-position: center bottom 20px;
}
#price .price_typeC{
    background: url(/img/pc/price_img03.png) no-repeat #fff;
    background-size: 27%;
    background-position: center bottom 20px;
}
#price .price_typeD{
    background: url(/img/pc/price_img04.png) no-repeat #fff;
    background-size: 34%;
    background-position: center bottom 20px;
}
.notes{
    font-size: 14px;
    font-weight: normal;
    margin-top: 10px;
}
/*================================
    space
=================================*/
#space{
    border-top: 10px solid #C79E31;
    background: #D8BC70;
}
#space .img_box{
    width: 900px;
    height: auto;
    margin: 0 auto;
    position: relative;
}
#space img{
    width: 100%;
}
#space .link_box{
    position: absolute;
    top: 75px;
    left: 28px;
}
#space .link_box a{
    border: none;
    width: 600px;
    height: auto;
    display: block;
}
#space .link_box .text{
    font-size: 48px;
    font-weight: bold;
    text-align: center;
}
#space .link_box .btn{
    color: #fff;
    padding: 2px 53px 1px;
    border-radius: 10px;
    background: #CA6855;
    box-sizing: border-box;
    display: inline-block;
    font-size: 24px;
}
/*================================
    souvenir
=================================*/
#souvenir{
    background: #fff7e0;
    position: relative;
    padding-bottom: 160px;
}
#souvenir:before{
    content: "";
    width: 244px;
    height: 174px;
    display: block;
    position: absolute;
    bottom: -40px;
    left: 50%;
    margin-left: -95px;
    background: url(/img/pc/bg_souvenir.png) no-repeat;
    background-position: bottom center;
    background-size: 100%;
}
#souvenir .flex{
     align-items: center;
}
#souvenir .title_box h2{
    background: url(/img/pc/ico_souvenir.png) no-repeat;
    background-position: top center;
    background-size: 210px 113px;
    padding-top: 120px;
    font-size: 32px;
}
#souvenir .title_box h2 span{
    display: block;
    font-size: 24px;
}
#souvenir li{
    width: calc((100% - 40px) / 3);
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-sizing: border-box;
    margin-top: 20px;
    position: relative;
    min-height: 400px;
}
#souvenir li:nth-child(-n+3){
    margin-top: 0;
}
#souvenir .list_title_box{
    margin-top: 10px;
}
#souvenir .list_title_box h2 {
    padding-left: 10px;
    font-size: 28px;
}
#souvenir .list_text{
    font-size: 14px;
    padding-top: 10px;
    max-height: 98px;
    overflow: hidden;
    transition: 1s;
}
#souvenir .open .list_text{
    max-height: 400px;
}
#souvenir li > a:hover .list_text{
    color: #e5c0cd;
}
#souvenir li .btn:hover {
    color: #e5c0cd;
    background: #fff;
    border: 2px solid #e5c0cd;
    border-radius: 5px;
    text-align: center;
    padding: 10px 20px;
    width: 100%;
    box-sizing: border-box;
}
#souvenir li > figure > .img_box img{
    width: 100%;
    height: 250px;
    object-fit: contain;
}
#souvenir .flex .img_box{
    width: 100px;
}
#souvenir .flex .img_box img{
    width: 100%;
    height: 100px;
    object-fit: contain;
}
#souvenir .btn{
/*    position: absolute;
    bottom: 0;
    left: 0;*/
    margin-top: 20px;
    color: #fff;
    border: 2px solid #e5c0cd;
    background: #e5c0cd;
    border-radius: 5px;
    text-align: center;
    padding: 10px 20px;
    width: 100%;
    cursor: pointer;
    box-sizing: border-box;
}
.not_active{
    position: relative;
}
.not_active .img_box{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60%;
    margin: -145px 0 0 -115px;
}
/*================================
    price_space
=================================*/
#price_space{
    background: #DFF8ED;
}
#price_space .title_box{
    text-align: center;
}
#price_space .tag{
    background: url(/img/pc/tag_gln.png) no-repeat;
    background-size: 100%;
}
#price_space .title_box h2 {
    font-size: 32px;
}
#price_space .price_list li {
    padding: 40px 20px 20px;
}
#price_space .capacity {
    font-size: 15px;

}
/*================================
    spaces
=================================*/
#spaces{
    border-top: 10px solid #C79E31;
    background: #D8BC70;
}
/*================================
    facility
=================================*/
#facility{
    background: #F5FDFA;
}
#facility .title_box{
    text-align: center;
}
#facility .title_box h2{
    font-size: 32px;
}
#facility .facility_list li{
    background: none;
    width: calc((100% - 136px) / 4);
    box-sizing: border-box;
}
#facility .facility_list h2{
    color: #6AB4A4;
    font-size: 34px;
    text-align: center;
    padding-top: 130px;
}
#facility .facility_list p{
    font-size: 19px;
}
.wifi h2{
    background: url(/img/pc/ico_wifi.png) no-repeat;
    background-position: top center;
    background-size: auto;
}
.scanner h2{
    background: url(/img/pc/ico_scanner.png) no-repeat;
    background-position: top center;
    background-size: auto;
}
.printer h2{
    background: url(/img/pc/ico_printer.png) no-repeat;
    background-position: top center;
    background-size: auto;
}
.charger h2{
    background: url(/img/pc/ico_charger.png) no-repeat;
    background-position: top center;
    background-size: auto;
}
/*===============================================
●tablet.css 画面の横幅が750pxまで
===============================================*/
@media screen and (max-width: 750px){
    body{
        font-size: 28px;
        font-size: 3.75vw;
    }
    .wrapper{
        width: 100%;
        overflow: hidden;
    }
    .inner{
        width: 100%;
        padding: 0 20px;
    }
    img{
        max-width: 100%;
        height: auto;
        width /***/:auto;　
    }
    .pc{
        display: none;
    }
    .sp{
        display: block;
    }
    .link_box a {
        display: block;
        width: 100%;
        height: 40px;
        padding: 10px 0;
    }
    .link_box .ico {
        padding-left: 40px;
    }
    .link_box span {
        font-size: 16px;
    }
    #main{
        min-width: 100%;
    }
    .inner{
        width: 100%;
        max-width: 100%;
        min-width: 100%;
    }
    .cont_block {
        padding: 0;
    }
    .contents-style {
        padding: 20px 0;
    }
    .notes {
        font-size: 28px;
        font-size: 3.75vw;
    }
    .m_inner{
        width: 100%;
    }
/*================================
header
=================================*/
    .nav_pc{
        display: none;
    }
    .nav_sp{
        display: block;
    }
    header {
        padding: 0;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 111;

    }
    header .inner{
        padding: 0;
    }
    .logo {
        float: none;
        margin: 0;
        text-align: center;
        padding: 15px 10px;
    }
    .logo h1{
        width: 200px;
        margin: 0 auto;
    }
    .drawer-hamburger {
        top: 16px;
        padding: 0;
        height: 28px;
    }
    .drawer--right .drawer-hamburger{
        right: 20px;
        top: 30px;
    }
    .drawer-hamburger-icon,
    .drawer-hamburger-icon:before,
    .drawer-hamburger-icon:after {
        height: 4px;
        background-color: #e1172b;
    }
    .drawer-hamburger-icon {
        margin-top: 0px;
    }
    .drawer-hamburger-icon:before,
    .drawer-hamburger-icon:after {
        top: -11px;
    }
    .drawer-hamburger-icon:after {
        top: 11px;
    }
    .nav{
        margin: 0;
        padding: 25px 0;
    }
    .nav_list li {
        margin: 0;
        float: none;
        width: 100%;
        text-align: center;
        border-bottom: 1px dashed #e1172b;
    }
    .nav_list li:first-child {
        margin: 0;
    }
    .contents-style > .inner {
        padding: 0 20px;
    }
    .contents_nav {
        display: none;
    }
    .drawer--right.drawer-open .drawer-hamburger {
        right: 88%;
    }
    .drawer-open .drawer-nav {
        width: 100%;
        padding-top: 17px;
    }
    .nav_list li:first-child {
        margin-left: 0;
        border-left: none;
    }
    .nav_list li a {
        color: #000;
        padding: 20px 48px;
    }
/*================================
footer
=================================*/
    .copyright{
        font-size: 28px;
        font-size: 3.75vw;
        font-weight: bold;
        text-align: center;
        padding: 20px 0;
        margin-top: 0;
        position: relative;
        z-index: 3;
    }
    footer .inner{
        padding: 0 20px;
    }
    .footer_block {
        width: 100%;
    }
    .footer_logo {
        display: none;
    }
    .c_title p {
        font-size: 36px;
        font-size: 4.8vw;
    }
    .c_tel {
        font-size: 63px;
    }
    .c_tel span {
        font-size: 37px;
    }
    .c_time {
        font-size: 32px;
    }
    .tag {
        width: 32px;
        height: 49px;
    }
/*====
    タイトル系
=================================*/
    .title_box h2{
        font-size: 48px;
        font-size: 6.4vw;
    }
    .dashed {
        padding: 0 90px;
    }
/*================================
    news
=================================*/
    #news .bg {
        padding: 0;
    }
    .weight {
        flex-direction: row;
        width: 100%;
    }
    .fb_iframe_widget_fluid span {
        width: 100% !important;
    }
    .weight > div {
        max-width: 500px;
        width: 100%;
        margin: 0 auto;
        display: block;
    }
    #news .weight .instagram{
        margin-top: 40px;
    }
    #news .weight .instagram iframe{
        max-height: 250px;
    }
    ._2p3a{
        width: 100% !important;
    }
    #news .cont_block {
        padding: 20px 0;
    }




/*================================
    concept
=================================*/
    #concept {
        padding: 20px 0 80px;
    }
    #concept .title_box {
        padding-bottom: 20px;
    }
    #concept .m_inner:before {
        content: "";
        display: block;
        width: 0;
        height: 0;
        position: static;
        background: none;
    }
    .list_block li {
        width: 49%;
        padding: 10px;
        margin-top: 20px;
        height: 332px;
    }
    .list_block li:nth-child(-n+2) {
        margin-top: 0;
    }
    .list_block li:nth-child(3) {
        margin-top: 20px;
    }
/*================================
    information
=================================*/
    #information {
        padding: 80px 0 170px;
    }
    #information:before {
        width: 60px;
        height: 115px;
        top: -70px;
        left: 50%;
        margin-left: -30px;
    }
    #information .title_box h2 {
        background: none;
        font-size: 42px;
        font-size: 5.6vw;
    }
    .list_block h2 {
        text-align: center;
        padding-bottom: 30px;
        font-size: 36px;
        font-size: 4.8vw;
        line-height: 50px;
    }
    #information .title_box h2 span{
        background: url(/img/pc/nami_a.png) repeat-x;
        background-size: auto;
        background-position: left bottom;
    }
    .custody{
        background: url(/img/sp/list_img01.png) no-repeat #fff;
        background-position: bottom 20px center;
        background-size: 52%;

    }
    .correspondence{
        background: url(/img/sp/list_img02.png) no-repeat #fff;
        background-position: bottom 20px center;
        background-size: 25%;

    }
    .management{
        background: url(/img/sp/list_img03.png) no-repeat #fff;
        background-position: bottom 20px center;
        background-size: 50%;

    }
    .delivery{
        background: url(/img/sp/list_img04.png) no-repeat #fff;
        background-position: bottom 20px center;
        background-size: 65%;

    }
    .repacking{
        background: url(/img/sp/list_img05.png) no-repeat #fff;
        background-position: bottom 20px center;
        background-size: 60%;

    }
    .gift{
        background: url(/img/sp/list_img06.png) no-repeat #fff;
        background-position: bottom 20px center;
        background-size: 47%;
    }
/*================================
    price
=================================*/
    #price {
        padding: 50px 0 40px;
    }
    #price:before {
        content: "";
        width: 84px;
        height: 175px;
        position: absolute;
        top: -135px;
        left: 50%;
        margin-left: -50px;
        background: url(/img/pc/ico_price.png) no-repeat;
        background-size: contain;
        background-position: top center;
    }
    #price .title_box h2 {
        font-size: 48px;
        font-size: 5.6vw;
    }
    #price .title_box {
        margin-bottom: 40px;
    }
    .price_list ul {
        flex-wrap: wrap;
    }
    .price_list li {
        width: 49%;
        margin-top: 60px;
        min-height: 372px;
        padding-bottom: 170px;
    }
    .price_list li:nth-child(-n+2) {
        margin-top: 40px;
    }
    #price .price_typeA {
        background: url(/img/sp/price_img01.png) no-repeat #fff;
        background-size: auto;
        background-position: center bottom 20px;
    }
    #price .price_typeB{
        background: url(/img/sp/price_img02.png) no-repeat #fff;
        background-size: auto;
        background-position: center bottom 20px;
    }
    #price .price_typeC{
        background: url(/img/sp/price_img03.png) no-repeat #fff;
        background-size: auto;
        background-position: center bottom 20px;
    }
    #price .price_typeD{
        background: url(/img/sp/price_img04.png) no-repeat #fff;
        background-size: auto;
        background-position: center bottom 20px;
    }
    #price .tag {
        background: url(/img/sp/tag_blue.png) no-repeat;
        background-size: 100%;
    }
/*================================
    souvenir
=================================*/
    #souvenir li {
        width: 49%;
        margin-top: 20px;
        min-height: auto;
    }
    #souvenir li > a > figure > .img_box img {
        width: 100%;
        height: 212px;
        object-fit: contain;
    }
    #souvenir li:nth-child(3) {
        margin-top: 20px;
    }
    #souvenir .list_text {
        font-size: 28px;
        font-size: 3.75vw;
        padding-top: 10px;
        padding-bottom: 0;
    }
    #souvenir .title_box{
        margin-bottom: 20px;
    }
    #souvenir .title_box h2 {
        background: url(/img/sp/ico_souvenir.png) no-repeat;
        background-position: top center;
        background-size: auto;
        padding-top: 125px;
        font-size: 42px;
        font-size: 5.6vw;
    }
    #souvenir .title_box h2 span {
        font-size: 32px;
        font-size: 4.3vw;
    }
    #souvenir .open .list_text {
        max-height: 1000px;
    }
/*================================
    space
=================================*/
    #space .img_box {
        width: 100%;
    }
    #space .link_box .text {
        font-size: 42px;
        font-size: 5.6vw;
    }
    #space .link_box a {
        width: 100%;
        padding: 0;
    }
    #space .link_box {
        top: 20%;
        left: 6%;
    }
    #space .link_box .btn {
        padding: 2px 19% 1px;
        font-size: 28px;
        font-size: 3.75vw;
    }
/*================================
    price_space
=================================*/
    .when {
        padding-bottom: 5px;
        font-size: 40px;
        font-size: 5.5vw;
    }
    .price_day {
        font-size: 36px;
        font-size: 4.8vw;
        padding-bottom: 5px;
    }
    .price_day span {
        font-size: 60px;
        font-size: 8vw;
    }
    .capacity {
        font-size: 28px;
        font-size: 3.75vw;
        line-height: 44px;
        padding-bottom: 20px;
    }
    #price_space .price_list li {
        padding-bottom: 20px;
    }
    #price_space .capacity {
        font-size: 28px;
        font-size: 3.75vw;
    }
/*================================
    facility
=================================*/
    #facility {
        background: none;
    }
    #facility .flex_list {
        display: block;
    }
    #facility .facility_list li {
        width: 100%;
        display: table;
        margin-top: 20px;
    }
    #facility .facility_list li:first-child{
        margin-top: 0;
    }
    #facility .facility_list h2 {
        display: table-cell;
        font-size: 36px;
        font-size: 4.8vw;
        padding-top: 115px;
    }
    #facility .facility_list p{
        display: table-cell;
        vertical-align: middle;
        font-size: 28px;
        font-size: 3.75vw;
        padding-left: 40px;
    }
    #price_space .tag {
        background: url(/img/sp/tag_gln.png) no-repeat;
        background-size: 100%;
    }
/*================================
    concept
=================================*/
    .contact {
        margin-top: 0;
    }
}
/*===============================================
●tablet.css 画面の横幅が475pxまで
===============================================*/
@media screen and (max-width: 430px){
    .inner {
        padding: 0 10px;
    }
    .tag {
        top: -20px;
        width: 28px;
        height: 40px;
    }
/*================================
    news
=================================*/
    #news .weight .instagram{
        margin-top: 20px;
    }
/*================================
    information
=================================*/
    #information {
        padding: 55px 0 140px;
    }
    #information:before {
        width: 48px;
        height: 98px;
        top: -62px;
        left: 50%;
        margin-left: -24px;
    }
    #information .title_box h2 span {
        padding-bottom: 12px;
    }
    #price:before {
        content: "";
        width: 60px;
        height: 130px;
        position: absolute;
        top: -105px;
        left: 50%;
        margin-left: -30px;
    }
    .list_block h2 {
        font-size: 18px;
        line-height: 28px;
    }
    .list_block li {
        height: 200px;
    }
/*================================
    price
=================================*/
    #price .title_box {
        margin-bottom: 25px;
    }
    .when {
        font-size: 19px;
    }
    .price_day {
        font-size: 18px;
    }
    .price_day span {
        font-size: 30px;
    }
    .capacity {
        font-size: 14px;
        line-height: 28px;
    }
    .not_active .img_box {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 60%;
        margin: -50% 0 0 -30%;
    }
    .price_list li {
        margin-top: 60px;
        min-height: 330px;
        padding-bottom: 70px;
    }
    #price_space .price_list li {
        padding: 40px 10px 20px;
    }
    #price .price_typeA {
        background: url(/img/sp/price_img01.png) no-repeat #fff;
        background-size: 58px 60px;
        background-position: center bottom 20px;
    }
    #price .price_typeB {
        background: url(/img/sp/price_img02.png) no-repeat #fff;
        background-size: 42px 71px;
        background-position: center bottom 20px;
    }
    #price .price_typeC {
        background: url(/img/sp/price_img03.png) no-repeat #fff;
        background-size: 55px 65px;
        background-position: center bottom 20px;
    }
    #price .price_typeD {
        background: url(/img/sp/price_img04.png) no-repeat #fff;
        background-size: 70px;
        background-position: center bottom 20px;
    }
    .notes {
        font-size: 14px;
    }
    #price_space .title_box h2 {
        font-size: 24px;
        padding: 0 20px;
    }
/*================================
    space
=================================*/
    #space .link_box .text {
        font-size: 20px;
    }
    #space .link_box .btn {
        width: 205px;
        padding: 2px 35px 2px;
        font-size: 14px;
    }

/*================================
    souvenir
=================================*/
    #souvenir {
        padding-bottom: 100px;
    }
    #souvenir:before {
        content: "";
        width: 122px;
        height: 87px;
        bottom: -18px;
        left: 50%;
        margin-left: -61px;
        background: url(/img/pc/bg_souvenir.png) no-repeat;
        background-position: bottom center;
        background-size: 100%;
    }
    #souvenir .title_box h2 {
        background: url(/img/sp/ico_souvenir.png) no-repeat;
        background-position: top center;
        background-size: 125px;
        padding-top: 80px;
    }
    #souvenir li {
        padding: 10px;
        min-height: 372px;
    }
    #souvenir li > figure > .img_box img {
        width: 100%;
        height: auto;
        object-fit: contain;
    }
    #souvenir .list_title_box h2 {
        padding-left: 10px;
        font-size: 15px;
    }
    #souvenir li > figure > .img_box.h_long img{
        height: 121px;
    }
    #souvenir .flex .img_box {
        width: 50px;
    }
    #souvenir .list_text {
        font-size: 14px;
        padding-top: 10px;
        max-height: 90px;
    }
    #souvenir .flex .img_box img {
        height: 50px;
    }
    #souvenir .open .list_text {
        max-height: 520px;
    }
/*================================
    facility
=================================*/
    #facility .title_box h2 {
        font-size: 24px;
        padding: 0 20px;
    }
    .facility_list{
        margin-top: 20px;
    }
    #facility .facility_list h2 {
        padding-top: 60px;
    }
    .dashed {
        padding: 0 52px;
    }
    .wifi h2 {
        background: url(/img/pc/ico_wifi.png) no-repeat;
        background-position: top center;
        background-size: 77px 56px;
    }
    .scanner h2 {
        background: url(/img/pc/ico_scanner.png) no-repeat;
        background-position: top center;
        background-size: 77px 56px;
    }
    .printer h2 {
        background: url(/img/pc/ico_printer.png) no-repeat;
        background-position: top center;
        background-size: 77px 56px;
    }
    .charger h2 {
        background: url(/img/pc/ico_charger.png) no-repeat;
        background-position: top center;
        background-size: 77px 56px;
    }
/*================================
    footer
=================================*/
    #price_space .price_list li {
        min-height: auto;
        padding-bottom: 10px;
    }
/*================================
    footer
=================================*/
    .footer_block {
        padding: 20px 0;
    }
    footer .inner {
        padding: 0 10px;
    }
    .c_tel {
        font-size: 31px;
    }
    .c_tel span {
        font-size: 19px;
    }
    .c_time {
        font-size: 16px;
    }
    .copyright {
        font-size: 14px;
        padding: 10px 0;
    }
    .c_title p {
        font-size: 18px;
    }
}
/*===============================================
●tablet.css 画面の横幅が397pxまで
===============================================*/
@media screen and (max-width: 397px){
    #souvenir .list_title_box h2 {
        padding-left: 10px;
        font-size: 13px;
    }
    .price_list li {
        margin-top: 40px;
        padding: 30px 10px 70px;
    }
    #souvenir .flex .img_box {
        width: 39px;
    }
    #souvenir li > figure > .img_box.h_long img {
        height: 115px;
    }
    #souvenir li {
        min-height: 364px;
    }
}
/*===============================================
●tablet.css 画面の横幅が375pxまで
===============================================*/
@media screen and (max-width: 375px){
    .list_block h2 {
        font-size: 17px;
    }
    #price {
        padding: 40px 0 40px;
    }
    .price_list li:nth-child(-n+2) {
        margin-top: 25px;
    }
    #souvenir .flex .img_box {
        width: 32px;
    }
    #price_space .price_list li {
        padding: 40px 10px 20px;
    }
    .notes {
        font-size: 14px;
    }
    .when {
    font-size: 18px;
}
    .price_day span {
        font-size: 30px;
    }
}