@import url('https://fonts.googleapis.com/css2?family=Cormorant:wght@400;600&family=Shippori+Mincho:wght@400;500;700&display=swap');

*, ::after, ::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
* {
    margin: 0;
    padding: 0;
    border: 0
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, picture, section { display: block; }
ul { list-style: none; }
ol {
    list-style: decimal;
    list-style-position: outside;
}
li > ul, li > ol {
    margin-left: 1.5em;
    margin-bottom: 0;
}
del { text-decoration: line-through; }
table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
}
table td, table th { word-wrap: break-word; }
input, select { vertical-align: middle; }
img {
    max-width: 100%;
    height: auto;
    border: 0;
    vertical-align: top;
}
iframe { vertical-align: bottom; }
svg { max-width: 100%; }

[role=button], a, area, button, input:not([type=range]), label, select, summary, textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}
hr {
    height: 1px;
    background-color: #ccc;
    border: 0;
    margin-bottom: 25px;
    box-sizing: content-box;
    overflow: visible;
}

a {
    background-color: transparent;
    text-decoration: none;
}
a {
    color: #8e8e8e;
    transition: 0.3s ease;
}
a:hover { opacity: 0.6; }

small { font-size: 80%; }
sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
sub { bottom: -0.25em; }
sup { top: -0.5em; }
embed, iframe, object { max-width: 100%; }

/* Clearings */
.clear:before, .clear:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after {
    content: "";
    display: table;
    table-layout: fixed;
}
.clear:after, .site-header:after, .site-content:after { clear: both; }


/*--------------------------------------------------------------
 # Elements
 --------------------------------------------------------------*/
body {
    position: relative;
    color: #8e8e8e;
    font-family: 'Shippori Mincho', serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.75;
    background-color: #fff;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    word-wrap: break-word;
}
#content {
    position: relative;
    overflow-x: hidden;
}
.content_inner {
    width: 90%;
    max-width: 1080px;
    margin: 0 auto;
}
p { margin-bottom: 30px; }
@media only screen and (min-width: 1300px) {
}
@media only screen and (min-width: 768px) {
    #content.scrolled { margin-top: 55px; }
}
@media only screen and (max-width: 640px) {
    body { font-size: 13px; }
    #content { margin-top: 60px; }
    p { margin-bottom: 6%; }
}


/*--------------------------------------------------------------
  Common
 --------------------------------------------------------------*/
.c-bg { background-color: #f6f5f1; }
.center { text-align: center; }
.bold { font-weight: 700; }
.small { font-size: 80%; }
.mb0 { margin-bottom: 0 !important; }

/* タイトル */
h3 {
    position: relative;
    color: #8e8e8e;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 60px;
    writing-mode: vertical-rl;
}
h3 span {
    display: block;
    padding-top: 1em;
}
h3 span.num {
    display: inline;
    padding: 0;
    text-orientation: upright;
}
@media only screen and (max-width: 640px) {
    h3 {
        font-size: 28px;
        margin-bottom: 12%;
    }
}

h4 {
    position: relative;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.45;
    margin-bottom: 20px;
}
@media only screen and (max-width: 640px) {
    h4 {
        font-size: 18px;
        margin-bottom: 5%;
    }
}

.txt_lead {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 340px;
    margin-left: auto;
}
@media only screen and (max-width: 768px) {
    .txt_lead {
        width: 82%;
        margin: 0 auto;
    }
}
@media only screen and (max-width: 640px) {
    .txt_lead {
        width: 90%;
        margin: 0 auto;
    }
}

/* 画像マウスオーバー */
a img.hover { transition: 0.3s; }
a img.hover:hover { opacity: 0.7; }

/* Alignments */
.alignleft {
    float: left;
    margin-right: 1.5em;
}
.alignleft:after { clear: both; }
.alignright {
    float: right;
    margin-left: 1.5em;
}
.alignright:after { clear: both; }
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    clear: both;
}
.underline { text-decoration: underline; }

span.br { display: block; }
span.pc-br { display: inline; }
@media only screen and (min-width: 896px) {
    span.pc-br { display: block; }
}

.pc-content { display: none !important; }
.sp-content { display: block !important; }
.tab-content { display: block !important; }
@media only screen and (min-width: 769px) {
    .tab-content { display: none !important; }
}
@media only screen and (min-width: 641px) {
    .pc-content { display: block !important; }
    .sp-content { display: none !important; }
}


