@charset "utf-8";
/*
theme Name: shien
Description: 珈琲紫園のテーマです
version： 1.0
*/

/*----------------------------------------
	all
----------------------------------------*/

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ ゴシック', sans-serif;
    font-size: 62.5%;
    color: #333;
    -webkit-text-size-adjust: 100%;
    line-height: 1;
    font-weight: 400;
    scroll-behavior: smooth;
}

body {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-size: 1.8rem;
}

a {
    text-decoration: none;
    color: #333;
}

img {
    vertical-align: bottom;
    height: auto;
}

ul {
    list-style-type: none;
}

#container {
    overflow: hidden;
}

.bold {
    font-weight: bold;
}

.home {
    background-color: #E6DBC9;
}


@media screen and (max-width:768px) {
    body {
        font-size: 1.6rem;
    }
}

/*----------------------------------------
	common
----------------------------------------*/

.c-inner01 {
    width: 1500px;
    margin: auto;
}

.c-inner02 {
    width: 1300px;
    margin: auto;
}

.c-text {
    font-size: 1.8rem;
    line-height: 1.75;
}

.c-button {
    text-align: center;
    display: block;
    width: 260px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    letter-spacing: 0.1em;
    color: #fff;
    background-color: #C28312;
    transition: all 0.3s;
    position: relative;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 700;
    transition: all 0.4s;
    border-radius: 100px;
}

.c-button:after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 13px;
    background-image: url(images/button_arrow.svg);
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    transition: all 0.4s;
}

.op {
    transition: .3s;
}

.op:hover {
    opacity: 0.7;
}

@media screen and (min-width:769px) {
    .c-button:hover:after {
        right: 8px;
    }
}

@media screen and (max-width:1500px) {
    .c-inner01 {
        width: 100%;
        padding: 0 6.5%;
    }
}

@media screen and (max-width:1400px) {
    .c-inner02 {
        width: 100%;
        padding: 0 6.5%;
    }
}

@media screen and (max-width:1300px) {
    .c-inner01 {
        width: 100%;
        padding: 0 5.5%;
    }
}

@media screen and (max-width:768px) {
    .c-text {
        font-size: 1.4rem;
    }

    .c-button {
        width: 240px;
        height: 50px;
        font-size: 1.4rem;
    }

    .c-inner01 {
        width: 100%;
        padding: 0 4%;
    }

    .c-inner02 {
        width: 100%;
        padding: 0 4.5%;
    }
}

@media screen and (max-width:590px) {
    .c-inner01 {
        width: 100%;
        padding: 0 3%;
    }

    .c-inner02 {
        width: 100%;
        padding: 0 3.5%;
    }
}

/*----------------------------------------
	topcommon
----------------------------------------*/

.c-top__titleWrap {
    font-size: 8.8rem;
    text-align: center;
    margin: 0 0 60px;
    position: relative;
    z-index: 1;
}

.c-top__titleDeco:before {
    content: "";
    display: block;
    width: 192px;
    height: 98px;
    background-image: url(images/top_title_deco.svg);
    margin: 0 auto;
    text-align: center;
}

.c-top__titleWrap02:before {
    content: "";
    display: block;
    width: 192px;
    height: 98px;
    background-image: url(images/top_title_deco.svg);
    margin: 0 0 20px;
}

.c-top__titleWrap h2 {
    font-size: 3.2rem;
    letter-spacing: 0.1em;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: bold;
    color: #41210F;
    line-height: 1.5;
}

.c-top__titleWrap p {
    font-size: 8.8rem;
    color: #41210F;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.5;
    letter-spacing: 0.2em;
}

.c-top__titleWrap02 {
    display: inline-block;
}

.c-top__titleWrap02 .c-top__titleWrap {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: row;
}

.c-top__titleWrap02 h2 {
    writing-mode: vertical-lr;
}

.c-top__titleWrap02 p {
    writing-mode: vertical-lr;
}

.c-top__deco01:before {
    content: "";
    background-image: url(images/top_deco01.svg);
    background-size: cover;
    width: 100%;
    height: 329px;
    position: absolute;
    top: -1px;
    left: 0;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top;
}

.c-top__deco02:after {
    content: "";
    background-image: url(images/top_deco02.svg);
    width: 100%;
    height: 329px;
    position: absolute;
    bottom: -1px;
    left: 0;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
}

.c-top__deco03:before {
    content: "";
    background-image: url(images/top_deco03.svg);
    width: 100%;
    height: 329px;
    position: absolute;
    top: 0;
    left: 0;
    background-size: 100%;
    background-repeat: no-repeat;
}

.c-top__deco04:after {
    content: "";
    background-image: url(images/top_deco04.svg);
    width: 100%;
    height: 329px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-position: top;
    background-size: 100%;
    background-repeat: no-repeat;
}

@media screen and (max-width:1500px) {
    .c-top__titleWrap p {
        font-size: 6.4rem;
    }
    
    .c-top__titleWrap h2 {
        font-size: 2.8rem;
    }
}

@media screen and (max-width:820px) {
    .c-top__titleWrap02 {
        display: block;
        margin: auto;
    }

    .c-top__titleWrap02 p {
        writing-mode: unset;
    }

    .c-top__titleWrap02 h2 {
        writing-mode: unset;
        margin: auto;
    }

    .c-top__titleWrap02:before {
        width: 130px;
        height: 60px;
        background-size: 100%;
        margin: 0 auto 10px;
    }

    .c-top__titleDeco:before {
        width: 130px;
        height: 60px;
        background-size: 100%;
        margin: 0 auto 10px;
    }

    .c-top__titleWrap p {
        line-height: 1.2;
    }

    .c-top__titleWrap p {
        font-size: 5.5rem;
    }

    .c-top__titleWrap h2 {
        font-size: 2.5rem;
        line-height: 1.2;
    }

    .c-top__titleWrap02 .c-top__titleWrap {
        flex-direction: column;
        align-items: center;
    }

    .p-topShopinfo__time dt {
        font-size: 1.6rem;
    }

    .p-topShopinfo__time dd {
        font-size: 1.4rem;
    }

    .p-topShopinfo__time dd:not(:last-child) {
        margin: 0 0 10px;
    }

    .p-topShopinfo__text {
        margin: 0;
    }

    .p-topShopinfo__tel {
        font-size: 3rem;
    }

    .p-topShopinfo__tel span {
        font-size: 1.8rem;
    }

    .p-topShopinfo__tel {
        margin: 0 0 35px;
    }

    .c-top__titleWrap {
        margin: 0 0 30px;
    }
}

@media screen and (max-width:590px) {
    .c-top__titleWrap02 p {
        writing-mode: unset;
    }

    .c-top__titleWrap02 h2 {
        writing-mode: unset;
    }

    .c-top__titleWrap p {
        font-size: 3.6rem;
        margin: 0 0 4px;
    }

    .c-top__titleWrap h2 {
        font-size: 2rem;
        line-height: 1;
    }

    .c-top__titleWrap02:before {
        width: 80px;
        height: 38px;
        margin: 0 auto 8px;
    }

    .c-top__titleDeco:before {
        width: 80px;
        height: 38px;
        margin: 0 auto 8px;
    }
}

/*----------------------------------------
	animation
----------------------------------------*/

/*.appear {
    transform-origin: center top;
    animation: show 1s both;
}

span.appear {
    display: inline-block;
}

.d1 {
    animation-delay: 0.5s;
}

.d2 {
    animation-delay: 1s;
}

.d3 {
    animation-delay: 1.5s;
}

.d4 {
    animation-delay: 2s;
}

.d5 {
    animation-delay: 2.5s;
}

.d6 {
    animation-delay: 3s;
}

.d8 {
    animation-delay: 3.5s;
}

.d10 {
    animation-delay: 10s;
}

.d12 {
    animation-delay: 12s;
}

@keyframes show {
    0% {
        transform: translate(0, 2em);
        opacity: 0;
    }

    100% {
        transform: translate(0, 0);
        opacity: 1;
    }
}

/*----------------------------
scroll_up ｜下から上へ出現
----------------------------*/
/*.scroll_up {
    transition: 0.8s ease-in-out;
    transform: translateY(30px);
    opacity: 0;
}

.scroll_up.on {
    transform: translateY(0);
    opacity: 1.0;
}

.scroll_up__mv {
    transition: 0.8s ease-in-out;
    transform: translate(-50%, -35%);
    opacity: 0;
}

.scroll_up__mv.on {
    transform: translate(-50%, -50%);
    opacity: 1.0;
}*/

/*----------------------------
scroll_left ｜左から出現
----------------------------*/
/*.scroll_left {
    -webkit-transition: 0.8s ease-in-out;
    -moz-transition: 0.8s ease-in-out;
    -o-transition: 0.8s ease-in-out;
    transition: 0.8s ease-in-out;
    transform: translateX(-30px);
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
}

.scroll_left.on {
    opacity: 1.0;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    transform: translateX(0);
}*/

/*----------------------------
scroll_right ｜右から出現
----------------------------*/
/*.scroll_right {
    -webkit-transition: 0.8s ease-in-out;
    -moz-transition: 0.8s ease-in-out;
    -o-transition: 0.8s ease-in-out;
    transition: 0.8s ease-in-out;
    transform: translateX(30px);
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
}

.scroll_right.on {
    opacity: 1.0;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    transform: translateX(0);
}

.timing02 {
    transition-delay: .2s;
}

.timing03 {
    transition-delay: .4s;
}

.timing04 {
    transition-delay: .6s;
}

.timing05 {
    transition-delay: .8s;
}*/

/*----------------------------------------
	l-header
----------------------------------------*/

.l-header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    transition: all 0.4s ease;
}

.l-header__inner {
    width: 100%;
    height: auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
    z-index: 9999;
}

.l-header__gnav {
    width: 100%;
    background-color: #41210F;
    position: relative;
    height: 110px;
    display: flex;
    justify-content: flex-end;
}

.l-header__gnavLists {
    height: 100%;
    display: flex;
    align-items: center;
    margin: 0 277px 0 0;
}

.l-header__gnavList {
    height: 100%;
}

.l-header__gnavList:not(:last-child) {
    margin: 0 45px 0 0;
}

.l-header__gnavList a {
    height: 100%;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    position: relative;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 1.8rem;
    letter-spacing: 0.08em;
}

.l-header__gnavEn {
    font-size: 0.72916vw;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    line-height: 1.5;
    color: #C28312;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    margin: 0 0 8px;
}

.l-header__gnavJp {
    font-size: 0.9375vw;
    line-height: 1.444;
    font-weight: bold;
    letter-spacing: 0.1em;
    color: #fff;
    font-family: 'Zen Kaku Gothic New', sans-serif;
}

.input-hidden {
    display: none;
}

.hamburger-demo-cover {
    display: none;
}

.l-header__gnavList.l-header__gnavContact > a {
    width: 250px;
    height: 100%;
    color: #fff;
    background-color: #C28312;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-out;
    border-radius: 0 0 22px 0;
}

.l-header__gnavList.l-header__gnavContact > a span {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    letter-spacing: 0.08em;
}

.l-header__gnavList.l-header__gnavContact > a span:before {
    content: "";
    display: inline-block;
    background-image: url(images/header_contact_icon.svg);
    width: 26px;
    height: 19px;
    vertical-align: middle;
    margin: 0 0 9px 0;
}

.l-header__logo {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #C28312;
    width: 260px;
    height: 260px;
    border-radius: 0 0 30px 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.l-header__gnavContact {
    background-color: #C28312;
    width: 237px;
    height: 133px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0 0 0 20px;
}

.l-header__gnavContact a {
    display: flex;
    flex-direction: column-reverse;
    text-align: center;
}

.l-header__gnavContact a .l-header__gnavEn {
    color: rgba(255, 255, 255, 0.5);
    font-size: 1.6rem;
}

.l-header__gnavContact a .l-header__gnavJp {
    font-size: 2.1rem;
}

@media screen and (min-width:1025px) {
    .l-header__gnavList a {
        font-size: 0.938vw;
    }
}

@media screen and (max-width:1500px) {
    .l-header__gnavList:not(:last-child) {
        margin: 0px 35px 0 0;
    }

    .l-header__gnavList.l-header__gnavContact > a {
        width: 180px;
    }

    .l-header__gnavList a {
        font-size: 1vw;
    }

    .l-header__logo {
        width: 200px;
        height: 200px;
    }

    .l-header__logo a {
        width: 70%;
    }

    .l-header__logo a img {
        width: 100%;
    }

    .l-header__gnavContact a .l-header__gnavEn {
        font-size: 1.4rem;
    }

    .l-header__gnavContact {
        width: 205px;
        height: 110px;
    }

    .l-header__gnavLists {
        margin: 0 240px 0 0;
    }

    .l-header__gnav {
        height: 90px;
    }

    .l-header__gnavContact a .l-header__gnavJp {
        font-size: 1.8rem;
    }

    .l-header__gnavContact {
        width: 190px;
        height: 110px;
    }

    .l-header__logo {
        width: 180px;
        height: 180px;
    }
}

@media screen and (max-width:1300px) {
    .l-header {
        height: 85px;
    }

    .logo a {
        width: 170px;
    }
}

@media screen and (max-width:1024px) {
    #l-header {
        height: 70px;
    }

    .l-header__inner {
        padding: 0 0 0 35px;
    }

    .l-header__logo {
        position: fixed;
    }

    .l-header__gnavLists {
        flex-direction: column;
        height: auto;
    }

    .l-header__gnavList {
        width: 100%;
        height: auto;
    }

    .l-header__gnavList:not(:last-child) {
        margin: 0;
    }

    .l-header__gnavLists li > a {
        display: flex;
        flex-direction: column;
    }

    .l-header__gnavList a {
        font-size: 1.7rem;
    }

    .l-header__gnavLists li.has-child > a {
        position: relative;
    }

    .l-header__gnavLists li.has-child > a:after {
        content: '';
        position: absolute;
        right: 40px;
        width: 12px;
        height: 12px;
        border-top: 2px solid #222;
        border-right: 2px solid #222;
        transform: rotate(135deg) translateY(-50%);
    }

    .l-header__gnavLists li.has-child.active > a:after {
        transform: rotate(-45deg);
    }

    nav ul li a {
        padding: 10px 20px;
        border-bottom: 1px dashed #ccc;
    }

    .nav ul li:last-child a {
        border-bottom: none;
    }

    nav ul li:first-child a {
        border-top: 1px dashed #ccc;
    }

    nav ul li li a {
        padding: 0;
    }

    .input-hidden {
        display: none;
    }

    .hamburger-demo-switch {
        cursor: pointer;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        z-index: 9999;
        width: 70px;
        height: 70px;
        background-color: #41210F;
        border-radius: 0 0 0 10px;
    }

    .hamburger-switch-line1,
    .hamburger-switch-line1-before,
    .hamburger-switch-line1-after {
        width: 25px;
        height: 3px;
        background: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        transition: .3s;
        border-radius: 100px;
        content: "";
    }

    .hamburger-switch-line1 {
        transform: translate(-50%, -50%);
    }

    .hamburger-switch-line1-before {
        transform: translate(-50%, -300%);
    }

    .hamburger-switch-line1-after {
        transform: translate(-50%, 200%);
    }

    #hamburger-demo1:checked ~ .hamburger-demo-switch .hamburger-switch-line1 {
        width: 0;
    }

    #hamburger-demo1:checked ~ .hamburger-demo-switch .hamburger-switch-line1-before {
        background-color: #fff;
        transform: rotate(45deg) translate(-40%, 325%);
    }

    #hamburger-demo1:checked ~ .hamburger-demo-switch .hamburger-switch-line1-after {
        background-color: #fff;
        transform: rotate(-45deg) translate(-40%, -325%);
    }

    .l-header__gnav {
        position: fixed;
        height: 100vh;
        background: #fafafa;
        padding: 5em 3% 2em;
        z-index: 9998;
        transition: .3s;
        overflow-y: scroll;
        top: 0;
        left: 100%;
        width: 80%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .l-header__gnavLists {
        margin-right: 3%;
        padding-left: 5% !important;
        list-style: none;
    }

    .l-header__gnavLists li a {
        text-decoration: none;
        color: #C28312;
        padding: 1.6em 0;
    }

    #hamburger-demo1:checked ~ .l-header__gnav {
        left: 20%;
    }

    #hamburger-demo1:checked ~ .hamburger-demo-cover {
        position: fixed;
        width: 100%;
        height: 100vh;
        top: 0;
        left: 0;
        z-index: 9997;
        background: rgba(3, 3, 3, .5);
        display: block;
    }

    .l-header__gnavList > a {
        height: auto;
    }

    .l-header__gnavLists li a {
        padding: 1.5em 0;
        flex-direction: column-reverse;
    }

    .l-header__logo {
        width: 140px;
        height: 140px;
    }

    .l-header__gnavJp {
        font-size: 2rem;
        color: #41210F;
    }

    .l-header__gnavEn {
        font-size: 1.6rem;
    }

    .l-header__gnavContact {
        margin: 30px auto 0;
        position: unset;
        width: 80%;
        height: 100px;
        border-radius: 15px;
    }

    .l-header__gnavContact .l-header__gnavJp {
        color: #fff;
    }

    .l-header__gnavList.l-header__gnavContact > a {
        width: 100%;
        border-radius: 8px;
    }

    .l-header__gnavList.l-header__gnavContact > a span {
        font-size: 1.8rem;
    }
}

@media screen and (max-width:820px) {
    .l-header__logo {
        width: 160px;
        height: 160px;
    }
}

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

    #l-header {
        border-radius: 0px 0px 12px 12px;
        height: 55px;
    }

    .hamburger-demo-switch {
        width: 55px;
        height: 55px;
    }

    .l-header__gnav {
        padding: 4em 3% 2em;
    }

    .l-header__gnavList a {
        font-size: 1.5rem;
    }

    .l-header__inner {
        padding: 0 25px;
    }

    .l-header__gnavList {
        width: 100%;
    }

    .l-header__gnavList_en {
        font-size: 1.3rem;
        margin: 0 0 5px 0;
    }

    .l-header__gnavList_jp {
        font-size: 1.5rem;
    }

    .l-header__gnavLists li.has-child > a:after {
        right: 8px;
        width: 8px;
        height: 8px;
    }

    .l-header__gnavLists li a {
        padding: 0.7em 0;
    }

    .l-header__logo {
        width: 90px;
        height: 90px;
        border-radius: 0 0 15px 0;
    }

    .l-header__gnavJp {
        font-size: 1.5rem;
        line-height: 1;
    }

    .l-header__gnavEn {
        font-size: 1.1rem;
        line-height: 1;
    }

    .l-header__gnavContact a .l-header__gnavJp {
        font-size: 1.6rem;
    }

    .l-header__gnavContact a .l-header__gnavEn {
        font-size: 1.2rem;
    }

    .l-header__gnavContact {
        height: 60px;
        border-radius: 10px;
    }
}

