/*
Theme Name: e-cubeplus
Theme URI: 192.168.0.210:8140
Author:officepartner
Description: 株式会社イーキューブプラス
Version: 1.0
*/
/*-------------------------------------------------------------
　共通セレクタ
--------------------------------------------------------------*/


*{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}
/*overflow: auto;はios以外でポップアップ時の背景を固定するため*/
/*html,body{width:100%;height:100%;}*/
html{font-size:16px;}
body {
    /*font-size:18px;*/
    font-size:1.1rem;
    line-height: 2rem;
    /*line-height: 2rem;*/
    color:rgb(60,60,60);
    text-align:left;
    font-family: "Noto Serif JP", serif;
    /*font-family: メイリオ, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;*/
    margin:0;
}

ul{list-style: none;margin: 0;padding: 0;}
p{margin: 1% 0;}
h1,h2,h3,h4,h5{margin: 0;}
section{padding: 5% 0;}
.wrapper{max-width: 1300px;width: 85%;margin: 0 auto;}

video{
    width: 100%;
    vertical-align: bottom;
}


/* ----------------- */
/* -----youtube----- */
/* ----------------- */

.ytp-chrome-top{
    display: none!important;
}


/* header(envy以外) */
header .company-logo{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    margin-left: 2%;
    padding: 0.5% 0;
}

header .company-logo img{
    width: 50px;
}

header .logo-envy img{
    width: 120px;
}

header .company-logo p{
    margin-left: 1%;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.5rem;
}

header .company-logo p span{
    font-size: 0.9rem;
    font-weight: normal;
}

header .company-logo p span br{
    display: none;
}

header nav.menu ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

header nav.menu ul li{
    width: 25%;
    text-align: center;
}

header nav.menu ul li a{
    display: block;
    color: rgb(255,255,255);
    text-decoration: none;
    padding: 5% 0;
    background-color: rgb(60,60,60);
}

header nav.menu ul li a:hover{
    background-color: rgba(60,60,60,0.9);
}

header .header-top{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    height: 80px;
}

header .header-top li:nth-of-type(1){
    width: 70%;
}

header .header-top li:nth-of-type(2){
    width: 30%;
    text-align: center;
}

header .header-top li:nth-of-type(2) a{
    margin-left: 5%;
}

header .header-top li:nth-of-type(2) img{
    height: 50px;
    vertical-align: bottom;
}

header .header-top li:nth-of-type(2) img:hover{
    opacity: 0.7;
}

header nav.menu ul .all-logo-sp{
    display: none;
}


.separator1{
    width: 90%;
    margin: 0 auto;
    height: 5px;
    background-color: rgb(243, 152, 0);
}

.separator2{
    width: 90%;
    margin: 0 auto;
    height: 3px;
    background-color: rgb(80,80,80);
}

/* content2 */
.content2 h1{text-align: center;margin-bottom: 3%;}

.content2 p{width: 80%;margin: 0 auto;}

/* content3 */
.content3{
    /* padding-bottom: 0; */
}

.content3 .store-info{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
	justify-content: space-around;
}

.content3

.content3 .store-info .pc-none-text{
    display: none;
}

.content3 .store-info li.pc-none-text{
    margin: 5% 0;
}

.content3 .store-info .separator1,
.content3 .store-info .separator2{
    width: 100%;
}

.content3 .store-info:nth-of-type(2){
    margin-top: 2%;
}

.content3 .store-info img{width: 100%;vertical-align: bottom;}
.content3 .store-info img:hover{opacity: 0.7;}

.content3 .store-info .store-info-li1,
.content3 .store-info .store-info-li2{
    width: 40%;
}

.content3 .store-info .store-info-li1 iframe,
.content3 .store-info .store-info-li2 iframe{
    width: 100%;
    margin-top: 3%;
}

.content3 .store-info .store-info-li1 ul li:not(.envy-pr-video,.envy-pr-text){
    border: 2px solid rgb(230,230,230);
    box-shadow: 2px 2px 20px rgba(60,60,60,0.8);
}


.content3 .store-info .store-info-li1 ul li:nth-of-type(1){
    margin-bottom: 5%;
}

.content3 .store-info .store-info-li1 ul li:nth-of-type(2){
    margin-bottom: 5%;
}

.content3 .store-info .store-info-li1 ul li:nth-of-type(3){
    margin-bottom: 5%;
}

.content3 .store-info .store-info-li2 img{
    box-shadow: 5px 5px 10px rgba(60,60,60,0.8);
}

.content3 .store-info .store-info-li2 a{margin-bottom: 9%;display: block;}
.content3 .store-info .store-info-li2 div{margin-bottom: 9%;}

/* content4 */
/* .content4{padding-bottom: 0;} */

.content4 .title{
    text-align: center;
    font-size: 2rem;
}

.content4 .post-design{
    margin: 3% 0 5%;
}

.content4 .post-design p{
    margin: 0;
}

.content4 .store-sns{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
	justify-content: space-around;
    margin-bottom: 5%;
}

.content4 .store-sns li .fb-sp{
    display: none;
}

.content4 .store-sns li .fb-pc{
    display: block;
}

.content4 .store-sns .envy-sns{
    width: 50%;
    text-align: center;
}
.content4 .store-sns .cenaposto-sns{
    width: 50%;
    text-align: center;
}

.content4 .store-sns .cenaposto-sns-sp{
    display: none;
}

.content4 .store-sns .envy-sns-sp{
    display: none;
}

.content4 .store-sns ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 5% 0;
}

.content4 .store-sns ul li{
    display: inline-block;
}

.content4 .store-sns ul li:nth-of-type(1){
    margin-left: 5%;
    margin-right: 5%;
}

.content4 .store-sns ul li:nth-of-type(2){
    margin-left: 5%;
    margin-right: 5%;
}

.content4 .store-sns ul li:nth-of-type(3){
    margin-left: 5%;
    margin-right: 5%;
}

.content4 .store-sns h2{
    border-bottom: 3px solid rgb(200,200,200);
    display: inline-block;
    padding: 0 3%;
}

.content4 .store-sns ul li img{
    width: 50px;
}

.content4 .store-sns ul li img:hover{
    opacity: 0.6;
}

/* content5 */
.content5{
    /* padding-bottom: 0; */
}

.content5 h2{
    font-size: 2rem;
    padding: 3% 0;
}

.content5 .e3{
    text-align: center;
    margin-bottom: 3%;
}

.content5 .e3 img{
    max-width: 400px;
    width: 80%;
}

.content5 p span:nth-of-type(1){
    background: linear-gradient(transparent 60%, rgb(252,242,15) 90%);
    font-size: 1.3rem;
    font-weight: bold;
}

