@charset "utf-8";


/*--------------------
Reset
--------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
li {
    list-style: none;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,main {
    display:block;
}
nav ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    text-decoration: none;
}
img,video {
    vertical-align: bottom;
}
img {
   image-rendering: auto; 
  /* image-rendering: -webkit-optimize-contrast; */
  width:100%;
  height: auto;
}
/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #ccc;
    margin:1em 0;
    padding:0;
}
input, button, select, textarea {
   vertical-align:middle;
   font-family: inherit;
   font-size: inherit;
}
*,
*::before,
*::after {
   box-sizing: border-box;
}

* {
  box-sizing: border-box;
}

img, video, iframe {
  max-width: 100%;
  height: auto;
  display: block;
}

html, body {
  /* overflow-x: hidden; */
  overscroll-behavior-x: none;
  touch-action: pan-y;
}

html {
    font-family: Noto Serif JP, serif;
    font-size:16px;
    font-weight: 400;
    color:#000000;
    scroll-behavior: smooth;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    background:#FFFFFF; 
    scroll-behavior: smooth;
}

html.disable-scroll {
  scroll-behavior: auto !important;
}


.gtranslate_wrapper a {
	text-transform:capitalize;
}


body {

}

@media (min-width: 767px) {
    body {
        min-width: 1200px;
    }
}

.fixed {
  overflow: hidden;
}



a {
    color: #000000;
    transition: transform 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/* fonts */
.notosans {
    font-family: Noto Sans JP, sans-serif;
}



.flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

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

.auto {
    margin-right: auto;
    margin-left: auto;
}


/* 共通デザイン */


/* SP only */
@media (max-width: 768px) {
    .pc {
        display: none;
    }
    .spflex {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .spcolumn {
        display: flex;
        flex-direction: column;
    }
}

/* PC only */
@media (min-width: 767px) {
    .sp {
        display: none;
    }

    .pcflex {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .pccolumn {
        display: flex;
        flex-direction: column;
    }
}

.absolute {
    position: absolute;
}



a.more_btn_w {
    padding: 1.25rem 4.625rem;
    background: #ffffff;
    border-radius: 5rem;
    border: 1px solid #000;
    width: fit-content;
    font-size: 0.95rem;
    gap: 1rem;
    position: relative;
    z-index: inherit;
}
a.more_btn_w:hover {
    background: #b9ab69;
    border-color: #b9ab69;
    color: #ffffff;
}

a.more_btn_w:after {
    content: "";
    width: 8px;
    height: 16px;
    transition: transform 0.3s ease;
    background-image:url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4IiBoZWlnaHQ9IjE3IiB2aWV3Qm94PSIwIDAgOCAxNyIgZmlsbD0ibm9uZSI+CjxwYXRoIGQ9Ik0xLjYzNDY2IDQuODg2NjZMMi4zNDE5OSA0LjE3OTk5TDYuMTk0NjYgOC4wMzEzM0M2LjI1Njc2IDguMDkzMDQgNi4zMDYwNSA4LjE2NjQyIDYuMzM5NjggOC4yNDcyNkM2LjM3MzMxIDguMzI4MDkgNi4zOTA2MyA4LjQxNDc4IDYuMzkwNjMgOC41MDIzM0M2LjM5MDYzIDguNTg5ODggNi4zNzMzMSA4LjY3NjU2IDYuMzM5NjggOC43NTc0QzYuMzA2MDUgOC44MzgyMyA2LjI1Njc2IDguOTExNjIgNi4xOTQ2NiA4Ljk3MzMzTDIuMzQxOTkgMTIuODI2N0wxLjYzNTMyIDEyLjEyTDUuMjUxMzIgOC41MDMzM0wxLjYzNDY2IDQuODg2NjZaIiBmaWxsPSJibGFjayIvPgo8L3N2Zz4=');
}

a.more_btn_w:hover:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='17' viewBox='0 0 8 17'%3E%3Cpath d='M1.63 4.89l.7-.71 3.86 3.85a.69.69 0 010 .98l-3.86 3.85-.7-.71L5.25 8.5 1.63 4.89z' fill='white'/%3E%3C/svg%3E");
    transform: translateX(8px);
}

header {
    width: 100%;
    height: 64px;
    background: #ffffff;
    position: relative;
    z-index: 10;
}


@media (max-width: 767px) {
    header {
        position: fixed;
        top: 0;
        left: 0;
    }
}

@media screen and (max-width: 767px) {
  [id] {
    scroll-margin-top: 70px; /* ← ヘッダーの高さに合わせる */
  }
}

header .hd_top {
    max-width: 1440px;
    width: 100%;
    height: 100%;
    padding: 0 5px;
    margin: 0 auto;

    justify-content: space-between;
    align-items: center;
}




h1 {
    width: 185px;
}


/* 翻訳 */
.translation {
    margin-left: auto;
    margin-right: 2rem;
    color: #000000;
}

.translation .gtranslate_wrapper a {
    color: #000000;
}

.translation .gtranslate_wrapper a:hover {
    color: #98906a;
}

.translation .gtranslate_wrapper {
    display: flex;
    gap: 1.8rem;
}

/* 余白調整 */
@media (max-width: 900px) {
    .translation {

    margin-right: 1rem;
    }

    .translation .gtranslate_wrapper {
        gap: 1rem;
        font-size: 0.9rem;

}
}

/* SP翻訳 */
/* 初期状態では gtranslate を隠す（SPのみ） */
@media screen and (max-width: 768px) {
    .translation {
        position: relative;
        margin-right: 3rem;
    }
    .translation .gtranslate_wrapper {
        display: none;
    }

    .translation.show .gtranslate_wrapper {
        display: flex;
    }

    .translation .gtranslate_wrapper {
        position: absolute;
        flex-direction: column;
        /* background: #000; */
        color: #ffffff;
        top: 1.9rem;
        right: 3px;
        width: 7em;
        gap: 0;
    }
    .translation .gtranslate_wrapper a {
        color: #ffffff;
        padding: 0.5rem 1rem;
        width: 100%;
        white-space: nowrap;
        display: flex;
        justify-content: center;
        align-items: center;
        border-bottom: solid 1px #ffffff;
    }

    .lang-toggle {
        display: inline-block;
        background: none;
        border: none;
        font-size: 1.5em;
        cursor: pointer;
    }
    .lang-toggle img {
        width: 1.5rem;
        height: 1.5rem;
    }

    .gtranslate_wrapper {
    display: flex;
    flex-direction: column;
    gap: 8px;
    }

    /* アニメーションスタート時に必要 */
    .translation.show .gtranslate_wrapper .bg-wrap::before {
    animation: bg 2.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    background: #000000;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform-origin: right center;
    }

    .bg-wrap {
    position: relative;
    display: inline-block;
    overflow: hidden;
    }

    .bg-wrap .inn {
    color: #fff;
        /* padding: 0.5rem 1rem; */
    display: inline-block;
    font-weight: bold;
    position: relative;
    z-index: 1;
    }

    /* アニメーション本体 */

/* 翻訳 */
.translation {
    margin-left: auto;
    margin-right: 2rem;
    color: #000000;
}

.translation .gtranslate_wrapper a {
    color: #000000;
}

.translation .gtranslate_wrapper a:hover {
    color: #98906a;
}

.translation .gtranslate_wrapper {
    display: flex;
    gap: 1.8rem;
}

/* 余白調整 */
@media (max-width: 900px) {
    .translation {

    margin-right: 1rem;
    }

    .translation .gtranslate_wrapper {
        gap: 1rem;
        font-size: 0.9rem;

}
}

/* SP翻訳 */
/* 初期状態では gtranslate を隠す（SPのみ） */
@media screen and (max-width: 768px) {
    .translation {
        position: relative;
        margin-right: 3rem;
    }
    .translation .gtranslate_wrapper {
        display: none;
    }

    .translation.show .gtranslate_wrapper {
        display: flex;
        /* gap: 1px; */
    }

    .translation .gtranslate_wrapper {
        position: absolute;
        flex-direction: column;
        /* background: #000; */
        color: #ffffff;
        top: 1.9rem;
        right: 3px;
        width: 7em;
        gap: 0;
    }
    .translation .gtranslate_wrapper a {
        color: #ffffff;
        padding: 0.5rem 1rem;
        width: 100%;
        white-space: nowrap;
        display: flex;
        justify-content: center;
        align-items: center;
        /* border-bottom: solid 1px #ffffff; */
        border: none;

    }

    .lang-toggle {
        display: inline-block;
        background: none;
        border: none;
        font-size: 1.5em;
        cursor: pointer;
    }
    .lang-toggle img {
        width: 1.5rem;
        height: 1.5rem;
    }

    .gtranslate_wrapper {
    display: flex;
    flex-direction: column;
    gap: 8px;
    }

    /* アニメーションスタート時に必要 */
    .translation.show .gtranslate_wrapper .bg-wrap::before {
    animation: bg 2.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    background: #000000;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform-origin: right center;
    }

    .bg-wrap {
    position: relative;
    display: inline-block;
    overflow: hidden;
    }

    .bg-wrap .inn {
    color: #fff;
        /* padding: 0.5rem 1rem; */
    display: inline-block;
    font-weight: bold;
    position: relative;
    z-index: 1;
    /* テキストのフェードイン遅延 */
  opacity: 0;
  animation: textfade 0.6s ease forwards;
  animation-delay: 0.4s; /* 背景のアニメーション後に */
    }

    /* アニメーション本体 */
    @keyframes textfade {
  from {
    opacity: 0;
    transform: translateY(10%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
    @keyframes bg {
    0% {
        opacity: 0;
        transform: scaleX(0) translateX(5%);
    }
    30% {
        transform: scaleX(1) translateX(0);
    }
    100% {
        transform: scaleX(1) translateX(0);
    }
    30%, 100% {
        opacity: 1;
    }
    }

}

}


/* PC ご予約はこちら */
.reserve_btn {}

.reserve_btn a {
    width: 15.75rem;
    height: 3.1875rem;
    border-radius: 5rem;
    border: 1px solid #000;
    background: #D3C790;
    gap: 0.5rem;
    font-weight: bold;
}

.reserve_btn a:hover {
    background: #b9ab69;
    color: #ffffff;
    border: none;
}

.reserve_btn a:after {
    content: "";
    width: 8px;
    height: 16px;
    transition: transform 0.3s ease;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='17' viewBox='0 0 8 17'%3E%3Cpath d='M1.63 4.89l.7-.71 3.86 3.85a.69.69 0 010 .98l-3.86 3.85-.7-.71L5.25 8.5 1.63 4.89z' fill='black'/%3E%3C/svg%3E");

}

.reserve_btn a:hover:after {
    transform: translateX(8px);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='17' viewBox='0 0 8 17'%3E%3Cpath d='M1.63 4.89l.7-.71 3.86 3.85a.69.69 0 010 .98l-3.86 3.85-.7-.71L5.25 8.5 1.63 4.89z' fill='white'/%3E%3C/svg%3E");

}

/* PC 改行防止調整 */
@media (max-width: 900px) {
    .reserve_btn a {
        width: 13.75rem;
    }
}




/* SP hamburger  */
nav#g-nav{
    opacity: 0;
    display: none;

    pointer-events: none;
}

@media (max-width: 767px) {
header {
    /* position: relative; */
}

nav#g-nav{
    display: block;
    /*position:fixed;にし、z-indexの数値を小さくして最背面へ*/
    position:fixed;
	z-index: -1;
	opacity: 0;
	top:0;
    left: 0;
	width:100%;
    height: 100vh;/*ナビの高さ*/
	background:#000000;
    /*動き*/
	transition: all 0.3s;
}

/*アクティブクラスがついたら透過なしにして最前面へ*/
#g-nav.panelactive{
	opacity: 1;
    pointer-events: all;
	z-index:999;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list{
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;/*表示する高さ*/
    padding: 2rem 0 3rem;
    overflow: scroll;
    /* overflow: auto; */
    -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav ul {
   background: #000000;
    display: none;/*はじめは非表示*/
    /*ナビゲーション天地中央揃え*/
    /* position: absolute;
    z-index: 999;
    top:0;
    right:0; */
    /* transform: translate(-50%,-50%); */
    /* padding:2rem 0 0; */
    width: 100%;
}

#g-nav.panelactive ul {
    display: block;
}
/*リストのレイアウト設定*/

#g-nav li{
	list-style: none;
    text-align: center; 
    color: #ffffff;
}

#g-nav li.logolink {
    width: 13.03125rem;
    margin: 0 auto 1rem;
}

#g-nav li a{
	color: #ffffff;
	text-decoration: none;
	padding:9px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: bold;
}

#g-nav li.reservelink {
    margin: 2rem auto;
}

