@charset "UTF-8";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,sub,sup,var,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;
    list-style: none;
    font-style: normal;
    font-weight: 500
}

article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary {
    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;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic
}

del {
    text-decoration: line-through
}

abbr[title],dfn[title] {
    border-bottom: 1px dotted #000;
    cursor: help
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 0;
    padding: 0
}

input,select {
    vertical-align: middle
}

html {
    font-size: 100%
}

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

input[type=submit] {
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none
}

#wrapper {
    overflow: hidden;
    width: 100%;
    position: relative
}

#wrapper:after {
    content: "";
    display: block;
    position: fixed;
    z-index: -100;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff
}

button {
    color: #000
}

body {
    font-family: 游明朝,Yu Mincho,YuMincho,Hiragino Mincho Pro,serif;
    font-weight: 500;
    letter-spacing: .1em;
    line-height: 1.9;
    font-weight: initial!important;
    color: #555
}

#developer {
    position: fixed;
    background-color: #0bd;
    top: 0;
    right: 0;
    z-index: 999999999999999;
    font-size: 12px
}

@media (max-width: 800px) {
    .sp-off {
        display:none!important
    }
}

@media (min-width: 801px) {
    .pc-off {
        display:none!important
    }
}

.section-title {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 7px
}

.section-title h2 {
    font-size: 16px
}

@media (min-width: 801px) {
    .section-title h2 {
        font-size:22px
    }
}

@media (min-width: 801px) {
    .section-title img {
        zoom:1.3
    }
}

.bt-temp {
    display: block;
    width: 100%;
    height: 57px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border-radius: 4px;
    box-shadow: 0 2px 2px #e5e5e5;
    color: #555;
    cursor: pointer;
    transition: all .3s
}

@media (min-width: 801px) {
    .bt-temp {
        max-width:400px;
        margin: 0 auto
    }
}

.bt-temp:hover {
    transition: all .3s
}

.bt-temp.gold {
    background: linear-gradient(to Bottom,#beb390,#90886f);color:#fff;
}

.bt-temp.gold:hover {
    filter: brightness(1.15)
}

.bt-temp.blue {
    background: linear-gradient(180deg,#89c7bb,#648d8b)
}

.bt-temp.blue:hover {
    filter: brightness(1.15)
}

.bt-temp.blue p {
    color: #fff!important
}

.bt-temp.yellow {
    background-color: #fff4bc
}

.bt-temp.grey {
    background-color: #e2e2e2
}

.bt-temp.grey:hover {
    background-color: #000
}

.bt-temp.orange {
    background-color: #efcab5
}

.bt-temp.orange:hover {
    background-color: #89c7bb
}

.bt-temp.false {
    background-color: #5c5c5c;
    box-shadow: none!important
}

.bt-temp.false:hover {
    background-color: #000
}

.bt-temp.false p {
    color: #fff!important
}

.bt-temp.kv {
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    background-color: #0009;
    border: solid 1px #fff;
    box-shadow: none;
    color: #fff
}

.bt-temp.kv p {
    font-size: 14px
}

@media (min-width: 801px) {
    .bt-temp.kv p {
        font-size:16px
    }
}

.bt-temp p {
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px
}

.bt-temp p img {
    display: block;
    height: 16px
}

.bt-temp .bt-temp-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    left: initial;
    right: 20px
}

.bt-temp .bt-temp-wing {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    height: 96%
}

.bt-temp .bt-temp-star {
    display: block
}

.montserrat {
    font-family: Montserrat,sans-serif!important;
    font-optical-sizing: auto!important;
    font-weight: 500!important;
    font-style: normal!important
}

#page-top {
    width: 100%;
    padding: 30px 0
}

@media (min-width: 801px) {
    #page-top {
        padding:50px 0
    }
}

#page-top h1 {
    font-size: 18px;
    text-align: center;
	position:relative;z-index:2;
}

@media (min-width: 801px) {
    #page-top h1 {
        font-size:24px
    }
}

#page-top hr {
    display: block;
    width: 38px;
    height: 1px;
    background-color: #cfcdaa;
    border: none;
    margin: 5px auto 0
}

.system {
    text-align: center;
    padding: 10px 0
}

.loading {
    animation: load 1s infinite;
    display: block;
    margin: 0 auto
}

@keyframes load {
    0% {
        transform: rotateY(0)
    }

    to {
        transform: rotateY(360deg)
    }
}

body {
    position: relative;
    background: transparent
}

body.active {
    overflow: hidden
}

body.active header {
    background-color: #fff;
    mix-blend-mode: initial;
    color: #000!important
}

body.active header hr {
    background-color: #000!important
}

body.active #hum:after {
    color: #000!important
}

header {
    width: 100%;
    justify-content: space-between;
    height: 62px;
    margin: 0 auto;
    box-shadow: 0 0 11px rgba(0,0,0,0.5);
    position: fixed;
    background-color: #fff;
    z-index: 5;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center
}

@media (min-width: 801px) {
    header {
        margin-bottom:-55px;
        position: fixed;
        /*mix-blend-mode: exclusion;*/
        box-shadow: none;
        background-color: transparent;
        display: block
    }
}

header section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%
}

header img {
    display: block
}

header .search {
    width: 20px
}



@media (min-width: 801px) {
    header + #hum.active hr:last-child {
        /*transform:rotate(-45deg) translateY(3px) translate(10px)*/
    }
}

header + #hum.active:after {
    content: "CLOSE";
    letter-spacing: 0;
    text-align: center
}

.logo {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    cursor: pointer;
}

@media (min-width: 801px) {
}

.logo img {
    width: 50px
}

#menu nav > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: solid 1px #c4c4c4;
    padding: 15px 10px;
    font-size: 14px
}

#menu nav > a:first-child {
    border-top: solid 1px #c4c4c4
}



footer {
    width: min(90%,900px);
    margin: 150px auto 30px auto;
}

footer nav {
    border-top: solid 1px #DDDCD7;
    position: relative
}

footer nav div {
    width: 100px;
    background-color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    bottom: initial;
    top: -17px;
    display: flex;
    justify-content: center;
    align-items: center
}

footer nav div a {
    border: none!important;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content
}

footer nav div a img {
    display: block;
    width: 26px
}