/*--------------------------------------------------------------
  Header
 --------------------------------------------------------------*/
header {
    position: fixed;
    background-color: #c3c7a8;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    transition: 0.3s;
}
.container-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    margin: auto;
}

/* 共通ナビ */
header .logo {
    position: relative;
    background: url(../images/common/logo_s.svg) left top no-repeat;
    background-size: cover;
    z-index: 999;
}
header .logo a { display: block; }
header .logo a span { display: none; }
header.scrolled {
    background-color: #fff;
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .1);
}

/*@media only screen and (min-width: 641px) {*/
@media only screen and (min-width: 769px) {
    header {
        height: 70px;
        padding-top: 12px;
    }
    header .logo {
        width: 142px;
        height: 42px;
        margin-left: 40px;
        transition: 0.3s;
    }
    header .logo a {
        width: 142px;
        height: 42px;
    }
    .global-nav ul {
        display: flex;
        align-items: center;
    }
    .global-nav ul li {
        position: relative;
        font-size: 16px;
        line-height: 1;
        margin-left: 40px;
    }
    .global-nav ul li:last-child { margin-left: 23px; }
    .global-nav ul li:last-child svg {
        fill: #163029;
        height: 26px;
        transition: 0.3s;
    }
    .global-nav ul li a {
        position: relative;
        color: #163029;
        font-family: 'Cormorant', serif;
        font-weight: 600;
        text-decoration: none;
        transition: 0.3s;
    }
    .global-nav ul li a:hover { opacity: 0.6; }

    .header_trigger { display: none; }
}
/*@media only screen and (max-width: 640px) {*/
@media only screen and (max-width: 768px) {
    header {
        height: 60px;
        padding: 15px 5% 0 5%;
    }
    header .logo {
        width: 108px;
        height: 32px;
    }
    header .logo a {
        width: 108px;
        height: 32px;
    }
    .global-nav {
        position: fixed;
        color: #163029;
        width: 100%;
        height: 100%;
/*        height: 100vh;*/
        background: #fff;
        box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);
        padding: 60px 0 30px 0;
        top: 0;
        left: 0;
        transition: all 0.4s;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        opacity: 0;
        visibility: hidden;
        z-index: 998;
    }
    .menu-is-open .global-nav {
        opacity: 1;
        visibility: visible;
    }
    .global-nav ul { border-top: 1px solid #8e8e8e; }
    .global-nav li {
        border-bottom: 1px solid #8e8e8e;
        padding: 0 8%;
    }
    .global-nav li:last-child {
        border-bottom: none;
        padding: 2% 6%;
    }
    .global-nav li a {
        position: relative;
        display: block;
        color: #163029;
        font-family: 'Cormorant', serif;
        font-size: 18px;
        font-weight: 600;
        line-height: 1.8;
        border: none;
        padding: 12px 0;
        text-decoration: none;
    }
    .global-nav li a::after {
        position: absolute;
        content: '';
        width: 10px;
        height: 10px;
        border: 0;
        border-top: solid 1px #163029;
        border-right: solid 1px #163029;
        top: 45%;
        right: 10px;
        transform: rotate(45deg);
    }
    .global-nav li:last-child a::after { display: none; }
    .global-nav li:last-child svg {
        fill: #163029;
        height: 30px;
    }

    /* ハンバーガーメニュー */
    .header_trigger {
        position: absolute;
        display: block;
        width: 30px;
        height: 30px;
        background-color: transparent;
        top: 15px;
        right: 5%;
        cursor: pointer;
        z-index: 999;
    }
    .header_trigger span {
        position: absolute;
        display: block;
        width: 30px;
        height: 2px;
        background-color: #163029;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-transition: opacity .3s ease;
        -o-transition: opacity .3s ease;
        transition: opacity .3s ease;
        will-change: opacity;
    }
    .menu-is-open .header_trigger span { background-color: transparent; }
    .header_trigger span::after,
    .header_trigger span::before {
        position: absolute;
        display: block;
        content: " ";
        width: 30px;
        height: 2px;
        background-color: #163029;
        top: 50%;
        left: 0;
        -webkit-transition: -webkit-transform .3s ease;
        transition: -webkit-transform .3s ease;
        -o-transition: transform .3s ease;
        transition: transform .3s ease;
        transition: transform .3s ease, -webkit-transform .3s ease;
        will-change: transform;
    }
    .menu-is-open .header_trigger span::after,
    .menu-is-open .header_trigger span::before {
        background-color: #163029;
        margin-top: 0;
    }
    .header_trigger span::before { margin-top: -11px; }
    .menu-is-open .header_trigger span::before {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .header_trigger span::after { margin-top: 9px; }
    .menu-is-open .header_trigger span::after {
        -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }
}


/*--------------------------------------------------------------
  Footer
 --------------------------------------------------------------*/
footer {
    position: relative;
    color: #163029;
    background: url(../images/common/bg_footer.png) center top no-repeat;
    background-size: 100% auto;
    padding: 200px 0 25px;
}
footer .content_inner { max-width: 1200px; }
footer .ft_navi {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}
footer .ft-logo { margin: 0 50px 0 40px; }
footer ul {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}
footer ul li { margin-left: 40px; }
footer ul li:last-child { margin-left: 23px; }
footer ul li:last-child svg {
    fill: #163029;
    height: 26px;
}
footer ul li a {
    position: relative;
    color: #163029 !important;
    font-family: 'Cormorant', serif;
    font-weight: 600;
}
footer .bnr {
    width: 66%;
    max-width: 800px;
    background-color: #fff;
    margin: 0 auto 30px;
}
footer .copyright {
    display: block;
    font-family: 'Cormorant', serif;
    font-size: 12px;
    text-align: right;
}
/*@media only screen and (max-width: 640px) {*/
@media only screen and (max-width: 768px) {
    footer {
        background-image: url(../images/common/sp_bg_footer2.png);
        padding: 25% 0 5%;
    }
    footer .content_inner { width: 100%; }
    footer .ft_navi {
        flex-direction: column;
        margin-bottom: 3%;
    }
    footer .ft-logo {
        margin-bottom: 8%;
        text-align: center;
    }
    footer .ft-logo img { width: 26%; }
    footer ul {
        flex-wrap: wrap;
        margin-bottom: 0;
    }
    footer ul li { margin: 5px 5%; }
    footer ul li:last-child { margin: 8px 2%; }
    footer ul li a { font-size: 16px; }
    footer .bnr {
        width: 72%;
        margin-bottom: 8%;
    }
    footer .copyright {
        font-size: 11px;
        text-align: center;
    }
}


/*--------------------------------------------------------------
  トップページ
 --------------------------------------------------------------*/
/* MV */
#content svg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: scale(1,-1);
    z-index: 10;
}
.content_wave {
    position: relative;
    margin-bottom: 0;
}
.main_visual {
    position: relative;
    height: 900px;
    padding-top: 230px;
}
.main_visual h1 {
    position: relative;
    width: 198px;
    margin: 0 auto;
    z-index: 20;
}
@media only screen and (max-width: 768px) {
    .main_visual h1 { width: 22%; }
}
@media only screen and (max-width: 640px) {
    .main_visual {
        height: 440px;
        padding-top: 80px;
    }
    .main_visual h1 { width: 30%; }
}