#g-nav li.reservelink a {
    color: #000000;
    border-radius: 5rem;
    border: 1px solid #000;
    background: #D3C790;
    width: 19.5625rem;
    height: 3.1875rem;
    color: #000000;
    padding: 0;
    display: flex;
    gap: 0.5rem;
    margin: 0 auto;
}

#g-nav li.reservelink a:after {
    content: "";
    width: 8px;
    height: 16px;
    background-image:url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4IiBoZWlnaHQ9IjE3IiB2aWV3Qm94PSIwIDAgOCAxNyIgZmlsbD0ibm9uZSI+CjxwYXRoIGQ9Ik0xLjYzNDY2IDQuODg2NjZMMi4zNDE5OSA0LjE3OTk5TDYuMTk0NjYgOC4wMzEzM0M2LjI1Njc2IDguMDkzMDQgNi4zMDYwNSA4LjE2NjQyIDYuMzM5NjggOC4yNDcyNkM2LjM3MzMxIDguMzI4MDkgNi4zOTA2MyA4LjQxNDc4IDYuMzkwNjMgOC41MDIzM0M2LjM5MDYzIDguNTg5ODggNi4zNzMzMSA4LjY3NjU2IDYuMzM5NjggOC43NTc0QzYuMzA2MDUgOC44MzgyMyA2LjI1Njc2IDguOTExNjIgNi4xOTQ2NiA4Ljk3MzMzTDIuMzQxOTkgMTIuODI2N0wxLjYzNTMyIDEyLjEyTDUuMjUxMzIgOC41MDMzM0wxLjYzNDY2IDQuODg2NjZaIiBmaWxsPSJibGFjayIvPgo8L3N2Zz4=');
}

#g-nav hr.gnavline {
    background: #ffffff;
    height: 1px;
    width: 90%;
    margin: 4rem auto 2rem;
}
#g-nav p {
    color: #ffffff;
    text-align: center;
    margin: 0 auto;
    display: block;
    font-size: 0.87rem;
}
#g-nav p a {
    color: #ffffff;
    text-decoration: underline;
}



.openbtn{
	position:fixed;
    z-index: 9999;/*ボタンを最前面に*/
	top:10px;
	right: 1rem;
	cursor: pointer;
    width: 25px;
    height:25px;
}
	
/*×に変化*/	
.openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 0px;
    height: 3px;
	background-color: #000000;
  	width: 100%;
  }

.openbtn span:nth-of-type(1) {
	top:15px;	
}

.openbtn span:nth-of-type(2) {
	top:23px;
}

.openbtn span:nth-of-type(3) {
	top:31px;
}

.openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 0px;

    height: 2px;
    transform: translateY(6px) rotate(-45deg);
    /* width: 100%; */
    background-color: #ffffff;
}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;
   background-color: #ffffff;

    height: 2px;
}

.openbtn.active span:nth-of-type(3){
    top: 30px;

    height: 2px;
    left: 0px;
    transform: translateY(-6px) rotate(45deg);
    /* width: 30%; */
    background-color: #ffffff;
}



}



/* footer */
footer {
    background: #000000;
    padding-bottom: 2rem;
}
footer .ft_top {
    max-width: 1440px;
    width: 100%;
    gap: 2rem;
    padding: 6rem 20px 2rem;
    margin-bottom: 1rem;
}
footer .ft_top .ft_logo {
    width: 280px;
}

/* SP */
@media (max-width: 767px) {
    footer {
        padding-bottom:4rem ;
    }
    footer .ft_top {
        width: 100%;
        gap: 0.7rem;
        padding: 3rem 1rem 2rem;
    }
    footer .ft_top .ft_logo {
        margin: 0 auto 0.5rem;
        width: 66%;
    }

}


/* 予約はこちら */
footer .ft_top a.reserve_link_btn {
    color: #000000;
    border-radius: 5rem;
    border: 1px solid #000;
    background: #D3C790;
    width: 15.75rem;
    height: 3.1875rem;
    color: #000000;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    margin-right: auto;
}


footer .ft_top a.reserve_link_btn:hover {
    background: #b9ab69;
    color: #ffffff;
    border-color: #b9ab69;
}

a.reserve_link_btn:after {
    content: "";
    width: 8px;
    height: 16px;
    transition: transform 0.3s ease;
    background-image:url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4IiBoZWlnaHQ9IjE3IiB2aWV3Qm94PSIwIDAgOCAxNyIgZmlsbD0ibm9uZSI+CjxwYXRoIGQ9Ik0xLjYzNDY2IDQuODg2NjZMMi4zNDE5OSA0LjE3OTk5TDYuMTk0NjYgOC4wMzEzM0M2LjI1Njc2IDguMDkzMDQgNi4zMDYwNSA4LjE2NjQyIDYuMzM5NjggOC4yNDcyNkM2LjM3MzMxIDguMzI4MDkgNi4zOTA2MyA4LjQxNDc4IDYuMzkwNjMgOC41MDIzM0M2LjM5MDYzIDguNTg5ODggNi4zNzMzMSA4LjY3NjU2IDYuMzM5NjggOC43NTc0QzYuMzA2MDUgOC44MzgyMyA2LjI1Njc2IDguOTExNjIgNi4xOTQ2NiA4Ljk3MzMzTDIuMzQxOTkgMTIuODI2N0wxLjYzNTMyIDEyLjEyTDUuMjUxMzIgOC41MDMzM0wxLjYzNDY2IDQuODg2NjZaIiBmaWxsPSJibGFjayIvPgo8L3N2Zz4=');
}

a.reserve_link_btn:hover:after {
    transform: translateX(8px);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='17' viewBox='0 0 8 17'%3E%3Cpath d='M1.63 4.89l.7-.71 3.86 3.85a.69.69 0 010 .98l-3.86 3.85-.7-.71L5.25 8.5 1.63 4.89z' fill='white'/%3E%3C/svg%3E");

}

/* SP */
@media (max-width: 767px) {
    footer .ft_top a.reserve_link_btn{
        width: 86%;
        margin: 0 auto ;

}
}


footer .ft_top ul.sns {
    display: flex;
    gap: 0.8rem;
}

/* SP */
@media (max-width: 767px) {
    footer .ft_top ul.sns {
        display: none;
    }
}

footer .ft_top ul.sns li {
    width: 1.5rem;
    height: 1.5rem;
}
footer .ft_top ul.sns li a {
    display: flex;
    width: 1.5rem;
    height: 1.5rem;
    justify-content: center;
    align-items: center;
}

footer .ft_top ul.sns li a:hover {
    opacity: 0.5;
}

footer .ft_top ul.sns li a img {
    width: 1.25088rem;
    height: auto;
}

footer ul.ft_menu {
    width: 100%;
    padding: 0 10px 2rem;
    max-width: 1200px;
    gap: 1.5rem;
    flex-wrap: wrap;

}