footer nav a {
    display: block;
    width: calc(100% - 18px);
    height: 48px;
    border-bottom: solid 1px #DDDCD7;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer nav a p {
    font-size: 12px;
    color: #555;
    text-decoration: underline
}

small {
    color: #555;
    text-align: center;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin: 17px auto 27px;
    font-size: 12px
}


#kv {
    width: 100%;
    height:360px;
    padding-bottom: 100px;
    margin-top: 0;
    position: relative
}

#kv .kv-back {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -99;
    filter: brightness(.7)
}

#kv .kv-design {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    bottom: initial;
    top: 20px
}

@media (min-width: 801px) {
    #kv .kv-design {
        top:30px;
        width: 900px
    }
}

#kv h1,#kv h2 {
    text-align: center;
    color: #fff
}

#kv div {
    padding-top: 50px
}

@media (min-width: 801px) {
    #kv div {
        padding-top:62px
    }
}

#kv div h1 {
    display: block;
    font-size: 18px
}

@media (min-width: 801px) {
    #kv div h1 {
        font-size:28px
    }
}

#kv div .kv-logo {
    display: block;
    margin: 10px auto 0;
    width: 70px;
    filter: drop-shadow(0px 0px 5px #000)
}

@media (min-width: 801px) {
    #kv div .kv-logo {
        width:90px
    }
}

#kv .bt-temp {
    width: min(90%,194px);
    margin: 30px auto 0;
    height: 40px;
    transition: all .3s
}

#kv .bt-temp:hover {
    background-color: #cfcdaa!important;
    transition: all .3s
}

@media (min-width: 801px) {
    #kv .bt-temp {
        margin-top:30px;
        height: 57px;
        width: min(90%,394px)
    }
}

#kv .bt-temp p {
    font-size: 12px!important
}

@media (min-width: 801px) {
    #kv .bt-temp p {
        font-size:14px!important
    }
}

#t01 {
    width: min(90%,900px);
    margin: 0 auto;
    padding: 50px 0 30px
}

@media (min-width: 801px) {
    #t01 {
        margin-top:30px
    }
}

#t01 p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 17px;
    margin-bottom: 20px
}

#t02 {
    width: min(100%,900px);
    margin: 0 auto;
    background-color: #faf8f0;
    padding: 25px 0
}

#t02 .section-title {
    margin-bottom: 15px
}

#t02 .info-article {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: solid 1px #DDDCD7;
    padding: 13px 0
}

#t02 .info-article:last-child {
    border-bottom: solid 1px #DDDCD7
}

#t02 .info-article .info-thum {
    display: block;
    width: 101px;
    height: 70px;
    min-width: 101px;
    -o-object-fit: cover;
    object-fit: cover
}

@media (max-width: 860px) {
    #t02 .info-article .info-thum {
        width:60px;
        height: auto;
        min-width: auto;
        max-width: 60px;
        aspect-ratio: 3/2
    }
}

#t02 .info-article .info-title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    width: 80%;
    gap: 30px
}

@media (max-width: 800px) {
    #t02 .info-article .info-title {
        gap:5px;
        padding-left: 3%;
        padding-right: 3%
    }
}

#t02 .info-article .info-title-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 12px
}

@media (max-width: 800px) {
    #t02 .info-article .info-title-box {
        width:100%
    }
}

#t02 .info-article .info-title-box p:first-child {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: #898989;
    padding: 6px 10px;
    border-radius: 19px;
    color: #fff;
    width: -moz-fit-content;
    width: fit-content;
    line-height: 1;
    font-size: 12px
}

@media (max-width: 860px) {
    #t02 .info-article .info-title-box p:first-child {
        font-size:10px
    }
}

#t02 .info-article .info-title-box p:last-child {
    font-size: 14px
}

@media (max-width: 860px) {
    #t02 .info-article .info-title-box p:last-child {
        font-size:12px
    }
}

#t02 .info-article .info-title-txt {
    font-size: 14px;
    line-height: 1.2
}

@media (max-width: 860px) {
    #t02 .info-article .info-title-txt {
        font-size:12px
    }
}

#t02 .t02-link {
    display: block;
    text-align: center;
    margin: 10px auto 0;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    font-size: 14px;
    font-family: Noto Sans JP,sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 300
}

#t03,.list-shops{
    width: min(100%,900px);
    margin: 0 auto;
    padding: 50px 0
}

#t03 .section-title {
    margin-bottom: 15px
}

#t03 section {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 10px
}

@media (min-width: 801px) {
    #t03 section {
        width:100%;
        gap: 20px
    }
}

#t03 .shops-article,.list-shops .shops-article{
    width: calc(50% - 5px);
    position: relative
}
#t03 .shops-article > article,.list-shops .shops-article >article{
    overflow: hidden;
}

@media (min-width: 801px) {
    #t03 .shops-article,.list-shops .shops-article{
        width:calc(50% - 10px)
    }
}

#t03 .shops-article:hover .shops-thum,.list-shops .shops-article:hover .shops-thum{
    transform: scale(1.1);
    transition: all .3s
}

#t03 .shops-article .shops-thum,.list-shops .shops-article .shops-thum{
    display: block;
    aspect-ratio: 182/107;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    transition: all .3s
}

#t03 .shops-article div,.list-shops .shops-article div{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    width: 90%;
    top: initial;
    padding: 5%;
    background:url(../layout/arrow02wh.svg) no-repeat right 20px bottom 20px / 25px auto , linear-gradient(to top,#000,#0000)
}

#t03 .shops-article .shops-name,.list-shops .shops-article .shops-name{
    font-size: 12px;
    line-height: 1.3;
    margin-top: 10px;
    color: #fff
}

@media (min-width: 801px) {
    #t03 .shops-article .shops-name,.list-shops .shops-article .shops-name{
        font-size:18px
    }
}

#t03 .shops-article .shops-area,.list-shops .shops-article .shops-area{
    font-size: 12px;
    color: #cfcdaa
}

@media (min-width: 801px) {
    #t03 .shops-article .shops-area,.list-shops .shops-article .shops-area{
        font-size:14px
    }
}

#t03 .shops-article .shops-arrow,.list-shops .shops-article .shops-arrow{
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 1;
    zoom:.7;transition: all .3s
}

@media (min-width: 801px) {
    #t03 .shops-article .shops-arrow,.list-shops .shops-article .shops-arrow{
        bottom:20px;
        right: 20px;
        zoom:1
	}
}