/* CONCEPT */
.p-top-concept {
    margin-bottom: 150px;
    padding-top: 90px;
    text-align: center;
}
.p-top-concept h2 { margin-bottom: 90px; }
@media only screen and (max-width: 768px) {
    .p-top-concept {
        margin-bottom: 12%;
        padding-top: 30px;
    }
    .p-top-concept h2 { margin-bottom: 10%; }
    .p-top-concept h2 img { width: 40%; }
}
@media only screen and (max-width: 640px) {
    .p-top-concept h2 img { width: 55%; }
}

/* NEWS */
.p-top-news { margin-bottom: 90px; }
.p-top-news .p-top-news-list {
    position: relative;
/*    width: 750px;*/
    margin: 0 auto;
}
.p-top-news span.cat {
    position: absolute;
    color: #fff;
    background-color: #8e8e8e;
    padding: 0 10px;
    top: 20px;
    left: 65px;
}
.p-top-news ul {
    border-top: 1px solid #8e8e8e;
    border-bottom: 1px solid #8e8e8e;
    padding: 20px 65px 20px 205px;
}
.p-top-news ul li {
    position: relative;
    font-weight: 500;
    margin-bottom: 20px;
    padding-left: 120px;
/*    padding-left: 260px;*/
}
.p-top-news ul li a { display: block; }
.p-top-news ul li span {
    position: absolute;
    top: 0;
    left: 0;
/*    left: 140px;*/
}
@media only screen and (max-width: 768px) {
    .p-top-news { margin-bottom: 12%; }
    .p-top-news .p-top-news-list { width: 100%; }
    .p-top-news span.cat { left: 5%; }
    .p-top-news ul { padding: 20px 5% 0 28%; }
    .p-top-news ul li {
        line-height: 1.4;
        padding-top: 5px;
        padding-left: 0;
    }
}
@media only screen and (max-width: 640px) {
    .p-top-news span.cat { left: 4%; }
    .p-top-news ul {
        width: 100%;
        padding: 50px 4% 0 4%;
/*        padding-top: 12px;*/
    }
    .p-top-news ul li { margin-bottom: 12px; }
    .p-top-news ul li { padding-left: 0; }
    .p-top-news ul li span {
        left: 0;
/*        left: 120px;*/
    }
}