/*----------------------------------------
	footer
----------------------------------------*/

.l-footer {
    padding: 330px 0 0;
    background-color: #E6DBC9;
    position: relative;
    z-index: 11;
}

.l-footer.c-top__deco03:before {
    transform: rotate(180deg);
    transform: scale(1, -1);
    background-position: bottom;
    z-index: -1;
}

.l-footer__inner {
    margin: 0 auto;
    padding: 0 2%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.l-footer__copyright {
    background-color: #41210F;
    color: #fff;
    font-size: 1.4rem;
    padding: 23px 0;
    text-align: center;
}

.l-footer__nav {
    display: flex;
    align-items: flex-start;
}

.l-footer__logo {
    margin: 0 auto 46px;
    display: block;
    text-align: center;
}

.l-footer__navList a {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    letter-spacing: 0.08em;
    transition: .3s;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 700;
}

.l-footer__navList a:hover {
    color: #C28312;
}

.l-footer__navLists {
    display: flex;
    align-items: center;
}

.l-footer__navList:not(:last-child) {
    margin: 0 58px 0 0;
}

.l-footer__navList a {
    position: relative;
}

.l-footer__navJp {
    font-size: 0.9375vw;
    line-height: 1.444;
    font-weight: bold;
    letter-spacing: 0.1em;
    color: #41210F;
    font-family: 'Zen Kaku Gothic New', sans-serif;
}

.l-footer__navEn {
    font-size: 0.72916vw;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    line-height: 1.5;
    color: #C28312;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    margin: 0 0 8px;
}

.l-footer__name {
    color: #41210F;
    margin: 0 0 20px;
    text-align: center;
    font-size: 2.4rem;
    letter-spacing: 0.1em;
}

.l-footer__infoLists {
    text-align: center;
    margin: 0 0 33px;
}

.l-footer__infoList {
    color: #41210F;
}

.l-footer__infoList:not(:last-child) {
    margin: 0 0 8px;
}

.l-footer__tel {
    font-size: 3rem;
    letter-spacing: 0.13em;
    margin: 0 auto 50px;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 700;
    color: #C28312;
}

.l-footer__time {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin: 0 0 50px;
}

.l-footer__timeBox h3 {
    width: 125px;
    height: 125px;
    background-color: #C28312;
    color: #fff;
    margin: 0 0 12px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

.l-footer__timeBox:not(:last-child) {
    margin: 0 56px 0 0;
}

.l-footer__timeBox p {
    font-size: 1.7rem;
    letter-spacing: 0.1em;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #41210F;
    text-align: center;
}

.l-footer__snsLists {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 114px;
}

.l-footer__snsList:not(:last-child) {
    margin: 0 25px 0 0;
}

.l-footer__navLists {
    justify-content: center;
    margin: 0 0 114px;
}

.l-footer__bottomEn {
    font-size: 5.2vw;
    letter-spacing: 0.2em;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #CC9639;
    opacity: 0.49;
    line-height: 1.337;
    text-align: center;
}

@media screen and (min-width:769px) {
    .l-footer__navList a {
        font-size: 0.938vw;
    }

    .l-footer__contact h2 {
        font-size: 1.458vw;
    }

    .l-footer__contactTel {
        font-size: 1.823vw;
    }

    .l-footer__contactTel span {
        font-size: 1.198vw;
    }
}

@media screen and (max-width:1400px) {
    .l-footer__inner {
        width: 100%;
    }

    .l-footer__left {
        width: 240px;
        margin: 0 60px 0 0;
    }

    .l-footer__navList a {
        font-size: 1.2rem;
        padding: 0 10px;
    }

    .l-footer__logo {
        margin: 0 auto 30px;
    }

    .l-footer__logo img {
        width: 100%;
    }

    .l-footer__navList a {
        font-size: 1.2rem;
    }
}

@media screen and (max-width:1300px) {
    .l-footer__navLists:nth-of-type(1) {
        margin-right: 35px;
    }

    .l-footer__navLists:nth-of-type(2) {
        margin-right: 35px;
    }

    .l-footer__navList a {
        font-size: 1.7rem;
    }
}

@media screen and (max-width: 1024px) {
    .l-footer {
        padding: 70px 0 0;
    }

    .l-footer__contact h2 {
        font-size: 2rem;
    }

    .l-footer__contactForm {
        width: 290px;
        height: 50px;
        margin: 0 20px 0 0;
    }

    .l-footer__navLists:nth-of-type(1) {
        margin-right: 0;
    }

    .l-footer__navList a {
        font-size: 1rem;
    }

    .l-footer__inner {
        padding: 0px 2%;
    }

    .l-footer__left {
        width: 170px;
        margin: 0 40px 0 0;
    }

    .l-footer__contactFacebook img {
        width: 100%;
    }

    .l-footer__contactFacebook {
        width: 40px;
    }

    .l-footer__contactTel {
        margin: 0 30px 0 0;
    }

    .p-companyInfo__boxImg {
        width: 50.4%;
        margin: 0 auto 15px;
    }

    .p-companyInfo__point {
        position: relative;
        z-index: 1;
    }
}

@media screen and (max-width:820px) {
    .l-footer {
        padding: 150px 0 0;
    }

    .l-footer__inner {
        margin: 0 auto 20px;
    }

    .l-footer__contact {
        flex-direction: column;
    }

    .l-footer__contactText .c-text {
        width: 52%;
    }

    .l-footer__logo {
        width: 190px;
    }

    .l-footer__logo img {
        width: 100%;
    }

    .l-footer__inner {
        flex-direction: column;
    }

    .l-footer__nav {
        width: 100%;
        flex-direction: column;
    }

    .l-footer__navList a {
        width: 100%;
        font-size: 1.4rem;
        border-bottom: 1px solid rgba(112, 112, 112, 0.3);
        padding: 12px 10px;
    }

    .l-footer__copyright {
        padding: 8px 0 9px;
    }

    .l-footer__navLists {
        width: 100%;
        flex-direction: column;
        margin: 0 0 50px;
    }

    .l-footer__navList {
        width: 100%;
    }

    .l-footer__navLists:nth-of-type(1) {
        margin-right: 0;
    }

    .l-footer__navLists:nth-of-type(2) {
        margin-right: 0;
    }

    .l-footer__navList:not(:last-child) {
        margin: 0;
    }

    .l-footer__navLists:nth-of-type(1) .l-footer__navList:not(:last-child) {
        margin: 0;
    }

    .l-footer__navChild li:not(:last-child) {
        margin: 0;
    }

    .l-footer__navChild li:not(:last-child) a {
        border-bottom: none;
    }

    .l-footer__navChild ul {
        margin-top: 0;
        margin-right: 0;
    }

    .l-footer__navChild ul {
        margin-left: 0;
    }

    .l-footer__navTitle h2 {
        font-size: 1.7rem;
        margin: 0 0 8px;
    }

    .l-footer__navList a:after {
        content: "";
        position: absolute;
        top: 50%;
        right: 10px;
        width: 10px;
        height: 10px;
        border-top: 1px solid #C28312;
        border-right: 1px solid #C28312;
        transform: rotate(45deg) translateY(-50%);
    }

    .l-footer__copyright {
        font-size: 1rem;
    }

    .l-footer__contact {
        font-size: 2rem;
    }

    .l-footer__contactTel {
        font-size: 2.8rem;
        margin: auto;
    }

    .l-footer__contactTel span {
        font-size: 1.8rem;
        border-bottom: none;
    }

    .l-footer__left {
        width: 100%;
        margin: 0 0 30px;
    }

    .l-footer__inner {
        padding: 0 4.5%;
    }

    .l-footer__contactForm {
        width: 270px;
        margin: 0;
    }

    .l-footer__contact h2 span {
        line-height: 1.2;
        border-bottom: none;
    }

    .l-footer__line {
        width: 55%;
        margin: auto;
    }

    .l-footer__logo {
        width: 300px;
    }

    .l-footer__contact h2 {
        text-align: center;
    }

    .l-footer__contact h2 span {
        padding: 0;
    }

    .l-footer__tel {
        font-size: 2.5rem;
    }

    .l-footer__navJp {
        font-size: 1.6rem;
        line-height: 1;
    }

    .l-footer__navEn {
        font-size: 1.1rem;
        line-height: 1;
    }

    .l-footer__bottomEn {
        font-size: 9.2vw;
    }
}

@media screen and (max-width:590px) {
    .l-footer {
        padding: 90px 0 0;
    }

    .l-footer__wrap {
        flex-direction: column;
    }

    .l-footer__contact {
        margin: 0 0 40px;
    }

    .l-footer__contactTitle {
        margin: 0 0 15px;
    }

    .l-footer__contactText {
        flex-direction: column;
    }

    .l-footer__contactText .c-text {
        width: 100%;
        text-align: center;
        font-size: 1.4rem;
    }

    .l-footer__btn {
        font-size: 1.6rem;
        height: 50px;
    }

    .l-footer__info {
        text-align: center;
        margin: 0 0 30px;
    }

    .l-footer__address {
        margin: 0 0 15px;
    }

    .l-footer__address,
    .l-footer__infoList {
        font-size: 1.4rem;
    }

    .l-footer__logo {
        width: 60%;
        margin: 0 auto 30px;
    }

    .l-footer__contactForm {
        width: 100%;
    }

    .l-footer__contact {
        line-height: 1;
        font-size: 1.1rem;
        margin: 0 0 20px;
    }

    .l-footer__contact h2 {
        margin: 0 0 20px;
    }

    .l-footer__contactBox {
        flex-direction: column;
    }

    .l-footer__contactForm {
        margin: 0 0 10px;
    }

    .l-footer__name {
        font-size: 2.2rem;
    }

    .l-footer__tel {
        font-size: 2rem;
    }

    .l-footer__address,
    .l-footer__infoList {
        font-size: 1.4rem;
    }

    .l-footer__contactFacebook {
        width: 30px;
        height: 30px;
        background-size: 100%;
    }

    .l-footer__timeBox p {
        font-size: 1.5rem;
    }

    .l-footer__snsLists {
        flex-direction: column;
    }

    .l-footer__snsList {
        width: 55%;
    }

    .l-footer__snsList a {
        display: block;
    }

    .l-footer__snsList a img {
        width: 100%;
    }

    .l-footer__snsList:not(:last-child) {
        margin: 0 0 10px;
    }

    .l-footer__snsLists {
        margin: 0 0 40px;
    }

    .l-footer__timeBox:nth-of-type(1) {
        margin: 0 28px 0 0;
    }

    .l-footer__timeBox:not(:last-child) {
        margin: 0 20px 0 0;
    }

    .l-footer__timeBox p {
        font-size: 1.1rem;
    }

    .l-footer__timeBox h3 {
        width: 85px;
        height: 85px;
        font-size: 1.1rem;
    }
}

/*----------------------------------------
	topMv
----------------------------------------*/

.p-topMv {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100vh;
    position: relative;
}

.p-topMv__inner {
    width: 93.75%;
    position: relative;
}

.p-topMv__imgWrap .slick-list {
    border-radius: 0 0 100px 0;
}

.p-topMv__img {
    width: 100%;
    height: 100vh !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.p-topMv__img01 {
    background-image: url(images/mv01.jpg);
}

.p-topMv__img02 {
    background-image: url(images/mv02.jpg);
}

.p-topMv__img03 {
    background-image: url(images/mv03.jpg);
}

.p-topMv__img04 {
    background-image: url(images/mv04.jpg);
}

.p-topMv__copyJp {
    position: absolute;
    top: 18.9%;
    right: 6.1%;
}

.p-topMv__copyEn {
    width: 100%;
    margin: auto;
    text-align: center;
    position: absolute;
    bottom: 4px;
    left: 50%;
    transform: translateX(-50%);
}

.p-topMv__copyEn01 {
    font-size: 8.1rem;
    font-family: 'Marck Script', cursive;
    font-weight: 400;
    letter-spacing: -0.02em;
    color: #fff;
}

.p-topMv__copyEn02 {
    font-size: 4.947916vw;
    letter-spacing: 0.2em;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    line-height: 1.263;
}

.p-topMv__sns {
    width: 6.25%;
    position: absolute;
    top: 176px;
    right: 0;
}

.p-topMv__snsLists {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.p-topMv__snsList:not(:last-child) {
    margin: 0 0 30px;
}

.p-topMv__snsList a {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.p-topMv__snsList span {
    margin: 0 0 12px;
}

.p-topMv__snsTitle {
    font-style: italic;
    font-size: 1.9rem;
    letter-spacing: 0.15em;
    color: #41210F;
    writing-mode: vertical-rl;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

.p-topMv__scroll {
    font-style: italic;
    font-size: 1.6rem;
    letter-spacing: 0.15em;
    color: #41210F;
    writing-mode: vertical-rl;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    width: 6.25%;
    position: absolute;
    right: 0;
    bottom: 42px;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
}

.p-topMv__scroll:after {
    content: "";
    display: block;
    margin: 23px 0 0;
    background-image: url(images/scroll_down_arrow.svg);
    width: 18px;
    height: 9px;
}

@keyframes fadezoom {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.2);
    }
}

/* ズームアニメーション */
.animation {
    animation: fadezoom 15s 0s forwards;
}

@media screen and (max-width:1500px) {
    .p-topMv__copyJp h2 {
        width: 65%;
    }

    .p-topMv__copyJp {
        right: -2%;
    }

    .p-topMv__copyEn01 {
        font-size: 5.2vw;
    }

    .p-topMv__snsTitle {
        font-size: 1.4rem;
    }

    .p-topMv__scroll {
        font-size: 1.4rem;
    }

    .p-topMv__snsImg {
        width: 30px;
    }

    .p-topMv__snsImg img {
        width: 100%;
    }

    .p-topMv__sns {
        top: 140px;
    }
}

@media screen and (max-width:1100px) {
    .p-topMv__snsTitle {
        font-size: 1.4rem;
    }

    .p-topMv__snsImg {
        width: 34px;
    }

    .p-topMv__snsImg img {
        width: 100%;
    }

    .p-topMv__snsList:not(:last-child) {
        margin: 0 0 15px;
    }
}

@media screen and (max-width:820px) {
    .p-topMv__sns {
        display: none;
    }

    .p-topMv__scroll {
        display: none;
    }

    .p-topMv {
        height: 90vh;
    }

    .p-topMv__img {
        height: 90vh !important;
    }

    .p-topMv__inner {
        width: 100%;
    }

    .p-topMv__copyEn02 {
        font-size: 10vw;
    }

    .p-topMv__copyJp h2 {
        width: 84%;
    }

    .p-topMv__copyEn {
        bottom: -17%;
    }

    .p-topMv__imgWrap .slick-list {
        border-radius: 0 0 50px 50px;
    }

    .p-topMv__copyJp {
        right: 2%;
        top: 16%;
    }

    .p-topMv__copyEn {
        bottom: 16px;
    }

    .p-topMv__copyEn01 {
        margin: 0 0 10px;
    }

    .p-topMv__copyEn02 {
        line-height: 1.1;
        color: #fff;
    }
}

@media screen and (max-width:590px) {
    .p-topMv__copyJp {
        top: 16%;
        right: -22%;
    }

    .p-topMv__copyJp h2 {
        width: 47%;
    }

    .p-topMv__copyEn {
        bottom: 16px;
    }
}

/*----------------------------------------
	topNews
----------------------------------------*/

.p-topNews {
    padding: 134px 0 50px 98px;
}

.slick {
    padding: 120px 0;
    background: #18212b;
}

.slick__inner {
    width: min(100%, 1300px);
    margin: 0 auto;
    padding: 0 20px;
}

.slick__container {
    position: relative;
    /* インナー幅から片側をはみ出させる */
    width: calc(100% + (100vw - 100%) / 2);
    /* / インナー幅から片側をはみ出させる */
}

.slick__prev,
.slick__next {
    position: absolute;
    bottom: -60px;
    z-index: 1;
    width: 73px;
    height: 73px;
    border-radius: 50%;
    border: 1px solid #41210F;
    background-color: transparent;
}

.slick__prev {
    right: calc((100vw - 100%) + (98%));
}

.slick__next {
    right: calc((100vw - 100%) + (92%));
}

.slick__prev:before,
.slick__next:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 15px;
    height: 15px;
    border-top: 3px solid #41210F;
    border-right: 3px solid #41210F;
    opacity: 1;
    content: '';
}

.slick__prev:before {
    transform: translate(-25%, -50%) rotate(-135deg);
}

.slick__next:before {
    transform: translate(-75%, -50%) rotate(45deg);
}

.p-topNews__archiveArticle {
    position: relative;
    width: 370px;
    margin-right: 40px;
}

.slick__image img {
    width: 100%;
    height: 279px;
    object-fit: cover;
    border-radius: 0 40px 0 0;
}

.p-topNews__wrap {
    display: flex;
    align-items: flex-start;
}

.p-topNews__archiveText {
    background-color: #fff;
    border-radius: 0px 0 40px 40px;
    padding: 30px 35px 27px;
}

.p-topNews__archiveContent {
    padding: 0;
    font-size: 1.6rem;
    line-height: 1.75;
    letter-spacing: 0.06em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.p-topArchive__img {
    border-radius: 40px 40px 0 0;
}

.p-topNews__archiveTitle {
    font-size: 2.6rem;
    line-height: 1.308;
    margin: 0 0 18px;
    letter-spacing: 0.06em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.p-topNews__archiveTime {
    font-size: 1.3rem;
    margin: 0 0 10px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    letter-spacing: 0.18em;
}

@media screen and (max-width:1500px) {
    .slick__inner {
        width: min(100%, 1200px);
    }

    .p-topNews__archiveArticle {
        width: 340px;
    }

    .p-topNews {
        padding: 134px 0 50px 50px;
    }
}

@media screen and (max-width:820px) {
    .p-topNews__wrap {
        flex-direction: column;
    }

    .p-topNews {
        padding: 70px 20px;
    }

    .p-topNews__archiveArticle {
        width: 300px;
        margin-right: 20px;
    }

    .slick__prev {
        right: calc((100vw - 100%) + (13%));
    }

    .slick__next {
        right: calc((100vw - 100%) + (0%));
    }

    .slick__prev,
    .slick__next {
        width: 60px;
        height: 60px;
    }

    .p-topNews__archiveText {
        padding: 26px 24px 24px;
    }

    .p-topNews__archiveTitle {
        font-size: 2rem;
    }

    .slick__image img {
        border-radius: 25px 25px 0 0;
    }

    .p-topNews__archiveText {
        border-radius: 0px 0 25px 25px;
    }

    .slick__image img {
        height: 215px;
    }
}

@media screen and (max-width:590px) {
    .slick__prev {
        right: calc((100vw - 100%) + (16%));
    }

    .p-topNews__archiveTitle {
        font-size: 1.8rem;
        margin: 0 0 10px;
    }

    .p-topNews__archiveContent {
        font-size: 1.3rem;
    }

    .slick__prev,
    .slick__next {
        width: 45px;
        height: 45px;
    }

    .slick__prev:before,
    .slick__next:before {
        width: 9px;
        height: 9px;
    }

    .p-topNews__archiveArticle {
        width: 240px;
    }

    .slick__image img {
        height: 150px;
    }
}

/*----------------------------------------
	topAbout
----------------------------------------*/

.p-topAbout {
    background-color: #41210F;
    padding: 391px 0 370px;
    position: relative;
}

.p-topAbout__inner {
    width: 100%;
    position: relative;
}

.p-topAbout__inner:before {
    content: "";
    background-image: url(images/top_about_toast.png);
    background-repeat: no-repeat;
    position: absolute;
    bottom: 226px;
    left: -66px;
    width: 484px;
    height: 492px;
    z-index: 1;
    transform: rotate(26deg);
}

.p-topAbout__inner:after {
    content: "";
    background-image: url(images/top_about_waffle.png);
    background-repeat: no-repeat;
    position: absolute;
    bottom: -248px;
    right: -224px;
    width: 645px;
    height: 644px;
    z-index: 1;
}

.p-topAbout__en {
    font-size: 12.5rem;
    color: #fff;
    font-family: 'Marck Script', cursive;
    font-weight: 400;
    text-align: center;
    margin: 0 0 56px;
}

.p-topAbout .c-text {
    color: #fff;
}

.p-topAbout__intro {
    color: #fff;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 700;
    text-align: center;
    font-size: 3rem;
    line-height: 2.833;
    margin: 0 0 195px;
    letter-spacing: 0.11em;
}

.p-topAbout__en span {
    color: #C28312;
}

.p-topAbout__en {
    margin: 0 0 56px;
}

.p-topAbout .c-text {
    font-size: 2.4rem;
    width: 63.1%;
    line-height: 3;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 700;
    text-align: center;
    margin: auto;
}

.p-topAbout__img {
    width: 74.375%;
    height: 665px;
    margin-right: auto;
    background-image: url(images/top_about_img01.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    border-radius: 0px 30px 30px 30px;
    margin: 0 0 148px;
}

.p-topAbout__img:before {
    content: "";
    display: block;
    width: 415px;
    height: 415px;
    background-size: cover;
    background-image: url(images/top_about_img02.jpg);
    position: absolute;
    right: -24%;
    bottom: -67px;
    border-radius: 30px;
}

.p-topAbout__img:after {
    content: "";
    display: block;
    width: 663px;
    height: 663px;
    background-size: cover;
    background-image: url(images/top_about_coffee.png);
    position: absolute;
    right: -47.2%;
    top: -369px;
    border-radius: 30px;
}

@media screen and (max-width:1400px) {
    .p-topAbout__img:after {
        background-size: 100%;
        width: 500px;
        height: 500px;
        right: -50.2%;
    }

    .p-topAbout__en {
        font-size: 10rem;
        position: relative;
        z-index: 1;
    }

    .p-topAbout__inner:before {
        width: 350px;
        background-size: 100%;
    }

    .p-topAbout__inner:before {
        width: 350px;
        background-size: 100%;
    }

    .p-topAbout__img:before {
        width: 310px;
        height: 310px;
        background-size: 100%;
    }

    .p-topAbout__img {
        width: 76.375%;
        height: 450px;
        margin: 0 0 110px;
    }

    .p-topAbout__inner:after {
        width: 485px;
        height: 415px;
        bottom: -278px;
        background-size: 100%;
        right: -200px;
    }

    .p-topAbout__inner:before {
        bottom: 340px;
    }

    .p-topAbout .c-text {
        width: 80%;
        text-shadow: 2px 2px 1px #41210F, -2px 2px 1px #41210F, 2px -2px 1px #41210F, -2px -2px 1px #41210F, 2px 0px 1px #41210F, 0px 2px 1px #41210F, -2px 0px 1px #41210F, 0px -2px 1px #41210F;
        z-index: 1;
        position: relative;
    }
}

@media screen and (max-width:820px) {
    .p-topAbout {
        padding: 195px 0 185px;
    }

    .p-topAbout__intro {
        font-size: 2rem;
        line-height: 2.5;
        margin: 0 0 110px;
    }

    .p-topAbout__en {
        font-size: 9vw;
    }

    .p-topAbout__img:after {
        background-size: 100%;
        width: 300px;
        height: 300px;
        right: -30%;
    }

    .p-topAbout__img {
        width: 86%;
        height: 330px;
        margin: 0 0 100px;
    }

    .p-topAbout__img:before {
        width: 180px;
        height: 180px;
        right: -10%;
        bottom: -60px;
        border-radius: 20px;
    }

    .p-topAbout .c-text {
        width: 90%;
        font-size: 1.8rem;
    }

    .p-topAbout__inner:before {
        bottom: 40%;
        left: -66px;
        width: 235px;
        height: 217px;
    }

    .p-topAbout__inner:after {
        bottom: -248px;
        right: -16%;
        width: 361px;
        height: 365px;
        background-size: 100%;
    }
}

@media screen and (max-width:590px) {
    .p-topAbout {
        padding: 98px 0 92px;
    }

    .p-topAbout__inner:after {
        bottom: -320px;
        right: -24%;
        width: 234px;
    }

    .p-topAbout__inner:before {
        background-size: 100%;
        width: 165px;
        bottom: 32%;
        left: -66px;
    }

    .p-topAbout__img {
        width: 90%;
        height: 200px;
        margin: 0 0 77px;
    }

    .p-topAbout__img:before {
        width: 120px;
        height: 120px;
    }

    .p-topAbout .c-text {
        font-size: 1.6rem;
        line-height: 2;
    }

    .p-topAbout__intro {
        font-size: 1.7rem;
    }

    .p-topAbout__img:after {
        top: -279px;
        width: 220px;
        height: 270px;
        right: -29.2%;
    }

    .p-topAbout__intro {
        font-size: 1.6rem;
        position: relative;
        z-index: 1;
        text-shadow: 2px 2px 1px #41210F, -2px 2px 1px #41210F, 2px -2px 1px #41210F, -2px -2px 1px #41210F, 2px 0px 1px #41210F, 0px 2px 1px #41210F, -2px 0px 1px #41210F, 0px -2px 1px #41210F;
    }

    .p-topAbout__intro {
        margin: 0 0 80px;
    }
}

/*----------------------------------------
	topMenu
----------------------------------------*/

.p-topMenu {
    padding: 0 0 50px;
}

.p-topMenu__list {
    display: flex;
    align-items: center;
    position: relative;
}

.p-topMenu__list:not(:last-child) {
    margin: 0 0 140px;
}

.p-topMenu__list:nth-of-type(even) {
    flex-direction: row-reverse;
}

.p-topMenu__listImg {
    width: 48%;
    height: 675px;
    border: 10px solid #C28312;
    border-radius: 0px 70px 70px 70px;
    background-size: cover;
}

.p-topMenu__list:nth-of-type(1) .p-topMenu__listImg {
    background-image: url(images/top_morning.jpg);
}

.p-topMenu__list:nth-of-type(2) .p-topMenu__listImg {
    background-image: url(images/top_lunch.jpg);
}

.p-topMenu__list:nth-of-type(3) .p-topMenu__listImg {
    background-image: url(images/top_dessert.jpg);
}

.p-topMenu__list:nth-of-type(4) .p-topMenu__listImg {
    background-image: url(images/top_drink.jpg);
}

.p-topMenu__list:nth-of-type(5) .p-topMenu__listImg {
    background-image: url(images/top_takeout.jpg);
}

.p-topMenu__list:nth-of-type(even) .p-topMenu__listImg {
    border-radius: 70px 0px 70px 70px;
}

.p-topMenu__list:before {
    content: "";
    font-size: 22.8rem;
    letter-spacing: -0.02em;
    font-family: 'Marck Script', cursive;
    font-weight: 400;
    color: #fff;
    opacity: 0.8;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    writing-mode: vertical-rl;
    z-index: 2;
}

.p-topMenu__list:nth-of-type(1):before {
    content: "Morning";
    right: -70px;
}

.p-topMenu__list:nth-of-type(2):before {
    content: "Lunch";
    left: -70px;
}

.p-topMenu__list:nth-of-type(3):before {
    content: "Dessert";
    right: -70px;
}

.p-topMenu__list:nth-of-type(4):before {
    content: "Drink";
    left: -70px;
}

.p-topMenu__list:nth-of-type(5):before {
    content: "Takeout";
    right: -70px;
}

.p-topMenu__list:nth-of-type(1):after {
    content: "";
    background-image: url(images/top_morning_tamago.png);
    background-size: cover;
    width: 676px;
    height: 375px;
    background-repeat: no-repeat;
    position: absolute;
    top: -229px;
    right: 0;
}

.p-topMenu__list:nth-of-type(2):after {
    content: "";
    background-image: url(images/top_lunch_yakicurry.png);
    background-size: cover;
    width: 462px;
    height: 462px;
    background-repeat: no-repeat;
    position: absolute;
    top: -210px;
    left: 0;
    z-index: -1;
}

.p-topMenu__list:nth-of-type(3):after {
    content: "";
    background-image: url(images/top_dessert_chococake.png);
    background-size: cover;
    width: 396px;
    height: 339px;
    background-repeat: no-repeat;
    position: absolute;
    top: -185px;
    right: 0;
}

.p-topMenu__list:nth-of-type(4):after {
    content: "";
    background-image: url(images/top_drink_coffee.png);
    background-size: cover;
    width: 405px;
    height: 419px;
    background-repeat: no-repeat;
    position: absolute;
    top: -203px;
    left: 0;
}

.p-topMenu__listTitle {
    display: flex;
    flex-direction: column-reverse;
    margin: 0 0 30px;
    position: relative;
}

.p-topMenu__listTitle p {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #fff;
    color: #41210F;
    font-size: 8rem;
    letter-spacing: 0.25em;
    width: 570px;
    height: 110px;
    border-radius: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 11px;
}

.p-topMenu__listTitle h2 {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 700;
    color: #41210F;
    font-size: 3.2rem;
    letter-spacing: 0.1em;
    width: 280px;
    height: 47px;
    border-radius: 14px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.p-topMenu__listText {
    width: 570px;
    margin: 0 0 0 117px;
}

.p-topMenu__list:nth-of-type(even) .p-topMenu__listText {
    margin: 0 117px 0 0;
}

.p-topMenu__listText .c-text {
    font-size: 1.8rem;
    letter-spacing: 0.06em;
    line-height: 2.222;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: bold;
    width: 100%;
    color: #41210F;
    margin: 0 0 40px;
    text-align: center;
}

.p-topMenu__listTime {
    font-size: 3.5rem;
    color: #41210F;
    opacity: 0.7;
    line-height: 1.514;
    letter-spacing: 0.1em;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    margin: 0 0 30px;
    text-align: center;
}

.p-topMenu__listNumber {
    font-size: 10.7rem;
    letter-spacing: 0.2em;
    font-family: 'Marck Script', cursive;
    font-weight: 400;
    color: #C28312;
    opacity: 0.57;
    margin: 0 0 -35px 20px;
}

.p-topMenu__listNumber span {
    font-size: 4.8rem;
    font-family: 'Marck Script', cursive;
    font-weight: 400;
    margin: 0 14px 0 0;
    letter-spacing: 0;
}

.p-topMenu__list .p-topMenu__listNumber {
    text-align: left;
}

.p-topMenu__list:nth-of-type(even) .p-topMenu__listNumber {
    text-align: right;
}

.p-topMenu__listText .c-button {
    margin: auto;
}

/*----------------------------------------
	topMenubottom
----------------------------------------*/

.p-topMenu__bottom {
    position: relative;
}

.p-topMenu__bottomImg {
    background-image: url(images/top_menu_bottom.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    width: 100%;
    height: 1004px;
}

.p-topMenu__bottom:after {
    content: "";
    background-image: url(images/top_deco03.svg);
    background-repeat: no-repeat;
    width: 100%;
    height: 329px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-size: 100%;
    background-position: bottom;
}

@media screen and (max-width:1600px) {
    .p-topMenu__list:nth-of-type(1):after {
        background-size: 100%;
        width: 420px;
    }

    .p-topMenu__listImg {
        height: 400px;
    }

    .p-topMenu__listTitle p {
        width: 520px;
        font-size: 7rem;
    }

    .p-topMenu__listText {
        margin: 0 0 0 80px;
    }

    .p-topMenu__list:nth-of-type(even) .p-topMenu__listText {
        margin: 0 80px 0 0;
    }

    .p-topMenu__list:nth-of-type(2):after {
        top: -270px;
        width: 300px;
        height: 300px;
    }

    .p-topMenu__list:before {
        font-size: 16.8rem;
        opacity: 0.6;
    }

    .p-topMenu__list:nth-of-type(3):after {
        width: 280px;
        height: 239px;
        background-size: 100%;
    }

    .p-topMenu__list:nth-of-type(4):after {
        width: 270px;
        top: -190px;
        background-size: 100%;
    }
}

@media screen and (max-width:1200px) {
    .p-topMenu__bottomImg {
        height: 700px;
        background-position: 27%;
    }
}

@media screen and (max-width:820px) {
    .p-topMenu__list {
        flex-direction: column;
    }

    .p-topMenu__listImg {
        width: 80%;
    }

    .p-topMenu__list:before {
        font-size: 15.8rem;
    }

    .p-topMenu__listImg {
        width: 88%;
        height: 400px;
        margin: 0 auto 0 0;
    }

    .p-topMenu__list:nth-of-type(even) {
        margin: 0 0 70px auto;
    }

    .p-topMenu__list:nth-of-type(1):after {
        background-size: 100%;
        width: 400px;
        height: 234px;
        top: -5%;
    }

    .p-topMenu__listText {
        width: 90%;
        margin: 0;
    }

    .p-topMenu__list:nth-of-type(even) .p-topMenu__listText {
        margin: 0;
    }

    .p-topMenu__list:nth-of-type(even) {
        flex-direction: column;
    }

    .p-topMenu__list:nth-of-type(even) .p-topMenu__listImg {
        margin: 0 0 0 auto;
    }

    .p-topMenu__listTitle p {
        margin: 0 auto 11px;
    }

    .p-topMenu__listNumber {
        text-align: center;
    }

    .p-topMenu__listTitle p {
        width: 490px;
        height: 90px;
        font-size: 6rem;
        margin: 0 auto 11px;
    }

    .p-topMenu__listTitle h2 {
        width: 240px;
        height: 42px;
        font-size: 2.5rem;
        border-radius: 8px;
    }

    .p-topMenu__list:nth-of-type(2):after {
        background-size: 100%;
        transform: rotate(10deg);
        width: 270px;
        height: 270px;
        top: -81px;
        left: -7%;
        transform: rotate(-24deg);
        background-size: 100%;
    }

    .p-topMenu__list:nth-of-type(3):after {
        background-size: 100%;
        width: 185px;
        height: 158px;
        top: -60px;
        background-size: 100%;
    }

    .p-topMenu__list:nth-of-type(4):after {
        width: 235px;
        top: -68px;
        background-size: 100%;
    }

    .p-topMenu__listNumber {
        font-size: 8.7rem;
        text-align: center;
        margin: 0 0 -35px 0;
    }

    .p-topMenu__list .p-topMenu__listNumber {
        text-align: center;
    }

    .p-topMenu__list:nth-of-type(even) .p-topMenu__listNumber {
        text-align: center;
    }

    .p-topMenu__list:before {
        font-size: 13.8rem;
    }

    .p-topMenu__list:nth-of-type(1):before {
        right: -38px;
    }

    .p-topMenu__list:nth-of-type(2):before {
        left: -47px;
    }

    .p-topMenu__list:nth-of-type(3):before {
        right: -46px;
    }

    .p-topMenu__list:nth-of-type(4):before {
        left: -38px;
    }

    .p-topMenu__list:nth-of-type(5):before {
        right: -39px;
    }

    .p-topMenu__list:not(:last-child) {
        margin: 0 0 70px;
    }

    .p-topMenu__bottomImg {
        height: 600px;
    }

    .p-topMenu__listTime {
        font-size: 2.5rem;
    }
}

@media screen and (max-width:590px) {
    .p-topMenu__listTitle {
        margin: 0 0 20px;
    }

    .p-topMenu__listTitle p {
        width: 300px;
        font-size: 3.8rem;
        border-radius: 12px;
        height: 60px;
    }

    .p-topMenu__listTitle h2 {
        width: 200px;
        height: 25px;
        font-size: 1.8rem;
        border-radius: 8px;
    }

    .p-topMenu__listNumber {
        font-size: 4.7rem;
        margin: 0 0 -15px 0;
    }

    .p-topMenu__listNumber span {
        font-size: 3.4rem;
        margin: 0 6px 0 0;
    }

    .p-topMenu__listTime {
        font-size: 1.8rem;
    }

    .p-topMenu__listText {
        position: relative;
        z-index: 1;
    }

    .p-topMenu__listText .c-text {
        font-size: 1.4rem;
        margin: 0 0 20px;
    }

    .p-topMenu__list:before {
        font-size: 9.8rem;
    }

    .p-topMenu__listImg {
        width: 92%;
        height: 270px;
        border: 7px solid #C28312;
        height: 270px;
    }

    .p-topMenu__list:nth-of-type(1):after {
        background-size: 100%;
        width: 235px;
    }

    .p-topMenu__list:nth-of-type(2):after {
        width: 180px;
        transform: rotate(0);
    }

    .p-topMenu__list:nth-of-type(3):after {
        width: 152px;
        top: -68px;
    }

    .p-topMenu__list:nth-of-type(4):after {
        width: 180px;
    }

    .p-topMenu__list:nth-of-type(1):before {
        right: -8%;
    }

    .p-topMenu__list:nth-of-type(2):before {
        left: -6%;
    }

    .p-topMenu__list:nth-of-type(3):before {
        right: -7%;
    }

    .p-topMenu__list:nth-of-type(5):before {
        right: -7%;
    }

    .p-topMenu__list:nth-of-type(4):before {
        left: -8%;
    }

    .p-topMenu__listText .c-text {
        margin: 0 0 30px;
    }

    .p-topMenu__bottomImg {
        height: 350px;
    }

    .p-topMenu__listImg {
        height: 250px;
    }

    .p-topMenu__listText .c-text {
        line-height: 1.8;
    }

    .p-topMenu__list:not(:last-child) {
        margin: 0 0 100px;
    }
}

/*----------------------------------------
	topOnline
----------------------------------------*/

.p-topOnline {
    background-color: #fff;
    padding: 60px 0;
}

.p-topOnline__lists {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 80.2%;
}

.p-topOnline__list {
    width: 46.4%;
}

.p-topOnline__listImg {
    width: 100%;
}

.p-topOnline__listImg img {
    width: 100%;
}

.p-topOnline__listTitle {
    text-align: center;
    width: 100%;
}

.p-topOnline__list .c-text {
    width: 100%;
}

.p-topOnline__listTitle h3 {
    font-size: 3.9rem;
    text-transform: uppercase;
}

.p-topOnline__listTitle p {
    font-size: 2.5rem;
}

.p-topOnline__listTitle {
    margin: 0 0 42px;
}

.p-topOnline__listTitle h3 {
    font-size: 3.9rem;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    line-height: 1.513;
    color: #41210F;
}

.p-topOnline__listTitle p {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 700;
    font-size: 2.5rem;
    letter-spacing: 0.1em;
    line-height: 2.16;
    color: #41210F;
}

.p-topOnline__listImg {
    margin: 0 0 57px;
}

.p-topOnline__listImg img {
    border-radius: 50px;
}

.p-topOnline__list .c-text {
    text-align: center;
    line-height: 2.222;
    margin: 0 0 46px;
    color: #41210F;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 700;
    letter-spacing: 0.1em;
}

.p-topOnline__wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.p-topOnline__list .c-button {
    margin: 0 auto;
}

@media screen and (max-width:820px) {
    .p-topOnline__wrap {
        flex-direction: column;
    }

    .p-topOnline__lists {
        flex-direction: column;
    }

    .p-topOnline__wrap {
        align-items: center;
    }

    .p-topOnline__listTitle h3 {
        line-height: 1;
    }

    .p-topOnline__listTitle p {
        line-height: 1.8;
    }

    .p-topOnline__list:first-child {
        margin: 0 0 70px;
    }

    .p-topOnline__list .c-text {
        margin: 0 0 30px;
    }

    .p-topOnline__listTitle {
        margin: 0 0 20px;
    }

    .p-topMenu__listImg {
        border-radius: 0px 50px 50px 50px;
    }

    .p-topMenu__list:nth-of-type(even) .p-topMenu__listImg {
        border-radius: 50px 0px 50px 50px;
    }

    .p-topOnline__list {
        width: 100%;
    }
}

@media screen and (max-width:590px) {
    .p-topOnline__listTitle h3 {
        font-size: 2.4rem;
    }

    .p-topOnline__listTitle p {
        font-size: 1.7rem;
    }

    .p-topOnline__lists {
        width: 100%;
    }

    .p-topOnline__listImg img {
        width: 100%;
    }
}

/*----------------------------------------
	topShopinfo
----------------------------------------*/

.p-topShopinfo {
    background-image: url(images/top_shopinfo_bg.png);
    background-repeat: repeat-y;
    background-size: cover;
    padding: 280px 0 378px;
    position: relative;
}

.p-topShopinfo.c-top__deco03:before {
    transform: rotate(180deg);
    transform: scale(1, -1);
    background-position: bottom;
}

.p-topShopinfo.c-top__deco04:after {
    transform: rotate(180deg);
    transform: scale(1, -1);
    background-position: top;
}

.p-topShopinfo__wrap {
    display: flex;
    align-items: flex-start;
    align-items: center;
}

.p-topShopinfo__img {
    width: 55.5%;
}

.p-topShopinfo__text {
    width: 30%;
    margin: 0 0 0 107px;
}

.p-topShopinfo__text h3 {
    font-size: 2.8rem;
    letter-spacing: 0.1em;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 700;
    margin: 0 0 16px;
    color: #41210F;
}

.p-topShopinfo__add {
    margin: 0 0 10px;
    color: #41210F;
}

.p-topShopinfo__tel {
    font-size: 4.4rem;
    letter-spacing: 0.1em;
    margin: 0 0 55px;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 700;
    color: #41210F;
}

.p-topShopinfo__tel span {
    font-size: 2.4rem;
    letter-spacing: 0.1em;
}

.p-topShopinfo__time dt {
    font-size: 2.2rem;
    color: #41210F;
    margin: 0 0 15px;
}

.p-topShopinfo__time dd {
    font-size: 2rem;
    letter-spacing: 0.1em;
    color: #41210F;
    font-weight: bold;
}

.p-topShopinfo__time dd span {
    font-weight: bold;
}

.p-topShopinfo__time dd:not(:last-child) {
    margin: 0 0 18px;
}

.p-topShopinfo__time {
    margin: 0 0 50px;
}

@media screen and (max-width:820px) {
    .p-topShopinfo {
        padding: 150px 0 190px;
    }

    .p-topShopinfo__wrap {
        flex-direction: column;
    }

    .p-topShopinfo__img {
        width: 90%;
        margin: 0 auto 40px;
    }

    .p-topShopinfo__text {
        width: 90%;
    }

    .p-topShopinfo__text h3 {
        font-size: 2rem;
    }
}

@media screen and (max-width:590px) {
    .p-topShopinfo {
        padding: 110px 0 140px;
    }

    .p-topShopinfo__img {
        width: 100%;
        margin: 0 auto 30px;
    }

    .p-topShopinfo__text {
        width: 100%;
    }

    .p-topShopinfo__text {
        margin: 0;
    }

    .p-topShopinfo__time dt {
        font-size: 1.6rem;
    }

    .p-topShopinfo__time dd {
        font-size: 1.6rem;
    }

    .p-topShopinfo__tel {
        font-size: 3rem;
        margin: 0 0 30px;
    }

    .p-topShopinfo__tel span {
        font-size: 1.8rem;
    }
}

/*----------------------------------------
	topInstagram
----------------------------------------*/

.p-topInstagram {
    background-color: #fff;
    padding: 0 0 130px;
}

.p-topInstagram .c-button {
    margin: 60px auto 0;
}

@media screen and (max-width:820px) {
    .p-topInstagram {
        padding: 0 0 70px;
    }
}

/*----------------------------------------
	topContact
----------------------------------------*/

.p-topContact {
    background-color: #fff;
    padding: 0 0 50px;
}

.p-topContact__wrap {
    width: 100%;
    padding: 85px 20px;
    background-image: url(images/top_shopinfo_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}

.p-topContact__form {
    text-align: center;
    display: block;
    width: 260px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    letter-spacing: 0.1em;
    color: #fff;
    background-color: #C28312;
    transition: all 0.3s;
    position: relative;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 700;
    transition: all 0.4s;
    border-radius: 100px;
}

.p-topContact__form:after {
    content: "";
    display: inline-block;
    width: 11px;
    height: 24px;
    background-image: url(images/top_contact_arrow.svg);
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    transition: all 0.4s;
}

.p-topContact__left .c-text {
    font-size: 1.8rem;
    letter-spacing: 0.06em;
    line-height: 2.222;
    line-height: 2.222;
    text-align: center;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 700;
    color: #41210F;
}

.p-topContact__form {
    width: 465px;
    height: 97px;
    font-size: 2.5rem;
    letter-spacing: 0.1em;
    display: flex;
    justify-content: center;
    align-items: center;
}

.p-topContact__tel {
    margin: 0 0 75px;
    display: block;
}

.p-topContact__telNumber {
    font-size: 5.5rem;
    letter-spacing: 0.13em;
    margin: 0 0 21px;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: bold;
}

.p-topContact__telNumber span {
    margin: 0 5px 0 0;
    font-size: 3.3rem;
    letter-spacing: 0.1em;
}

.p-topContact__tel p {
    font-size: 1.5rem;
    letter-spacing: 0.1em;
    text-align: center;
}

.p-topContact__left {
    margin: 0 147px 0 0;
}

@media screen and (max-width:820px) {
    .p-topContact__wrap {
        flex-direction: column;
    }

    .p-topContact__telNumber {
        font-size: 4.5rem;
    }

    .p-topContact__telNumber span {
        font-size: 2.8rem;
    }

    .p-topContact__form {
        width: 400px;
    }

    .p-topContact__left {
        margin: 0 0 40px;
    }

    .p-topContact__wrap {
        padding: 70px 20px;
        border-radius: 35px;
    }
}

@media screen and (max-width:590px) {
    .p-topContact .c-top__titleWrap {
        margin: 0 0 30px;
    }

    .p-topContact__tel {
        margin: 0 0 30px;
    }

    .p-topContact__tel p {
        font-size: 1rem;
    }

    .p-topContact__telNumber {
        font-size: 3rem;
        text-align: center;
    }

    .p-topContact__telNumber span {
        font-size: 2rem;
    }

    .p-topContact__telNumber span {
        width: 100%;
    }

    .p-topContact__form {
        width: 100%;
        height: 70px;
        font-size: 1.8rem;
    }

    .p-topContact__telNumber {
        margin: 0 0 10px;
    }

    .p-topContact__left .c-text {
        font-size: 1.6rem;
        line-height: 1.75;
    }

    .p-topContact__wrap {
        padding: 45px 20px;
    }

    .p-topContact__right {
        width: 100%;
    }
}

/*----------------------------------------
	contact
----------------------------------------*/

.p-contact__form {
    margin: 0 0 130px;
}

.p-contact__form .c-page__title {
    color: #fff;
}

.table_contact {
    background-color: #fff;
    border-radius: 12px;
}

.p-contact__wrap {
    width: 1000px;
    margin: auto;
    padding: 76px 65px 83px;
    background-color: #fff;
    border-radius: 12px;
}

.table_contact_privacy {
    text-align: center;
}

.table_contact_privacy a {
    font-size: 1.6rem;
    font-weight: bold;
    color: #C28312;
    margin: 45px auto 55px;
    padding: 0 0 8px;
    border-bottom: 1px solid #C28312;
    display: inline-block;
    text-align: center;
}

.table_contact {
    display: block;
    width: 100%;
    margin: auto;
}

.table_contact th {
    color: #333333;
    width: 33.2%;
    padding: 20px 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 1.8rem;
}

.table_contact th .small {
    font-size: 1.2rem;
}

.contact_address_wrap div:first-child {
    margin: 0 0 20px;
}

.table_contact tbody {
    display: block;
}

.table_contact td {
    padding: 20px;
    width: 75.5%;
    vertical-align: middle;
}

.table_contact td input.text {
    width: 100%;
    border: none;
    height: 40px;
    padding: 0 0 0 10px;
    background-color: #fff;
    font-size: 1.6rem;
    border: 1px solid rgba(112, 112, 112, 0.3);
    border-radius: 3px;
}

.table_contact td input.text.zip {
    width: 54%;
}

.table_contact td span {
    margin: 0 20px 0 0;
}

.table_contact td span:last-of-type {
    font-weight: bold;
    margin: 0 0 15px;
}

.table_contact td textarea {
    width: 100%;
    border: none;
    height: 180px;
    padding: 20px 0 0 20px;
    border: 1px solid rgba(112, 112, 112, 0.3);
    background-color: #fff;
    font-size: 1.6rem;
    border-radius: 3px;
}

.table_contact td textarea.text_area_remarks {
    height: 237px;
}

.table_contact tr {
    display: flex;
    border-bottom: 1px solid #DDDDDD;
    width: 100%;
}

.table_contact tr:first-child {
    border-top: 1px solid #DDDDDD;
}

.required {
    display: inline-block;
    background-color: #C28312;
    color: #fff;
    margin-left: 20px;
    padding: 3px;
    font-weight: normal;
    letter-spacing: 0.06em;
    font-size: 1.1rem;
    border-radius: 2px;
}

.contact_button {
    width: 360px;
    height: 60px;
    margin: 40px auto 0;
    position: relative;
}

.contact_button input {
    background: none;
    border: none !important;
    background-color: #C28312 !important;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 0.07em;
    color: #fff;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 33px;
}

.mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 0;
}

.table_radio_wrap {
    display: flex;
}

.mwform-radio-field:last-child {
    margin: 0;
}

.agree_check {
    margin-bottom: 60px;
    color: #2B3A3F;
}

.agree_check a {
    color: #5BA560;
}

.mwform-checkbox-field {
    margin: 0 40px 0 0;
}

.agree_check .mwform-checkbox-field {
    margin: 0;
}

.mw_wp_form_confirm {
    margin: 0 0 120px;
}

.mw_wp_form_confirm .required,
.mw_wp_form_confirm .option,
.mw_wp_form_confirm .agree_check,
.mw_wp_form_confirm .table_contact td span,
.mw_wp_form_confirm .table_contact_privacy a {
    display: none;
}

.selectbox {
    height: 40px;
    background-color: #EDEDED;
    border: 1px solid #DDDDDD;
    padding: 0 20px;
}

input {
    font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ ゴシック', sans-serif;
}

input::placeholder {
    color: #A0A0A0;
}

input[type="text"] {
    border: none;
}

input[type="text"]:focus {
    border: 1px solid #004DA0;
    outline: 0;
}

input::placeholder {
    color: #CECDCD;
}

.table_radio_wrap {
    display: flex;
    flex-direction: column;
}


.table_radio_wrap span:not(:last-child) {
    margin: 0 0 15px;
}

.c-table__date_text {
    font-size: 1.4rem;
    line-height: 1.714;
}

.c-table__date01,
.c-table__date02 {
    margin: 0 0 10px;
}

.c-table__time01 {
    margin: 0 0 34px;
}

.table_date_data .calendar {
    height: 40px;
    padding: 12px 20px;
    border: 1px solid #D0D0D0;
}

.table_date_data .time {
    height: 40px;
    padding: 12px 20px;
    border: 1px solid #D0D0D0;
}

.c-table__time02 {
    margin: 0 0 28px;
}

.p-contact__tel {
    background-color: #E6DBC9;
    width: 1000px;
    border-radius: 20px;
    margin: 0 auto 95px;
    padding: 60px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.p-contact__telTitle {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 0 54px 0 0;
}

.p-contact__telNumber {
    font-size: 4.4rem;
    letter-spacing: 0.06em;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.p-contact__telTitle h2 {
    font-size: 3rem;
    letter-spacing: 0.08em;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 500;
    line-height: 1.486;
    color: #41210F;
}

.p-contact__telNumber span {
    font-size: 1.4rem;
    letter-spacing: 0.08em;
    color: #333;
}

.p-contact__telNumber a {
    font-size: 4.4rem;
    letter-spacing: 0.06em;
    color: #C28312;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    margin: 0 0 21px;
    padding: 0 32px 14px;
    border-bottom: 1px solid rgba(65, 33, 15, 0.3);
}

.p-contact__telNumber a:before {
    content: "";
    display: inline-block;
    background-image: url(images/contact_tel_icon.svg);
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    margin: 0 18px 0 0;
}

.table_contact_wrap {
    display: block;
    width: 1000px;
    margin: auto;
    padding: 80px 65px 100px;
    background-color: #fff;
    border-radius: 12px;
    border: 1px solid rgba(65, 33, 15, 0.3);
}

.contact_address_wrap input {
    width: 100%;
    border: none;
    height: 40px;
    padding: 0 0 0 10px;
    background-color: #fff;
    font-size: 1.6rem;
    border: 1px solid rgba(112, 112, 112, 0.3) !important;
}

.contact_address_wrap div:first-child {
    margin: 0 0 20px;
}

.contact_address_box {
    color: #333;
}

.contact_address_box:nth-of-type(1) input {
    width: 45.6%;
    margin: 0 0 20px;
}

.contact_address_box:nth-of-type(2) input {
    width: 26%;
}

.contact_address_box:nth-of-type(n+3) input {
    width: 60%;
}

.contact_address_box:not(:last-child) {
    margin: 0 0 13px;
}

@media screen and (max-width: 1200px) {
    .p-contact__wrap {
        width: 100%;
    }
}

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

    .table_contact_wrap {
        width: 100%;
        padding: 50px 40px 80px;
    }

    .page_contact_subtitle {
        width: 100%;
    }

    .table_contact td input.text {
        width: 80%;
    }

    .table_contact th {
        width: 37%;
    }

    .table_contact td {
        width: 63%;
    }

    .table_radio_wrap {
        flex-direction: column;
        line-height: 2;
    }

    .c-table__date_wrap {
        display: flex;
        flex-direction: column;
    }

    .table_contact td span {
        margin: 0 0 5px 0;
    }

    .p-contact__tel {
        width: 100%;
        flex-direction: column;
        padding: 30px 20px;
    }

    .p-contact__telTitle {
        margin: 0 0 18px;
    }
}

@media screen and (max-width: 820px) {
    .p-contact__wrap {
        padding: 60px 30px 70px;
    }

    .table_contact tr:nth-of-type(1) td {
        display: flex;
        flex-direction: column;
        line-height: 2;
    }

    .mw_wp_form .bg01 {
        margin: 0 0 40px;
    }

    .table_contact tr {
        flex-direction: column;
        padding: 20px 0;
    }

    .table_contact th {
        width: 100%;
        font-size: 1.6rem;
        justify-content: flex-start;
        margin: 0 0 15px;
        padding: 0;
    }

    .table_contact td {
        width: 100%;
        padding: 0;
    }

    .mw_wp_form .bg01 {
        padding: 40px 0;
    }

    .table_contact td input.text {
        width: 60%;
        height: 35px;
    }

    .table_contact td input.text.addr {
        width: 85%;
    }

    .selectbox {
        height: 35px;
    }

    .contact_time_wrap {
        margin: 0 0 30px;
    }

    .agree_check {
        line-height: 1.75;
        margin-bottom: 30px;
    }

    .contact_time_wrap {
        font-size: 1.4rem;
    }

    .contact_button {
        width: 230px;
        height: 45px;
        margin: 30px auto 0;
    }

    .contact_button::before {
        left: 50px;
    }

    .mw_wp_form_confirm {
        margin: 0 0 80px;
    }

    .table_radio_wrap span:not(:last-child) {
        font-size: 1.4rem;
        margin: 0 0 8px;
    }

    .p-contact__telTitle h2 {
        font-size: 3rem;
    }

    .p-contact__telNumber span {
        font-size: 1.1rem;
    }

    .p-contact__telNumber a {
        font-size: 3.5rem;
    }

    .p-contact__tel {
        margin: 0 auto 70px;
    }

    .p-contact__form {
        margin: 0 0 80px;
    }

    .table_contact_privacy a {
        margin: 25px auto 35px;
    }
}

@media screen and (max-width: 590px) {
    .table_contact_wrap {
        padding: 50px 20px 80px;
    }

    .table_contact td input.text {
        width: 100%;
        height: 45px;
        font-size: 1.5rem;
    }

    .p-contact__wrap {
        padding: 50px 20px 80px;
    }

    .p-contact__telNumber a {
        font-size: 2.8rem;
        padding: 0 0 14px;
    }

    .p-contact__telTitle h2 {
        font-size: 2.2rem;
    }

    .p-contact__telNumber a:before {
        background-size: 100%;
        width: 22px;
        height: 22px;
        margin: 0 10px 0 0;
    }
}

/*----------------------------------------
	page_common
----------------------------------------*/

.p-catch {
    width: 100%;
    position: relative;
    margin: 110px 0 130px;
}

.p-catch__box {
    position: relative;
}

.p-catch__textWrap {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 150px;
    transform: translateY(-50%);
    text-align: left;
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
}

.p-catch__img {
    width: 93.75%;
    height: 640px;
    border-radius: 0px 0px 100px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-position: right;
}

.p-catch__jp {
    font-size: 3.2rem;
    letter-spacing: 0.12em;
    color: #41210F;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 700;
    line-height: 1;
    border-radius: 16px;
    background-color: #fff;
    padding: 11px 34px;
    display: inline-block;
}

.p-catch__en {
    font-size: 8.1rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    letter-spacing: 0.2em;
    display: inline-block;
    color: #41210F;
    text-transform: uppercase;
    margin: 0 0 13px;
    padding: 19px 34px;
    background-color: #fff;
    border-radius: 16px;
}

.p-catch .p-topMv__sns {
    top: 65px;
}

.c-page__title {
    font-size: 2.4rem;
    letter-spacing: 0.08em;
    color: #41210F;
    text-align: center;
    line-height: 1.458;
    margin: 0 0 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.c-page__title span {
    font-size: 5.5rem;
    display: block;
    text-transform: uppercase;
    line-height: 1.491;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    letter-spacing: 0.25em;
}

.c-pageIntro {
    margin: 0 0 120px;
}

.c-pageIntro .c-text {
    font-size: 1.8rem;
    font-weight: bold;
    color: #41210F;
    letter-spacing: 0.06em;
    line-height: 2.2;
    text-align: center;
}

@media screen and (max-width:1500px) {
    .p-catch {
        height: 400px;
    }

    .p-catch__img {
        height: 400px;
    }

    .p-catch:before {
        width: 570px;
        background-size: 100%;
    }
}

@media screen and (max-width:1024px) {
    .p-catch {
        margin: 0 0 160px;
        height: 475px;
    }

    .p-catch__img {
        height: 475px;
    }

    .p-catch__en {
        font-size: 6rem;
        padding: 15px 25px;
    }

    .p-catch__jp {
        font-size: 3.2rem;
        padding: 10px 20px;
    }

    .p-catch__textWrap {
        left: 90px;
    }

    .c-page__title span {
        font-size: 3.5rem;
    }
}

@media screen and (max-width:820px) {
    .p-catch {
        height: 390px;
        margin: 0 0 130px;
    }

    .p-catch__img {
        width: 100%;
        height: 390px;
        border-radius: 0px 0px 80px 80px;
    }

    .p-catch__en {
        font-size: 7vw;
        margin: 0 0 10px;
        padding: 20px 30px 0 30px;
        background-color: #fff;
    }

    .p-catch__jp {
        font-size: 3.5vw;
        background-color: transparent;
    }

    .p-catch__textWrap {
        width: 100%;
        bottom: -18%;
        align-items: center;
    }

    .p-catch__textWrap {
        top: auto;
        left: 50%;
        transform: translateX(-50%);
    }

    .c-pageIntro .c-text {
        font-size: 1.6rem;
    }

    .c-pageIntro {
        margin: 0 0 70px;
    }

    .c-page__title span {
        font-size: 3rem;
    }
}

@media screen and (max-width:590px) {
    .c-pageIntro .c-text {
        font-size: 1.4rem;
    }

    .p-catch {
        height: 230px;
        margin: 0 0 100px;
    }

    .p-catch__img {
        height: 230px;
        border-radius: 0px 0px 45px 45px;
    }

    .p-catch__en {
        font-size: 9vw;
        margin: 0 0 5px;
        padding: 18px 22px 0 22px;
        text-align: center;
    }

    .p-catch__textWrap {
        bottom: -26%;
    }

    .c-page__title span {
        font-size: 2.5rem;
        line-height: 1.2;
    }

    .c-page__title {
        font-size: 1.8rem;
        margin: 0 0 35px;
    }

    .p-aboutScene__list:last-child .p-aboutScene__listRight:before {
        display: none;
    }

    .p-aboutScene__onlineLists {
        flex-direction: column;
    }

    .p-aboutScene__onlineList:not(:last-child) {
        margin: 0;
    }

    .p-aboutScene__onlineList {
        width: 90%;
    }
}

/*----------------------------------------
	column
----------------------------------------*/

.post-type-archive-column,
.tax-column_category {
    background-color: rgba(255, 249, 233, 0.6);
}

.single-column__wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.single-column__boxWrap {
    width: 69%;
    margin: 0 0 126px;
}

.single-column__title {
    font-size: 3.2rem;
    letter-spacing: 0.08em;
    font-weight: bold;
    line-height: 1.469;
    margin: 0 0 50px;
    padding: 0 0 24px;
    border-bottom: 1px solid rgba(112, 112, 112, 0.8);
}

.single-info {
    margin: 0 0 10px;
}

.single_info_time {
    margin: 0;
    color: #5C5C5C;
}

.single-column__wrap .inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.single-column__img_box {
    margin: 0 0 30px;
}

.post-info {
    font-size: 1.6rem;
    font-weight: 500;
    width: 100%;
}

.prev_post,
.next_post {
    font-size: 2rem;
    letter-spacing: 0.08em;
    width: 42.4%;
    height: 80px;
    border-radius: 11px;
    border: 2px solid #C28312;
    padding: 25px 10px;
    border-radius: 11px;
    display: flex;
    align-items: center;
    position: relative;
    color: #C28312;
    text-align: center;
}

.prev_post {
    padding: 25px 10px;
}

.prev_post:before {
    content: "";
    background-image: url(images/arrow_prev.svg);
    width: 27px;
    height: 20px;
    position: absolute;
    left: 20px;
    border-right: none;
}

.next_post:after {
    content: "";
    background-image: url(images/arrow_next.svg);
    width: 27px;
    height: 20px;
    position: absolute;
    right: 20px;
}

.next_post {
    padding: 25px 10px;
}

.post_link_wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.post_info_prev,
.post_info_next {
    color: #C28312;
    font-size: 2rem;
    letter-spacing: 0.1em;
}

.post_info_prev_arrow {
    display: inline-block;
    width: 48px;
    height: 7px;
    transform: skew(45deg);
    margin: -10px 0 0 15px;
}

.post_info_next_arrow {
    display: inline-block;
    width: 48px;
    height: 7px;
    border-bottom: 1px solid #2B3A3F;
    border-left: 1px solid #2B3A3F;
    transform: skew(-45deg);
    margin: -10px 15px 0 0;
}

.single-column__time {
    display: block;
    font-size: 1.6rem;
    color: #5C5C5C;
    margin: 0 0 10px;
}

.single-column__text {
    line-height: 1.875;
    font-size: 1.6rem;
    margin: 0 0 100px;
}

.single-column__box {
    width: 100%;
    border: 1px solid rgba(112, 112, 112, 0.3);
    margin: 0 0 120px;
    padding: 100px 60px;
    border-radius: 5px;
}

.sidebar_archive_column_list a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 8px;
    border: 1px solid rgba(112, 112, 112, 0.2);
}

.sidebar_archive_column_list:not(:last-child) {
    margin: 0 0 30px;
}

.sidebar_archive_column_title {
    font-size: 2rem;
    letter-spacing: 0.08em;
    line-height: 1.1;
}

.sidebar_archive_column_text {
    width: 67.6%;
    padding: 0 10px 0 30px;
}

.sidebar_archive_column_img {
    width: 32.3%;
}

.sidebar_archive_column_img img {
    width: 100%;
    border-radius: 8px 0px 0px 8px;
}

.sidebar_archive_column_text .p-column__archiveInfo {
    margin: 0 0 14px;
}

#toc_container {
    width: 100%;
    margin: 0 0 60px;
    padding: 35px 40px;
}

#toc_container p.toc_title {
    font-size: 2rem;
    letter-spacing: 0.08em;
}

#toc_container .toc_title a {
    font-size: 1.8rem;
    letter-spacing: 0.08em;
    color: #75A3C7;
}

.toc_list li a {
    font-size: 2rem;
    letter-spacing: 0.08em;
    font-weight: bold;
}

.toc_number {
    color: #C8C8C8;
}

.toc_number:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 4px;
    border-color: transparent transparent transparent #333333;
    vertical-align: middle;
    margin: 0 8px 0 0;

}

.single-column__text h2 {
    width: 100%;
    background-color: rgba(255, 249, 233, 0.6);
    border-left: 8px solid #C28312;
    margin: 0 0 30px;
    padding: 15px 0 15px 32px;
    font-size: 2.4rem;
}


.single-column__img {
    margin: 0 0 100px;
}

.single-info__time {
    margin: 0 22px 0 0;
}

.single-column .p-sidebar__archive {
    width: 25.7%;
}

.single-column__boxWrap {
    margin: 0 0 70px;
}

@media screen and (max-width:768px) {
    .single-column__box {
        margin: 0 0 70px;
        padding: 60px 30px;
    }

    .single-column__title {
        font-size: 2.8rem;
        margin: 0 0 30px;
        padding: 0 0 15px;
    }

    .single-info {
        margin: 0 0 10px;
    }

    .single-column__img {
        margin: 0 0 40px;
    }

    .toc_list li a {
        font-size: 1.4rem;
    }

    #toc_container {
        margin: 0 0 40px;
        padding: 30px 20px;
    }

    .single-column__text h2 {
        font-size: 2rem;
        margin: 0 0 20px;
        padding: 6px 0 6px 20px;
        border-left: 6px solid #C28312;
    }

    .single-column__text {
        font-size: 1.5rem;
    }

    .prev_post:before {
        background-size: 100%;
        width: 14px;
        height: 10px;
        left: 12px;
    }

    .next_post:after {
        background-size: 100%;
        width: 14px;
        height: 10px;
        right: 12px;
    }

    .prev_post,
    .next_post {
        width: 47.4%;
        height: 55px;
        padding: 8px 10px;
        border-radius: 5px;
    }

    .post-info {
        font-size: 1.5rem;
    }

    .post_info_prev,
    .post_info_next {
        font-size: 1.5rem;
    }

    .single-column__text {
        margin: 0 0 50px;
    }

    .next_post {
        padding: 8px 10px;
    }

    .prev_post {
        padding: 8px 10px;
    }

    .sidebar_archive_column_title {
        font-size: 1.8rem;
    }

    .sidebar_archive_column_text {
        padding: 0 10px 0 20px;
    }

    .sidebar_archive_column_text .p-column__archiveInfo {
        margin: 0 0 10px;
    }

    .sidebar_archive_column_list:not(:last-child) {
        margin: 0 0 20px;
    }

    .sidebar_archive_column_list a {
        padding: 10px;
    }

    .single-column__boxWrap {
        margin: 0 0 40px;
    }
}

@media screen and (max-width:590px) {
    .single-column__title {
        font-size: 2.4rem;
    }

    .single-column__wrap {
        width: 100%;
    }

    .single-column .p-sidebar__archive {
        width: 100%;
    }

    .single-column__box {
        padding: 45px 20px;
    }

    .single-column__boxWrap {
        width: 100%;
    }

    .p-sidebar__archive {
        width: 100%;
    }

    .sidebar_archive_column_title {
        font-size: 1.5rem;
    }

    .sidebar_archive_column_title {
        line-height: 1.25;
    }

    .p-column__archiveTime {
        font-size: 1rem;
    }

    .p-column__archiveCategory {
        font-size: 1rem;
        height: 15px;
    }

    .post-info {
        font-size: 1.2rem;
    }

    .prev_post:before {
        left: 6px;
    }

    .prev_post:after {
        right: 6px;
    }

    .single-column__wrap {
        margin: 0 0 70px;
    }
}

/*----------------------------------------
	news
----------------------------------------*/

.single-news {
    margin: 0 0 120px;
}

.p-catch__news .p-catch__img {
    background-image: url(images/catch_news.jpg);
}

.p-news__archiveWrap {
    width: 55.5%;
}

.p-news__archiveArticle a {
    display: flex;
    align-items: center;
    padding: 20px 0;
    border-top: 1px solid rgba(198, 198, 198, 0.4);
    position: relative;
    transition: 0.3s;
}

.p-news__archiveArticle a:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 18px 18px;
    border-color: transparent transparent #C28312 transparent;
    position: absolute;
    bottom: 0;
    right: 0;
}

.p-news__archiveArticle a:hover {
    opacity: 0.7;
}

.p-news__archiveArticle:last-child a {
    border-bottom: 1px solid rgba(198, 198, 198, 0.4);
}

.p-news__archiveInfo {
    display: flex;
    align-items: center;
    margin: 0 30px 0 0;
}

.p-news__archiveTime {
    font-size: 1.5rem;
    color: rgba(0, 0, 0, 0.53);
    font-weight: 400;
    letter-spacing: 0.04em;
    margin: 0 10px 0 0;
}

.p-news__archiveTitle {
    font-size: 1.7rem;
    letter-spacing: 0.06em;
    font-weight: bold;
    color: #404040;
}

.p-news__archiveCategory {
    background-color: #C28312;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 14px;
    height: 21px;
    border-radius: 11px;
    font-size: 1.5rem;
    letter-spacing: 0.04em;
}

.post-type-archive-news .p-news__archiveWrap,
.tax-news_category .p-news__archiveWrap {
    width: 100%;
}

.single-info {
    display: flex;
    align-items: center;
    margin: 0 0 28px;
}

.single-info__time {
    font-size: 1.5rem;
    letter-spacing: 0.04em;
    color: rgba(0, 0, 0, 0.53);
}

.single-news__title {
    font-size: 3.5rem;
    line-height: 1.486;
    letter-spacing: 0.08em;
    font-weight: bold;
    margin: 6px 0 50px;
    padding-bottom: 25px;
    border-bottom: 1px solid #7070704D;
}

.single-news__text {
    margin: 0 0 120px;
}

.single-news__text pre {
    white-space: pre-wrap;
}

.single-all__button {
    width: 100%;
    text-align: center;
    font-size: 1.5rem;
    letter-spacing: 0.08em;
    font-weight: bold;
}

.single-all__button:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 46px;
    height: 46px;
    background-image: url(images/single_all_arrow.svg);
    margin: 0 20px 0 0;
    background-repeat: no-repeat;
}

.single-news__box {
    width: 63.3%;
}

.single-news__wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.single-news .p-sidebar__archive {
    width: 30%;
}

.single-news .c-button {
    margin: auto;
}

.single-news__img {
    margin: 0 0 40px;
}

.single-news__img img {
    width: 100%;
}

@media screen and (max-width:768px) {
    .p-news__archiveArticle a {
        flex-direction: column;
        align-items: flex-start;
    }

    .p-news__archiveInfo {
        margin: 0 0 10px;
    }

    .p-news__archiveTitle {
        font-size: 1.6rem;
        line-height: 1.2;
    }

    .p-news__archiveTime {
        font-size: 1.3rem;
    }

    .p-news__archiveCategory {
        font-size: 1.3rem;
    }

    .single-news__text {
        margin: 0 0 70px;
    }

    .single-news__wrap {
        flex-direction: column;
    }

    .single-news__box {
        width: 100%;
    }

    .single-news__title {
        font-size: 3rem;
        line-height: 1.2;
        margin: 6px 0 30px;
        padding-bottom: 15px;
    }

    .single-info {
        margin: 0 0 18px;
    }

    #toc_container p.toc_title {
        font-size: 1.8rem;
    }
}

@media screen and (max-width:590px) {
    .single-news .p-sidebar__archive {
        width: 100%;
    }

    .single-all__button {
        margin: 30px 0 0;
    }

    .single-news__title {
        font-size: 2.4rem;
    }
}


/*----------------------------------------
	sidebar
----------------------------------------*/

.p-sidebar__archive {
    background-color: #fff;
    border: 1px solid rgba(112, 112, 112, 0.3);
    border-radius: 5px;
    padding: 40px 26px;
}

.p-sidebar__archiveTitle {
    position: relative;
    color: #C28312;
    line-height: 1.5;
    margin: 0 0 35px;
    padding: 0 0 8px;
    font-size: 2.6rem;
    letter-spacing: 0.08em;
    border-bottom: 2px solid #C28312;
}

.p-sidebar__archiveLists li {
    padding: 20px 0;
    border-bottom: 1px solid rgba(112, 112, 112, 0.3);
    font-size: 2.2rem;
    letter-spacing: 0.08em;
    font-weight: bold;
    text-align: center;
}

.p-sidebar__archiveLists li:first-child {
    border-top: 1px solid rgba(112, 112, 112, 0.3);
}

@media screen and (max-width:768px) {
    .p-sidebar__archiveTitle {
        font-size: 1.8rem;
        margin: 0 0 20px;
    }

    .p-sidebar__archiveLists li {
        font-size: 1.8rem;
        padding: 15px 0;
    }

    .p-sidebar__archive {
        padding: 30px 12px;
    }

    .p-sidebar__archive {
        width: 100%;
    }
}

/*----------------------------------------
	privacy policy
----------------------------------------*/

.privacy_title {
    font-size: 1.8rem;
    line-height: 1.4;
    padding: 0.5em;
    background-color: rgba(196, 221, 180, 0.09);
    border-left: 4px solid #C28312;
    margin: 0 0 15px;
}

.privacy_title02 {
    font-size: 2.2rem;
    line-height: 1.4;
    padding: 0.5em;
    color: #fff;
    background-color: #C28312;
    margin: 0 auto 30px;
    width: 500px;
    text-align: center;
}

.privacy_policy .text {
    margin: 0 0 30px;
}

.privacy_policy_list {
    font-weight: bold;
    color: #93C572;
    margin: 0 0 20px;
    line-height: 1.3;
}

.privacy_policy_lists li {
    line-height: 1.75;
}

.privacy_policy_list > ul {
    margin: 10px 0 0;
    color: #000;
    line-height: 1.7;
    font-weight: normal;
}

@media screen and (max-width: 820px) {
    .privacy_title {
        font-size: 1.6rem;
    }

    .privacy_title02 {
        font-size: 1.8rem;
    }

    .privacy_policy_list {
        font-size: 1.4rem;
    }
}

@media screen and (max-width: 590px) {
    .privacy_title02 {
        width: 100%;
        margin: 0 auto 20px;
    }
}

/*----------------------------------------
	404 not found
----------------------------------------*/

.p-catch__404 {
    background-image: url(images/catch_404.jpg);
}

.error404 .c-button {
    margin: auto;
}

/*----------------------------------------
	access
----------------------------------------*/
.p-access {
    padding: 0 0 50px;
}

.p-access h2 {
    color: #41210F;
    margin: 0 0 30px;
}

.p-access .c-text {
    font-size: 3rem;
    letter-spacing: 0.2em;
    line-height: 2.933;
    margin: 0 0 140px;
    text-align: center;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 700;
    color: #41210F;
}

.p-access__img {
    width: 1000px;
    height: 465px;
    margin: 0 auto 50px;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
    background-image: url(images/access_img.jpg);
}

.p-access__info {
    width: 1000px;
    margin: 0 auto;
}

.p-access ul {
    margin: 0 auto 130px;
    line-height: 2.25;
}

.p-access ul li {
    font-size: 2rem;
    letter-spacing: 0.2em;
    color: #41210F;
    font-weight: bold;
}

.p-access h2 {
    font-size: 3.5rem;
    letter-spacing: 0.2em;
    color: #41210F;
}

.p-access__map {
    position: relative;
    width: 100%;
    height: 520px;
    margin: 0 0 70px;
}

.p-access__map iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.p-access .c-button {
    width: 324px;
    margin: auto;
}

@media screen and (max-width: 1100px) {
    .p-access__img {
        width: 100%;
        height: 400px;
    }

    .p-access__info {
        width: 100%;
    }
}

@media screen and (max-width: 820px) {
    .p-access h2 {
        font-size: 2rem;
    }

    .p-access .c-text {
        font-size: 2rem;
        line-height: 2.4;
        margin: 0 0 70px;
    }

    .page-id-324 .p-catch__img {
        background-position: 10%;
    }

    .p-access__img {
        width: 100%;
        height: 350px;
    }

    .p-access h2 {
        font-size: 3rem;
    }

    .p-access ul li {
        font-size: 1.8rem;
    }

    .p-access ul {
        margin: 0 auto 70px;
    }

    .p-access__map {
        height: 400px;
    }
}

@media screen and (max-width: 590px) {
    .p-access .c-text {
        font-size: 1.6rem;
        line-height: 2.3;
    }

    .p-access__img {
        width: 100vw;
        height: 200px;
        margin: 0 calc(50% - 50vw) 30px;
    }

    .p-access ul {
        line-height: 1;
    }

    .p-access ul li {
        font-size: 1.4rem;
        line-height: 1.4;
        font-weight: normal;
    }

    .p-access ul li:not(:last-child) {
        margin: 0 0 10px;
    }

    .p-access ul li span {
        display: block;
        font-size: 1.6rem;
        font-weight: bold;
    }

    .p-access h2 {
        font-size: 2.2rem;
        margin: 0 0 20px;
    }

    .p-access__map {
        height: 300px;
        margin: 0 0 40px;
    }

    .p-access .c-button {
        width: 100%;
    }
}

/*----------------------------------------
	menu
----------------------------------------*/

.p-menuIntro__lists {
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 24px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 0 186px;
}

.p-menuIntro__list {
    width: 30.8%;
    height: 246px;
    border-radius: 24px;
}

.p-menuIntro__list:nth-child(n+4) {
    margin-top: 65px;
}

.p-menuIntro__list:not(:nth-child(3n+3)) {
    margin-right: 3.8%;
}

.p-menuIntro__list:last-child {
    margin-right: 0;
}

.p-menuIntro__list:nth-of-type(1) {
    background-image: url(images/menu_morning_banar.jpg);
}

.p-menuIntro__list:nth-of-type(2) {
    background-image: url(images/menu_lunch_banar.jpg);
}

.p-menuIntro__list:nth-of-type(3) {
    background-image: url(images/menu_omusubi_banar.jpg);
}

.p-menuIntro__list:nth-of-type(4) {
    background-image: url(images/menu_dessert_banar.jpg);
}

.p-menuIntro__list:nth-of-type(5) {
    background-image: url(images/menu_drink_banar.jpg);
}

.p-menuIntro__list:nth-of-type(6) {
    background-image: url(images/menu_takuout_banar.jpg);
}

.p-menuIntro__list a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #fff;
}