#t03 .shops-article:hover .shops-arrow,.list-shops .shops-article:hover .shops-arrow{
    transform: translate(5px);
    transition: all .3s
}

#t04 {
    width: min(100%,900px);
    background-color: #faf8f0;
    padding: 25px 0 35px
}

#t04 .section-title {
    margin-bottom: 15px
}

#t05 {
    width: min(100%,900px);
    padding: 25px 0 35px
}

#t05 .section-title {
    margin-bottom: 15px
}

.tagbox {
    width: 100%;
    margin: 0 auto
}

.tagbox .tagbox-list {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: min(3vw,20px)
}

.tagbox .tagbox-list li {
    width: 48%;
    height: 59px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center
}

.tagbox .tagbox-list li p {
    position: relative;
    z-index: 2;
    font-size: 14px;
    color: #fff
}

.tagbox .tagbox-list li img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 0;
    -o-object-fit: cover;
    object-fit: cover
}

.tagbox .tagbox-tx {
    width: 90%;
    margin: 18px auto 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 7px;
    flex-wrap: wrap
}

.tagbox .tagbox-tx li {
    display: block;
    border-radius: 2px;
    border: solid 1px #CFCDAA;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 2px 8px;
    background-color: #fff
}

.tagbox .tagbox-tx li p {
    font-size: 12px
}

#t06 {
    padding: 10px;
    width: min(90%,418px);
    margin: -80px auto 0;
    position: relative;
    z-index: 999;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    border-radius: 5px;
    background-color: #ffffff4d
}

@media (min-width: 801px) {
    #t06 {
        margin-top:-290px
    }
}

#t06 section {
    width: 100%;
    position: relative
}

#t06 section h2 {
    text-align: center;
    font-size: 14px
}

@media (min-width: 801px) {
    #t06 section h2 {
        margin-bottom:8px
    }
}

#t06 section .bt-temp {
    margin-bottom: 15px
}

@media (min-width: 801px) {
    #t06 section .bt-temp {
        height:60px
    }
}

#t06 section .bt-temp p {
    display: block;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1.1;
    text-align: center
}

@media (min-width: 801px) {
    #t06 section .bt-temp p {
        font-size:16px;
        letter-spacing: 0
    }
}

#t06 section .bt-temp p span {
    font-size: 8px;
    letter-spacing: .3em;
    line-height: 1
}

#t06 section .bt-temp p img {
    margin: 0 auto
}

#t07,#search{
    width: min(90%,900px);
    margin: -50px auto 0;
    background-color: #fff;
    box-shadow: 0 0 10px #c4c4c4;
    border-radius: 8px;
    padding: 20px 0
}

@media (min-width: 801px) {
    #t07,#search{
        margin-top:-50px;
        padding: 30px 0
    }
}

#t07 .t07-title {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
    position: relative
}

#t07 .t07-title:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    top: initial;
    content: "";
    display: block;
    width: 50px;
    height: 1px
}

@media (min-width: 801px) {
    #t07 .t07-title {
        margin-bottom:30px;
        gap: 30px
    }
}

#t07 .t07-title div {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px
}

@media (min-width: 801px) {
    #t07 .t07-title div {
        display:block
    }
}

#t07 .t07-title div img {
    display: block;
    margin: 0 auto;
    zoom:.8}

#t07 .t07-title div h2 {
    text-align: center;
    font-size: 16px;
    line-height: 1
}

@media (min-width: 801px) {
    #t07 .t07-title div h2 {
        font-size:22px;
        margin-top: 10px
    }
}

#t07 .t07-input {
    width: 90%;
    margin: 0 auto 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 15px;
    border-bottom: solid 1px #DDDCD7
}

#t07 .t07-input input {
    display: block;
    width: 80%;
    height: 57px;
    box-sizing: border-box;
    border-radius: 4px 0 0 4px;
    border: solid 1px #DDDCD7;
    padding-left: 10px;
    font-family: 游明朝,Yu Mincho,YuMincho,Hiragino Mincho Pro,serif
}

#t07 .t07-input button {
    display: block;
    width: 20%;
    height: 57px;
    border: none;
    background-color: #efcab5;
    border-radius: 0 4px 4px 0;
    font-family: 游明朝,Yu Mincho,YuMincho,Hiragino Mincho Pro,serif;
    cursor: pointer;
    font-size: 12px;
    transition: all .3s;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px
}

@media (min-width: 801px) {
    #t07 .t07-input button {
        font-size:16px
    }
}

#t07 .t07-input button:hover {
    background-color: #89c7bb;
    transition: all .3s
}

#t07 .t07-bt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 90%;
    margin: 0 auto;
    gap: 10px
}

@media (min-width: 801px) {
    #t07 .t07-bt {
        gap:1%
    }
}

#t07 .t07-bt .bt-temp {
    width: 100%;
    margin: initial;
    height: 40px;
    transition: all .2s
}

#t07 .t07-bt .bt-temp:hover {
    background-color: #efcab5;
    transition: all .2s
}

@media (min-width: 801px) {
    #t07 .t07-bt .bt-temp {
        width:32%
    }
}

#t07 .t07-bt .bt-temp p {
    letter-spacing: 0;
    font-size: 12px
}

@media (min-width: 801px) {
    #t07 .t07-bt .bt-temp p {
        font-size:14px
    }
}

#t07 .t07-bt .bt-temp .bt-temp-arrow {
    right: 10px
}

.search {
    padding: 10px 10px 20px;
    width: min(90%,418px);
    margin: 55px auto 0;
    position: relative;
    z-index: 999;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    border-radius: 5px 5px 0 0;
    background-color: #ffffff4d
}

.search h2 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 9px;
    margin-top: 20px;
    margin-bottom: 20px
}

.search input {
    display: none
}

.search section {
    position: relative;
    width: 100%
}

.search section label {
    transition: all .2s;
    cursor: pointer
}

.search section a {
    display: block
}

.search section .ul0 li:has(>.li0) {
    width: 100%;
    margin-top: 10px
}

.search section .ul0 li:has(>.li0) input {
    display: none
}

.search section .ul0 li:has(>.li0) .li0 {
    display: block;
    height: 44px;
    border: solid 1px #BABABA;
    background-color: #fff;
    margin-bottom: -1px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    position: relative
}