footer ul.ft_menu li a {
    color: #ffffff;
    white-space: nowrap;
}

footer ul.ft_menu li a:hover {
    color: #98906a;

}

/* SP */
@media (max-width: 767px) {
    footer ul.ft_menu {
        padding :0 1.5rem;
        gap: 0.8rem;
        margin-bottom: 2rem;
    }
}


footer hr {
    width: calc(100% - 40px);
    max-width: 1440px;
    margin-bottom: 2rem;
}

/* SP */
@media (max-width: 767px) {
    footer hr {
    width: 90%;
    }
}


footer p.copyright {
    color: #ffffff;
    text-align: center;
    font-size: 0.9rem;
}

footer p.copyright a {
    color: #ffffff;
    text-decoration: underline;
}


/* SP */
@media (max-width: 767px) {
main {
    margin-top: 64px;
}
}

/* TOP PAGE */
main.toppage {}

main.toppage section {
    position: relative;
    z-index: 3;
}


h2 {
    writing-mode: vertical-rl;
    font-size: 1.5rem;
    letter-spacing: 0.15rem;
    font-weight: normal;
    background: #000000;
    color: #ffffff;
    margin: 0 auto 2rem;
    padding: 1.5rem 0.5rem;
    position: relative;
}

h2.ac:before {
    content: "";
    display: block;
    width: 20.125rem;
    height: 10.6875rem;
    background-image: url(../img/h2_ac.png);
    background-size: contain;
    position: absolute;
    top: 4.7rem;
    left: -13rem;
}

h2.subpage_title {
    display: flex;
    justify-content: flex-start;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto 2rem;
    font-size: 2rem;
    color: #000000;
    background:none;
    writing-mode:inherit;
    /* font-family: "Zen Old Mincho", serif; */
    font-weight: 700;
    padding: 0;
}



/* SP */
@media (max-width: 768px) {
    h2 {
        font-size :1.25rem;
    }

    h2.ac:before {
        width: 15.09375rem;
        height: 8.01563rem;
        left: -10rem;
    }
    h2.subpage_title {
        font-size: 1.5rem;
    }

}

main {
    position: relative;
}

main ul.p_link {
    z-index: 10;
    top:2rem;
    width: 100%;
    justify-content: center;
    gap: 1.4rem;
}

.top_fadein {
  opacity: 0;
  transform: translateY(-20px);
  animation: slideFadeIn 0.6s ease-out forwards;
  animation-delay: 3.5s; /* 他アニメの終了に合わせて調整 */
}

.sub_fadein {
  opacity: 0;
  transform: translateY(-20px);
  animation: slideFadeIn 0.6s ease-out forwards;
  animation-delay: 0.5s; /* 他アニメの終了に合わせて調整 */
}
@keyframes slideFadeIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


ul.p_link li a {
    color: #ffffff;

    transition: all 0.3s ease-in-out;
}

ul.p_link li a:hover {
    opacity: 0.5;

}



/* メインビジュアル */
main.toppage section.mainvisual {
    position: relative;
    width: 100%;
    height: 725px;
    z-index: 5;
    
}

/* SP */
@media (max-width: 768px) {
    main.toppage section.mainvisual {
        height: 40vh;
    }
}

.mainvisual a {
    border-radius: 5rem;
    border: 1px solid #000;
    background: #FFF; 
    padding: 1.25rem 4.625rem;
    color: #000000;
    bottom: 6rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index: 5;
}

.mainvisual a:hover {
    background: #b9ab69;
    border-color:#b9ab69;
    color: #ffffff; 

}

.mainvisual a:after {
    content: "";
    position: absolute;
    right: 2rem;
    width: 8px;
    height: 16px;
    transition: transform 0.3s ease;
    background-image:url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4IiBoZWlnaHQ9IjE3IiB2aWV3Qm94PSIwIDAgOCAxNyIgZmlsbD0ibm9uZSI+CjxwYXRoIGQ9Ik0xLjYzNDY2IDQuODg2NjZMMi4zNDE5OSA0LjE3OTk5TDYuMTk0NjYgOC4wMzEzM0M2LjI1Njc2IDguMDkzMDQgNi4zMDYwNSA4LjE2NjQyIDYuMzM5NjggOC4yNDcyNkM2LjM3MzMxIDguMzI4MDkgNi4zOTA2MyA4LjQxNDc4IDYuMzkwNjMgOC41MDIzM0M2LjM5MDYzIDguNTg5ODggNi4zNzMzMSA4LjY3NjU2IDYuMzM5NjggOC43NTc0QzYuMzA2MDUgOC44MzgyMyA2LjI1Njc2IDguOTExNjIgNi4xOTQ2NiA4Ljk3MzMzTDIuMzQxOTkgMTIuODI2N0wxLjYzNTMyIDEyLjEyTDUuMjUxMzIgOC41MDMzM0wxLjYzNDY2IDQuODg2NjZaIiBmaWxsPSJibGFjayIvPgo8L3N2Zz4=');
}

.mainvisual a:hover:after {
 transform: translateX(8px);
 background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='17' viewBox='0 0 8 17'%3E%3Cpath d='M1.63 4.89l.7-.71 3.86 3.85a.69.69 0 010 .98l-3.86 3.85-.7-.71L5.25 8.5 1.63 4.89z' fill='white'/%3E%3C/svg%3E");

}

/* SP */
@media (max-width: 768px) {
    .mainvisual a {
        font-size: 0.75rem;
        padding: 0.9375rem 3.46875rem;
        width: fit-content;
        white-space: nowrap;
        bottom: 3.5rem;
    }
}


.mainvisual .title_area {
    width: 86%;
    max-width: 1200px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 3;
}

.mainvisual .title_area img.title_1 {
    display: block;
    width: 100%;
    filter: drop-shadow(0 3px 12px rgba(0, 0, 0, 0.90));

}
.mainvisual .title_area img.title_2 {
    display: block;
    width: 90%;
    filter: drop-shadow(0 3px 12px rgba(0, 0, 0, 0.90));
}



/* SP */
@media (max-width: 768px) {

.mainvisual .title_area {
    top: 35%;
    width: 90%;
}
.mainvisual .title_area img.title_1,
.mainvisual .title_area img.title_2 {
    filter: drop-shadow(0 1.2px 3px rgba(0, 0, 0, 1));
    filter: drop-shadow(0 1.2px 3px rgba(0, 0, 0, 1));
    filter: drop-shadow(0 1.2px 3px rgba(0, 0, 0, 1));
}

}




.mainvisual .img_area {
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.dark_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2); /* 20%暗くする */
  opacity: 0;
  pointer-events: none;
  animation: darkFadeIn 0.7s ease forwards;
  animation-delay: 1.6s; /* imgが出たあとで暗くなるように調整（タイミングは調整してOK） */
  z-index: 2;
}

@keyframes darkFadeIn {
  to {
    opacity: 1;
  }
}


/* SP */
@media (max-width: 768px) {
    .mainvisual .img_area img {
        height: 100%;
        width: auto;
        flex-shrink: 0;
        object-fit: cover; 
        min-width: calc(100% / 5); /* 5枚以上ある場合に横幅を圧迫しない最低値 */
    }
}


/* 金デコ */
.mainvisual .g_deco.mv_left {
    width: 12rem;
    height: auto;
    left: 0;
    top: 3rem;
    z-index: 3;
}

.mainvisual .g_deco.mv_right {
    width: 12rem;
    height: auto;
    right: 0;
    bottom: 6rem;
    z-index: 3;
}

.mainvisual .g_deco.mv_bottom {
    width: 18rem;
    height: auto;
    left: 0;
    bottom: -5rem;
    z-index: 3;
}

/* SP */
@media (max-width: 768px) {
    .mainvisual .g_deco.mv_left {
        width: 6rem;
        top: 1rem;
    }
    .mainvisual .g_deco.mv_right {
        width: 5rem;
        bottom: 3rem;
    }
    .mainvisual .g_deco.mv_bottom {
        width:8rem;
        bottom: -3rem;
    }
}







/* 下からスライド＋フェード */
@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* フェードインのみ */
@keyframes fadeOnly {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}


/* 画像群：フェードイン＋スライド */
.fadein-group .fadein-item {
    opacity: 0;
    animation: fadeInUp 0.6s ease forwards;
}
.fadein-group .fadein-item:nth-child(1) { animation-delay: 0.2s; }
.fadein-group .fadein-item:nth-child(2) { animation-delay: 0.4s; }
.fadein-group .fadein-item:nth-child(3) { animation-delay: 0.6s; }
.fadein-group .fadein-item:nth-child(4) { animation-delay: 0.8s; }
.fadein-group .fadein-item:nth-child(5) { animation-delay: 1s; }

/* タイトル */
.title_area .fadein-item {
    opacity: 0;
    animation: fadeInUp 1s ease forwards;
}
.title_area .fadein-item:nth-child(1) { animation-delay: 2s; }
.title_area .fadein-item:nth-child(2) { animation-delay: 2.6s; }

/* 金デコ：フェードイン */
.fadein-late {
    opacity: 0;
    animation: fadeOnly 2.5s ease forwards;
}
.mv_left.fadein-late   { animation-delay: 3.5s; }
.mv_right.fadein-late  { animation-delay: 4.1s; }
.mv_bottom.fadein-late { animation-delay: 4.6s; }
.mainvisual a.fadein-late { animation-delay: 2.9s; }



/* 屋台村ガイド */
main.toppage section.top_guide {
    background-image: url(../img/top_guide_bg.webp);
    padding-top: 5rem;
    position: relative;
    z-index: 4;

}

