@charset "UTF-8";

/*----------------------------------------
　Plan Navigation
----------------------------------------*/
img {
    width: 100%;
}

.pagePlan ul.localNav {
    padding: 20px;
}
.pagePlan ul.localNav li {
    position: relative;
    padding-bottom: 5px;
    padding-left: 5px;
    margin-bottom: 15px;
}

.lNav_ani {
    background: #c7b7a4;
}
.lNav_zyo {
    background: #a5b19b;
}
.lNav_pro {
    background: #B0C9D0;
}
.lNav_est {
    background: #CCB8C4;
}
.lNav_meet {
    background: #a95d6b;
}
.lNav_pry {
    background: #515b77;
}

.pagePlan ul.localNav li img {
    margin-top: -10px;
    width: 80px;
}
.pagePlan ul.localNav li span {
    display: inline-block;
    padding: 15px 0 10px 15px;
    font-family: 'SourceHanSerifJP-Medium';
    font-size: 20px;
    vertical-align: top;
    color: #FFFFFF;
}
.pagePlan ul.localNav li::after {
    content: '';
    display: block;
    width: 60px;
    height: 2px;
    background: #FFFFFF;
    position: absolute;
    top: 60%;
    left: 100px;
}
@media print,
screen and (max-width : 768px) {
    .pagePlan ul.localNav::after {
        width: 50px;
        top: 60%;
        left: 100px;
    }
}
@media print,
screen and (max-width : 980px) {
    .pagePlan ul.localNav::after {
        width: 50px;
        top: 60%;
        left: 100px;
    }
}
.pagePlan ul.localNav li.lNav_zyo::after {
    content: '';
    display: block;
    width: 60px;
    height: 2px;
    background: #FFFFFF;
    position: absolute;
    top: 60%;
    left: 100px;
}
@media print,
screen and (max-width : 320px) {
    .pagePlan ul.localNav {
        padding-top: 50px;
    }
}
@media print,
screen and (max-width : 420px) {
    .pagePlan ul.localNav li.lNav_est span {
        width: 65%;
    }
    .pagePlan ul.localNav li.lNav_est::after {
        top: 85%;
    }
}
@media print,
screen and (min-width : 768px) {
    .pagePlan ul.localNav {
        padding: 0px 0 20px;
        max-width: 94%;
        margin: 0 auto;
        overflow: hidden;
    }
    .pagePlan ul.localNav li {
        /*margin-bottom: 0px;*/
        margin-bottom: 20px;
        padding-bottom: 0px;
        padding-left: 0px;
        float: left;
        /*width: calc((100% - 20px) / 3);*/
        width: 47%;
        height: 80px;
        margin-right: 10px;
        transition: 0.5s;
    }
    .pagePlan ul.localNav li a {
        display: block;
        height: 100%;
    }
    .pagePlan ul.localNav li:hover {
        opacity: 0.6;
    }
    .pagePlan ul.localNav li:last-child {
        margin-right: 0;
    }
    .pagePlan ul.localNav li img {
        margin-top: 0px;
        position: absolute;
        width: 80px;
        left: 10px;
        top: 10px;
    }
    .pagePlan ul.localNav li span {
        padding: 0px;
        font-size: 16px;
        position: absolute;
        top: 50%;
        left: 100px;
        margin-top: -20px;
        letter-spacing: 1px;
    }
    .pagePlan ul.localNav li::after {
        content: '';
        display: block;
        width: 50px;
        height: 2px;
        background: #FFFFFF;
        position: absolute;
        top: 40%;
        margin-top: 15px;
        left: 100px;
    }
    .pagePlan ul.localNav li.lNav_zyo::after {
        top: 40%;
        left: 100px;
    }
}
@media print,
screen and (min-width : 980px) {
    .pagePlan ul.localNav li {
        /**width: calc((100% - 67px) / 4);**/
        height: 100px;
        margin-right: 22px;
    }
    .pagePlan ul.localNav li img {
        width: 100px;
    }
    .pagePlan ul.localNav li span {
        font-size: 18px;
        left: 120px;
    }
    .pagePlan ul.localNav li::after {
        width: 60px;
        left: 120px;
    }
    .pagePlan ul.localNav li.lNav_zyo::after {
        width: 60px;
        left: 120px;
        top: 30%;
    }
}
@media print,
screen and (min-width:980px) and (max-width:1240px) {
    .pagePlan ul.localNav li {
        height: 100px;
        margin-right: 22px;
    }
    .pagePlan ul.localNav li span {
        left: 120px;
        top: 35%;
    }
    .pagePlan ul.localNav li {
        height: 125px;
    }
    .pagePlan ul.localNav li::after {
        top: 30%;
    }
}

@media print,
screen and (min-width : 1240px) {
    .pagePlan ul.localNav li {
        width: calc((100% - 67px) / 4);
    }
    .pagePlan ul.localNav li::after {
        top: 35%;
    }
    .pagePlan ul.localNav li span {
        top: 35%;
    }
}

@media print,
screen and (min-width : 1472px) {}


/*----------------------------------------
　Plan Common
----------------------------------------*/
.areaPlan .planTtl {
    padding: 20px;
}
.areaPlan .planTtl h2 {
    line-height: 1.6;
    font-family: 'Playfair Display SC', serif;
    font-weight: normal;
    font-size: 14px;
    color: #FFFFFF;
    position: relative;
}
.areaPlan .planTtl h2::after {
    content: '';
    display: block;
    /**width: 200px;**/
    width: 120%;
    height: 1px;
    background: #FFFFFF;
    position: absolute;
    top: 40px;
    left: 0;
}
.areaPlan .planTtl h2 span {
    display: block;
    font-size: 26px;
    font-family: 'SourceHanSerifJP-Medium';
}
.areaPlan .planTtl dl .red {
    /**color: #CC4141;**/
    color: #CC0000;
}
@media print,
screen and (min-width : 768px) {
    .areaPlan {
        position: relative;
    }
    .planTtlImg {
        width: 240px;
        position: absolute;
        left: 50%;
        top: 50px;
        margin-left: -370px;
        z-index: 10;
    }
    .areaPlan .planTtl {
        padding: 0px;
        position: relative;
        height: 160px;
        margin-bottom: 250px;
    }
    .areaPlan .planTtl div {
        position: absolute;
        left: 50%;
        top: 50%;
        margin-top: -50px;
        margin-left: -150px;
    }
    .areaPlan .planTtl h2 {
        line-height: 2.3;
        font-size: 14px;
        padding-left: 50px;
    }
    .areaPlan .planTtl h2::after {
        /**width: 550px;**/
        top: 65px;
        left: 0;
    }
    .areaPlan .planTtl h2 span {
        font-size: 30px;
    }
}
@media print,
screen and (min-width : 980px) {
    .planTtlImg {
        width: 360px;
        top: 65px;
        margin-left: -510px;
    }
    .areaPlan .planTtl {
        height: 200px;
        margin-bottom: 300px;
    }
    .areaPlan .planTtl div {
        margin-top: -60px;
    }
    .areaPlan .planTtl h2::after {
        top: 75px;
    }
    .areaPlan .planTtl h2 span {
        font-size: 36px;
    }
}


