@charset "utf-8";
html {
    font-size: 62.5%;
    height: 100%;
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
}
body {
    background: #f6f4ee;
    color: #61503a;
    font-family: "Hiragino Sans", ヒラギノ角ゴシック, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Roboto, "Droid Sans", YuGothic, 游ゴシック, Meiryo, メイリオ, Verdana, "ＭＳ Ｐゴシック", sans-serif;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 500;
    font-size: 16px;
    font-size: 1.6rem;
    height: 100%;
    line-height: 1.85;
    -webkit-text-size-adjust: 100%;
    word-wrap: break-word;
}
a {
    display: block;
    color: #61503a;
    max-width: 100%;
    max-height: 100%;
    text-decoration: none;
    outline: none;
}
img {
    display: block;
    height: auto;
    max-width: 100%;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul li, li {
    list-style: none;
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4, h5, h6, p, figure {
    margin: 0;
    padding: 0;
}
p {
    text-align: justify;
    line-height: 1.75;
}
p + p {
    margin-top: 1em;
}
/*===================================
section
===================================*/
.section {
    padding-top: 50px;
    padding-bottom: 50px;
}
.section:not(._bg) + .section:not(._bg) {
    padding-top: 0px;
}
._bg {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-left: calc(50vw - 50%);
    padding-right: calc(50vw - 50%);
}
@media screen and (min-width: 767px) {}
@media screen and (min-width: 960px) {
    .section {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}
@media screen and (min-width: 1200px) {}
/* img */
._bg_img01 {
    background: url(../img/mv.jpg) center center no-repeat;
    background-size: cover;
    z-index: -1;
}
/* bg bg mask */
._bg_mask {
    position: relative;
}
._bg_mask::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}
._bg_mask > * {
    position: relative;
    z-index: 1;
}
._bg_mask_blk::after {
    background-color: rgba(0, 0, 0, .8);
}
._bg_mask_wht::after {
    background-color: rgba(255, 255, 255, .9);
}
/* bg color */
._bg_color01 {
    background: #61503a;
}
._bg_color02 {
    background: #e0dac8;
}
._bg_color03 {
    background: red;
}
/*===================================
wrap
===================================*/
._box + ._box {
    margin-top: 3em;
}
._box_child + ._box_child {
    margin-top: 2em;
}
/*===================================
font
===================================*/
@font-face {
    font-family: 'Forum';
    src: url("../font/Forum-Regular.ttf") format('truetype');
}
@font-face {
    font-family: 'Forum';
    src: url("../font/DForum-Regular.ttf") format('truetype');
}
.en_01 {
    font-family: 'Forum', serif;
}
.en_02 {
    font-family: 'DM Serif Display', serif;
}
/*===================================
heading
===================================*/
/* heading style */
.heading01 {
    font-size: 10vw;
    font-family: 'DM Serif Display', serif;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 1em;
}
.heading02 {
    font-size: 7vw;
    font-family: 'Forum', serif;
    font-weight: 500;
}
.heading02 span {
    display: block;
    font-size: .7em;
}
.heading03 {
    font-family: 'Forum', serif;
    font-weight: 500;
}
.heading04 {
    font-family: 'Forum', serif;
    font-weight: 500;
}
.heading05 {}
@media screen and (min-width: 767px) {}
@media screen and (min-width: 960px) {}
@media screen and (min-width: 1200px) {
    .heading01 {
        font-size: 5vw;
    }
    .heading02 {
        font-size: 3vw;
    }
}
/*===================================
btn
===================================*/
/* btn wrap */
.btns {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}
* + .btns {
    margin-top: 3em;
}
/* btn base */
.btn {
    border: 1px solid #61503a;
    color: #61503a;
    cursor: pointer;
    display: inline-block;
    font-size: 3vw;
    font-family: 'DM Serif Display', serif;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1.5;
    position: relative;
    transition: all 0.3s;
    text-align: center;
    text-decoration: none;
    user-select: none;
    vertical-align: middle;
    padding: 10px 40px;
    width: min(100%, 300px);
}
/* btn type */
.btn_type01:hover {
    background: #61503a;
    color: #fff;
}
.btn_type02 {
    border-color: #f6f4ee;
    color: #f6f4ee;
}
.btn_type02:hover {
    background: #f6f4ee;
    color: #61503a;
}
@media screen and (min-width: 767px) {
    .btn {
        font-size: 3vw;
    }
}
@media screen and (min-width: 960px) {
    .btn {
        font-size: 1.5vw;
    }
}
@media screen and (min-width: 1200px) {
    .btn {
        font-size: 1vw;
    }
}
/*===================================
list
===================================*/
._list {}
._list_item {}
._list_item + ._list_item {
    margin-top: 10px;
}
/*===================================
table
===================================*/
/* スクロールバーの表示 */
._scroll-bar {
    overflow-x: auto;
}
._scroll-bar::-webkit-scrollbar {
    height: 8px;
}
._scroll-bar::-webkit-scrollbar-track {
    border-radius: 8px;
    background: rgba(238, 238, 238, 1);
}
._scroll-bar::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background: rgba(169, 170, 161, 1);
}
/*===================================
header
===================================*/
/* header */
#header {
    position: fixed;
    top: 0;
    left: 0;
    transition: .5s all;
    width: 100%;
    z-index: 999999999;
}
#header ._book {
    position: relative;
    background: #61503a;
    color: #f6f4ee;
    dislay: block;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    height: 40px;
    z-index: 999999999;
}
#header ._book {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: 100%;
    font-weight: 500;
    letter-spacing: .05em;
}
#header .header_inner {
    /*border-bottom: 1px solid #f6f4ee;*/
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 65px;
}
#header .logo {
    margin: 0 auto;
    z-index: 99999;
}
#header .logo a {
    display: flex;
}
#header .logo a svg {
    width: 30px;
}
#header .logo a svg .cls-1 {
    fill: #61503a;
}
#header.bg-active {
    background-color: #f6f4ee;
}
@media screen and (min-width: 767px) {}
@media screen and (min-width: 960px) {}
@media screen and (min-width: 1200px) {}
/* nav */
#header .header_inner #nav {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    opacity: 0;
    visibility: hidden;
    transform: translateX(100%);
    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out, visibility 0.4s;
}
#header .header_inner #nav.panelactive {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}
#header .header_inner #nav #nav_list {
    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out, visibility 0.4s;
    opacity: 0;
}
#header .header_inner #nav.panelactive #nav_list {
    position: fixed;
    width: 100%;
    height: calc(100vh + 40px);
    background: #f6f4ee;
    overflow: auto;
    opacity: 1;
    z-index: 999;
}
#header .header_inner #nav #nav_list #menu_list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 2.5em;
    transition: .5s all;
    width: 100vw;
    height: 100vh;
    padding: 0 8%;
}
#header .header_inner #nav #nav_list #menu_list .nav_item a {
    color: #61503a;
    font-size: 8vw;
    font-weight: 600;
    line-height: 1.5;
    width: 100%;
}
#header .header_inner #nav #nav_list #menu_list .nav_item ._list {
    display: flex;
    gap: 20px;
}
#header .header_inner #nav #nav_list #menu_list .nav_item ._list ._item {
    background: #61503a;
    border: 1px solid #61503a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
}
#header .header_inner #nav #nav_list #menu_list .nav_item ._list ._item:hover {
    background: #61503a;
    transition: .5s all;
}
#header .header_inner #nav #nav_list #menu_list .nav_item ._list ._item a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    fill: #61503a;
}
#header .header_inner #nav #nav_list #menu_list .nav_item ._list ._item a svg {
    width: 25px;
    height: 25px;
    fill: #f6f4ee;
}
#header .header_inner #nav #nav_list #menu_list .nav_item ._list ._item:hover {
    background: #f6f4ee;
}
#header .header_inner #nav #nav_list #menu_list .nav_item ._list ._item:hover a svg {
    fill: #61503a;
}
@media screen and (min-width:768px) {
    #header .header_inner #nav #nav_list #menu_list .nav_item a {
        font-size: 4vw;
    }
}
@media screen and (min-width:960px) {
    #header .header_inner #nav {
        top: 0;
        right: 0;
        height: 80px;
    }
    #header .header_inner #nav #nav_list {}
    #header .header_inner #nav #nav_list #menu_list {
        flex-direction: row;
        justify-content: flex-end;
        align-items: center;
        gap: 20px;
        padding: 0 20px;
    }
    #header .header_inner #nav #nav_list #menu_list .nav_item a {
        font-size: 16px;
    }
}
@media screen and (min-width: 1200px) {
    #header .header_inner #nav #nav_list #menu_list .nav_item a {
        font-size: 32px;
    }
    #header .header_inner #nav #nav_list #menu_list .nav_item:first-child a {
        border-bottom: 1px solid;
    }
}
/*===================================
hamburger menu
===================================*/
#header .header_inner .nav_openbtn {
    display: block;
    position: absolute;
    cursor: pointer;
    right: 0;
    width: 80px;
    height: 80px;
    transition: .5s all;
    z-index: 99999;
}
#header .header_inner .nav_openbtn .openbtn {
    transition: all .4s;
}
#header .header_inner .nav_openbtn span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    height: 1px;
    width: 40%;
    background: #61503a;
    z-index: 999;
}
#header .header_inner .nav_openbtn span:nth-of-type(1) {
    top: 40%;
}
#header .header_inner .nav_openbtn span:nth-of-type(2) {
    top: 50%;
}
#header .header_inner .nav_openbtn p {
    color: #61503a;
    display: inline-block;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 65%;
    font-size: 11px;
    text-align: center;
    text-transform: uppercase;
}
#header .header_inner .nav_openbtn.active span:nth-of-type(1) {
    top: 40%;
    left: 35%;
    transform: rotate(45deg);
    width: 30%;
}
#header .header_inner .nav_openbtn.active span:nth-of-type(2) {
    top: 40%;
    left: 35%;
    transform: rotate(-45deg);
    width: 30%;
}
@media screen and (min-width: 767px) {}
@media screen and (min-width: 960px) {}
@media screen and (min-width: 1200px) {
    #header .header_inner #nav #nav_list #menu_list {
        height: 100%;
        gap: 5em;
    }
}
/*===================================
main
===================================*/
#main {
    overflow: hidden;
}
/*===================================
footer
===================================*/
#footer {
    background: #61503a;
    color: #f6f4ee;
}
/* shop detail */
#footer ._container ._shop_detail {
    padding: 2em 8% 0;
}
#footer ._container ._shop_detail ._list {
    margin-top: 2em;
}
/* footer link */
#footer ._container .footer_link {
    padding: 2em 8% 0;
}
#footer ._container .footer_link ._list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 2em;
}
#footer ._container .footer_link ._list ._item {
    width: calc((100% - 20px) / 2);
}
#footer ._container .footer_link ._list ._item a {
    color: #f6f4ee;
    font-size: 6vw;
    font-weight: 500;
}
/* sns link */
#footer ._container .sns_link ._list {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 2em;
}
#footer ._container .sns_link ._list ._item {
    width: calc(100% / 2);
}
#footer ._container .sns_link ._list ._item a {
    background: #fff;
    border: 1px solid #f6f4ee;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    transition: .3s all;
}
#footer ._container .sns_link ._list ._item a:hover {
    background: #61503a;
}
#footer ._container .sns_link ._list ._item a svg {
    width: 25px;
    height: 25px;
    vertical-align: middle;
    fill: #61503a;
}
#footer ._container .sns_link ._list ._item a:hover svg {
    fill: #fff;
}
/* logo */
#footer ._container .footer_logo {
    padding: 8%;
}
#footer ._container .footer_logo {
    text-align: center;
}
#footer ._container .footer_logo svg {
    width: 150px;
    fill: #f6f4ee;
}
/* footer link under */
#footer ._container .footer_link_under ._list {
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 1em;
    padding: 4%;
}
#footer ._container .footer_link_under ._list ._item {
    width: calc(100% / 2);
}
#footer ._container .footer_link_under ._list ._item:not(:first-child) {
    border-left: 1px solid #f6f4ee;
}
#footer ._container .footer_link_under ._list ._item a {
    color: #f6f4ee;
    text-align: center;
}
/* footer small */
#footer small {
    color: #f6f4ee;
    display: block;
    font-size: 4vw;
    text-align: center;
    padding: 4%;
}
@media screen and (min-width: 767px) {
    #footer ._container .footer_link ._list ._item {
        width: calc((100% - 40px) / 3);
    }
    #footer ._container ._shop_detail {
        display: flex;
        flex-wrap: wrap;
    }
    #footer ._container ._shop_detail ._list {
        width: 50%;
    }
    #footer ._container .footer_link ._list ._item a {
        font-size: 3vw;
    }
    #footer small {
        font-size: 2vw;
    }
}
@media screen and (min-width: 960px) {
    #footer ._container .sns_link ._list {
        justify-content: center;
    }
    #footer ._container .sns_link ._list ._item {
        width: 100px;
    }
}
@media screen and (min-width: 1200px) {
    #footer ._container {}
    #footer ._container ._shop_detail ._list {
        width: 33%;
    }
    #footer ._container .footer_link ._list ._item a {
        font-size: 1vw;
    }
    #footer small {
        font-size: 1vw;
        text-align: right;
        padding: 0 8% 2% 0;
    }
    #footer ._container .footer_sns_link {
        padding: 0 8%;
    }
    #footer ._container .sns_link ._list {
        justify-content: flex-start;
    }
    #footer ._container .footer_link_under {
        padding: 0 8%;
    }
    #footer ._container .footer_link_under ._list {
        justify-content: flex-start;
        padding: 4% 0;
    }
    #footer ._container .footer_link_under ._list ._item {
        width: 300px;
    }
    #footer ._container .footer_link_under ._list ._item:not(:first-child) {
        border-left: none;
    }
    #footer ._container .footer_link_under ._list ._item a {
        text-align: left;
    }
}
/*===================================
page top
===================================*/
#page_top a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #61503a;
    color: #fff;
    font-size: 14px;
    text-align: center;
    width: 60px;
    height: 60px;
    transition: all 0.3s;
}
#page_top a:hover {
    color: #222;
    background: #ccc;
    transform: translateY(-5px);
}
#page_top {
    position: fixed;
    right: 10px;
    z-index: 2;
    opacity: 0;
    transform: translateY(100px);
}
#page_top.UpMove {
    animation: UpAnime 0.5s forwards;
}
@-webkit-keyframes UpAnime {
    from {
        opacity: 0;
        transform: translateY(100px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes UpAnime {
    from {
        opacity: 0;
        transform: translateY(100px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
#page_top.DownMove {
    animation: DownAnime 0.5s forwards;
}
@-webkit-keyframes DownAnime {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
    }
}
@keyframes DownAnime {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    to {
        opacity: 1;
        transform: translateY(100px);
    }
}