html,
body {
    height: 100%
}

#title {
    position: relative;
    width: 100%;
    height: 100%;
    background-image: url(../img/awajikoku_sky.jpg);
    background-size: cover;
    background-position: center;
    overflow: hidden
}

#title h1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

#closed_info {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 880px;
    transform: translate(-50% ,-50%);
    padding: 20px;
    background: rgba(255, 255, 255, 0.8);
    text-align: center;
    font-size:18px;
    line-height: 1.6em;
    color: #333;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3)
}

#title h1 span {
    display: none;
    width: 90%;
    height: 80%;
    background-image: url(../img/title.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto
}

#title h1 span em {
    display: none
}

#title #bt_scroll {
    display: none;/*2026年1月09日に非表示*/
    width: 100px;
    left: 50%;
    bottom: 30px;
    position: absolute;
    color: #fff;
    font: 13px 'Crimson Text', serif;
    letter-spacing: .4em;
    padding: 60px 0 0 0;
    background-image: url(../img/bt_scroll_bg.png);
    background-repeat: no-repeat;
    background-position: top center;
    text-align: center;
    margin-left: -50px;
    -webkit-animation: 1.5s linear 0s infinite arrowAnime;
    -moz-animation: 1.5s linear 0s infinite arrowAnime;
    -ms-animation: 1.5s linear 0s infinite arrowAnime;
    animation: 1.5s linear 0s infinite arrowAnime
}

#title #bt_scroll span {
    padding-left: .4em
}

@-webkit-keyframes arrowAnime {
    0% {
        background-position: top -80px center
    }

    100% {
        background-position: top 80px center
    }
}

@-moz-keyframes arrowAnime {
    0% {
        background-position: top -80px center
    }

    100% {
        background-position: top 80px center
    }
}

@-ms-keyframes arrowAnime {
    0% {
        background-position: top -80px center
    }

    100% {
        background-position: top 80px center
    }
}

@keyframes arrowAnime {
    0% {
        background-position: top -80px center
    }

    100% {
        background-position: top 80px center
    }
}

#bn_welcome {
    position: absolute;
    left: 30px;
    bottom: 30px;
    line-height: 0
}

#bn_welcome .mob {
    display: none
}

@media screen and (max-width:903px),
screen and (max-height:820px) {
    #title h1 span {
        background-size: contain
    }
}

#parts_okome {
    position: absolute;
    top: 760px;
    left: 50%;
    margin-left: -870px;
    z-index: 9
}

#about {
    position: relative;
    padding: 97px 0 60px 0;
    background-color: #f6f6f1;
    text-align: center;
    overflow: hidden;
    background: url(../img/about_bg.jpg) left top repeat;
    background: url(../img/bg_nami.png) -500px bottom repeat-x, url(../img/about_bg.jpg) left top repeat
}

#about #parts_ten {
    position: absolute;
    top: 263px;
    left: 50%;
    margin-left: 597px
}

#about .title {
    width: 1000px;
    margin: auto;
    padding: 36px 0;
    line-height: 1em;
    background-image: url(../img/about_title_bg.png);
    background-repeat: no-repeat;
    background-position: top
}

#about .title h1 {
    font: normal 38px 'UtsukushiMincho', serif;
    letter-spacing: -0.12em
}

#about .title h1 span {
    letter-spacing: -0.2em
}

#about .title p {
    font: italic 16px 'Crimson Text', serif;
    letter-spacing: .2em;
    margin-top: 9px
}

#about .con {
    font-size: 16px;
    line-height: 2.4em;
    letter-spacing: .1em;
    font-feature-settings: 'palt' 1
}

#about .copy {
    margin: 30px;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: .1em;
    background-image: url(../img/about_copy_bg.png);
    background-repeat: repeat-x;
    background-position: bottom;
    padding: 0 5px 8px 5px
}

#about .copy br {
    display: none
}

#about .link {
    position: relative;
    width: 1000px;
    height: 322px;
    margin: auto;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

#about .link .mob {
    display: none
}

#about .link h2 {
    position: absolute;
    font-family: 'UtsukushiMincho', serif;
    font-weight: normal;
    left: 25px;
    line-height: 1em
}

#about .link p {
    position: absolute;
    font: italic 16px 'Crimson Text', serif;
    letter-spacing: .2em;
    bottom: 30px;
    left: 30px
}

#about .link #bt_concept {
    position: relative;
    -webkit-box-flex: auto;
    -webkit-flex: auto;
    flex: auto;
    height: 322px;
    background-image: url(../img/bt_concept_bg.jpg);
    background-position: center;
    cursor: pointer;
    margin-right: 12px
}

#about .link #bt_concept h2 {
    bottom: 53px;
    font-size: 36px
}

#about .link #bt_concept .bt_play {
    position: absolute;
    top: 50%;
    left: 50%;
    background-image: url(../img/bt_play.png);
    background-repeat: no-repeat;
    background-position: top center;
    width: 78px;
    padding-top: 80px;
    text-align: center;
    font: italic 16px 'Crimson Text', serif;
    letter-spacing: .2em;
    margin: -50px 0 0 -39px
}

