@charset "utf-8";
/*********************************************************************
 *
 *  For ホーム
 *
*********************************************************************/

@media print, screen and (min-width: 768px) {
    /* header */
    /* --------------------------------------------------------------------------- */
    header {
        position: absolute;
        bottom: 0;
        z-index: 90;
    }

    /* mv */
    /* --------------------------------------------------------------------------- */
    #mv {
        position: relative;
        margin-bottom: 4px;
        background-color: #d6d6d6;
        height: 1024px;
        /*エラー出るなら削除*/
    }

    #mv .box {
    }

    #mv .box .item {
        position: absolute;
        left: 100px;
        top: 50%;
        margin-top: -100px;
        color: #fff;
        font-size: 344%;
        font-weight: bold;
        line-height: 1.2;
        -moz-text-shadow: 0px 0px 21px rgba(0, 0, 0, 0.5);
        -webkit-text-shadow: 0px 0px 21px rgba(0, 0, 0, 0.5);
        -ms-text-shadow: 0px 0px 21px rgba(0, 0, 0, 0.5);
        text-shadow: 0px 0px 21px rgba(0, 0, 0, 0.5);
    }

    #mv .box .item1 {
    }

    #mv .box .item2 {
    }

    #mv .fluid_container {
        height: 100%;
        width: 100%;
    }

    #mv #camera_wrap_1 {
        height: 100%;
        margin-bottom: 0 !important;
    }

    #mv .logo {
        position: absolute;
        right: 20px;
        top: 20px;
        width: 61px;
        height: 74px;
        margin: 0 auto;
        background: url(../img/mv/logo_pc.png) center top no-repeat;
        background-size: auto 74px;
    }

    #mv .btnScroll {
        position: absolute;
        display: block;
        left: 50%;
        bottom: 170px;
        margin-left: -40px;
        width: 80px;
        height: 80px;
        background: url(../img/mv/btn_scroll_pc.png) center center no-repeat;
        background-size: auto 58px;
        background-color: transparent;
        z-index: 80;
    }

    #mv .btnScroll:hover {
        background-color: rgba(37, 37, 37, 0.5);
    }

    /* restaurants */
    /* --------------------------------------------------------------------------- */
    #restaurants {
        margin-bottom: 4px;
    }

    #restaurants .list li {
        float: left;
        width: 50%;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        background-color: #000;
    }

    #restaurants .list li.tenten {
        background-image: url(../img/restaurants_tenten_pc.jpg);
    }

    #restaurants .list li.ichihoshi {
        background-image: url(../img/restaurants_ichihoshi_pc.jpg);
    }

    #restaurants .list li.kuku {
        background-image: url(../img/restaurants_kuku_pc.jpg);
    }

    #restaurants .list li.juicyconcept {
        background-image: url(../img/restaurants_juicyconcept_pc.jpg);
    }
    #restaurants .list li.naomi {
        background-image: url(../img/restaurants_naomi_pc.jpg);
    }

    #restaurants .list li a {
        display: block;
        padding: 0 5px 40px;
        text-align: center;
        color: #252525;
        text-decoration: none;
        background: url(../common/img/btn/arrow_tr_pc.png) right bottom no-repeat;
        background-size: auto 44px;
        background-color: rgba(255, 255, 255, 0.7);
    }

    #restaurants .list li a:hover {
        background-color: rgba(255, 255, 255, 0.9);
    }

    #restaurants .list li:nth-child(1) a {
        border-right: 4px solid #fff;
        border-bottom: 4px solid #fff;
    }

    #restaurants .list li:nth-child(2) a {
        border-bottom: 4px solid #fff;
    }

    #restaurants .list li:nth-child(3) a {
        border-right: 4px solid #fff;
    }

    #restaurants .list h5 {
        padding-top: 320px;
        margin-bottom: 5px;
        font-weight: bold;
        text-align: center;
        background-repeat: no-repeat;
        background-position: center top;
        background-size: auto 320px;
    }

    #restaurants .list li.tenten h5 {
        background-image: url(../common/img/logo/tenten_pc.png);
    }

    #restaurants .list li.ichihoshi h5 {
        background-image: url(../common/img/logo/ichihoshi_pc.png);
    }

    #restaurants .list li.kuku h5 {
        background-image: url(../common/img/logo/kuku_1_pc.png);
    }

    #restaurants .list li.juicyconcept h5 {
        background-image: url(../common/img/logo/juicyconcept_pc.png);
    }

    #restaurants .list li.naomi h5 {
        background-image: url(../common/img/logo/naomi_pc.png);
    }

    #restaurants .list h4 {
        text-align: center;
        line-height: 1;
    }

    #restaurants .list .en {
        margin-bottom: 10px;
        font-size: 230%;
    }

    #restaurants .list .ja {
        font-size: 122%;
        font-weight: bold;
    }

    /* gallery */
    /* --------------------------------------------------------------------------- */
    #gallery {
        margin-bottom: 4px;
    }

    #gallery .slideOuter {
        width: 100%;
        overflow: hidden;
    }

    #gallery .slide {
        width: 2808px;
    }

    #gallery .slide .slick-slide {
        margin-right: 4px;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }

    #gallery .slide a {
        display: block;
        width: 230px;
        height: 160px;
        outline: none;
        background-image: url(../common/img/btn/zoom_wt_pc.png);
        background-position: right bottom;
        background-repeat: no-repeat;
        background-color: rgba(255, 255, 255, 0);
        background-size: auto 40px;
    }

    #gallery .slide a:hover {
        background-color: rgba(255, 255, 255, 0.3);
    }

    /* pickup */
    /* --------------------------------------------------------------------------- */
    #pickup {
        margin-bottom: 4px;
    }

    #pickup .list li {
        float: left;
        width: 33.33%;
        background: url(../common/img/btn/arrow_tr_pc.png) right bottom no-repeat;
        background-size: auto 44px;
    }

    #pickup .list li:hover {
        background-color: rgba(166, 10, 19, 0.1);
    }

    #pickup .list li a {
        display: block;
        padding: 215px 5px 40px;
        text-align: center;
        color: #252525;
        text-decoration: none;
        border-left: 1px solid #d6d6d6;
        background-repeat: no-repeat;
        background-position: center 80px;
        background-size: auto 100px;
    }

    /* #pickup .list li:nth-child(1) a {
		background-image: url(../img/pickup_ico_catering_pc.png);
	} */

    #pickup .list li:nth-child(1) a {
        background-image: url(../img/pickup_ico_support_pc.png);
    }

    #pickup .list li:nth-child(2) a {
        background-image: url(../img/pickup_ico_rent_pc.png);
    }

    #pickup .list li:nth-child(3) a {
        background-image: url(../img/pickup_ico_recruit_pc.png);
    }

    #pickup .list .txt {
        margin-bottom: 5px;
        font-size: 86%;
    }

    #pickup .list h4 {
        text-align: center;
        line-height: 1;
    }

    #pickup .list .en {
        margin-bottom: 10px;
        font-size: 230%;
    }

    #pickup .list .ja {
        font-size: 122%;
        font-weight: bold;
    }
}

