/* @media screen and (min-width: 560px) {
					#bread {
						margin: 84px auto 0;
					}
				} */

#recommend .coursePhotoBox p,
#recommend .coursePhotoBox ul li {
    font-family: "M PLUS 1p", sans-serif;
    font-size: 16px;
}

@media screen and (max-width: 560px) {

    #recommend .coursePhotoBox p,
    #recommend .coursePhotoBox ul li {
        font-size: 14px;
    }
}

/* トップ紹介文 */
.intro {
    width: 85%;
    margin: 0 auto;
}

@media screen and (max-width: 560px) {
    .intro {
        width: 100%;
    }
}

.taC {
    text-align: center;
}

@media screen and (max-width: 560px) {
    .taC.taL {
        text-align: start;
    }
}

.coursePhotoBox .box .menuList {
    padding: 20px 30px;
    width: calc(100% - 20px);
    margin: 0 auto;
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0px 0px 0px 10px #fff;
    border: dashed 2px #95777e;
}

@media screen and (max-width: 560px) {
    .coursePhotoBox .box .menuList {
        padding: 10px 20px;
    }
}

.coursePhotoBox .box .menuList li .mark {
    font-weight: bold;
}

#recommend .coursePhotoBox .box .desert_option {
    width: calc(90% - 50px);
    display: flex;
    background: none;
}

@media screen and (max-width: 560px) {
    #recommend .coursePhotoBox .box .desert_option {
        width: 100%;
        padding: 10px 0;
    }
}

/* 元々白だった背景 */
.coursePhotoBox .box {
    background: none;
    box-shadow: none;
}

/* 共通部分　改行 */
/* 画面幅が1024px以上の時は */
@media screen and (min-width: 1024px) {
    .pc {
        display: block;
    }

    .sp {
        display: none;
    }
}

/* 画面幅が560px以下の時は */
@media screen and (max-width: 560px) {
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }
}

/* 料理紹介の文字サイズ */
.coursePhotoBox .box .menuList li {
    font-size: 1.3rem;
}

/* 背景色 */
.wrap {
    background-color: #fcf4ac;
    /* background-image: url(/-/media/hotel/hh/takarazukahotel/contents/lensemble/img/collaboration/bgmain_banana.png); */
    background-repeat: repeat;
}

@media screen and (max-width: 770px) {
    .wrap {
        /* background-image: url(/-/media/hotel/hh/takarazukahotel/contents/lensemble/img/collaboration/bgmain_banana.png); */
        background-position: left 24vw, right bottom;
        background-size: 25%, 25%;
        padding: 0 0 2% 0;
    }
}

/* spの画面幅 */
@media screen and (max-width: 770px) {
    #recommend .coursePhotoBox .box {
        padding: 16px;
    }
}

/* トップロゴ */
.george {
    width: 150px;
    /* 130px */
    vertical-align: middle;
}

.georgexhankyu {
    width: 685px;
    /* 477px　→　650px */
    vertical-align: middle;
}

@media screen and (min-width: 560px) {
    .logo_sp {
        display: none;
    }
}

@media screen and (max-width: 560px) {
    .george {
        width: 90px;
    }

    .georgexhankyu {
        width: 205px;
    }

    .logo_pc {
        display: none;
    }
}

/* オリジナルデザイン */
.original {
    font-size: 18px !important;
    font-weight: 600;
}

@media screen and (max-width: 560px) {
    .original {
        font-size: 14px !important;
        font-weight: 600;
    }
}

/* デザート画像 */
.dessert {
    width: 85%;
    margin: 30px auto 0;
}

.coursePhotoBox .box .dessert img {
    width: 100%;
    border: 10px solid #fff;
    border-radius: 16px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 560px) {
    .dessert {
        width: 100%;
    }
}

/* 料理紹介 */
.menu_details {
    margin: 40px auto 0;
    width: 85%;
}

@media screen and (max-width: 560px) {
    .menu_details {
        width: 100%;
    }

    .menu_details.sp_padding {
        padding: 10px 15px;
    }

}

/* 販売期間・時間 */
.sales {
    font-size: 1.3rem;
}

@media screen and (max-width: 560px) {
    .sales span {
        display: none;
    }

}

/* 販売期間 フォント */
.coursePhotoBox .box .name .period,
.period {
    color: #944d5e;
    font-family: "M PLUS 1p", sans-serif;
    font-weight: 800;
    letter-spacing: 1px;
    display: block;
    font-size: 16px;
}

.period {
    width: 100%;
    text-align: center;
}

.period span {
    font-size: 22px;
    margin: 0 2px;
    background: none;
    color: #944d5e;
}

.period.plate {
    /* font-family: "Dela Gothic One", sans-serif !important; */
    /* font-weight: 400; */
    font-weight: 800;
    font-style: normal;
    margin-top: -10px !important;
}

.plate span {
    font-size: 34px;
}

.plate.pname {
    margin-top: 0px !important;
}

.plate.pname span {
    font-size: 25px !important;
    line-height: normal;
}

@media screen and (max-width: 560px) {
    .period span {
        font-size: 18px;
    }

    .plate span {
        font-size: 22px;
        margin-top: 50px !important;
        display: block;
    }

    .plate.pname span {
        font-size: 20px !important;
        margin-top: 15px !important;
    }
}


/* 予約ボタン */
@media screen and (min-width: 560px) {
    .coursePhotoBox .box .btnBox {
        padding: 0 5%;
        width: 85%;
        margin: 0 auto;
    }
}

a.btn_detail {
    font-family: "M PLUS 1p", sans-serif;
    background: url(../imgs/share/mrk_arrow_w.png) no-repeat right 12px top 50% #934c5c;
}