.p-menuIntro__jp {
    font-size: 3.8rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

.p-menuIntro__En {
    font-size: 2.1rem;
    letter-spacing: 0.1em;
    line-height: 2.571;
}

.p-menu__box {
    margin: 0 0 160px;
}

.p-menu__box h2 {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    margin: 0 0 50px;
}

.p-menu__box .c-text {
    line-height: 1.667;
    margin: 0 0 86px;
    text-align: center;
}

.p-menu__boxTime {
    font-size: 3.2rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #41210F;
    opacity: 0.7;
    margin: 0 0 15px;
    text-align: center;
    letter-spacing: 0.2em;
}

.p-menu__en {
    font-size: 5.5rem;
    letter-spacing: 0.25em;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #41210F;
    text-transform: uppercase;
    margin: 0 auto 20px;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.p-menu__en:before {
    content: "";
    display: inline-block;
    width: 34.4%;
    height: 2px;
    background-color: #41210F;
    margin: 0 57px 0 0;
}

.p-menu__en:after {
    content: "";
    display: inline-block;
    width: 34.4%;
    height: 2px;
    background-color: #41210F;
    margin: 0 0 0 57px;
}

.p-menu__jp {
    font-size: 2.4rem;
    letter-spacing: 0.08em;
    color: #41210F;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 700;
}

.p-menuPickup__title {
    font-size: 2.7rem;
    letter-spacing: 0.08em;
    margin: 0 0 50px;
    position: relative;
}

.p-menuPickup__title:before {
    content: "Pick Up!";
    font-size: 8rem;
    letter-spacing: -0.02em;
    font-family: 'Marck Script', cursive;
    font-weight: 400;
    color: #C28312;
    opacity: 0.3;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-11deg);
}

.p-menuPickup__lists {
    margin: 0 0 145px;
}

.p-menuPickup__list {
    display: flex;
    align-items: center;
}

.p-menuPickup__list:not(:last-child) {
    margin: 0 auto 100px;
}

.p-menu__list:nth-child(n+4) {
    margin: 92px 0 0;
}

.p-menuPickup__list:nth-of-type(even) {
    flex-direction: row-reverse;
}

.p-menuPickup__list:nth-of-type(odd) .p-menuPickup__listText {
    margin: 0 0 0 102px;
}

.p-menuPickup__list:nth-of-type(even) .p-menuPickup__listText {
    margin: 0 102px 0 0;
}

.p-menuPickup__listImg {
    width: 47.6%;
}

.p-menuPickup__listImg img {
    width: 100%;
}

.p-menuPickup__listContents {
    font-size: 1.5rem;
    letter-spacing: 0.08em;
    color: #41210F;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 700;
    margin: 38px 0 0;
    text-align: center;
}

.p-menuPickup__listText {
    width: 38.9%;
    margin: 0 0 0 102px;
}

.p-menuPickup__listText h2 {
    font-size: 3.1rem;
    line-height: 1.613;
    margin: 0 0 40px;
    letter-spacing: 0.06em;
    text-align: center;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 700;
    color: #41210F;
}

.p-menuPickup__listText .c-text {
    font-size: 1.8rem;
    letter-spacing: 0.06em;
    margin: 0 0 45px;
    line-height: 2.222;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 700;
    color: #41210F;
}

.p-menuPickup__listPrice {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 700;
    color: #41210F;
}

.p-menuPickup__listPrice dt {
    font-size: 2.4rem;
    letter-spacing: 0.08em;
    margin: 0 40px 0 0;
    color: #41210F;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 700;
}

.p-menuPickup__listPrice dt span {
    display: inline-block;
    font-size: 1.6rem;
    margin: 0 0 0 10px;
    opacity: 0.6;
}

.p-menuPickup__listPrice dd {
    font-size: 2.3rem;
    letter-spacing: 0.08em;
    color: #41210F;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 700;
}

.p-menu__list figure span {
    font-size: 1.8rem;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 700;
    color: #41210F;
    letter-spacing: 0.08em;
    line-height: 1.2;
}

.p-menu__lists {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 110px;
}

.p-menu__list {
    width: 30.5%;
}

.p-menu__list:not(:nth-child(3n+3)) {
    margin-right: 2.83%;
}

.p-menu__list:last-child {
    margin-right: 0;
}

.p-menu__list img {
    width: 100%;
}

.p-menu__list figcaption {
    margin: 30px 0 0;
    display: flex;
    justify-content: space-between;
}

.p-menu__list figcaption p {
    font-size: 2.3rem;
    letter-spacing: 0.08em;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    line-height: 1.478;
    color: #41210F;
}

.p-menu__list figcaption h3 {
    font-size: 2.4rem;
    line-height: 1.458;
    letter-spacing: 0.08em;
    color: #41210F;
}

.p-menu__list figcaption h3 span {
    font-size: 1.6rem;
    letter-spacing: 0.08em;
    color: #41210F;
}

.p-menuTimeservice {
    width: 100%;
    background-color: #C28312;
    margin: 10px 0 0;
    padding: 15px 10px;
    border-radius: 10px;
    color: #fff;
    line-height: 1.3;
}

.p-menu__other {
    background-color: #E6DBC9;
    border-radius: 30px;
    padding: 70px 100px;
}

.p-menu__other h3 {
    font-size: 2.8rem;
    letter-spacing: 0.08em;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 60px;
    color: #41210F;
}

.p-menu__other h3:before {
    content: "";
    display: inline-block;
    width: 64px;
    height: 3px;
    background-color: #41210F;
    margin: 0 21px 0 0;
}

.p-menu__other h3:after {
    content: "";
    display: inline-block;
    width: 64px;
    height: 3px;
    background-color: #41210F;
    margin: 0 0 0 21px;
}

.p-menu__otherList {
    display: flex;
    align-items: center;
    border-bottom: 2px dashed #41210F;
    padding: 22px 0;
}

.p-menu__otherList:first-child {
    border-top: 2px dashed #41210F;
}

.p-menu__otherList h4 {
    font-size: 2.4rem;
    letter-spacing: 0.08em;
    color: #41210F;
    width: 37%;
    line-height: 1.458;
}

.p-menu__otherList h4 span {
    font-size: 1.6rem;
    letter-spacing: 0.08em;
}

.p-menu__otherList p {
    font-size: 2.3rem;
    letter-spacing: 0.08em;
    color: #41210F;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    line-height: 1.6;
}

.p-menu__another .p-menu__boxTime {
    margin: 0 0 100px;
}

.p-menu__listsTitle {
    font-size: 2.2rem;
    letter-spacing: 0.08em;
    margin: 0 0 40px;
    display: flex;
    align-items: center;
    color: #41210F;
}

.p-menu__listsTitle span {
    font-size: 4.1rem;
    letter-spacing: 0.25em;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    margin: 0 20px 0 0;
    text-transform: uppercase;
    color: #41210F;
}

.p-menu__attention {
    margin-top: 30px;
}

.p-menu__drink .p-menu__listsBox:not(:last-child) {
    margin: 0 0 170px;
}

.p-menu__img {
    text-align: center;
    margin: 0 0 40px;
}

.p-menuCurry {
    display: flex;
    align-items: center;
    max-width: 1000px;
    border-radius: 10px;
    background-color: #E6DBC9;
    margin: 0 auto 60px;
    padding: 30px 40px;
    position: relative;
}

.p-menuCurry:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 15px 0 15px;
    border-color: #E6DBC9 transparent transparent transparent;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    bottom: -20px;
}

