@charset "UTF-8";
/* CSS Document */

html {
  font-size: 62.5%;
  width: 100%;
  box-sizing: border-box;
}

*{
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
}

body{
  background-color: #E7E2D2;
}


#test{
            height: 21vw;
            overflow: hidden
        }

        #test:after{
            content:"";
          display: block;
            width: 0.5px;
            border-left:1px #FFFFFF solid;
            animation:scroll 2s ease 0s infinite normal;
            margin: 0 auto 0;
        }
 

        @keyframes scroll{

            0%{
                height: 0;
            }

            50%{
                height: 150px;
                margin-top: 0;
            }

            100%{
                margin-top: 150px;
                height: 150px;
            }
        }







.do1 img{
  cursor: pointer;
  transition-duration: 0.5s;
}

.do1:hover img{
  transform: rotateY( 360deg );
  transition-duration: 0.5s;
}

.do2 img{
  cursor: pointer;
  transition-duration: 0.5s;
}

.do2:hover img{
  transform: rotateY( 360deg );
  transition-duration: 0.5s;
}

.do3 img{
  cursor: pointer;
  transition-duration: 0.5s;
}

.do3:hover img{
  transform: rotateY( 360deg );
  transition-duration: 0.5s;
}











.shutter{
  position:fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background-color:#2C3160;
  z-index:9999;
  animation: byeShutter 2.6s forwards;
}
 .shutter::before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    margin:auto;
  }
  .shutter::after{
    content:'';
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    margin:auto;
  }
  
  .shutter::before{
    background-color:#b5a58b;
    width:0;
    height:1px;
    animation: shutterOpen1 2.6s forwards;
  }
  
  .shutter::after{
    width:120%;
    height:0;
    margin-left:-10%;
    background-color:#f3f3f3;
    animation: shutterOpen2 2.6s forwards;
  }

.content{
  animation: contentScale 2.6s forwards;
}

@keyframes byeShutter{
  70%{
    opacity:1;
  }
  100%{
    opacity:0;
    display:none;
    z-index:-1;
  }
}

@keyframes shutterOpen1{
  0%{
    width:0;
    height:1px;
  }
  50%{
    width:100%;
    height:1px;
  }
  90%{
    width:100%;
    height:100%;
  }
  100%{
    width:100%;
    height:100%;
  }
}

@keyframes shutterOpen2{
  60%{
    width:120%;
    height:0;
    transform:rotate(5deg);
  }
  90%{
    width:120%;
    height:100%;
    transform:rotate(-5deg);
  }
  100%{
    width:120%;
    height:100%;
    transform:rotate(-5deg);
  }
}

@keyframes contentScale{
  70%{
    transform:perspective(800px) scale(0.9) rotateX(15deg);
  }
  100%{
    transform:perspective(800px) scale(1) rotateX(0);
  }
}











.top{
  background: url("top-image@2x.png");
  background-repeat: no-repeat;
  background-size:100%;
  padding-top: 1%;
}

@media screen and (max-width:450px) {
  
  #test{
    display: none;
  }
  
  .top{
    background: url("mini-top@2x.png");
  background-repeat: no-repeat;
  background-size:100%;
    margin-bottom: 1%;
    padding-bottom: 72%;
}
  
}
  

.shop-name__pc{
  width: 8%;
  padding-bottom: 24%;
   margin-top: 6%;
  margin-left: 82%;
  margin-bottom: -7%;
  display: block !important;
}
.mini-logo__sp{
  display: none !important;
}

@media screen and (max-width:450px) {
  
  .shop-name__pc{
    display: none !important;
  }
  .mini-logo__sp{
  display: block !important;
}
  .mini-logo__sp{
    width: 56vw;
    margin: auto;
    padding-top: 5%;
  }
}

.scrolldown1{
text-align: center;
  font-size: 1.5vw;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  color: #3B3838;
  margin-top: -4%
    
}


.menu{
 display: flex;
  margin-top: -14%;
}

.menu-icon{
  width: 23vw;
  padding-top: 4%;
  margin-left: 66%;
}
.aisatu-photo{
height: 21vw;
  margin-top: 5%;
  padding-right: 1.5%;
  display: block !important;
}

.aisatu-photo__sp{
  display: none !important;
}

.fadeInUpTrigger{
  opacity: 0;
}
.tenpoTrigger{
  opacity: 0;
}