/* SOUP */
.p-top-soup {
    height: 2170px;
    padding-top: 90px;
}
.p-top-soup .content_inner { position: relative; }
.p-top-soup dl { position: absolute; }
.p-top-soup dl dd {
    color: #fff;
    width: 370px;
    margin: 0 auto;
    padding-top: 250px;
}
.p-top-soup dl.soup01 {
    width: 784px;
    background: url(../images/top/bg_soup01.png) center top no-repeat;
    background-size: 784px auto;
    top: 25px;
    right: calc(50% - 100px);
}
.p-top-soup dl.soup02 {
    width: 727px;
    background: url(../images/top/bg_soup02.png) center top no-repeat;
    background-size: 727px auto;
    top: 565px;
    left: calc(50% - 45px);
}
.p-top-soup dl.soup03 {
    width: 690px;
    background: url(../images/top/bg_soup03.png) center top no-repeat;
    background-size: 690px auto;
    top: 1060px;
    right: calc(50% - 75px);
}
.p-top-soup dl.soup01 dd { margin-bottom: 100px; }
.p-top-soup dl.soup01 dt { margin-left: 105px; }
.p-top-soup dl.soup02 dd { margin-bottom: 180px; }
.p-top-soup dl.soup02 dt { margin-left: 190px; }
.p-top-soup dl.soup03 dd {
    color: #8e8e8e;
    margin-bottom: 120px;
}
.p-top-soup dl.soup03 dt { margin-left: 180px; }
@media only screen and (max-width: 768px) {
    .p-top-soup {
        height: auto;
        margin-bottom: 18%;
        padding-top: 30px;
    }
    .p-top-soup dl {
        position: relative;
        margin-top: 5%;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
    }
    .p-top-soup dl dd {
        width: 72%;
        padding-top: 30%;
    }
    .p-top-soup dl.soup01 {
        width: 75%;
        background: url(../images/top/sp_bg_soup01.png) left top no-repeat;
        background-size: 100% auto;
        transform: translateX(-7.5%);
        z-index: 10;
    }
    .p-top-soup dl.soup02 {
        width: 78.5%;
        background: url(../images/top/sp_bg_soup02.png) right top no-repeat;
        background-size: 100% auto;
        margin-top: -20%;
        margin-left: auto;
        transform: translateX(7%);
        z-index: 9;
    }
    .p-top-soup dl.soup03 {
        width: 80%;
        background: url(../images/top/sp_bg_soup03.png) left top no-repeat;
        background-size: 100% auto;
        margin-top: -28%;
        transform: translateX(-7%);
        z-index: 8;
    }
    .p-top-soup dl.soup01 dd { margin: 0 0 12% 8%; }
    .p-top-soup dl.soup01 dt {
        width: 52%;
        margin-left: 12%;
    }
    .p-top-soup dl.soup02 dd {
        width: 62%;
        margin: 0 12% 10% auto;
    }
    .p-top-soup dl.soup02 dt {
        width: 52%;
        margin-left: auto;
        margin-right: 12%;
    }
    .p-top-soup dl.soup03 dd {
        width: 66%;
        margin: 0 0 13% 18%;
        padding-top: 26%;
    }
    .p-top-soup dl.soup03 dt {
        width: 48%;
        margin-left: 20%;
    }
}
@media only screen and (max-width: 640px) {
    .p-top-soup dl dd {
        width: 80%;
        padding-top: 28%;
    }
    .p-top-soup dl dd p { font-size: 12px; }
    .p-top-soup dl.soup01 {
        width: 90%;
        transform: translateX(-6.2%);
    }
    .p-top-soup dl.soup02 {
        width: 93.5%;
        margin-top: -25%;
        transform: translateX(5.5%);
    }
    .p-top-soup dl.soup03 {
        width: 98%;
        margin-top: -35%;
    }
    .p-top-soup dl.soup01 dd { margin: 0 0 10% 5%; }
    .p-top-soup dl.soup01 dt { margin-left: 8%; }
    .p-top-soup dl.soup02 dd {
        width: 70%;
        margin: 0 5% 10% auto;
    }
    .p-top-soup dl.soup02 dt {
        width: 56%;
        margin-right: 8%;
    }
    .p-top-soup dl.soup03 dd {
        width: 72%;
        margin: 0 0 13% 14%;
        padding-top: 32%;
    }
    .p-top-soup dl.soup03 dt { margin-left: 20%; }
}