.content5 p span:nth-of-type(2){
    background: linear-gradient(transparent 60%, rgb(150,207,10) 90%);
    font-size: 1.3rem;
    font-weight: bold;
}

.content5 p span:nth-of-type(3){
    background: linear-gradient(transparent 60%, rgb(253,128,0) 90%);
    font-size: 1.3rem;
    font-weight: bold;
}

.content5 ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
	-ms-flex-align: center;
    align-items: center;
    justify-content: center;
}

.content5 ul li:nth-of-type(1){
    width: 40%;
}

.content5 ul li:nth-of-type(2){
    width: 40%;
}

.content5 ul li:nth-of-type(1){
    text-align: center;
}

.content5 ul li img{
    width: 100%;
}

.content5 ul li div{
    font-size: 1.5rem;
    display: inline-block;
    margin-bottom: 3%;
}

.content5 ul li div:nth-of-type(1){
    background: linear-gradient(transparent 60%, rgb(250,102,33) 90%);
}

.content5 ul li div:nth-of-type(2){
    background: linear-gradient(transparent 60%, rgb(0,255,50) 90%);
}

.content5 ul li div:nth-of-type(3){
    background: linear-gradient(transparent 60%, rgb(255,255,0) 90%);
}

/* content6 */
/* .content6{padding-bottom: 0;} */
.content6 h2{text-align: center;margin-bottom: 3%;font-size: 2rem;}
.content6 img{width: 100%;}

/* content7 */
.content7{
    /* padding-bottom: 0; */
}

.content7 h2{
    font-size: 2rem;
}

.content7 ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.content7 ul li{
    width: 50%;
}

.content7 ul li:nth-of-type(1){
    text-align: center;
}

.content7 ul li div{
    margin-bottom: 3%;
}

/* content8 */
.content8 ul{
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   border-bottom: 1px solid rgb(200,200,200);
   background-color: rgba(220,220,220,0.2);
}

.content8 ul li:nth-of-type(1){
    width: 30%;
    padding: 1% 0 1% 2%;
    font-weight: bold;
}

.content8 ul li:nth-of-type(2){
   width: 70%;
   padding: 1% 0 1% 2%;
   background-color: rgb(255,255,255);
}

.content8 ul li .br-history{
    display: none;
}

/* ---------------------- */
/* -- FoodBarCenaPosto -- */
/* ---------------------- */
/* cenaposto-content1 */
.cenaposto-content1{
    padding: 0;
}

.cenaposto-content1 img{
    width: 100%;
    vertical-align: bottom;
}

/* cenaposto-content2 */
.cenaposto-content2{
    background-image: url("/images/background-color1.png");
}
.cenaposto-content2 ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.cenaposto-content2 ul li:nth-of-type(1){width: 65%;}

.cenaposto-content2 ul li:nth-of-type(2){width: 35%;}

.cenaposto-content2 ul li iframe{width: 100%;}

.cenaposto-content2 ul .post-design{
    width: 90%;
    margin: 0 auto;
    padding: 5% 0 2%;
    border-bottom: 1px solid rgb(200,200,200);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
}
.cenaposto-content2 ul .post-design:nth-of-type(1){
    margin-top: 5%;
}

.cenaposto-content2 ul .post-design p:nth-of-type(1){
    max-width: 115px;
    width: 95%;
    margin: 0 auto;
    text-align: center;
    padding: 0 1%;
}

.cenaposto-content2 ul .post-design p:nth-of-type(2){
    max-width: 1000px;
    width: 95%;
    margin: 0 auto;
    padding-left: 1%;
    border-left: 1px solid rgb(230,230,230);
}

.cenaposto-content2 ul .post-design a{
    color: rgb(60,60,60);
}

.cenaposto-content2 ul li .fb-sp{
    display: none;
}

/* facebook */
.cenaposto-content2 ul li .fb-pc{
    text-align: center;
}

/* 動画 */
.cenaposto-content2 ul li .cena-movie{
    /* max-width: 320px;
    width: 100%; */
    margin: 10% auto 0;
}