.p-menuCurry__img {
    width: 22%;
}

.p-menuCurry__img img {
    width: 100%;
    border-radius: 50%;
}

.p-menuCurry__text {
    width: 68%;
    font-size: 2rem;
    line-height: 1.5;
    margin: 0 0 0 40px;
}

.p-menuCurry__text span {
    color: #C28312;
}

.p-menu__attention {
    line-height: 1.3;
}

.p-menu__omusubi .c-button {
    width: 600px;
    height: 70px;
    margin: 50px auto 0;
}

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

    .p-menu__list figcaption h3 {
        font-size: 2rem;
    }

    .p-menu__list figcaption p {
        font-size: 1.9rem;
    }

    .p-menu__list figure span {
        font-size: 1.4rem;
    }
}

@media screen and (max-width: 1024px) {
    .p-menu__en {
        font-size: 4.5rem;
    }

    .p-menu__other {
        padding: 50px 40px;
    }

    .p-menu__otherList h4 {
        font-size: 1.8rem;
    }

    .p-menu__otherList p {
        font-size: 1.8rem;
    }
}

@media screen and (max-width: 820px) {
    .p-menuIntro__lists {
        justify-content: space-between;
    }

    .p-menuIntro__list {
        border-radius: 16px;
        width: 47%;
        height: 150px;
    }

    .p-menuIntro__list:nth-child(n+3) {
        margin-top: 25px;
    }

    .p-menuIntro__list:not(:nth-child(3n+3)) {
        margin-right: 0;
    }

    .p-menuIntro__jp {
        font-size: 2.8rem;
        margin: 0 0 10px;
    }

    .p-menuIntro__En {
        font-size: 1.8rem;
        line-height: 1;
    }

    .p-menuIntro__lists {
        margin: 0 0 100px;
    }

    .p-menu__en:before {
        width: 100px;
        margin: 0 25px 0 0;
    }

    .p-menu__en:after {
        width: 100px;
        margin: 0 0 0 25px;
    }

    .p-menu__en {
        font-size: 3.5rem;
    }

    .p-menu__jp {
        font-size: 1.8rem;
    }

    .p-menu__boxTime {
        font-size: 1.8rem;
    }

    .p-menu__box .c-text {
        margin: 0 0 50px;
    }

    .p-menuPickup__lists {
        margin: 0 0 70px;
    }

    .p-menuPickup__list {
        width: 80%;
        flex-direction: column;
        margin: auto;
    }

    .p-menuPickup__listImg {
        width: 100%;
        margin: 0 0 30px;
    }

    .p-menuPickup__listText {
        width: 100%;
    }

    .p-menuPickup__list:nth-of-type(odd) .p-menuPickup__listText {
        margin: 0 0 50px;
    }

    .p-menuPickup__list:nth-of-type(1) .p-menuPickup__listText {
        margin: 0;
    }

    .p-menuPickup__listText {
        margin: 0 0 50px;
    }

    .p-menuPickup__listText h2 {
        font-size: 2.5rem;
        margin: 0 0 25px;
    }

    .p-menuPickup__listText .c-text {
        font-size: 1.4rem;
        line-height: 1.9;
    }

    .p-menu__box .c-text {
        margin: 0 0 40px;
    }

    .p-menuPickup__listPrice dt {
        font-size: 1.8rem;
    }

    .p-menuPickup__listPrice dd {
        font-size: 1.6rem;
    }

    .p-menuPickup__title:before {
        font-size: 5rem;
    }

    .p-menuPickup__title {
        font-size: 2.2rem;
    }

    .p-menu__list:not(:nth-child(3n+3)) {
        margin-right: 0;
    }

    .p-menu__lists {
        justify-content: space-between;
    }

    .p-menu__list {
        width: 47%;
    }

    .p-menu__list figcaption h3 {
        font-size: 1.8rem;
    }

    .p-menu__list figcaption p {
        font-size: 1.6rem;
    }

    .p-menu__list figcaption {
        margin: 20px 0 0;
    }

    .p-menu__list:nth-child(n+3) {
        margin: 60px 0 0;
    }

    .p-menu__other h3 {
        font-size: 2.2rem;
        margin: 0 0 40px;
    }

    .p-menu__otherList h4 {
        font-size: 1.6rem;
        width: 50%;
    }

    .p-menu__otherList p {
        font-size: 1.6rem;
    }

    .p-menu__other h3:before {
        width: 30px;
    }

    .p-menu__other h3:after {
        width: 30px;
    }

    .p-menu__otherList {
        border-bottom: 1px dashed #41210F;
        padding: 10px 0;
    }

    .p-menu__otherList:first-child {
        border-top: 1px dashed #41210F;
    }

    .p-menuPickup__list:nth-of-type(even) {
        flex-direction: column;
    }

    .p-menuPickup__list:nth-of-type(even) .p-menuPickup__listText {
        margin: 0;
    }

    .p-menuPickup__listContents {
        font-size: 1.2rem;
    }

    .p-menuPickup__listContents {
        margin: 25px 0 0;
    }

    .p-menu__box .c-text {
        font-size: 1.4rem;
    }

    .p-menu__box {
        margin: 0 0 80px;
    }

    .p-menu__lists {
        margin: 0 0 50px;
    }

    .p-menu__box h2 {
        margin: 0 0 20px;
    }

    .p-menuPickup__listText h2 {
        line-height: 1.2;
    }

    .p-menuPickup__list:not(:last-child) {
        margin: 0 auto 50px;
    }

    .p-menu__attention {
        font-size: 1.4rem;
        margin-top: 20px;
    }

    .p-menu__img img {
        width: 100%;
    }

    .p-menu__listsTitle {
        font-size: 1.6rem;
        margin: 0 0 20px;
    }

    .p-menu__listsTitle span {
        font-size: 3rem;
        margin: 0 5px 0 0;
    }

    .p-menu__drink .p-menu__listsBox:not(:last-child) {
        margin: 0 0 80px;
    }

    .p-menuCurry {
        padding: 20px;
    }

    .p-menuCurry__text {
        font-size: 1.7rem;
    }

    .p-menu__omusubi .c-button {
        width: 100%;
        height: 50px;
        margin: 30px auto 0;
    }
}