#about .link #bt_comment {
    position: relative;
    width: 294px;
    height: 322px;
    background-image: url(../img/bt_comment_bg.jpg)
}

#about .link #bt_comment a {
    display: block;
    width: 294px;
    height: 322px;
    color: #fff
}

#about .link #bt_comment a h2 {
    bottom: 50px;
    font-size: 24px
}

#about .link #bt_comment a h2 span {
    font-size: 18px
}

#about #bt_about {
    margin: 30px auto;
    width: 370px
}

#about #bt_about a {
    letter-spacing: .05em
}

#avr {
    text-align: center;
    padding: 84px 0 110px 0
}

#avr .title {
    position: relative;
    padding: 80px 0 60px 0;
    line-height: 1em;
    background-image: url(../img/avr_title_bg.png);
    background-repeat: no-repeat;
    background-position: top
}

#avr .title h1 {
    font: normal 38px 'UtsukushiMincho', serif;
    letter-spacing: -0.12em
}

#avr .title h1 span {
    letter-spacing: -0.2em
}

#avr .title p {
    font: italic 16px 'Crimson Text', serif;
    letter-spacing: .2em;
    margin-top: 9px
}

#avr .title:after {
    content: "";
    display: block;
    width: 35px;
    height: 1px;
    background: #000;
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: -17.5px
}

#avr .con {
    font-size: 16px;
    line-height: 2.4em;
    letter-spacing: .1em
}

#avr #avr_vr {
    position: relative;
    height: 560px;
    margin: 60px 0
}

#avr #avr_vr figure {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -370px
}

#avr #avr_vr h2 {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -540px;
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-align: left;
    font-size: 32px;
    letter-spacing: -0.12em
}

#avr #avr_vr h2:after {
    content: url(../img/parts_nami.png);
    position: absolute;
    top: 307px;
    right: -140px
}

#avr #avr_vr p {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -450px;
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 13px;
    letter-spacing: .14em
}

#cook,
#food {
    padding: 0 0 170px 0
}

#cook .img,
#food .img {
    width: 100%;
    height: auto
}

#cook .con,
#food .con {
    position: relative;
    width: 1100px;
    height: 470px;
    margin: 60px auto
}

#cook .con #parts_ten2,
#food .con #parts_ten2 {
    position: absolute;
    top: 200px;
    left: -240px
}

#cook .con .title,
#food .con .title {
    position: absolute;
    top: -140px;
    right: 52px;
    background: #fff;
    width: 100px;
    height: 370px
}

#cook .con .title h1,
#food .con .title h1 {
    position: absolute;
    display: block;
    top: 28px;
    left: 5px;
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 33px
}

#cook .con .title h1 span,
#food .con .title h1 span {
    font-size: 50px
}

#cook .con .title p,
#food .con .title p {
    display: block;
    position: absolute;
    top: 30px;
    left: 63px;
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 16px;
    letter-spacing: .14em
}

#cook .con .title:after,
#food .con .title:after {
    content: url(../img/parts_nami.png);
    position: absolute;
    top: 300px;
    left: 80px
}

#cook .con .txt,
#food .con .txt {
    position: absolute;
    top: 40px;
    right: 185px;
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 16px;
    line-height: 2.4em;
    white-space: nowrap
}

#cook .con .txt .space,
#food .con .txt .space {
    letter-spacing: .1em
}

#cook .con figure ul,
#food .con figure ul {
    display: -webkit-box;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -webkit-align-content: space-between;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
    position: absolute;
    top: 0;
    right: 380px;
    width: 670px;
    height: 470px;
    line-height: 0
}

#cook .bt2,
#food .bt2 {
    display: block;
    margin: auto;
    width: 410px
}

#cook .bt2 a,
#food .bt2 a {
    letter-spacing: .3em
}

#food {
    padding-bottom: 50px
}

#tax {
    text-align: center;
    padding: 0 0 110px 0
}

#tax .title {
    position: relative;
    padding: 80px 0 30px 0;
    line-height: 1em;
    background-image: url(../img/avr_title_bg.png);
    background-repeat: no-repeat;
    background-position: top
}

#tax .title h1 {
    font-size: 42px;
    letter-spacing: -0.12em
}

#tax .title h1 span {
    font-size: .7em
}

#tax .title p {
    font-size: 16px;
    letter-spacing: .2em;
    margin-top: 9px
}

#tax .copy {
    font-size: 16px;
    line-height: 2em
}

#tax figure.img {
    display: block;
    position: relative;
    width: 100%;
    height: 519px;
    margin: 80px 0
}

#tax figure.img img {
    position: absolute;
    top: 0;
    left: 50%
}

#tax figure.img ul li:nth-child(1) img {
    margin-left: -1090px
}

#tax figure.img ul li:nth-child(2) img {
    margin-left: -356px
}

#tax figure.img ul li:nth-child(3) img {
    margin-left: 378px
}