/* cenaposto-content3 */
.cenaposto-content3{
    background-image: url("/images/pasta-bread.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 85% 30%;
}

.cenaposto-content3 h2{font-size: 2rem;}

.cenaposto-content3 p{
    line-height: 2.5rem;
}

/* cenaposto-content4 */
.cenaposto-content4{
    background-image: url("/images/background-color1.png");
    position: relative;
}

.cenaposto-content4 h3{
    margin: 5% 0 1%;
    padding: 1% 15%;
    background-color: rgba(255,242,204,0.8);
    font-size: 1.5rem;
    position: absolute;
    top: 10px;
    left: 7.5%;
}

.cenaposto-content4 .recommended-dishes{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.cenaposto-content4 .recommended-dishes li:nth-of-type(1){
    width: 40%;
    padding-top: 8%;
}

.cenaposto-content4 .recommended-dishes li:nth-of-type(2){
    width: 60%;
    /* max-height: 450px;
    height: 35vw;
    background-image: url("/images/italian-img.jpg");
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat; */

}

.cenaposto-content4 .recommended-dishes li div p{
    width: 85%;
    line-height: 2.5rem;
}

.cenaposto-content4 .recommended-dishes li div p:nth-of-type(1){
    margin: 2% 0 5%;
    font-weight: bold;
}

.cenaposto-content4 .recommended-dishes li img{
    width: 100%;
}

.cenaposto-content4 .lunch li:nth-of-type(1){
    order:2;
}

.cenaposto-content4 .lunch li:nth-of-type(2){
    order:1;
}

.cenaposto-content4 .lunch h4:nth-of-type(1){
    right: 100px;
    left: auto;
    top: 680px;
    width: 40vw;
    padding: 1% 0;
}

.cenaposto-content4 .lunch li div p:nth-of-type(2){
    margin: 2% 0 5% auto;
}

.cenaposto-content4 .pasta-ahijo{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
    margin-top: 3%;
}

.cenaposto-content4 .pasta-comment-sp{
    display: none;
}

.cenaposto-content4 .ahijo-comment-sp{
    display: none;
}

.cenaposto-content4 h4{
    position: absolute;
    background-color: rgba(255,242,204,0.8);
    font-size: 1.3rem;
    line-height: 1.5rem;
    padding: 0.3% 5% 0.6% 2%;
}

.cenaposto-content4 h4{
    top: 1320px;
}

.cenaposto-content4 h4:nth-of-type(1){   
    left: 2vw;
}

.cenaposto-content4 h4:nth-of-type(2){
    left: 50%;
}

.cenaposto-content4 h4 span{font-size: 0.9rem;}

.cenaposto-content4 .pasta-ahijo li{width: 45%;}
.cenaposto-content4 .pasta-ahijo li img{width: 100%;}

/* cenaposto-content5 */
.cenaposto-content5 h2 br{
    display: none;
}

.cenaposto-content5 ul{
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.cenaposto-content5 ul li{
    width: 48%;
}

.cenaposto-content5 ul li img{
    width: 100%;
}

.cenaposto-content5 ul li p{
    line-height: 4rem;
    font-size: 1.2rem;
    text-align: center;
}

.cenaposto-content5 ul li p span{
    background: linear-gradient(transparent 60%, rgb(255, 145, 153) 85%);
}


.cenaposto-content5 .wrapper{
    position: relative;
}

.cenaposto-content5 h2{
    display: inline-block;
    padding: 1% 3%;
    background-color: rgba(255,242,204,0.8);
    position: absolute;
    left: 35vw;
    top: 3vw;
    text-align: center;
    font-size: 1.5rem;
}

.cenaposto-content5 h2:nth-of-type(2){
    left: 10vw;
    top: 42vw;
}

/* .cenaposto-content5 img{
    max-width: 800px;
    width: 80%;
} */

/* cenaposto-content6 */
.cenaposto-content6{
    background-image: url("/images/background-color1.png");
    position: relative;
}

.cenaposto-content6 .commitment-example{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
    margin-top: 3%;
}

.cenaposto-content6 .commitment-example li{
    width: 48%;
}

.cenaposto-content6 .commitment-example li:nth-of-type(1){
    width: 55%;
}

.cenaposto-content6 .commitment-example li:nth-of-type(2){
    margin-top: 10%;
    width: 43%;
}

.cenaposto-content6 .commitment-example li img{
    width: 100%;
}

.cenaposto-content6 .commitment-example li p:nth-of-type(1){
    font-size: 1.2rem;
    font-weight: bold;
}

.cenaposto-content6 .commitment{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.cenaposto-content6 .commitment li:nth-of-type(1){
    width: 48%;
    order: 2;
    text-align: center;
}

.cenaposto-content6 .commitment li:nth-of-type(2){
    width: 48%;
    padding-left: 3%;
    order: 1;
}

.cenaposto-content6 .commitment li img{
    width: 100%;
}

.cenaposto-content6 .commitment .commitment-text{
    width: 100%;
}

.cenaposto-content6 h2{
    background-color: rgba(255,242,204,0.8);
    padding: 0.5% 10%;
    text-align: center;
    position: absolute;
    top: 9vw;
    left: 50vw;
}

.cenaposto-content6 .commitment .commitment-text div{
    margin-top: 5vw;
    display: inline-block;
    text-align: right;
}

.cenaposto-content6 .commitment .commitment-text div p{
    text-align: left;
}

.cenaposto-content6 .commitment .commitment-text div p:nth-of-type(1){
    font-weight: bold;
    font-size: 1.2rem;
    margin-bottom: 5%;
}

.cenaposto-content6 .commitment .commitment-text div p:nth-of-type(2){
    width: 100%;
}

/* cenaposto-content7 */
.cenaposto-content7 ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
	justify-content: space-around;
}

.cenaposto-content7 ul li{height: 500px;}

.cenaposto-content7 ul li:nth-of-type(1){
    width: 38%;
    text-align: center;
}
.cenaposto-content7 ul li:nth-of-type(2){
    width: 57%;
    text-align: center;
}

.cenaposto-content7 ul li iframe{width: 100%;height: 100%;}

.cenaposto-content7 ul li p{margin: 3% 0;}

.cenaposto-content7 ul li img{
    width: 180px;
}


/* cenaposto-content8 */
.reservation-form{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.reservation-form .main-item{
    width: 48%;
}

.reservation-form .sub-item{
    width: 48%;
}

.reservation-form input{
    border: none;
    border-bottom: 2px solid rgb(230,230,230);
    border-radius: 2px;
    padding: 1% 2%;
}

.reservation-form input[name="appointment-time"],
.reservation-form input[name="appointment-minutes"]{
    width: 90px;
}

.reservation-form input:hover{
    box-shadow: 0 7px 7px 0 rgba(230, 230, 230, 0.5);
}

.reservation-form textarea{
    border-radius: 10px;
    border: none;
    border: 2px solid rgb(230,230,230);
    padding: 1% 2%;
    width: 100%;
    height: 200px;
}

.reservation-form textarea:hover{
    box-shadow: 0 7px 7px 0 rgba(230, 230, 230, 0.5);
}

.reservation-form li ul li{
    margin-top: 3%;
}

.reservation-form li ul li:nth-of-type(1){
    margin-top: 0;
}

.reservation-form .sub-item p:nth-last-of-type(1){
    margin-top: 10%;
    text-align: right;
}

input[type="submit"],input[type="reset"]{
    width: 100px;
}


.essential{
    color: rgb(255,0,0);
}


.cenaposto-content9 h2{
    text-align: center;
    margin-bottom: 5%;
    padding-top: 3%;
}
.cenaposto-content9 ul{
    display: flex;
    justify-content: space-around;
}

.cenaposto-content9 .course{
    font-size: 1.3rem;
    text-align: center;
    margin-top: 3%;
    padding: 3% 0 ;
    border-top: 3px solid rgb(203,77,140);
}

.cenaposto-content9 .wrapper{
    background-color: rgba(203,77,140,0.2);
    border-radius: 50px;
    max-width: 600px;
    width: 95%;
}

/* --------------------- */
/* ----- club Envy ----- */
/* --------------------- */
/* envy-content1 */
.envy-content1{
    padding: 0;
}

.envy-content1 img{
    width: 100%;
    vertical-align: bottom;
}


/* envy-content2 */
.envy-content2{
    background-color: rgb(250,250,250);
}

.envy-content2 ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
    -ms-flex-wrap: wrap;
  	flex-wrap: wrap;
}

.envy-content2 ul li:nth-of-type(1){width: 65%;}

.envy-content2 ul li:nth-of-type(2){width: 32%;text-align:center;}



.envy-content2 ul .post-design{
    width: 90%;
    margin: 0 auto;
    padding: 5% 0 2%;
    border-bottom: 1px solid rgb(200,200,200);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.envy-content2 ul .post-design:nth-of-type(1){
    margin-top: 5%;
}

.envy-content2 ul .post-design p:nth-of-type(1){
    text-align: center;
    padding: 0 1%;
}

.envy-content2 ul .post-design p:nth-of-type(2){
    padding-left: 1%;
    border-left: 1px solid rgb(230,230,230);
}

.envy-content2 ul .post-design a{
    color: rgb(60,60,60);
}

.envy-content2 ul li .fb-pc{
    display: inline;
    text-align: center;
}

.envy-content2 ul li .fb-sp{
    display: none;
}

.envy-content2 ul li .envy-movie{
    margin: 10% auto 0;
}

/* envy-content3 */
.envy-content3{
    background-color: rgba(0,0,0,0.8);
    color: rgb(255,255,255);
}

.envy-section-title{
    text-align: center;
}

.envy-section-title h2{
    display: inline-block;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 3%;
    padding: 1% 5%;
    border-bottom: 5px solid rgb(235, 233, 240);
}

.envy-content3 p{
    text-align: center;
    font-size: 1.3rem;
    line-height: 3rem;
}

/* envy-content4 */
.envy-content4{
    background-color: rgb(250,250,250);
    text-align: center;
}

.envy-content4 p{
    font-size: 1.5rem;
    line-height: 2.5rem;
    border-top: 3px solid rgb(100,100,100);
    width: 80%; 
    margin: 3% auto 0;
    padding: 3% 0;
}

.envy-content4 ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    text-align: left;
}


.envy-content4 ul li{
    width: 50%;
}

.envy-content4 ul li:nth-of-type(2){
    /* padding-left: 10%; */
}

.envy-content4 ul li .centering{
    text-align: center;
}

.envy-content4 ul li div div{
    display: inline-block;
    text-align: left;
    font-size: 1.2rem;
    line-height: 2.5rem;
}

.envy-content4 ul li div div span{
    line-height: 2rem;
}


/* envy-content5 */
.envy-content5{
    background-color: rgba(0,0,0,0.8);
    color: rgb(255,255,255);
}

.envy-content5 ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-bottom: 2%;
}

.envy-content5 ul li:nth-of-type(1){
    width: 50%;
    text-align: center;
}

.envy-content5 ul li:nth-of-type(2){
    width: 50%;
    line-height: 4vw;
    font-size: 1.3rem;
    padding-top: 3%;
    padding-left: 5%;
}

.envy-content5 ul:nth-of-type(2) li:nth-of-type(1){
    order: 2;
}

.envy-content5 ul:nth-of-type(2) li:nth-of-type(2){
    order: 1;
    padding-left: 5%;
}

.envy-content5 ul li img{
    width: 80%;
}

/* envy-content6 */
.envy-content6{
    background-color: rgb(250,250,250);
}

.envy-content6 img{
    width: 100%;
}

.envy-content6 img:hover{
    opacity: 0.7;
}

/* envy-content7 */
.envy-content7{
    background-color: rgb(250,250,250);
}

.envy-content7 ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
	justify-content: space-around;
}

.envy-content7 ul li{height: 500px;}

.envy-content7 ul li:nth-of-type(1){
    width: 38%;
    text-align: center;
}
.envy-content7 ul li:nth-of-type(2){
    width: 57%;
    text-align: center;
}

.envy-content7 ul li iframe{width: 100%;height: 100%;}

.envy-content7 ul li p{margin: 3% 0;}

.envy-content7 ul li img{
    width: 180px;
}

/* envy-content8 */
.envy-content8{
    background-color: rgb(250,250,250);
}

/* ---------------------- */
/* ----- ouchi Envy ----- */
/* ---------------------- */
/* 共通デザイン */
.title-design{
    text-align: center;
    margin-bottom: 3%;
}

.title-design img{
    max-width: 500px;
    width: 90%;
}

.title-design h2{
    margin: 0.5% 0 0.8%;
    font-size: 2rem;
}

/* ouchienvy-content1 */
.ouchienvy-content1{padding: 0;}
.ouchienvy-content1 img{
    width: 100%;
}

/* ouchienvy-content2 */
.ouchienvy-content2{
    text-align: center;
}

.ouchienvy-content2 ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.ouchienvy-content2 ul li{
    width: 32%;
}

.ouchienvy-content2 ul li img{
    width: 100%;
}

.ouchienvy-content2 .title-design h2 br{
    display: none;
}

.ouchienvy-content2 p{
    margin-top: 3%;
    display: inline-block;
    text-align: left;
}

/* ouchienvy-content3 */
.ouchienvy-content3 ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
	justify-content: space-around;
    -ms-flex-wrap: wrap;
  	flex-wrap: wrap;
}