.top_guide .guide_bt {

    width: 100%;
    background-image: url(../img/top_guide_bg_2.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center 8rem;
    padding-bottom:6rem;
}

/* SP */
@media (max-width: 768px) {
    main.toppage section.top_guide {
        padding-top:4rem;
    }
    .top_guide .guide_bt {
        background-size: cover;
        background-position: center 2.5rem;
        padding-bottom:3.5rem;
    }
}


.top_guide h2 {
    margin-bottom: 3rem;
}

/* SP */
@media (max-width: 768px) {
    .top_guide h2 {
            margin-bottom: 4rem;
    }
}




.top_guide .guide_bt ul {
    gap: 3rem;
    width: 90%;
    max-width: 1200px;
    position: relative;
    z-index: 5;
}

@media (max-width: 1100px) {
    /* .top_guide .guide_bt ul{
        gap:2rem;
    } */
}

/* SP */
@media (max-width: 768px) {
    .top_guide .guide_bt ul{
    flex-wrap: wrap;
    gap: 8%;
    }
}

.top_guide .guide_bt ul li {}

/* SP */
@media (max-width: 768px) {

    .top_guide .guide_bt ul li {
        width: 46%;
    }
}

.top_guide .guide_bt ul li:nth-child(even) {
    margin-top: 6rem;
}

/* SP */
@media (max-width: 768px) {
    .top_guide .guide_bt ul li:first-child {
        margin-top: -1rem;
    }
    .top_guide .guide_bt ul li:nth-child(2) {
        margin-top: 1rem;
    }
    .top_guide .guide_bt ul li:nth-child(3) {
        margin-top: -1rem;
    }
    .top_guide .guide_bt ul li:nth-child(4) {
        margin-top: 2rem;
    }
}


.top_guide .guide_bt ul li a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-in-out;
}

.top_guide .guide_bt ul li a::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(17, 17, 17, 0.00) 0%, rgba(17, 17, 17, 0.70) 100%);
  z-index: 1;
    transition: all 0.3s ease-in-out;
}

.top_guide .guide_bt ul li a:hover:before {
    opacity: 0;
    transition: all 0.3s ease-in-out;
}


.top_guide .guide_bt ul li a h3 {
    writing-mode: vertical-rl;
    font-size: 1.5rem;
    letter-spacing: 0.15rem;
    font-weight: normal;
    background: #000000;
    color: #ffffff;
    padding: 1.5rem 0.5rem;
    position: absolute;
    top: -8px;
    left: -8px;
    transition: transform 1s ease;
    z-index: 3;
}

.top_guide .guide_bt ul li a:hover h3 {
    transform: translateY(-20px);
}

@media (max-width: 1100px) {
    .top_guide .guide_bt ul li a h3 {
        /* font-size: 1.25rem;
        padding: 1rem 0.5rem; */
    }
}

/* SP */
@media (max-width: 768px) {
    .top_guide .guide_bt ul li a h3 {
        font-size: 0.86013rem;
    padding: 0.8rem 0.4rem;
    }
}

/* 詳しく見る */
.top_guide .guide_bt ul li a span {
    color: #ffffff;
    font-size: 0.8125rem;
    bottom: 1.5rem;
    left: 1.5rem;
    border-bottom: solid 1px #ffffff;
    padding-bottom: 0.5rem;
    gap: 1rem;
    padding-right: 0.3rem;
    z-index: 3;
    transition: transform 0.5s ease, opacity 0.5s ease; 
}

@media (max-width: 1100px) {
    .top_guide .guide_bt ul li a span {
    /* bottom: 1rem;
    left: 1rem; */
    }
}

/* SP */
@media (max-width: 768px) {
    .top_guide .guide_bt ul li a span {
        padding-bottom: 0.3rem;
    font-size: 0.75rem;
        bottom: 0.75rem;
        left: 0.7rem;
    }
}



.top_guide .guide_bt ul li a:hover span {
    opacity: 0.7;

}
.top_guide .guide_bt ul li a span:after {
    content: "";
    display: block;
    width: 8px;
    height: 16px;
    background-image:url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4IiBoZWlnaHQ9IjE2IiB2aWV3Qm94PSIwIDAgOCAxNiIgZmlsbD0ibm9uZSI+CjxwYXRoIGQ9Ik0xLjYzNDY3IDQuMzg2NjZMMi4zNDIwMSAzLjY3OTk5TDYuMTk0NjcgNy41MzEzM0M2LjI1Njc4IDcuNTkzMDQgNi4zMDYwNiA3LjY2NjQyIDYuMzM5NjkgNy43NDcyNkM2LjM3MzMzIDcuODI4MDkgNi4zOTA2NCA3LjkxNDc4IDYuMzkwNjQgOC4wMDIzM0M2LjM5MDY0IDguMDg5ODggNi4zNzMzMyA4LjE3NjU2IDYuMzM5NjkgOC4yNTc0QzYuMzA2MDYgOC4zMzgyMyA2LjI1Njc4IDguNDExNjIgNi4xOTQ2NyA4LjQ3MzMzTDIuMzQyMDEgMTIuMzI2N0wxLjYzNTM0IDExLjYyTDUuMjUxMzQgOC4wMDMzM0wxLjYzNDY3IDQuMzg2NjZaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4=');
    transition: transform 0.5s ease;
}



.top_guide .guide_bt ul li a strong {
    writing-mode: vertical-rl;
    position: absolute;
    color: #ffffff;
    opacity: 0.7;
    font-size: 4rem;
    bottom: 0;
    right: -26px;
    z-index: 3;
    transition: transform 0.5s ease, opacity 0.5s ease; 
}

.top_guide .guide_bt ul li a:hover strong {
    /* opacity: 0.3; */
}
@media (max-width: 1100px) {
    .top_guide .guide_bt ul li a strong {
        /* font-size: 3rem;
        right: -20px; */
    }
}

@media (max-width: 900px) {
    .top_guide .guide_bt ul li a strong {
        font-size: 2rem;
        right: -12px;
    }
}


.top_guide .guide_bt ul li a div {
    overflow: hidden;
    width: 100%;

}

.top_guide .guide_bt ul li a div img {
    position: relative;
    transition-duration: 1s;

}

.top_guide .guide_bt ul li a:hover div img {
    transform: scale(1.1);

}

/* 金デコ */
.top_guide img.g_deco.guide_bottom {
    right: 0;
    bottom: -5rem;
    width: 24rem;
    z-index: 3;
}
/* SP */
@media (max-width: 768px) {
    .top_guide img.g_deco.guide_bottom {
        width: 45%;
        height: auto;
        bottom: -4.7rem;
    }
}



/* イベント */
/* カレンダーはcalendar.cssへ */

main.toppage section.event {
    background-image: url(../img/top_event_bg.png);
    padding-top: 5rem;
    padding-bottom: 5rem;

}


.event .ev_bottom {
    width: 90%;
    max-width: 1200px;
    gap: 2rem;
    justify-content: space-between;
    align-items: flex-start;
}

.event .ev_bottom .floor_map {
    width: 50%;
    max-width: 530px;
    gap: 2rem;
}

/* SP */
@media (max-width: 768px) {
.event .ev_bottom .floor_map {
    width: 100%;
    max-width: 100%;
    gap: 0.7rem;
    flex-wrap: nowrap;

}
 .event .ev_bottom .floor_map a {
    width: calc(50% - 0.35rem);
 }
}

.event .ev_bottom .event_pickup {
    width: 50%;
    max-width: 550px;
    min-width: 500px;
    gap: 2.5rem;
}


/* SP */
@media (max-width: 768px) {
    .event .ev_bottom .event_pickup {
        min-width:100% ;
    }
}


.event .ev_bottom .event_pickup_wrap {
    height: 660px;
    background: #FBF8EF;
    box-shadow: 4px 4px 20px -1px rgba(0, 0, 0, 0.10);
    padding-bottom: 2rem;

} 

/* SP */
@media (max-width: 768px) {
.event .ev_bottom .event_pickup_wrap {
    height: fit-content;
    padding-bottom: 1.2rem;
}
}

.event_pickup_wrap img.img_area {
    width: 100%;
    height: 286px;
    object-fit: cover;
    margin-bottom: 1rem;
}

