@charset "UTF-8";

/* -----
 * contents
----------------------------------------------------------------------------- */
/******フォント & カラー******/
.mainVisual,
.contentArea {
    color: #954D2A;
    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;
    background: #FFE9A9;
    top: -60px;
    padding-top: 60px;
}

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

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

.mainVisual h2 {
    position: relative;
    margin: 0 auto 10px 20%;
    z-index: 9;
    flex-basis: 55%;
}

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

.mainVisual .lead {
    margin: 35px 30px 0 auto;
    text-align: left;
    font-size: 1.1rem;
    letter-spacing: .15em;
    line-height: 1.2;
    font-weight: 500;
    color: #FFF;
    z-index: 8;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}

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


.mainVisual .lead p span {
    background: #954D2A;
    display: inline-block;
    margin: .5em;
    padding: .5em .04em .5em .05em;
}

.mainVisual .lead p span.number {
    text-combine-upright: all;
    margin: 0;
    padding: 0;
 }


/** 写真 **/
.mainVisual .mainphoto_01,
.mainVisual .mainphoto_02,
.mainVisual .mainphoto_03,
.mainVisual .mainphoto_04 {
    z-index: 7;
    overflow: hidden;
}

.mainVisual .mainphoto_01 {
    position: absolute;
    width: 18.83%;
    top: 39%;
    transform: translateY(-50%);
    left: -19px;
}

.mainVisual .mainphoto_02 {
    position: absolute;
    width: 24.33%;
    top: 83%;
    transform: translateY(-50%);
    left: 100px;
}

.mainVisual .mainphoto_03 {
    position: absolute;
    width: 16.83%;
    top: 12%;
    right: 220px;
    transform: translateY(-50%);
}

.mainVisual .mainphoto_04 {
    position: absolute;
    width: 16.83%;
    top: 85%;
    transform: translateY(-50%);
    right: 190px;
}

.mainVisual img {
    width: 100%;
}


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

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

    .mainVisual_content {
        width: 100%;
        overflow: hidden;
        justify-content: right;
    }

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

    .mainVisual h2 {
        flex-basis: 650px;
        margin: 0 0 10px;
        flex-shrink: 0;
    }

    .mainVisual .lead {
        letter-spacing: .1em;
        font-weight: 500;
        margin: 0 2% 0 0;
    }

    .mainVisual .mainphoto_01,
    .mainVisual .mainphoto_03,
    .mainVisual .mainphoto_04 {
        width: 16.95%;
    }

    .mainVisual .mainphoto_02 {
        width: 20.1%;
    }

}

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

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

    .mainVisual .lead {
        position: relative;
        font-size: 1rem;
        padding-top: 70px;
    }   

    .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: 570px;
    }

    .mainVisual_content {
        display: block;
    }

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

    .mainVisual h2 {
        position: relative;
        margin: 0 auto 10px;
        text-align: right;
        z-index: 9;
        width: 70%;
        min-width: 450px;
        top: 0px;
    }
    
    .mainVisual h2 img {
        padding-right: 0px;
        padding-top: 1%;
    }

    .mainVisual .lead {
        letter-spacing: .1em;
        width: 95%;
        text-align: center;
        margin: 0px auto 0;
        padding-left: 0;
        writing-mode: horizontal-tb;
        padding-top: 0;
        top: -5px;
    }

    .mainVisual .lead p {
        display: block;
    }

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

    .mainVisual .lead p span {
        margin: .3em 0;
    }

    .mainVisual .mainphoto_01 {
        top: 30%;
        left: 1%;
    }
    
    .mainVisual .mainphoto_02 {
        top: 60%;
        left: 3%;
    }
    
    .mainVisual .mainphoto_03 {
        right: 18%;
    }
    
    .mainVisual .mainphoto_04 {
        top: 40%;
        right: 1%;
    }
 
}

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

    .mainVisual {
        padding: 0 0 0;
        width: 100%;
        aspect-ratio: 10 / 11;
        height: auto;
        margin-top: 0px;
        margin-bottom: 20px;
    }

    .mainVisual_content {
        background: url(../image/vol35/bg_main.png) no-repeat center center;
        background-size: 80%;
    }
    .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;
        margin: 0 auto 0;
        text-align: center;
        width: 100%;
        z-index: 8;
        top: -17vw;
        min-width: 250px;
    }
    
    .mainVisual h2 img {
        width: 105%;
        margin: 0px auto 0;
        padding-left: -3%;
    }

    .mainVisual .lead {
        display: block;
        width: 90%;
        font-size: 2.75vw;
        letter-spacing: .05em;
        margin-bottom: 40px;
        padding-top: 0;
        top: -19vw;
        padding-left: 0;
        z-index: 11;
    }

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

    .mainVisual .lead p span {
        padding: .1em;
        margin: .35em 0;
    }

    .mainVisual .mainphoto_01,
    .mainVisual .mainphoto_03,
    .mainVisual .mainphoto_04 {
        width: 29.95%;
        /**z-index: 10;**/
    }

    .mainVisual .mainphoto_02 {
        width: 35.1%;
    }

    .mainVisual .mainphoto_01 {
        top: 30%;
        left: -8%;
    }
    
    .mainVisual .mainphoto_02 {
        top: 70%;
        left: -8%;
        z-index: 10;
    }
    
    .mainVisual .mainphoto_03 {
        right: -5%;
        top: 10%;
    }
    
    .mainVisual .mainphoto_04 {
        top: 60%;
        right: -6%;
        z-index: 10;
    }

}

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