.ouchienvy-content3 ul li{
    width: 35%;
}

.ouchienvy-content3 ul li:nth-of-type(1),
.ouchienvy-content3 ul li:nth-of-type(2),
.ouchienvy-content3 ul li:nth-of-type(3),
.ouchienvy-content3 ul li:nth-of-type(4){
    margin: 2% 0 5%;
}

.ouchienvy-content3 ul li img{
    width: 100%;
}

.ouchienvy-content3 ul li .mens-name{
    font-weight: bold;
    font-size: 1.3rem;
}


/* ouchienvy-content4 */
.ouchienvy-content4 p{
    padding-left: 9vw;
    margin: 3%;
}

.ouchienvy-content4 .step3-note{
    padding: 0;
    margin: 0;
}

.ouchienvy-content4 .privacy{
    margin-top: 3%;
}

.ouchienvy-content4 .procedure ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    border: 3px solid rgb(200,200,200);
    border-radius: 20px;
    padding: 2% 0;
}

.ouchienvy-content4 .procedure ul li:nth-of-type(1){
    width: 30%;
    text-align: center;
    font-size: 1.7rem;
}

.ouchienvy-content4 .procedure ul li:nth-of-type(2){
    width: 70%;
    border-left: 1px solid rgb(220,220,220);
    padding-left: 2%;
    font-size: 0.9rem;
}

.ouchienvy-content4 .procedure ul li span{
    font-size: 1.7rem;
    font-weight: bold;
    color: rgb(128,111,76);
}

.ouchienvy-content4 .procedure ul li span br{
    display: none;
}

.ouchienvy-content4 .contact-temp{
    max-width: 700px;
    width: 100%;
    margin: 5% auto 0;
    padding: 2% 0;
    text-align: center;
    border: 3px solid rgb(230,230,230);
    background-color: rgba(230,230,230,0.3);
    border-radius: 20px;
}

.ouchienvy-content4 .contact-temp h3{
    margin-bottom: 3%;
}

.ouchienvy-content4 .contact-temp a{
    color: rgb(60,60,60);
    font-size: 2rem;
}

.ouchienvy-content4 .contact-temp p{
    padding-left: 0;
    margin: 0 auto;
    width: 95%;
    text-align: left;
}

.ouchienvy-content4 .contact-temp h3 a{
    font-size: 1.3rem;
}

.ouchienvy-content4 .contact-temp .br600{
    display: none;
}

.ouchienvy-content4 .ouchienvy-plan br:nth-child(odd){
    /* display: none; */
}

.ouchienvy-content4 .procedure .arrow-bottom{
    width: 150px;
    margin: 3% auto;
}