@media screen and (max-width: 590px) {
    .p-menuIntro__list:not(:nth-child(3n+3)) {
        margin-right: 0;
    }

    .p-menuPickup__list {
        width: 100%;
    }

    .p-menuIntro__list:nth-child(n+2) {
        margin-top: 25px;
    }

    .p-menu__en {
        font-size: 3rem;
    }

    .p-menuPickup__title:before {
        font-size: 3rem;
    }

    .p-menuPickup__listText h2 {
        font-size: 2.2rem;
    }

    .p-menuIntro__En {
        font-size: 1.4rem;
    }

    .p-menuIntro__jp {
        font-size: 2.2rem;
        margin: 0 0 5px;
    }

    .p-menuIntro__list {
        width: 100%;
    }

    .p-menuIntro__list {
        height: 120px;
    }

    .p-menuIntro__lists {
        margin: 0 0 70px;
    }

    .p-menu__en {
        font-size: 2.5rem;
        margin: 0 auto 8px;
    }

    .p-menu__en:before {
        margin: 0 17px 0 0;
    }

    .p-menu__en:after {
        margin: 0 0 0 17px;
    }

    .p-menu__jp {
        font-size: 1.4rem;
    }

    .p-menu__boxTime {
        font-size: 1.5rem;
    }

    .p-menu__box .c-text {
        font-size: 1.2rem;
    }

    .p-menuPickup__title {
        margin: 0 0 30px;
    }

    .p-menuPickup__listPrice dt {
        font-size: 1.5rem;
    }

    .p-menuPickup__listPrice dd {
        font-size: 1.6rem;
    }

    .p-menuPickup__listText h2 {
        font-size: 2rem;
    }

    .p-menuPickup__listImg {
        margin: 0 0 20px;
    }

    .p-menu__box .c-text {
        margin: 0 0 20px;
    }

    .p-menuPickup__listPrice dt {
        margin: 0 20px 0 0;
    }

    .p-menuPickup__listPrice dt {
        font-size: 1.6rem;
    }

    .p-menu__lists {
        justify-content: center;
    }

    .p-menu__list {
        width: 90%;
    }

    .p-menu__list figcaption {
        margin: 10px 0 0;
    }

    .p-menu__list figcaption h3 {
        font-size: 1.4rem;
    }

    .p-menu__list figcaption p {
        font-size: 1.3rem;
    }

    .p-menu__list:nth-child(n+2) {
        margin: 50px 0 0;
    }

    .p-menu__list img {
        border-radius: 10px;
    }

    .p-menu__other {
        padding: 30px 15px;
        border-radius: 12px;
    }

    .p-menu__other h3 {
        font-size: 1.6rem;
        line-height: 1.3;
        margin: 0 0 20px;
    }

    .p-menu__otherList {
        flex-wrap: wrap;
    }

    .p-menu__otherList p {
        font-size: 1.2rem;
    }

    .p-menu__other h3:before {
        margin: 0 10px 0 0;
        width: 20px;
        height: 2px;
    }

    .p-menu__other h3:after {
        margin: 0 0 0 10px;
        width: 20px;
        height: 2px;
    }

    .p-menu__otherList h4 {
        width: 100%;
        font-size: 1.4rem;
    }

    .p-menuPickup__list:nth-of-type(odd) .p-menuPickup__listText {
        margin: 0;
    }

    .p-menuPickup__listContents {
        line-height: 1.3;
    }

    .p-menuPickup__listPrice {
        flex-direction: column;
    }

    .p-menuPickup__listPrice dt {
        margin: 0 0 5px;
    }

    .p-menuPickup__listContents {
        margin: 15px 0 0;
    }

    .p-menu__listsBox {
        margin: 0 0 80px;
    }

    .p-menuPickup__lists {
        margin: 0 0 40px;
    }

    .p-menuCurry {
        flex-direction: column;
        margin: 0 auto 30px;
    }

    .p-menuCurry__img {
        width: 50%;
        margin: 0 0 20px;
    }

    .p-menuCurry__text {
        width: 100%;
        margin: 0;
        font-size: 1.4rem;
        text-align: center;
    }

    .p-menuCurry:before {
        bottom: -13px;
        border-width: 13px 10px 0 10px;
    }
}