.search section .ul0 li:has(>.li0) .li0:before {
    content: "";
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 18px;
    height: 18px;
    border: solid 1px #000;
    border-radius: 2px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    right: initial;
    left: 9px;
    font-size: 16px
}

.search section .ul0 li:has(>.li0) .li0:after {
    content: "";
    display: block;
    background: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='11.139'%20height='5.794'%20viewBox='0%200%2011.139%205.794'%3e%3cg%20id='グループ_6781'%20data-name='グループ%206781'%20transform='translate(0%200)'%3e%3cg%20id='グループ_188'%20data-name='グループ%20188'%20transform='translate(0%200)'%3e%3cpath%20id='パス_91'%20data-name='パス%2091'%20d='M3254.722,216.1a1.775,1.775,0,0,0-1.26.521l-4.111,4.11a.681.681,0,0,0,.963.963l4.11-4.11a.42.42,0,0,1,.593,0l4.11,4.11a.681.681,0,0,0,.963-.963l-4.11-4.11A1.776,1.776,0,0,0,3254.722,216.1Z'%20transform='translate(-3249.152%20-216.098)'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
    background-repeat: no-repeat;
    width: 12px;
    height: 6px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    left: initial;
    right: 20px;
    transform: rotate(180deg)
}

.search section .ul0 li:has(>.li0) input:checked+.li0 {
    background-color: #faf8f0;
    position: relative;
    z-index: 9999
}

.search section .ul0 li:has(>.li0) input:checked+.li0:after {
    transform: rotate(0)
}

.search section .ul0 li:has(>.li0) input:checked+.li0:before {
    content: "✓";
    font-family: Inter,sans-serif!important;
    font-optical-sizing: auto!important;
    font-weight: 300!important;
    font-style: normal!important
}

.search section .ul1 {
    width: 100%;
    padding: 9px 9px 0;
    background-color: #faf8f0;
    border: solid 1px #BABABA;
    box-sizing: border-box;
    margin-bottom: 10px
}

.search section .ul1 input {
    display: none
}

.search section .ul1 .li1 {
    display: block;
    background-color: #dddcd7;
    width: auto;
    font-size: 12px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 13px 0 13px 34px;
    position: relative;
    margin-bottom: 10px
}

.search section .ul1 .li1:before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    border: solid 1px #000;
    border-radius: 2px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    right: initial;
    left: 9px
}

.search section .ul1 input:checked+.li1 {
    background-color: #cfcdaa
}

.search section .ul1 input:checked+.li1:before {
    display: flex;
    justify-content: center;
    align-items: center;
    content: "✓";
    font-family: Inter,sans-serif!important;
    font-optical-sizing: auto!important;
    font-weight: 300!important;
    font-style: normal!important;
    font-size: 16px
}

.search section .ul2 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap
}

.search section .ul2 li {
    width: 48%
}

.search section .ul2 input:checked+.li2 {
    background-color: #cfcdaa
}

.search section .ul2 input:checked+.li2:after {
    display: block
}

.search section .ul2 .li2 {
    display: block;
    width: 100%;
    border: solid 1px #CFCDAA;
    box-sizing: border-box;
    border-radius: 2px;
    background-color: #fff;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    font-size: 12px;
    margin-bottom: 10px;
    padding-left: 4px;
    line-height: 1.1;
    height: 30px
}

.search section .ul2 .li2 input {
    width: 0px;
    height: 0px
}

.search section .ul2 .li2 div {
    width: 30px;
    height: 100%;
    background-color: #cfcdaa;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px
}

.search.range .ul0 li:has(>.li0) .li0:after {
    display: none!important;
    content: ""
}

#search-state {
    width: min(90%,900px);
    margin: 40px auto 100px
}

#search-state .search-state-bt {
    display: flex;
    justify-content: center;
    align-items: center;
    width: min(500px,100%);
    margin: 0 auto;
    background-color: gray;
    border: solid 1px #808080;
    height: 45px;
    cursor: pointer
}

#search-state .search-state-bt h2 {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 14px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px
}

#search-state .search-state-bt h2 img {
    display: block;
    width: 10px
}

#search-state .search-state-bt h2.open img {
    transform: rotate(180deg)
}

#search-state ul {
    width: 90%;
    margin: 0 auto;
    padding: 0 5% 20px;
    border: solid 1px #808080
}

#search-state ul h2 {
    text-align: center;
    margin-bottom: 14px;
    line-height: 1
}

#search-state ul li {
    border-bottom: solid 1px #D1D1D1;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 20px 0;
    flex-wrap: wrap
}

@media (min-width: 801px) {
    #search-state ul li {
        display:flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: nowrap
    }
}

#search-state ul li h3 {
    width: 100%;
    border-left: solid 9px #CFCDAA;
    padding-left: 10px;
    font-size: 12px;
    line-height: 1.2
}

@media (min-width: 801px) {
    #search-state ul li h3 {
        font-size:14px;
        width: 23%
    }
}

#search-state ul li p {
    font-size: 12px;
    line-height: 1.3;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 10px 0;
    line-height: 1.2
}

@media (min-width: 801px) {
    #search-state ul li p {
        font-size:14px;
        width: 67%;
        padding: 4px 0
    }
}

#search-state ul li a {
    font-size: 10px;
    white-space: nowrap;
    padding: 5px 14px;
    background-color: #cfcdaa;
    line-height: 1;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    background-color: gray;
    color: #fff;
    border-radius: 100px;
    margin: 0 auto
}

@media (min-width: 801px) {
    #search-state ul li a {
        margin:initial
    }
}

#search-state .bt-temp {
    height: 30px;
    width: min(90%,200px);
    background-color: gray;
    color: #fff;
    margin: 20px auto 0
}

#search-state .bt-temp:hover {
    background-color: #000
}

#search-links {
    width: min(90%,418px);
    margin: 0 auto
}

#search-links .bt-temp {
    margin-bottom: 10px;
    max-width: initial
}

#search-links .search-links-state {
    border: double 1px #CFCDAA;
    padding: 10px 0;
    margin-bottom: 20px
}

#search-links .search-links-state h2 {
    text-align: center;
    font-size: 14px
}