/* SWEETS */
.p-top-sweets {
    position: relative;
    margin-bottom: 200px;
    padding-top: 90px;
}
.p-top-sweets ul.photo_list {
    margin-top: -620px;
    margin-bottom: 150px;
}
.p-top-sweets ul.photo_list li:first-child { margin: 0 0 70px 35px; }
.p-top-sweets ul.photo_list li:nth-child(2) { text-align: right; }
.p-top-sweets ul.photo_list li:nth-child(3) { margin-top: -125px;  }

.p-top-sweets ul.btn {
    display: flex;
    justify-content: center;
}
.p-top-sweets ul.btn li { margin: 0 25px; }
.p-top-sweets ul.btn li a {
    display: block;
    color: #fff;
    width: 320px;
    font-size: 15px;
    background-color: #7f2346;
    border-radius: 50px;
    padding: 10px 0;
    text-align: center;
}
.p-top-sweets ul.btn li a span {
    display: block;
    font-family: 'Cormorant', serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
}
@media only screen and (max-width: 768px) {
    .p-top-sweets {
        margin-bottom: 20%;
        padding-top: 30px;
    }
    .p-top-sweets ul.photo_list { margin: 5% 0 15% 0; }
    .p-top-sweets ul.photo_list li { margin-bottom: 8% !important; }
    .p-top-sweets ul.photo_list li:first-child {
        width: 70%;
        margin-left: 0;
    }
    .p-top-sweets ul.photo_list li:nth-child(2) {
        width: 60%;
        margin-left: auto;
    }
    .p-top-sweets ul.photo_list li:nth-child(3) {
        width: 68%;
        margin-top: 0;
        margin-left: 5%;
    }
}
@media only screen and (max-width: 640px) {
    .p-top-sweets ul.photo_list { margin: 8% 0 25% 0; }

    .p-top-sweets ul.btn {
        flex-direction: column;
        width: 90%;
        margin: 0 auto;
    }
    .p-top-sweets ul.btn li {
        width: 100%;
        margin: 0 auto 5%;
    }
    .p-top-sweets ul.btn li a {
        width: 100%;
        font-size: 12px;
    }
    .p-top-sweets ul.btn li a span { font-size: 20px; }
}

/* スライド */
.p-top-slide {
    position: relative;
    margin-bottom: 100px;
}
.p-top-slide ul {
    display: block;
    z-index: 1;
}
.p-top-slide .slick_soup { margin-bottom: 50px; }
.p-top-slide .slick_soup li,
.p-top-slide .slick_sweets li { margin: 0 15px; }
.p-top-slide .slick_soup li img { width: 420px; height: 420px; }
.p-top-slide .slick_sweets li img { width: 320px; height: 320px; }
@media only screen and (max-width: 768px) {
    .p-top-slide { margin-bottom: 12%; }
    .p-top-slide .slick_soup { margin-bottom: 15px; }
    .p-top-slide .slick_soup li,
    .p-top-slide .slick_sweets li { margin: 0 5px; }
    .p-top-slide .slick_soup li img { width: 320px; height: 320px; }
    .p-top-slide .slick_sweets li img { width: 220px; height: 220px; }
}
@media only screen and (max-width: 640px) {
    .p-top-slide .slick_soup li img { width: 200px; height: 200px; }
    .p-top-slide .slick_sweets li img { width: 140px; height: 140px; }
}