/*----------------------------------------
　Plan Message
----------------------------------------*/
.planMess {
    padding: 20px;
}
.planMess h3 {
    padding-bottom: 10px;
    font-size: 18px;
    line-height: 1.4;
    font-family: 'SourceHanSerifJP-Medium';
    font-weight: normal !important;
}
@media print,
screen and (min-width : 768px) {
    .planMess {
        position: absolute;
        width: 480px;
        left: 50%;
        top: 200px;
        margin-left: -120px;
    }
    .planMess h3 {
        font-size: 21px;
        line-height: 1.8;
    }
    .planMess p {
        font-size: 14px;
        width: 450px;
    }
}
@media print,
screen and (min-width : 980px) {
    .planMess {
        width: 550px;
        top: 230px;
    }
    .planMess h3 {
        font-size: 23px;
    }
    .planMess p {
        width: 500px;
    }
}
.planMess ul.attTxt {
    font-size: 12px;
    margin: 10px 0;
}


/*----------------------------------------
　Plan Menu
----------------------------------------*/
.planMenu {
    margin: 0 5px;
}
.pmDtl {
    margin-bottom: 20px;
    padding: 80px 10px 60px;
    background: #f7f6f2;
    box-shadow: 10px 10px 40px 0 rgba(0, 0, 0, 0.2);
    position: relative;
}
.pmDtl::after {
    content: '';
    display: block;
    width: calc(100% - 20px);
    height: calc(100% - 40px);
    border: 1px solid #C2A587;
    position: absolute;
    top: 30px;
    left: 10px;
}
.pmDtl.hauto {
    height: auto !important;
}
.pmDtl h3 {
    width: 160px;
    margin-left: -80px;
    /*width: 120px;
    margin-left: -60px;*/
    font-size: 14px;
    text-align: center;
    background: #f7f6f2;
    position: absolute;
    top: 10px;
    left: 50%;
    z-index: 1;
}
.pmDtl h3 span {
    display: block;
    color: #C2A587;
    font-size: 30px;
    font-family: 'Playfair Display SC', serif;
    font-weight: normal;
}


/*----------------------------------------
　Icon
----------------------------------------*/
ul.pmIcon {
    text-align: center;
}
@media print,
screen and (max-width : 420px) {
    .quatre_option ul.pmIcon {
        margin-top: 50px;
    }
}
ul.pmIcon li.drink {
    background: #c2879c;
}
ul.pmIcon li.green {
    background: #91B376;
}
ul.pmIcon li {
    vertical-align: bottom;
    display: inline-block;
    width: 70px;
    height: 95px;
    background: #c2a587;
    position: relative;
    margin-bottom: 5px;
}
ul.pmIcon li img {
    width: 22px;
    margin-left: -10px;
    position: absolute;
    top: 15px;
    left: 50%;
}
ul.pmIcon li span {
    display: block;
    padding-top: 50px;
    font-size: 11px;
    line-height: 1.1;
    color: #FFFFFF;
}
ul.pmIcon li.drink span {
    padding-top: 45px;
}
/*ul.pmIcon li.flour span {
    padding-top: 45px;
}*/

.pmPrice {
    padding: 20px;
    text-align: center;
}


/*----------------------------------------
　Menu Dtl
----------------------------------------*/
.pmPop {
    text-align: center;
}
.pmPop h4 {
    width: 100px;
    font-size: 18px;
    display: inline-block;
    color: #C2A587;
    font-family: 'Playfair Display SC', serif;
    font-weight: normal;
    position: relative;
}
.pmPop h4::before,
.pmPop h4::after {
    content: '';
    display: block;
    width: 80px;
    height: 1px;
    background: #C2A587;
    position: absolute;
    top: 12px;
}
.pmPop h4::before {
    left: -80px;
}
.pmPop h4::after {
    right: -80px;
}
.pmPop h5 {
    font-size: 14px;
    margin-top: 10px;
}
.pmPop ul {
    padding: 20px 20px 0 20px;
    text-align: center;
}
.pmPop ul li {
    font-size: 14px;
    padding-bottom: 15px;
    line-height: 1.4;
}


/*----------------------------------------
　Reserve Button
----------------------------------------*/
ul.pmBtn {
    width: 300px;
    margin-left: -150px;
    text-align: center;
    position: absolute;
    bottom: -1px;
    left: 50%;
    z-index: 1;
}
ul.pmBtn li {
    display: block;
}
ul.pmBtn li a {
    display: block;
    line-height: 46px;
    letter-spacing: 1px;
    padding: 0 35px;
    color: #FFFFFF;
    background: #bd6363;
    position: relative;
}
ul.pmBtn li a::after {
    display: block;
    content: '';
    width: 6px;
    height: 6px;
    margin-top: -3px;
    border-right: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    transform: rotate(-45deg);
    position: absolute;
    top: 50%;
    right: 20px;
}

@media print,
screen and (max-width : 320px) {
    .pmDtl:nth-of-type(1) .pmIcon,
    .pmDtl:nth-of-type(2) .pmIcon {
        width: 70%;
        margin: 0 auto;
    }
    .pmDtl:nth-of-type(1) .pmIcon li:nth-of-type(1),
    .pmDtl:nth-of-type(1) .pmIcon li:nth-of-type(2),
    .pmDtl:nth-of-type(2) .pmIcon li:nth-of-type(1),
    .pmDtl:nth-of-type(2) .pmIcon li:nth-of-type(2) {
        margin-bottom: 4px;
    }
}
@media print,
screen and (min-width : 768px) {
    .planMenu {
        padding: 0 20px;
    }
    .pmDtl {
        margin-bottom: 40px;
    }
}
@media print,
screen and (min-width : 980px) {
    .planMenu {
        max-width: 1250px;
        margin: 0 auto;
        text-align: center;
        padding: 0;
    }
    .pmDtl {
        display: inline-block;
        vertical-align: top;
        width: 400px;
        margin-right: 20px;
    }
    .pmDtl:last-child {
        margin-right: 0;
    }
    .pmPrice {
        font-size: 14px;
    }
    .pmPop ul li {
        /**margin-bottom: 8px;**/
        font-size: 11px;
    }
    ul.pmBtn li a {
        display: block;
        box-sizing: border-box;
        transition: 0.4s;
    }
    ul.pmBtn li a.one {
        width: 219px;
    }
    ul.pmBtn li a:hover {
        text-decoration: none;
        background: #C88282;
        letter-spacing: 2px;
    }
}


