@charset "UTF-8";

/* -----
 * contents
----------------------------------------------------------------------------- */
/******フォント & カラー******/
.mainVisual,
.contentArea {
    color:  #5E212B;
    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: 60px;
    text-align: center;
    height: 690px;
    position: relative;
    overflow: hidden;
    background: url(../image/vol20/bg_main.png) no-repeat center top;
    top: -60px;
    padding-top: 60px;
}

.mainVisual_content {
    position: relative;
    width: 1200px;
    height: 100%;
    margin: 0 auto 0;
}

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

.mainVisual h2 {
    position: relative;
    display: inline-block;
    margin: 30px auto 10px;
    text-align: right;
    z-index: 9;
    width: 87.3%;
}

.mainVisual h2 img {
    padding-top: 14%; 
    margin-left: 5px;
}

.mainVisual .lead {
    width: 82.3%;
    margin: 0 auto;
    position: relative;
    text-align: center;
    font-size: 1.25rem;
    letter-spacing: .15em;
    line-height: 2.0;
    font-weight: 500;
    color: #FFF;
    z-index: 8;
}

.mainVisual .lead p span {
    display: block;
}

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

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

/** 写真 **/
.mainVisual .mainphoto_01 {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    left: -190px;
    width: 29.58%;
}

.mainVisual .mainphoto_02 {
    position: absolute;
    top: 80%;
    transform: translateY(-50%);
    left: -160px;
    width: 33.08%;
}

.mainVisual .mainphoto_03 {
    position: absolute;
    top: -60px;
    left: 55%;
    transform: translateX(-50%);
    width: 34.83%;
}

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

.mainVisual .mainphoto_05 {
    position: absolute;
    top: 80%;
    transform: translateY(-50%);
    right: -120px;
    width: 20%;
}

.mainVisual img {
    width: 100%;
}


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

    .mainVisual {
        top: -60px;
        padding-top: 60px;
        height: 640px;
        background-size: cover;
    }

    .mainVisual_content {
        width: 100%;
    }

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

    .mainVisual h2 {
        width: 80%;
    }

    .mainVisual h2 img {
        margin-left: 5px;
    }

    .mainVisual .lead {
        font-size: 1.20rem;
        letter-spacing: .1em;
        line-height: 2.0;
        font-weight: 500;
        text-align: center;
        color: #fff;
        z-index: 8;
    }

    /** 写真 **/
    .mainVisual .mainphoto_01 {
        width: 23.66%;
        left: -60px;
    }

    .mainVisual .mainphoto_02 {
        left: 0;
        width: 26.46%;
    }

    .mainVisual .mainphoto_03 {
        top: -40px;
        width: 27.86%;
    }

    .mainVisual .mainphoto_04 {
        width: 17.86%;
        right: 50px;
        top: 35%;
    }
    
    .mainVisual .mainphoto_05 {
        width: 16%;
        right: -20px;
    }

}

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

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

    .mainVisual .lead {
        width: 70%;
        margin: 0 auto;
        position: relative;
        text-align: center;
        font-size: 1rem;
        letter-spacing: .2em;
        line-height: 2.0;
        font-weight: 500;
        z-index: 8;
    }

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

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

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

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

    .mainVisual h2 {
        width: 90%;
    }

    .mainVisual h2 img {
        margin-bottom: 0;
        bottom: 0;
        padding-top: 100px; 
}

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

    .mainVisual .lead br {
        visibility: hidden;
        display: none;
    }

    /** 写真 **/
    .mainVisual .mainphoto_01 {
        top: 190px;
        left: -40px;
        width: 29.58%;
    }

    .mainVisual .mainphoto_02 {
        width: 33.08%;
    }

    .mainVisual .mainphoto_03 {
        top: -10px;
        width: 34.83%;
    }
  
    .mainVisual .mainphoto_04 {
        top: 140px;
        right: 60px;
        width: 22.33%;
    }
    
    .mainVisual .mainphoto_05 {
        width: 20%;
        right: -20px;
    }

}

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

    .mainVisual {
        padding: 30px 0 0;
        height: 370px;
        margin-top: 0px;
        background-size: 300%;
    }

    .mainVisual_content {
        text-align: center;
    }

    .mainVisual h1 {
        position: relative;
        padding-top: 0;
        top: 0;
        left: 0;
        margin: 0;
        margin-left: 5%;
        width: 30%;
        z-index: 10;
    }
    
    .mainVisual h2 {
        position: relative;
        display: block;
        width: 100%;
        margin: 20px auto 0;
        height: auto;
    }

    .mainVisual h2 img {
        padding-top: 1%;
        position: relative;
    }

    .mainVisual .lead {
        display: block;
        font-size: 0.857rem;
        width: 90%;
        right: 0;
        margin: 7.6% auto 30px;
        height: auto;
        text-align: center;
        letter-spacing: .1em;
        font-weight: bold;
        padding: 0;
    }

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

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

    /** 写真 **/
    .mainVisual .mainphoto_01 {
        top: 30.77%;
        left: -40px;
        width: 29.58%;
    }

    .mainVisual .mainphoto_03 {
        top: -30px;
    }
  
    .mainVisual .mainphoto_04 {
        top: 90px;
        right: 20px;
        width: 22.33%;
    }
    
    .mainVisual .mainphoto_05 {
        width: 20%;
        bottom: -100px;
        right: -20px;
    }



}

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

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

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