#tax figure.img:after {
    content: url(../img/parts_nami.png);
    position: absolute;
    top: -32px;
    left: 50%;
    margin-left: -68px
}

#tax #hako {
    position: relative;
    height: 306px;
    margin: auto;
    padding: 40px 0 0 0;
    text-align: left
}

#tax #hako figure img {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -450px
}

#tax #hako .txt {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -20px
}

#tax #hako .txt h2 {
    font-size: 26px;
    padding: 20px 0 30px 0
}

#tax #hako .txt p {
    font-size: 16px;
    line-height: 2em
}

#feature {
    text-align: center;
    padding: 0 0 170px 0;
    background: url(../img/body_bg.jpg) center bottom no-repeat;
    background-image: url(../img/bg_nami_reverse.png), url(../img/body_bg.jpg);
    background-position: -500px top, center bottom;
    background-repeat: repeat-x, no-repeat;
    background-size: auto, cover
}

#feature .title {
    position: relative;
    padding: 180px 0 60px 0;
    line-height: 1em
}

#feature .title h2 {
    font: normal 42px 'UtsukushiMincho', serif;
    letter-spacing: -0.12em
}

#feature .title h2 span {
    font-size: .7em
}

#feature .title h2:before {
    position: absolute;
    content: url(../img/parts_nami.png);
    top: 180px;
    left: 50%;
    margin-left: -348px
}

#feature .title h2:after {
    position: absolute;
    content: url(../img/parts_nami.png);
    top: 180px;
    left: 50%;
    margin-left: 212px
}

#feature .title p {
    font: italic 16px 'Crimson Text', serif;
    letter-spacing: .2em;
    margin-top: 9px
}

#feature .title:after {
    position: absolute;
    content: "";
    bottom: 30px;
    left: 50%;
    display: block;
    background: #000;
    width: 30px;
    height: 1px;
    margin-left: -15px
}

#feature .copy {
    font-size: 16px;
    line-height: 2em
}

#feature ul.slider {
    display: inline
}

#feature ul.slider li {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 20px;
    cursor: pointer
}

#feature ul.slider li:hover {
    opacity: .8
}

#feature ul.slider .bt_prev {
    left: 0;
    background-image: url(../img/bt_arrow_prev.png)
}

#feature ul.slider .bt_next {
    right: 0;
    background-image: url(../img/bt_arrow_next.png)
}

#feature #youtube {
    position: relative;
    height: 505px;
    width: 1000px;
    margin: 50px auto 120px auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
}

#feature #youtube .right,
#feature #youtube .left {
    width: 55px
}

#feature #youtube .right div,
#feature #youtube .left div {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 20px;
    cursor: pointer
}

#feature #youtube .right .bt_prev,
#feature #youtube .left .bt_prev {
    left: 0;
    background-image: url(../img/bt_arrow_prev.png)
}

#feature #youtube .right .bt_next,
#feature #youtube .left .bt_next {
    right: 0;
    background-image: url(../img/bt_arrow_next.png)
}

#feature #youtube #mov {
    position: relative;
    flex-grow: 1
}

#feature #youtube #mov .inn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

#feature #youtube #mov .inn .item {
    position: absolute;
    top: 0;
    left: 0
}

#feature .title_h3 {
    position: relative;
    width: 1000px;
    margin: auto
}

#feature .title_h3 h3 {
    font: normal 30px 'UtsukushiMincho', serif
}

#feature .title_h3 h3 span {
    font-size: .8em
}

#feature .title_h3 p {
    font: italic 14px 'Crimson Text', serif;
    letter-spacing: .2em;
    margin: 8px 0
}

#feature .title_h3:after,
#feature .title_h3:before {
    position: absolute;
    content: "";
    top: 20px;
    display: block;
    background: #000;
    height: 1px;
    width: 280px;
    left: 50%
}

#feature .title_h3:before {
    margin-left: -500px
}

#feature .title_h3:after {
    margin-left: 220px
}

#feature #spot {
    position: relative;
    width: 1000px;
    height: 340px;
    margin: 50px auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
}

#feature #spot .right,
#feature #spot .left {
    width: 55px
}

#feature #spot .right div,
#feature #spot .left div {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 20px;
    cursor: pointer
}

#feature #spot .right .bt_prev,
#feature #spot .left .bt_prev {
    left: 0;
    background-image: url(../img/bt_arrow_prev.png)
}

#feature #spot .right .bt_next,
#feature #spot .left .bt_next {
    right: 0;
    background-image: url(../img/bt_arrow_next.png)
}

#feature #spot #spots {
    position: relative;
    display: block;
    width: 890px;
    height: 340px;
    margin: auto;
    overflow: hidden
}

#feature #spot #spots li,
#feature #spot #spots a {
    display: block;
    width: 280px;
    height: 340px
}

#feature #spot #spots li {
    position: absolute;
    bottom: 0;
    -webkit-transition: left .7s;
    -moz-transition: left .7s;
    -ms-transition: left .7s;
    transition: left .7s;
    text-align: left
}