/*----------------------------------------
　記念日プラン
----------------------------------------*/
@media print,
screen and (min-width : 768px) and (max-width:980px) {
    .areaPlan#anniversary .planMenu {
        padding: 60px 0;
    }
}
.areaPlan#anniversary .planTtl {
    background: #c7b7a4;
}
.areaPlan {
    padding: 20px 0;
    background: #FFF;
}
@media print,
screen and (min-width : 980px) {
    .areaPlan {
        padding: 40px 0;
        width: 94%;
        margin: 0 auto 80px;
    }
}


/*----------------------------------------
　Option
----------------------------------------*/
.pmOptionAni {
    margin: 20px 10px;
    border: 1px solid #c0c0c0;
}
.pmOATtl {
    padding: 20px 0;
    border-bottom: 1px solid #c0c0c0;
    position: relative;
}
.pmOptionAni .pmOATtl h3 {
    width: 90%;
    margin: 0 0 20px;
    padding: 5px 0;
    text-align: center;
    font-size: 16px;
    color: #FFFFFF;
    background: #000;
}
dl.pmOAPrice {
    padding: 20px 0;
    overflow: hidden;
}
dl.pmOAPrice dt {
    float: left;
    font-size: 14px;
}
dl.pmOAPrice dd {
    float: right;
    font-size: 16px;
    font-family: 'SourceHanSerifJP-Medium';
}
dl.pmOAPrice dd span {
    display: inline-block;
    padding-right: 3px;
    font-size: 30px;
}
@media print,
screen and (min-width : 980px) {
    .pmOptionAni {
        width: 840px;
        margin: 60px auto 20px;
        overflow: hidden;
    }
    .pmOptionAni .pmOATtl h4 {
        font-size: 18px;
        margin-bottom: 8px;
    }
    .pmOptionAni .pmOATtl p {
        font-size: 14px;
    }
    .pmOATtl {
        float: right;
        width: 588px;
        border-left: 1px solid #c0c0c0;
        border-bottom: none;
        margin-top: -30px;
        padding-top: 50px;
        padding-left: 40px;
    }
    .pmOATimg {
        float: left;
        width: 250px;
    }
    .pmOATtl .attTxt {
        font-size: 11px;
    }
    dl.pmOAPrice {
        float: left;
        width: 338px;
        padding-left: 0;
    }
    .pmOAPrice dd span {
        font-size: 36px;
    }
}
@media print,
screen and (max-width : 980px) {
    .pmOptionAni {
        text-align: center;
    }
    .pmOATimg {
        float: none;
        width: 90%;
        margin: 20px auto;
    }
    .pmOATtl {
        float: none;
        width: 90%;
        border-left: none;
        border-bottom: none;
        margin: -30px auto 0;
        padding-top: 50px;
        padding-left: 0;
    }
    .pmOptionAni .pmOATtl h3 {
        width: 100%;
    }
}

/*----------------------------------------
　お顔合わせプラン
----------------------------------------*/
.areaPlan#meeting .planTtl {
    background: #a95d6b;
}
.pTtlSub {
    text-align: right;
    color: #FFFFFF;
    font-size: 18px;
    font-family: 'SourceHanSerifJP-Medium';
}
@media print,
screen and (min-width : 768px) {
    .areaPlan#meeting .planTtl {
        margin-bottom: 360px;
    }
    .pTtlSub {
        position: absolute;
        left: 47%;
        top: 105px;
        font-size: 21px;
        margin-left: 100px;
    }
    .pTtlSub span {
        font-size: 30px;
    }
}
@media print,
screen and (min-width : 980px) {
    .pTtlSub {
        top: 125px;
        margin-left: 180px;
    }
}
@media print,
screen and (min-width : 768px) and (max-width:980px) {
    .pTtlSub.catch {
        top: 80%;
        right: 26%;
        margin-left: -5%;
        font-size: 1.1rem;
    }
    .areaPlan#meeting .planMenu {
        padding: 20px 0;
    }
}
@media print,
screen and (min-width : 980px) and (max-width:1240px) {
    .pTtlSub.catch {
        top: 79%;
        right: 22%;
        margin-left: 0%;
        font-size: 1.3rem;
    }
}
@media print,
screen and (min-width : 1241px) {
    .pTtlSub.catch {
        top: 75%;
        right: 21%;
        margin-right: 2%;
        margin-left: 0%;
        font-size: 1.7rem;
    }
}


/*----------------------------------------
　Option
----------------------------------------*/
.pmOptionMeet {
    margin: 40px 10px 10px;
    border: 1px solid #c0c0c0;
}
.pmOptionMeet h3 {
    width: 140px;
    padding: 5px 0;
    text-align: center;
    font-size: 16px;
    color: #FFFFFF;
    background: #000;
}
.pmOptionMeet ul {
    padding: 5px 0 5px 20px;
}
.pmOptionMeet ul li {
    display: block;
}
.pmOptionMeet ul li {
    position: relative;
    padding-left: 15px;
    margin-right: 10px;
}
.pmOptionMeet ul li::before {
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    border-radius: 100%;
    background: #222;
    position: absolute;
    left: 0;
    top: 8px;
    /*bottom: 0;*/
    margin: auto;
}
@media print,
screen and (min-width : 980px) {
    .pmOptionMeet {
        display: flex;
        align-items: center;
        width: 800px;
        margin: 40px auto;
        overflow: hidden;
        height: 125px;
        padding: 0;
    }
    .pmOptionMeet h3 {
        display: inline-block;
        height: 125px;
        line-height: 80px;
        padding: 20px 0 0;
        vertical-align: top;
    }
    .pmOptionMeet ul {
        display: inline-block;
    }
}
@media print,
screen and (max-width : 980px) {
    .pmOptionMeet h3 {
        margin: 0 auto;
    }
}


