@charset "UTF-8";
#key {
    overflow: hidden;
}

#key ul li {
    height: 120vw;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

#key ul li.slide1 {
    background-image: url("../img/index/key01.jpg");
}

#key ul li.slide2 {
    background-image: url("../img/index/key02.jpg");
}

#key ul li.slide3 {
    background-image: url("../img/index/key03.jpg");
}

@media screen and (min-width: 767px) {
    #key {
        width:70%;
        margin-left: 0px;
    }
    #key ul li {
        height: 820px;
    }
}

#news {
    padding-top: 10vw;
    padding-bottom: 20vw;
}

#news h2 {
    font-size: 5.5vw;
    letter-spacing: 0.1em;
    color: #ffffff;
}

#news p.btn-more {
    position: absolute;
    top: 2vw;
    right: 5%;
	transition: all .3s ease;
}
#news p.btn-more:hover {
	opacity: .5;
}
#news p.btn-more a {
    position: relative;
    padding-right: 40px;
}

#news p.btn-more a::before {
    content: "";
    background: url("../img/shared/arrow01.png") no-repeat center;
    background-size: 100% auto;
    width: 30px;
    height: 8px;
    position: absolute;
    bottom: 5px;
    right: 0;
}

#news .blog {
    padding-top: 20px;
}

#news .blog .list .col {
    display: flex;
    justify-content: space-between;
}

#news .blog .list .col .photo {
    width: 45%;
    position: relative;
	overflow:hidden;
}
#news .blog .list .col .photo span {
	width: 100%!important;
	height: 145px!important;
}
#news .blog .list .col .photo::before {
    content: "";
    border: 1px solid #484747;
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
}

#news .blog .list .col .photo img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

#news .blog .list .col dl {
    width: 52%;
    line-height: 1.6;
}

#news .blog .list .col dl dt {
    display: block;
}

#news .blog .list .col dl dd a {
    text-decoration: underline;
}

#news .blog .list .col dl dd a:hover {
    text-decoration: none;
}

#news .blog .list .col+.col {
    margin-top: 25px;
}
#news .blog .list .col:last-child {
	display: none;
}
@media screen and (min-width: 767px) {
    #news {
        padding-top: 78px;
        padding-bottom: 135px;
    }
    #news h2 {
        font-size: 36px;
        letter-spacing: 5px;
        margin-bottom: 27px;
    }
    #news p.btn-more {
        position: absolute;
        top: 8px;
        right: 0;
    }
    #news p.btn-more a {
        padding-right: 49px;
    }
    #news p.btn-more a::before {
        width: 40px;
        height: 13px;
    }
	
    #news .blog {
        padding-top: 0;
    }
    #news .blog .list {
        display: flex;
        justify-content: space-between;
    }
#news .blog .list .col:last-child {
	display: block;
}
    #news .blog .list .col {
        display: block;
        width: 290px;
    }
    #news .blog .list .col .photo {
        width: 100%;
        position: relative;
        height: 220px;
		overflow: hidden;
    }
	#news .blog .list .col .photo span {
		width: 100%!important;
		height: 100%!important;
	}
    #news .blog .list .col .photo::before {
        content: "";
        border: 1px solid #484747;
        position: absolute;
        top: 9px;
        right: 9px;
        bottom: 9px;
        left: 9px;
    }
    #news .blog .list .col dl {
        width: auto;
        line-height: 25px;
        letter-spacing: 1px;
    }
    #news .blog .list .col dl dt {
        font-size: 12px;
        padding-top: 5px;
        padding-bottom: 3px;
    }
    #news .blog .list .col dl dd {
        font-size: 16px;
    }
    #news .blog .list .col dl dd a {
        font-size: 14px;
    }
    #news .blog .list .col+.col {
        margin-top: 0;
    }
}

#read {
    background-color: #000;
    position: relative;
    padding-top: 80vw;
    padding-bottom: 20vw;
}

#read::before {
    content: "";
    background: url("../img/index/read_img01_sp.jpg") no-repeat top center;
    background-size: 100% auto;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 480px;
}

#read h2 {
    font-size: 6vw;
    text-align: center;
    color: #fff;
    line-height: 1.5;
    letter-spacing: 0.2em;
    margin-bottom: 5vw;
}

#read h2 span {
    display: block;
    font-size: 3vw;
    letter-spacing: 0.5em;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-weight: bold;
    margin-bottom: 2vw;
}

@media screen and (min-width: 767px) {
    #read {
        padding-top: 166px;
        padding-bottom: 78px;
    }
    #read::before {
        background: url("../img/index/read_img01.jpg") no-repeat center center;
        background-size: cover;
        height: 1144px;
    }
    #read h2 {
        font-size: 41px;
        line-height: 72px;
        letter-spacing: 8px;
        margin-bottom: 307px;
    }
    #read h2 span {
        font-size: 24px;
        letter-spacing: 9px;
        margin-bottom: 13px;
        line-height: 34px;
    }
    #read .text {
        text-align: center;
    }
    #read .text p+p {
        padding-top: 32px;
    }
}

#natural-wine {
    position: relative;
    padding-bottom: 20vw;
}

#natural-wine::before {
    content: "";
    background-color: #000;
    height: 15vw;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}

#natural-wine .wood {
    width: 40%;
    position: absolute;
    right: 0;
    top: 15vw;
    height: 100%;
}

#natural-wine .wood .bg-parallax {
    background-image: url("../img/index/natural_sec1_bg.jpg");
    height: 100%;
}


/* #natural-wine::after {
    content: "";
    background: url("../img/index/natural_sec1_bg.jpg") repeat;
    background-size: 100% auto;
    position: absolute;
    top: 15vw;
    right: 0;
    width: 50%;
    bottom: 0;
} */

#natural-wine .sec1 {
    position: relative;
    z-index: 2;
    margin-bottom: 30vw;
}

#natural-wine .sec1 .photo {
    width: 70%;
    margin-left: -5.5%;
    margin-bottom: 10vw;
}

#natural-wine .sec1 .title {
    text-align: right;
    position: relative;
    margin-left: -5.5%;
    margin-right: 8%;
    margin-bottom: 25vw;
}