#feature #spot #spots li p,
#feature #spot #spots li h4 {
    display: block;
    color: #fff;
    position: absolute;
    left: 20px;
    text-shadow: 0 0 10px #000
}

#feature #spot #spots li p {
    bottom: 15px;
    font: italic 15px 'Crimson Text', serif;
    letter-spacing: .05em;
    text-transform: uppercase
}

#feature #spot #spots li h4 {
    bottom: 45px;
    font: normal 23px 'UtsukushiMincho', serif;
    letter-spacing: -0.1em;
    line-height: 1.1em
}

#feature #spot #spots li h4 span {
    font-size: .7em
}

#feature #info_bn {
    display: block;
    position: relative;
    height: 142px;
    margin: 36px 0
}

#feature #info_bn li,
#feature #info_bn a {
    display: block
}

#feature #info_bn li {
    position: absolute
}

#feature #info_bn li:nth-child(1) {
    left: 0
}

#feature #info_bn li:nth-child(2) {
    right: 0
}

#feature #info_bn2 {
    display: block;
    position: relative
}

#feature #info_fb {
    padding: 10px;
    margin: 36px 0;
    width: 470px;
    height: 490px;
    background: #fff
}

#feature #info_link {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
}

#feature #info_link li {
    flex: 0 1 auto;
    width: 240px;
    height: 120px;
    margin-bottom: 10px
}

#spots li:nth-child(1) {
    left: 0
}

#spots li:nth-child(2) {
    left: 305px
}

#spots li:nth-child(3) {
    left: 610px
}

#spots li:nth-child(n+4) {
    left: 1415px
}

#feature #spots .sp0 {
    left: -500px
}

#feature #spots .sp1 {
    left: 0
}

#feature #spots .sp2 {
    left: 305px
}

#feature #spots .sp3 {
    left: 610px
}

#feature #spots .sp4 {
    left: 1415px
}

#modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 38, 111, 0.9);
    z-index: 20;
    overflow: hidden
}

#modal div.inn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -335px 0 0 -500px;
    width: 1000px;
    height: 670px;
    color: #fff
}

#modal div.inn .main {
    border: 6px solid #fff
}

#modal div.inn .bt2 {
    position: absolute;
    width: 330px;
    bottom: 0;
    right: 90px
}

#modal div.inn .bt2 a {
    border: #fff solid 1px;
    color: #fff
}

#modal div.inn .bt2 a i {
    background-image: url(../img/bt_arrow_w.png)
}

#modal div.inn .bt2 a:hover {
    background-color: #fff;
    color: #333
}

#modal div.inn .bt2 a:hover i {
    background-image: url(../img/bt_arrow.png)
}

#modal div.inn .ja {
    position: absolute;
    bottom: 5px;
    left: 70px;
    font-size: 26px;
    transform: scale(.9, 1)
}

#modal div.inn .ja .tume {
    letter-spacing: -0.3em
}

#modal div.inn .ja .small {
    font-size: .8em
}

#modal .bt_close {
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
    border: none
}

#opening {
    display: none;/*2026年1月09日に非表示*/
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 20;
    overflow: hidden
}

#opening #yplayer {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute
}

#opening iframe {
    position: absolute
}

#opening .bt_close {
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
    border: none
}

@media screen and (max-width:1200px) {
    #avr #avr_vr {
        width: 1200px;
        top: 0;
        left: 0
    }
}

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

    #food .con,
    #cook .con {
        width: 100%
    }

    #food .con figure ul,
    #cook .con figure ul {
        width: 60%;
        height: auto
    }

    #food .con figure ul li,
    #cook .con figure ul li {
        width: 49%;
        margin-bottom: 10px
    }

    #food .con figure ul li img,
    #cook .con figure ul li img {
        width: 100%
    }

    #tax figure.img {
        height: auto;
        line-height: 0
    }

    #tax figure.img img {
        width: 64.72727273%
    }

    #tax figure.img ul li:nth-child(1) img {
        margin-left: -98.38545455%
    }

    #tax figure.img ul li:nth-child(2) img {
        margin-left: 0;
        position: static
    }

    #tax figure.img ul li:nth-child(3) img {
        margin-left: 33.727273%
    }
}

