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



/*________   FV@pc   ________*/
.fv__image {
  width: auto;
  position: relative;
  background-color: #000; /* 半透明の背景。 */
  display: inline-block;
}

.fv__image img {
  width: 100vw;
  max-height: 556px;
  object-fit: cover;
  display: block;
  opacity: 0.7;
}
.fv__image .logo__sp{
  display: none;
}
.fv__image p {
  color: #f4f4f4;
  font-size: 2.5rem;
  line-height: 2.5;
  text-align: left;
  padding: 100px 0 0 80px;
  position: absolute; /* relativeの要素を基準にする */
  left: 0; /* 基準からみて左寄せ */
  top: 0; /* 基準からみて下寄せ */
  z-index: 80;
}
.fv__time h1 {
  color: #f4f4f4;
  background-color: #3C2C6A;
  margin-top: -4px;
  height: 40px;
  font-size: 2.5rem;
  text-align: center;
}
.fv__time-list {
  width: 100vw;
  height: 395px;
  padding: 55px;
  background-color: #594C7C;
  color: #f4f4f4;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.fv__time-list ul li {
  font-size: 2.5rem;
  width: 440px;
  padding-bottom: 27px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.fv__time-list ul li h2 {
  font-weight: 600;
  display: flex;
  flex-direction: row;
}
.fv__time-line::before {
  content: '';
  display: block;
  width: 2px;
  height: 20px;
  background-color: #fff;
  margin: 10px;
}
.fv__time-info {
  border-style: none;
  border-top: 1px solid #f4f4f4;
  padding-top: 27px;
}
.fv__time-info p {
  padding-top: 8px;
}
.fv__time-list p {
  font-size: 1.8rem;
  opacity: 0.8;
}
/* _____拘り__stert_____ */
#style {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 150px 0;
}
#style h1 img {
  height: 65px;
  width: auto;
}
#style h1 {
  font-size: 3rem;
  display: flex;
  align-items: center;
  margin-bottom: 87px;
  white-space: nowrap;
}
#style p {
  font-size: 1.6rem;
  text-align: center;
  line-height: 2.5;
  padding: 0 30px 20px;
}
/* _____拘り__end_____ */
/* _____BASE__stert_____ */
#base {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 150px ;
}
#base h1 {
  font-size: 3rem;
  display: flex;
  align-items: center;
  margin-bottom:10px;
}
#base p {
  font-size: 1.6rem;
  text-align: center;
  line-height: 2.5;
  padding: 0 5px 20px;
}
.base_block{
  position: relative;
  display: block;
  content: "";
  height: auto;
}
.base_box{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content:center ;
  max-width:970px ;
  margin: 0 auto;
}
.base_box .box_item{
 padding:  0 10px;
}
.box_item a{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #333333;
  background-color: #ffffff;
  font-size: 30px;
  height: 350px;
  width: 96%;
  border-radius: 3px;  
  box-shadow: 0px 3px 13px -3px rgba(0, 0, 0, 0.3);
  padding: 60px 5px 0 5px;
}
.box_item a:hover{
  opacity: .7;
  transition: .5s;
}
.box_item a img{
  width: 100%;
  margin-bottom: 60px;
}

.base_txt{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.base_title,
.base_yen{
  font-size: 1.2rem!important;
  line-height: normal!important;
  text-align: left!important;
  padding: 0 0px 10px!important;
}
.base_yen{
  font-weight: 600;
}
/* _____BASE__end_____ */
/* _____お品書き__start_____ */
#menu {
  width: 100vw;
  height: 540px;
  position: relative;
  background-color: #000; /* 半透明の背景。 */
  display: inline-block;
  padding: 60px 0;
}
.menu__background-bk {
  width: 100vw;
  height: 420px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#menu img {
  position: absolute;
  left: 0; /* 基準からみて左寄せ */
  top: 0px; /* 基準からみて下寄せ */
  width: 100vw;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0.5;
}
#menu h1, p, .btn__section, .btn-icon__parts {
  z-index: 80; /* 重なり順を上にする */
}
#menu h1 {
  font-size: 3rem;
  color: #f4f4f4;
  display: flex;
  align-items: center;
  margin-bottom: 55px;
}
#menu p {
  color: #f4f4f4;
  font-size: 1.6rem;
  text-align: center;
  line-height: 2.5;
  margin-bottom: 35px;
}
#menu .txt__min {
  font-weight: normal;
  margin-bottom: 20px;
}
.btn__section {
  font-size: 1.7rem;
}
.btn__section a {
  display: flex;
  justify-content: space-between;
  width: 120px;
  height: 35px;
  background-color: rgba(244,244,244,0.8);
  color: #3C2C6A;
  border-radius: 100vh;
  transition: 0.5s;
  padding: 8px 0 5px 60px;
  font-size: 2rem;
}
#style .btn__section a{
  padding: 8px 10px 5px 50px;
  background-color: rgba(60,44,106,0.1);
  color: #3C2C6A;
}