#natural-wine .sec1 .title h2 {
    letter-spacing: 0.4em;
    font-family: 'Georgia', 'Lucida Grande', 'sans-serif';
    font-size: 6vw;
    border-bottom: 1px solid #dddddd;
    color: #fff;
    padding-bottom: 15px;
    padding-right: 5px;
}

#natural-wine .sec1 .title span {
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 3.8vw;
    background-color: #dddddd;
    color: #111111;
    padding: 2px 10px;
    letter-spacing: 0.1em;
    font-weight: bold;
    position: absolute;
    bottom: -34px;
    right: 0;
}

#natural-wine .sec1 .box {
    position: relative;
    margin-bottom: 8vw;
}

#natural-wine .sec1 .box h3 {
    color: #fff;
    font-size: 5vw;
    letter-spacing: 0.2em;
    width: 23%;
    height: 640px;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 2;
}

#natural-wine .sec1 .box p {
    width: 75%;
    margin-left: auto;
    margin-right: -5.5%;
}

#natural-wine .sec2 {
    position: relative;
    z-index: 2;
    margin-bottom: 15vw;
}

#natural-wine .sec2 h2 {
    background-color: #dddddd;
    font-size: 4vw;
    padding: 20px 5px 10px;
    position: absolute;
    top: -20vw;
    right: 10vw;
    color: #000;
    letter-spacing: 0.2em;
    font-weight: bold;
    z-index: 3;
}

#natural-wine .sec2 .slider {
    margin: 0 -5.5%;
}

#natural-wine .sec2 .slick-dots {
    position: absolute;
    text-align: left;
    display: block;
    top: -12vw;
    left: 5vw;
}

#natural-wine .sec2 .slick-dots li {
    display: inline-block;
    margin-right: 8px;
}

#natural-wine .sec2 h3 {
    font-size: 5.2vw;
    letter-spacing: 0.1em;
    padding: 5vw 0 5vw;
    line-height: 2;
    color: #fff;
}

#natural-wine .sec3 {
    position: relative;
    z-index: 2;
}

#natural-wine .sec3 .box {
    background-color: #eeecea;
    position: relative;
    padding-bottom: 8vw;
    color: #000;
}

#natural-wine .sec3 .box h2 {
    font-size: 5vw;
    letter-spacing: 0.2em;
    width: 20%;
    height: 500px;
    position: absolute;
    top: 5vw;
    left: 0;
    line-height: 2;
}

#natural-wine .sec3 .box .photo {
    margin-left: auto;
    width: 70%;
}

#natural-wine .sec3 .box .txt {
    padding: 5vw 0 0;
    text-align: center;
}

@media screen and (min-width: 767px) {
    #natural-wine {
        padding-bottom: 0;
    }
    /* #natural-wine .wood {
        width: 40%;
        position: absolute;
        right: 0;
        top: 174px;
        height: 100%;
    }
    #natural-wine .wood .bg-parallax {
        background-image: url("../img/index/natural_sec1_bg.jpg");
        height: 100%;
    } */
    #natural-wine::before {
        height: 174px;
    }
    /* #natural-wine::after {
        content: "";
        background-image: url("../img/index/natural_sec1_bg.jpg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: absolute;
        top: 174px;
        right: 0;
        width: 40%;
        bottom: 0;
        height: 100%;
    } */
    #natural-wine .sec1 {
        margin-bottom: 86px;
    }
    #natural-wine .sec1 .photo {
        width: 497px;
        margin-left: -170px;
        margin-bottom: 95px;
    }
    #natural-wine .sec1 .title {
        text-align: left;
        margin-left: 0;
        margin-right: auto;
        margin-bottom: 145px;
        width: 680px;
        z-index: 2;
    }
    #natural-wine .sec1 .title h2 {
        letter-spacing: 20px;
        font-size: 50px;
        color: #fff;
        padding-bottom: 54px;
        padding-right: 0;
        padding-left: 4px;
    }
    #natural-wine .sec1 .title span {
        font-size: 23px;
        padding: 5px 6px 5px 22px;
        letter-spacing: 5px;
        font-weight: bold;
        position: absolute;
        bottom: -42px;
        right: auto;
        left: 0;
    }
    #natural-wine .sec1 .box {
        position: relative;
        margin-bottom: 0;
    }
    #natural-wine .sec1 .box h3 {
        color: #fff;
        font-size: 23px;
        letter-spacing: 7px;
        width: 150px;
        height: 320px;
        top: -68px;
        left: 486px;
        line-height: 49px;
        z-index: 3;
    }
    #natural-wine .sec1 .txt {
        padding-left: 28px;
        letter-spacing: 1.5px;
    }
    #natural-wine .sec1 .box p {
        width: 516px;
        margin-left: auto;
        margin-right: 0;
        position: absolute;
        top: -474px;
        right: -100px;
    }
    #natural-wine .sec2 {
        margin-bottom: 0;
        padding-bottom: 78px;
    }
    #natural-wine .sec2::before {
        content: "";
        background: url("../img/shared/bg.jpg");
        width: calc(50% + 221px);
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
    }
    #natural-wine .sec2 h2 {
        font-size: 25px;
        padding: 12px 10px 10px;
        position: absolute;
        top: 81px;
        right: 0;
        letter-spacing: 4px;
        font-weight: bold;
        z-index: 3;
        cursor: text;
        writing-mode: inherit;
        -o-writing-mode: inherit;
        -ms-writing-mode: inherit;
        -ms-writing-mode: tb-rl;
        -moz-writing-mode: inherit;
        -webkit-writing-mode: horizontal-tb;
        text-orientation: inherit;
        width: 275px;
        text-align: right;
    }
    #natural-wine .sec2 .slider {
        margin: 0 0 0 -251px;
        width: 971px;
    }
    #natural-wine .sec2 .slick-dots {
        position: absolute;
        text-align: left;
        display: block;
        top: auto;
        left: auto;
        bottom: -22px;
        right: -3px;
        width: auto;
    }
    #natural-wine .sec2 .slick-dots li {
        display: inline-block;
        margin-right: 15px;
    }
    #natural-wine .sec2 h3 {
        font-size: 32px;
        letter-spacing: 6.5px;
        line-height: 72px;
        padding: 0;
        cursor: vertical-text;
        writing-mode: vertical-rl;
        -o-writing-mode: vertical-rl;
        -ms-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        -moz-writing-mode: vertical-rl;
        -webkit-writing-mode: vertical-rl;
        text-orientation: upright;
        word-wrap: break-word;
        width: 140px;
        height: 590px;
        position: absolute;
        top: 185px;
        right: 64px;
    }
    #natural-wine .sec2 .txt {
        width: 660px;
        padding-top: 27px;
        padding-left: 3px;
    }
    #natural-wine .sec3 {
        padding-bottom: 105px;
    }
    #natural-wine .sec3::before {
        content: "";
        background: url("../img/shared/bg.jpg");
        width: calc(50% + 221px);
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
    }
    #natural-wine .sec3 .box {
        padding: 92px 0 81px;
        width: 928px;
        margin: 0 auto;
        overflow: hidden;
    }
    #natural-wine .sec3 .box h2 {
        font-size: 32px;
        letter-spacing: 5px;
        height: auto;
        position: relative;
        top: auto;
        left: auto;
        font-weight: 500;
        line-height: 2;
        width: 558px;
        text-align: center;
        margin-bottom: 43px;
        cursor: text;
        writing-mode: inherit;
        -o-writing-mode: inherit;
        -ms-writing-mode: inherit;
        -ms-writing-mode: tb-rl;
        -moz-writing-mode: inherit;
        -webkit-writing-mode: horizontal-tb;
        text-orientation: inherit;
    }
    #natural-wine .sec3 .box .photo {
        margin-left: auto;
        width: 370px;
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
    }
    #natural-wine .sec3 .box .txt {
        padding: 0;
        text-align: center;
        width: 558px;
    }
}