/*----------------------------------------
　フリードリンク
----------------------------------------*/
.pmOptionMeet.freedrink {
    text-align: left;
    margin: 40px auto;
}
.pmOptionMeet.freedrink h3 {
    width: 220px;
    padding: 5px 0;
    text-align: center;
    font-size: 16px;
    color: #FFFFFF;
    background: #000;
}
.pmOptionMeet.freedrink ul li {
    display: inline-block;
}
@media print,
screen and (min-width : 980px) {
    .pmOptionMeet.freedrink {
        display: flex;
        align-items: center;
        width: 800px;
        margin: 40px auto;
        overflow: hidden;
        height: 80px;
        padding: 0;
    }
    .pmOptionMeet.freedrink h3 {
        width: 50%;
        height: 85px;
        line-height: 80px;
        padding: 0;
    }
}
@media print,
screen and (min-width : 768px) and (max-width : 979px) {
    .pmOptionMeet.freedrink ul {
        text-align: center;
    }
}


/*----------------------------------------
　注釈
----------------------------------------*/
.annotation {
    /**width: 630px;**/
    width: 100%;
    margin: 0 auto;
}
.annotation ul.attTxt {
    /**text-align: center;**/
    text-align: left;
    font-size: 14px;
}
@media print,
screen and (max-width : 460px) {
    .annotation {
        width: 100%;
        margin: 0 auto;
    }
}


/*----------------------------------------
　お客様への特典
----------------------------------------*/
#meeting .special {
    margin: 30px 10px;
}
#meeting .special div {
    padding: 10px 0;
    text-align: center;
    border-top: 1px solid #bb6767;
    border-bottom: 1px solid #bb6767;
}
#meeting .special div p {
    font-size: 14px;
}
#meeting .special div h3 {
    color: #bb6767;
}
#meeting .special dl {
    padding: 10px 0;
    overflow: hidden;
}
#meeting .special dl dt {
    clear: both;
    float: left;
    width: 80px;
    margin-top: 10px;
    text-align: center;
    color: #FFFFFF;
    background: #bb6767;
}
#meeting .special dl dd {
    float: left;
    padding-left: 10px;
    margin-top: 10px;
}
@media print,
screen and (min-width : 980px) {
    #meeting .special {
        padding: 20px 40px 10px;
        border-top: 1px solid #bb6767;
        border-bottom: 1px solid #bb6767;
        margin: 40px auto 50px;
        width: 960px;
        overflow: hidden;
    }
    #meeting .special .specialHead {
        border: none;
        float: left;
        margin-right: 40px;
    }
    #meeting .special .specialHead h3 {
        font-size: 24px;
        letter-spacing: 1px;
        margin-top: 6px;
    }
    #meeting .special .specialFooter {
        float: left;
        border: none;
    }
    #meeting .special .specialFooter dl {
        padding-top: 5px;
    }
    #meeting .special .specialFooter dl dt,
    #meeting .special .specialFooter dl dd {
        display: inline-block;
        clear: none;
        padding: 0;
        margin-top: 0;
    }
    #meeting .special .specialFooter dl dt {
        margin-right: 15px;
    }
    #meeting .special .specialFooter dl dd {
        margin-right: 40px;
    }
    #meeting .special .specialFooter p {
        text-align: left;
    }
}


/*----------------------------------------
　結納プラン
----------------------------------------*/
#meeting .yuino {
    padding: 20px;
    margin: 10px;
    color: #5d5040;
    background: #f7f6f2;
    position: relative;
}
#meeting .yuino img {
    width: 100px;
    padding-bottom: 20px;
}
#meeting .yuino h3 {
    line-height: 1.6;
    position: absolute;
    top: 10px;
    left: 150px;
}
#meeting .yuino .notice {
    position: absolute;
    top: 85px;
    left: 150px;
    font-size: 12px;
    line-height: 1.4;
}
#meeting .yuino table th,
#meeting .yuino table td {
    display: block;
    border: none;
    padding: 0;
}
#meeting .yuino table th {
    padding-top: 20px;
    text-align: left;
}
#meeting .yuino table td ul li {
    text-indent: -1em;
    padding-left: 1em;
    padding-bottom: 5px;
}
#meeting .yuino table td ul li::before {
    content: '■';
}
@media print,
screen and (min-width : 768px) {
    #meeting .yuino h3 {
        top: 30px;
    }
    #meeting .yuino .notice {
        top: 75px;
        font-size: 14px;
    }
}
@media print,
screen and (min-width : 980px) {
    #meeting .yuino {
        padding: 50px 50px 20px;
        margin: 10px auto;
        width: 960px;
        position: static;
        overflow: hidden;
    }
    #meeting .yuino img {
        float: left;
        width: 243px;
        display: block;
    }
    #meeting .yuino .inner {
        width: calc(100% - 260px);
    }
    #meeting .yuino h3,
    #meeting .yuino p,
    #meeting .yuino table {
        position: static;
        float: left;
        margin-left: 50px;
    }
    #meeting .yuino h3 {
        font-size: 24px;
        margin-bottom: 10px;
    }
    #meeting .yuino .notice {
        position: static;
        margin-left: 40px;
        float: left;
    }
    #meeting .yuino p {
        font-size: 14px;
    }
    #meeting .yuino table {
        width: 60%;
    }
    #meeting .yuino table th,
    #meeting .yuino table td {
        font-size: 12px;
        display: table-cell;
    }
    #meeting .yuino table th {
        width: 50px;
    }
    #meeting .yuino table td ul li {
        display: inline-block;
        padding-bottom: 0;
    }
}


/*----------------------------------------
　個室プラン
----------------------------------------*/
.areaPlan#private .planTtl {
    background: #515b77;
}
.areaPlan#private .planTtl dl {
    color: #FFFFFF;
    text-align: right;
}
.areaPlan#private .planTtl dl dt {
    display: inline-block;
    padding-left: 10px;
    font-size: 13px;
}
.areaPlan#private .planTtl dl dd {
    display: inline-block;
    padding-left: 4px;
    font-size: 19px;
    font-family: 'SourceHanSerifJP-Medium';
}
.areaPlan#private .planMess p {
    width: 100%;
}
@media print,
screen and (min-width : 768px) {
    .areaPlan#private .planTtl {
        margin-bottom: 160px;
    }
    .areaPlan#private .planTtl dl {
        position: absolute;
        left: 50%;
        top: 115px;
        margin-left: -10px;
    }
    .areaPlan#private .planTtl dl dd span {
        font-size: 30px;
    }
    .areaPlan#private .pmPryMenuWrap {
        padding: 0 20px;
    }
}