@media screen and (max-width:1000px) {
    #modal {
        display: flex;
        justify-content: center
    }

    #modal div.inn {
        position: static;
        margin: auto;
        height: auto;
        top: auto;
        left: auto;
        text-align: center;
        width: 100%
    }

    #modal div.inn .main {
        width: 90%;
        margin: auto
    }

    #modal div.inn .bt2 {
        position: static;
        margin: 10px auto
    }

    #modal div.inn .ja {
        position: static
    }

    #about .link,
    #about .title {
        width: 100%
    }

    #about .link #bt_concept h2 {
        font-size: 24px
    }

    #avr #avr_vr {
        width: 100%;
        height: 460px
    }

    #avr #avr_vr figure {
        display: block;
        overflow: hidden;
        line-height: 0;
        width: 100%;
        height: 460px;
        left: 230px;
        margin-left: 0
    }

    #avr #avr_vr figure img {
        position: absolute;
        top: 0;
        left: -180px;
        height: 460px
    }

    #avr #avr_vr h2 {
        left: 60px;
        margin-left: 0
    }

    #avr #avr_vr p {
        left: 150px;
        margin-left: 0
    }

    #food .con figure ul,
    #cook .con figure ul {
        width: 50%
    }

    #tax .copy {
        margin: 0 20px
    }

    #tax .copy br {
        display: none
    }

    #tax #hako figure img {
        width: 45%;
        margin-left: 0;
        left: auto;
        right: 50%;
        margin-right: 20px
    }

    #tax #hako .txt {
        margin-left: 0
    }

    #tax #hako .txt p {
        margin-right: 20px
    }

    #tax #hako .txt p br {
        display: none
    }

    #feature #youtube {
        width: 100%;
        height: auto
    }

    #feature #youtube #mov {
        position: relative
    }

    #feature #youtube #mov:before {
        content: "";
        display: block;
        padding-top: 56.74157303%
    }

    #feature .title_h3 {
        width: 100%
    }

    #feature #spot {
        width: 100%;
        height: auto
    }

    #feature #spot .inn {
        position: relative;
        -webkit-flex-grow: 1;
        flex-grow: 1;
        width: auto;
        height: 340px
    }

    #feature #spot .inn #spots {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

    #feature #info_bn {
        height: auto;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex
    }

    #feature #info_bn li {
        position: static;
        -webkit-flex-grow: 1;
        flex-grow: 1;
        padding: 0 5px
    }

    #feature #info_bn li a img {
        width: 100%
    }

    #feature #info_bn2 {
        padding: 0 10px;
        height: auto;
        display: -webkit-flex;
        display: flex
    }

    #feature #info_bn2 #info_fb {
        padding: 0;
        margin: 0;
        width: auto
    }

    #feature #info_bn2 #info_link {
        position: static;
        width: auto;
        height: auto;
        padding: 0 0 0 20px;
        -webkit-align-content: flex-start;
        align-content: flex-start
    }

    #feature #info_bn2 #info_link li {
        display: block;
        width: 48%;
        height: auto;
        margin-bottom: 5px;
        line-height: 0
    }

    #feature #info_bn2 #info_link li a img {
        width: 100%
    }
}

@media screen and (max-width:800px) {
    #about .title h1 {
        font-size: 30px
    }

    #about .title p {
        font-size: 14px;
        letter-spacing: .1em
    }

    #about .con {
        line-height: 1.7em;
        margin: 0 20px;
        font-size: 14px
    }

    #about .con br {
        display: none
    }

    #title #bt_scroll {
        display: none
    }

    #closed_info {
        font-size: 16px
    }

    #avr .title h1 {
        font-size: 30px
    }

    #avr .title p {
        font-size: 14px;
        letter-spacing: .1em
    }
}

@media screen and (max-width:700px) {
    #avr #avr_vr {
        height: 360px
    }

    #avr #avr_vr figure {
        height: 360px;
        left: 130px
    }

    #avr #avr_vr figure img {
        height: 360px
    }

    #avr #avr_vr h2 {
        left: 20px;
        font-size: 22px
    }

    #avr #avr_vr h2:after {
        top: 220px;
        right: -140px
    }

    #avr #avr_vr p {
        left: 85px;
        font-size: 9px
    }

    #food .con figure ul,
    #cook .con figure ul {
        top: -50px;
        width: 170px
    }

    #food .con figure ul li,
    #cook .con figure ul li {
        width: 100%
    }

    #feature .copy {
        margin: 0 20px
    }

    #feature .copy br {
        display: none
    }

    #feature #spot .inn {
        height: auto
    }

    #feature #spot .inn:before {
        content: "";
        display: block;
        padding-top: 56.74157303%
    }

    #feature #spot .inn #spots li {
        height: 100%;
        width: auto
    }

    #feature #spot .inn #spots li a {
        height: 100%;
        width: auto
    }

    #feature #spot .inn #spots li a img {
        width: auto;
        height: 100%
    }

    #feature #spot .inn #spots li a h4 {
        font-size: 16px;
        left: 8px;
        bottom: 30px;
        width: 90%
    }

    #feature #spot .inn #spots li a p {
        font-size: 10px;
        left: 8px;
        bottom: 10px
    }

    #spots li:nth-child(2) {
        left: 50%
    }

    #feature #spots .sp2 {
        left: 50%
    }
}