/*----------------------------------------
	about
----------------------------------------*/

.p-about {
    padding: 0 0 50px;
}

.p-about__intro {
    padding: 0 0 379px;
    position: relative;
}

.p-about__intro:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url(images/about_bg_deco.svg);
    background-size: 100%;
    background-position: bottom;
    width: 100%;
    height: 329px;
    background-repeat: no-repeat;
}

.p-about__intro .c-text {
    font-size: 3rem;
    letter-spacing: 0.2em;
    line-height: 2.933;
    text-align: center;
    color: #41210F;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 700;
}

.p-aboutScene__intro {
    background-color: #C28312;
    padding: 35px 0 106px;
}

.p-aboutScene__intro h2 {
    font-size: 5.5rem;
    margin: 0 0 70px;
    letter-spacing: 0.08em;
    line-height: 1.455;
    color: #fff;
    text-align: center;
}

.p-aboutScene__intro .c-text {
    font-size: 1.8rem;
    letter-spacing: 0.06em;
    line-height: 2.222;
    text-align: center;
    color: #fff;
    font-weight: bold;
}

.p-aboutScene__banar {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.p-aboutScene__banar li {
    width: 25%;
    height: 620px;
}

.p-aboutScene__banar li a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column-reverse;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.p-aboutScene__banar li a:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: 40px;
    transform: translateX(-50%);
    background-image: url(images/about_banar_arrow.svg);
    width: 38px;
    height: 18px;
}