#search-links .search-links-state p {
    width: 90%;
    margin: 0 auto;
    font-size: 12px;
    font-weight: 700;
    text-align: center
}

#search-nav {
    width: 100%;
    background-color: #faf8f0;
    margin: 35px auto 100px;
    display: flex;
    justify-content: center;
    align-items: center
}

#search-nav ul {
    width: min(90%,418px);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: .5%;
    align-items: flex-start;
    padding: 15px 0
}

#search-nav ul li {
    width: 33%
}

#search-nav ul a {
    display: block;
    width: 100%;
    height: 34px;
    font-size: 12px;
    background-color: #fff;
    border: solid 1px #E2E2E2;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.2;
    text-align: center
}

#search-nav ul p {
    font-size: 10px
}

#search-status {
    width: min(900px,90%);
    margin: 0 auto;
    padding: 40px 0
}

#search-status h2 {
    text-align: center;
    font-size: 14px
}

@media (min-width: 801px) {
    #search-status h2 {
        font-size:22px
    }
}

#search-status h2 span {
    font-weight: 700;
    font-size: 18px
}

@media (min-width: 801px) {
    #search-status h2 span {
        font-size:22px
    }
}

#ss01 {
    width: 90%;
    margin: 0 auto;
    padding: 20px 0
}

@media (min-width: 801px) {
    #ss01 {
        max-width:900px
    }
}

#ss01 img {
    display: block
}

#ss01 h2 {
    font-size: 18px;
    text-align: center;
    padding: 10px 0
}

@media (min-width: 801px) {
    #ss01 h2 {
        font-size:22px;
        padding: 20px 0 10px
    }
}

#ss01 section {
    margin-bottom: 20px;
}

#ss01 .ss01-scene {
    display: flex;
    justify-content:center;
    align-items: center;
    gap: 4px;
	margin:0 auto 10px auto;
	flex-wrap:wrap;
}

#ss01 .ss01-scene p {
    line-height: 1.5;
    font-size: 12px
}

@media (min-width: 801px) {
    #ss01 .ss01-scene p {
        font-size:14px
    }
}

#ss01 .ss01-scene p:after {
    content: ","
}

#ss01 .ss01-scene p:last-child:after {
    display: none
}

.ss01-price {
    display: flex;
    justify-content:center;
    align-items: center;
    gap: 11px;
	margin:0 auto 10px auto;
	flex-wrap:wrap;
}

.ss01-price img {
    width: 14px
}

.ss01-price p {
    font-size: 12px;
    line-height: 1.2;
    color: #d7b43b;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 4px
}

@media (min-width: 801px) {
    .ss01-price p {
        font-size:14px
    }
}

#ss02 {
    overflow: hidden;
    width: 100%;
    position: relative;
    height: auto;
    aspect-ratio: 490/192
}

@media (min-width: 801px) {
    #ss02 {
        max-width:900px;
        margin: 0 auto
    }
}

#ss02 img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

#ss02 img.inactive {
    transition: all .2s;
    opacity: 0
}

#ss02 img.active {
    transition: all .2s;
    opacity: 1
}

.ss02-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 11px
}

.ss02-dots div {
    width: 6px;
    height: 6px;
    border-radius: 6px
}

.ss02-dots div.active {
    background-color: #9b9a7c
}

.ss02-dots div.inactive {
    background-color: #c4c4c4
}

#ss03 {
    width: 90%;
    max-width: 600px;
    margin: 20px auto 0;
    padding: 10px 0;
    border: solid 1px #841728
}

#ss03 h2 {
    text-align: center;
    font-size: 14px;
    color: #841728
}

@media (min-width: 801px) {
    #ss03 h2 {
        font-size:16px
    }
}

#ss03 p {
    color: #841728;
    font-size: 12px;
    line-height: 1.4
}

@media (min-width: 801px) {
    #ss03 p {
        font-size:14px
    }
}

#ss04 {
    margin-top: 20px
}

@media (min-width: 801px) {
    #ss04 {
        max-width:900px;
        margin: 20px auto 0
    }
}

.discount .discount-top {
    background-color: #faf8f0;
    padding: 16px 0
}
/*
.discount .discount-top div {
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin: 0 auto;
    position: relative
}

.discount .discount-top div img {
    display: block
}

.discount .discount-top div p {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content
}

.discount .discount-top div .discount-top-type {
    left: 64px;
    font-size: 20px
}

.discount .discount-top div .discount-top-per {
    right: 35px;
    font-size: 50px
}
*/
.discount .discount-top div .discount-top-per span {
    font-size: 26px
}

.discount .discount-detail {
    width: 100%;
    background-color: #dddcd7;
    padding: 9px 0;
    display: flex;
    justify-content: center;
    align-items: center
}

.discount .discount-detail h2 {
    width: 90%;
    font-size: 16px
}

.discount .discount-detail.highlight {
    background-color: #cfcdaa
}

.discount .discount-detail.highlight2 {
    background-color: #a4d3cd
}

.discount .discount-list {
    width: 90%;
    margin: 0 auto 32px
}

.discount .discount-list li {
    border-bottom: solid 1px #DDDCD7;
    padding: 15px 0
}

.discount .discount-list li p {
    font-size: 14px
}

.discount .discount-list li p:before {
    content: "・";
    line-height: 1.4
}

#ss05 {
    border-top: solid 3px #CFCDAA;
    padding-top: 16px;
    padding-bottom: 40px
}

@media (min-width: 801px) {
    #ss05 {
        max-width:900px;
        margin: 0 auto
    }
}

#ss05 .ss05-title {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px
}

#ss05 .ss05-title img {
    display: block
}

#ss05 .ss05-title h2 {
    font-size: 16px
}

#ss05 .ss05-caution {
    background-color: #841728;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px 0;
    margin-top: 19px
}

#ss05 .ss05-caution p {
    width: 90%;
    color: #fff;
    text-align: center
}

#ss05 .ss05-bt {
    width: 90%;
    margin: 0 auto
}

#ss05 .ss05-bt .bt-temp {
    margin-top: 27px
}

#ss05 .ss05-bt .ss05-bt-txt {
    color: #cb0020;
    text-align: center;
    font-size: 12px
}

#ss06 {
    width: min(90%,900px);
    margin: 0 auto
}

#ss06 .discount-detail {
    width: 100%;
    background-color: #dddcd7;
    padding: 9px 0;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center
}