@media screen and (max-width:600px) {
    #modal div.inn .bt2 {
        width: 280px
    }

    #modal div.inn .bt2 a {
        padding: 15px 0
    }

    #modal div.inn .ja {
        font-size: 21px
    }

    #modal div.inn .ja br {
        display: none
    }

    #title {
        /*background-image: url(../img/title_mob_bg.jpg);2026年1月09日に非表示*/
        height: 100vw
    }

    #about .copy {
        background-image: none
    }

    #about .copy br {
        display: block
    }

    #about .copy span {
        display: inline-block;
        background-image: url(../img/about_copy_bg.png);
        background-repeat: repeat-x;
        background-position: bottom;
        padding: 9px 5px 5px 5px
    }

    #about .link {
        display: block;
        height: auto
    }

    #about .link .mob {
        display: block;
        width: 100%
    }

    #about .link #bt_concept {
        height: auto;
        width: 100%;
        margin-bottom: 20px
    }

    #about .link #bt_concept h2 {
        bottom: 30px
    }

    #about .link #bt_concept p {
        bottom: 10px;
        font-size: 13px
    }

    #about .link #bt_comment {
        height: auto;
        width: 100%
    }

    #about .link #bt_comment a {
        height: auto;
        width: 100%
    }

    #about .link #bt_comment a h2 {
        bottom: 30px
    }

    #about .link #bt_comment a h2 br {
        display: none
    }

    #about .link #bt_comment a p {
        bottom: 10px;
        font-size: 13px
    }

    #bn_welcome {
        position: static
    }

    #bn_welcome .pc {
        display: none
    }

    #bn_welcome .mob {
        display: block
    }

    #bn_welcome img {
        width: 100%
    }

    #avr .con {
        font-size: 14px;
        margin: 0 10px
    }

    #avr .con br {
        display: none
    }

    #avr #bt_avr_vr {
        width: 450px
    }

    #avr #bt_avr_vr a {
        width: 450px
    }

    #food .con figure ul,
    #cook .con figure ul {
        right: 350px
    }

    #closed_info {
        width: 80%;
        max-width: none
    }

    #tax figure.img {
        margin: 40px 0 20px 0
    }

    #tax #hako {
        padding: 0;
        height: auto;
        text-align: center
    }

    #tax #hako figure img {
        position: static;
        width: 45%;
        margin: 0
    }

    #tax #hako .txt {
        position: static;
        margin: 0 0 20px 0
    }

    #tax #hako .txt h2 {
        font-size: 19px;
        padding: 10px 0 20px 0
    }

    #tax #hako .txt p {
        font-size: 14px
    }

    #tax #bt_tax_detail {
        width: 300px
    }

    #tax #bt_tax_detail a {
        width: 300px;
        padding: 20px 0
    }
}

@media screen and (max-width:500px) {
    #about .link #bt_concept .bt_play {
        zoom: .7
    }

    #avr #avr_vr {
        height: 330px;
        margin: 30px 0
    }

    #avr #avr_vr figure {
        left: 120px;
        height: 280px
    }

    #avr #avr_vr figure img {
        left: -190px;
        height: 280px
    }

    #avr #avr_vr h2 {
        left: 10px
    }

    #avr #avr_vr p {
        left: 75px
    }

    #avr #bt_avr_vr {
        width: 300px
    }

    #avr #bt_avr_vr a {
        width: 300px;
        padding: 15px 0
    }

    #food .con,
    #cook .con {
        margin: 20px auto;
        height: auto
    }

    #food .con .title,
    #cook .con .title {
        top: -80px;
        right: 10.4%
    }

    #food .con .txt,
    #cook .con .txt {
        top: 0;
        right: 170px;
        white-space: normal;
        height: 320px;
        line-height: 10vw
    }

    #food .con .txt br,
    #cook .con .txt br {
        display: none
    }

    #food .con figure ul,
    #cook .con figure ul {
        position: static;
        width: 100%;
        padding-top: 340px
    }

    #food .con figure ul li,
    #cook .con figure ul li {
        width: 48%
    }

    #food .bt2,
    #cook .bt2 {
        width: 300px
    }

    #food .bt2 a,
    #cook .bt2 a {
        padding: 20px 0
    }

    #feature #info_bn {
        -webkit-flex-direction: column;
        flex-direction: column
    }

    #feature #info_bn li {
        line-height: 0;
        margin-bottom: 10px
    }

    #feature #spot .inn #spots li a h4 {
        font-size: 12px;
        bottom: 25px
    }

    #feature #spot .inn #spots li a p {
        font-size: 9px
    }
}