@media print,
screen and (min-width : 980px) {
    .areaPlan#private .pmPryMenuWrap {
        padding: 0;
    }
    .areaPlan#private .planTtl {
        margin-bottom: 300px;
    }
    .areaPlan#private {
        margin-bottom: 0px;
    }
    .areaPlan#private .planTtl dl {
        position: absolute;
        left: 50%;
        top: 130px;
        margin-left: 40px;
    }
    .areaPlan#private .planTtl dl dd span {
        font-size: 30px;
    }
}

#private .planMess p.text_box {
    margin: 5% 0 0 0;
    font-size: 16px;
    border: solid 1px #002078;
    padding: 2%;
}
#private .planMess p.text_box a {
    color: #515b77;
}

@media print,
screen and (max-width:768px) {
    .planMenu {
        margin: 0 5px 0;
    }
}

@media print,
screen and (min-width:768px) and (max-width:980px) {
    #private .planMenu {
        width: 90%;
        padding: 140px 20px 0;
    }
}


/*----------------------------------------
　Menu
----------------------------------------*/
.pmPryMenu {
    text-align: center;
    margin-bottom: 20px;
    padding: 40px 10px 20px;
    background: #f7f6f2;
    box-shadow: 10px 10px 40px 0 rgba(0, 0, 0, 0.2);
    position: relative;
}
.pmPryMenu::after {
    content: '';
    display: block;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border: 1px solid #C2A587;
    position: absolute;
    top: 10px;
    left: 10px;
}
.pmPryMenu ul {
    padding-bottom: 20px;
}
.pmPryMenu ul.menu {
    padding: 20px;
    margin-top: 20px;
}
.pmPryMenu ul li {
    font-size: 14px;
    padding-bottom: 15px;
    line-height: 1.4;
}
.pmPryMenu h3 {
    width: 100px;
    margin-bottom: 20px;
    font-size: 18px;
    display: inline-block;
    color: #C2A587;
    font-family: 'Playfair Display SC', serif;
    font-weight: normal;
    position: relative;
}
.pmPryMenu h3::before,
.pmPryMenu h3::after {
    content: '';
    display: block;
    width: 80px;
    height: 1px;
    background: #C2A587;
    position: absolute;
    top: 12px;
}
.pmPryMenu h3::before {
    left: -80px;
}
.pmPryMenu h3::after {
    right: -80px;
}
.pmPryMenu h4 {
    font-size: 16px;
    padding-bottom: 10px;
}
.pmPryMenu h4::before {
    content: '●';
    display: inline-block;
    padding-right: 5px;
    color: #C2A587;
}

@media print,
screen and (min-width : 980px) {
    .pmPrivate {
        position: relative;
    }
    .pmPryMenuWrap {
        position: absolute;
        width: 536px;
        left: 50%;
        top: -190px;
        margin-left: -100px;
    }
    .pmPryMenu {
        padding: 40px 70px 20px;
    }
    .pmPryMenu ul li {
        font-size: 12px;
    }
}


/*----------------------------------------
　Open
----------------------------------------*/
.pmOpen {
    padding: 20px;
}
.pmOpen h3 {
    padding-bottom: 5px;
    font-size: 18px;
}
.pmOpen p {
    padding-bottom: 10px;
}

@media print,
screen and (min-width : 980px) {
    .pmOpen {
        position: absolute;
        left: 50%;
        top: -60px;
        margin-left: -525px;
    }
    .pmOpen h3 {
        font-size: 14px;
    }
    .pmOpen .attTxt {
        margin-bottom: 15px;
    }
}


/*----------------------------------------
　ie用
----------------------------------------*/
@media all and (-ms-high-contrast:none) {
    .pagePlan ul.localNav li {
        width: calc((100% - 45px) / 3);
    }
    ul.pmBtn li a {
        line-height: 46px;
        height: 40px;
    }
    .pmOptionAni h3 {
        padding: 8px 0 2px;
    }
    .pmOptionMeet h3 {
        line-height: 43px;
    }
    .pmOptionMeet ul li::before {
        top: -4px;
    }
    #meeting .special .specialFooter dl dt {
        height: 26px;
        padding-top: 3px;
    }
}

.option_price {
    font-size: 1.4em;
}
.option_txt {
    margin: 0 0 10px;
}

a.btn_txt {
    display: inline-block;
    margin: 10px 0 0;
    border: 1px solid #CCC;
    padding: 5px 25px 5px 20px;
    font-size: 14px;
    color: #333;
    position: relative;
}
a.btn_txt:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 4px;
    height: 4px;
    border-top: 2px solid #CCC;
    border-right: 2px solid #CCC;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
a:hover.btn_txt {
    opacity: 0.6;
}


/*----------------------------------------
　女子会プラン　平日ランチ・個室プラン
----------------------------------------*/
.areaPlan#jyoshikai,
.areaPlan#privateroom {
    background: none;
}
@media print,
screen and (min-width : 768px) {
    .areaPlan#jyoshikai,
    .areaPlan#privateroom {
        /**padding: 40px 0 140px;**/
        padding: 40px 0 40px;
    }
}

@media print,
screen and (min-width : 369px) and (max-width:767px) {
    .pagePlan ul.localNav li::after {
        top: 60%;
        left: 100px;
        width: 60px;
    }
    .pagePlan ul.localNav li.lNav_zyo::after {
        top: 60%;
        left: 100px;
        width: 60px;
    }
}
@media print,
screen and (max-width : 369px) {
    .pagePlan ul.localNav li.lNav_zyo span {
        width: 220px;
    }
    .pagePlan ul.localNav li::after {
        top: 60%;
        left: 100px;
        width: 60px;
    }
    .pagePlan ul.localNav li.lNav_zyo::after {
        top: 60%;
        left: 100px;
        width: 60px;
    }
}
@media print,
screen and (max-width : 348px) {
    .pagePlan ul.localNav li.lNav_zyo span {
        width: 185px;
    }
}