#ss06 .discount-detail h2 {
    width: 90%;
    font-size: 16px
}

#ss06 .ss06-bt {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2%;
    flex-wrap: wrap;
    margin-bottom: 30px
}

#ss06 .ss06-bt .bt-temp {
    margin-top: 10px;
    width: 100%
}

@media (min-width: 801px) {
    #ss06 .ss06-bt .bt-temp {
        width:32%
    }
}

#ss06 .ss06-caution {
    margin-top: 20px;
    font-size: 14px;
    text-align: center
}

#ss06 .ss06-caution h2:not(.title),#ss06 .ss06-caution h2:not(.title),#ss06 .ss06-caution h3:not(.title),#ss06 .ss06-caution h4,#ss06 .ss06-caution h5,#ss06 .ss06-caution h6 {
    font-size: 16px;
    padding: 10px 0;
    line-height: 1.5
}

#ss06 .ss06-caution p {
    font-size: 14px;
    line-height: 1.5
}

#ss06 .ss06-caution hr {
    display: block;
    width: 100%;
    margin: 16px auto 5px;
    background-color: #dddcd7;
    border: none
}

#is01 {
    width: min(800px,90%);
    margin: 0 auto 20px;
    border-bottom: solid 1px #9B9A7C;
    padding: 40px 0 20px
}

#is01 h1 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.4
}

#is01 section {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px
}

#is01 section p {
    font-size: 12px
}

#is01 section div {
    line-height: 1;
    padding: 5px 10px;
    background-color: #cfcdaa;
    border-radius: 20px;
    font-size: 12px
}

#is01 .is01-thum {
    display: block;
    width: 100%;
    aspect-ratio: 7/4;
    margin-top: 10px
}

#is02 {
    width: min(800px,90%);
    margin: 0 auto 30px
}

#is02 h2 {
    background-color: #cfcdaa;
    padding: 5px;
    line-height: 1.3;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 20px
}

#is02 h3 {
    border-bottom: solid 1px #c4c4c4;
    line-height: 1.3;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px
}

#is02 h3,#is02 h4,#is02 h5,#is02 h6 {
    font-size: 14px
}

#is02 p {
    font-size: 12px
}

#is02 em {
    font-style: italic!important
}

#is02 ul {
    width: 80%;
    margin: 0 auto
}

#is02 ul li {
    list-style: disc!important;
    font-size: 12px
}

#is02 ol {
    width: 80%;
    margin: 0 auto
}

#is02 ol li {
    list-style: number!important;
    font-size: 12px
}

#is02 img {
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

#is03 {
    margin: 0 auto 100px;
    width: 90%
}

#i01 {
    width: min(100%,900px);
    margin: 0 auto
}

#i01 .info-article {
    width: 90%;
    padding: 10px 5%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap
}

#i01 .info-article:nth-child(odd) {
    background-color: #faf8f0
}

#i01 .info-article .info-title-box {
    width: max(100px,15%);
    font-size: 14px
}

@media (max-width: 900px) {
    #i01 .info-article .info-title-box {
        font-size:12px
    }
}

#i01 .info-article .info-title-txt {
    width: 100%;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1.3
}

@media (max-width: 900px) {
    #i01 .info-article .info-title-txt {
        font-size:12px
    }
}

#pagenation {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 30px 0
}

#pagenation button {
    font-size: 14px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    width: 30px;
    height: 30px;
    font-family: 游明朝,Yu Mincho,YuMincho,Hiragino Mincho Pro,serif
}

@media (max-width: 900px) {
    #pagenation button {
        font-size:12px
    }
}

#pagenation button.active {
    background-color: #cfcdaa;
    border-radius: 100%;
    color: #fff
}

#pagenation img {
    display: block;
    width: 8px;
    cursor: pointer
}

@media (max-width: 900px) {
    #pagenation img {
        width:5px
    }
}

#c01 {
    width: min(90%,900px);
    margin: 0 auto 100px
}

#c01 ul {
    width: 100%
}

#c01 ul li {
    padding: 13px 16px
}

@media (min-width: 801px) {
    #c01 ul li {
        display:flex;
        justify-content: flex-start;
        align-items: center
    }
}

#c01 ul li p {
    font-size: 12px
}

@media (min-width: 801px) {
    #c01 ul li p:first-child {
        width:min(150px,30%);
        min-width: min(150px,30%)
    }
}

#c01 ul li p:last-child {
    width: auto
}

#c01 ul li p a {
    text-decoration: underline
}

#c01 ul li:nth-child(odd) {
    background-color: #faf8f0
}

#c02 {
    padding: 40px 0;
    background-color: #1d1d1d;
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
    align-items: center
}

#c02 p {
    text-align: center;
    width: 90%;
    color: #fff;
    font-size: 12px;
    font-family: Montserrat,sans-serif!important;
    font-optical-sizing: auto!important;
    font-weight: 500!important;
    font-style: normal!important
}

#so01 {
    width: min(90%,900px);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 10px
}

@media (min-width: 801px) {
    #so01 {
        gap:20px
    }
}

#so01 .shops-article {
    width: calc(50% - 5px);
    overflow: hidden;
    position: relative
}

@media (min-width: 801px) {
    #so01 .shops-article {
        width:calc(50% - 10px)
    }
}

#so01 .shops-article:hover .shops-thum {
    transform: scale(1.1);
    transition: all .3s
}

#so01 .shops-article .shops-thum {
    display: block;
    aspect-ratio: 182/107;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    transition: all .3s
}

#so01 .shops-article div {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    width: 90%;
    top: initial;
    padding: 5%;
    background: linear-gradient(to top,#000,#0000)
}

#so01 .shops-article .shops-name {
    font-size: 12px;
    line-height: 1.3;
    margin-top: 10px;
    color: #fff
}

@media (min-width: 801px) {
    #so01 .shops-article .shops-name {
        font-size:18px
    }
}

#so01 .shops-article .shops-area {
    font-size: 12px;
    color: #cfcdaa
}

@media (min-width: 801px) {
    #so01 .shops-article .shops-area {
        font-size:14px
    }
}

#so01 .shops-article .shops-arrow {
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 1;
    zoom:.7;transition: all .3s
}

@media (min-width: 801px) {
    #so01 .shops-article .shops-arrow {
        bottom:20px;
        right: 20px;
        zoom:1}
}