@media screen and (max-width:400px) {
    #about {
        padding: 50px 0 60px 0
    }

    #about .title {
        padding: 20px 0
    }

    #about .title h1 {
        font-size: 17px
    }

    #about .title .en {
        font-size: 9px;
        margin-top: 2px
    }

    #about .con {
        font-size: 13px
    }

    #about .copy {
        font-size: 15px;
        margin: 25px 10px
    }

    #about #parts_ten {
        display: none
    }

    #about .link #bt_concept .bt_play {
        zoom: .6
    }

    #about #bt_about {
        width: 310px
    }

    #about #bt_about a {
        letter-spacing: -0.05em
    }

    #parts_okome {
        display: none
    }

    #avr {
        padding-top: 1px;
        padding-bottom: 50px
    }

    #avr .title {
        background-size: 200px;
        padding: 60px 0 30px 0
    }

    #avr .title:after {
        bottom: 15px
    }

    #avr .title h1 {
        font-size: 21px
    }

    #avr .title p {
        font-size: 9px;
        margin: 0
    }

    #avr #avr_vr {
        height: 280px
    }

    #avr #avr_vr h2 {
        font-size: 18px;
        left: 27px
    }

    #avr #avr_vr h2:after {
        content: ' ';
        display: block;
        height: 30px;
        width: 80px;
        background-image: url(../img/parts_nami.png);
        background-repeat: no-repeat;
        background-size: contain;
        top: 223px;
        right: -86px
    }

    #avr #bt_avr_vr a {
        font-size: 17px;
        padding: 15px 0
    }

    #avr #bt_avr_vr a img {
        height: 23px
    }

    #food,
    #cook {
        padding: 0 0 70px 0
    }

    #food .con .title,
    #cook .con .title {
        height: 240px;
        width: 63px
    }

    #food .con .title h1,
    #cook .con .title h1 {
        font-size: 20px;
        top: 20px
    }

    #food .con .title h1 span,
    #cook .con .title h1 span {
        font-size: 1.5em
    }

    #food .con .title p,
    #cook .con .title p {
        font-size: 9px;
        height: 240px;
        top: 20px;
        left: 39px
    }

    #food .con .title:after,
    #cook .con .title:after {
        content: ' ';
        display: block;
        height: 30px;
        width: 80px;
        background-image: url(../img/parts_nami.png);
        background-repeat: no-repeat;
        background-size: contain;
        top: 173px;
        right: -66px;
        left: auto
    }

    #food .con .txt,
    #cook .con .txt {
        position: static;
        font-size: 14px;
        height: 220px;
        line-height: 2.3em;
        display: block;
        margin: 0 110px 0 auto
    }

    #food .con figure ul,
    #cook .con figure ul {
        padding-top: 20px
    }

    #tax .title {
        background-size: 200px;
        padding: 50px 0 30px 0
    }

    #tax .title:after {
        bottom: 15px
    }

    #tax .title h1 {
        font-size: 21px
    }

    #tax .title p {
        font-size: 9px;
        margin: 0
    }

    #tax .copy {
        font-size: 14px;
        line-height: 1.8em
    }

    #tax figure.img:after {
        content: ' ';
        display: block;
        height: 30px;
        width: 80px;
        background-image: url(../img/parts_nami.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        top: -17px;
        left: 50%;
        right: auto;
        margin-left: -40px
    }

    #tax #hako .txt h2 {
        font-size: 18px
    }

    #tax #bt_tax_detail a {
        font-size: 17px;
        padding: 18px 0
    }

    #tax #bt_tax_detail a img {
        height: 23px
    }

    #feature .title {
        background-size: 200px;
        padding: 80px 0 30px 0
    }

    #feature .title:after {
        bottom: 15px
    }

    #feature .title h2 {
        font-size: 21px;
        letter-spacing: 0
    }

    #feature .title p {
        font-size: 9px;
        margin: 0
    }

    #feature .copy {
        font-size: 14px
    }

    #feature #youtube {
        margin: 15px auto 30px auto
    }

    #feature .title_h3 h3 {
        font-size: 21px;
        letter-spacing: 0
    }

    #feature .title_h3 p {
        font-size: 9px;
        margin: 0
    }

    #feature .title_h3:before {
        margin-left: -420px;
        opacity: .3
    }

    #feature .title_h3:after {
        margin-left: 140px;
        opacity: .3
    }

    #feature #spot {
        margin: 20px auto 30px auto
    }

    #feature #info_bn {
        margin: 20px 0
    }

    #feature #info_bn2 {
        display: block
    }

    #feature #info_bn2 #info_link {
        padding: 20px 0 0 0;
        display: block
    }

    #feature #info_bn2 #info_link li {
        display: block;
        width: 48%;
        margin-bottom: 8px;
        float: left;
        margin-left: 4px
    }

    #feature #info_bn2 #info_link:after {
        display: block;
        content: '';
        clear: both
    }
}

.pa_left:after {
    background-image: url(../img/about_bg.jpg)
}

.ua-android-4-0 #food .con figure ul,
.ua-android-4-1 #food .con figure ul,
.ua-android-4-2 #food .con figure ul,
.ua-android-4-0 #cook .con figure ul,
.ua-android-4-1 #cook .con figure ul,
.ua-android-4-2 #cook .con figure ul {
    display: block
}

.ua-android-4-0 #food .con figure ul li,
.ua-android-4-1 #food .con figure ul li,
.ua-android-4-2 #food .con figure ul li,
.ua-android-4-0 #cook .con figure ul li,
.ua-android-4-1 #cook .con figure ul li,
.ua-android-4-2 #cook .con figure ul li {
    display: block;
    float: left
}

.ua-android-4-0 #food .con figure ul:after,
.ua-android-4-1 #food .con figure ul:after,
.ua-android-4-2 #food .con figure ul:after,
.ua-android-4-0 #cook .con figure ul:after,
.ua-android-4-1 #cook .con figure ul:after,
.ua-android-4-2 #cook .con figure ul:after {
    display: block;
    content: '';
    clear: both
}

