@charset "UTF-8";


html {
    scroll-behavior: smooth;
}
p{
	margin: 0;
	line-height: 1.8em;
    font-size: 14px;
}
h2{
    font-size: 46px;
    margin-bottom: 10px;
}
h3{
    text-align: center;
    margin-bottom: 30px;
    font-size: 31px;
}

.sp_only{display: none;}
.pc_only{display: inline-block;}
.tb_only{display: none;}
.pctb_only{display: inline-block;}
.tbsp_only{display: none;}

.topics_chinese_party{
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    color: #363532;
    font-family: "BIZ UDMincho","Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
.topics_chinese_party a{
    color: #363532;
}
.topics_chinese_party a img:hover{
    opacity: 1;
}

.main_con{
    background-image: url("../img/chinese_food_mv.jpg");
    background-size: cover;
    background-position-x: center;
}
.main_inner{
    background-image: linear-gradient(rgba(255, 255, 255, 0.8) 77%, rgba(255, 255, 255, 0) 90%);
    max-width: 360px;
    width: 70%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 60px 0 22%;
}
.main_inner h1{
    width: 75%;
    margin: 0 auto 40px;
}
.main_inner p{
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode:vertical-rl;
    line-height: 2.5em;
    letter-spacing: 0.18em;
    font-size: 16px;
    font-weight: bold;
}

.pekingduck_container,.dimsum_container{padding: 5% 8%;}
.pekingduck_container{
    background-color: #f7dace;
    position: relative;
}
.dimsum_container{
    background-color: #f7f1a8;
    margin-bottom: 50px;
    position: relative;
}

.chinese_con{
    display: flex;
    justify-content: right;
    align-items: center;
    margin-bottom: 30px;
    position: relative;
}
.chinese_con_img{}
.chinese_img{
    width: 35%;
    margin-right: 30px;
}
.chinese_txt{
    width: 55%;
    text-align: left;
    z-index: 2;
}
.chinese_txt p,.nankingduck_txt p{
    margin: 5px 0;
    line-height: 2em;
}
.pekingduck_txt,
.dimsum_txt{
    position: absolute;
    max-width: 110px;
    width: 15%;
    left: -35px;
    top: -70px;
    opacity: 0.7;
    z-index: 1;
}

.chinese_item{
    margin: 0 auto 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    border: solid 1px #363532;
    padding: 40px 30px 30px;
    text-align: center;
    position: relative;
    z-index: 2;
}
.chinese_item:before{
    content: '';
    display: inline-block;
    width: 191px;
    height: 37px;
    background-image: url(../img/gyomusuper_item.png);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
}

.topics_chinese_party .item_con a:hover{
    text-decoration: none;
    opacity: 0.7;
    transition: 0.4s;
}

.chinese_item .item_con{
    width: 17%;
    margin: 15px 1.5% 0;
}
.item_con.not_main{
    position: relative;
}
.item_con.not{
    display: none;
}
.item_con.not_main::before{
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgb(247 218 206 / 80%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: .3s;
}
.item_con.not_main.white::before{
    background-color: rgb(255 255 255 / 65%);
}
.item_con.not_main::after{
    content: '現在お取り扱いして\Aおりません';
    font-size: 12px;
    font-family: "メイリオ", "MS Pゴシック", "MS PGothic", "游ゴシック", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, Arial, Helvetica, Verdana, sans-serif;
    font-weight: bold;
    white-space: pre;
    position: absolute;
    width: 80%;
    top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
    z-index: 2;
}

.item_con p{
    font-family: "メイリオ", "MS Pゴシック", "MS PGothic", "游ゴシック", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, Arial, Helvetica, Verdana, sans-serif;
    line-height: 1.3em;
    margin-top: 6px;
}
.item_con img{
    margin-bottom: 5px;
}
.nankingduck_item .item_con{
    width: 96%;
}
.dimsum_container .chinese_item{
    justify-content: flex-start;
}


.pekingduck_note{
    display: flex;
    margin-bottom: 40px;
}
.pekingduck_note h4{
    width: 23%;
    background-color: #b80233;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 3%;
    line-height: 1.5em;
}
.pekingduck_note p{
    width: 35%;
    margin-right: 2%;
    line-height: 2em;
}
.pekingduck_note p:nth-of-type(1){
    width: 40%;
    border-right: dotted 1px #363532;
    margin-right: 2%;
    padding-right: 2%;
}
.pekingduck_note p:nth-of-type(2){}

.pekingduck_recipe{
    text-align: center;
    margin-bottom: 50px;
}
.pekingduck_recipe img.miracle_recipe{
    max-width: 190px;
    width: 50%;
}
.pekingduck_recipe h6{
    font-size: 30px;
    margin: 15px 0 20px;
}

.pekingduck_recipe_con{
    display: flex;
    justify-content: space-between;
}
.pekingduck_recipe_con a{
    width: 48%;
    text-align: left;
}
.pekingduck_recipe_con a:focus{
    outline: none;
    text-decoration: none;
}
.pekingduck_recipe_con a:hover{
    text-decoration: none;
}
.pekingduck_recipe_con a:hover .recipe_btn{
    background-color: #363532;
    color: #fff;
    transition: 0.4s;
}
.pekingduck_recipe_con a:hover .recipe_btn:before{
    background-image: url(../img/popup_icon_on.png);
}
.recipe_btn{
    transition: 0.4s;
    position: relative;
}
.recipe_btn:before{
    content: '';
    display: inline-block;
    width: 17px;
    height: 15px;
    background-image: url(../img/popup_icon.png);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    top: 50%;
  right: 15px;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
}

.pekingduck_recipe_con a img{
    margin-bottom: 12px;
}
.pekingduck_recipe_con a h5{
    font-size: 21px;
    margin-bottom: 5px;
}
.pekingduck_recipe_con a p{}
.pekingduck_recipe_con a p:last-of-type{
    text-align: center;
    border: solid 1px #363532;
    width: 70%;
    margin: 10px auto 0;
    padding: 10px 0;
    border-radius: 35px;
}
.mfp-bg{
    opacity: 0;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
.mfp-bg.mfp-ready {
    opacity: 0.8;
}
.mfp-bg.mfp-removing {
  opacity: 0;
}
.mfp-removing .mfp-content{
  opacity: 0;
}
.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  padding: 30px 0;
}
.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.recipe_container{
    max-width: 830px;
    width: 90%;
    margin: 0 auto;
    background-color: #fff;
    font-family: "BIZ UDMincho","Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    position: relative;
}
.recipe_container a{
    color: #363532;
}
.recipe_container a:hover{
    text-decoration: none;
    opacity: 0.7;
    transition: 0.4s;
}
.recipe_container a img:hover{
    opacity: 1;
}
.recipe_wrap{
    padding: 30px 75px 45px;
}
.recipe_title{
    text-align: center;
    margin-bottom: 20px;
}
.recipe_title h2{
    font-size: 32px;
}
.recipe_title p{
    text-align: left;
}
.recipe_con{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.recipe_left{
    width: 45%;
}
.recipe_right{
    width: 50%;
}
.min_title{
    background-color: #f7dace;
    padding: 7px 10px;
    line-height: 1;
    margin-bottom: 8px;
}
.ingredient{
    margin-bottom: 20px;
}
.useitem{}
.useitem_wrap{
    display: flex;
    justify-content: center;
    text-align: center;
}
.useitem .item_con{
    width: 40%;
    font-family: "メイリオ", "MS Pゴシック", "MS PGothic", "游ゴシック", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, Arial, Helvetica, Verdana, sans-serif;
}
.useitem .item_con img{
    width: 90%;
}
.useitem .item_con p{
    line-height: 1.4em;
    font-size: 12px;
}
.howto{}
.howto ol{
    padding: 0;
    margin: 0;
}
.howto li{
    padding: 14px 1px 10px 3em;
    text-indent: -3em;
    border-bottom: dashed 1px #333;
    line-height: 1.7em;
    list-style: none;
}
.howto li:first-of-type{
    padding-top: 0;
}
.howto li:last-of-type{
    border: none;
}
.advice{
    border: solid 1px #f0b69d;
    padding: 15px 20px;
    border-radius: 10px;
}
.advice p{
    line-height: 1.6em;
}
.advice p:first-of-type{
    text-align: center;
    border-bottom: dashed 1px #333;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
.movie{
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    height: 0;
}
.movie iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.mfp-close-btn-in .mfp-close{
    position: absolute;
    top: 20px;
    right: 20px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer;
    opacity: 0.8;
    padding: 0;
    z-index: 2;
}
.mfp-close-btn-in .mfp-close span {
    background-color: #222;
    width: 27px;
    height: 3px;
    transform: rotate(45deg);
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.mfp-close-btn-in .mfp-close span:nth-of-type(2) {
    transform: rotate(-45deg);
}
.mfp-close-btn-in .mfp-close:active{
    top: 20px;
}
.close-btn{
    text-align: center;
    border: solid 1px #363532;
    max-width: 200px;
    width: 40%;
    margin: 35px auto 0;
    padding: 10px 0;
    border-radius: 35px;
    cursor: pointer;
    transition: 0.4s;
}
.close-btn:hover{
    background-color: #363532;
    color: #fff;
    transition: 0.4s;
}

.nankingduck_con{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    padding-right: 30px;
    height: 350px;
}
.nankingduck_con img{
    width: 27%;
    height: 100%;
    object-fit: cover;
}
.nankingduck_txt{
    width: 45%;
    margin: 0 2%;
}
.nankingduck_txt p:first-of-type{
    font-size: 18px;
    margin-bottom: 0;
}
.nankingduck_item{
    display: flex;
    justify-content: center;
    max-width: 180px;
    width: 100%;
    border: solid 1px #363532;
    text-align: center;
    padding: 65px 20px 25px;
    position: relative;
}
.nankingduck_item:before{
    content: '';
    display: inline-block;
    width: 180px;
    height: 37px;
    background-image: url(../img/gyomusuper_item2.png);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
}
.nankingduck_item img{
    width: 100%;
    height: auto;
    margin: 0;
}

.tume{margin-left: -15px;}

.dimsum_column{
    background-color: #fff;
    border-radius: 20px;
    padding: 4% 6% 6%;
    position: relative;
}
.chinese_food_img1,.chinese_food_img2{
    position: absolute;
    width: 200px;
}
.chinese_food_img1{
    top: -5px;
    left: -20px;
}
.chinese_food_img2{
    top: -5px;
    right: -20px;
}
.dimsum_column_title{
    text-align: center;
    margin-bottom: 30px;
}
.dimsum_column_title h2{
    color: #b80233;
    font-size: 37px;
    margin-bottom: 13px;
    margin-left: -5px;
}
.dimsum_column_title h3{
    margin-bottom: 13px;
    font-size: 22px;
}
.dimsum_column_title p{
    line-height: 2em;
}
.dimsum_con{}
.dimsum_con h3{
    margin-bottom: 10px;
}
.dimsum_con h4{
    font-size: 46px;
    text-align: center;
    margin-bottom: 10px;
}
.dimsum_con .ruby{
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.2em;
}
.dimsum_con_flex{
    display: flex;
    flex-wrap: wrap;
}
.dimsum1,.dimsum2,.dimsum3,.dimsum4{
    width: 50%;
    padding: 4% 5%;
}
.dimsum1 p:first-of-type,.dimsum2 p:first-of-type,.dimsum3 p:first-of-type,.dimsum4 p:first-of-type{
    color: #fff;
    /*font-size: 16px;*/
    text-align: center;
    margin-bottom: 12px;
    letter-spacing: 0.2em;
}
.dimsum1{background-color: #f1d2d6;}
.dimsum1 p:first-of-type{background-color: #bb1c33;}
.dimsum2{background-color: #fbe0d5;}
.dimsum2 p:first-of-type{background-color: #eb652d;}
.dimsum3{background-color: #fbf8d7;}
.dimsum3 p:first-of-type{background-color: #e9db39;}
.dimsum4{background-color: #e4d8d7;}
.dimsum4 p:first-of-type{background-color: #773d38;}

/*商品取り扱いが無い場合*/
.Bakery_item_img.not{
	display: none;
}
/*商品取り扱いが無い場合*/


.sns_shere_wrap {
    display: flex;
    justify-content: center;
    margin-right: auto;
    margin-left: auto;
    max-width: 800px;
}
.sns_shere_wrap img{
    width: 100%;
}
.sns_shere_wrap .shere_btn {
    max-width: 42px;
}
.sns_shere_wrap .shere_btn:nth-child(-n+2) {
    margin-right: 22px;
}


.annotation {
  font-size: 12px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 50px;
    background-color: #fff;
    text-align: center;
}
.annotation ul {
  text-indent: -1em;
    padding-left: 1em;
    display: inline-block;
    text-align: left;
    margin-top: 40px;
    max-width: 1000px;
    width: 90%;
}

.last_text{
	max-width: 1000px;
    width: 90%;
    margin: 0 auto;
    padding: 20px 0;
    font-size: 12px;
    font-family: "メイリオ","MS Pゴシック", "MS PGothic", "游ゴシック", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, Arial, Helvetica, Verdana, sans-serif;
}


/*レスポンシブ調整用*/
@media screen and (max-width: 1200px){
.chinese_food_img1{left: -65px;}
.chinese_food_img2{right: -65px;}
}
@media screen and (max-width: 1100px){
.chinese_food_img1{left: -120px;}
.chinese_food_img2{right: -120px;}
}
@media screen and (max-width: 1024px){
.chinese_food_img1{left: -40px;}
.chinese_food_img2{right: -40px;}
}
@media screen and (max-width: 900px){
.chinese_food_img1{left: -110px;}
.chinese_food_img2{right: -110px;}
}
@media screen and (max-width: 850px){
.chinese_img{
    width: 42%;
}

}

/* ここからTB */
@media screen and (max-width: 768px){
.sp_only{display: none;}
.pc_only{display: none;}
.tb_only{display: inline-block;}
.tbsp_only{display: inline-block;}
.pctb_only{display: inline-block;}

h2{font-size: 42px;}
h3{margin-bottom: 15px;}
.chinese_con{
    flex-direction: column;
    margin-bottom: 20px;
}
.main_inner{
    background-image: linear-gradient(rgba(255, 255, 255, 0.8) 80%, rgba(255, 255, 255, 0) 98%);
}
.chinese_img {
    width: 100%;
    margin: 0 0 20px 0;
}
.chinese_txt{
    width: 100%;
}
.chinese_item .item_con{
    width: 22%;
}

.pekingduck_note{
    flex-direction: column;
}
.pekingduck_note h4{
    width: 100%;
    margin: 0 0 10px 0;
    padding: 15px 0;
}
.pekingduck_note p{
    width: 100%;
}
.pekingduck_note p:nth-of-type(1){
    width: 100%;
    border: none;
}

.nankingduck_con{
    flex-flow: wrap;
    padding: 0 0 5% 0;
    justify-content: center;
    height: auto;
}
.nankingduck_con img.tbsp_only{
    margin-bottom: 15px;
}
.nankingduck_con img{
    width: 100%;
    margin: 0;
}
.nankingduck_txt{
    width: 50%;
    padding-right: 15px;
}
.nankingduck_item{
    width: 40%;
}

.dimsum_column_title h2{
    font-size: 36px;
}
.dimsum_column_title h3{
    font-size: 20px;
    margin-top: 10px;
}
.chinese_food_img1, .chinese_food_img2{
    width: 160px;
}

.recipe_wrap{
    padding: 30px 45px 45px;
}

}


/* ここからSP */
@media screen and (max-width: 600px){
.sp_only{display: inline-block;}
.pc_only{display: none;}
.tb_only{display: none;}
.pctb_only{display: none;}
.tbsp_only{display: inline-block;}

h2{
    font-size: 40px;
    margin-bottom: 8px;
}
h3{
    font-size: 5.3vw;
    margin-bottom: 10px;
}
p{
    font-size: 15px;
}
.main_inner{
    padding-top: 30px;
}
.main_inner p{
    line-height: 2.3em;
}
.chinese_con{
    margin-bottom: 10px;
}
.chinese_item{
    justify-content: left;
    padding: 40px 4% 25px 5%;
    margin-bottom: 20px;
}
.chinese_item .item_con{
    width: 30%;
}
.item_con p{
    font-size: 12px;
    line-height: 1.4em;
}
.pekingduck_recipe h6{
    font-size: 7vw;
}
.pekingduck_recipe_con{
    flex-direction: column;
}
.pekingduck_recipe_con a{
    width: 100%;
    margin-bottom: 45px;
}
.pekingduck_recipe{
    margin-bottom: 25px;
}
.howto li{
    font-size: 15px;
}

.mfp-wrap .mfp-content{
    padding: 20px 0;
}
.recipe_container{
    width: 94%;
}
.recipe_wrap{
    padding: 20px 25px 30px;
}
.recipe_title h2{
/*    font-size: 28px;*/
    line-height: 1.2em;
}
.recipe_title p{
    text-align: left;
}
.recipe_con{
    flex-direction: column;
}
.recipe_left,.recipe_right{
    width: 100%;
}
.useitem{
    margin-bottom: 20px;
}

.nankingduck_con{
    flex-direction: column;
    padding: 0 0 9% 0;
}
.nankingduck_txt{
    width: 85%;
}
.nankingduck_item{
    max-width: 85%;
    width: 85%;
    display: flex;
    justify-content: center;
}
.nankingduck_item .item_con{
    width: 38%;
}
.nankingduck_item:before{
    content: '';
    display: inline-block;
    width: 191px;
    height: 37px;
    background-image: url(../img/gyomusuper_item.png);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
}

.chinese_food_img1, .chinese_food_img2{
    width: 120px;
}
.chinese_food_img1{
    left: -70px;
}
.chinese_food_img2{
    right: -70px;
}
.dimsum_column_title{
    margin-bottom: 15px;
}
.dimsum_column_title p{
    text-align: left;
    width: 92%;
    margin: 0 auto;
}
.dimsum_con_flex{
    flex-direction: column;
}
.dimsum1, .dimsum2, .dimsum3, .dimsum4{
    width: 100%;
    padding: 6% 7%;
}



}

@media screen and (max-width: 450px){
.chinese_food_img1{
    left: -80px;
}
.chinese_food_img2{
    right: -80px;
}
.dimsum_column_title h2{
    font-size: 7.2vw;
}
.dimsum_column_title h3{
    font-size: 5vw;
}

.pekingduck_txt,
.dimsum_txt{
    left: -10%;
}

}