@media print,
screen and (max-width : 767px) {
    .areaPlan#jyoshikai,
    .areaPlan#privateroom {
        padding: 40px 0 0px;
    }
}
.areaPlan#jyoshikai .planTtl,
.areaPlan#privateroom .planTtl {
    background: linear-gradient(145deg, #d5dad2, #637A50)left top;
}
.areaPlan#jyoshikai .planTtl dl,
.areaPlan#privateroom .planTtl dl {
    color: #FFFFFF;
    text-align: right;
}
.areaPlan#jyoshikai .planTtl dl dt,
.areaPlan#privateroom .planTtl dl dt {
    display: inline-block;
    padding-left: 10px;
    font-size: 13px;
}
.areaPlan#jyoshikai .planTtl dl dd,
.areaPlan#privateroom .planTtl dl dd {
    display: inline-block;
    padding-left: 4px;
    font-size: 19px;
    font-family: 'SourceHanSerifJP-Medium';
}
.areaPlan#jyoshikai .planTtl h2,
.areaPlan#privateroom .planTtl h2 {
    display: inline-block;
}
#jyoshikai.areaPlan .planTtl h2.zyo::after,
#privateroom.areaPlan .planTtl h2.zyo::after {
    top: 75%;
}
#jyoshikai .planMess p.text_box,
#privateroom .planMess p.text_box {
    margin: 5% 0 0 0;
    font-size: 16px;
    border: solid 1px #637A50;
    padding: 2%;
}
#jyoshikai .planMess p.text_box a,
#privateroom .planMess p.text_box a {
    color: #637A50;
}

@media print,
screen and (min-width : 980px) {
    #jyoshikai .planMenu,
    #privateroom .planMenu {
        padding: 2% 0 0;
    }
}

@media print,
screen and (min-width : 768px) and (max-width:980px) {
    #jyoshikai .planMenu,
    #privateroom .planMenu {
        padding: 0;
    }
}
#jyoshikai .planMenu .pmDtl h3,
#privateroom .planMenu .pmDtl h3 {
    width: 75%;
    margin-left: -37.5%;
}
#jyoshikai .planMenu .pmDtl h3 span,
#privateroom .planMenu .pmDtl h3 span {
    font-size: 25px;
}
#jyoshikai .planMenu .pmDtl p.attTxt,
#privateroom .planMenu .pmDtl p.attTxt {
    font-size: 12px;
    text-align: center;
    padding-bottom: 20px;
}
.ico_proom {
    font-size: 18px;
    background-color: #fff;
    border-radius: 3px;
    padding: 3px 8px;
    font-weight: bold;
    color: rgba(33, 39, 98, 0.5);
    display: inline-block;
    vertical-align: top;
    margin: 20px 0 0 60px;
}
.jyoshikai_menu {
    display: block;
    overflow: hidden;
    width: 100%;
    max-width: 1000px;
    margin: -20px auto 0;
    /*margin:-45px auto 0;*/
    padding: 0 0 30px;
    z-index: 99;
}
.jyoshikai_menu .pmJoshiMenuWrap {
    position: relative;
    display: inline-block;
}
.pmJoshi .pmPryMenu {
    /**padding: 40px 70px 45px;**/
    padding: 40px 20px 45px;
}
.pmJoshiMenuWrap ul.pmBtn {
    bottom: 20px;
}
.JoshiOpen {
    width: 90%;
    margin: 20px auto 0;
    padding: 0;
    vertical-align: top;
}
.JoshiOpen h3 {
    padding-bottom: 5px;
    font-size: 18px;
}
.JoshiOpen p {
    padding-bottom: 10px;
}
.joshiop_menu {
    display: block;
    overflow: hidden;

}
.joshiop_menu dl.pmOAPrice {
    padding: 0 0 20px;
}

@media print,
screen and (min-width : 769px) {
    .zhoshikai_option .pmOptionBox {
        margin: 60px auto 40px;
    }
}
@media print,
screen and (max-width : 768px) {
    .zhoshikai_option.sola .pmOptionBox {
        margin: -30px auto 20px;
    }
    .zhoshikai_option .pmOptionBox {
        margin: 60px auto 20px;
    }
}
.zhoshikai_option .pmOptionItem h4 span.note {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: normal;
    font-size: 14px;
}

@media print,
screen and (min-width : 768px) {
    .areaPlan#jyoshikai .planTtl,
    .areaPlan#privateroom .planTtl {
        margin-bottom: 160px;
    }
    .areaPlan#jyoshikai .planTtl dl,
    .areaPlan#privateroom .planTtl dl {
        position: absolute;
        left: 50%;
        top: 110px;
        margin-left: -10px;
    }
    .areaPlan#jyoshikai .planTtl dl dd span,
    .areaPlan#privateroom .planTtl dl dd span {
        font-size: 30px;
    }
    .areaPlan#jyoshikai .planMess p,
    .areaPlan#privateroom .planMess p {
        width: 450px;
    }
    .areaPlan#jyoshikai .pmPryMenuWrap,
    .areaPlan#privateroom .pmPryMenuWrap {
        padding: 0 20px;
    }
}

@media print,
screen and (min-width : 980px) {
    .jyoshikai_menu {
        display: block;
        overflow: hidden;
        /**width:73%;**/
        width: 100%;
        max-width: 1000px;
        margin: 0% auto 0;
        /**margin:-45px auto 0;**/
        padding: 0 0 30px;
        z-index: 99;
    }
    .jyoshikai_menu .pmJoshiMenuWrap {
        position: relative;
        width: 536px;
        left: 0;
        top: 0;
        margin-left: 0;
        display: inline-block;
        /*float:right;*/
        margin: 0 75px 0 0;
    }
    .JoshiOpen {
        width: auto;
        padding: 0;
        float: left;
        vertical-align: top;
    }
    .ico_proom {
        margin: 20px 0 0 20px;
    }
    .areaPlan#jyoshikai .pmPryMenuWrap,
    .areaPlan#privateroom .pmPryMenuWrap {
        padding: 0;
    }
    .areaPlan#jyoshikai .planTtl,
    .areaPlan#privateroom .planTtl {
        margin-bottom: 160px;
    }
    .areaPlan#jyoshikai,
    .areaPlan#privateroom {
        margin-bottom: 0;
    }
    .areaPlan#jyoshikai .planTtl dl,
    .areaPlan#privateroom .planTtl dl {
        position: absolute;
        left: 50%;
        top: 130px;
        margin-left: 40px;
    }
    .areaPlan#jyoshikai .planTtl dl dd span,
    .areaPlan#privateroom .planTtl dl dd span {
        font-size: 30px;
    }
    .areaPlan#jyoshikai .planMess p,
    .areaPlan#privateroom .planMess p {
        width: 650px;
        margin: 10px 0 0;
    }
    .zhoshikai_option .pmOATtl {
        padding: 50px 0px 0 40px;
    }
}