.ua-android-4-0 #feature #youtube,
.ua-android-4-1 #feature #youtube,
.ua-android-4-2 #feature #youtube {
    display: block;
    height: 140px
}

.ua-android-4-0 #feature #youtube #mov,
.ua-android-4-1 #feature #youtube #mov,
.ua-android-4-2 #feature #youtube #mov {
    display: block;
    width: 260px;
    height: 140px;
    margin: auto
}

.ua-android-4-0 #feature #youtube #mov:before,
.ua-android-4-1 #feature #youtube #mov:before,
.ua-android-4-2 #feature #youtube #mov:before {
    display: none
}

.ua-android-4-0 #feature #spot,
.ua-android-4-1 #feature #spot,
.ua-android-4-2 #feature #spot {
    display: block;
    height: 140px
}

.ua-android-4-0 #feature #spot .inn,
.ua-android-4-1 #feature #spot .inn,
.ua-android-4-2 #feature #spot .inn {
    display: block;
    width: 260px;
    height: 140px;
    margin: auto
}

.ua-android-4-0 #feature #spot .inn:before,
.ua-android-4-1 #feature #spot .inn:before,
.ua-android-4-2 #feature #spot .inn:before {
    display: none
}

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

    .ua-android-4-0 #title,
    .ua-android-4-1 #title,
    .ua-android-4-2 #title {
        height: 500px
    }
}

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

    .ua-android-4-0 #title,
    .ua-android-4-1 #title,
    .ua-android-4-2 #title {
        height: 400px
    }
}

.ua-android #cook .con,
.ua-android #food .con {
    padding: 0 20px 0 600px;
    width: 380px
}

.ua-android #cook .con .title,
.ua-android #food .con .title {
    width: auto;
    height: auto;
    right: auto;
    left: auto;
    top: auto;
    position: relative;
    line-height: 1em
}

.ua-android #cook .con .title:after,
.ua-android #food .con .title:after {
    top: -60px;
    left: 0
}

.ua-android #cook .con .title h1,
.ua-android #food .con .title h1 {
    -webkit-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    position: static
}

.ua-android #cook .con .title h1 span,
.ua-android #food .con .title h1 span {
    font-size: 1.5em
}

.ua-android #cook .con .title p,
.ua-android #food .con .title p {
    -webkit-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    position: static
}

.ua-android #cook .con .txt,
.ua-android #food .con .txt {
    position: static;
    right: auto;
    -webkit-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    margin: 40px 0 0 0;
    white-space: normal
}

.ua-android #cook .con .txt br,
.ua-android #food .con .txt br {
    display: none
}

.ua-android #cook .con figure ul,
.ua-android #food .con figure ul {
    top: 0;
    left: 0;
    right: auto;
    width: 58%;
    height: auto;
    display: block
}

.ua-android #cook .con figure ul li,
.ua-android #food .con figure ul li {
    display: block;
    width: 48%;
    margin-bottom: 10px;
    margin-right: 1%;
    float: left
}

.ua-android #cook .con figure ul li img,
.ua-android #food .con figure ul li img {
    width: 100%
}

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

    .ua-android #cook .con,
    .ua-android #food .con {
        padding: 0 2% 0 58%;
        width: auto
    }

    .ua-android #cook .con .title h1,
    .ua-android #food .con .title h1 {
        font-size: 28px
    }

    .ua-android #cook .con figure ul,
    .ua-android #food .con figure ul {
        width: 55%
    }
}

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

    .ua-android #cook,
    .ua-android #food {
        padding-bottom: 100px
    }

    .ua-android #cook .con,
    .ua-android #food .con {
        height: 350px;
        margin: 30px auto
    }
}

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

    .ua-android #cook .con,
    .ua-android #food .con {
        height: auto;
        padding: 0 2% 0 48%;
        width: auto
    }

    .ua-android #cook .con .title h1,
    .ua-android #food .con .title h1 {
        font-size: 25px
    }

    .ua-android #cook .con figure ul,
    .ua-android #food .con figure ul {
        width: 45%
    }
}

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

    .ua-android #cook,
    .ua-android #food {
        padding-bottom: 50px
    }

    .ua-android #cook .con,
    .ua-android #food .con {
        padding: 20px;
        margin-bottom: 0
    }

    .ua-android #cook .con .title p,
    .ua-android #food .con .title p {
        height: auto
    }

    .ua-android #cook .con .txt,
    .ua-android #food .con .txt {
        margin: 20px 0;
        height: auto
    }

    .ua-android #cook .con figure ul,
    .ua-android #food .con figure ul {
        position: static;
        width: 100%;
        padding: 0
    }

    .ua-android #cook .con figure ul:after,
    .ua-android #food .con figure ul:after {
        display: block;
        content: '';
        clear: both
    }

    .ua-android #cook .con figure ul li,
    .ua-android #food .con figure ul li {
        width: 48%
    }
}