#food {
    padding: 0vw 0 20vw;
    position: relative;
	background:url(../img/index/bg04.jpg);
}

#food::before {
    content: "";
    background: #000;
    height: 100%;
    width: 50%;
    position: absolute;
    top: 0;
    right: 0%;
}

#food * {
    position: relative;
    z-index: 1;
}

#food .sec0 {
    padding-top: 25vw;
    padding-bottom: 15vw;
    background: #000;
}

#food .sec0::before {
    content: "";
    background: url("../img/shared/bg.jpg");
    height: 30vw;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

#food .sec0::after {
    content: "";
    background: #000000 url("../img/index/food_sec0_bg.jpg") no-repeat top center;
    height: 100vw;
    background-size: 100% auto;
    width: 100%;
    position: absolute;
    top: 30vw;
    left: 0;
    right: 0;
}

#food .sec0 h2 {
    text-align: center;
    margin-bottom: 8vw;
}

#food .sec0 h2 span {
    display: none;
}

#food .title-c {
    font-size: 5vw;
    line-height: 2;
    color: #ffffff;
    letter-spacing: 0.2em;
    font-weight: bold;
}

#food .title-c span.tt-box {
    background-color: #eeecea;
    padding: 10px 5px;
    color: #111111;
    font-weight: bold;
    line-height: 35px;
}

#food .title-c span.text-x {
    background-color: transparent;
    display: block;
    padding-top: 20vw;
    padding-right: 15px;
    padding-left: 5px;
    color: #fff;
    line-height: 1;
}

#food .title-c span.tt-last {
    padding-top: 10vw;
    display: block;
}

#food .sec1 {
    padding-bottom: 15vw;
    background-color: #000;
}

#food .sec1 .title-c {
    position: absolute;
    top: 0;
    right: 12%;
    width: 25%;
    height: 425px;
}

#food .sec1 .box-slide {
    width: 63%;
    margin-left: -5.5%;
    margin-bottom: 8vw;
}

#food .sec1 .slick-dots {
    justify-content: right;
    padding-top: 10px;
}

#food .sec1 .slick-dots li {
    margin: 0 0 0 20px;
}

#food .sec2 {
    margin-bottom: 15vw;
    position: relative;
}
#food .sec2::before {
    content: "";
/*    height: 100%;*/
    height: 60vw;
    width: 50%;
    position: absolute;
    top: 0;
    left: 0;
	background-color: #000;
/*     background: url(../img/shared/bg.jpg);*/
}


/*
#food .sec2::before {
    content: "";
    height: 70vw;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: #000;
}
*/

#food .sec2 .title-c {
    text-align: center;
    margin-bottom: 6vw;
}

#food .sec2 .title-c span.tt-box {
    padding: 5px 15px;
}

#food .sec2 .title-c span.text-x {
    padding-top: 15px;
    padding-right: 0px;
    padding-bottom: 5px;
    text-align: center;
}

#food .sec2 .title-c span.tt-last {
    padding-top: 0vw;
    display: block;
}

#food .sec2 .box-slide {
    margin-bottom: 5vw;
}

#food .sec2 .slick-dots {
    justify-content: left;
    padding-top: 10px;
}

#food .sec2 .slick-dots li {
    margin: 0 20px 0 0px;
}

#food .sec3 {
    margin-bottom: 15vw;
}

#food .sec3 .title-c {
    position: absolute;
    top: 5vw;
    left: 5%;
    width: 25%;
    z-index: 3;
    height: 440px;
}

#food .sec3 .box-slide {
    width: 73%;
    margin-bottom: 3vw;
    margin-right: -5.5%;
    margin-left: auto;
}

#food .sec3 .slick-dots {
    justify-content: end;
    padding-top: 10px;
    width: 90%;
}

#food .sec3 .slick-dots li {
    margin: 0 0 0 20px;
}

#food .sec3 .txt {
    width: 60%;
    margin-left: auto;
}

#food .sec4 {
    margin-bottom: 15vw;
}

#food .sec4 .box-slide {
    width: 69%;
    margin-bottom: -5vw;
    margin-left: -5.5%;
}

#food .sec4 .slick-dots {
    justify-content: left;
    position: absolute;
    bottom: 10vw;
    left: 100%;
    padding-top: 0;
    margin-right: 0%;
    width: 53%;
    right: 0;
}

#food .sec4 .slick-dots li {
    margin: 0 0 0 20px;
}

#food .sec4 .title-c {
    margin-bottom: 4vw;
}