ul.thumbArea{ 
    list-style-type:none;
    margin: 0 auto 100px;
    padding:0;
    width: 100%;
}

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

ul.thumbArea li img{
/**    width: auto;
    height: auto; **/
    width: 340px;
    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 h1 {
    font-size: 2.117rem;
    font-weight: 400;
    letter-spacing: .3em;
    line-height: 1.5;
    padding: 80px 0 15px;
    overflow: visible;
    text-align: left;
	color: #158C89;
    font-feature-settings: "palt";
    position: relative;
    transform: rotate(-6deg);
}

.contentArea article h1 span {
	padding: 0 .1em .1em .5em;
    height: auto;
    display: inline-block;
    line-height: 1.2;
    background: #954D2A;
    color: #FFF;
}

.contentArea article h1 .icon {
    font-size: 22px;
    background: #666666;
    letter-spacing: .1em;
    display: inline-block;
    color: #FFF;
    margin-bottom: 20px;
    margin-right: 2em;
    text-align: left;
    opacity: 0.9;
}

.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: 1.95rem;
        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: 0;
    }
    .contentArea article h1 span:nth-of-type(2) {
        margin-left: 3em;
    }

}

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

    .contentArea article h1 {
        font-size: 4.5vw;
        letter-spacing: .15em;
        margin: 0 5% 0;
        padding-top: 30px;
    }
    .contentArea article h1 br {
        display: none;
    }
    .contentArea article h1 span {
        position: relative;
        height: auto;
        /** text-decoration:  underline #ffe783; **/
    }
    .contentArea article h1 span:nth-of-type(1) {
        margin-bottom: 0;
        margin-right: 0;
    }
    .contentArea article h1 span:nth-of-type(2) {
        margin-left: 2em;
    }

}

/** アイコン 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 .photo {
    position: relative;
    float: left;
    width: 460px;
    margin: 0 20px 0 150px;
}

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


@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;
        width: 440px;
    }

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

}

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

.contentArea article section p.notice,
.contentArea article section p.term {
    color: #e75d44;
    font-size: .95em;
    letter-spacing: 0.1em;
    margin: 1.1em 0 0;
    padding: 0;
}

.contentArea article section p.notice:first-of-type,
.contentArea article section p.term:first-of-type {
    margin: 1.1em 0 0;
}
.contentArea article section p.notice:nth-of-type(2),
.contentArea article section p.notice:nth-of-type(3),
.contentArea article section p.term:nth-of-type(2){
    margin: 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%, #8dced4 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;
    /**color: #000;**/
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
}

.contentArea article section h3 strong {
    text-align: left;
    background-image: repeating-linear-gradient(-45deg,
    #FCD88D 0, #FCD88D 2px,
    transparent 2px, transparent 4px);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100% 0.4em;
}

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

.contentArea article section h3 .notice {
    font-size: 0.9rem;
    font-weight: normal;
    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: #158C89;
    margin-left: auto;
}

.contentArea article section h3 .price strong {
    background: none;
    font-size: 1.4rem;
    font-style: italic;
    margin-right: 0.1em;
    font-weight: bolder;

}

.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 .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: 30px 0 40px;
    width: 100%;
    line-height: 1.5;
    position: relative;
    box-sizing: border-box;
}

.contentArea article section .more h4 {
    padding: 0;
    white-space: nowrap;
    position: relative;
    text-align: left;
    margin: 18px 0 13px;
    color: #000;
    font-size: 1.125rem;
    letter-spacing: .1em;
    transform: rotate(-8deg);
}

.contentArea article section .more h4 img {
    width: 7em;
    padding: 1em 2em 0 0;
    transform: translateX(-1em)
}

.contentArea article section .more .menu {
    padding: 2em 1em .5em;
}

.contentArea article section .more .menu .menu_name {
    font-weight: bold;
    font-size: 1.3em;
    line-height: 1.3;
    padding-bottom: 6px;
    display: flex;
    align-items: baseline;
}

.contentArea article section .more .menu .menu_name > strong {
    /**color: #ac9b89;**/
    background-image: repeating-linear-gradient(-45deg,
    #FCD88D 0, #FCD88D 2px,
    transparent 2px, transparent 4px);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100% 0.4em;
}

.contentArea article section .more .menu .menu_name > strong small {
    font-weight: normal;
    font-size: 0.7em;
}

.contentArea article section .more .menu_name .price {
    font-size: 0.8em;
    letter-spacing: .1em;
    font-weight: normal;
    white-space: nowrap;
    color: #158C89;
    margin-left: auto;
    text-align: right;
}

.contentArea article section .more .menu_name .price strong {
    padding-left: 1em;
    padding-right: .1em;
    font-weight: bold;
    font-size: 1.1em;
    font-style: italic;
}

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

.contentArea article section .more p {
    margin-top: 0;
    color: #4f4037;
}


/** MEMO　**/
.contentArea article section .memo {
    color: #ea0000;
    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 .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 .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;
    }

}