#so01 .shops-article:hover .shops-arrow {
    transform: translate(5px);
    transition: all .3s
}

#a01 {
    width: min(100%,900px);
    height: auto;
    display: block;
    aspect-ratio: 430/194;
    margin: 0 auto
}

#a02 {
    width: min(100%,900px);
    height: auto;
    display: block;
    margin: 0 auto 100px
}

#a02 h2 {
    background-color: #faf8f0;
    padding: 12px 5%;
    line-height: 1.3;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 10px
}

#a02 h3,#a02 h4 {
    font-size: 14px;
    width: 90%;
    margin: 0 auto;
    padding: 5px
}

#a02 h5,#a02 h6 {
    font-size: 12px;
    width: 90%;
    margin: 0 auto;
    font-weight: 700
}

#a02 p {
    width: 90%;
    font-size: 12px;
    margin: 0 auto
}

#a02 hr {
    display: block;
    width: 90%;
    margin: 10px auto 5px;
    background-color: #dddcd7;
    border: none
}

#a02 ul,#a02 ol {
    width: 90%;
    margin: 0 auto
}

#a02 ul li,#a02 ol li {
    font-size: 12px;
    width: 90%;
    margin: 0 auto
}

#p01 {
    width: min(90%,900px);
    margin: 0 auto 100px
}

#p01 h2,#p01 h3,#p01 h4,#p01 h5,#p01 h6 {
    font-size: 14px;
    padding: 10px 0;
    line-height: 1.3
}

#p01 p {
    font-size: 12px;
    line-height: 1.3
}

#p01 hr {
    display: block;
    width: 100%;
    margin: 16px auto 5px;
    background-color: #dddcd7;
    border: none
}

#g01 {
    width: min(90%,800px);
    margin: 0 auto
}

#fa01 {
    width: min(100%,800px);
    margin: 0 auto 100px
}

#fa01 h12 {
    background-color: #faf8f0;
    padding: 10px 5%;
    font-size: 14px
}

#fa01 .fa01-child {
    width: 90%;
    margin: 0 auto
}

#fa01 .fa01-child li {
    border-bottom: solid 1px #c4c4c4
}

#fa01 .fa01-child li .fa01-answer,#fa01 .fa01-child li .fa01-question {
    font-size: 12px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
    line-height: 1.3;
    margin-top: 7px;
    align-items: flex-start
}

#fa01 .fa01-child li .fa01-answer span,#fa01 .fa01-child li .fa01-question span {
    display: block;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    min-width: 30px;
    height: 30px;
    border-radius: 30px;
    color: #fff;
    margin-top: -7px
}

#fa01 .fa01-child li .fa01-answer.fa01-question,#fa01 .fa01-child li .fa01-question.fa01-question {
    padding: 15px 0
}

#fa01 .fa01-child li .fa01-answer.fa01-question span,#fa01 .fa01-child li .fa01-question.fa01-question span {
    background-color: #555
}

#fa01 .fa01-child li .fa01-answer.fa01-answer,#fa01 .fa01-child li .fa01-question.fa01-answer {
    padding-bottom: 15px;
    line-height: 1.5
}

#fa01 .fa01-child li .fa01-answer.fa01-answer span,#fa01 .fa01-child li .fa01-question.fa01-answer span {
    background-color: #b79f7c
}

#fa01 .fa01-child li .fa01-answer.fa01-answer a,#fa01 .fa01-child li .fa01-question.fa01-answer a {
    text-decoration: underline
}

#fa01 .fa01-child li:last-child {
    margin-bottom: 30px
}

#fa02 {
    width: min(90%,800px);
    margin: 0 auto 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px
}

#fa02 a {
    display: block;
    font-size: 12px;
    background-color: #faf8f0;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 5px 10px;
    border-radius: 20px;
    line-height: 1;
    border: solid 1px #CFCDAA
}

#caution {
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
    background-color: #000;
    font-family: Noto Sans JP,sans-serif;
    font-optical-sizing: auto;
    font-style: normal
}

#caution div p {
    text-align: left!important;
    letter-spacing: .04em;
    line-height: 1.5;
    margin-bottom: .7em
}

#caution .caution-inner {
	max-width:900px;
	margin:0 auto;
    padding:40px;
}

#caution h2,#caution h3,#caution h4,#caution h5,#caution h6,#caution p,#caution label {
    color: #fff;
    text-align: center;
    font-weight: 300
}

#caution .logo {
    display: block;
    margin: 0 auto 20px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content
}

#caution .logo img {
    display: block
}

#caution h2 {
    font-size: 20px
}

#caution h2,#caution h3,#caution h4,#caution h5,#caution h6 {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 10px
}

#caution h2:after,#caution h3:after,#caution h4:after,#caution h5:after,#caution h6:after {
    content: "";
    display: block;
    width: 50px;
    height: 1px;
    background-color: #fff;
    margin: 10px auto 0
}

#caution p {
    font-size: 14px
}

#caution.single {
    background-color: #faf8f0!important
}

#caution.single h2,#caution.single h3,#caution.single h4,#caution.single h5,#caution.single h6,#caution.single p,#caution.single label {
    color: #000!important
}

#caution.single h2:after,#caution.single h3:after,#caution.single h4:after,#caution.single h5:after,#caution.single h6:after,#caution.single p:after,#caution.single label:after {
    background-color: #000!important
}

#caution.single .caution-inner {
    background-color: #fff;
    width: -moz-fit-content;
    width: fit-content;
    width: min(530px,90%);
    height: 100vh;
    padding: 30px 5% 0;
    margin: 0 auto;
    box-shadow: 0 0 10px #ebebeb
}

#caution.single .bt-temp.false p,#caution.single .bt-temp.blue p {
    color: #fff!important
}

#caution .caution-bt {
    width: min(90%,500px);
    margin: 0 auto;
    padding-bottom: 100px
}

#caution .caution-bt .caution-bt-txt {
    font-size: 12px;
    padding: 36px 0 24px
}

#caution .caution-bt label {
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 30px;
    gap: 5px;
    font-size: 12px;
    line-height: 1
}

#caution .caution-bt label input {
    border: none;
    width: 18px;
    height: 18px;
    border-radius: 0
}