/* LOCATION */
.p-top-location {
    margin-bottom: 150px;
    padding-top: 90px;
}
.p-top-location .p-top-info {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin-bottom: 150px;
}
.p-top-location .p-top-addr {
    width: 750px;
    margin: 30px 0 0 80px;
}
.p-top-location h4 {
    font-size: 28px;
    margin-bottom: 15px;
}
.p-top-location h4 span { font-size: 22px; }
.p-top-location h4 + p { margin-bottom: 0 !important; }

.p-top-location .p-top-addr a { border-bottom: 1px solid #8e8e8e; }
.p-top-location .map {
    position: relative;
    width: 100%;
    height: 0;
    margin-bottom: 80px;
    padding-top: 56.25%;
}
.p-top-location .map:last-of-type { margin-bottom: 0 !important; }
.p-top-location .map iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
@media only screen and (max-width: 768px) {
    .p-top-location {
        margin-bottom: 20%;
        padding-top: 30px;
    }
    .p-top-location .p-top-info {
        flex-direction: column;
        margin-bottom: 25%;
    }
    .p-top-location h3 { margin: 0 auto 8%; }
    .p-top-location .p-top-addr {
        width: 90%;
        margin: 0 auto;
    }
}
@media only screen and (max-width: 640px) {
    .p-top-location h4 {
        font-size: 15px;
        margin-bottom: 4%;
    }
    .p-top-location h4 span { font-size: 13px; }
    .p-top-location .p-top-addr p {
        font-size: 12px;
        margin-bottom: 4%;
    }
    .p-top-location .map { margin-bottom: 15%; }
}

/* HESTIA GINZA */
.p-top-hestia {
    background-color: #eae8e1;
    margin-bottom: 120px;
    padding: 60px 0;
}
.p-top-hestia dl {
    display: flex;
    justify-content: space-between;
}
.p-top-hestia dl dt { width: 45%; }
.p-top-hestia dl dd { width: 50%; }
.p-top-hestia dl dd .logo_hestia { text-align: center; }
.p-top-hestia dl dd h3 {
    color: #464646;
    font-size: 22px;
    margin-bottom: 10px;
    writing-mode: horizontal-tb;
}
.p-top-hestia dl dd p {
    color: #464646;
    font-size: 14px;
}
.p-top-hestia .btn_blank a {
    position: relative;
    display: block;
    color: #fff;
    width: 350px;
    font-size: 16px;
    background-color: #96875e;
    border: 1px solid #fff;
    border-radius: 50px;
    margin: 0 auto;
    padding: 15px 40px 15px 0;
    text-align: center;
}
.p-top-hestia .btn_blank a::after {
    position: absolute;
    content: "";
    width: 37px;
    height: 8px;
    background: url(../images/top/arrow.svg) left top no-repeat;
    background-size: cover;
    top: 50%;
    right: 40px;
    transform: translateY(-50%);
    transition: 0.3s;
}
.p-top-hestia .btn_blank a:hover::after { right: 30px; }
@media only screen and (max-width: 640px) {
    .p-top-hestia {
        margin-bottom: 16%;
        padding: 12% 0;
    }
    .p-top-hestia dl { flex-direction: column; }
    .p-top-hestia dl dt { width: 100%; }
    .p-top-hestia dl dd {
        width: 100%;
        margin-bottom: 5%;
    }
    .p-top-hestia dl dd .logo_hestia img {
        width: 22%;
        height: auto;
    }
    .p-top-hestia dl dd h3 { font-size: 18px; }
    .p-top-hestia dl dd p { font-size: 12px; }
    .p-top-hestia .btn_blank a {
        width: 90%;
        font-size: 14px;
        padding: 12px 40px 12px 0;
    }
    .p-top-hestia .btn_blank a::after {
        width: 33px;
        height: 7px;
    }
}

/* CONTACT */
.p-top-contact { margin-bottom: 150px; }
.p-top-contact .btn a {
    display: block;
    color: #fff;
    width: 180px;
    font-family: 'Cormorant', serif;
    font-size: 20px;
    font-weight: 600;
    background-color: #7f2346;
    border-radius: 50px;
    margin: 0 auto;
    padding: 10px 0;
    text-align: center;
}
@media only screen and (max-width: 768px) {
    .p-top-contact {
        margin-bottom: 20%;
    }
    .p-top-contact .btn a { width: 220px; }
}
@media only screen and (max-width: 640px) {
    .p-top-contact .btn a {
        width: 90%;
        font-size: 18px;
    }
}