.p-aboutScene__banar li a h3 {
    font-size: 2.6rem;
    letter-spacing: 0.1em;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 700;
    color: #fff;
}

.p-aboutScene__banarEn {
    font-size: 4.7rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    line-height: 1.34;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: #fff;
}

.p-aboutScene__banarNumber {
    font-size: 4.4rem;
    font-family: 'Marck Script', cursive;
    font-weight: 400;
    margin: 0 0 18px;
    color: #fff;
}

.p-aboutScene__banar li:nth-of-type(1) a {
    background-image: url(images/about_morning_banar.jpg);
}

.p-aboutScene__banar li:nth-of-type(2) a {
    background-image: url(images/about_lunch_banar.jpg);
}

.p-aboutScene__banar li:nth-of-type(3) a {
    background-image: url(images/about_cafe_banar.jpg);
}

.p-aboutScene__banar li:nth-of-type(4) a {
    background-image: url(images/about_takeout_banar.jpg);
}

.p-aboutScene__title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 53px;
}

.p-aboutScene__titleLeft {
    margin: 0 135px 0 0;
}

.p-aboutScene__lists {
    margin: 0 0 140px;
}

.p-aboutScene__list {
    display: flex;
    align-items: flex-start;
    position: relative;
}

.p-aboutScene__list:nth-of-type(odd) .p-aboutScene__listLeft {
    background-color: #C28312;
}

.p-aboutScene__list:nth-of-type(even) .p-aboutScene__listLeft {
    background-color: #41210F;
}

