@charset "UTF-8";

/* -----
 * contents
----------------------------------------------------------------------------- */
/******フォント & カラー******/
.mainVisual,
.contentArea {
    color:  #333;
    font-family: "Noto Sans JP", sans-serif;
    /**font-feature-settings: "palt"; **/
    font-weight: 400;
    letter-spacing: .5em;
    line-height: 2;
    width: 100%;
}

/**
.contentArea h1 {
    font-family: serif;
}**/

@media screen and (max-width: 568px) {
    .mainVisual,
    .contentArea {
        letter-spacing: .1em;
    }
}

/******************** メインビジュアル ********************/
.mainVisual {
    margin-bottom: 0;
    text-align: center;
    height: 690px;
    position: relative;
    overflow: hidden;
    top: -60px;
    padding-top: 60px;
    background: #f6e5e1;
}

.mainVisual_content {
    position: relative;
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    background: url(../image/vol22/bg_main.png) no-repeat center center;
}

.mainVisual h1 {
    position: absolute;
    top: 30px;
    left: 50px;
    transform: rotate(0);
    width: 250px;
    z-index: 10;
}

.mainVisual h2 {
    position: relative;
    margin: 0 auto;
    width: 95%;
    transform: rotate(-3.5deg);
}

.mainVisual h2 img {
    padding-top: 167px;
}

.mainVisual .lead {
    position: relative;
    right: 0;
    font-size: 1.20rem;
    letter-spacing: .2em;
    line-height: 2.4;
    font-weight: 500;
    margin: 0 20px 50px auto ;
    text-align: right;
    color: #000;
    top: -50px;
}

.mainVisual .lead p {
    margin: 0;
    padding: 0;
}

.mainVisual .lead p br {
    display: none;
}

.mainVisual .lead span {
    background: #FFF;
    padding-left: .5em;
}

.mainVisual img {
    width: 100%;
}


@media screen and (max-width: 1199px) {

    .mainVisual {
        top: -60px;
        padding-top: 60px;
        height: 690px;
    }

    .mainVisual_content {
        width: 100%;
    }

    .mainVisual h1 {
        top: 5.9%;
        left: 3%;
        width: 25%;
    }

    .mainVisual .lead {
        width: 98%;
        margin-top: 0;
    }

}

@media screen and (max-width: 1024px) {

    .mainVisual {
        height: 600px;
        top: -40px;
        padding-top: 20px;
    }
  
    .mainVisual h1 {
        left: 3%;
        top: 40px;
        width: 250px;
    }

    .mainVisual .lead p {
        margin: 0;
        padding: 0;
    }
    
}

@media screen and (max-width: 767px) {

    .mainVisual {
        margin-top:  0;
        top: -1px;
        padding-top: 0;
        height: 550px;
        background-size: 2%;
    }

    .mainVisual h1 {
        width: 25%;
        left: 5%;
        margin-top: 0px;
    }

    .mainVisual .lead {
        letter-spacing: .2em;
        width: 90%;
        margin: 0 auto 0;
        padding: 0 0 0;
        top: 0;
    }

}

@media screen and (max-width: 568px) {

    .mainVisual {
        padding: 0;
        height: auto;
    }

    .mainVisual_content {
        height: 57.5%;
        background: url(../image/vol22/bg_main.png) no-repeat top center;
        background-size: 110%;
    }

    .mainVisual h1 {
        position: relative;
        padding-top: 0;
        top: 0;
        left: 0;
        margin: 0;
        margin-left: 5%;
        width: 30%;
        z-index: 10;
    }
    
    .mainVisual h2 img {
        margin-top: 12%;
        padding-top: 0;
    }

    .mainVisual .lead {
        width: 90%;
        font-size: 1rem;
        line-height: 1.8;
        margin-top: calc( 37.5% - 50px );
        margin-left: 5%;
        margin-right: 5%;
        margin-bottom: 1.5em;
        text-align: left;
        letter-spacing: .15em;
        font-weight: bold;
    }

    .mainVisual .lead p {
        margin: 0;
        padding: 0;
    }

    .mainVisual .lead p br {
        visibility: visible;
        display: block;
    }


    /** 写真 **/

    .mainVisual .mainphoto_01,
    .mainVisual .mainphoto_04 {
        display: none;
    }
   
 /**   .mainVisual .mainphoto_01 {
        top: 10px;
        left: 40%;
        width: 28%;
    }

    .mainVisual .mainphoto_02 {
        top: 35%;
        left: -20px;
        width: 20%;
    }

    .mainVisual .mainphoto_03 {
        top: 50%;
        left: 60px;
        width: 20%;
    }

    .mainVisual .mainphoto_04 {
        position: absolute;
        top: 20%;
        transform: translateY(-50%);
        right: -40px;
        width: 27%;
    }

    .mainVisual .mainphoto_05 {
        position: absolute;
        top: 60%;
        transform: translateY(-50%);
        right: -30px;
        width: 27%;
    }
**/
}