#food .sec4 .title-c span.tt-box {
    padding: 5px 20px 5px 25px;
}

#food .sec4 .title-c span.text-x {
    padding-top: 15px;
    padding-right: 0px;
    padding-bottom: 5px;
    padding-left: 33vw;
}

#food .sec4 .title-c span.tt-last {
    padding-top: 0vw;
    display: block;
    text-align: right;
    padding-right: 10vw;
}

#food .sec5 .title-c {
    position: absolute;
    top: 0vw;
    left: 5%;
    width: 25%;
    z-index: 3;
    text-align: center;
    height: 400px;
}

#food .sec5 .title-c .text-x {
    padding-top: 0;
}

#food .sec5 .photo {
    width: 75%;
    margin-bottom: 8vw;
    margin-right: -5.5%;
    margin-left: auto;
}

@media screen and (min-width: 767px) {
    #food {
        padding: 0;
		background: #000;
    }
    #food .sec0 {
        padding-top: 182px;
        padding-bottom: 207px;
        text-align: center;
		background: transparent;
    }
    #food .sec0::before {
        height: 130px;
    }
	#food::after {
		content: "";
		height: 50%;
		width: 50%;
		position: absolute;
		bottom: 0;
		left: 0;
		background: url(../img/index/bg04.jpg);	
	}
	
    #food::before {
        content: "";
        background: #000000 url("../img/index/food_sec0_bg.jpg") no-repeat top center;
        height: 1289px;
        background-size: cover;
        width: 100%;
        position: absolute;
        top: 113px;
        left: 0;
        right: 0;
    }
	#food .sec0::after {
		display: none;
	}
    #food .sec0 h2 {
        margin-bottom: 102px;
    }
    #food .sec0 h2 span {
        color: #ffffff;
        font-size: 16px;
        letter-spacing: 7.8px;
        display: none;
        text-align: center;
    }
    #food .title-c {
        font-size: 27px;
        line-height: 45px;
        letter-spacing: 2px;
    }
    #food .title-c span.tt-box {
        padding: 0;
        letter-spacing: 7px;
    }
    #food .title-c span.text-x {
        padding-top: 10px;
        padding-right: 15px;
        padding-left: 5px;
        line-height: 25px;
        font-size: 22px;
    }
    #food .title-c span.tt-last {
        padding-top: 10px;
        letter-spacing: 6px;
    }
    #food .sec1 {
        padding-bottom: 132px;
		background-color: transparent;
        z-index: 3;
    }
    #food .sec1 .title-c {
        position: relative;
        top: 0;
        right: auto;
        width: 440px;
        height: auto;
        text-align: center;
        margin-bottom: 48px;
        margin-left: 18px;
    }
    #food .sec1 .title-c h2 {
        cursor: text;
        writing-mode: inherit;
        -o-writing-mode: inherit;
        -ms-writing-mode: inherit;
        -ms-writing-mode: tb-rl;
        -moz-writing-mode: inherit;
        -webkit-writing-mode: horizontal-tb;
        text-orientation: inherit;
    }
    #food .sec1 .title-c h2 span.tt-box {
        padding: 0 9px 0 15px;
    }
    #food .sec1 .txt {
        width: 470px;
    }
    #food .sec1 .box-slide {
        position: absolute;
        top: -103px;
        right: 0;
        width: 500px;
        margin-left: 0;
        margin-bottom: 0;
    }
    #food .sec1 .slick-dots {
        padding-top: 4px;
    }
    #food .sec1 .slick-dots li {
        margin: 0 4px 0 20px;
    }
    #food .sec2 {
        padding-top: 143px;
        margin-bottom: 153px;
        position: relative;
    }

    #food .sec2::before {	
     height: 100%; 
     background: url(../img/index/bg04.jpg);
    }

    #food .sec2 .title-c {
        text-align: center;
        margin-bottom: 48px;
        width: 320px;
        margin-left: auto;
    }
    #food .sec2 .title-c span.tt-box {
        padding: 0px 18px 1px;
        letter-spacing: 4px;
    }
    #food .sec2 .title-c span.text-x {
        padding-top: 10px;
        padding-right: 0px;
        padding-bottom: 9px;
        text-align: center;
    }
    #food .sec2 .title-c span.tt-last {
        padding-top: 0vw;
    }
    #food .sec2 .box-slide {
        margin-bottom: 0;
        left: -28px;
        position: absolute;
        top: -82px;
        width: 650px;
    }
    #food .sec2 .slick-dots {
        padding-top: 2px;
    }
    #food .sec2 .slick-dots li {
        margin: 0 24px 0 2px;
    }
    #food .sec2 .txt {
        width: 318px;
        margin-left: auto;
    }
    #food .group-sec {
        position: relative;
        width: 1000px;
        margin: 0 auto;
        padding-bottom: 139px;
    }

	
	
    #food .group-sec .wrap {
        width: auto;
    }
    #food .sec3 {
        margin-bottom: 0;
    }
    #food .sec3 .title-c {
        position: relative;
        top: 0;
        left: 0;
        margin-left: 0;
        width: 160px;
        height: 480px;
        padding-top: 20px;
        margin-bottom: -116px;
    }
    #food .sec3 .title-c h2 {}
    #food .sec3 .title-c span.tt-box {
        padding: 30px 1px 24px 1px;
        letter-spacing: 2.8px;
    }
    #food .sec3 .title-c span.text-x {
        text-align: center;
        padding-top: 0;
        padding-left: 0;
        padding-right: 9px;
    }
    #food .sec3 .title-c span.tt-last {
        line-height: 1;
        padding-top: 79px;
        margin-right: 21px;
    }
    #food .sec3 .box-slide {
        width: 519px;
        margin-bottom: 0;
        margin-right: 0;
        margin-left: -50px;
    }
    #food .sec3 .slick-dots {
        justify-content: left;
        padding-top: 5px;
        width: auto;
    }
    #food .sec3 .slick-dots li {
        margin: 0 22px 0 3px;
    }
    #food .sec3 .txt {
        margin-left: auto;
        position: absolute;
        top: 157px;
        width: 295px;
        left: 177px;
    }
    #food .sec4 {
        margin-bottom: 0;
        position: absolute;
        top: 0;
        right: -50px;
        width: 520px;
    }
    #food .sec4 .box-slide {
        width: 100%;
        margin-bottom: 78px;
        margin-left: 0;
    }
    #food .sec4 .slick-dots {
        bottom: -15px;
        left: 0;
        width: auto;
        right: auto;
    }
    #food .sec4 .slick-dots li {
        margin: 0 24px 0 0px;
    }
    #food .sec4 .title-c {
        margin-bottom: 0;
        position: absolute;
        top: 398px;
        right: 47px;
    }
    #food .sec4 .title-c h2 {
        cursor: vertical-text;
        writing-mode: vertical-rl;
        -o-writing-mode: vertical-rl;
        -ms-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        -moz-writing-mode: vertical-rl;
        -webkit-writing-mode: vertical-rl;
        text-orientation: upright;
        word-wrap: break-word;
        width: 150px;
        height: 460px;
    }
    #food .sec4 .title-c span.tt-box {
        padding: 37px 0 17px 0;
        letter-spacing: 5px;
    }
    #food .sec4 .title-c span.text-x {
        padding-top: 170px;
        padding-right: 10px;
        padding-bottom: 0;
        padding-left: 10px;
    }
    #food .sec4 .title-c span.tt-last {
        padding-top: 70px;
        display: block;
        text-align: left;
        padding-right: 0;
        letter-spacing: 5px;
    }
    #food .sec4 .txt {
        width: 295px;
    }
    #food .sec5 {
        padding-bottom: 193px;
    }
    #food .sec5 .title-c {
        position: relative;
        top: 0;
        left: 0;
        width: auto;
        z-index: 3;
        text-align: left;
        height: auto;
        padding-left: 54px;
        margin-bottom: 52px;
    }
    #food .sec5 .title-c h2 {
        cursor: text;
        writing-mode: inherit;
        -o-writing-mode: inherit;
        -ms-writing-mode: inherit;
        -ms-writing-mode: tb-rl;
        -moz-writing-mode: inherit;
        -webkit-writing-mode: horizontal-tb;
        text-orientation: inherit;
    }
    #food .sec5 .title-c h2 span {
        display: inline-block;
    }
    #food .sec5 .title-c h2 span.tt-box {
        padding: 2px 11px 3px 37px;
    }
    #food .sec5 .title-c h2 span.tt-last {
        padding: 0 0 0 15px;
    }
    #food .sec5 .title-c .text-x {
        padding: 0 0 0 9px;
    }
    #food .sec5 .photo {
        width: 550px;
        position: absolute;
        top: -100px;
        right: -50px;
        margin-bottom: 0;
        margin-right: 0;
        margin-left: auto;
    }
    #food .sec5 .txt {
        padding-left: 51px;
        width: 390px;
    }
}