#style .btn__section img,#menu .btn__section img {
  width: 22px;
  height: 24px;
  position: relative;
  opacity: 1;
}
#style .btn__section #text,#menu .btn__section #text {
  margin-left: 50px;
}
.btn-icon__plus {
  margin: 2px 15px;
  width: 8px;
  height: auto;
}
/*----menu　ボタン　終了----*/
/* _____お品書き__end_____ */
/* _____営業歴__start_____ */
#calender {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 65px auto;
  font-size: 1.6rem;
}
#calender h1 {
  font-size: 3rem;
  margin-bottom: 40px;
}
#calender h2 {
  font-size: 2.4rem;
  margin-bottom: 10px;
}
.google-cal iframe {
  max-width: 610px;
  height: 450px;
}
#calender .txt__min {
  opacity: 0.8;
  text-align: left;
  padding-top: 10px;
}

/* _____営業歴__end_____ */
/* _____店舗情報__start_____ */
#info {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: left;
  margin: 65px auto 0;
}
#info h1 {
  font-size: 3rem;
}
#info div {
  font-size: 1.6rem;
  width: 620px;
  padding: 40px 0;
  border-top: 1px solid #3C2C6A;
  padding-top: 27px;
}
#info .txt__min{
  opacity: 0.8;
}
.info__map {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border: none !important;
  align-items: center;
}
.info__map iframe {
  height: 339px;
  width: 100%;
  padding-bottom: 40px;
}
.info__map p{
  text-align: center;
}
.info__map p:last-child {
  padding-top: 10px;
  font-weight: bold;
}
.info__time, .info__time-slp, .info__parking, .info__cash {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
#info div ul {
  width: 480px;
}
.info__time ul .info__time-am p{
  display: inline-block;
}
.info__time ul li{
  margin-bottom: 20px;
}
.info__time ul li:last-child{
  margin-bottom: 0;
}
.info__time-slp ul li p {
    display: inline-block;
}

#instagram{
  background-color: #f4f4f4;
}
#instagram ul{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
#instagram ul li{
  width: 50%;
}
.insta_post{
  display: flex;
  flex-direction: column;
  padding:50px 40px;
}

.insta_txt{
  color: #3C2C6A ;
  font-size: 1.6rem;
  margin-bottom: 15px;
}
.insta_txt h1{
  font-size: 2.5rem;
}
.insta_pic{
  display: inline-block;
  position: relative;
}
.insta_pic img{
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  max-height: 100%;
  object-fit: cover;
  display: block;
}
.insta_post-pics{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0 30px;
}
.insta_post-pics img{
  margin: 0 10px;
  width: 80%;
  max-width: 200px;
}




/*____　以下メディアクエリ@sp-1024px　____*/
@media (max-width: 1024px) {


/* fv */
  .fv__image .logo__sp{
    width: auto;
    position: absolute;
    display: inline-block;
    height: 30px;
    top:10%;
    left: 10%;
    opacity: 1;
  }
  .fv__image p{
    font-size: 1.5rem;
    padding: 90px 0 0 10%;
  }


  /* instagram */
  #instagram ul{
    flex-direction: column;
  }
  #instagram ul li{ 
    width: auto;
  }
  .insta_post {
    padding: 40px 8vw;
  }
  .insta_post-pics {
    padding: 0;
  }
  .insta_pic{
    width: 100%;
      height: 55vw;
  }