/******************** サムネイルエリア ********************/

ul.thumbArea{ 
    list-style-type:none;
    margin: 0 auto 100px;
    padding:0;
    width: 100%;
   /** background: url(../image/vol22/bg_thumb.png) repeat-x;**/
}

ul.thumbArea li{
    margin: 0 auto;
    width: auto;
    position: relative;
}

ul.thumbArea li img{
/**    width: auto;
    height: auto; **/
    width: 260px;
    padding: 10px 50px 0;
}

ul.thumbArea li span.new img{
    padding: 0;
    position: absolute;
    top: 4px;
    right: 50px;
    width: 50px;
    z-index: 9999;
    transform: rotate(-11deg);
    -webkit-animation:blink 0.9s ease-in-out infinite alternate;
    -moz-animation:blink 0.9s ease-in-out infinite alternate;
    animation:blink 0.9s ease-in-out infinite alternate;
}/** Newマークのアニメーションは本文のNewマークと共通。 **/

ul.thumbArea li span.new_right img{
    right: 0px;
}

@media screen and (max-width: 568px) {

    ul.thumbArea{ 
        margin: 0 auto 20px;
    }

    ul.thumbArea li img{
        width: 150px;
        padding: 0 20px;
    }

}


/******************** コンテンツ ********************/
.contentArea {
    text-align: center;
}

.contentArea article {
    padding: 0 0 80px 0;
    width: 1200px;
    position: relative;
    font-feature-settings: "palt";
}

.contentArea article:nth-child(odd) {
    margin: 60px calc(37.5% - 450px) 60px auto;
}

.contentArea article:nth-child(even) {
    margin: 60px auto 60px calc(37.5% - 450px);
}

.contentArea article:nth-child(1)::before {
    content: '';
    background: #F7E6E2;
    width: 100%;
    height: 500px;
}


/** 色分け **/
.contentArea article:nth-child(1n) {
    color: #192901;
}

.contentArea article:nth-child(1n) h1 span,
.contentArea article:nth-child(1n) h2 span.floor {
    background-color: #65a603;
}

.contentArea article:nth-child(1n) .plusone {
    background-color: #FFECE6;
}

.contentArea article:nth-child(1n) .plusone strong .price,
.contentArea article:nth-child(1n) section h3 span.price,
.contentArea article:nth-child(1n) section .more .price,
.contentArea article:nth-child(1n) .point h5  {
    color: #65a603;
}
.contentArea article:nth-child(1n) .plusone::before {
    border-left: 20px solid #FFECE6;
}

.contentArea article:nth-child(2n) {
    color: #302001;
}

.contentArea article:nth-child(2n) h1 span,
.contentArea article:nth-child(2n) h2 span.floor {
    background-color: #cf9e43;
}

.contentArea article:nth-child(2n) .plusone {
    background-color: #FFF0DC;
}

.contentArea article:nth-child(2n) .plusone strong .price,
.contentArea article:nth-child(2n) section h3 span.price,
.contentArea article:nth-child(2n) section .more .price,
.contentArea article:nth-child(2n) .point h5  {
    color: #cf9e43;
}

.contentArea article:nth-child(2n) .plusone::before {
    border-left: 20px solid #FFF0DC;
}

.contentArea article:nth-child(3n) {
    color: #3a1512;
}

.contentArea article:nth-child(3n) h1 span,
.contentArea article:nth-child(3n) h2 span.floor {
    background-color: #ef8076;
}

.contentArea article:nth-child(3n) .plusone {
    background-color: #E7F7F2;
}

.contentArea article:nth-child(3n) .plusone strong .price,
.contentArea article:nth-child(3n) section h3 span.price,
.contentArea article:nth-child(3n) section .more .price,
.contentArea article:nth-child(3n) .point h5  {
    color: #ef8076;
}

