@charset "utf-8";

h2 {
    font-size: 7vw;
    text-align: center;
    letter-spacing: .3em;
    text-indent: .3em;
}
h2, .about__link li p {
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/* MV */
.mv {
    /*position: relative;
    width: 100%;
    height: 400px;
    background: url(../img/bg_mv.jpg) no-repeat 35% center;
    background-size: cover;*/
    margin-top: 13.5vw;
}
.mv_sp img {
    width: 100%;
    height: auto;
}
.mv_pc {
    display: none !important;
}
/*.mv h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.mv h1 img {
    max-width: 400px;
    width: 75vw;
}*/
/*Scroll*/
.scrolldown{
    position:absolute;
    bottom: 0;
    left:50%;
}
.scrolldown span{
    position: absolute;
    left: 10px;
    bottom: 30px;
    color: #eee;
    font-size: 0.7rem;
    letter-spacing: 0.05em;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}
.scrolldown:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -4px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background:#eee;
    animation:
        circlemove 1.6s ease-in-out infinite,
        cirlemovehide 1.6s ease-out infinite;
}
@keyframes circlemove{
      0%{bottom: 60px;}
     100%{bottom: -5px;}
 }
@keyframes cirlemovehide{
      0%{opacity:0}
     50%{opacity:1;}
    80%{opacity:0.9;}
    100%{opacity:0;}
 }
.scrolldown:after{
    content:"";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 1px;
    height: 65px;
    background: #eee;
}

/* コンテンツ */
.notice {
    width: 96vw;
    margin: 5vw auto 0;
    padding: 5vw 0 2vw;
    text-align: left;
    background-color: #fff;
    font-size: 3.8vw;
}
.notice__ttl {
    font-size: 5vw;
    font-weight: bold;
    font-family: "Montserrat", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
    color: #cd5c5c;
}
.notice__txt {
    padding: 4vw 3vw;
}
.notice__txt--bullets li {
    padding: 0 3vw;
    padding-left:1em;
    text-indent:-1em;
    line-height: 1.5em;
}
.notice__txt--bullets {
    width: 90vw;
    margin: 0 auto;
}
.notice__txt--bullets li::before {
    content: "●";
    color: #cd5c5c;
    font-size: 5px;
    padding-right: 2px;
}

.about {
    width: 100vw;
    margin: 13vw auto 5vw;
}
.about__txt {
    padding: 13vw 10vw 30vw;
    background: url(../img/deco_01.png) no-repeat center top, url(../img/top_deco_01.png) no-repeat center bottom;
    background-size: 8vw auto, 35vw auto;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: #6b4545;
    line-height: 2;
}
.about__link {
    margin-top: 15vw;
}
.about__link li {
    position: relative;
    width: 96vw;
    height: 70vw;
    margin: 0 auto 5px;
    overflow: hidden;
}
.about__link li p{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    margin:0;
    padding:0;
    color: #fff;
    font-size: 7vw;
    letter-spacing: .3em;
    text-indent: .3em;
    text-shadow:2px 2px 10px #272727;
}
.about__link li img{
    width: 100%;
    transition: 0.5s;
}
.about__link li img:hover{
    transform: scale(1.05);
}
.shopinfo {
    background-color: #1b4b5a;
    color: #fff;
}
.shopinfo__inner {
	width: 94vw;
    margin: 0 auto;
    padding: 10vw 0 15vw;
    text-align: center;
}
.shopinfo__ttl {
    padding: 18vw 0 10vw;
    background: url(../img/logomark.png) no-repeat center top/16vw auto;
}
table td {
    padding: 4vw 0;
    text-align: left;
    line-height: 1.5;
}
table tr td:first-child {
	width: 40vw;
}
.shopinfo__link--detail {
    padding: 5vw 0 10vw;
    text-align: right;
}
.shopinfo__link--detail a {
    color: #fff;
    font-size: 0.8em;
}
.shopinfo__link--detail a:after {
    padding-left: 5px;
    font-weight: 600;
    font-family: "Font Awesome 5 Free";
    content: "\f101";
}
.shopinfo--caution {
    padding-top: 10vw;
    background: url(../img/top_deco_02.png) no-repeat center top/8vw auto;
    color: #bcf4f2;
    font-size: 0.8em;
}
.shopinfo--caution p {
    padding-top: 6vw;
    line-height: 1.5;
}
.shopinfo--caution p i {
    padding-right: 5px;
}
.shopinfo--caution p a {
    color: #bcf4f2;
    text-decoration: underline;
}
.shopinfo__txt--caution {
    text-align: left;
}
.shopinfo__link--caution {
    text-align: center;
}
#access {
    width: 94vw;
    margin: 0 auto;
    padding: 18vw 0 15vw;
    color: #6b4545;
    text-align: center;
}
.access__ttl {
    display: inline-block;
    position: relative;
    padding: 0 45px;
}
.access__ttl:before, .access__ttl:after {
    display: inline-block;
    position: absolute;
    top: 50%;
    width: 44px;
    height: 2px;
    background-color: #6b4545;
    transform: rotate(-60deg);
    -webkit-transform: rotate(-60deg);
    content: '';
}
.access__ttl:before {
    left:0;
}
.access__ttl:after {
    right: 0;
}
#access ul{
    padding: 5vw 0;
    text-align: left;
}
#access ul li{
    padding-top: 5vw;
    line-height: 2;
}
#access ul li i {
    padding-right: 5px;
}
#access ul li span {
    color: #e36134;
    font-weight: bold;
}
.access__gmap {
    position: relative;
    height: 0;
    padding-bottom: 70%;
    overflow: hidden;
}
.access__gmap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}