@media screen and (max-width:450px) {
  
  .menu-icon{
  width: 34vw;
    padding-top: 3%;
    margin-top: -3%;
    margin-left: -1%;
}
  .menu{
  padding-left:  0.5%;
    margin-top: -5%;
}
  
  .aisatu-photo{
    display: none !important;
  }
  
  .aisatu-photo__sp{
display: block !important;
    width: 48vw;
    margin-left: 18%;
}
  .scrolldown1{
    display: none;
    }
}





.aisatsu{
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
  text-orientation: upright;
  font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  margin-left: auto;
    margin-right: auto;
}

.aisatu-photo2{
  background-image: url("bg-1@2x.png");
  background-size: 98%;
  background-repeat: no-repeat;
  position: relative;
  padding-left: 1%;
  padding-right: 11%;
  height: 18vw;
  display: block !important;
}

.aisatu-photo2__sp{
  display: none !important;
}

.menu a{
  text-decoration: none;
}

.text{
  color: #494848;
  font-size:1.5vw;
  font-weight:lighter;
  line-height: 2em;
  text-shadow: 1px 8px 8px #b2b0b0;
  letter-spacing: 10px;
  padding-right: 1%;
}

.mini-bg1{
  display: none!important;
}

@media screen and (max-width:450px) {
  
  .mini-bg1{
  display: block!important;
    width: 40vw;
    margin-left: 58%;
    margin-top: -15%;
    margin-bottom: -18%;
}
  
  .aisatu-photo2{
    display: none !important;
  }
  
  .aisatu-photo2__sp{
    display: block !important;
    width: 11vw;
    height: 45vw;
    margin-left: 5%;
  }
  
  .mini-aisatsu{
    display: flex;
    padding-top: 1%;
    padding-bottom: 8%;
    padding-left: 4%;
}

  
  .text{
    font-size: 3.5vw;
    letter-spacing: 8px;
    color: #313131;
        display: flex;
  }
  
  
}







.tenpo-text{
  text-align: center;
background: url("title-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 2vw;
  font-weight:400;
  color: #FFFFFF;
  padding-top: 3%;
  padding-bottom: 3%;
    background-size: 16%;
  margin-top: -5%;
    margin-bottom: 7%;
}


.bg-2{
  width: 35%;
 margin-top: -21%;
}

.tenpo-body{
    display: flex;
    justify-content: center;
  flex-wrap: wrap;
  padding-bottom: 6%;
}

.photo1{
  width: 25vw;
  height: 25vw;
  margin-right: 7%;
}


.tenpo-body h3{
  color: #494848;
  font-size:2.5vw;
  font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  text-align: center;
}

.tenpo-body h4{
  color: #494848;
  font-size:1.5vw;
  font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  margin-top: 1%;
}

.tenpo-body p{
  color: #494848;
  font-size:1.3vw;
  font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  line-height: 1.8em;
  padding-left: 13%;
}

.tenpo hr {
 height: 1px;
 background-color: #494848;
 width: 29vw;
 border: none;
  margin-bottom: 5%;
  margin-top: 5%;
}

.tell{
  display: flex;
}

.mini-ashirai6{
  display:none!important;
}

@media screen and (max-width:450px) {
  
  .mini-ashirai6{
  display: block!important;
    padding-top: 52%;
    margin-bottom: -99%;
    width: 46vw;
  }
  
  
  .tenpo-text{
    font-size: 5vw;
    background-size: 34%;
  }
  .bg-2{
    width: 49%;
    margin-top: -27%;
    padding-bottom: 11%;
    padding-left: 6%;
    margin-left: 48%;
  }
  
  .bg-3{
    margin-left: 69%;
    margin-top: -24%;
    padding-bottom: 6%;
  }
  
  .tenpo-body{
    align-items: center;
    flex-flow: column;
  }
  
  .tenpo-sub{
    width: 69vw;
  }
    
  .photo1{
    width: 64vw;
    height: 64vw;
    margin: auto;
    margin-bottom: 13%;
      margin-top: 6%;;
  }
  .tenpo-body h3{
    font-size: 4.5vw;
    padding-bottom: 5%;
  }
    
  .tenpo hr{
    margin: auto;
    width: auto;
  }
  
  .tenpo-body h4{
    font-size: 4vw;
    width: 16vw;
    margin-top: 6%;
    margin-bottom: 6%;
  }
  .tenpo-body p{
   line-height: 1.5em; 
    font-size: 3vw;
    padding-left: 0;
  }
  .address{
   margin-top: 3%; 
  }
  .address p{
    padding-top: 1.5%;
    padding-left: 4%;
    padding-bottom: 5%;

  }
  .time p{
    padding-top: 5%;
    padding-left: 15%;
  }
  .tell p{
        padding-top: 5%;
    padding-left: 10%;
    letter-spacing: 5px;
  }
  .car p{
    padding-top: 5%;
    padding-left: 9%;
  }
}


.map iframe{
  width: 55vw;
  height: 18vw;
}

.address{
  display: flex;
}
.time{
  display: flex;
}
.tell{
  display: flex;
}
.car{
  display: flex;
}

.tenpo-sub{
  margin-top: -2%;
}

.bg-3{
  width: 28%;
    margin-left: 71%;
    margin-top: -23%;
}

.map iframe{
  width: 55vw;
  height: 19vw;
}

.map{
  background:url("map-bg.png");
  text-align: center;
    background-repeat: no-repeat;
    background-size:58vw;
    background-position: center;
    padding-top: 7%;
    padding-bottom: 7%;
  margin-top: -12%;
}
.map-link__text{
  text-align: center;
    margin-top: -3vw;
    margin-left: 41%;
}
.map-link{
  color: #494848;
  font-size:1.5vw;
}

.tenpo-navi{
  color: #494848;
  font-size:1.5vw;
  font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  text-align: center;
  margin-top: 2%;
}

@media screen and (max-width:450px) {
  
  .map iframe{
    width: 70vw;
    height: 25vw;
  }
  .map{
    background-size: 89vw;
  }
  .tenpo-navi{
    margin-top: 4%;
    font-size: 3.5vw;
    font-weight: 100;
    margin-bottom: 12%;
  }
  .map-link{
    font-size: 3vw;
    padding-left: 36%;
  }
  .bg-3{
    width: 35%;
    margin-left: 63%;
    margin-top: -25%;
    padding-bottom: 2%;
  }
  
}

  




.bg-4{
  width: 40%;
  margin-top: -9%;
}

.toiawase{
  text-align: center;
  margin-top: -23%;
    margin-bottom: 14%;
}

.toiawase h4{
  color: #494848;
  font-size:2vw;
  font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  margin-bottom: 2%;
  margin-top: 2%;
  font-weight: 100;
}

.number{
  letter-spacing: 1em;
  
}

.toiawase hr{
  height: 3px;
 background-color: #494848;
 width: 36vw;
 border: none;
margin: auto;
}

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

.toiawase h4{
    font-size: 4.5vw;
  margin-top: 5%;
 margin-bottom: 33%;
  }
  
  .toiawase hr{
    height: 1px;
    width: 85vw;
    margin-top: -27%;
  }
  

}