#pizza {
    padding-bottom: 20vw;
}

#pizza .p-group01 {
    padding-top: 25vw;
    padding-bottom: 10vw;
    position: relative;
}

#pizza .p-group01::before {
    content: "";
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 50%;
}

#pizza .p-group01 .title h2 {
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin-bottom: -15vw;
    position: relative;
    z-index: 2;
}

#pizza .p-group01 .title h2 span.fnt-gothic {
    font-size: 18px;
    letter-spacing: 0.3em;
    display: block;
    height: 220px;
    margin: 0 auto 20px;
}

#pizza .p-group01 .title h2 span.tt-c {
    font-size: 30px;
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid #878787;
    letter-spacing: 0.3em;
}

#pizza .p-group01 .title .photo {
    margin: 0 -5.5%;
}

#pizza .p-group01 .txt {
    padding: 10vw 0 0;
    color: #fff;
}

#pizza .p-group02 .box-slide {
    margin-bottom: 6vw;
}

#pizza .p-group02 .box-slide h3 {
    color: #fff;
    font-size: 18px;
    padding-top: 15px;
    font-family: 'Shippori Mincho B1', serif;
}

#pizza .p-group02 .box-slide .slick-dots {
    justify-content: end;
    position: absolute;
    bottom: 20px;
    right: 0;
}

#pizza .p-group02 .box-slide .slick-dots li {
    margin: 0 0 0 15px;
}

#pizza .p-group02 .txt {
    margin-bottom: 15vw;
}

.btn-style {
    background: #ccc9c6;
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
}

.btn-style a {
    padding: 15px 10px;
    text-align: center;
    display: block;
    line-height: 1.2;
    color: #363432;
    letter-spacing: 0.2em;
    position: relative;
    background-color: #eeecea;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.btn-style a:hover {
    background-color: #ccc9c6;
}

.btn-style a::before {
    content: "";
    background: url("../img/shared/arrow03.png") no-repeat;
    background-size: 100% auto;
    width: 7px;
    height: 10px;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 20px;
}

.btn-style span.fnt-geo {
    font-size: 25px;
    font-weight: 400;
}
.btn-style span.fnt-geo2 {
    font-size: 18px;
    font-weight: 600;
}

.btn-style span.fnt-gothic {
    font-size: 14px;
    display: block;
    font-weight: 600;
}