.event_pickup_wrap h3 {
    width: 100%;
    padding: 0rem 2rem 1rem;
    font-size: 1rem;
    gap: 1.5rem;
    justify-content: flex-start;
    background-image: radial-gradient(circle, #000000 2px, transparent 2px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 12px 4px;
  margin-bottom: 1.3rem;
}

/* SP */
@media (max-width: 768px) {
    .event_pickup_wrap h3 {
        padding: 0rem 1rem 1rem;
        gap: 0.5rem;
        align-items: flex-start;
    }
}

.event_pickup_wrap h3 img {
    width: auto;
    height: 22px;
    margin-right: 5px;
}

/* SP */
@media (max-width: 768px) {
.event_pickup_wrap h3 img {
    height: 18px;
}
}

.event_pickup_wrap p {
    font-size: 1.125rem;
    width: calc(100% - 4rem);
}

/* SP */
@media (max-width: 768px) {
    .event_pickup_wrap p {
        font-size: 1rem;
        width:  calc(100% - 2rem);
    }
}

.event_pickup_wrap p a {
    text-decoration: underline;
}

.event_pickup_wrap p strong {
    font-size: 140%;
}

.event_pickup a.more_event {
    border-radius: 5rem;
    border: 1px solid #000;
    width: 20rem;
    padding: 1.25rem;
    background: #FFF;
}

.event_pickup a.more_event:hover {
    background: #b9ab69;
    border-color: #b9ab69;
    color: #ffffff;

}

/* 屋台 */
main.toppage section.foodstall {
    position: relative;
    background-image: url(../img/top_guide_bg.webp);
    padding-bottom: 8rem;
}


/* SP */
@media (max-width: 768px) {
main.toppage section.foodstall {
    padding-bottom: 3rem;
    overflow: hidden;
}
}

.foodstall .fs_hr {
    position: relative;
    z-index: 2;
}

/* SP */
@media (max-width: 768px) {
    .foodstall .fs_hr {
        height: 9rem;
        width: auto;
        max-width: max-content;
        margin: 0 auto;
        position: absolute;
        display: block;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    }
}


.foodstall h2 {
    margin-top: 6rem;
}

/* SP */
@media (max-width: 768px) {
    .foodstall h2 {
        margin-top: 13rem;
        margin-bottom: 3rem;
    }
}

.foodstall h2.ac:before {
    top:-3.3rem;

}

.foodstall div.top_fs_list {
    position: relative;
    z-index: 3;
    width: 90%;
    max-width: 1200px;
    gap: 2rem 1.5rem;
    flex-wrap: wrap;
        align-items: flex-start;
}


/* SP */
@media (max-width: 768px) {
.foodstall div.top_fs_list {
    
}
}


.foodstall div.top_fs_list div {
    flex: 1 1 calc((100% - 3 * 1.5rem) / 4);


}

/* SP */
@media (max-width: 768px) {
    .foodstall div.top_fs_list div {
        flex: 1 1 calc((100% - 1.5rem) / 2);
}
}



.foodstall div.top_fs_list div a {

    transition: all 0.3s ease-in-out;
}

.foodstall div.top_fs_list div a:hover {
    opacity: 0.5;
}

.foodstall div.top_fs_list div a img {
    margin-bottom:0.8rem;
}

.foodstall div.top_fs_list div h3 {
    font-size: 1.2rem;
}

/* SP */
@media (max-width: 768px) {
    .foodstall div.top_fs_list div a img {
        margin-bottom: 0.4rem;
    }
    .foodstall div.top_fs_list div h3 {
    font-size: 1rem;
}
}

/* 金デコ */
.foodstall .g_deco.fs_1 {
    z-index: 3;
    top: 15rem;
    left: 0;
    width: 19rem;
    
}

.foodstall .g_deco.fs_2 {
    z-index: 1;
    right: 0;
    top: 28rem;
    width: 27rem;
}

/* SP */
@media (max-width: 768px) {
    .foodstall .g_deco.fs_1 {
    z-index: 3;
    top: 6rem;
    left: 0;
    width: 9rem;
    
}

.foodstall .g_deco.fs_2 {
    z-index: 1;
    right: 0;
    top: 17rem;
    width: 13rem;
}

}

/* アクセス */
main.toppage section.access {
    background-image:url(../img/access_bg.webp) ;
    position: relative;
    padding-top: 8rem;
    padding-bottom: 12rem;
}
main.toppage section.access:before {
    content: "";
    display: block;
    width: 100%;
    height: 70px;
    top: 0;
    left: 0;
    background-image: url(../img/access_hr.png);
    position: absolute;
}

main.toppage section.access:after {
    content: "";
    display: block;
    width: 100%;
    height: 70px;
    bottom: 0;
    left: 0;
    background-image: url(../img/access_hr.png);
    position: absolute;
}

/* SP */
@media (max-width: 768px) {
    main.toppage section.access {
    padding-top: 4rem;
    padding-bottom: 6rem;
    }
    main.toppage section.access:before,
    main.toppage section.access:after {
        height: 2.1875rem;
        background-size: cover;
    }
}

main.toppage section.access h2 {
    margin-bottom: 2rem;
}

main.toppage section.access iframe.accessmap {
    width: 90%;
    max-width: 1200px;
    height: 510px;
    margin-bottom: 5rem;
}

/* SP */
@media (max-width: 768px) {
main.toppage section.access iframe.accessmap {
    height: 20rem;
    margin-bottom: 3rem;
}
}


section.access .access_bottom {
    width: 90%;
    max-width: 1200px;
    justify-content: space-between;
}

.access_bottom h3 {
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: normal;
    width: fit-content;
    text-align: center;
    margin: 0 auto 2rem;

}

.access_bottom .root {
    width: 600px;
}


/* SP */
@media (max-width: 768px) {
    .access_bottom .root {
    width: 100%;
    margin-bottom: 3rem;
    }

}



.access_bottom .root ul {
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 2rem 1rem;
    align-items: flex-start;

}

.access_bottom .root ul li {
    width: 48%;
    color: #ffffff;
}
.access_bottom .root ul li img {
    margin-bottom: 0.7rem;
}


.access_bottom .root ul li p {
    font-size: 1rem;
}


/* SP */
@media (max-width: 768px) {
    .access_bottom .root ul {
        gap: 1rem;
    }
    .access_bottom .root ul li {
        width: 100%;
    }
}



.access_bottom .root_movie {
    width: calc(100% - 600px);
}


/* SP */
@media (max-width: 768px) {
    .access_bottom .root_movie {
        width: 100%;
    }
}

.access_bottom .root_movie video {
    width: 340px;
    height: 500px;
    background: #000000;
    margin: 0 auto;
}

/* よくある質問 */
main.toppage section.faq {
    background-image: url(../img/top_event_bg.png);
    padding: 5rem 0;
}
/* SP */
@media (max-width: 768px) {
main.toppage section.faq {
    padding: 4rem 0 3rem;
}
main.toppage.sub section.faq {
    padding-top: 0;

}

}

section.faq .faq_main {
    background: #ffffff;
    width: 90%;
    max-width: 1020px;
    padding: 2rem 4rem 4rem;
    margin-bottom: 5rem;
}


/* SP */
@media (max-width: 768px) {
section.faq .faq_main {
    padding: 1.3rem;
    margin-bottom: 2rem;
}
}


section.faq .faq_main h3 {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
    padding-top: 3rem;
}

/* SP */
@media (max-width: 768px) {
    section.faq .faq_main h3 {
        padding-top: 1.5rem;
        margin-bottom: 1rem;
    }
}


section.faq ul.faq_link {
    padding: 1.5rem 3rem;
    background: #EEEBE9;
    gap: 1.3rem;
    width: fit-content;
    margin-bottom: 3rem;
}

section.faq ul.faq_link li a {
    font-size: 0.875rem;

}

section.faq ul.faq_link li a:hover {
    color: #dcd2a1;
}


/* アコーディオン */
.accordion-item {
  border: 1px solid #989898;
  padding: 1.2rem 2rem;
  cursor: pointer;
  margin-bottom: 1.3rem;
}

/* SP */
@media (max-width: 768px) {
.accordion-item {
    padding: 0.5rem 1.2rem;
}

}

.accordion-item .question,
.accordion-item .answer {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 2rem;
}

/* SP */
@media (max-width: 768px) {
.accordion-item .question,
.accordion-item .answer {
    gap: 1rem;
}
}

.accordion-item .answer {
    align-items: flex-start;
}

.accordion-item .question:after {
    content: "";
    display: flex;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7' viewBox='0 0 12 7' fill='none'%3E%3Cpath d='M6.00001 6.70202L0.692261 1.39427L1.40001 0.686523L6.00001 5.28077L10.6 0.686523L11.3078 1.39427L6.00001 6.70202Z' fill='%231C1B1F'/%3E%3C/svg%3E");
    width: 1.5rem;
height: 0.5rem;
background-size: contain;
background-repeat: no-repeat;
margin-left: auto;

}

.accordion-item .question.open:after {

    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='7' viewBox='0 0 11 7' fill='none'%3E%3Cpath d='M5.30773 0.000125421L10.6155 5.30788L9.90773 6.01562L5.30773 1.42137L0.707727 6.01562L-2.18726e-05 5.30787L5.30773 0.000125421Z' fill='%231C1B1F'/%3E%3C/svg%3E");

}

.accordion-item strong {
    color: #9B0A03;
    font-size: 2.5rem;
    font-style: normal;
    font-weight: normal;
}

/* SP */
@media (max-width: 768px) {
    .accordion-item strong {
        font-size: 1.5rem;
    }
    .accordion-item .question strong {
        margin-bottom: auto;
        margin-top: 0.3rem;
    }
}

.accordion-item p {
    font-size: 1.125rem;
    font-weight: normal;
    padding-top: 0.5rem;
}

.accordion-item .answer p {
    font-size: 1rem;
}

/* SP */
@media (max-width: 768px) {
    .accordion-item p {
        font-size: 1rem;
    }
    .accordion-item .answer p {
    font-size: 0.875rem;
    padding-bottom: 0.5rem;
}

}



.accordion-item .answer p small {
    font-size: 0.8rem;
}

.accordion-item .question {
  font-weight: bold;
}

.accordion-item .answer {
  max-height: 0;
  overflow: hidden;
  margin-top: 0.5rem;
  transition: max-height 0.5s ease;
}

.accordion-item .answer.open {
  max-height: 500px; /* 内容に応じて調整 */
}

/* 金デコ */
.g_deco.rv_1 {
    width: 21rem;
    bottom: -10rem;
    left: 0;
    z-index: 3;
}

.g_deco.rv_2 {
    width: 10rem;
    bottom: -13rem;
    right: 0;
    z-index: 3;
}


/* SP */
@media (max-width: 768px) {
.g_deco.rv_1 {
    width: 10rem;
    bottom: -4.5rem;
    left: 0;
    z-index: 3;
}

.g_deco.rv_2 {
    width: 9rem;
    bottom: -16rem;
    right: 0;
    z-index: 3;}

}
/* お客様の声 */
main.toppage section.review {
    position: relative;
    z-index: 1;
        background-image:url(../img/access_bg.webp) ;
        padding: 4rem 0;
        overflow: hidden;
}

/* main.toppage section.access {
    background-image:url(../img/access_bg.webp) ;
    position: relative;
    padding-top: 8rem;
    padding-bottom: 12rem;
} */
main.toppage section.review h2 {
    margin-bottom: 4rem;
}

main.toppage section.review h2.ac:before {
    top: 1.7rem;
    left: -4rem;
}

.rv_slide {
  width: calc(100% + 13vw);
  margin-left: -6.5vw;
  margin-bottom: 4rem;
}

/* スライドの高さを揃えるためにflex指定 */
.rv_slide .slick-track {
  display: flex !important;
  align-items: stretch !important;
}

/* 各スライドの高さを親に合わせる */
.rv_slide .slick-slide {
  height: auto !important;
}


/* SP */
@media (max-width: 768px) {
    .rv_slide {
        width: 86%;
        margin: 0 auto 7rem;
    }
}

.rv_slide .slick-slide {
  width: 310px !important;
}

/* SP */
@media (max-width: 768px) {
    .rv_slide .slick-slide {
        width: 100%!important;
    }
}

.rv_slide li.rv_main {
    background: #ffffff;
    padding: 1.5rem;
    height: auto;
}

/* SP */
@media (max-width: 768px) {
    .rv_slide li.rv_main {
        padding: 2rem 1.5rem;
    }
}

.rv_slide li.rv_main  .rv_hd {
    gap: 0.5rem;
    margin-bottom: 0.8rem;
    justify-content: flex-start;
}

.rv_slide li.rv_main  .rv_hd img {
    width: 2.75rem;
    height: 2.75rem;
}

.rv_slide li.rv_main  .rv_hd h3 {

}

.rv_slide li.rv_main  .rv_hd h3 small {
    color: #AFAFAF;
    font-size: 0.625rem;
}

.rv_slide li.rv_main  .star {
    gap: 0.5rem;
    justify-content: flex-start;
    margin-bottom: 0.8rem;
}

.rv_slide li.rv_main  .star img {
    width: 1.25rem;
}

/* スライド */
.rv_slide .slick-slide {
    margin: 0 0.5rem;
}

/* SP */
@media (max-width: 768px) {
.rv_slide .slick-slide {
    margin: 0 ;
}
}

.rv_slide .slick-track {
  display: flex !important;
  align-items: stretch;
}

/* 矢印の共通スタイル */
.slick-prev, .slick-next {
  z-index: 10;
  width: 3.2135rem;
    height: 3.2135rem;
  background: none; 
  color: #fff;
  border: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: contain;
}




/* 前へ */
.slick-prev {
left: calc(100% / 5 * 1.5 - 54px); 
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='52' height='53' viewBox='0 0 52 53' fill='none'%3E%3Ccircle cx='25.7081' cy='26.589' r='25.7081' fill='black'/%3E%3Cmask id='mask0_1_3608' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='4' y='5' width='43' height='43'%3E%3Crect x='46.9062' y='5.39062' width='42.3959' height='42.3959' transform='rotate(90 46.9062 5.39062)' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_1_3608)'%3E%3Cpath d='M28.8676 17.7559L20.0352 26.5883L28.8676 35.4208L28.8676 17.7559Z' fill='white'/%3E%3C/g%3E%3C/svg%3E");

}

