@charset "utf-8";


@font-face {
    font-family: 'TetsubinGothic';
    src: url('../fonts/TetsubinGothic.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

* {
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
    color: #343434;
    font-family: "Yu Gothic", "游ゴシック", "YuGothic", sans-serif;
    font-weight: 500;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: 0;



    max-width: 768px;
    margin: 0 auto;
}

body {
    background-color: #F4F4E4;
    margin: 0 auto;
    overflow-x: hidden;
}


.header {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    z-index: 9999;
    background-color: #F4F4E4;
}

.header--inner {
    /* max-width: 1920px; */
    max-width: 768px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px 6px;
    margin: 0 auto;
    height: 65px;
}

.header--menu {
    font-size: 1.8rem;
    font-family: ab-kotodama-f, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.section--inner {
    max-width: 1920px;
    padding: 0 10px;
    margin: 0 auto;
}


.nav {
    max-width: 768px;


    display: none;
    position: fixed;
    top: 63px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
    background-color: #F4F4E4;
}

.nav-img.none {
    display: none;
}

.nav.active {
    display: block;
}

.header--menu.none {
    display: none;
}

.nav--inner {
    position: relative;
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    padding: 30px 40px 200px;
}

.nav--img {
    position: absolute;
    right: 10px;
    top: 70px;
    opacity: .3;
}

.nav--item {
    margin-bottom: 28px;
}

.nav--item--sub-title {
    font-size: 1.5rem;
    font-family: fot-udmarugo-large-pr6n, sans-serif;
    font-weight: 500;
    line-height: 2;
    margin-bottom: 4px;
    color: #000000;
}

.nav--item--title {
    font-size: 3.4rem;
    font-family: "adobe-caslon-pro", serif;
    font-weight: 400;
    line-height: 1.4;
    color: #000000;
}

.header--nav {
    display: none;
}

.nav--sns {
    margin-top: 40px;
}

.nav--sns--img {
    width: 35px;
    margin-right: 20px;
}

/* @media (min-width: 768px) {
    .header--menu {
        display: none;
    }

    .header--nav {
        display: flex;
    }

    .header--nav--item {
        font-size: 1.8rem;
        font-family: vdl-v7marugothic, sans-serif;
        font-weight: 500;
        line-height: 2;
        margin-right: 20px;
    }

    .header--nav--item:last-child {
        margin-right: 0;
    }
} */

.main {
    padding-top: 65px;
}



.firstview--bg {
    max-width: 1920px;
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.firstview--copy {
    display: grid;
    margin: 14px auto 0;
    font-size: 4rem;
    font-family: ab-chalk, sans-serif;
    font-weight: 400;
    color: #94A880;
    writing-mode: vertical-rl;
}


.firstview--copy--s {
    font-family: serif;
}


.firstview--copy--second {
    margin: 0 30px;
}

.firstview--copy--third {
    margin-top: 200px;
}


.section--about {
    position: relative;
    padding-top: 140px;
    padding-bottom: 90px;
    margin-bottom: 160px;
}


.section--about::before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    content: "";
    background-image: url(../img/parts/about-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
}

.section--about::after {
    position: absolute;
    content: "";
    top: -50px;
    left: 0;
    width: 100%;
    height: 340px;
    background-image: url(../img/parts/about-parts.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
}

.section--head {
    position: relative;
    width: max-content;
    text-align: center;
    border-bottom: 1px solid #000000;
    padding-bottom: 2px;
    margin: 0 auto 45px;
}

.section--about .section--head {
    padding-left: 40px;
    width: 222px;
}

.head--img {
    position: absolute;
}

.section--about .head--img {
    left: 0;
    top: 8px;
}

.head--sub-title {
    font-size: 1.2rem;
    font-family: myriad-pro, sans-serif;
    font-weight: 300;
    letter-spacing: -.1em;
}

.head--title {
    font-size: 2.4rem;
    font-family: ab-kotodama-f, sans-serif;
    font-weight: 400;
    line-height: 1.2;
}




.section--text {
    font-size: 1.6rem;
    font-family: fot-udmarugo-large-pr6n, sans-serif;
    font-weight: 600;
    line-height: 1.8;
}



.more-btn {
    display: block;
    width: max-content;
    background-color: #A3B48F;
    font-size: 2.4rem;
    font-family: ab-kotodama-f, sans-serif;
    font-weight: 400;
    color: #F4F4E4;
    padding: 6px 22px 10px;
    border-radius: 20px;
    margin: 22px 0 0 auto;
}

.more-btn--reuse {
    margin: 22px auto 0;
}

.section--heads {
    position: relative;
    width: 240px;
    margin: 0 auto;
}

.head--img {
    top: 0;
    left: -40px;
}

.section--head--left {
    margin-left: 0;
    margin-right: auto;
    margin-bottom: 5px;
}

.section--head--right {
    margin-right: 0;
    margin-left: auto;
}


.head--title--and {
    display: block;
    font-size: 2.4rem;
    font-family: ab-kotodama-f, sans-serif;
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
}

.section--heads .head--sub-title {
    font-size: 1.1rem;
}

.booking-btn {
    font-size: 2rem;
    font-family: ab-kotodama-f, sans-serif;
    font-weight: 400;
    color: #F4F4E4;
    background-color: #A3B48E;
    border-radius: 30px;
    padding: 5px 10px;
    display: flex;
    align-items: center;
    width: max-content;
    margin: 30px 0 16px auto;
}

.booking-btn--arrow {
    margin-left: 6px;
}

.more-btn {
    font-size: 2rem;
    font-family: ab-kotodama-f, sans-serif;
    font-weight: 400;
    color: #F4F4E4;
    background-color: #A3B48E;
    border-radius: 30px;
    padding: 5px 10px;
    display: flex;
    align-items: center;
    width: max-content;
    margin: 30px 0 16px auto;
}

.section--info {
    font-size: 1.6rem;
    font-family: fot-udmarugo-large-pr6n, sans-serif;
    font-weight: 600;
    line-height: 2;
    margin-bottom: 3px;
}

.spots {
    margin-top: 12px;
    margin-bottom: 90px;
    width: 100vw;
    max-width: 1280px;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
}



.section--bbq {
    position: relative;
}

.section--bbq::after {
    position: absolute;
    content: "";
    top: 140px;
    left: 0;
    opacity: 0.1;
    width: 100%;
    height: 100%;
    background-image: url(../img/parts/bbq-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
}

.spot-link {
    position: relative;
    width: 55%;
    display: block;
}

.spot-link--bbq {
    left: 0;
    z-index: 2;
}

.spot-link--kitchen {
    top: -60px;
    margin-right: 0;
    margin-left: auto;
}

.spot-link--img {
    width: 100%;
    height: auto;
}

.spot-link--bbq .spot-link--img--1 {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.spot-link--kitchen .spot-link--img--2 {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.spot-link--btn {
    position: absolute;
    font-size: 1.4rem;
    line-height: 2;
    font-family: vdl-v7marugothic, sans-serif;
    font-weight: 500;
    color: #F4F4E4;
    background-color: rgba(0, 0, 0, .5);
    border-radius: 20px;
    padding: 0 8px;
    display: flex;
    align-items: center;
}

.spot-link--bbq .spot-link--btn {
    top: 10px;
    right: 8px;
}

.spot-link--kitchen .spot-link--btn {
    bottom: 10px;
}

.spot-link--arrow {
    margin-left: 8px;
}



.section--event .head--img {
    left: -70px;
    top: -10px;
}

.section--event {
    position: relative;
    margin-bottom: 200px;
}

.section--event::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/parts/event-bg.png);
    opacity: .2;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
}


.spot-link--event {
    display: block;
    position: relative;
    margin-bottom: 10px;
    width: 100%;
    max-width: 600px;
    display: block;
    margin: 10px auto 0;
}


.spot-link--event .spot-link--img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.spot-link--event .spot-link--btn {
    right: 0;
    bottom: 10px;
}

.event--info {
    display: none;
}


.section--dog .spots {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: end;
    margin-left: auto;
    margin-right: auto;
}

.section--dog .head--img {
    left: -80px;
    top: -18px;
}

.section--dog {
    position: relative;
    padding-bottom: 40px;
    margin-bottom: 180px;
}

.section--dog::after {
    position: absolute;
    content: "";
    top: -30px;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/parts/dog-bg.png);
    opacity: .1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
}

.spot-link--dog {
    position: relative;
}

.section--dog .spot-link--img {
    display: inline-block;
    width: 170px;
    height: 100%;
}

.section--dog .spot-link--img--1 {
    margin-right: -25px;
    padding-bottom: 50px;
}

.section--dog .spot-link--img--2 {
    margin-left: -25px;

}

.section--dog .spot-link--btn {
    width: max-content;
    z-index: 2;
    bottom: 70px;
    left: 50%;
    transform: translateX(-50%);
}

.comming {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    width: max-content;
    font-size: 1.6rem;
    font-family: fot-udmarugo-large-pr6n, sans-serif;
    font-weight: 500;
    line-height: 1.3;
    color: #FFFF00;
    padding: 4px 8px;
    border-radius: 10px;
    background-color: #000000;
}

.section--spot--dog .comming {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0;
}


.section--reuse {
    position: relative;
    margin-bottom: 100px;
}

.section--reuse .section--head {
    padding-right: 10px;
    padding-left: 10px;
}

.section--reuse .head--img {
    left: -50px;
    top: -26px;
}

.section--reuse .head--img--2 {
    left: inherit;
    right: -60px;
    top: 0;
}

.section--reuse .head--img--3 {
    position: absolute;
    left: initial;
    right: -140px;
    top: 0;
}

.section--reuse .head--img--4 {
    position: absolute;
    bottom: 0;
    left: -140px;
}

.section--reuse::after {
    position: absolute;
    content: "";
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    background-image: url(../img/parts/about-bg.png);
    opacity: .1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
}


.spot-link--collection {
    z-index: 1;
}

.spot-link--reuse {
    top: -60px;
    z-index: 2;
    margin-right: 0;
    margin-left: auto;
}

.section--reuse .spots {
    margin-top: 70px;
    margin-bottom: 50px;
}

.spot-link--collection .spot-link--img--1 {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.spot-link--reuse .spot-link--img--2 {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.spot-link--collection .spot-link--btn {
    top: 10px;
    right: 8px;
}

.spot-link--reuse .spot-link--btn {
    bottom: 10px;
    left: 8px;
}


.section--map .section--head {
    padding-right: 10px;
    padding-left: 10px;
}

.section--map .head--img {
    left: -20px;
    top: -8px;
}

.map--img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.map--info {
    font-size: 1.6rem;
    font-family: fot-udmarugo-large-pr6n, sans-serif;
    font-weight: 500;
    line-height: 1.6;
    margin: 6px 0 30px;
}

.googlemap {
    width: 100%;
}

.map--phone {
    vertical-align: middle;
}

.map--list {
    margin-top: 30px;
    margin-bottom: 40px;
}

.map--item {
    font-size: 1.6rem;
    font-family: fot-udmarugo-large-pr6n, sans-serif;
    font-weight: 500;
    line-height: 1.6;
}

.section--insta {
    margin-bottom: 100px;
}

.section--insta .head--sub-title {
    font-size: 1.6rem;
    font-family: fot-udmarugo-large-pr6n, sans-serif;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0;
}

.insta--info {
    font-size: 1.6rem;
    font-family: fot-udmarugo-large-pr6n, sans-serif;
    font-weight: 600;
    line-height: 2;
    margin-bottom: 18px;
}

.instagram-media {
    margin: 0 auto !important;
    min-width: auto !important;
}






.footer {
    position: relative;
    background-color: #A3B48F;
    background-image: url(../img/common/footer-parts.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: contain;
}

.footer::after {
    position: absolute;
    content: "";
    top: 40px;
    left: 0;
    width: 100%;
    height: 300px;
    background-image: url(../img/common/footer-parts-2.png);
    background-size: contain;
    background-repeat: no-repeat;
}


.footer--inner {
    margin: 0 auto;
    max-width: 1920px;
    padding: 300px 38px 20px;
}

.footer--img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.footer--contact {
    width: max-content;
    display: block;
    padding: 10px;
    margin: 48px auto 14px;
    font-size: 3rem;
    font-family: ab-kotodama-f, sans-serif;
    font-weight: 400;
    background-color: #F4F4E4;
    border-radius: 30px;
}

.footer--phone {
    font-size: 1.8rem;
    font-family: ab-kotodama-f, sans-serif;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    margin-right: 6px;
}

.footer--info {
    margin: 26px auto 0;
    width: max-content;
    font-size: 1.6rem;
    font-family: fot-udmarugo-large-pr6n, sans-serif;
    font-weight: 600;
    line-height: 1.6;
    padding-left: 1.1em;
    text-indent: -1em;
}

.footer--pv {
    font-size: 1.4rem;
    font-family: ab-kotodama-f, sans-serif;
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
    margin-top: 100px;
}

.footer--pv--j {
    margin-top: 16px;
}

.footer--links {
    margin-top: 32px;
}

.footer--link {
    width: max-content;
    display: block;
    font-size: 1rem;
    font-family: myriad-pro, sans-serif;
    font-weight: 300;
    line-height: 2;
}

.footer--cr {
    font-size: 1rem;
    font-family: myriad-pro, sans-serif;
    font-weight: 300;
    line-height: 2;
}

.section--vision {
    padding-top: 90px;
    margin-bottom: 140px;
}

.vision--title {
    font-family: TetsubinGothic;
    font-size: 4rem;
}

.vision--sub-title {
    position: relative;
    font-family: TetsubinGothic;
    font-size: 1.8rem;
    width: max-content;
    margin: 3px auto 0;
    text-align: right;
}

.vision--sub-title::before {
    position: absolute;
    content: '‘';
    left: -10px;
}

.vision--sub-title::after {
    position: absolute;
    content: '’';
    right: -20px;
}

.vision--copy {
    font-size: 1.8rem;
    font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
    font-weight: 900;
    line-height: 2;
    text-align: center;
    margin-top: 34px;
}

.vision--text {
    font-size: 1.6rem;
    font-family: fot-udmarugo-large-pr6n, sans-serif;
    font-weight: 500;
    line-height: 2;
    margin-top: 30px;
}

.vision--img {
    display: block;
    width: auto;
    margin: 34px auto 0;
}

.section--vision--logo .vision--sub-title {
    text-align: left;
    margin: 0;
    margin-top: 15px;
}

.section--vision--logo .vision--sub-title::before,
.section--vision--logo .vision--sub-title::after {
    content: none;
}


.spot--bg {
    position: relative;
    width: 100%;
    height: 400px;
    background-position: center center;
    background-size: cover;
}

.spot--bg::after {
    content: "";
    position: absolute;
    background-color: #000000;
    opacity: .1;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.section--spot--bbq .spot--bg {
    background-image: url(../img/top/bbq-spot.jpeg);
}

.spot--title {
    position: absolute;
    z-index: 2;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    width: 300px;
    color: #FFFFFF;
    font-family: TetsubinGothic;
    font-size: 2.6rem;
    line-height: 1.2;
}

.spot--title span {
    display: block;
}

.spot--title--bottom {
    text-align: right;
}

.section--spot--info {
    font-size: 1.8rem;
    font-family: fot-udmarugo-large-pr6n, sans-serif;
    font-weight: 700;
    line-height: 2;
    margin-top: 58px;
    color: #1B1312;
}

.section--spot--info--img {
    border-radius: 30px;
    display: block;
    margin: 18px auto 0;
}

.point--title {
    font-family: TetsubinGothic;
    font-size: 2rem;
    margin: 70px auto 0;
}

.section--spot--bbq .point--title {
    width: max-content;
}

.point--title span {
    display: block;
}

.point--title .spot--title--bottom {
    padding-left: 120px;
}

.section--spot--bbq .point--list {
    margin-top: 60px;
}

.point--item {
    font-size: 1.8rem;
    font-family: "fot-rodin-pron", sans-serif;
    font-weight: 600;
    line-height: 1.6;
    margin-bottom: 40px;
}

.section--spot--bbq .point--item {
    position: relative;
    display: flex;
}

.point--check {
    margin-top: 5px;
    margin-right: 5px;
}

.point--img {
    position: absolute;
    right: 0;
    top: -35px;
}

.plan--img {
    width: 100%;
    border-radius: 30px;
}

.plan--title {
    font-size: 2rem;
    font-family: TetsubinGothic;
}

.plan--title--img {
    margin-left: 3px;
    margin-top: 14px;
}

.plan--list {
    border-top: solid 1px #707070;
    margin-top: 15px;
}

.plan--item {
    border-bottom: solid 1px #707070;
}

.plan--item--head,
.plan--item--body {
    position: relative;
    padding: 0 8px;
}

.plan--item--head {
    padding: 8px;
}

.plan--item--head.none {
    display: none;
    transition: .5s;
}

.plan--item--body {
    height: 0;
    overflow: hidden;
    transition: .5s;
}

.plan--item--body.active {
    height: auto;
    padding: 8px;
}

.plan--item--btn {
    position: absolute;
    right: 28px;
    top: 10px;
}

.plan--item--text {
    font-size: 1.8rem;
    font-family: fot-udmarugo-large-pr6n, sans-serif;
    font-weight: 500;
}

.plan--text {
    font-size: 1rem;
    margin-top: 18px;
}

.spot--flow {
    margin-top: 100px;
}

.flow--title {
    font-family: TetsubinGothic;
    font-size: 2rem;
    line-height: 1.5;
}

.tb {
    display: none;
}

.flow--list {
    margin-top: 30px;
}

.flow--item {
    position: relative;
    font-size: 1.5rem;
    font-family: fot-udmarugo-large-pr6n, sans-serif;
    font-weight: 600;
    margin-bottom: 30px;
    padding-left: 1.1em;
    text-indent: -1em;
}

.flow--item--link {
    color: #0000ff;
    text-decoration: underline;
}

.flow--arrow {
    position: absolute;
    left: -10px;
    bottom: -25px;
}

.flow--img {
    max-width: 100%;
    display: block;
}

.flow--text {
    font-size: 1.4rem;
    font-family: TetsubinGothic;
    margin-top: 34px;
}

.contact-btn {
    display: block;
    width: max-content;
    font-size: 1.6rem;
    font-family: TetsubinGothic;
    margin-top: 26px;
    background-color: #A3B48F;
    border-radius: 30px;
    border: solid 1px #707070;
    padding: 18px 9px;
}

.spot--faq {
    margin-top: 190px;
    margin-bottom: 160px;
}

.faq--title {
    position: relative;
    font-size: 2rem;
    font-family: TetsubinGothic;
    line-height: 1.5;
}


.faq--list {
    margin-top: 24px;
}

.faq--item {
    max-width: 500px;
    margin-bottom: 10px;
    border-radius: 5px;
    box-shadow: 0 7px 15px -5px rgb(0 0 0 / 5%);
    background-color: #fff;
    font-size: 1.6rem;
    font-family: fot-udmarugo-large-pr6n, sans-serif;
    font-weight: 700;
    margin-bottom: 16px;
    line-height: 1.5;
}

.faq--item--q {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
    padding-left: 3.3em;
    text-indent: -1.2em;
}

.faq--item--q::-webkit-details-marker {
    display: none;
}

.faq--item--q::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #333333b3;
    border-right: 3px solid #333333b3;
    content: '';
    transition: transform .3s;
}

.faq--item[open] .faq--item--q::after {
    transform: rotate(225deg);
}

.faq--item--a {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 2em 1.5em;
    color: #333333;
    transition: transform .5s, opacity .5s;
    padding-left: 3.3em;
    text-indent: -1.2em;
}

.faq--item[open] .faq--item--a {
    transform: none;
    opacity: 1;
}

.faq--item--a--link {
    color: #0000ff;
    text-decoration: underline;
}


.faq--img {
    position: absolute;
    right: 0;
    top: -10px;
}




.section--spot--kitchen .spot--bg {
    background-image: url(../img/kitchen/kitchen-bg.jpg);
}

.point--item--body {
    margin-left: 23px;
}

.point--item--img {
    display: block;
    max-width: 100%;
    width: 100%;
    margin-top: 26px;
}

.point--list {
    margin-top: 27px;
}

.spot--plan--kitchen {
    margin-top: 200px;
}

.section--spot--kitchen .flow--item {
    font-size: 1.8rem;
}

.spot--reco {
    margin-top: 225px;
}

.reco--title {
    font-family: TetsubinGothic;
    font-size: 2.2rem;
}

.section--spot--dog .reco--title {
    font-size: 2rem;
}

.reco--list {
    margin-top: 14px;
}

.reco--item {
    font-size: 1.6rem;
    font-family: fot-udmarugo-large-pr6n, sans-serif;
    font-weight: 700;
    margin-bottom: 14px;
}

.reco--images {
    margin: 27px auto 0;
    width: 100vw;
    max-width: 1280px;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
}


.reco--img {
    display: block;
    width: 60%;
    height: auto;
}

.reco--img--1 {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

.reco--img--2 {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    margin-left: auto;
    margin-right: 0;
    margin-top: -40px;
}


.section--spot--event {
    margin-bottom: 100px;
}

.section--spot--event .spot--bg {
    background-image: url(../img/event/event-bg.jpg);
}

.section--spot--event .spot--title {
    width: max-content;
}

.point--item--head {
    padding-left: 1.1em;
    text-indent: -1.2em;
}

.section--spot--event .point--item--head {
    font-family: fot-udmarugo-large-pr6n, sans-serif;
    font-weight: 600;
}

.section--spot--event .point--item--body {
    font-family: fot-udmarugo-large-pr6n, sans-serif;
    font-weight: 500;
}

.spot--plan--event {
    display: none;
}


.spot--faq--event {
    /* display: none; */
}

.faq--img--event {
    display: block;
    margin-top: -30px;
    margin-right: 0;
    margin-left: auto;
}


.section--spot--dog .spot--bg {
    background-image: url(../img/dog/dog-bg.jpeg);
}


.section--spot--dog .point--item--img {
    width: auto;
    margin-top: 0;
}

.section--spot--dog .point--item--head {
    font-family: fot-udmarugo-large-pr6n, sans-serif;
    font-weight: 600;
}

.section--spot--dog .point--item--body {
    font-family: fot-udmarugo-large-pr6n, sans-serif;
    font-weight: 500;
}

.spot-dogrun {
    margin-top: 200px;
}

.dogrun--title {
    font-family: TetsubinGothic;
    font-size: 2.2rem;
}

.dogrun--text {
    font-family: fot-udmarugo-large-pr6n, sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    margin-top: 13px;
}

.dogrun--list--title {
    font-size: 1.5rem;
    font-family: fot-udmarugo-large-pr6n, sans-serif;
    font-weight: 700;
    line-height: 2;
    margin-top: 30px;
}

.dogrun--list {
    margin-top: 5px;
}

.dogrun--item {
    font-size: 1.2rem;
    font-family: fot-udmarugo-large-pr6n, sans-serif;
    font-weight: 700;
    line-height: 2;
    margin-bottom: 4px;
}


.section--spot--collection .spot--bg {
    background-image: url(../img/top/reuse-1.jpeg);
}


.section--spot--collection .point--item--img {
    width: auto;
    margin-top: 0;
}

.section--spot--collection .point--item--head {
    font-family: fot-udmarugo-large-pr6n, sans-serif;
    font-weight: 600;
}

.section--spot--collection .point--item--body {
    font-family: fot-udmarugo-large-pr6n, sans-serif;
    font-weight: 500;
}

.spot--item {
    margin-top: 200px;
}

.item--title {
    font-size: 2rem;
    font-family: TetsubinGothic;
    line-height: 1.2;
}

.item--list {
    margin-top: 15px;
}

.item--item {
    font-size: 1.8rem;
    margin-bottom: 8px;
}

.item--text {
    font-size: .9rem;
    margin-top: 25px;
}

.item--img {
    margin-top: 45px;
    width: 100%;
    border-radius: 30px;
}


.section--spot--reuse .spot--bg {
    background-image: url(../img/top/reuse-2.jpg);
}

.section--spot--reuse .point--item {
    position: relative;
}

.section--spot--reuse .point--item--head {
    font-family: fot-udmarugo-large-pr6n, sans-serif;
    font-weight: 600;
}

.section--spot--reuse .point--item--body {
    font-family: fot-udmarugo-large-pr6n, sans-serif;
    font-weight: 500;
}

.swiper-wrapper {
    width: 100%;
}

.swiper-slide {
    width: 100%;
}

.spot--item--swiper .item--title {
    text-align: center;
}

.item--swiper {
    margin-top: 14px;
}

.item--swiper--text {
    display: flex;
    height: 50px;
    align-items: flex-end;
}

.item--swiper--item {
    width: max-content;
    margin: 0 auto;
    font-size: 1.8rem;
}

.item--swiper--img {
    display: block;
    margin-top: 10px;
}

.section--spot--reuse {
    overflow: hidden;
}

.shop--title {
    font-size: 2.2rem;
    font-family: TetsubinGothic;
}

.spot--shop {
    margin-bottom: 180px;
}

.shop--text {
    font-size: 1.5rem;
    font-family: fot-udmarugo-large-pr6n, sans-serif;
    font-weight: 700;
    margin-top: 8px;
    word-break: keep-all;
}

.shop--text-pl {
    padding-left: 1.1em;
    text-indent: -1em;
}

.shop--text--head {
    margin-top: 22px;
}

.shop--text span {
    padding-left: 6.1em;
}

.section--tokushoho {
    padding-top: 50px;
    padding-bottom: 150px;
}

.tokushoho--content {
    border-bottom: solid 1px #707070;
    margin-bottom: 28px;
}

.content--text {
    font-size: 1.2rem;
    font-family: fot-rodin-pron, sans-serif;
    font-weight: 600;
    margin-bottom: 5px;
}

.content--item {
    font-size: 1rem;
    margin-bottom: 3px;
    padding-left: 1.1em;
    text-indent: -1em;
}

.content--text--ml {
    padding-left: 1.1em;
    text-indent: -1em;
}

.content--list {
    margin-bottom: 18px;
    margin-left: 5px;
}

.content--list:last-child {
    margin-bottom: 0;
}

.content--text--s {
    font-size: 1.1rem;
}

.contact--text {
    font-size: 1.8rem;
    font-family: fot-udmarugo-large-pr6n, sans-serif;
    font-weight: 600;
    line-height: 2;
    margin-top: 20px;
}

.contact--head--title,
.contact--head--img,
.contact--head--info {
    display: none;
}

.contact--form {
    margin-top: 40px;
}

.section--contact {
    margin-bottom: 120px;
}

.form--content {
    width: 100%;
    border-radius: 15px;
    background-color: #A3B48E;
    padding: 30px 20px;
}

.form--item {
    margin-bottom: 22px;
    font-size: 1.8rem;
    font-family: fot-udmarugo-large-pr6n, sans-serif;
    font-weight: 600;
    line-height: 2;
}

.form--item:last-child {
    margin-bottom: 0;
}

.form--input {
    width: 100%;
    background-color: #F4F4E4;
    border: solid 1px #D8D8D8;
    border-radius: 5px;
    padding: 4px;
    font-size: 1.6rem;
}

.submit-button {
    display: block;
    width: max-content;
    margin: 24px auto 0;
    background-color: #A3B48E;
    font-size: 1.8rem;
    font-family: fot-udmarugo-large-pr6n, sans-serif;
    font-weight: 600;
    line-height: 2;
    border-radius: 20px;
    padding: 2px 20px;
    border: none;
}


.submit-btns {
    display: flex;
}

.submit-button--check {
    display: inline-block;
    width: max-content;
    text-align: center;
}

.section-title--check {
    margin-bottom: 100px;
}

tr {
    font-size: 1.6rem;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 700;
    display: block;
    margin-bottom: 20px;
}

th,
td {
    display: block;
}

.send-message {
    font-size: 1.6rem;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 700;
}

.header--logo {
    display: flex;
    align-items: center;
    font-size: 2.2rem;
    font-family: "shippori-mincho", sans-serif;
    font-weight: 700;
    color: #000000;
    line-height: 1.3;
}

.header--logo img {
    margin-right: 12px;
}

.main--policy {
    padding-top: 52px;
}

.policy--head {
    font-size: 1.2rem;
    margin-left: 60px;
    margin-bottom: 33px;
}

.policy--content {
    padding-bottom: 12px;
    border-bottom: 1px solid #707070;
    margin-bottom: 35px;
    font-size: 1.2rem;
    line-height: 1.8;
}

.policy--title {
    margin-bottom: 13px;
}

.policy--title-mt {
    margin-top: 13px;
}

.policy--list {
    margin-top: 13px;
    list-style: inside auto;
}

.policy--list--inner {
    list-style: none;
    counter-reset: num;
}

.policy--list--inner>.policy--item::before {
    counter-increment: num;
    content: "(" counter(num) ") ";
}

.policy--list--inner--inner>.policy--item {
    padding-left: 1em;
    text-indent: -1em;
}

.policy--item {
    margin-bottom: 13px;
    padding-left: 1.3em;
    text-indent: -1.3em;
}

.policy--item:last-child {
    margin-bottom: 0;
}

.spots--map--img {
    top: -5px;
    left: -24px;
}

.spots--dog--img {
    top: -9px;
    left: -82px;
}

.section--spots--logo {
    width: 380px;
    margin-bottom: -100px;
}

.spots--item {
    width: 48%;
    margin-bottom: -150px;
    padding-bottom: 40px;
}

.spots--item:nth-child(odd) {
    margin-left: auto;
    margin-right: 0;
}

.spots--item:last-child {
    margin-bottom: 80px;
}

.spots--item:nth-child(odd) .spots--img {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.spots--item:nth-child(even) .spots--img {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.spots--list .section--heads {
    width: 160px;
    margin: 0;
    margin-top: 10px;
    margin-left: 48px;
}

.spots--list .section--head {
    margin: 0;
}

.spots--list .section--head--dog {
    margin-left: 40px;
}


.spots--list .head--title {
    font-size: 2.6rem;
}

.spots--list .head--sub-title {
    font-size: 1.6rem;
}

.spots--list .booking-btn,
.spots--list .more-btn {
    font-size: 2rem;
    margin-top: 18px;
    margin-bottom: 0;
}

.spots--list .booking-btn--arrow {
    width: 30px;
}

.spots--img {
    width: 100%;
    height: auto;
}

.section--spots .section--inner {
    padding: 0;
}

.br--tb {
    display: none;
}

.spot--cancel {
    padding-bottom: 100px;
}

.cancel--text {
    font-size: 1.5rem;
    font-family: fot-udmarugo-large-pr6n, sans-serif;
    font-weight: 600;
    line-height: 1.6;
}

.cancel--list {
    margin-top: 20px;
}

.cancel--item {
    font-size: 1.4rem;
    font-family: fot-udmarugo-large-pr6n, sans-serif;
    font-weight: 600;
    margin-bottom: 12px;
    padding-left: 1.1em;
    text-indent: -1em;
}

.cancel--wrap {
    margin-top: 40px;
}

.cancel--sub {
    font-size: 1.6rem;
    font-family: fot-udmarugo-large-pr6n, sans-serif;
    font-weight: 600;
    margin-top: 40px;
    margin-bottom: 10px;
}

@media screen and (min-width:380px) {
    .section--inner {
        padding: 0 20px;
    }
}

@media screen and (max-width: 420px) {

    .point--title .spot--title--bottom {
        padding-left: 80px;
    }
}

@media screen and (min-width: 768px) {
    .main--index .section--inner {
        padding: 0 100px;
    }

    .firstview--copy {
        font-size: 5rem;
    }

    .section--about .section--head {
        width: max-content;
        padding-left: 0;
    }

    .head--sub-title {
        font-size: 1.6rem;
    }

    .head--title {
        font-size: 4rem;
    }

    .section--about .head--img {
        width: 63px;
        height: auto;
        position: absolute;
        left: -80px;
        top: 10px;
    }

    .section--text {
        font-size: 1.8rem;
        text-align: center;
        word-break: keep-all;
    }

    .more-btn {
        margin: 56px auto 0;
        font-size: 4rem;
        border-radius: 30px;
    }

    .section--heads {
        width: 440px;
    }

    .section--bbq .head--img {
        display: none;
    }

    .head--title--and {
        font-size: 4rem;
    }

    .booking-btn {
        font-size: 4rem;
        margin: 40px auto;
    }

    .spot-link--kitchen {
        top: -100px;
    }

    .spot-link--btn {
        font-size: 2.8rem;
        line-height: 1.4;
    }

    .spot-link--arrow {
        display: block;
        width: 25px;
        height: auto;
    }

    .section--info {
        width: max-content;
        font-size: 2.2rem;
    }

    .bbq--info {
        width: max-content;
        margin: 0 auto;
    }

    .booking-btn--arrow {
        width: 40px;
        height: auto;
    }

    .event--info-s {
        display: none;
    }

    .event--info {
        display: block;
        width: max-content;
        margin: 0 auto;
    }

    .section--dog .spot-link--img--1 {
        width: 100%;
        margin-right: -80px;
    }

    .section--dog .spot-link--img--2 {
        margin-left: -80px;
        width: 35%;
    }

    .section--dog .spot-link--dog {
        width: 35%;
    }

    .section--dog .head--img {
        left: -80px;
        top: 7px;
    }

    .comming {
        font-size: 2rem;
    }

    .spot-link--reuse {
        bottom: -100px;
    }

    .section--map .head--img {
        width: 32px;
        height: auto;
        left: -30px;
        top: 5px;
    }

    .map--info,
    .map--item {
        font-size: 1.8rem;
    }

    .section--insta {
        margin-top: 180px;
    }

    .section--insta .head--sub-title {
        font-size: 3rem;
    }

    .section--insta .head--img {
        top: 10px;
        left: -50px;
        width: 38px;
        height: auto;
    }

    .footer--phone {
        font-size: 2.4rem;
    }

    .footer--info {
        text-align: center;
        padding-left: 0;
        text-indent: 0;
    }

    .footer--info--br {
        display: none;
    }

    .footer--pv {
        margin-top: 52px;
        font-size: 1.6rem;
    }

    .footer--pv--j {
        margin-top: 32px;
    }

    .footer--link,
    .footer--cr {
        font-size: 1.2rem;
    }

    .reco--images {
        margin: 27px auto 0;
        width: auto;
    }


    .section--vision--top {
        display: flex;
        flex-direction: column;
    }

    .section--vision--top .firstview--bg,
    .vision--img {
        order: 4;
    }

    .section--vision .section--inner {
        margin: 0;
        padding: 0 40px;
    }

    .vision--title {
        font-size: 5rem;
    }

    .vision--sub-title {
        font-size: 2.3rem;
        margin: 24px 0 0;
    }

    .vision--sub-title .br {
        display: none;
    }

    .vision--copy {
        font-size: 2.4rem;
        margin: 0;
        text-align: left;
    }

    .vision--text {
        margin-top: 40px;
        font-size: 1.7rem;
    }

    .vision--text .br {
        display: none;
    }

    .vision--img--logo {
        margin-top: 85px;
        margin-bottom: 80px;
    }


    .section--spot--info {
        width: max-content;
        margin: 0 auto;
        margin-top: 8px;
        font-size: 2.4rem;
    }


    .br--tb {
        display: block;
    }

    .section--inner {
        max-width: 1000px;
        margin-right: auto;
        margin-left: auto;
    }

    .spot--bg {
        height: 600px;
    }

    .spot--title {
        font-size: 5rem;
        width: 660px;
        bottom: 120px;
    }

    .section--spot--bbq .spot--title {
        width: 570px;
    }

    .point--title {
        font-size: 4rem;
        margin-top: 150px;
    }

    .point--title .spot--title--bottom {
        padding-left: 250px;
    }

    .point--item {
        width: 700px;
        font-size: 2.4rem;
        margin: 0 auto 40px;
    }

    .point--check {
        margin-top: 12px;
        margin-right: 20px;
    }

    .point--img {
        width: 90px;
        height: auto;
        top: inherit;
        bottom: -50px;
    }

    .point--img--1 {
        width: 60px;
    }

    .spot--flow {
        width: 660px;
        margin-left: auto;
        margin-right: auto;
    }

    .flow--title {
        font-size: 4.4rem;
        text-align: center;
    }

    .flow--list {
        width: 600px;
        margin: 45px auto 0;
    }

    .flow--item {
        font-size: 2.4rem;
        margin-bottom: 46px;
    }

    .flow--arrow {
        width: 35px;
        height: auto;
        bottom: -45px;
        left: -20px;
    }

    .flow--img {
        width: 550px;
        height: auto;
        display: block;
        margin: 0 auto;
    }

    .flow--text {
        font-size: 1.8rem;
        margin-left: 60px;
    }

    .faq--title {
        font-size: 4rem;
        display: block;
        width: max-content;
        margin: 0 auto;
    }

    .faq--list {
        width: 600px;
        font-size: 1.8rem;
        margin: 30px auto 0;
    }

    .faq--item {
        max-width: 600px;
    }

    .faq--img {
        width: 90px;
        height: 90px;
        top: -20px;
        right: -70px;
    }

    .spot--point .point--title {
        text-align: center;
        margin-bottom: 80px;
    }

    .spot--point .point--item {
        margin-bottom: 150px;
    }

    .spot--reco {
        width: 660px;
        margin-left: auto;
        margin-right: auto;
    }

    .reco--title {
        font-size: 4rem;
    }

    .reco--item {
        font-size: 2.4rem;
    }

    .point--check {
        margin-bottom: 6px;
        margin-right: 8px;
    }

    .reco--img--1 {
        border-radius: 20px;
        width: 100%;
    }

    .reco--img--2 {
        display: none;
    }

    .section--spot--kitchen .flow--item {
        font-size: 2.4rem;
    }

    .sp {
        display: none;
    }

    .tb {
        display: block;
    }

    .section--spot--info--img {
        width: 660px;
        height: auto;
    }

    .point--title.tb {
        margin-bottom: 16px;
    }

    .spot--point .point--item {
        margin-bottom: 42px;
    }

    .section--spot--collection .spot--point .point--title {
        text-align: left;
        margin-bottom: 26px;
    }

    .section--spot--collection .spot--point {
        width: 660px;
        margin: 0 auto;
    }

    .section--spot--collection .spot--point .point--item {
        position: relative;
        font-size: 2.2rem;
    }

    .section--spot--collection .point--item--img {
        position: absolute;
        right: 0px;
        bottom: -20px;
    }

    .section--spot--collection .flow--title {
        text-align: left;
    }

    .spot--item {
        width: 660px;
        margin: 200px auto 0;
    }

    .item--title {
        font-size: 4rem;
    }

    .item--item {
        font-size: 2.4rem;
        font-weight: bold;
    }

    .item--text {
        display: none;
    }

    .section--spot--reuse .spot--point .point--title {
        text-align: left;
        margin: 64px 0 20px;
    }

    .section--spot--reuse .point--list {
        margin-top: 86px;
    }

    .section--spot--reuse .point--img {
        bottom: 0;
    }

    .section--spot--reuse .point--item--body {
        font-size: 1.8rem;
        margin-left: 34px;
    }

    .spot--shop {
        width: 660px;
        margin: 0 auto 180px;
    }

    .shop--title {
        font-size: 4rem;
        margin-bottom: 27px;
    }


    .shop--text {
        font-size: 2.4rem;
    }

    .shop--text--head {
        font-size: 2.8rem;
    }

    .content--text {
        font-size: 1.6rem;
    }

    .content--item {
        font-size: 1.4rem;
    }

    .policy--content {
        font-size: 1.6rem;
    }

    .section--contact .section--inner {
        max-width: 800px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        box-sizing: content-box;
    }

    .section--contact {
        margin-top: 100px;
    }

    .contact--form {
        width: 48%;
    }

    .contact--head {
        width: 48%;
    }

    .contact--head--title {
        font-size: 8rem;
        font-family: "shippori-mincho", sans-serif;
        font-weight: 700;
    }

    .contact--text {
        margin-top: 14px;
    }

    .contact--head--title,
    .contact--head--img,
    .contact--head--info {
        display: block;
    }

    .contact--head--img {
        margin-top: 86px;
        margin-bottom: 64px;
    }

    .contact--head--info {
        font-size: 1.8rem;
        font-family: fot-udmarugo-large-pr6n, sans-serif;
        font-weight: 600;
        margin-bottom: 24px;
        line-height: 1.6;
    }

    .cancel--text {
        font-size: 2rem;
    }

    .cancel--item {
        font-size: 1.6rem;
    }

    .cancel--sub {
        font-size: 2rem;
    }

}


@media (min-width: 820px) {
    .header--nav--item {
        margin-right: 30px;
    }
}


@media (min-width: 1000px) {
    .section--text br {
        display: block;
    }

}

@media (min-width: 1280px) {
    .spots {
        max-width: 100%;
        margin: 0 auto;
    }
}


.booking-btn {
    position: relative;
}

.pointer-events {
    pointer-events: none;
}

.pointer-events::after {
    content: "準備中";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 25px;
    color: white;
    font-family: fot-udmarugo-large-pr6n, sans-serif;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
}