@media screen and (min-width: 767px) {
    #pizza {
        padding-bottom: 241px;
        position: relative;
    }
    #pizza::before {
        content: "";
        background-color: #000000;
        position: absolute;
        top: 0;
        width: 50%;
        height: 100%;
        right: 0;
    }
    #pizza .p-group01 {
        padding-top: 230px;
        padding-bottom: 0;
        min-height: 760px;
    }
    #pizza .p-group01::before {
        background: url("../img/index/pizza_bg_res.jpg") no-repeat bottom left;
        width: 100%;
        height: 990px;
        background-size: auto;
        z-index: 1;
    }
    #pizza .p-group01::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgb(12, 11, 8);
        background: linear-gradient(0deg, rgba(12, 11, 8, 1) 0%, rgba(0, 0, 0, 1) 35%);
    }
    #pizza .p-group01 .title {
        margin-left: 0;
        text-align: left;
    }
    #pizza .p-group01 .title h2 {
        color: #fff;
        font-weight: bold;
        text-align: left;
        margin-bottom: 0;
        position: relative;
        z-index: 2;
        display: flex;
    }
    #pizza .p-group01 .title h2 span.fnt-gothic {
        font-size: 27px;
        letter-spacing: 11px;
        height: auto;
        margin: 0 43px 0 0;
        cursor: text;
        writing-mode: inherit;
        -o-writing-mode: inherit;
        -ms-writing-mode: inherit;
        -ms-writing-mode: tb-rl;
        -moz-writing-mode: inherit;
        -webkit-writing-mode: horizontal-tb;
        text-orientation: inherit;
        padding-top: 16px;
    }
    #pizza .p-group01 .title h2 span.tt-c {
        font-size: 53px;
        text-align: left;
        padding-top: 0;
        border-top: none;
        letter-spacing: 11px;
        position: relative;
        line-height: 1;
    }
    #pizza .p-group01 .title h2 span.tt-c::before {
        content: "";
        background-color: #878787;
        width: 2px;
        height: 180px;
        position: absolute;
        top: -60px;
        left: -26px;
    }
    #pizza .p-group01 .txt {
        padding: 0;
        position: absolute;
        top: 69px;
        right: 0;
        width: 380px;
        height: 490px;
        cursor: vertical-text;
        writing-mode: vertical-rl;
        -o-writing-mode: vertical-rl;
        -ms-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        -moz-writing-mode: vertical-rl;
        -webkit-writing-mode: vertical-rl;
        text-orientation: upright;
        word-wrap: break-word;
    }
    #pizza .p-group01 .txt span.int {
        writing-mode: lr-tb;
        -o-writing-mode: horizontal-tb;
        -ms-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
        -moz-writing-mode: horizontal-tb;
        -webkit-writing-mode: horizontal-tb;
        display: inline-block;
        text-align: center;
        line-height: 15px;
    }
	#pizza .p-group01 .txt span.quote {
		display: inline-block;
		line-height: 0.1;
		/*transform: rotate(90deg);*/
		transform: rotate(-90deg);
	}
    #pizza .p-group01 .wrap,
    #pizza .p-group02 {
        position: relative;
        z-index: 2;
    }
    #pizza .p-group02 .box-slide {
        margin-bottom: 0;
        position: absolute;
        top: -157px;
        right: -120px;
        width: 650px;
    }
    #pizza .p-group02 .box-slide h3 {
        font-size: 22px;
        padding-top: 8px;
        padding-left: 54px;
    }
    #pizza .p-group02 .box-slide .slick-dots {
        justify-content: end;
        position: absolute;
        bottom: 22px;
        right: 0;
    }
    #pizza .p-group02 .box-slide .slick-dots li {
        margin: 0 0 0 26px;
    }
    #pizza .p-group02 .txt {
        padding-top: 46px;
        padding-bottom: 58px;
        margin-bottom: 0;
        width: 430px;
        padding-left: 2px;
    }
    #pizza .p-group02 .txt span {
        padding-left: 18px;
    }
    .btn-style {
        background: #ccc9c6;
        max-width: 400px;
        width: auto;
        margin: 0;
    }
    .btn-style a {
        padding: 20px 10px 24px;
        line-height: 35px;
        letter-spacing: 4px;
    }
    .btn-style a::before {
        width: 9px;
        height: 13px;
        top: 50%;
        margin-top: -8px;
        right: 20px;
    }
    .btn-style span.fnt-geo {
        font-size: 28px;
    }
	.btn-style span.fnt-geo2 {
    font-size: 22px;
	}

    .btn-style span.fnt-gothic {
        font-size: 18px;
        line-height: 1;
        letter-spacing: 3px;
    }
}

#floor {
    padding-bottom: 20vw;
}

#floor .f-group01 {
    margin-bottom: -20vw;
}

#floor .f-group01 h2 {
    letter-spacing: 0.2em;
    font-size: 20px;
    text-align: right;
    color: #ffffff;
    padding-bottom: 10px;
    padding-right: 5%;
}

#floor .f-group01 .photo {
    background: url("../img/index/floor_img01.jpg") no-repeat center;
    background-size: cover;
    height: 250px;
}

#floor .f-group02 .photo {
    width: 55%;
    max-width: 250px;
    margin: 0 auto 10vw;
}

#floor .f-group02 .col .row .inside {
    position: relative;
    margin-bottom: 5vw;
}

#floor .f-group02 .col .row .inside h3 {
    font-size: 5vw;
    color: #fff;
    width: 12%;
    position: absolute;
    top: 0;
    left: 0;
    border-left: 1px solid #fff;
    height: 100%;
    letter-spacing: 0.1em;
}

#floor .f-group02 .col .row .inside h3 span {
    transform: rotate(90deg);
    text-align: left;
    display: block;
    padding-left: 10px;
}

#floor .f-group02 .col .row .inside .photo-s {
    width: 82%;
    margin-left: auto;
}

#floor .f-group02 .col .row-02 {
    padding-top: 10vw;
}

#floor .f-group02 .col .row-02 .inside h3 {
    left: auto;
    right: 0;
    border-right: 1px solid #fff;
    border-left: none;
}

#floor .f-group02 .col .row-02 .inside .photo-s {
    margin-left: 0;
}