/* 次へ */
.slick-next {
right: calc(100% / 5 * 1.5 - 54px);
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='52' height='53' viewBox='0 0 52 53' fill='none'%3E%3Ccircle cx='26.2941' cy='26.589' r='25.7081' fill='black'/%3E%3Cmask id='mask0_1_3603' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='5' y='5' width='43' height='43'%3E%3Crect x='47.4922' y='5.39062' width='42.3959' height='42.3959' transform='rotate(90 47.4922 5.39062)' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_1_3603)'%3E%3Cpath d='M22.7652 17.7559L31.5977 26.5883L22.7652 35.4208L22.7652 17.7559Z' fill='white'/%3E%3C/g%3E%3C/svg%3E");
}


@media (max-width: 1730px) {
/* 前へ */
.slick-prev {
left: calc(100% / 4.7 * 1.5); 
}

/* 次へ */
.slick-next {
right: calc(100% / 4.7 * 1.5);
}
}


@media (max-width: 1440px) {
    /* 前へ */
    .slick-prev {
    left: calc(100% / 7.7 * 1.5 - 20px); 
    }

    /* 次へ */
    .slick-next {
    right: calc(100% / 7.7 * 1.5 - 20px);
}
}

/* SP */
@media (max-width: 768px) {
    .slick-prev, .slick-next {
        top: calc(100% + 3rem);
    }
        /* 前へ */
    .slick-prev {
    left: 33%
    }

    /* 次へ */
    .slick-next {
    right: 33%;
    }
}



/* サブページ */

/* メインビジュアル */
section.mainvisual_sub {
    position: relative;
    width: 100%;
    margin-bottom: 2rem;
}


/* メインビジュアル無し赤一松線 */
section.mainvisual_sub.line {
    height: 2.12881rem;
    background-color: #ffffff;
    background-image: url(../img/hr_red.png);
    background-repeat: repeat-x;
    background-size: cover;
    margin-bottom: 1rem;
}

/* ぱんくず */
section.breadcrumb {
    width: 90%;
    max-width: 1200px;
    justify-content: flex-start;
    margin-bottom: 1rem;
}

section.breadcrumb ul {
    justify-content: flex-start;
    gap: 0.5rem;
}



/* FAQ */
main.sub.faq {
    background-image: url(../img/top_event_bg.png);
}

main.sub.faq section.faq {
    background: none;
}


/* お客様の声 */
main.sub.review {
    background-image:url(../img/access_bg.webp) ;
    padding-bottom: 5rem;
}

main.sub.review .breadcrumb,
main.sub.review .breadcrumb a,
main.sub.review h2 {
    color: #ffffff;
}

main.sub.review .mainvisual_sub.line {
    background-image: url(../img/hr_gold.png);
    background-color: unset;
    padding: 0;
}

.rv_slide.rv_more {
    gap: 2rem;
    width: 90%;
    max-width: 1200px;
    flex-wrap: wrap;
    margin: 0 auto 3rem;
    justify-content: flex-start;
    align-items: stretch;
}

.rv_more li {
   width: calc((100% - 4rem) / 3);
   height: auto;

}

/* SP */
@media (max-width: 768px) {
    .rv_slide.rv_more { 
        gap: 1rem;
    }
    .rv_more li {
    width: 100%;
}
}



/* プライバシーポリシー */
main.sub.privacy {
    padding-bottom: 5rem;
}

main.sub.privacy div.privacy {
    max-width: 1200px;
    width: 90%;

}

main.sub.privacy h3 {
    font-size: 1.3rem;
}


/* フード　ドリンク */
section.mainvisual_sub .logo_mv {
    z-index: 3;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 16.03125rem;
    height: 16.875rem;
}

section.mainvisual_sub img.food_mv {
    filter: brightness(60%);
}

/* SP */
@media (max-width: 768px) {
    section.mainvisual_sub .logo_mv {
        width: 35%;
        height: auto;
    }
    section.mainvisual_sub img.food_mv {
    width: 100%;
    height: 13rem;
    object-fit: cover;
}

}

main.sub.food {
    background-image: url(../img/top_guide_bg.webp);
    padding-bottom: 10rem;
}
/* SP */
@media (max-width: 768px) {
    main.sub.food {
        padding-bottom: 5rem;
    }
}

hr.hr_red {
        height: 2.12881rem;
    background-image: url(../img/hr_red.png);
    background-repeat: repeat-x;
    margin-bottom:3rem;
    border: 0;}
    
/* SP */
@media (max-width: 768px) {
hr.hr_red {
    margin-bottom: 1rem;
}
}

ul.food_select {
    border-radius: 3.23438rem;
    background: #EEEBE9;
    width: 90%;
    max-width: 33.39844rem;
    gap: 2rem;
    padding: 1rem 0;
    margin-bottom: 2rem;
}

ul.food_select li a {
    color: #132F4F;
    font-size: 1.25rem;
    transition: all 0.3s ease-in-out;
}

ul.food_select li:hover {
    opacity: 0.5;
}

ul.food_select li.now a {
    font-weight: bold;
    font-size: 1.5rem;

}
/* SP */
@media (max-width: 768px) {
    ul.food_select {
        /* gap:1rem; */
    }
    ul.food_select li a {
        font-size: 1.125rem;
    }
    ul.food_select li.now a {
        font-weight: bold;
        font-size: 1.375rem;
    }
    }

.shop_select {
    flex-wrap: wrap;
    width: 1028px;
    gap: 1rem;
    margin-bottom: 6rem;
    justify-content: flex-start;
}


/* SP */
@media (max-width: 768px) {
.shop_select {
    margin-bottom: 3rem;
}
}


.shop_select_btn {
    width: 15.11719rem;
height: 5.0625rem;
    background: #ffffff;
    justify-content: flex-start;
    gap: 0.7rem;
    border: 0;
}

.shop_select_btn:hover {
    transform: translate(3px, 3px); /* 右下に2pxだけ動かす */
}

.shop_select_btn.active {
    background: #D3C790;
}
.shop_select_btn.active span {

}

.shop_select_btn img {
    width: 104px;
    height: auto;
}

.shop_select_btn span {
    font-weight: bold;
    text-align: left;
    font-size: 1.125rem;
    line-height: 1.25rem; 
    color: #373737;
}


/* SP */
@media (max-width: 768px) {
    .shop_select {
        width: 80%;
    }
.shop_select_btn {
    width: 100%;
    gap: 1.2rem;
}
}


h3.shop_name {
    width: fit-content;
    padding: 1rem 2.5rem;
    color: #132F4F;
    font-size: 2rem;
    border-radius: 3rem;
    border:solid 1px #132F4F; 
    margin-bottom: 3rem;
}


/* SP */
@media (max-width: 768px) {
    h3.shop_name {
        font-size: 1.25rem;
        padding: 0.8rem 1.5rem;
        min-width: 80%;
        max-width: 90%;
        text-align: center;
    margin-bottom: 2rem;
    }
}


.shop_exp {
    justify-content: flex-start;
    gap: 2rem;
    margin-bottom: 5rem;
}

