@charset "utf-8";

h2 {
    font-size: 30px;
    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: 90vh;*/
    margin-top: 10vh;
}
.mv_pc img {
    width: 100%;
    height: auto;
}
.mv_sp {
    display: none !important;
}
/*
.mv:before {
    content:"";
    position:fixed;
    bottom:0;
    left:0;
    z-index:-1;
    width:100%;
    height: 90vh;
    background: url(../img/bg_mv.jpg) no-repeat center center;
    background-size: cover;
}
.mv h1 {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 1;
}
.mv h1 img {
    width: 500px;
}
.container {
    position: relative;
    z-index: 2;
    background-image: url("../img/bg.jpg");
}:/

/*Scroll*/
.scrolldown{
    position: fixed;
    bottom: 0;
    left:50%;
    z-index: 1;
}
.scrolldown span{
    position: absolute;
    left: 10px;
    bottom: 65px;
    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:90px;}
     100%{bottom:-10px;}
 }
@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: 100px;
    background: #eee;
}

/* コンテンツ */
.notice {
    width: 900px;
    margin: 50px auto 0;
    padding: 20px 0;
    text-align: center;
    background-color: #fff;
}
.notice__ttl {
    padding: 10px 0 15px;
    font-size: 22px;
    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: 10px 0;
}
.notice__txt--bullets {
    width: 360px;
    margin: 0 auto;
    text-align: left;
}
.notice__txt--bullets li {
    text-indent: 1em;
    line-height: 1.5em;
}
.notice__txt--bullets li::before {
    content: "●";
    color: #cd5c5c;
    font-size: 10px;
    padding-right: 3px;
}

.about {
    margin: 50px auto;
    text-align: center;
}
.about__txt {
    padding: 110px 0 120px;
    background: url(../img/deco_01.png) no-repeat center 60px, url(../img/top_deco_01.png) no-repeat center bottom;
    background-size: 35px auto, 150px auto;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: #6b4545;
    line-height: 3;
}
.about__link {
    max-width: 1000px;
    margin: 50px auto;
}
.about__link li {
    display: inline-block;
    position: relative;
    width: 450px;
    height: 330px;
    overflow: hidden;
}
@media screen and (max-width:925px){
.about__link li {
    width: 45vw;
    height: 33vw;
  }
}
.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: 25px;
    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 {
    max-width: 1000px;
    margin: 0 auto;
    padding: 40px 0 60px;
    text-align: center;
}
.shopinfo__ttl {
    padding-top: 70px;
    background: url(../img/logomark.png) no-repeat center top/60px auto;
}
table {
    margin: 30px 0;
}
table td {
    padding: 15px 20px;
    text-align: left;
    line-height: 1.5;
}
.shopinfo__table-wrapper {
    display: flex;
    justify-content: center;
}
.shopinfo__table--first {
    width: 50%;
}
.shopinfo__table--second {
    width: 50%;
    border-left: 1px solid #fff;
    border-collapse: collapse;
}
.shopinfo__link--detail {
    padding: 10px 2vw 30px 0;
    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: 30px 10px 0;
    background: url(../img/top_deco_02.png) no-repeat center top/35px auto;
    color: #bcf4f2;
    font-size: 0.8em;
    line-height: 1.3;
}
.shopinfo--caution p {
    padding-top: 20px;
}
.shopinfo--caution p i {
    padding-right: 5px;
}
.shopinfo--caution p a {
    color: #bcf4f2;
    text-decoration: underline;
}
#access {
    max-width: 1000px;
    margin: 0 auto;
    padding: 90px 10px 50px;
    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%;
    transform: rotate(-60deg);
    -webkit-transform: rotate(-60deg);
    width: 44px;
    height: 2px;
    background-color: #6b4545;
    content: '';
}
.access__ttl:before {
    left:0;
}
.access__ttl:after {
    right: 0;
}
#access ul{
    padding: 20px 0;
    text-align: left;
}
#access ul li{
    padding: 20px 0;
    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: 35%;
    overflow: hidden;
}
.access__gmap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}