@media screen and (min-width: 767px) {
    #floor {
        padding-bottom: 168px;
        position: relative;
    }
    #floor::before {
        content: "";
        background-color: #000000;
        position: absolute;
        top: 0;
        width: 50%;
        height: 366px;
        right: 0;
    }
    #floor .f-group01 {
        margin-bottom: 49px;
        position: relative;
        z-index: 2;
    }
    #floor .f-group01 h2 {
        letter-spacing: 16px;
        font-size: 40px;
        padding-bottom: 17px;
        padding-right: 50px;
        text-align: right;
    }
    #floor .f-group01 .photo {
        background: url("../img/index/floor_img01.jpg") no-repeat center;
        background-size: cover;
        height: 560px;
        width: auto;
        margin: 0;
    }
    #floor .f-group02 {
        padding-top: 0;
    }
    #floor .f-group02 .photo {
        width: 302px;
        max-width: 100%;
        margin: 0;
        position: absolute;
        top: 57px;
        right: -2px;
    }
    #floor .f-group02 .col .row {
        position: relative;
    }
    #floor .f-group02 .col .row .inside {
        position: relative;
        margin-bottom: 36px;
    }
    #floor .f-group02 .col .row .inside h3 {
        font-size: 22px;
        width: 162px;
        position: absolute;
        top: 39px;
        left: 486px;
        right: auto;
        border-bottom: 1px solid #fff;
        height: auto;
        letter-spacing: 1px;
        border-left: none;
        text-align: center;
    }
    #floor .f-group02 .col .row .inside h3 span {
        transform: rotate(0deg);
        padding-left: 0;
        text-align: center;
        padding-bottom: 9px;
    }
    #floor .f-group02 .col .row .inside .photo-s {
        width: 537px;
        margin-left: -50px;
    }
    #floor .f-group02 .col .row .txt {
        width: 140px;
        height: 256px;
        cursor: vertical-text;
        writing-mode: vertical-rl;
        -o-writing-mode: vertical-rl;
        -ms-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        -moz-writing-mode: vertical-rl;
        -webkit-writing-mode: vertical-rl;
        text-orientation: upright;
        word-wrap: break-word;
        position: absolute;
        top: 103px;
        left: 485px;
        letter-spacing: 1.5px;
        line-height: 29px;
    }
    #floor .f-group02 .col .row .txt span {
        writing-mode: lr-tb;
        -o-writing-mode: horizontal-tb;
        -ms-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
        -moz-writing-mode: horizontal-tb;
        -webkit-writing-mode: horizontal-tb;
        display: inline-block;
        text-align: center;
        line-height: 14px;
    }
    #floor .f-group02 .col .row-02 {
        padding-top: 0;
    }
    #floor .f-group02 .col .row-02 .inside h3 {
        left: 487px;
        right: auto;
        border-bottom: 1px solid #fff;
        border-left: none;
        border-right: 0;
        top: 29px;
        padding-bottom: 5px;
    }
    #floor .f-group02 .col .row-02 .txt {
        top: 100px;
    }
    #floor .f-group02 .col .row-02 .inside .photo-s {
        margin-left: -50px;
    }
}

#shopinfo {
    background: url("../img/index/shopinfo_bg_sp.jpg") no-repeat top center;
    padding: 40vw 0 30vw;
    background-size: 100% auto;
    background-position: top center;
    width: 100%;
    min-height: 600px;
}

#shopinfo .title {
    text-align: center;
    margin-bottom: 5vw;
}

#shopinfo .title .logo {
    width: 80%;
    max-width: 300px;
    margin: 0 auto;
}

#shopinfo .title .ttl {
    font-size: 5vw;
    letter-spacing: 0.2em;
    padding-top: 10px;
    margin-bottom: 8vw;
}

#shopinfo .title .tel {
    border-top: 1px solid #74726f;
    border-bottom: 1px solid #74726f;
    padding: 15px 0 10px;
}

#shopinfo .title .tel dl {
    color: #fff;
    line-height: 1;
}

#shopinfo .title .tel dl dt {
    font-size: 15px;
    letter-spacing: 0.1em;
}

#shopinfo .title .tel dl dd {
    font-size: 30px;
    letter-spacing: 0.1em;
    padding: 5px 0 5px;
    font-weight: bold;
    color: #fff;
}

#shopinfo .title .tel dl dd span {
    position: relative;
}

#shopinfo .title .tel dl dd span::before {
    content: "";
    background: url("../img/shared/icon_tel.png") no-repeat center;
    background-size: 100% auto;
    width: 21px;
    height: 22px;
    position: absolute;
    top: 50%;
    left: -30px;
    margin-top: -9px;
}

#shopinfo .title .tel small {
    display: block;
}

#shopinfo .box .info {
    padding-top: 20px;
    margin-bottom: 10vw;
}

#shopinfo .box .info dl {
    display: flex;
    margin-bottom: 15px;
}

#shopinfo .box .info dl dt {
    width: 20%;
    min-width: 100px;
}

#shopinfo .box .info dl dd {
    width: 78%;
}

#shopinfo .box .btn {
    background-color: #eeecea;
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
}

#shopinfo .box .btn:hover {
    background-color: #ccc9c6;
}

#shopinfo .box dl.note {
    padding-top: 10vw;
    text-align: center;
}

#shopinfo .box dl.note dt {
    font-size: 18px;
    color: #fff;
    padding-bottom: 10px;
}

@media screen and (min-width: 767px) {
    #shopinfo {
        background: #000000 url("../img/index/shopinfo_bg.jpg") no-repeat top center;
        padding: 169px 0 161px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top center;
        background-attachment: fixed;
        width: 100%;
        min-height: 600px;
    }
    #shopinfo .title {
        width: 430px;
        margin: 0 auto 71px;
    }
    #shopinfo .title .logo {
        width: 296px;
        max-width: auto;
    }
    #shopinfo .title .ttl {
        font-size: 16px;
        letter-spacing: 1.5px;
        padding-top: 5px;
        margin-bottom: 15px;
    }
    #shopinfo .title .tel {
        border-top: 1px solid #74726f;
        border-bottom: 1px solid #74726f;
        padding: 12px 0 15px;
    }
    #shopinfo .title .tel dl {
        color: #fff;
        line-height: 29px;
        display: flex;
    }
    #shopinfo .title .tel dl dt {
        font-size: 15px;
        letter-spacing: 2px;
        padding: 0 0 0 16px;
    }
    #shopinfo .title .tel dl dd {
        display: inline-block;
        font-size: 30px;
        letter-spacing: 2px;
        padding: 0px 0 4px 28px;
        font-weight: bold;
    }
    #shopinfo .title .tel dl dd span::before {
        width: 23px;
        height: 24px;
        left: -24px;
        margin-top: -9px;
    }
    #shopinfo .title .tel small {
        display: block;
        line-height: 1;
        padding-top: 2px;
        letter-spacing: 0px;
    }
    #shopinfo .box .photo {
        position: absolute;
        top: 337px;
        right: -250px;
    }
    #shopinfo .box .info {
        padding-top: 0;
        margin-bottom: 48px;
        width: 490px;
    }
    #shopinfo .box .info dl {
        display: flex;
        margin-bottom: 23px;
        line-height: 26px;
    }
    #shopinfo .box .info dl dt {
        width: 103px;
        min-width: auto;
    }
    #shopinfo .box .info dl dd {
        width: auto;
    }
    #shopinfo .box .btn {
        max-width: 100%;
        width: 480px;
        margin: 0;
    }
    #shopinfo .box dl.note {
        width: 480px;
        margin: 0;
        padding-top: 41px;
    }
    #shopinfo .box dl.note dt {
        font-size: 23px;
        letter-spacing: 3px;
        padding-bottom: 18px;
    }
}