.shop_exp img {
    border-radius: 0 2.8125rem 2.8125rem 0;
    /* max-width: 43.80469rem; */
    width: 50%;
}
/* SP */
@media (max-width: 768px) {
    .shop_exp { 
        margin-bottom: 0rem;
    }
.shop_exp img {
    border-radius: 0 2.5rem 2.5rem 0;
    width: 96%;

}
}


.shop_exp div {
    width: 40%;
    min-width: 540px;
    font-size: 1.25rem;
    line-height: 1.875rem;
    color: #132F4F;
    /* margin-bottom: 6rem; */
}

/* SP */
@media (max-width: 768px) {

}

.shop_exp div p {
    margin-bottom: 2rem;
}

.shop_exp div ul {
    margin-left: 1.7em;
}
.shop_exp div ul li {
    list-style: disc;
    font-weight: bold;
    font-size: 1.125rem;
    margin-bottom: 5px;
}

/* SP */
@media (max-width: 768px) {
.shop_exp div {
    width: 90%;
    min-width: 90%;
    margin: 0 auto;
    font-size: 1rem;
    line-height: 1.625rem; 
    margin-bottom: 3rem;
}
.shop_exp div p {
    margin-bottom: 1rem;
}
.shop_exp div ul li {
    font-size: 1rem;
}
}

h4.shop_cate {
    width: fit-content;
    padding: 0.5rem 1.5rem;
    border-bottom: solid 4px #AC0D0D;
    font-size: 2rem;
    min-width: 250px;
    text-align: center;
    margin-bottom: 3rem;
}

/* おすすめ商品 */
.rec_slide {
    margin-bottom:7rem;

}

.rec_slide .slick-track {
  display: flex !important;
  align-items: stretch !important;
}

.rec_slide .slick-slide {
  height: auto !important;
}


.rec_slide li {
    border-radius: 2.8125rem;
    background: #D73C2C;
    padding: 1.9rem 2.5rem;
    margin: 0 1rem;
    color: #ffffff;
    height: fit-content;
    display: flex !important;
    flex-direction: column;
}



/* SP */
@media (max-width: 768px) {
.rec_slide li {
    padding: 1.5rem;
    border-radius: 2rem;
}

}


.rec_slide li img {
    border-radius: 1.40625rem;
    margin-bottom: 1rem;
}

.rec_slide li h5 {
    font-size: 1.5rem;
    margin-bottom: 0.7rem;
}

.rec_slide li p {
    font-size: 1rem;
    margin-bottom: 1rem;
}

.rec_slide li a {
    width: 100%;
    padding: 0.5rem;
    background: #D3C790;
    color: #000000;
    text-align: center;
    font-weight: bold;
}
.rec_slide li a:not(.img_link) {
    margin-top:auto;
}

.rec_slide li a.img_link {
    background: none;
    padding: 0;
}


.rec_slide .slick-prev,
.rec_slide .slick-next {
    top: auto !important;  
    transform: none !important; 
    bottom: -5rem;
        z-index: 2;
}
.rec_slide .slick-prev {
    right: 51%;
    left: auto;
}

.rec_slide .slick-next {
    left: 51%;
    right: auto;
    
}



ul.food_list {
    width: 90%;
    max-width: 1200px;
    gap: 4rem 1rem;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    margin-bottom: 5rem;
}


/* SP */
@media (max-width: 768px) {
    ul.food_list {
        gap: 2.5rem 1rem;
    margin-bottom: 3rem;
    }
}



ul.food_list li {
    gap: 0.3rem;
    position: relative;
    width: calc(25% - 0.75rem);
}

/* SP */
@media (max-width: 768px) {
    ul.food_list li {
        width:calc(50% - 0.5rem);
        
    }
}



ul.food_list li div.pickup {
    gap: 0.5rem;
    justify-content: flex-start;
    top: 7px;
    left: 7px;
    width: calc(100% - 14px);
    flex-wrap: wrap;
}
/* SP */
@media (max-width: 768px) {
    ul.food_list li div.pickup {
        gap: 0.3rem;
        top: 5px;
        left: 5px;
        width: calc(100% - 10px);
    }
}

ul.food_list li div.pickup span {
    border-radius: 2.8125rem;
    padding: 0.15rem 0.70313rem;
    font-size: 0.8rem;
}


ul.food_list li div.pickup span.ranking {
    background: #AC0D0D;
    color: #ffffff;
}

ul.food_list li div.pickup span.pick_com {
    background: #ffffff;
    color: #000000; 
}
ul.food_list li div.pickup span.free {
    background: #ff951c;
    color: #ffffff; 
}

/* SP */
@media (max-width: 768px) {
ul.food_list li div.pickup span {
    font-size: 0.625rem;
    padding: 0.13rem 0.4rem;
    width: fit-content;
    white-space: nowrap;
}

}


ul.food_list li img {}

ul.food_list li h5 {
    font-size: 1.25rem;
}

ul.food_list li span.price, .rec_slide span.price {
    font-size: 1.25rem;
    font-weight: bold;
    font-family: "Hiragino Sans";
}
ul.food_list li span.price small, .rec_slide span.price small {
    font-size: 0.875rem;
}

ul.food_list li div.com_shops {
    background: #ffffff;
    color: #132F4F;
    font-size: 0.875rem;
    width: fit-content;
    padding: 0.2rem 2rem;
    font-weight: bold;
}

ul.food_list li a {
    background: #D3C790;
    width: 100%;
    padding: 0.5rem;
    font-weight: bold;
    /* margin-top: 0.5rem; */
    margin-top: auto;
}

ul.food_list li a.img_link {
    background: none;
    padding: 0;
}

/* SP */
@media (max-width: 768px) {
ul.food_list li h5 {
    font-size: 0.85rem;
}
ul.food_list li span.price {
    font-size:0.85rem;
}
ul.food_list li span.price small {
    font-size: 0.5rem;
}
ul.food_list li div.com_shops {
    font-size: 0.7rem;
    padding: 0.2rem 1.5rem;
}
ul.food_list li a {
    font-size: 0.8rem;
}

}


/* モーダル */
.modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999;
  justify-content: center;
  align-items: center;
}

.modal-content {
    background: #fff;
    position: relative;
    /* margin: auto; */
    max-width: 450px;
    width: 90%;
    height: fit-content;
    max-height: 90vh;
    /* border-radius: 2rem; */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.modal-content .modal-main {
    width: 100%;
    height: 100%;
    max-height: 90vh;
    padding: 1.5rem 1.5rem 2rem;
    overflow-y: auto;
}

/* SP */
@media (max-width: 768px) {
    .modal-content {
        max-height: 80vh;
    }
    .modal-content .modal-main {

    max-height: 80vh;
    padding: 1rem 1rem 1.5rem;
    }
}

.close-modal {
  position: absolute;
  top: -1rem;
  right: -3rem;
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  color: #ffffff;
  background: #000000;
  border-radius: 2rem;
  text-align: center;
}

.close-modal.back {
    position: relative;
    background: #989898;
    border-radius: 0;
    width: fit-content;
    padding: 0.2rem 3rem;
    top: inherit;
    right: inherit;
    margin-top: 2rem;
}


.modal-content img {
    margin-bottom: 0.5rem;
}

.modal-content .pickup {
    /* justify-content: flex-start; */
    gap: 0.5rem;
    flex-wrap: wrap;
    text-align: center;
}

.modal-content .pickup span {
    border-radius: 2.8125rem;
    padding: 0.15rem 0.70313rem;
    font-size: 1rem;
}

/* SP */
@media (max-width: 768px) { 
    .modal-content .pickup span {
        font-size: 0.8rem;
    }
}

.modal-content .pickup .ranking {
    background: #AC0D0D;
    color: #ffffff;
}

.modal-content .pickup .pick_com { 
    border: solid 1px #000000;

}


.modal-content .pickup .free {
    background: #ff951c;
    color: #ffffff; 
}

.modal-content h6 {
    font-size: 2.2rem;
    text-align: center;
    width: 100%;
    /* margin-bottom: 0.2rem; */
}

/* SP */
@media (max-width: 768px) {
    .modal-content h6 {
        font-size: 1.6rem;
    }
    
}

.modal-content .price {
    font-size: 1.8rem;
    font-weight: bold;
    font-family: "Hiragino Sans";
    text-align: center;
    width: 100%;
    align-items: flex-end;
}
/* SP */
@media (max-width: 768px) {

.modal-content .price {
    font-size: 1.4rem;
}
}
.modal-content .price small {
    font-size: 0.8rem;
    margin-bottom: 0.3rem;
}


.modal-content div.com_shops {
    background: #d6cfaf;
    color: #132F4F;
    font-size: 0.875rem;
    width: fit-content;
    padding: 0.2rem 2rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}
.modal-content p {
    /* text-align: center; */
}
.modal-content span.al {
    font-weight: bold;
    /* margin-bottom: 2rem; */
    display: block;
}


a.shop_gotop {
    width: fit-content;
    max-width: 50%;
    padding: 0.8rem 5rem;
    font-family: "Hiragino Sans";
    font-size: 1.125rem;
    font-weight: bold;
    background: #D3C790;
    box-shadow: 0 4.5px 25.65px 0 rgba(0, 0, 0, 0.10);
}

/* SP */
@media (max-width: 768px) {
a.shop_gotop {
    width: 90%;
    max-width: 90%;
    font-size: 1rem;
}
}


/* お問い合わせ */
main.contact {
    background-image: url(../img/bg_3.png);
    padding-bottom: 5rem;
}
main.contact section.contact {
    width: 90%;
    max-width: 1200px;
    padding: 2rem;
}


/* SP */
@media (max-width: 768px) {
main.contact section.contact {
    padding: 0;
}
}


main.contact section.contact form {
    /* background-image: url(../img/access_bg.webp);  */
    background: #ffffff;
    border: solid 1px #989898;
    max-width: 1100px;
    width: 80%;
    padding: 3rem;
    gap: 3rem;
}

/* SP */
@media (max-width: 768px) {
    main.contact section.contact form {
        width: 96%;
        padding: 1rem 1rem 2rem;
        gap: 0rem;
    }
}


section.contact p {
    text-align: center;
    font-size: 1.2rem;
    margin-bottom: 3rem;
}


/* SP */
@media (max-width: 768px) {
    section.contact p {
        font-size: 1rem;
        margin-bottom: 1rem;
    }
}


section.contact p.send-area {
    font-size: 1.5rem;
}



.contact form {

}
.contact form .form-group {
    justify-content: flex-start;
    gap: 2rem;
    border-bottom: solid 1px #989898;
    padding-bottom: 3rem;
}


/* SP */
@media (max-width: 768px) {
.contact form .form-group {
    border: 0;
    gap: 0.5rem;
    padding-bottom:0;
}

}


.contact form .form-group.nobd {
    border: none;
}

.contact form .form-group label {
    width: 30%;
    font-size: 1.2rem;
    /* color: #ffffff; */
    font-weight: bold;
}

/* SP */
@media (max-width: 768px) {
.contact form .form-group label {
    width: 100%;
    font-size: 1.2rem;
}
}


.contact form .form-group label span {
    color: #9B0A03;
    margin-right: 0.3rem;
}

.contact form .form-group input {
    width: 80%;
    padding: 1rem;
    border: 0;
    border-radius: 7px;
    background: #edeae2;
}
/* SP */
@media (max-width: 768px) {
.contact form .form-group input {
    width: 100%;
    margin-bottom: 1.2rem;
    padding: 0.7rem;

}
}

.contact form .form-group textarea {
    width: 80%;
    padding: 1rem;
    border: 0;
    border-radius: 7px;
    background: #edeae2;
}
/* SP */
@media (max-width: 768px) {
    .contact form .form-group textarea {
        width: 100%;
        margin-bottom: 2rem;
    }
}

.contact form .form-group .form-right {
    width: 80%;
    gap: 1rem;
}

/* SP */
@media (max-width: 768px) {
.contact form .form-group .form-right {
    width: 100%;
    margin-bottom: 1.5rem;
    gap: 0.5rem;
}
}

.contact form .form-group .contact-radio {
    justify-content: flex-start;
    width: 100%;
    gap: 0.5rem;
}

.contact form .form-group .contact-radio label {
    width: fit-content;
    font-weight: normal;
}


.contact form .form-group input[type="radio"],
.contact form .form-group input[type="checkbox"] {
        width: fit-content;
    }


/* SP */
@media (max-width: 768px) {
    .contact form .form-group input[type="radio"] {
        margin: 0;
        margin-top: 3px;
    }
}


.contact form .form-group.pcheck {
    justify-content: center;
    gap: 0.5rem;
}

/* SP */
@media (max-width: 768px) {
    .contact form .form-group.pcheck {
        margin-bottom: 2rem;
    }
}

.contact form .form-group.pcheck label {
    width: fit-content;
    font-size: 1rem;
    font-weight: normal;
}

.contact form .form-group.pcheck label a {
    color: #a39a70;
    text-decoration: underline;
}

form button#send-btn {
    background: #D3C790;
    border: 0;
    padding: 1rem 4rem;
    width: fit-content;
    font-size: 1.3rem;
    font-weight: bold;
}