ul.thumbArea li img{
/**    width: auto;
    height: auto; **/
    width: 300px;
    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;
}

@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.strawberry{
    color: #4C0E0E;
}
.contentArea article.cherry_blossom {
    color: #59414A;
}
.contentArea article.matcha {
    color: #3A3A1E;
}

.contentArea article.strawberry h1,
.contentArea article.strawberry section h3 span.price,
.contentArea article.strawberry section .more p strong .price {
    color: #f83868;
}
.contentArea article.cherry_blossom h1,
.contentArea article.cherry_blossom section h3 span.price,
.contentArea article.cherry_blossom section .more p strong .price {
    color: #ffadc0;
}
.contentArea article.matcha h1,
.contentArea article.matcha section h3 span.price,
.contentArea article.matcha section .more p strong .price {
    color: #B7BA6E;
}

.contentArea .plusone.strawberry strong .price {
    color: #fa2157;
}
.contentArea .plusone.cherry_blossom strong .price {
    color: #ff7a99;
}
.contentArea .plusone.matcha strong .price {
    color: #868840;
}

.contentArea article.strawberry h2 span.floor {
    background-color: #f83868;
    border: 1px solid #4C0E0E;
    color: #FFF;
}

.contentArea article.cherry_blossom h2 span.floor {
    background-color: #ffc2d0;
    border: 1px solid #59414A;
}

.contentArea article.matcha h2 span.floor {
    background-color: #B7BA6E;
    border: 1px solid #3A3A1E;
}

.contentArea article .plusone.matcha {
    background-color: #f7f8de;
}

