@charset "UTF-8";
/* CSS Document */
/*________   FV@pc   ________*/
#style p:last-child{
  opacity: .8;
}
.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;
  margin-bottom: 40px;
  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;
}
.fv__time-sp{
  display: none;
}

/*_____lear section start_____*/
#style {
  display: flex;
  flex-direction: column;
  padding: 150px 25%;
}
#style h1 img {
  height: 65px;
  width: auto;
}
#style h1 {
  font-size: 3rem;
  display: flex;
  align-items: center;
}
#style h2{
  font-size: 2rem;
  padding-left: 8px;
  margin-bottom: 80px;
}

#style p {
  font-size: 1.6rem;
  text-align: left;
  line-height: 2.5;
}
/*_____lear section end_____*/



/* _____お品書き__start_____ */
.menu__am,.menu__takeout{
	margin: 120px 25%;
}

/*__menu_am__line__*/
.menu__am-top,.menu__takeout-top{
	position: relative;
}
.menu__am-top::before,.menu__takeout-top::before{
	content:"";
	position: absolute;
	width: 180px;
	height: 1px;
	background:#3C2C6A;
	top: 0;
	left: 0;
}
.menu__am-top ul li,.menu__takeout-top ul li{
	font-size: 2.2rem;
    padding-top: 60px;
}
/*__menu_am__line__end__*/

.am-top_title,.takeout-top_title{
	display: flex;
	flex-direction: row;
	font-size: 2rem;
	align-items: center;
	justify-content: space-between;
}
.am-top_title h1,.takeout-top_title h1{
	font-size: 3rem;
}
.am-top_title .txt__min,.takeout-top_title .txt__min{
	font-size: 2rem;
	opacity: 0.8;
}
.menu__am-top ul{
    padding-bottom: 60px;
}

.menu__am-top .txt__min{
	font-size: 2rem;
	opacity: 0.8;
	padding-top: 20px;
}


.menu__list ul li .bold{
	font-weight: bold;
	width: 25%;
}
.menu__list ul li .txt__min{
	font-size: 1.4rem;
	opacity: 0.8;
	width: 23%;
  padding: 0 2%;
}
.menu__list ul li .txt__menu{
  width: 50%;
}
.menu__list ul li .bold-B{
	font-weight: bold;
	width: 35%;
}
.txt__right{
	text-align: right;
	font-size: 1.4rem;
	opacity: 0.8;
	padding-bottom: 45px;
}
.menu__list img{
	padding-top: 60px;
}
.menu__list ul li{
	display: flex;
	flex-direction: row;
	padding: 17px 0;
	font-size: 1.6rem;
	align-items: baseline;
}
.menu__list .menu__takeout-list_row li{
  width: 33.333%;
}
.menu__list .menu__takeout-list_row li .bold{
  font-weight: bold;
  width:50%;
}
.menu__list .menu__takeout-list_row li .txt__min {
  width: 60%;
  padding: 0;
}
.menu__list .txt__min{
  font-size: 1.4rem;
}

.menu__list ul li .txt__min span{
  font-size: 1.2rem;
  opacity: .8;
}
.menu__takeout-list_row{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-bottom: 53px;
}
.menu__takeout-list_row li p{
  padding: 0;
}
.menu__takeout-list_row .txt__min{
  padding-left: 15px;
}
.txt__right{
  text-align: right;
  opacity: .8;
}

/* _____お品書き__end_____ */

/* _____BASE__stert_____ */
#base {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 90px 0 0 ;
}
#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__line-btn-pc{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.menu__line-btn-pc .font-go,.menu__other-btn-pc .font-go{
  font-size: 1.6rem;
  width: 425px;
  text-align: left;
  color: #3C2C6A;
}
.menu__other-btn-pc .font-go {
  width: 300px;
}
.menu__line-btn-pc .btn__line-pc{
  width: 425px;
  height: auto;
}
.menu__line-btn-pc .btn__line-pc a{
  font-size: 3.2rem;
  width: 425px;
  align-items: center;
  display: flex;
  justify-content: center;
  color: #3C2C6A;
}
.menu__line-btn-pc .btn-icon__parts-pc {
  margin: 14px 0 14px 55px;

}
.menu__line-btn-pc .btn-icon__line-pc {
  width: 38px;
  height: auto;
  margin-right: 32px;
}

.menu__other-btn-pc{
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.menu__other-btn-pc ul{
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 100px 35px;
}
.btn-icon__base-pc {
  width: 90px;
}
.menu__other-btn-pc .btn__line-pc{
  width: 300px;
}
.menu__other-btn-pc ul .btn__line-pc a,.btn__noze-pc a,.btn__base-pc a{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 385px;
  font-size: 3.2rem;
  padding: 0px 20px 3px;
  color: #3C2C6A;
}
.menu__other-btn-pc ul .btn__line-pc .btn-icon__parts-pc {
  margin: 8px 0 8px 35px;
}
.btn__line-pc,.btn__noze-pc ,.btn__base-pc{
  height: 50px;
  width: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
  background-color: #E3DEF0;
  color: #fff;
  border-radius: 100vh;
  transition: 0.5s;
}
.btn__noze-pc .btn-icon__parts-pc,.btn__base-pc .btn-icon__parts-pc{
  width: 10px;
  padding-left: 20px;
}
.btn__noze-pc .font-mincho{
  align-items: center;
  display: flex;
  justify-content: center;
}
/* _____ボタン__end_____ */

.eatin_pic{
  margin-top: 100px;
}

/* _____営業歴__start_____ */
#calender {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 65px auto;
}
#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 {
  font-size: 1.6rem;
  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;
  padding-top: 27px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