.contentArea article:nth-child(3n) .plusone::before {
    border-left: 20px solid #E7F7F2;
}

.contentArea article:nth-child(odd) {
    margin: 60px calc(37.5% - 450px) 60px auto;
}

.contentArea article:nth-child(even) {
    margin: 60px auto 60px calc(37.5% - 450px);
}

.contentArea article:nth-child(1)::before {
    content: '';
    background: #F7E6E2;
    width: 100%;
    height: 500px;
}

@media screen and (max-width: 1199px) {

    .contentArea article{
        width: 90%;
        margin: 0 auto;
    }

    .contentArea article:nth-child(odd),
    .contentArea article:nth-child(even) {
        margin: 60px auto;
    }

}

@media screen and (max-width: 568px) {

    .contentArea article{
        width: 100%;
    }

    .contentArea article:nth-child(odd),
    .contentArea article:nth-child(even) {
        margin: 30px auto;
    }

}

/** animation **/

/** ローカルコーディング中はコメントアウト **/
.contentArea article:nth-child(odd) .box {
    opacity:  0;
    transform: translate(0, 50px);
}
.contentArea article:nth-child(even) .box {
    opacity:  0;
    transform: translate(0, 50px);
}
.contentArea article:nth-child(odd) .fadeIn{
    opacity: 1 !important;
    transition: 1.3s;
    transform: translate(0, 0);
}
.contentArea article:nth-child(even) .fadeIn{
    opacity: 1 !important;
    transition: 1.3s;
    transform: translate(0, 0);
}
/** ここまでコメントアウト　**/
/** /animation **/

/** 各記事の背景 **/
.contentArea article .box {
    width: 1080px;
    margin: 0 auto;
    text-align: left;
}

.contentArea article .box::after {
	display: block;
	clear: both;
	content: "";
}

@media screen and (max-width: 1079px) {

    .contentArea article .box {
        width: 100%;
        text-align: center;
    }

}

.contentArea article h1 {
    font-size: 2.117rem;
    font-weight: 400;
    letter-spacing: .3em;
    line-height: 1.5;
    padding: 80px 0 0;
    overflow: visible;
    text-align: left;
	color: #FFF;
    font-feature-settings: "palt";
    position: relative;
    transform: rotate(-6deg);
    margin-bottom: 1.5em;
}

.contentArea article h1 span {
	padding: 0 .1em 0 .5em;
    height: auto;
    display: inline-block;
    line-height: 1.2;
}

.contentArea article h1 span:nth-of-type(1) {
    margin-right: 3em;
}

.contentArea article h1 span:nth-of-type(2) {
    margin-left: 7em;
}

.contentArea article h1 span:nth-of-type(3) {
    margin-left: 3em;
}


@media screen and (max-width: 767px) {

    .contentArea article h1 {
        font-size: 2rem;
        padding-top: 60px;
        text-align: left;
    }

    .contentArea article h1 .icon {
        display: block;
    }
    

    .contentArea article h1 span:nth-of-type(1) {
        margin-right: 0;
        margin-bottom: 1em;
    }
    .contentArea article h1 span:nth-of-type(2) {
        margin-left: 3em;
    }

}

@media screen and (max-width: 568px) {

    .contentArea article h1 {
        font-size: 1.5rem;
        letter-spacing: .15em;
        margin: 0 5% 1.5em;
        padding-top: 30px;
    }
    
    .contentArea article h1 br {
        display: none;
    }

    .contentArea article h1 span {
        position: relative;
        height: auto;
        display: inline;
        text-indent: 0;
        /** text-decoration:  underline #ffe783; **/
    }

    .contentArea article h1 span:nth-of-type(1) {
        margin-bottom: 0;
    }
    .contentArea article h1 span:nth-of-type(2) {
        margin-left: 0;
    }

}

/** アイコン NEW **/
.box .new {
    width: 60px;
    margin-right: .5em;
    display: inline-block;
    vertical-align: middle;
    transform: rotate(-11deg);
    -webkit-animation:blink 0.9s ease-in-out infinite alternate;
    -moz-animation:blink 0.9s ease-in-out infinite alternate;
    animation:blink 0.9s ease-in-out infinite alternate;
}

/** アイコン NEWのアニメーション **/
@-webkit-keyframes blink {
        0% {opacity:0;}
        100% {opacity:1;}
}
    @-moz-keyframes blink {
        0% {opacity:0;}
        100% {opacity:1;}
}
    @keyframes blink {
        0% {opacity:0;}
        100% {opacity:1;}
}
    