.form-group.send-area p {
    text-align: left;
    width: 100%;
    margin-bottom: 0;

}


/* SP */
@media (max-width: 768px) {
    .form-group.send-area p {
        border-bottom: solid 1px #bfbfbf;
        padding-bottom: 1rem;
        margin-bottom: 1rem;
    }
    .send-last {
        margin-top: 2rem;
    }
}

/* イベント */
main.news {
    background-image: url(../img/top_guide_bg.webp);
    padding-bottom: 5rem;
}

.news_list {
    width: 90%;
    max-width: 1200px;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: flex-start;
    align-items: stretch;
    margin-bottom: 3rem;
}

.news_list .news_art {
    width: calc((100% - 6rem) / 4);
    background: #ffffff;
    border: solir 1px #bfbfbf;
    border-radius: 7px;
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.20);
    transition: all 0.3s ease-in-out;
}


/* SP */
@media (max-width: 768px) {
    .news_list {
        gap: 1.3rem;
    }
.news_list .news_art {
    width: 100%;
}
}



.news_list .news_art:hover {
    opacity: 0.6;
    transform: translateY(-6px);
}

.news_art a {
    gap: 0.2rem;
    width: 100%;
    height: 100%;
    padding: 1.3rem;
}

.news_art a img {
    border-radius: 7px;
}

span.day {
    color: #98906a;
    font-weight: bold;
}

.news_art a h3 {
    font-size: 0.95rem;
    width: 100%;
    text-align: justify;
    margin-bottom: 0.5rem;
}

.news_art a .news_link {
    background: #D3C790;
    font-weight: bold;
    padding: 0.5rem;
    width: 100%;
    font-size: 0.9rem;
    margin-top: auto;
}

.pager {
    gap: 1rem;
    width: 90%;
}

/* SP */
@media (max-width: 768px) {
    .pager {
        gap: 0.4rem;
    }

}

.pager li {
    width: 3rem;
    height: 3rem;
    background: #ffffff;
    /* border: solid 1px #bfbfbf; */
    border-radius: 5px;
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.20);
    transition: all 0.3s ease-in-out;
}

/* SP */
@media (max-width: 768px) {
    .pager li {
        width: (calc(100% - 3.2rem)/8);
        height: auto;
        aspect-ratio: 1 / 1;
    }
}

.pager li:hover {
    background: #D3C790;
    opacity: 0.5;
}

.pager li.now {
    background: #D3C790;
}

.pager li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 1.3rem;
}


/* SP */
@media (max-width: 768px) {
    .pager li a {
        font-size:1rem;
        width: (calc(100% - 4.2rem)/8);
                height: auto;
        aspect-ratio: 1 / 1;
    }
}

.pager li a img {
    width: 10px;
    height: auto;
}

/* SP */
@media (max-width: 768px) {
    .pager li a img {
    width: 7px;
    height: auto;
}

}

.news_main {
    width: 90%;
    max-width: 1200px;
    margin-bottom: 6rem;
}

.news_main img.news_img {
    width: 50%;
    margin-bottom: 3rem;
}


.news_main p {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    font-size: 1.2rem;
}

/* SP */
@media (max-width: 768px) {
    main.news_detail h2.subpage_title {
        margin-bottom: 0.3rem;
    }
    .news_main img.news_img {
    width: 100%;
    margin-bottom: 1rem;
}
    .news_main span.day {
        margin-bottom: 1rem;
        display: block;
    }
    .news_main p {
        width: 100%;
    }

}


/* ブログ */
main.blog {
    background-image: url(../img/blog_bg.webp);
    background-size: auto;
}


main.sub.blog .mainvisual_sub.line {
    /* background-image: url(../img/hr_gold.png); */
    background-color: unset;
    padding: 0;
}

main.sub.blog .breadcrumb,
main.sub.blog .breadcrumb a {
    /* color: #ffffff; */
}

main.sub.blog h2 {
    /* color: #ffffff; */
}

.blog_list {
    width: 90%;
    max-width: 1200px;
    gap: 2rem;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 3rem;
}

.blog_list .blog_art {
    width: calc((100% - 4rem)/3);
        background: #ffffff;
    border: solir 1px #bfbfbf;
    border-radius: 7px;
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.20);
    transition: all 0.3s ease-in-out;
}


/* SP */
@media (max-width: 768px) {
    .blog_list .blog_art {
        width: 100%;
    }
}

.blog_list .blog_art:hover {
    /* opacity: 0.6; */
    transform: translateY(-8px);
}


.blog_list .blog_art a {
    width: 100%;
    gap: 0.4rem;
    padding: 2rem;
}

/* SP */
@media (max-width: 768px) {
    .blog_list .blog_art a {
        padding: 1.3rem;
    }
}


.blog_list .blog_art a img {
    width: 100%;
}
.blog_list .blog_art a p {
    font-size: 0.9rem;
display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5;
        overflow: hidden;
        margin-bottom: 1rem;
}

.blog_list .blog_art a .blog_link {
    background: #D3C790;
    font-weight: bold;
    padding: 0.5rem;
    width: 100%;
    font-size: 0.9rem;
    margin-top: auto;
}

main.blog_detail {
    padding-bottom: 5rem;
}


/* SP */
@media (max-width: 768px) {
    main.blog_detail h2.subpage_title {
        margin-bottom: 0.3rem;
    }
    .blog_main img.blog_img {
    width: 100%;
    margin-bottom: 1rem;
}
    .blog_main span.day {
        margin-bottom: 1rem;
        display: block;
    }
}

.blog_main {
    width: 90%;
    max-width: 1200px;
    margin-bottom: 6rem;
}

.blog_main img.news_img {
    width: 50%;
    margin-bottom: 3rem;
}
.blog_main span.day {
    color: #000000;
    margin-bottom: 2rem;
    display: block;
}

.blog_main p {
    font-size: 1.2rem;
    font-family: Noto Sans JP, sans-serif;
}

.blog_main h3 {
    font-size: 1.7rem;
    font-family: Noto Sans JP, sans-serif;
}

/* SP */
@media (max-width: 768px) {
.blog_main p {
    font-size: 1rem;
    font-family: Noto Sans JP, sans-serif;
}
.blog_main h3 {
    font-size: 1.4rem;
    font-family: Noto Sans JP, sans-serif;
}
}



/* PC */
@media (min-width: 767px) {
 .news-inner
 {height:300px;overflow:scroll;}
}

/* SP */
@media (max-width: 768px) {

}