.btn-url {
    font-size: 15.5px;
    position: relative;
    width: 87%;
    margin: 0 auto;
    text-align: center;
    line-height: 2;
    min-width: 300px;
    max-width: 400px;
}

.btn-url a,
.btn-url span {
    padding: 12px 10px 8px;
    background-color: #eeecea;
    display: block;
    color: #363432;
    font-weight: bold;
    letter-spacing: 0.2em;
    position: relative;
}

.btn-url a::after,
.btn-url span::after {
    content: "";
    background: url("../img/shared/arrow03.png") no-repeat;
    width: 7px;
    height: 10px;
    background-size: 100% auto;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -5px;
}

.btn-url a:hover,
.btn-url span:hover {
    background-color: #ccc9c6;
}

#mmap {
    background-color: #141312;
}

#mmap #banner {
    margin-top: 8vw;
}

@media screen and (min-width: 767px) {
    .btn-url {
        font-size: 18px;
        width: 300px;
        margin: 0;
        line-height: 2;
        letter-spacing: 2px;
        min-width: auto;
        max-width: 100%;
    }
    .btn-url a,
    .btn-url span {
        padding: 12px 10px 12px;
        background-color: #eeecea;
        display: block;
        color: #363432;
        font-weight: bold;
        letter-spacing: 0.2em;
        position: relative;
        transition: all .4s ease;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -ms-transition: all .4s ease;
        -o-transition: all .4s ease;
    }
    .btn-url a::after,
    .btn-url span::after {
        content: "";
        background: url("../img/shared/arrow03.png") no-repeat;
        width: 9px;
        height: 13px;
        margin-top: -5px;
    }
    .btn-url a:hover,
    .btn-url span:hover {
        background-color: #ccc9c6;
    }
    #mmap #banner {
        width: 754px;
        margin: 0 auto 0;
        padding: 31px 0 0;
    }
    .set3 #banner ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 9px;
    }
    .set3 #banner .btn-ul {
        border: 1px solid #1e3e4c;
        margin: 0;
        letter-spacing: 1px;
    }
    .set3 #banner .btn-ul::before {
        background-color: #1e3e4c;
    }
    .set3 #banner .btn-ul:firstchild {
        display: block;
    }
    .set3 #banner .btn-share {
        display: block;
        margin-left: 77px;
    }
    .set3 #banner .btn-share a {
        text-decoration: none;
        position: relative;
    }
    .set3 #banner .btn-share a::before {
        content: "";
        border-bottom: 1px solid #fff;
        position: absolute;
        bottom: -5px;
        left: 0;
        right: 0;
        opacity: 0;
    }
    .set3 #banner .btn-share a:hover {
        text-decoration: none;
    }
    .set3 #banner .btn-share a:hover::before {
        opacity: 1;
    }
    #mmap iframe {
        height: 600px;
    }
}

@media screen and (min-width: 1100px) {
    #food .sec4 .title-c {
        right: 47px;
    }
    #pizza .p-group01 .txt {
        right: 0;
    }
    #pizza .p-group01 .title {
        margin-left: -100px;
    }
}

@media only screen and (max-width: 1100px) and (min-width: 768px)  {
    #key {
        width: 67%;
    }
	
    #pizza .p-group01::before {
		background-position: 40% 100%;
    }
	
}

@media screen and (min-width: 1300px) {
    #key {
        width: calc(50% + 273px);
        margin-left: 50px;
    }
    #pizza .p-group01 .title {
        margin-left: -180px;
    }
    #floor .f-group01 .photo {
        margin: 0 50px;
    }
}

@media screen and (min-width: 1400px) {
    #key {
        width: calc(50% + 300px);
        margin-left: 50px;
    }
}


@media screen and (min-width: 1500px) {
    #key {
        width: calc(50% + 305px);
        margin-left: 50px;
    }
    #floor .f-group01 h2 {
        padding-right: 5%;
    }
    #floor .f-group01 .photo {
        margin: 0 5%;
    }
    #pizza .p-group01 {
        min-height: 760px;
    }
    #pizza .p-group01::before {
        background: url("../img/index/pizza_bg.jpg") no-repeat bottom left;
        width: 100%;
        height: 990px;
    }
    #pizza .p-group01 .txt {
        right: -183px;
    }
}


@media screen and (min-width: 1600px) {
    #key {
        width: calc(50% + 330px);
        margin-left: 50px;
    }
}

@media screen and (min-width: 1700px) {
    #key {
        width: calc(50% + 400px);
        margin-left: 50px;
    }
}

@media screen and (min-width: 1800px) {
    #key {
        width: calc(50% + 444px);
        margin-left: 50px;
    }
}



.text_box{
	width:800px;
	margin:40px auto 40px auto;
	padding:20px 0;
    background: #FFF;
    box-shadow: 0px 0px 0px 6px #FFF;
    border: double 3px #000;
}
.text_box p.ttl{
	font-size:24px;
	margin-bottom: 5px;
	letter-spacing: 2px;
	text-align:center;
	line-height:60px;
	color:#000;
	font-weight: bold;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.text_box p.txt{
	text-align:center;
	font-size:16px;
	line-height:30px;
	color:#000;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media screen and (max-width: 768px) {
	
.text_box{
	width:95%;
	margin:20px auto 20px auto;
	padding:20px 0;
    background: #FFF;
    box-shadow: 0px 0px 0px 6px #FFF;
    border: double 3px #000;
}
.text_box p.ttl{
	font-size:20px;
	margin-bottom: 5px;
	letter-spacing: 2px;
	text-align:center;
	line-height:40px;
	color:#000;
	font-weight: bold;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.text_box p.txt{
	text-align:left;
	padding: 0 10px;
	font-size:15px;
	line-height:26px;
	color:#000;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
}