/** ショップ名 **//**
.contentArea article h2 {
    font-size: 1.25rem;
    opacity: .8;
    font-weight: normal;
    line-height: 1;
    margin: 40px 1em 10px 150px;
    text-align: left;
    letter-spacing: .3em;
    font-feature-settings: "palt";
}**/

.contentArea article h2 a:link {
    text-decoration: none;
}

/** 商品写真 **/
.contentArea article .photo {
    position: relative;
    float: left;
    width: 460px;
    margin: 0 20px 0 150px;
}

.contentArea article .photo_img {
    margin: 0px;
    width: 460px;
}

.contentArea article .photo_img img {
    width: 100%;
}

/** 定食の内容　.menu **/

.contentArea article .photo .menu {
    background: #F9F9F9;
    margin: 0 auto;
    padding: 10px 20px 20px;
    font-size: 0.75rem;
    letter-spacing: .1em;
    line-height: 1.5;
    text-align: left;
}

.contentArea article .photo .menu .notice {
    text-indent: 0;
    padding: 0 0 0 1em;
    margin: 0;
    font-size: 0.8em;
    color: #333;
    display: inline-block;
    white-space: nowrap;
}

/** ポイント .point **/

.contentArea .point {
    position: relative;
    display: flex;
    justify-content: center;
    width: 380px;
    flex-shrink: 0;
    font-size: 0.9rem;
    letter-spacing: .2em;
    padding: 15px 10px 20px;
    margin: 10px auto 0;
    border-radius: 3px;
    letter-spacing: .1em;
    text-align: left;
    color: #333;
    line-height: 1.5;
}

.contentArea .point::before {
    content: '';
    border-left: 1px solid #666;
    padding-right: 50px;
    transform: rotate(25deg);
    margin-top: 3em;
    margin-bottom: 1em;
}

.contentArea .point::after {
    content: '';
    border-right: 1px solid #666;
    padding-left: 50px;
    transform: rotate(-25deg);
    margin-top: 3em;
    margin-bottom: 1em;
}

.contentArea .point h4 {
    text-align: right;
    margin: 0;
}

.contentArea .point h4 img {
    width: 90px;
}

.contentArea .point h5 {
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: .15em;
    font-size: 1.25rem;
    margin: 0 0 0;
    padding: 0 0 6px;
    display: inline-block;
    flex-grow: 0;
}

.contentArea .point .price  {
    color: #cc4d23;
    white-space: nowrap;
}

.contentArea .point h5 strong {
    font-size: 1.2em;
    margin-right: .3em;  
}

.contentArea .point p {
    margin-top: 0;
    flex-basis: 330px;
}

/** 写真あり **/
.contentArea .point .adphoto img  {
    width: 100%;
    margin:  0 auto ;
}

.contentArea .point .adphoto + .menu_name {
    margin-top: 0;
}

.contentArea .point .price {
    white-space: nowrap;
    color: #cc4d23;
}



@media screen and (max-width: 1199px) {
    .contentArea article .photo {
        width: 400px;
        margin: 0 20px 0 50px;
        background-size: 100%;
    }

    .contentArea article .photo_img {
        width: 100%;
    }

}


@media screen and (max-width: 767px) {


    .contentArea article .photo {
        float: none;
        margin: 0 5% 30px 5%;
        padding-top: 0;
        text-align: left;
        display: block;
    }

    .contentArea article .photo_img {
        margin: 2% 0;
        padding-top: 0;
        width: 100%;
    }

}

@media screen and (max-width: 568px) {

    .box .new {
        width: 50px;
    }

    .contentArea article .photo {
        width: 90%;
        margin: 0 5% 30px;
        padding-top: 0;
        display: block;  
    }

    .contentArea article h2 span + a {
        display: block;
    }

/** ポイント .point **/

    .contentArea .point {
        width: 90%;
        padding: 10px 10px 20px;
        margin: 5px auto 0;
    }

    .contentArea .point::before {
        padding-right: 40px;
        transform: rotate(30deg);
        margin-top: 3em;
        margin-bottom: 4em;
    }

    .contentArea .point::after {
        padding-left: 40px;
        transform: rotate(-30deg);
        margin-top: 3em;
        margin-bottom: 4em;
    }

    .contentArea .point h4 {
        text-align: right;
        margin: 0;
    }

    .contentArea .point h4 img {
        width: 70px;
    }
    
}