@media print,
screen and (max-width : 980px) {
    .jyoshikai_menu .pmJoshiMenuWrap {
        display: block;
        margin-top: 50px;
    }
}
#jyoshikai .planMess p.features,
#privateroom .planMess p.features {
    margin: 2% 0 0% 0;
    font-size: 16px;
    padding: 2%;
}
#jyoshikai .planMess p.features span.ttl,
#privateroom .planMess p.features span.ttl {
    font-size: 18px;
    font-weight: bold;
}
#jyoshikai .planTtl h2 span.subttl,
#privateroom .planTtl h2 span.subttl {
    font-size: 18px;
}
#jyoshikai.areaPlan .planTtl h2,
#privateroom.areaPlan .planTtl h2 {
    line-height: 2.3;
}

@media print,
screen and (max-width:767px) {
    /*#jyoshikai.areaPlan .planTtl h2::after {
        width: 300px;
        top: 65px;
    }*/
    #jyoshikai.areaPlan .planTtl h2,
    #privateroom.areaPlan .planTtl h2 {
        line-height: 1.6;
    }
}

@media print,
screen and (min-width:768px) {
    .areaPlan .planTtl div {
        top: 40%;
    }
}

@media print,
screen and (min-width:768px) and (max-width:980px) {
    .jyoshikai_menu {
        /*margin:65px auto 0;*/
        margin: 12% auto 0;
    }
    /*#jyoshikai.areaPlan .planTtl h2::after {
        top: 72px;
    }*/
    /**.areaPlan .planTtl div {
        top: 40%;
    }**/
}

#jyoshikai .tokuten,
#privateroom .tokuten {
    padding: 20px 40px;
    border: 1px solid #A6CC87;
    margin: 40px auto;
    width: 960px;
    overflow: hidden;
    display: table;
    vertical-align: middle;
    /**display: flex;
    justify-content: center;
    align-items: center;**/
}
#jyoshikai .tokuten div,
#privateroom .tokuten div {
    padding: 10px;
    display: table-cell;
}
#jyoshikai .tokuten .tokuten_ttl h3,
#privateroom .tokuten .tokuten_ttl h3 {
    color: #A6CC87;
}
#jyoshikai .tokuten .tokuten_ttl,
#privateroom .tokuten .tokuten_ttl {
    text-align: center;
}
#jyoshikai .tokuten .tokuten_box p,
#privateroom .tokuten .tokuten_box p {
    text-align: left;
}
#jyoshikai .tokuten .tokuten_box span,
#privateroom .tokuten .tokuten_box span {
    display: inline-block;
}
#jyoshikai .tokuten .tokuten_box span.ttl,
#privateroom .tokuten .tokuten_box span.ttl {
    clear: both;
    width: 190px;
    margin: 10px 10px 0 0;
    text-align: center;
    color: #FFFFFF;
    background: #A6CC87;
}

@media print,
screen and (max-width : 884px) {
    #jyoshikai .tokuten,
    #privateroom .tokuten {
        padding: 10px 40px 20px;
        margin: 10px auto 40px;
        display: block;
        border-top: none;
        border-bottom: none;
        width: 100%;
    }
    #jyoshikai .tokuten div,
    #privateroom .tokuten div {
        display: block;
        padding: 10px 0;
        text-align: center;
        border-top: 1px solid #A6CC87;
        border-bottom: 1px solid #A6CC87;
    }
    #jyoshikai .tokuten .tokuten_box span,
    #privateroom .tokuten .tokuten_box span {
        display: block;
        margin: 0 0 0 0;
    }
    #jyoshikai .tokuten .tokuten_box span,
    #privateroom .tokuten .tokuten_box span {
        display: block;
    }
}
@media print,
screen and (min-width : 885px) {
    #jyoshikai .tokuten,
    #privateroom .tokuten {
        margin: 40px auto 80px;
    }
}


/*----------------------------------------
　ペアリングセット
----------------------------------------*/
.pairring {
    margin: 10px auto;
    padding: 0;
    background: #f7f6f2;
    box-shadow: 10px 10px 40px 0 rgba(0, 0, 0, 0.2);
    position: relative;
    display: block;
    overflow: hidden;
    text-align: center;
}
.pairring .pairring_img {
    width: 90%;
    margin: 20px auto;
}
.pairring .pairring_menu {
    position: relative;
    /**float: left;**/
    padding: 65px 30px 65px;
}
.pairring .pairring_menu::after {
    content: '';
    display: block;
    width: calc(100% - 20px);
    height: calc(100% - 40px);
    border: 1px solid #C2A587;
    position: absolute;
    top: 30px;
    left: 10px;
}
.pairring .pairring_menu h3 {
    margin: 0;
    padding: 0 0 20px;
    font-size: 14px;
    text-align: center;
    background: #f7f6f2;
    position: absolute;
    top: 5px;
    left: 10%;
    right: 10%;
    z-index: 1;
}
.pairring .pairring_menu h3 span {
    display: block;
    color: #C2A587;
    /*font-size: 24px;*/
    font-size: 18px;
    font-family: 'Playfair Display SC', serif;
    font-weight: normal;
}
.pairring .pairring_menu p {
    font-size: 14px;
}
.pairring ul.pmIcon li {
    margin: 0 0 5px;
}

ul.pmIcon li img.wine {
    width: 30px;
    margin-left: -10px;
    position: absolute;
    top: 9px;
    left: 44%;
}

@media print,
screen and (min-width:768px) and (max-width:980px) {
    .pairring {
        width: 100%;
    }
}
@media print,
screen and (min-width : 980px) {
    .pairring {
        width: 820px;
    }
}
@media print,
screen and (min-width : 768px) {
    .pairring .pairring_img {
        float: left;
        /**width: 250px;**/
        width: 30%;
        margin: 0;
    }
    .pairring .pairring_menu {
        /**width: 570px;**/
        width: 70%;
        float: left;
    }
    .pairring .pairring_menu h3 {
        width: 330px;
        /**left: 22%;**/
        left: 25%;
        padding: 7px 0 0;
    }
}
@media print,
screen and (max-width : 767px) {
    .pairring .pairring_menu {
        float: none;
    }
}

/*----------------------------------------
　「キャトル」炎の演出付き
----------------------------------------*/
.pairring.quatre_option {
    margin-bottom: 40px;
}
/**.pairring.quatre_option .pairring_menu h3 span:before {
	content: "【NEW】";
	color: #CC4141;
	font-size: 18px;
    margin: 0 0px 0 0;
}**/