.footer-photo{
 width: 20vw;
    height: 21vw;
}

.rogo-pc1{
  width: 5%;
  margin-left: 89%;
}

.footer-menu{
  color: #FFFFFF;
  font-size:2.5vw;
  font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";-ms-writing-mode: tb-rl;
  display: flex;
  justify-content: center;
    background: #2C3160;
    flex-wrap: wrap;
  padding-top: 3%;
  padding-bottom: 3%
}

.footer-menu p{
  font-size: 2vw;
  letter-spacing:5px;
   line-height: 3em;
    padding-right: 35%;
  margin-top: 1%;
  -ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
  text-orientation: upright;
}


.copyright1{
  color: #FFFFFF;
  background:#2C3160; 
  text-align: center;
  font-family: Arial, Helvetica, "sans-serif";
  font-size: 1vw;
  padding-bottom: 1%;
  margin-top: -1%;
  margin-top: 1%;
}

.footer-menu p a{
  color: #FFF;
  text-decoration: none;
}

.footer-menu p a:hover {color:#C9A018;}

.number h4 a{
  color: #494848;
  text-decoration: none;
}

.number h4 a:hover {color:#C9A018;}

.map-link__text a{
  color: #494848;;
  text-decoration: none;
}

.map-link__text a:hover {color:#C9A018;}

.twitter1{
  width: 15vw;
    margin-top: -6%;
  margin-left: 43%;
    margin-bottom: 1%;
}

@media screen and (max-width:450px) {
  
  .footer-menu{
    height: 53vw;
  }
  
  .footer-menu p{
    font-size: 3.5vw;
    letter-spacing: 5px;
    line-height: 2.5em;
    padding-left: 0%;
    padding-right: 8%;
    
  }
  .footer-photo {
    width: 36vw;
    height: 36vw;
  }
  
  .twitter1 {
    width: 44vw;
    margin-top: -12%;
    margin-left: 29%;
    margin-bottom: 0%;
}
  .map iframe{
    width: 85vw;
    height: 32vw;
  }
  
}