.ouchienvy-content4 .procedure .arrow-bottom img{
    width: 100%;
}

/* footer */
.top-back{
    position: fixed;
    right: 3vw;
    bottom: 2vw;
    width: 70px;
}

.top-back:hover{
    opacity: 0.6;
}

.top-back img{
    width: 100%;
}

footer{
    width: 100%;
    height: 50px;
    background-color: rgb(60,60,60);
}

@media screen and (min-width: 2000px) {
    /* 1530px以上の処理 */
    .cenaposto-content5 h2{
        left: 700px;
    }
}

@media screen and (min-width: 1530px) {
    /* 1530px以上の処理 */
    .cenaposto-content5 h2:nth-of-type(2){
        top: 650px!important;
    }
}

@media screen and (max-width: 1480px) {
    /* page-cenaposto.php */
    .cenaposto-content4 .lunch h4:nth-of-type(1){
        top: 45vw;
    }

    .cenaposto-content4 h4:nth-of-type(1){
        top: 86vw;
        left: 2vw;
    }

    .cenaposto-content4 h4:nth-of-type(2){
        top: 86vw;
        left: 50%;
        /* transform: scale(-50%); */
    }
}

@media screen and (min-width: 1300px) {
    /* 1530px以上の処理 */
    .cenaposto-content5 h2:nth-of-type(2){
        left: 250px;
    }
}

@media screen and (max-width: 1280px) {
    /* 1300pxまでの幅の場合に適応される */

    
}


@media screen and (max-width: 1300px) {
    /* 1300pxまでの幅の場合に適応される */

}