/*----------------------------------------
　プロポーズプラン
----------------------------------------*/
.areaPlan#propose {
    background: none;
}
@media print,
screen and (min-width : 768px) {
    .areaPlan#propose {
        padding: 20px 0 0px;
    }
}
@media print,
screen and (max-width : 767px) {
    .areaPlan#propose {
        padding: 20px 0 0px;
    }
}

@media print,
screen and (min-width : 369px) and (max-width:767px) {}

.areaPlan#propose .planTtl {
    background: linear-gradient(145deg, #B0C9D0, #91A5AB)left top;
}
.areaPlan#propose .planTtl h2 {
    display: inline-block;
}

@media print,
screen and (max-width:767px) {
    #propose.areaPlan .planTtl h2::after {
        top: 40px;
    }
}
@media print,
screen and (min-width:768px) {
    #propose.areaPlan .planTtl h2::after {
        top: 65px;
    }
    #propose.areaPlan .planTtl h2 {
        line-height: 2.3;
    }
}
@media print,
screen and (min-width:980px) {
    #propose.areaPlan .planTtl h2::after {
        top: 75px;
    }
}

.areaPlan#propose .planTtl dl {
    color: #FFFFFF;
    text-align: right;
}
.areaPlan#propose .planTtl dl dt {
    display: inline-block;
    padding-left: 10px;
    font-size: 13px;
}
.areaPlan#propose .planTtl dl dd {
    display: inline-block;
    padding-left: 4px;
    font-size: 19px;
    font-family: 'SourceHanSerifJP-Medium';
}

@media print,
screen and (min-width : 768px) {
    .areaPlan#propose .planTtl {
        margin-bottom: 160px;
    }
    .areaPlan#propose .planTtl dl {
        position: absolute;
        left: 75%;
        top: 71%;
        margin-left: -10px;
    }
    .areaPlan#propose .planTtl dl dd span {
        font-size: 30px;
    }
}

@media print,
screen and (min-width : 980px) {
    .areaPlan#propose {
        margin-bottom: 0;
    }
    .areaPlan#propose .planTtl dl {
        position: absolute;
        left: 75%;
        top: 72%;
        margin-left: 40px;
    }
    .areaPlan#propose .planTtl dl dd span {
        font-size: 30px;
    }
}

@media print,
screen and (min-width : 768px) {
    .areaPlan#propose .planTtl {
        margin-bottom: 240px;
    }
    .areaPlan#propose .planMess p {
        width: 450px;
    }
    .areaPlan#propose .pmPryMenuWrap {
        padding: 0 20px;
    }
}
@media print,
screen and (min-width : 980px) {
    .areaPlan#propose .pmPryMenuWrap {
        padding: 0;
    }
    .areaPlan#propose .planMess p {
        width: 510px;
    }
}
@media print,
screen and (min-width: 768px) and (max-width: 979px) {
    .areaPlan#propose .planMenu {
        padding: 20% 0 0;
    }
}
@media print,
screen and (min-width: 980px) {
    .areaPlan#propose .planMenu {
        padding: 5% 0 0;
    }
}

#propose .planMess p.features {
    margin: 0 0 20px;
    font-size: 14px;
    padding: 0;
}
#propose .planMenu .pmDtl .menulead {
    padding: 20px 20px 0px;
    text-align: center;
    font-size: 14px;
}


/*----------------------------------------
　オプション　レイアウト変更
----------------------------------------*/
.pmOptionBox {
    width: 840px;
    margin: 60px auto 20px;
    padding: 10px 20px 0;
    overflow: hidden;
    display: block;
    border: 1px solid #c0c0c0;
}
.pmOptionBox h3 {
    width: 50%;
    margin: 0 auto 20px;
    padding: 5px;
    text-align: center;
    font-size: 18px;
    color: #FFFFFF;
    background: #000;
}

.pmOptionItem {
    width: 100%;
    display: block;
    overflow: hidden;
    margin: 0 0 30px;
}
.pmOptionItem h4 {
    border-bottom: 1px solid #C2A587;
    margin: 0 0 10px;
    padding: 0 0 5px;
    font-family: 'Playfair Display SC', serif;
    font-size: 18px;

}

.pmOptionItem .pmOATimg {
    width: 30%;
    margin: 0;
}

.pmOptionItemtxt {
    width: 68%;
    float: right;
}
.pmOptionItemtxt p {
    font-size: 14px;
}
.pmOptionItemtxt h5 {
    margin: 10px 0 0 0;
}
.pmOptionItemtxt dl.pmOAPrice {
    width: 100%;
}
.pmOptionItemtxt dl.pmOAPrice {
    padding: 0;
}
.pmOptionItemtxt dl.pmOAPrice dt {
    padding: 20px 0 0;
}
.pmOptionItemtxt dl.pmOAPrice dd {
    font-size: 12px;
}
.pmOptionItemtxt dl.pmOAPrice dd span {
    font-size: 24px;
}
@media print, screen and  (min-width : 980px){
	.pmOptionItemtxt p.attTxt {
		padding: 40px 0 0;
	}
}
@media print,
screen and (max-width : 980px) {
    .pmOptionBox {
        width: 97%;
    }
    .pmOptionItem .pmOATimg {
        width: 40%;
        padding: 0 10px 0 0;
    }
    .pmOptionItemtxt {
        width: 58%;
    }
}

@media print, screen and  (max-width : 480px){
    .pmOptionItem .pmOATimg {
        width: 100%;
        padding: 0;
    }
    .pmOptionItemtxt {
        width: 100%;
    }
	.pmOptionItemtxt p {
		margin: 20px 0 0;
	}
	.pmOptionItemtxt p.attTxt {
		padding: 0;
		margin-bottom: 20px;
	}
}

.mem_price {
    color: #7f0020;
}

.ico_new,
.pmDtl h3 span.ico_new {
    background: #91B376;
    color: #FFF;
    padding: 5px 8px;
    font-size: 0.8em;
    display: inline-block;
    margin: 0 10px 0 0;
}
.pmDtl h3 span.ico_new {
    font-size: 0.6em !important;
}

.sola {
    background: #e5edff;
    border: none !important;
}
.pmOptionBox.sola {
    padding: 20px 20px 0;
}
.sola .pmOptionItemtxt p span {
    font-size: 1.3em;
    display: inline-block;
    margin: 10px 0;
}

.mds_plan {
    background: linear-gradient(145deg, #d5dad2, #637A50)left top;
    color: #FFF;
    margin: 80px 0 40px;
    font-family: 'SourceHanSerifJP-Medium';
    padding: 20px 0;
    font-weight: 300;
}
.mds_plan span {
    display: block;
    text-align: center;
}