#caution .caution-bt .bt-temp {
    margin-top: 20px;
    box-shadow: none!important
}

#caution .caution-bt .bt-temp p {
    color: #000;
    font-family: 游明朝,Yu Mincho,YuMincho,Hiragino Mincho Pro,serif
}

#caution .caution-bt .bt-temp img {
    height: auto
}

#caution .caution-bt .caution-bt-message {
    font-size: 12px;
    text-align: center
}

.form-index {
    width: 100%
}

fieldset,.form-pp {
    width: 584px;
    margin: 0 auto;
    border: none
}

@media (max-width: 600px) {
    fieldset,.form-pp {
        width:90%
    }
}

fieldset input[type=checkbox],.form-pp input[type=checkbox] {
    display: none
}

fieldset div,.form-pp div {
    height: -moz-fit-content;
    height: fit-content;
    margin: 30px 0
}

fieldset label,.form-pp label {
    display: inline-block;
    position: relative;
    padding: 0 36px;
    font-family: YuMincho,serif;
    font-size: 14px
}

@media (max-width: 600px) {
    fieldset label,.form-pp label {
        font-size:14px
    }
}

fieldset label:before,fieldset label:after,.form-pp label:before,.form-pp label:after {
    content: "";
    position: absolute;
    display: block
}

fieldset label:before,.form-pp label:before {
    border: 1px solid #CFCDAA;
    width: 24px;
    height: 24px;
    top: 50%;
    left: 0;
    transform: translateY(-50%)
}

fieldset label:after,.form-pp label:after {
    border-width: 1px;
    border-color: transparent transparent #707070 #707070;
    border-style: solid;
    width: 25px;
    height: 10px;
    margin-top: -.7em;
    top: 50%;
    left: .4em;
    transform: translateY(-50%) rotate(-45deg);
    opacity: 0
}

fieldset input[type=checkbox]:checked+label:after,.form-pp input[type=checkbox]:checked+label:after {
    opacity: 1
}

.form-pp {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto
}

.form-pp a {
    text-decoration: underline
}

.form-txt,.form-ta {
    width: 584px;
    margin: 0 auto 30px;
    position: relative
}

@media (max-width: 600px) {
    .form-txt,.form-ta {
        width:90%
    }
}

.form-txt input,.form-txt textarea,.form-ta input,.form-ta textarea {
    width: 100%;
    box-sizing: border-box;
    height: 54px;
    display: block;
    border: solid 1px #CFCDAA;
    border-radius: 7px;
    font-family: YuMincho,serif;
    font-size: 16px;
    padding-left: 15px;
    color: #192f60
}

@media (max-width: 600px) {
    .form-txt input,.form-txt textarea,.form-ta input,.form-ta textarea {
        width:100%
    }
}

@media (max-width: 600px) {
    .form-txt input,.form-txt textarea,.form-ta input,.form-ta textarea {
        padding-left:15px
    }
}

.form-txt input::-moz-placeholder,.form-txt textarea::-moz-placeholder,.form-ta input::-moz-placeholder,.form-ta textarea::-moz-placeholder {
    color: #a3a9b5;
    font-size: 12px
}

.form-txt input::placeholder,.form-txt textarea::placeholder,.form-ta input::placeholder,.form-ta textarea::placeholder {
    color: #a3a9b5;
    font-size: 12px
}

.form-txt textarea,.form-ta textarea {
    padding-top: 18px;
    height: 249px;
    margin-bottom: 14px
}

.form-txt.ya,.form-ta.ya {
    margin-top: 60px
}

.form-txt img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 20px
}

@media (max-width: 600px) {
    .form-txt img {
        left:7px
    }
}

.form-ta img {
    position: absolute;
    top: 20px;
    left: 20px
}

@media (max-width: 600px) {
    .form-ta img {
        left:7px
    }
}

.form-submit {
    display: block;
    width: 256px;
    height: 59px;
    border-radius: 100px;
    background-color: #fff;
    border: solid 1px #CFCDAA;
    font-size: 12px;
    font-family: YuMincho,serif;
    margin: 50px auto 0
}

@media (max-width: 600px) {
    .form-submit {
        width:90%
    }
}

.error {
    color: red;
    font-size: 14px;
    font-family: YuMincho,serif;
    position: absolute
}

#form-confirm {
    width: 100%;
    background-color: #fcfcfc;
    padding: 30px 0
}

#form-confirm section {
    width: 584px;
    margin: 0 auto
}

@media (max-width: 600px) {
    #form-confirm section {
        width:90%
    }
}

#form-confirm section div {
    width: 200px;
    height: 35px;
    background-color: #cfcdaa;
    display: flex;
    justify-content: center;
    align-items: center
}

@media (max-width: 600px) {
    #form-confirm section div {
        width:170px;
        height: 30px
    }
}

#form-confirm section div b {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    font-family: YuMincho,serif
}

@media (max-width: 600px) {
    #form-confirm section div b {
        font-size:12px
    }
}

#form-confirm section p {
    width: 100%;
    padding: 0 0 20px 20px;
    font-family: YuMincho,serif;
    font-size: 14px;
    font-weight: 700
}

@media (max-width: 600px) {
    #form-confirm section p {
        width:calc(100% - 20px)
    }
}

#fixed {
    padding: 30px
}

#fixed p {
    text-align: center
}

#fixed a {
    display: block;
    margin: 0 auto;
    text-align: center
}

#send-message {
    width: min(800px,90%);
    margin: 0 auto
}

#send-message h2 {
    text-align: center;
    font-size: 16px
}

#send-message p {
    text-align: center;
    font-size: 14px
}

#send-message .bt-temp {
    margin-top: 40px
}

#cookie {
    position: fixed;
    bottom: 0;
    width: 90%;
    background-color: #000;
    z-index: 2147483647;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    padding: 20px 5%
}

#cookie p {
    font-size: 10px;
    color: #fff;
    font-family: Noto Sans JP,sans-serif;
    font-optical-sizing: auto;
    font-style: normal
}

#cookie p span {
    font-size: 12px;
    font-weight: 700
}

#cookie div {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px
}

#cookie div button {
    display: block;
    width: 100px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    border: solid 1px #CFCDAA;
    box-sizing: border-box;
    margin-bottom: 10px;
    font-size: 12px;
    color: #cfcdaa;
    cursor: pointer
}