/* min-width: 768px */
@media screen and (max-width: 767px) {
    /* mv */
    /* --------------------------------------------------------------------------- */
    #mv {
        position: relative;
        margin-top: 50px;
        margin-bottom: 10px;
        height: 250px !important;
    }

    #mv .box {
    }

    #mv .box .item {
        position: absolute;
        left: 20px;
        top: 100px;
        color: #fff;
        font-size: 1.6rem;
        font-weight: bold;
        -moz-text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
        -webkit-text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
        -ms-text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
        text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    }

    #mv .box .item1 {
    }

    #mv .box .item2 {
    }

    #mv .fluid_container {
        height: 100%;
        width: 100%;
    }

    #mv #camera_wrap_1 {
        height: 100%;
        margin-bottom: 0 !important;
    }

    /* restaurants */
    /* --------------------------------------------------------------------------- */
    #restaurants {
        padding: 0 2% 10px;
    }

    #restaurants .list li {
        margin-top: 10px;
        border: 2px solid #252525;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        background-color: #000;
    }

    #restaurants .list li:first-child {
        margin-top: 0;
    }

    #restaurants .list li.tenten {
        background-image: url(../img/restaurants_tenten_pc.jpg);
    }

    #restaurants .list li.ichihoshi {
        background-image: url(../img/restaurants_ichihoshi_pc.jpg);
    }

    #restaurants .list li.kuku {
        background-image: url(../img/restaurants_kuku_pc.jpg);
    }

    #restaurants .list li.juicyconcept {
        background-image: url(../img/restaurants_juicyconcept_pc.jpg);
    }

    #restaurants .list li.naomi {
        background-image: url(../img/restaurants_naomi_pc.jpg);
    }

    #restaurants .list li a {
        display: block;
        padding: 0 5px 20px;
        text-align: center;
        color: #252525;
        text-decoration: none;
        background: url(../common/img/btn/arrow_tr_pc.png) right bottom no-repeat;
        background-size: auto 44px;
        background-color: rgba(255, 255, 255, 0.7);
    }

    #restaurants .list h5 {
        padding-top: 200px;
        margin-bottom: 5px;
        font-size: 1.4rem;
        font-weight: bold;
        text-align: center;
        background-repeat: no-repeat;
        background-position: center top;
        background-size: auto 200px;
    }

    #restaurants .list li.tenten h5 {
        background-image: url(../common/img/logo/tenten_pc.png);
    }

    #restaurants .list li.ichihoshi h5 {
        background-image: url(../common/img/logo/ichihoshi_pc.png);
    }

    #restaurants .list li.kuku h5 {
        background-image: url(../common/img/logo/kuku_1_pc.png);
    }

    #restaurants .list li.juicyconcept h5 {
        background-image: url(../common/img/logo/juicyconcept_pc.png);
    }

    #restaurants .list li.naomi h5 {
        background-image: url(../common/img/logo/naomi_pc.png);
    }

    #restaurants .list h4 {
        text-align: center;
        line-height: 1;
    }

    #restaurants .list .en {
        margin-bottom: 5px;
        font-size: 2rem;
    }

    #restaurants .list .ja {
        font-size: 1.6rem;
        font-weight: bold;
    }

    /* gallery */
    /* --------------------------------------------------------------------------- */
    #gallery {
        padding: 0 0 10px;
    }

    #gallery .slide .slick-slide {
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }

    #gallery .slide a {
        display: block;
        height: 160px;
        outline: none;
        background-image: url(../common/img/btn/zoom_wt_pc.png);
        background-position: right bottom;
        background-repeat: no-repeat;
        background-color: rgba(255, 255, 255, 0);
        background-size: auto 40px;
    }

    /* pickup */
    /* --------------------------------------------------------------------------- */
    #pickup {
        padding: 0 2% 30px;
    }

    #pickup .list li {
        margin-top: 10px;
        background: url(../common/img/btn/arrow_tr_pc.png) right bottom no-repeat;
        background-size: auto 44px;
    }

    #pickup .list li:first-child {
        margin-top: 0;
    }

    #pickup .list li a {
        display: block;
        padding: 130px 5px 20px;
        text-align: center;
        color: #252525;
        text-decoration: none;
        border: 2px solid #252525;
        background-repeat: no-repeat;
        background-position: center 20px;
        background-size: auto 100px;
    }

    /* #pickup .list li:nth-child(1) a {
		background-image: url(../img/pickup_ico_catering_pc.png);
	} */

    #pickup .list li:nth-child(1) a {
        background-image: url(../img/pickup_ico_support_pc.png);
    }

    #pickup .list li:nth-child(2) a {
        background-image: url(../img/pickup_ico_rent_pc.png);
    }

    #pickup .list li:nth-child(3) a {
        background-image: url(../img/pickup_ico_recruit_pc.png);
    }

    #pickup .list .txt {
        margin-bottom: 10px;
        font-size: 1.2rem;
    }

    #pickup .list h4 {
        text-align: center;
        line-height: 1;
    }

    #pickup .list .en {
        margin-bottom: 5px;
        font-size: 2rem;
    }

    #pickup .list .ja {
        font-size: 1.6rem;
        font-weight: bold;
    }
}

/* min-width: 768px */