.contentArea article.strawberry p.term span {
    background:linear-gradient(transparent 60%, #ffc5d5 60%);
}

.contentArea article.cherry_blossom p.term span {
    background:linear-gradient(transparent 60%, #fff1f4 60%);
}

.contentArea article.matcha p.term span {
    background:linear-gradient(transparent 60%, #f3f3cf 60%);
}

.contentArea article.strawberry section .more h4::after {
    border-top: 2px double #FF435A;
}

.contentArea article.cherry_blossom section .more h4::after {
    border-top: 2px double #ffc2d0;
}

.contentArea article.matcha section .more h4::after {
    border-top: 2px double #B7BA6E;
}

/**
.contentArea article.strawberry section .more::after {
    border: 1px double #FF435A;
}

.contentArea article.matcha section .more::after {
    border: 1px double #B7BA6E;
}
**/


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

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

.contentArea article h1 .icon {
    font-size: 22px;
    margin-bottom: 20px;
    margin-right: 2em;
    text-align: left;
    opacity: 0.9;
}

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

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

@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% 0;
        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.125rem;
    font-weight: bold;
    line-height: 1;
    margin: 40px 1em 1em 150px;
    text-align: left;
    letter-spacing: .2em;
    font-feature-settings: "palt";
}


/** ショップの場所 **/
.contentArea article h2 span.floor {
    font-size: 70%;
    margin-right: .8em;
    padding: .3em .3em .3em .8em ;
/**    border: 1px solid #FF435A; **/
/**    color: #FF435A; **/
    background: #FFF;
}

/** 商品写真 **/
.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%;
}

/** プラスワン .supplement .plusone **/

.contentArea article .plusone {
    position: relative;
    flex-basis: 280px;
    width: 280px;
    flex-shrink: 0;
    font-size: 0.8rem;
    letter-spacing: .2em;
    padding: 15px 25px 20px;
    margin: 80px 0 0 70px;
    border-radius: 3px;
    letter-spacing: .1em;
    text-align: left;
    color: #410306;
}


.contentArea .plusone strong .price  {
    color: #FF435A;
    white-space: nowrap;
    margin-left: .5em;
}

.contentArea article .plusone::before {
    border-left: 20px solid #FFECE6;
}

.contentArea article .plusone p {
    line-height: 1.5;
    margin-top: 20px;
}

/** 写真あり **/

.contentArea article .plusone .adphoto img  {
    width: 100%;
    padding: 8px;
    margin:  0 auto ;
}

.contentArea article .plusone .adphoto + p {
    margin-top: 0;
}


.contentArea article .plusone strong {
    font-weight: bold;
    line-height: 1.4;
    font-size: 0.9rem;
    margin: 0 2px;
    padding: 0 2px 6px;
    display: block;
}

.contentArea article .plusone strong .price {
    white-space: nowrap;
    color: #FD475D;
}

.contentArea article .plusone h4 {
    position: absolute;
    top: -60px;
    right: -30px;
}

.contentArea article .letter_plusone {
    padding-bottom: 140px;
}

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

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

    .contentArea article h2 {
        margin: 40px 1em 1em 70px;
    }
    
}

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

    .contentArea article h2 {
        margin: 40px 20px 20px;
    }

}

@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%;
    }

    .contentArea article h2 {
        margin: 0 5% 30px;
    }

}

@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 {
        margin: 10px 5% 0;
        font-size: 1.0rem;
        font-weight: bold;
        line-height: 2.1;
    }

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

    /** プラスワン .supplement .plusone **/

    .contentArea article .plusone {
        margin: 80px 0 0 40px;
    }

    .contentArea article .plusone h4 {
        position: absolute;
        top: -60px;
        right: -30px;
    }
   
}

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

.contentArea article section p.notice {
    color: #FF435A;
    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: #FF435A; **/
}

.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;
}

.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 img {
    width: 4.5em;
}

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

.contentArea article section .more p strong {
    display: block;
    font-weight: bold;
    font-size: 1.15em;
    line-height: 1.3;
    padding-bottom: 6px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.contentArea article section .more p strong .price {
    font-size: 0.9em;
    letter-spacing: .1em;
    font-weight: bold;
    padding-left: 1em;
    white-space: nowrap;
    /**color: #FD475D;**/
}

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

.contentArea article section .more p {
    padding: 0 1em 10px;
}

.contentArea article section .more p:last-child {
    padding: 0 1em 20px;
}

.contentArea article section .more::after {
    content: '';
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
}

/** 写真あり **/

.contentArea article section .more .photoarea {
    display: flex;
    flex-direction: row-reverse;
}
.contentArea article section .more .adphoto {
    flex-shrink: 0;
}
.contentArea article section .more .adphoto img  {
    width: 200px;
    padding: 8px;
    margin:  0 auto 20px auto ;
}

.contentArea article section .more .photoarea p {
    padding: 0 0 10px 20px;
}


/** MEMO　**/
.contentArea article section .memo {
    color: #FF435A;
    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.8125rem;
    letter-spacing: 0;
    text-align: left;
    /**margin: 2em 0 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 p {
        padding: 0 50px 1em;
    }
    
    .contentArea article section .more p:last-child {
        padding: 0 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 .photoarea {
        display: block;
        text-align: center;
    }

    .contentArea article section .more .adphoto img  {
        width: 80%;
        margin:  0 auto 0 auto ;
    }
    
    .contentArea article section .more p {
        padding: 0 5% 1em;
    }
    
    .contentArea article section .more p:last-child {
        padding: 0 5% 1em;
    }

}