#info .txt__min{
  opacity: 0.8;
}
#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;
}
.info__select{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.info__select ul,.info__select ul li{
  display: flex;
  flex-direction: row;
  justify-content: center;
  font-size: 1.6rem;
  align-items: center;
  width: auto !important;
  padding: 0 35px;
}
.info__select ul li img{
  width: 45px;
  height: auto;
  padding-right: 20px;
}



/*____　以下メディアクエリ@sp-1024px　____*/

@media (max-width: 1024px) {

.menu__line-btn-pc,.menu-page__btn-pc,.menu__other-btn-pc{
  display: none;
}

/* top_lead */
#style{
  padding: 150px 10%;
}
#style h1 {
  margin-left: -8px;
}
#style h2{
  margin-bottom: 50px;
  padding-left: 0;
}

/* menu */
.menu__am, .menu__takeout {
  margin: 60px 10%;
}


/* btn */
.btn__line-pc,.btn__base-pc {
  margin-bottom: 15px;
}
.menu__line-btn-pc .btn__line-pc,.btn__base-pc {
  width: 300px;
}
.menu__line-btn-pc .btn__line-pc a {
  font-size: 2.3rem
}
.btn__noze-pc a{
  padding-left: 90px;
}
.btn__base-pc a{
  padding-left: 50px;
}
.menu__line-btn-pc .font-go, .menu__other-btn-pc .font-go {
  font-size: 1.3rem;
  width: 300px;
  text-align: left;
  padding-left: 25px;
}
.menu__line-btn-pc .btn-icon__line-pc {
  width: 25px;
  height: auto;
  margin-right: 22px;
}
.btn-icon__parts-pc{
  margin: 8px 10px 8px auto!important;
}
.menu__other-btn-pc {
  flex-direction: column;
}
.menu__other-btn-pc ul {
  align-items: center;
}
.menu__other-btn-pc ul {
  padding: 15px 35px;
}

/* 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) {
/* top_lead */
  #style {
    align-items: flex-start;
    padding: 90px 10% 100px;
  }  
  #style h1 {
    font-size: 2.5rem;
    margin-bottom: 10px;
    flex-direction: row;
    justify-content: space-between;
    white-space: nowrap;
  }
  #style h1 img {
    height: 45px;
  }
  #style p{
    text-align: left;
    padding: 0;
  }



/* top_time */
.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;
  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;
}
.fv__time-sp{
  display: block;
  font-size: 1.6rem;
  text-align: center;
}
.fv__time-sp p{
  padding-bottom: 35px;
}

/* menu */
.menu__am-top ul li, .menu__takeout-top ul li {
  font-size: 1.7rem;
  padding-top: 30px;
}
.am-top_title h1, .takeout-top_title h1 {
  font-size: 2.5rem;
}
.menu__am-top .txt__min,.takeout-top_title .txt__min{
  font-size: 1.4rem;
  padding-top: 10px;
}
.menu__am-top ul {
  padding-bottom: 0;
}
.menu__list img {
  padding: 40px 0 20px;
}
.txt__right{
  padding-bottom: 15px;
}
.menu__list ul li {
  padding: 15px 0;
  flex-wrap: wrap;
}
.menu__list ul li:last-child{
  display: flex;
  flex-wrap: wrap;
}
.menu__list ul li .bold {
  width: 38%;
  padding-bottom: 5px;
}
.menu__list ul li .txt__min {
  width: 35%;
}
.menu__list ul li .txt__menu {
  width: 100%;
}
.menu__list ul li .bold-B  br{
  display: none;
}
.menu__list ul li .bold-B {
  font-weight: bold;
  width: 65%;
}
.menu__takeout-list_row{
  flex-direction: column;
}
.menu__takeout-list_row  .br-1050px{
  display: none;
}
.menu__list .menu__takeout-list_row li {
  width: auto;
}
.menu__list .menu__takeout-list_row li .bold {
  width: 40%;
}
.menu__takeout-list_row {
  padding-bottom: 25px;
}


/*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;
  height: 95vw;
  }
  #info {
  align-items: flex-start;
  margin: 65px 8vw 0;
  }
  #info h1 {
  font-size: 2.5rem;
  }
  #info div:first-child{
    border-top: 1px solid #3C2C6A;
  }
  #info div {
    font-size: 1.6rem;
    width: 84vw;
    height: auto;
    padding-top: 30px;
    align-items: flex-start;
    flex-direction: column;
    border-bottom: #E3DEF0 solid 1px;
  }
  #info div ul {
    width: auto;
    padding-top: 7px;
  }
  .info__time ul li {
    margin-bottom: 15px;
}
  .info__select{
    padding: 30px 0 0 0!important;
    border-bottom: none!important;
  }
  .info__select-colum{
    flex-direction: column!important;

  }
  .info__select ul{
      padding: 0 ;
      align-items: flex-start;
  }
  .info__select ul, .info__select ul li {
    margin-bottom: 10px;
    justify-content: space-between;
    white-space: nowrap;
    padding: 0;
    
  }

  /* base */
  #base{
    padding: 0;
  }
  #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%;
}





  
}