@media screen and (max-width: 1200px) {
    /* 1200pxまでの幅の場合に適応される */
    .reservation-form{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .reservation-form .main-item,
    .reservation-form .sub-item{
        margin: 0 auto;
        width: 80%;
    }

    .reservation-form .sub-item{
        margin-top: 5%;
    }

    .reservation-form li ul li{
        margin-top: 5%;
    }

    .reservation-form .sub-item p:nth-last-of-type(1){
        text-align: center;
    }
}


@media screen and (max-width: 1160px) {
    /* 1160pxまでの幅の場合に適応される */
    .cenaposto-content3 {
        background-size: 30vw;
        background-position: 85% 60%;
    }
    
}

@media screen and (max-width: 1110px) {
/* 1110pxまでの幅の場合に適応される */
    header .company-logo p span{
        font-size: 0.9rem;
    }

    /* page-cenaposto.php */
    .cenaposto-content4 h4:nth-of-type(1){
        top: 85vw;
    }

    .cenaposto-content4 h4:nth-of-type(2){
        top: 85vw;
    }

    .cenaposto-content5 ul li p br{
        display: none;
    }

    .cenaposto-content5 ul li p{
        text-align: left;
        line-height: 3rem;
    }
}

@media screen and (max-width: 1074px) {
/* 1074pxまでの幅の場合に適応される */
    header .company-logo p span{
        font-size: 0.8rem;
    }

    header .header-top li:nth-of-type(1){
        width: 68%;
    }

    header .header-top li:nth-of-type(2){
        width: 32%;
    }

    .cenaposto-content5 h2{
        font-size: 1.2rem;
    }
}
@media screen and (max-width: 1024px) {
    /* 1024pxまでの幅の場合に適応される */
    header .header-top li:nth-of-type(1){
        width: 100%;
    }

    /* ハンバーガーメニュ */

    /*トグルボタンが押されたときに付与するクラス*/
    header nav.menu.active{
        transform: translateX(0%);
        transition: all 0.6s;
    }

    /*ナビメニューのスタイルを指定*/
    header nav.menu{
        position: fixed; /*表示位置を固定*/
        z-index: 2; /*重ね順を変更*/
        top: 0; /*表示位置を指定*/
        left: 0; /*表示位置を指定*/
        background: #fff;/*背景を白にする*/
        color: #000; /*文字色を黒にする*/
        text-align: center; /*テキストを中央揃え*/
        width: 100%; /*全幅表示*/
        transform: translateX(100%); /*ナビを右に隠す*/
        /* transition: all 0.6s; アニメーションの時間を指定 */
    }

    header nav.menu ul{
        background-color: rgb(60,60,60); /*背景をグレーにする*/
        width: 100%;
        height: 100vh;
        margin: 0 auto;
        padding: 0;
        display: block;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    header nav.menu ul li{
        font-size: 1.1em;
        list-style-type: none;
        padding: 0;
        width: 100% !important;
        border-bottom: 1px dotted rgb(255,255,255);
    }

    header .header-top .all-logo-pc{
        display: none;
    }

    header nav.menu ul .all-logo-sp{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    header nav.menu ul .all-logo-sp a{
        margin: 0 5%;
    }

    header nav.menu ul .all-logo-sp a img{
        height: 70px;
    }

    header nav.menu ul li:first-child{padding-top: 50px;}

    header nav.menu ul li:last-child{
        padding-bottom: 0;
        border-bottom: none; /*最後のメニュー項目のみ下線を消す*/
    }

    header nav.menu ul li a{
        display: block; /*クリックできる領域を広げる*/
        color: rgb(255,255,255);
        padding: 1em 0;
        
    }

    /*トグルボタンのスタイルを指定*/
    .Toggle {
        display: block;
        position: fixed;    /* bodyに対しての絶対位置指定 */
        right: 13px;
        top: 12px;
        width: 42px;
        height: 42px;
        cursor: pointer;
        z-index: 3;
    }

    .Toggle span {
        display: block;
        position: absolute;
        width: 30px;
        border-bottom: solid 3px #000;
        -webkit-transition: .35s ease-in-out;	/*変化の速度を指定*/
        -moz-transition: .35s ease-in-out;		/*変化の速度を指定*/
        transition: .35s ease-in-out;			/*変化の速度を指定*/
        left: 6px;
    }

    .Toggle span:nth-child(1) {
        top: 9px;
    }

    .Toggle span:nth-child(2) {
        top: 18px;
    }

    .Toggle span:nth-child(3) {
        top: 27px;
    }

    /* 最初のspanをマイナス45度に */
    .Toggle.active span:nth-child(1) {
        top: 18px;
        left: 6px;
        border-bottom: solid 3px rgb(255,255,255);
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    /* 2番目と3番目のspanを45度に */
    .Toggle.active span:nth-child(2),
    .Toggle.active span:nth-child(3) {
        top: 18px;
        border-bottom: solid 3px rgb(255,255,255);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
    }


    /* content4 */
    .content4 .store-sns ul{
        margin-bottom: 0;
    }

    .content4 .store-sns .envy-sns{
        width: 100%;
    }

    .content4 .store-sns .cenaposto-sns{
        width: 100%;
    }

    .content4 .store-sns .cenaposto-sns-pc{
        display: none;
    }

    .content4 .store-sns .envy-sns-pc{
        display: none;
    }

    .content4 .store-sns .cenaposto-sns-sp{
        display: block;
    }

    .content4 .store-sns .envy-sns-sp{
        display: block;
    }

    .content4 .store-sns{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .content4 .store-sns li{
        text-align: center;
    }

    .content4 .store-sns li:nth-of-type(1){
        margin-bottom: 5%;
    }

    .content8 ul li .br-history{
        display: block;
    }

    /* envy-content2 */
    .envy-content2 ul{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .envy-content2 ul li{
        margin: 0 auto;
    }

    .envy-content2 ul li:nth-of-type(1){
        width: 90%;
    }

    .envy-content2 ul li:nth-of-type(2){
        width: 100%;
        text-align: center;
        margin-top: 5%;
    }
    .envy-content2 ul .post-design{
        width: 100%;
    }

    .envy-content2 ul li .envy-movie{
        max-width: 320px;
        width: 100%;
    }

    /* cenaposto-content2 */
    .cenaposto-content2 ul{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .cenaposto-content2 ul li{
        margin: 0 auto;
    }

    .cenaposto-content2 ul li:nth-of-type(1){
        width: 90%;
    }

    .cenaposto-content2 ul li:nth-of-type(2){
        width: 100%;
        text-align: center;
        margin-top: 5%;
    }
    .cenaposto-content2 ul .post-design{
        width: 100%;
    }

    .cenaposto-content2 ul li .cena-movie{
        max-width: 320px;
        width: 100%;
    }

    /* cenaposto-content3 */
    .cenaposto-content3 {
        background-size: 30vw;
        background-position: 95% 100%;
    }

    .cenaposto-content5 ul:nth-last-of-type(1) li p{
        margin-top: 10%;
    }

    .cenaposto-content6 h2{
        font-size: 1.3rem;
    }

    .ouchienvy-content4 .procedure ul li span br{
        display: block;
    }

    /* page-ouchienvy.php */
    .ouchienvy-content4 .procedure .arrow-bottom{
        width: 80px;
    }

}

@media screen and (max-width: 942px) {
    /* 942pxまでの処理 */
    .content4 .store-sns li:nth-of-type(1){
        margin-bottom: 5%;
    }

    .cenaposto-content5 h2:nth-of-type(1){
        right: 0;
    }

    .cenaposto-content5 h2:nth-of-type(2){
        left: 0;
        top: 90vw;
    }

    .cenaposto-content5 ul{
        flex-direction: column;
    }

    .cenaposto-content5 ul li p{
        line-height: 2rem;
        font-size: 1.1rem;
    }

    .cenaposto-content5 ul li p:nth-of-type(1){
        margin-bottom: 5%;
    }

    .cenaposto-content5 ul:nth-of-type(1) li:nth-of-type(1){
        width: 80%;
        margin: 0 auto;
    }

    .cenaposto-content5 ul:nth-of-type(1) li:nth-of-type(2){
        width: 90%;
        margin: 0 auto;
    }

    .cenaposto-content5 ul:nth-of-type(2){
        /* margin-top: 5%; */
    }

    .cenaposto-content5 ul:nth-last-of-type(1) li p{
        margin-top: 0;
    }

    .cenaposto-content5 ul:nth-of-type(2) li:nth-of-type(1){
        width: 90%;
        margin: 0 auto;
        order: 2;
    }

    .cenaposto-content5 ul:nth-of-type(2) li:nth-of-type(2){
        width: 80%;
        margin: 0 auto;
        order: 1;
    }


}

@media screen and (max-width: 860px) {
    /* 860pxまでの処理 */

    /* page-envy.php */
    .envy-content5 ul li:nth-of-type(2){
        font-size: 1.1rem;
        padding-top: 1%;
    }

    .envy-content5 ul li:nth-of-type(2) br:nth-of-type(1){
        display: none;
    }

    .envy-content5 ul li img{
        width: 90%;
    }


    /* page-cenaposto.php */
    .cenaposto-content4 h3{
        position: relative;
        text-align: center;
        top: 0%;
        left: 0%;
        margin: 0 0 3% 0;
    }

    .cenaposto-content4 .recommended-dishes{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .cenaposto-content4 .recommended-dishes li:nth-of-type(1){
        padding: 0;
        width: 90%;
        margin: 0 auto;
        order: 2;
    }

    .cenaposto-content4 .recommended-dishes li:nth-of-type(2){
        width: 100%;
        margin: 0 auto;
        order: 1;
        background-size: 70%;
        height: 40vw;
    }

    .cenaposto-content4 .recommended-dishes li:nth-of-type(1) div p:nth-of-type(1){
        width: 90%;
        margin: 5% auto 0;
    }

    .cenaposto-content4 .recommended-dishes li img{
        display: block;
        width: 70%;
        margin: 0 auto;
    }

    .cenaposto-content4 .recommended-dishes li div p{
        margin-bottom: 3% !important;
        width: 100%;
        line-height: 2rem;
    }

    .cenaposto-content4 .pasta-comment-pc{
        display: none;
    }

    .cenaposto-content4 .ahijo-comment-pc{
        display: none;
    }

    .cenaposto-content4 .pasta-comment-sp{
        display: inline-block;
    }

    .cenaposto-content4 .ahijo-comment-sp{
        display: inline-block;
    }

    .cenaposto-content4 h4{
        top: 0;
        left: 0;
        position: static;
        margin: 2% 0 2% 10%;
    }

    .cenaposto-content4 .lunch-comment{
        width: 100%;
        margin: 0 0 3% 0;
        padding: 1.5% 0;
        text-align: center;
    }

    .cenaposto-content4 .lunch li div p:nth-of-type(2){
        padding-top: 2%;
    }

    .cenaposto-content4 .pasta-ahijo{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .cenaposto-content4 .pasta-ahijo li{
        width: 100%;
        height: 100%;
        margin: 0 auto;
    }

    .cenaposto-content4 .pasta-ahijo li img{
        display: block;
        width: 70%;
        margin: 0 auto;
    }

    .cenaposto-content4 .pasta-ahijo li p{
        margin-top: 3%;
        width: 90%;
        margin: 0 auto;
    }

    .cenaposto-content4 .pasta-ahijo li:nth-of-type(1){
        height: 100%;
        margin-bottom: 5%;
    }

    .cenaposto-content4 h4:nth-of-type(1){
        top: 48vw;
        left: 10%;
    }

    .cenaposto-content4 h4:nth-of-type(2){
        top: 100vw;
        left: 10%;
    }

    /* cenaposto-content5 */
    .cenaposto-content5 h2{
        position: static;
        margin-bottom: 3%;
        font-size: 1.5rem;
        width: 100%;
    }

    .cenaposto-content5 h2:nth-last-of-type(1){
        margin-top: 5%;
    }

    .cenaposto-content5 ul li p:nth-of-type(1){
        margin-bottom: 0%;
    }
    
    .reservation-form{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .reservation-form .main-item,
    .reservation-form .sub-item{
        margin: 0 auto;
        width: 80%;
    }

    .reservation-form .sub-item{
        margin-top: 5%;
    }

    .reservation-form li ul li{
        margin-top: 5%;
    }

    .reservation-form .sub-item p:nth-last-of-type(1){
        text-align: center;
    }

    

}

@media screen and (max-width: 790px) {
    /* 790pxまでの処理 */
    .title-design h2{
        font-size: 4.5vw;
    }

    .ouchienvy-content2 .title-design h2{
        font-size: 1.5rem;
    }
}

@media screen and (max-width: 768px) {
    /* 768pxまでの処理 */

    /* ハンバーガメニューの処理 */
    header nav.menu ul .all-logo-sp a img{
        height: 50px;
    }

    /* front-page.php */
    .content4 .store-sns h2{
        font-size: 1.5rem;
    }

    .content5 .e3 img{
        width: 60%;
    }

    .content6 h2{
        font-size: 1.5rem;
    }

    /* page-envy.php */
    .envy-content2 ul .post-design{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .envy-content2 ul .post-design:nth-of-type(1){
        margin-top: 0;
    }

    .envy-content2 ul .post-design p:nth-of-type(1){
        text-align: left;
        margin: 0;
    }

    .envy-content2 ul .post-design p:nth-of-type(2){
        border-left: none !important;
        margin-top: 0;
    }

    .envy-content3 p{
        font-size: 1.1rem;
    }


    .envy-content5 ul li .br-interior{
        display: none;
    }

    .envy-content5 ul li{
        font-size: 1rem !important;
    }

    .envy-content5 ul li:nth-of-type(2){
        padding-left: 0%;
    }

    .envy-content5 ul:nth-of-type(2) li:nth-of-type(2){
        padding-left: 0%;
    }


    .envy-content7 ul{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .envy-content7 ul li{
        margin: 0 auto;
        height: auto;
        width: 100% !important;
    }

    .envy-content7 ul li:nth-of-type(2){
        height: 350px;
    }

    
    /* cena posto ページ */
    .cenaposto-content2 ul .post-design{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .cenaposto-content2 ul .post-design:nth-of-type(1){
        margin-top: 0;
    }

    .cenaposto-content2 ul .post-design p:nth-of-type(1){
        margin: 0;
        text-align: left;
    }

    .cenaposto-content2 ul .post-design p:nth-of-type(2){
        border-left: none !important;
        width: 100%;
    }

    .cenaposto-content3 h2{
        font-size: 1.3rem;
    }

    .cenaposto-content3 p{
        font-size: 1rem;
        line-height: 2rem;;
    }

    .cenaposto-content5 h2 {
        font-size: 1.3rem;
    }

    .cenaposto-content6 .commitment{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .cenaposto-content6 .commitment li:nth-of-type(1){
        width: 80%;
        height: 100%;
        margin: 5% auto 0;
        order: 1;
    }

    .cenaposto-content6 .commitment li:nth-of-type(2){
        width: 90%;
        margin: 0 auto;
        padding: 0;
        order: 2;
    }

    .cenaposto-content6 .commitment-example li:nth-of-type(1){
        width: 80%;
    }

    .cenaposto-content6 .commitment-example li:nth-of-type(2){
        width: 90%;
        margin: 0 auto;
    }

    .cenaposto-content6 h2{
        position: static;
        font-size: 1.5rem;
    }

    .cenaposto-content6 .commitment .commitment-text div{
        height: 100%;
        margin-top: 0;
    }

    .cenaposto-content6 .commitment .commitment-text div p:nth-of-type(1){
        margin-bottom: 2%;
    }

    .cenaposto-content6 .commitment .commitment-text div p:nth-of-type(2){
        width: 100%;
    }

    .cenaposto-content6 .commitment-example{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .cenaposto-content6 .commitment-example li{
        width: 90%;
        height: 100%;
        margin: 0 auto;
    }

    .cenaposto-content6 .commitment-example li:nth-of-type(1){
        margin-bottom: 5%;
    }

    .cenaposto-content6 .commitment-example li img{
        display: block;
        width: 100%;
        margin: 0 auto;
    }

    .cenaposto-content7 ul{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .cenaposto-content7 ul li{
        margin: 0 auto;
        height: auto;
        width: 100% !important;
    }

    .cenaposto-content7 ul li:nth-of-type(2){
        height: 350px;
    }
    
    /* ---------------------- */
    /* ----- ouchi Envy ----- */
    /* ---------------------- */
    /* ouchienvy-content2 */
    .ouchienvy-content2 .title-design h2 br{
        display: block;
    }

    .ouchienvy-content2 .title-design h2{
        font-size: 1.8rem;
        line-height: 2rem;
    }
    .ouchienvy-content2 .title-design h2 span{
        font-size: 1.3rem;
    }

    .ouchienvy-content2 ul{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .ouchienvy-content2 ul li{
        width: 100%;
        margin-bottom: 5%;
    }

    .ouchienvy-content2 ul li:nth-last-of-type(1){
        margin-bottom: 0;
    }

    .ouchienvy-content2 ul li img{
        display: block;
        max-width: 300px;
        width: 100%;
        margin: 0 auto 3%;
    }

    .ouchienvy-content2 ul li p {
        width: 80%;
        margin: 0 auto;
    }

    /* ouchienvy-content3 */
    .ouchienvy-content3 ul li{
        width: 45%;
    }

    /* ouchienvy-content4 */
    .ouchienvy-content4 .ouchienvy-plan br:nth-child(odd){
        display: block;
    }

    .ouchienvy-content4 .procedure ul li span{
        font-size: 1.4rem;
    }

    .ouchienvy-content4 .contact-temp p{
        text-align: left;
    }

    /* footer.php */
    .top-back{
        width: 50px;
    }
}

@media screen and (max-width: 700px) {
    /* 700pxまでの処理 */
    header .header-top{
        height: 80px;
    }

    header .company-logo p{
        line-height: 1rem;
    }

    /* header .company-logo img{
        width: 65px;
    } */
    header .logo-envy img{
        width: 110px;
    }

    header .company-logo p span br{
        display: block;
    }
    header .company-logo p span{
        line-height: 1rem;
        display: block;
    }

    /* front-page.php */
    .content5 ul{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .content5 ul li{
        width: 100%;
        text-align: center;
    }

    .content5 ul li:nth-of-type(1){
        margin-bottom: 3%;
    }

    /* page-envy.php */
    .envy-content4 p{
        text-align: left;
    }

    .envy-content4 ul{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    
    .envy-content4 ul li{
        width: 100%;
    }

    .envy-content4 ul li .centering{
        text-align: left;
    }

    .envy-content4 ul li div div{
        width: 100%;
    }

    /* page-cenaposto.php */
    .cenaposto-content3{
        background-image: none;
    }
    
}

@media screen and (max-width: 630px) {
    /* 630pxまでの処理 */
    .reservation-form input[name="representative"],
    .reservation-form input[name="your-email"],
    .reservation-form input[name="your-email-check"]{
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    /* 600pxまでの処理 */

    /* page-envy.php */
    .envy-content2 ul li:nth-of-type(1){
        width: 100%;
    }

    .envy-content3 p{
        text-align: left;
    }

    .envy-content3 p br{
        display: none;
    }

    /* page-cenaposto.php */
    .cenaposto-content2 ul li:nth-of-type(1){
        width: 100%;
    }

    .cenaposto-content5 h2 br{
        display: block;
    }


    /* page-ouchienvy.php */
    .ouchienvy-content4 .contact-temp .br600{
        display: block;
    }
}

@media screen and (max-width: 480px) {
    /* 480pxまでの幅の場合に適応される */

    html{
        font-size: 3.3333333vw;
    }

    /* ---------------------- */
    /* ----- header.php ----- */
    /* ---------------------- */
    header nav.menu ul .all-logo-sp a {
        margin: 0 3%;
    }

    /* ---------------------- */
    /* --- front-page.php --- */
    /* ---------------------- */
    .content3 .store-info .store-info-li1,
    .content3 .store-info .store-info-li2{
        width: 100%;
    }

    .content3 .store-info .store-info-li2{
        /* margin-top: 3%; */
        height: 100%;
    }

    /* .content3 .store-info .store-info-li1 ul li:nth-of-type(1){
        margin-bottom: 0;
    } */

    .content3 .store-info .store-info-li1 ul li:nth-of-type(1){
        margin-bottom: 5%;
    }
    
    .content3 .store-info .store-info-li1 ul li:nth-of-type(2){
        margin-bottom: 5%;
    }
    
    .content3 .store-info .store-info-li1 ul li:nth-of-type(3){
        margin-bottom: 5%;
    }

    .content3 .store-info .store-info-li1 ul li:nth-of-type(4){
        margin-bottom: 5%;
    }
    
    .content3 .store-info .store-info-li2 a{margin-bottom: 5%;display: block;}
    .content3 .store-info .store-info-li2 div{margin-bottom: 5%;}

    .content3 .store-info{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .content3 .store-info .pc-none-text{
        display: block;
        border: none !important;
        margin: 1% 0;
        box-shadow: none!important;
    }

    .content3 .store-info.sp-none{
        display: none;
    }

    .content4 .store-sns li .fb-sp{
        display: block;
        width: 100%;
    }

    .content4 .store-sns li .fb-pc{
        display: none;
    }

    .content5 ul li:nth-of-type(2){
        width: 70%;
    }

    .content7 ul{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .content7 ul li{
        width: 100%;
    }

    .content7 ul li:nth-of-type(1){
        margin-bottom: 3%;
    }

    /* ---------------------- */
    /* -----  Club Envy ----- */
    /* ---------------------- */
    .envy-content2 ul li .fb-pc{
        display: none;
    }

    .envy-content2 ul li .fb-sp{
        display: inline;
    }

    .envy-content2 ul .post-design p:nth-of-type(1){
        text-align: left;
        padding-left: 1%;
    }



    .envy-content4 p{
        font-size: 1.3rem;
    }

    .envy-content4 ul li div div{
        font-size: 1.1rem;
    }

    .envy-content5 ul li:nth-of-type(2){
        line-height: 4.5vw;
    }

    /* ----------------------- */
    /* - FOOD BAR Cena Posto - */
    /* ----------------------- */
    .cenaposto-content2 ul li:nth-of-type(1){
        width: 100%;
    }
    
    .cenaposto-content2 ul .post-design p:nth-of-type(1){
        max-width: 100%;
        text-align: left;
    }

    .cenaposto-content2 ul li .fb-pc{
        display: none;
    }

    .cenaposto-content2 ul li .fb-sp{
        display: inline;
    }

    .reservation-form .main-item,
    .reservation-form .sub-item{
        width: 100%;
    }

    .cenaposto-content9 .wrapper{
        border-radius: 20px;
    }

    .self-restraint{
        text-align: left!important;
    }

    .envy-reservation-form .main-item,
    .envy-reservation-form .sub-item{
        width: 100%;
    }

    #envy-reservation-form input[name="representative"],
    #envy-reservation-form input[name="phone"],
    #envy-reservation-form input[name="your-email"],
    #envy-reservation-form input[name="your-email_confirm"]{
        width: 100%;
    }

    /* ---------------------- */
    /* ----- ouchi Envy ----- */
    /* ---------------------- */
    /* ouchienvy-content2 */
    .ouchienvy-content2 ul li p{
        width: 100%;
    }

    /* ouchienvy-content3 */
    .ouchienvy-content3 ul{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .ouchienvy-content3 ul li{
        width: 100%;
    }

    .ouchienvy-content3 ul li img{
        display: block;
        width: 80%;
        margin: 0 auto;
    }

    /* ouchienvy-content4 */
    .ouchienvy-content4 p{padding-left: 1vw;}

    .ouchienvy-content4 .procedure ul{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .ouchienvy-content4 .procedure ul li:nth-of-type(1){
        border-bottom: 2px solid rgb(220,220,220);
        font-size: 4.5vw;
    }

    .ouchienvy-content4 .procedure ul li:nth-of-type(2){
        width: 90%;
        margin-top: 3%;
        border-left: none;
        font-size: 3.3333vw;
        text-align: center;
    }

    .ouchienvy-content4 .procedure ul li span{
        font-size: 4vw;
    }

    /* page-ouchienvy.php */
    .ouchienvy-content4 .procedure .arrow-bottom{
        width: 12vw;
    }

    .ouchienvy-content4 .contact-temp h3{
        font-size: 1.1rem;
    }

    .ouchienvy-content4 .contact-temp a{
        font-size: 1.5rem;
    }
}
@media screen and (max-width: 320px) {
/* 320pxまでの幅の場合に適応される */

    header nav.menu ul .all-logo-sp a img {
        height: 40px;
    }

    header .company-logo img {
        width: 40px;
    }

}