/* base */
#base p{
  height: 45px;
}
.box_item a {
  padding: 0 5px;
  height: unset;
}
.box_item a img {
  margin: 2vw;
  width: 40vw;
}

}


/*____　以下メディアクエリ@sp-640px　____*/
@media (max-width: 640px) {

  
/*FV*/

  .fv__image img {
    height: 100vw;
  }
  .fv__time h1 {
    font-size: 1.5rem;
    line-height: 2.5;
  }
  .fv__time-list {
    height: auto;
    padding: 24px 0;
  }
  .fv__time-list ul{
    width: 90%;
  }
  .fv__time-list ul li {
    font-size: 1.8rem;
    width: auto;
    justify-content: space-between;
  }  

  .fv__time-info {
    align-items: center;
  }
  .fv__time-line{
    width: 45%;
    padding-right: 20px;
  }
  .fv__time-list p {
    font-size: 1.3rem;    
  }
  .fv__time-info h2{
    width: 65%!important;
  }

/* style */
  #style {
  align-items: flex-start;
  padding:16% 35px;
  }  
  #style h1 {
  font-size: 2.5rem;
  margin-bottom: 8%;
  flex-direction: row;
  justify-content: space-between;
  white-space: nowrap;
  }
  #style h1 img {
  height: 45px;
  }
  #style p{
  text-align: left;
  padding: 0;
  margin-bottom: 8%;
  }

/* menu */
  #menu{
  padding: 10% 0 2% 0;
  height: auto;
  }
  .menu__background-bk {
  align-items: flex-start;
  padding: 0 35px;
  }
  #style .btn__section,#menu .btn__section{
    margin-left: auto;
  }
  #menu h1{
  margin-bottom: 8%;
  }
  #menu p{
  text-align: left;
  line-height: 2;
  margin-bottom: 7%;
  }
  #menu .txt__min {
  font-size: 1.4rem;
  opacity: .8;
  margin-bottom: 8%;
  }
  .btn__section {
  padding-right: 0;
  }
  
/*calender ~ info*/
  #calender {
  align-items: flex-start;
  margin:65px 8vw;
  }
  #calender h1 {
  font-size: 2.5rem;
  margin-bottom: 20px;
  }
  #calender h2 {
  font-size: 1.7rem;
  margin-bottom: 20px;
  }
  .google-cal iframe {
  width: 84vw;
  }
  #info {
  align-items: center;
  }
  #info h1 {
  font-size: 2.5rem;
  padding-right: 65vw;
  }
  #info div {
    font-size: 1.6rem;
    width: 84vw;
    padding: 20px 0 40px;
    border-top: 1px solid #3C2C6A;
    align-items: flex-start;
    flex-direction: column;
  }
  #info div ul {
    width: auto;
  }
  .info__map{
    width: 100%!important;
  }
  .info__map iframe {
    width: 100%;
  }
  .info__map p {
    text-align: left;
    padding-left: 8vw;
  }
  .info__time, .info__time-slp, .info__parking, .info__cash {
    padding: 15px 0 40px!important;
  }
  .info__time p:first-child, 
  .info__time-slp p:first-child, 
  .info__parking p:first-child, 
  .info__cash p:first-child{
    padding-top:25px;
  }
  .info__time ul li {
    margin-bottom: 0;
  }
  
  /* base */
  #base h1 {
    font-size: 2.5rem;
    text-align: left;
    width: 100%;
    padding: 0 0 8% 35px;
    margin: 0;
  }
  #base p {
    padding: unset;
    margin: 0 35px 40px;
    text-align: left;
}
#base .base_title{
  margin: 30px 0 0 0;
  height: unset;
  padding: 0 !important;
}
#base .base_yen{
  margin:0;
  height: unset;
  padding: 0 !important;
}
.base_block{
  width: 100vw;
  height: 110vw;
  max-height: 540px;
  overflow-x: scroll;
  margin-top: 20px;
}
.base_box{
  position: relative;
  width: 268vw;
  max-width: unset;
  left: 0;
  top: 5px;
  margin: 0 8vw;
}
.base_box .box_item {
  padding: 0px 1vw;
}
.box_item a {
  width: 86vw;
  padding: 60px 2vw 15px;
  height: unset;
}
.box_item a img {
  margin: unset;
  width: 100%;
}

}