/********** 本文 **********/
.contentArea article section {
    float: left;
    text-align: left;
    width: 430px;
    padding-top: 5px;
}

.contentArea article section p.notice {
    color: #cf0101;
    font-size: .95em;
    line-height: 1.5;
    letter-spacing: 0.1em;
    margin: 1.1em 0 0;
    padding: 0;
}

/**p.term {
    color: #dd0000;
}**/
p.term span {
    display: inline-block;
}

.contentArea article section p.notice span /**,
.contentArea article section p.term span**/ {
    background:linear-gradient(transparent 60%, #FFC0C0 60%);
    display: inline-block;
    padding: 0 0.3em;
}


/** 商品名 **/
.contentArea article section h3 {
    font-size: 1.5rem;
    line-height: 1.4;
    font-weight: bold;
    letter-spacing: 0.13em;
    font-feature-settings: "palt";
    margin: 8px 0 6px 0;
}

.contentArea article section h3 img {
    padding-right: 10px;
}

.contentArea article section h3 .notice {
    font-size: 0.9rem;
    font-weight: normal;
    color: #FD475D;
    display: block;
}

/** 商品価格 **/
.contentArea article section h3 span.price {
    font-size: 1.0rem;
    padding-left: 1em;
    font-weight: normal;
    display: inline-block;
    white-space: nowrap;
    text-align: right;
    color: #cc4d23;
}

.contentArea article section h3 .price strong {
    font-size: 1.4rem;
    font-style: italic;
    margin-right: 0.3em;
}

.contentArea article section h3 .price strong::before {
    content:'';
    padding-right: .5em;
}


/** 店舗＆商品説明文 **/
.contentArea article section .description {
    margin: 0;
    padding: .5em 0;
    line-height: 2.1;
    letter-spacing: .1em;
    font-size: 0.95rem;
}

.contentArea article section .description .notice {
    display: block;
}

.contentArea article section .description .detail {
    font-size: 0.812rem;
    line-height: 1.8;
    letter-spacing: .1em;
    padding: 1em;
    margin: 1.1em 0;
    border: 1px solid #aa9a86;
}

/** MORE　**/
.contentArea article section .more  {  
    font-weight: normal;
    font-size: 0.85em;
    letter-spacing: .2em;
    margin: 40px 0 10px;
    width: 100%;
    line-height: 1.5;
    position: relative;
    box-sizing: border-box;
    border-bottom: 1px dotted #666;

}

.contentArea article section .more h4 {
	padding: 0;
    display: flex;
    white-space: nowrap;
    align-items: center;
    position: relative;
    text-align: left;
    margin: 10px auto 20px;
    color: #000;
    font-size: 1.125rem;
    letter-spacing: .1em;
}

.contentArea article section .more h4::after {
    content: '';
    width: 100%;
    height: 1px;
    margin-left: 1em;
    border-top: 1px dotted #666;
}

.contentArea article section .more .menu {
    flex-shrink: 0;
    flex-basis: calc(100% - 6em);
    padding: 0 .5em 1em 10px;
}

.contentArea article section .more .menu .menu_name {
    font-weight: normal;
    line-height: 1.3;
    padding-bottom: 6px;
}

.contentArea article section .more .menu .menu_name strong {
    padding-right: 1em;
    font-weight: bold;
    font-size: 1.15em;
}

.contentArea article section .more .menu_name .price {
    font-size: 1.1em;
    letter-spacing: .1em;
    font-weight: bold;
    white-space: nowrap;
}

.contentArea article section .more .menu_name strong::before {
    flex-wrap: wrap;
    white-space: nowrap;
}

.contentArea article section .more p {
    margin-top: 0;
}

.contentArea article section .more .menu_name:last-of-type {
    margin-top: 1.5em;
}

.contentArea article section .more .menu:last-of-type {
    padding: 0 .5em 0 20px;
}

.contentArea article section .more .menu:first-of-type {
    padding: 0 .5em 1.4em 20px;
}

/** 写真あり **/
.contentArea article section .more.adphoto .photoarea {
    display: flex;
    flex-grow: 0;
    flex-shrink: 1;
    margin-bottom: 1em;
    padding: 0 10px;
}

.contentArea article section .more.adphoto .photoarea img  {
    padding: 0 5px;
    margin:  0 auto 0 auto ;
    width: auto;
}

.contentArea article section .more.adphoto .menu {
    flex-basis: 100%;
    padding-bottom: 1em;
}


/** MEMO　**/
.contentArea article section .memo {
    color: #cc4d23;
    font-size: 0.9rem;
    letter-spacing: 0;
    padding: 1em 0;
    text-align: right;
}

.contentArea article section .memo h4 {
    width: 9em;
    line-height: 35px;
	height: 0;
	padding: 0 1.3em 0 0.8em;
    border-bottom: 36px solid #f6eada;
    border-left: 10px solid transparent;
    margin: 10px 10px 0 auto;
    border-radius: 0 3px 0 0;
}

.contentArea article section .memo h4 img {
    width: 8em;
    margin-top: 8px;
    vertical-align: bottom;
    text-align: center;
    transform: rotate(-5deg);
}

.contentArea article section .memo .text {
    background: #f6eada;
    padding: 20px;
    margin: 0;
    border-radius: 3px;
    text-align: left;
    line-height: 1.7;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.contentArea article section .memo p {
    flex-basis: 65%;
    flex-shrink: 0;
}

.contentArea article section .memo .text strong {
    font-weight: bold;
    font-size: 1.15em;
    flex-basis: 100%;
}
.contentArea article section .memo .text .memo_photo {
    width: 30%;
    flex-shrink: 0;
}

/** レストラン情報 **/
.contentArea article section .information  {
    font-size: 0.75rem;
    letter-spacing: 0;
    text-align: left;
    margin: 2em 0 0;
    line-height: 1.5;
}

.contentArea article section .information h2 {
    font-size: 1.125rem;
    letter-spacing: .2em;
    margin: 0;
    font-weight: 500;
    margin: .5em 0 .2em;
}

.contentArea article section .information .floor {
    font-size: 0.812rem;
    display: block;
    letter-spacing: .2em;
    padding-bottom: .3em;
}

.contentArea article section .information dl {
    margin: 0;
}

.contentArea article section .information dt::before {
    content: "●";
}

.contentArea article section .information dt,
.contentArea article section .information dd {
    display:  inline;
    margin: 0 0.5em 0 0;
}

.contentArea article section .information dd .time {
    font-size: 0.9em;
    padding-left: 0.9em;
}

.contentArea article .information + .notice {
    font-size: 0.8rem;
    letter-spacing: .1em;
}

.contentArea article + .notice {
    font-size: 0.8rem;
    letter-spacing: .1em;
}

.contentArea .banners {
    margin: 0 0 90px;
}

.contentArea .banners p span {
    display: block;
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {

    .contentArea article section {
        float: none;
        width: 70%;
        margin: 0 5% 0 25%;
        padding-top: 0;
    }

    .contentArea article section .more::before,
    .contentArea article section .more::after {
        content: '';
        background: url(../image/vol21/line_more.png) ;
        background-size: 150%;
        width: 100%;
        height: 20px;
    }

    .contentArea article section .more .menu {
        padding: 0 50px 1em;
    }
    
    .contentArea article section .more .memu:last-of-type {
        padding: 0 50px 1em;
    }

    .contentArea article section .more .memu:first-of-type {
        padding: 1em 50px 1em;
    }  

}

@media screen and (max-width: 568px) {

    .contentArea article section {
        width: 90%;
        margin: 0 5%;
    }

    .contentArea article section h3 {
        font-size: 1.125rem;
        font-weight: bold;
        letter-spacing: 0.1em;
    }

    .contentArea article section h3 .price {
        font-size: 0.9em;
    }

    .contentArea article section h3 .price strong {
        font-size: 1.1rem;
    }

    .contentArea article section .more h4 {
        padding: 0;
        display: flex;
        white-space: nowrap;
        align-items: center;
        position: relative;
        text-align: left;
        margin: 10px auto 0;
        color: #000;
        font-size: 1.125rem;
        letter-spacing: .1em;
    }

    /** 写真あり **/

    .contentArea article section .more .photoarea {
        display: block;
        text-align: center;
    }

    .contentArea article section .more .photoarea img  {
        width: 80%;
        margin:  0 auto 0 auto ;
    }
    
    .contentArea article section .more .menu {
        padding: 0 5% 1em;
    }
    
    .contentArea article section .more .menu:last-of-type {
        padding: 0 5% 1em;
    }

    .contentArea article section .more .menu:first-of-type {
        padding: 1em 5% 1em;
    }

}