.p-aboutScene__listLeft {
    width: 10%;
    height: 100%;
    writing-mode: vertical-rl;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding: 0 0 0 28px;
    color: #fff;
    font-size: 3.6rem;
    letter-spacing: 0.15em;
    transform: rotate(180deg);
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

.p-aboutScene__listLeft span {
    font-size: 2.6rem;
    letter-spacing: 0.15em;
}

.p-aboutScene__listRight {
    width: 90%;
    margin: 0 0 0 10%;
    padding: 160px 6%;
    background-color: #E6DBC9;
}

.p-aboutScene__contentsList {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.p-aboutScene__contentsList:not(:last-child) {
    margin: 0 0 100px;
}

.p-aboutScene__contentsList:nth-of-type(even) {
    flex-direction: row-reverse;
}

.p-aboutScene__contentsList:nth-of-type(odd) .p-aboutScene__contentText {
    margin: 0 111px 0 0;
}

.p-aboutScene__contentsList:nth-of-type(even) .p-aboutScene__contentText {
    margin: 0 0 0 111px;
}

.p-aboutScene__contentImg {
    width: 47%;
}

.p-aboutScene__contentImg img {
    width: 100%;
}

.p-aboutScene__contentText {
    width: 37.8%;
}

.p-aboutScene__contentText .c-text {
    font-size: 1.8rem;
    letter-spacing: 0.06em;
    line-height: 2.222;
}

.p-aboutScene__titleRight span {
    color: #41210F;
    display: block;
    font-size: 3rem;
    letter-spacing: 0.1em;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 0 15px;
}

.p-aboutScene__titleRight h4 {
    font-size: 5.2rem;
    letter-spacing: 0.1em;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 700;
    line-height: 1.3;
    color: #41210F;
}

.p-aboutScene__titleLeft {
    text-align: center;
}

.p-aboutScene__titleLeft h3 {
    font-size: 6.2rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    line-height: 1.339;
    color: #41210F;
}

.p-aboutScene__listNumber {
    font-size: 5.8rem;
    margin: 0 0 12px;
    font-family: 'Marck Script', cursive;
    font-weight: 400;
    color: #C28312;
}

.p-aboutScene__contentText .c-text {
    line-height: 2.222;
    color: #41210F;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 700;
}

.p-aboutScene__listJp {
    font-size: 3.5rem;
    letter-spacing: 0.1em;
    color: #41210F;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 700;
}

.p-aboutScene__contentText .c-button {
    margin: auto;
}

.p-aboutScene__online {
    margin: 120px 0 0;
}

.p-aboutScene__onlineLists {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 999;
}

.p-aboutScene__onlineList a {
    display: block;
}

.p-aboutScene__onlineList:not(:last-child) {
    margin: 0 84px 0 0;
}

.p-aboutScene__list:last-child .p-aboutScene__listRight {
    position: relative;
}

.p-aboutScene__list:last-child .p-aboutScene__listRight:before {
    content: "";
    background-color: #C28312;
    opacity: 0.3;
    width: 100%;
    height: 248px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.table01 {
    display: block;
    width: 1000px;
    margin: auto;
    font-size: 1.8rem;
}

.table01 tbody {
    display: block;
    width: 100%;
}

.table01 tr {
    display: flex;
    justify-content: space-between;
}

.table01 tr:last-child {
    border-bottom: none;
}

.table01 th {
    width: 24.5%;
    padding: 15px 0;
    border-bottom: 1px solid rgba(194, 131, 18, 0.45);
    font-weight: normal;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 0.12em;
    line-height: 1.4;
    color: #C28312;
}

.table01 td {
    padding: 15px;
    width: 75.5%;
    vertical-align: middle;
    border-bottom: 1px solid rgba(65, 33, 15, 0.3);
    line-height: 1.75;
    font-size: 1.8rem;
    font-weight: 400;
    letter-spacing: 0.04em;
}

@media screen and (max-width:1300px) {
    .p-aboutScene__banar li {
        height: 470px;
    }

    .p-aboutScene__contentsList:nth-of-type(odd) .p-aboutScene__contentText {
        margin: 0 80px 0 0;
    }

    .p-aboutScene__contentsList:nth-of-type(even) .p-aboutScene__contentText {
        margin: 0 0 0 80px;
    }
}

@media screen and (max-width:1000px) {
    .table01 {
        width: 100%;
    }

    .table01 th,
    .table01 td {
        font-size: 1.6rem;
        width: 100%;
    }

    .table01 th {
        width: 100%;
        font-weight: bold;
        margin: 0 0 8px;
        padding: 8px 2% 0 2%;
        border: none;
    }

    .table01 td {
        width: 100%;
        padding: 0 2% 8px 2%;
        line-height: 1.25;
    }

    .table01 tr {
        display: flex;
        flex-direction: column;
        padding: 0;
    }
}

@media screen and (max-width:820px) {
    .table01 th {
        padding: 0 10px 0 0;
    }

    .table01 td {
        padding: 0 10px 0 0;
    }

    .table01 tr {
        padding: 6px 0;
    }

    .p-about__intro {
        padding: 0 0 190px;
    }

    .p-about__intro .c-text {
        font-size: 2rem;
        line-height: 2.4;
    }

    .p-aboutScene__intro h2 {
        font-size: 4rem;
        margin: 0 0 40px;
    }

    .p-aboutScene__banar li {
        width: 50%;
        height: 280px;
    }

    .p-aboutScene__intro .c-text {
        font-size: 1.4rem;
    }

    .p-aboutScene__banarEn {
        font-size: 3.5rem;
    }

    .p-aboutScene__banar li a h3 {
        font-size: 1.8rem;
    }

    .p-aboutScene__banarNumber {
        font-size: 3.4rem;
        margin: 0 0 10px;
    }

    .p-aboutScene__banar li a:before {
        background-size: 100%;
        bottom: 15px;
        width: 20px;
        height: 10px;
    }

    .p-aboutScene__titleLeft h3 {
        font-size: 4.2rem;
    }

    .p-aboutScene__listNumber {
        font-size: 4rem;
    }

    .p-aboutScene__titleLeft {
        margin: 0 0 30px 0;
    }

    .p-aboutScene__titleRight h4 {
        font-size: 3.2rem;
    }

    .p-aboutScene__titleRight span {
        font-size: 2rem;
    }

    .p-aboutScene__listLeft span {
        font-size: 1.6rem;
    }

    .p-aboutScene__listLeft {
        font-size: 2rem;
        padding: 0 0 0 10px;
    }

    .p-aboutScene__contentsList:nth-of-type(odd) .p-aboutScene__contentText {
        margin: 0 60px 0 0;
    }

    .p-aboutScene__contentsList:nth-of-type(even) .p-aboutScene__contentText {
        margin: 0 0 0 60px;
    }

    .p-aboutScene__contentText .c-text {
        font-size: 1.4rem;
    }

    .p-aboutScene__listRight {
        padding: 100px 4%;
    }

    .p-aboutScene__contentText {
        width: 42.8%;
    }

    .p-aboutScene__listJp {
        font-size: 2.2rem;
    }

    .p-aboutScene__titleRight span {
        margin: 0 0 10px;
    }

    .p-aboutScene__title {
        flex-direction: column;
        margin: 0 0 30px;
    }

    .p-aboutScene__contentsLists {
        width: 80%;
        margin: auto;
    }

    .p-aboutScene__contentsList {
        flex-direction: column-reverse;
    }

    .p-aboutScene__contentsList:nth-of-type(even) {
        flex-direction: column-reverse;
    }

    .p-aboutScene__contentImg {
        width: 100%;
        margin: 0 0 40px;
    }

    .p-aboutScene__contentText {
        width: 100%;
    }

    .p-aboutScene__contentsList:nth-of-type(even) .p-aboutScene__contentText {
        margin: 0;
    }

    .p-aboutScene__contentsList:nth-of-type(odd) .p-aboutScene__contentText {
        margin: 0;
    }

    .p-aboutScene__listRight {
        padding: 70px 4%;
    }

    .p-aboutScene__onlineList {
        width: 35%;
    }

    .p-aboutScene__onlineList img {
        width: 100%;
    }

    .p-aboutScene__onlineList:not(:last-child) {
        margin: 0 55px 0 0;
    }

    .p-aboutScene__list:last-child .p-aboutScene__listRight:before {
        height: 160px;
    }
}

@media screen and (max-width:590px) {
    .p-aboutScene__intro {
        padding: 35px 0 60px;
    }

    .p-about__intro .c-text {
        font-size: 2rem;
    }

    .p-aboutScene__intro h2 {
        font-size: 2.5rem;
    }

    .p-aboutScene__listJp {
        font-size: 2.2rem;
    }

    .p-aboutScene__banarNumber {
        font-size: 2.8rem;
    }

    .p-aboutScene__banar li a h3 {
        font-size: 1.5rem;
    }

    .p-aboutScene__contentsLists {
        width: 100%;
        margin: auto;
    }

    .p-aboutScene__contentsList:not(:last-child) {
        margin: 0 0 70px;
    }

    .p-aboutScene__contentImg {
        margin: 0 0 30px;
    }

    .p-aboutScene__listLeft {
        font-size: 1.4rem;
    }

    .p-aboutScene__listLeft span {
        font-size: 1.4rem;
    }

    .p-aboutScene__listRight {
        padding: 60px 4%;
    }

    .p-aboutScene__onlineLists {
        align-items: center;
    }

    .p-aboutScene__onlineList {
        width: 90%;
    }

    .p-aboutScene__onlineList:not(:last-child) {
        margin: 0 auto 30px;
    }

    .p-aboutScene__titleRight span {
        font-size: 1.6rem;
    }

    .p-aboutScene__titleRight h4 {
        font-size: 2.5rem;
    }

    .p-about__intro .c-text {
        font-size: 1.6rem;
    }

    .p-about__intro {
        padding: 0 0 110px;
    }

    .p-aboutScene__banar li {
        width: 100%;
        height: 220px;
    }
}

/*----------------------------------------
	almond
----------------------------------------*/
.p-almond__intro {
    position: relative;
    padding: 0 0 379px;
}

.p-almond__intro .c-text {
    font-size: 3rem;
    letter-spacing: 0.2em;
    line-height: 2.933;
    text-align: center;
    color: #41210F;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 700;
}

.p-almond__intro:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url(images/flow_bg_deco01.svg);
    background-size: 100%;
    background-position: bottom;
    width: 100%;
    height: 329px;
    background-repeat: no-repeat;
}

.p-almond__flow {
    padding: 30px 0 50px;
    background-color: #E6DBC9;
}

.p-almond__flow h2 {
    font-size: 5rem;
    margin: 0 0 70px;
    text-align: center;
    color: #41210F;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 700;
}

.p-almond__flowIntro .c-text {
    font-size: 1.6rem;
    text-align: center;
    line-height: 2.5;
    letter-spacing: 0.06em;
    color: #41210F;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 700;
}

.p-almond__flowIntro .c-text:not(:last-child) {
    margin: 0 0 50px;
}

.p-almond__flowIntro {
    margin: 0 0 120px;
}

.p-almond__flow ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.p-almond__flow ul li {
    width: 45.3%;
}

.p-almond__flow ul li:nth-child(n+3) {
    margin: 120px 0 0;
}

.p-almond__flowImg {
    width: 100%;
    margin: 0 0 40px;
}

.p-almond__flowImg img {
    width: 100%;
}

.p-almond__flowText h2 {
    font-size: 3.5rem;
    margin: 0 0 45px;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 700;
    color: #41210F;
    text-align: left;
}

.p-almond__flowText .c-text {
    font-size: 1.8rem;
    letter-spacing: 0.06em;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 700;
    color: #41210F;
}

.p-almond__flowNumber {
    font-family: 'Marck Script', cursive;
    font-weight: 400;
    font-size: 5.1rem;
    letter-spacing: 0.15em;
    color: #C28312;
    margin: 0 0 14px;
}

.p-almond__flowNumber span {
    font-size: 2.3rem;
    letter-spacing: 0;
    margin: 0 8px 0 0;
}

.p-almond__flowBottom {
    width: 100%;
    height: 880px;
    background-image: url(images/almond_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 0 52px;
    position: relative;
    background-position: center;
}

.p-almond__flowBottom:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(images/flow_bg_deco02.svg);
    background-size: 100%;
    background-position: top;
    width: 100%;
    height: 329px;
    background-repeat: no-repeat;
}

.p-almond__flowBottom:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url(images/flow_bg_deco03.svg);
    background-size: 100%;
    background-position: bottom;
    width: 100%;
    height: 329px;
    background-repeat: no-repeat;
}

.p-almond__productImg {
    width: 45.6%;
}

.p-almond__productImg img {
    width: 100%;
}

.p-almond__productText {
    width: 46.1%;
}

.p-almond__productText ul {
    margin: 0 0 40px;
}

.p-almond__productText ul li {
    font-size: 1.3rem;
    color: #41210F;
    line-height: 1.692;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 700;
}

.p-almond__productText h2 {
    font-size: 3.5rem;
    margin: 0 0 20px;
    color: #41210F;
}

.p-almond__productText .c-button {
    margin: 0 0 58px;
}

.p-almond__productPrice {
    font-size: 3.8rem;
    margin: 0 0 34px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    letter-spacing: 0.08em;
    color: #41210F;
}

.p-almond__productPrice span {
    font-size: 1.4rem;
    letter-spacing: 0.08em;
}

.p-almond__productWrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.p-almond__attention {
    font-size: 1.2rem;
    line-height: 2.25;
    color: #41210F;
}

@media screen and (max-width:1500px) {
    .p-almond__flow h2 {
        font-size: 4rem;
        line-height: 1.2;
    }

    .p-almond__flowBottom {
        height: 600px;
    }
}

@media screen and (max-width:1024px) {
    .p-almond__flowBottom {
        height: 500px;
    }
}

@media screen and (max-width:820px) {
    .p-almond__intro {
        padding: 0 0 120px;
    }

    .p-almond__intro .c-text {
        font-size: 2rem;
        line-height: 2.4;
    }

    .p-almond__flow h2 {
        font-size: 3rem;
        margin: 0 0 30px;
    }

    .p-almond__flowIntro .c-text {
        font-size: 1.4rem;
        line-height: 1.9;
    }

    .p-almond__flowIntro .c-text:not(:last-child) {
        margin: 0 0 15px;
    }

    .p-almond__flowIntro {
        margin: 0 0 70px;
    }

    .p-almond__flowText h2 {
        font-size: 2.5rem;
        margin: 0 0 15px;
    }

    .p-almond__flowText .c-text {
        font-size: 1.4rem;
    }

    .p-almond__flow ul li:nth-child(n+3) {
        margin: 60px 0 0;
    }

    .p-almond__flowNumber {
        font-size: 4rem;
        margin: 0 0 8px;
    }

    .p-almond__flowNumber span {
        font-size: 1.8rem;
    }

    .p-almond__flowBottom {
        height: 400px;
    }

    .p-almond__flowImg {
        margin: 0 0 20px;
    }

    .p-almond__productWrap {
        display: flex;
        flex-direction: column;
    }

    .p-almond__productWrap {
        width: 90%;
        margin: auto;
    }

    .p-almond__productImg {
        width: 100%;
        margin: 0 0 40px;
    }

    .p-almond__productText {
        width: 100%;
    }

    .p-almond__productText ul {
        margin: 0 0 20px;
    }

    .p-almond__productText h2 {
        font-size: 3rem;
    }

    .p-almond__productPrice {
        font-size: 3.2rem;
    }

    .p-almond__productPrice span {
        font-size: 1.2rem;
    }

    .p-almond__productPrice {
        margin: 0 0 20px;
    }

    .p-almond__productText .c-button {
        margin: 0 0 30px;
    }

    .p-almond__attention {
        line-height: 1.75;
    }
}

@media screen and (max-width:590px) {
    .p-almond__intro .c-text {
        font-size: 1.6rem;
        line-height: 2.3;
    }

    .p-almond__intro {
        padding: 0 0 80px;
    }

    .p-almond__flow h2 {
        font-size: 2rem;
        margin: 0 0 25px;
    }

    .p-almond__flowIntro .c-text {
        font-size: 1.2rem;
    }

    .p-almond__flowText h2 {
        font-size: 1.8rem;
        margin: 0 0 10px;
    }

    .p-almond__flow ul li {
        width: 100%;
    }

    .p-almond__flow ul li:nth-child(n+2) {
        margin: 50px 0 0;
    }

    .p-almond__flowBottom {
        height: 300px;
    }

    .p-almond__flowText .c-text {
        font-size: 1.2rem;
    }

    .p-almond__productWrap {
        width: 100%;
    }

    .p-almond__productText h2 {
        font-size: 2.5rem;
    }

    .p-almond__productPrice {
        font-size: 2.5rem;
    }

    .p-almond__flowNumber {
        font-size: 3.5rem;
    }

    .p-almond__flowImg {
        margin: 0 0 10px;
    }
}

/*----------------------------------------
	coffee
----------------------------------------*/

.p-coffee {
    background-color: #41210F;
    padding: 50px 0;
}

.p-catch__coffee {
    margin: 110px 0 0;
    padding: 0 0 52px;
    width: 100%;
    padding: 175px 0 380px;
    background-image: url(images/coffee_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.p-catch__coffee:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url(images/coffee_bg_deco.svg);
    background-size: 100%;
    background-position: bottom;
    width: 100%;
    height: 329px;
    background-repeat: no-repeat;
}

.p-catch__copy {
    display: flex;
    flex-direction: column-reverse;
    text-align: center;
}

.p-catch__coffeeJp {
    color: #fff;
    font-size: 6.2rem;
    margin: 0 0 80px;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 700;
}

.p-catch__coffeeEn {
    color: #fff;
    font-size: 3.6rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    margin: 0 0 30px;
}

.p-coffee__wrap {
    display: flex;
    justify-content: space-between;
}

.p-coffee h2 {
    font-size: 6.5rem;
    margin: 0 0 100px;
    color: #fff;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 700;
    text-align: center;
}

.p-catch__coffee .c-text {
    font-size: 3rem;
    color: #fff;
    line-height: 2.333;
    letter-spacing: 0.2em;
    text-align: center;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 700;
}

.p-coffee__list:nth-of-type(even) .p-coffee__wrap {
    flex-direction: row-reverse;
}

.p-coffee__list:not(:last-child) {
    margin: 0 0 150px;
}

.p-coffee__list:first-child .p-coffee__wrap {
    margin: 0 0 130px;
}

.p-coffee__listImg {
    width: 42.6%;
}

.p-coffee__listImg img {
    width: 100%;
}

.p-coffee__listText {
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 49.3%;
}

.p-coffee__listNumber {
    margin: 0 auto 35px;
    padding: 0 0 10px;
    font-size: 5rem;
    font-family: 'Marck Script', cursive;
    font-weight: 400;
    color: #C28312;
    border-bottom: 2px dashed #fff;
    display: inline-block;
}

.p-coffee__listText h3 {
    font-size: 4rem;
    margin: 0 0 50px;
    line-height: 1.45;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 700;
    text-align: center;
}

.p-coffee__listText .c-text {
    font-size: 1.8rem;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 700;
    line-height: 2.111;
    text-align: center;
    letter-spacing: 0.05em;
}

.page-template-page-coffee .l-footer.c-top__deco03:before {
    background-image: url(images/top_deco03_coffee.svg);
    transform: unset;
    background-position: top;
}

.p-coffee__flannel {
    background-color: #271409;
    border-radius: 71px;
    padding: 118px 0 130px;
}

.p-coffee__flannelList {
    display: flex;
    align-items: center;
    justify-content: center;
}

.p-coffee__flannelList:nth-of-type(1) .p-coffee__flannelText {
    margin: 0 154px 0 0;
}

.p-coffee__flannelList:nth-of-type(2) .p-coffee__flannelText {
    margin: 0 0 0 131px;
}

.p-coffee__flannelList:nth-of-type(3) .p-coffee__flannelText {
    margin: 0 83px 0 0;
}

.p-coffee__flannelList:not(:last-child) {
    margin: 0 0 180px;
}

.p-coffee__flannelText {
    width: 49.6%;
}

.p-coffee__flannelList:nth-of-type(3) .p-coffee__flannelText {
    width: 53%;
}

.p-coffee__flannelList:nth-of-type(even) {
    flex-direction: row-reverse;
}

.p-coffee__flannelTitle01 {
    font-size: 6.9rem;
    color: #fff;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin: 0 0 40px;
}

.p-coffee__flannelTitle01 span {
    font-size: 17.2rem;
    margin: 0 38px 0 0;
    color: #fff;
    opacity: 0.2;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    letter-spacing: 0.1em;
}

.p-coffee__flannelTitle02 {
    font-size: 3.5rem;
    letter-spacing: 0.08em;
    color: #fff;
    margin: 0 0 60px;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 700;
    line-height: 1.457;
}


.p-coffee__flannelText .c-text {
    color: #fff;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 700;
}

.page-template-page-coffee .p-topMv__snsTitle {
    color: #fff;
}

.p-coffee__flannel h4 {
    font-size: 5.3rem;
    margin: 0 0 75px;
    text-align: center;
    color: #fff;
}

.p-coffee__flannel h4:before {
    content: "";
    display: block;
    width: 534px;
    height: 19px;
    background-image: url(images/flannel_wave_line.svg);
    margin: 0 auto 28px;
    background-repeat: no-repeat;
}

.p-coffee__flannel h4:after {
    content: "";
    display: block;
    width: 534px;
    height: 19px;
    background-image: url(images/flannel_wave_line.svg);
    margin: 28px auto 0;
    background-repeat: no-repeat;
}

@media screen and (max-width:1500px) {
    .p-coffee__listText h3 {
        font-size: 3.2rem;
    }
}

@media screen and (max-width:1400px) {
    .p-coffee__flannelList:nth-of-type(1) .p-coffee__flannelText {
        width: 55%;
        margin: 0 80px 0 0;
    }

    .p-coffee__flannelList:nth-of-type(2) .p-coffee__flannelText {
        width: 55%;
        margin: 0 0 0 80px;
    }

    .p-coffee__flannelList:nth-of-type(3) .p-coffee__flannelText {
        width: 55%;
        margin: 0 70px 0 0;
    }

    .p-coffee__flannelList:nth-of-type(1) .p-coffee__flannelImg {
        width: 23%;
    }

    .p-coffee__flannelList:nth-of-type(2) .p-coffee__flannelImg {
        width: 38%;
    }

    .p-coffee__flannelList:nth-of-type(3) .p-coffee__flannelImg {
        width: 40%;
    }

    .p-coffee__flannelImg img {
        width: 100%;
    }

    .p-coffee__flannelText {
        width: 42%;
    }
}

@media screen and (max-width:1024px) {
    .p-coffee h2 {
        font-size: 5rem;
        margin: 0 0 70px;
    }

    .p-coffee__flannel h4 {
        font-size: 4.3rem;
    }

    .p-coffee__flannel h4:before {
        width: 400px;
        background-size: 100%;
    }

    .p-coffee__flannel h4:after {
        width: 400px;
        background-size: 100%;
    }
}

@media screen and (max-width:820px) {
    .p-catch__coffee {
        margin: 0;
        padding: 175px 0 230px;
    }

    .p-catch__coffeeEn {
        font-size: 2.8rem;
        margin: 0 0 20px;
    }

    .p-catch__coffeeJp {
        font-size: 5rem;
        margin: 0 0 60px;
    }

    .p-catch__coffee .c-text {
        font-size: 2rem;
    }

    .p-coffee__listNumber {
        font-size: 3rem;
    }

    .p-coffee__listText h3 {
        font-size: 2.8rem;
    }

    .p-coffee__listText .c-text {
        font-size: 1.4rem;
    }

    .p-coffee__list:first-child .p-coffee__wrap {
        margin: 0 auto 70px;
    }

    .p-coffee h2 {
        font-size: 3.5rem;
        margin: 0 0 50px;
    }

    .p-coffee__wrap {
        flex-direction: column;
        width: 70%;
    }

    .p-coffee__listImg {
        width: 100%;
        margin: 0 0 30px;
    }

    .p-coffee__listText {
        width: 100%;
    }

    .p-catch__coffeeEn {
        font-size: 1.8rem;
    }

    .p-coffee__flannelList {
        flex-direction: column;
    }

    .p-coffee__flannelList:nth-of-type(1) .p-coffee__flannelText {
        margin: 0 0 50px;
    }

    .p-coffee__flannelList:nth-of-type(2) .p-coffee__flannelText {
        margin: 0 0 50px;
    }

    .p-coffee__flannelList:nth-of-type(3) .p-coffee__flannelText {
        margin: 0 0 50px;
    }

    .p-coffee__flannelText {
        width: 100%;
    }

    .p-coffee__flannelList:nth-of-type(even) {
        flex-direction: column;
    }

    .p-coffee__flannelTitle01 {
        font-size: 5.5rem;
    }

    .p-coffee__flannelTitle01 span {
        font-size: 9.2rem;
        margin: 0 25px 0 0;
    }

    .p-coffee__flannelTitle01 {
        margin: 0 0 20px;
    }

    .p-coffee__flannelTitle02 {
        font-size: 2.8rem;
        margin: 0 0 30px;
    }

    .p-coffee__flannel {
        padding: 70px 0 90px;
    }

    .p-coffee__flannelText {
        margin: 0 0 40px;
    }

    .p-coffee__flannelList:nth-of-type(1) .p-coffee__flannelImg {
        width: 40%;
    }

    .p-coffee__flannelList:nth-of-type(2) .p-coffee__flannelImg {
        width: 55%;
    }

    .p-coffee__flannelList:nth-of-type(3) .p-coffee__flannelImg {
        width: 60%;
    }

    .p-coffee__flannelImg img {
        width: 100%;
    }

    .p-coffee__flannelList:nth-of-type(3) .p-coffee__flannelText {
        width: 100%;
    }

    .p-coffee__list:nth-of-type(even) .p-coffee__wrap {
        flex-direction: column;
    }

    .p-coffee__list {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .p-coffee__list:not(:last-child) {
        margin: 0 0 100px;
    }

    .p-coffee__flannelList:not(:last-child) {
        margin: 0 0 70px;
    }

    .p-coffee__flannelList:not(:last-child) {
        margin: 0 0 70px;
        padding: 0 0 70px;
        border-bottom: 1px dashed #fff;
    }

    .p-coffee__flannelList:nth-of-type(1) .p-coffee__flannelText {
        width: 100%;
    }

    .p-coffee__flannelList:nth-of-type(2) .p-coffee__flannelText {
        width: 100%;
    }

    .p-coffee__flannelList:nth-of-type(3) .p-coffee__flannelText {
        width: 100%;
    }

    .p-coffee__flannel h4 {
        font-size: 3.3rem;
        margin: 0 0 40px;
    }

    .p-coffee__flannel h4:before {
        width: 330px;
        margin: 0 auto 15px;
    }

    .p-coffee__flannel h4:after {
        width: 330px;
        margin: 15px auto 0;
    }
}

@media screen and (max-width:590px) {
    .p-catch__coffeeJp {
        font-size: 2.5rem;
    }

    .p-catch__coffeeEn {
        font-size: 1.6rem;
    }

    .p-catch__coffee .c-text {
        font-size: 1.6rem;
    }

    .p-catch__coffee .c-text {
        font-size: 1.6rem;
    }

    .p-catch__coffee .c-text {
        line-height: 2;
    }

    .p-catch__coffee {
        padding: 140px 0 130px;
    }

    .p-coffee h2 {
        font-size: 2.5rem;
        margin: 0 0 30px;
    }

    .p-coffee__wrap {
        width: 94%;
    }

    .p-coffee__listText h3 {
        font-size: 2.4rem;
        margin: 0 0 30px;
    }

    .p-coffee__list:not(:last-child) {
        margin: 0 0 80px;
    }

    .p-coffee__flannelTitle01 {
        font-size: 3.5rem;
    }

    .p-coffee__flannelTitle02 {
        font-size: 2.2rem;
    }

    .p-coffee__flannelTitle01 span {
        font-size: 7.2rem;
        margin: 0 10px 0 0;
    }

    .p-coffee__flannelList:nth-of-type(1) .p-coffee__flannelText {
        margin: 0 0 30px;
    }

    .p-coffee__flannelList:nth-of-type(2) .p-coffee__flannelText {
        margin: 0 0 30px;
    }

    .p-coffee__flannelList:nth-of-type(3) .p-coffee__flannelText {
        margin: 0 0 30px;
    }

    .p-coffee__flannelList:not(:last-child) {
        margin: 0 0 90px;
    }

    .p-coffee__flannelList {
        padding: 0 0 50px;
    }

    .p-coffee__flannelList:not(:last-child) {
        margin: 0 0 50px;
    }

    .p-coffee__flannel h4 {
        font-size: 2.3rem;
        margin: 0 0 30px;
    }

    .p-coffee__flannel h4:before {
        width: 250px;
    }

    .p-coffee__flannel h4:after {
        width: 250px;
    }
}

/*----------------------------------------
	404
----------------------------------------*/
.p-catch__404 .p-catch__img {
    background-image: url(images/catch_news.jpg);
}
