@charset "UTF-8";
/* reset css
==============================================================*/
body,
h1, h2, h3, h4, h5, h6,
p, ol, ul, dl, dt, dd, form,
figure {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

table, td, th, tr, thead, tbody {
  border: none;
}

table th {
  text-align: left;
  font-weight: normal;
}

table {
  border-collapse: collapse;
}

ul, ol {
  list-style: none;
}

a {
  text-decoration: none;
}

a img {
  border: none;
}

img {
  vertical-align: bottom;
}

textarea {
  font-size: 1em;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

select {
  font-size: 1em;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
select::-ms-expand {
  display: none;
}

header, footer, section, nav, main,
figure, figcaption, time, small {
  display: block;
}

input[type=submit], input[type=image] {
  border: none;
  padding: 0;
}
input[type=text], input[type=email], input[type=tel], input[type=number], input[type=password] {
  outline: none;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
input[type=number] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0;
}

button {
  border: none;
  margin: 0;
  cursor: pointer;
  outline: none;
}

input[type=submit], input[type=image], input[type=reset] {
  cursor: pointer;
  font-family: 游ゴシック Medium, YuGothic, YuGothicM, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, sans-serif;
}

address {
  font-style: normal;
}

/*=====================================*/
/*=ページサイズ全体設定=*/
html{
  scroll-behavior: smooth;
}
.wrap90{
  width: 90%;
  margin: auto;
}
.wrap80{
  width: 80%;
  margin: auto;
}
.flexbox{
	display: flex;
  flex-wrap:wrap;
}
.flexbox_right{
	justify-content: flex-end;
}
.flexbox_reverse{
	flex-direction: row-reverse;
}
.flexbox_between{
	justify-content: space-between;
}
.flexbox_justifycenter{
	justify-content: center;
}
.flexbox_around{
	justify-content: space-around;
}
.flexbox_wrap{
	flex-wrap: wrap;
}
.flexbox_aligncenter{
  align-items: center;
}
/*=フォント設定=*/
.font_yuMincho{
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}
.bold{
    font-weight: bold;
}
.center{
  text-align: center;
}
.fontsize_18{
  font-size: 18px;
}
.fontsize_14{
  font-size: 14px !important;
}
.fontsize_22{
  font-size: 22px;
}
.fontsize_28{
  font-size: 28px;
}
.fontsize_32{
  font-size: 32px;
}
.fontsize_38{
  font-size: 38px;
}
.margin_top40{
  margin-top: 40px;
}
/*=共通ボタンデザイン=*/
.parts_button{
	border:  2px solid;
	padding: 10px 30px 10px 40px;
	display: inline-block;
	border-radius: 8px;
	font-weight: bold;
  line-height: 1.5em !important;
}
.parts_button::after{
	content: "〉";
	padding-left: 20px;
}
.parts_button_light{
	border-color: #fff;
	color: #fff;
}
.parts_button_light:hover{
	background-color: #fff;
	color: #203744;
	opacity: 1.0;
}
.parts_button_dark{
	border-color: #203744;
	color: #203744;
}
.parts_button_dark:hover{
	background-color: #203744;
	color: #fff;
	opacity: 1.0;
}

/*=====================================*/
body{
    background-image: url(../img/index/back_index.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
canvas{
  z-index: 0 !important;
  opacity: 0.3;
}
/* ==ロゴフェード== */
.start {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
  z-index: 9000;
  background-image: url(../img/index/back_index.png);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
.parts_start_inner{
  width: 100%;
}
.parts_start_inner p{
  display: flex;
  align-items:center;
  height: 100vh;
}
.start p{
	z-index: 9999;
}
.start p img{
  width: 100%;
  height: auto;
  position: fixed;
  z-index: 9000;
}
#start-1{
  position: fixed;
  left: 0;
  top: 0;
  z-index: 8999 !important;
  opacity: 1.0;
  min-width:100vw;
  min-height:100vh;
  opacity: 0.5;
}
/* ==ヘッダー== */
.cont_keyimg{
  width: 100%;
}
.cont_keyimg h1{
  display: none;
}
.cont_keyimg.flexbox{
  justify-content: space-between;
}
.parts_keyimg{
  height: 95vh;
  width: 33%;
  z-index: 2;
}
.key_umaya a{
  background-image: url(../img/index/parts_keyimg01.jpg);
  animation: bg 104s infinite linear;
}
.key_joi a{
  background-image: url(../img/index/parts_keyimg02.jpg);
  animation: bg 108s infinite linear;
}
.key_cuore a{
  background-image: url(../img/index/parts_keyimg03.jpg);
  animation: bg 110s infinite linear;
}

@keyframes bg {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 100% 0;
  }
}
.parts_keyimg a{
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  position: relative;
  background-size: cover;
  background-repeat: repeat-x;
}
.parts_keyimg_text{
  padding: 5% 4%;
  position: absolute;
  bottom: 23vh;
  z-index: 999;
}
.parts_keyimg_logo{
  background-color: rgba(0,0,0,0.4);
  padding: 35% 20% 5% 20%;
  position: absolute;
  bottom: 0;
}
.parts_keyimg_logo img,
.parts_keyimg_text img{
  width: 100%;
  height: auto;
}
/* ==外部サイトリンク== */
.cont_reserve{
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    padding: 40px 80px;
    flex-wrap: nowrap;
    margin-top: 60px;
}
.cont_reserve.flexbox{
  justify-content: space-between;
  align-items: center;
}
.cont_reserve .head_reserve{
  white-space: nowrap;
  margin-right: 80px;
  color: #fff;
}
.cont_reserve .head_reserve .fontsize_32{
    /* font-size: 32px; */
    letter-spacing:0.3em;
}
/* .cont_reserve .head_reserve .fontsize_14{
    font-size: 14px;
} */
.cont_reserve .flexbox{
    justify-content: space-between;
    width: 100%;
}
.parts_link{
  background-color: rgba(204,204,204,0.8);
  text-align: center;
}
.parts_link img{
  width: auto;
  height: auto;
  margin-bottom: 10px; 
}
.parts_link a{
    display: block;
    padding: 25px 40px 40px 40px;
}
.parts_link .parts_button{
  color: #fff;
  border: none;
}
  .parts_link.parts_umaya .parts_button{
    background-color: #BB5520;
  }

.parts_link.parts_joi .parts_button{
    background-color: #F8B500;
  }
.parts_link.parts_cuore img{
  margin-top: 10px;
}
  .parts_link.parts_cuore .parts_button{
    background-color: #699652;
  }

/* インスタリンク */
.inst_btn.parts_store_btn_site .parts_button {
  padding: 7px 10px 5px 10px;
}
.inst_btn .parts_button span{
  vertical-align: 20%;
}
.inst_btn .parts_button::after {
  display: none;
}
.fa-instagram{
  font-size: 1.8em;
}
.parts_instarea{
  padding-top: 60px;
  gap: 20px 20px;
}

/* ==マップ== */
.cont_map img{
  width: 100%;
}
.cont_map::after{
  content: "";
  display: block;
  width: 100%;
  height: 70%;
  position: absolute;
  background-color: rgba(255,255,255,0.4);
  top: 22%;
}
.cont_map.back_decoration03::before{
  right: auto;
  left: 5%;
  bottom: -65%;
  width: 20%;
  z-index: 0;
}
.maplink{
  position: absolute;
  display: block;
  text-indent: -9999px;
}
.pc_map .maplink.mapumaya{
  width: 18%;
  height: 28%;
  top: 42%;
  left: 15%;
}
.pc_map .maplink.mapjoi{
  width: 15%;
  height: 30%;
  top: 28%;
  left: 45%;
}
.pc_map .maplink.mapcuore{
  width: 18%;
  height: 30%;
  top: 66%;
  left: 39%;
}
/* == */
.sp_map .maplink.mapumaya{
  width: 33%;
  height: 17%;
  top: 58%;
  left: 7%;
}
.sp_map .maplink.mapjoi{
  width: 32%;
    height: 20%;
    top: 32%;
    left: 40%;
}
.sp_map .maplink.mapcuore{
  width: 43%;
  height: 21%;
  top: 61%;
  left: 55%;
}
/* ==メニューリンク== */
.cont_menulist{
  color: #fff;
  margin-top: 200px;
}
.cont_menulist img{
  width: 100%;
  height: auto;
}
.parts_menulist{
  width: 85%;
  position: relative;
  z-index: 999;
  line-height: 2.8em;
}
  #umaya.parts_menulist .flexbox+.flexbox{
    margin-top: -30px;
  }
  #joi.parts_menulist .flexbox+.flexbox{
    margin-top: -30px;
  }
  #cuore.parts_menulist .flexbox+.flexbox{
    margin-top: -10px;
  }
.parts_menulist.flexbox_reverse{
  left: 15%;
}
.parts_menulist + .parts_menulist{
  margin-top: 200px;
}
.parts_menulist::before{
  content: "";
  display: block;
  position: absolute;
  background-color: rgba(0,0,0,0.6);
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 2;
}
.parts_menulist::after{
  content: "";
  display: block;
  position: absolute;
  background-color: rgba(255,255,255,0.4);
  width: 105%;
  height: 100%;
  top: 40px;
  right: -40px;
  z-index: 1;
}
.parts_menulist.flexbox_reverse::after{
  width: 103%;
  right: 0;
}
.parts_menulist_text{
  width: 80%;
  padding: 0 4% 4% 8%;
}
.parts_menulist_insideimg{
  width: 20%;
  align-self:stretch;
}

  #umaya .parts_menulist_insideimg{
    background-image: url(../img/index/parts_keyimg01.jpg);
    animation: bg 104s infinite linear;
    background-size: auto 100%;
  }

  #joi .parts_menulist_insideimg{
    background-image: url(../img/index/parts_keyimg02.jpg);
    animation: bg 108s infinite linear;
    background-size: auto 100%;
  }
  #cuore .parts_menulist_insideimg{
    background-image: url(../img/index/parts_keyimg03.jpg);
    animation: bg 110s infinite linear;
    background-size: auto 100%;
  }
.parts_menulist_img{
  width: 50%;
}
.text_menulist_bottom{
  font-size: 18px;
  width: 50%;
  padding: 0 0 0 8%;
  text-align: justify;
}
  .flexbox_reverse .text_menulist_bottom{
    padding: 0 8% 0 0;
  }
  .flexbox_reverse .text_menulist_bottom p:first-child{
    padding-left: 8%;
  }

  .text_menulist_bottom p{
    padding: 0 20px 20px 0;
  }
  .flexbox_reverse .text_menulist_bottom p{
      padding: 0 0 20px 0;
    }
  .text_menulist_bottom p+p,
  .flexbox_reverse .text_menulist_bottom p+p{
    padding: 0;
  }

.text_menulist_bottom.flexbox{
  flex-direction:column;
  justify-content:space-between;
  margin-top: 40px;
}


.text_menulist p+p{
  margin-top: 20px;
}
  .parts_menulist.flexbox_reverse .parts_menulist_text{
    padding: 0 8% 4% 4%;
  }
.parts_menulist_text p{
  font-size: 18px;
}
.parts_menulist_title{
  width: 40%;
  margin: 40px auto 20px auto;
}




#umaya .parts_store_btn_takeout .parts_button{
  border-color: #DB6A2A;
  color: #DB6A2A;
}
#umaya .parts_store_btn_site .parts_button,
.button_umaya .parts_button,
#umaya .parts_instarea .button_umaya .parts_button,
#joi .parts_instarea .button_umaya .parts_button,
#cuore .parts_instarea .button_umaya .parts_button{
  background-color: #DB6A2A !important;
  border-color: #DB6A2A !important;
}

#joi .parts_store_btn_takeout .parts_button{
  border-color: #DEB646;
  color: #715C1F;
}
#joi .parts_store_btn_site .parts_button,
.button_joi .parts_button,
#umaya .parts_instarea .button_joi .parts_button,
#joi .parts_instarea .button_joi .parts_button,
#cuore .parts_instarea .button_joi .parts_button{
  background-color: #F8B500 !important;
  border-color: #F8B500 !important;
}

#cuore .parts_store_btn_takeout .parts_button{
  border-color: #699652;
  color: #699652;
}
#cuore .parts_store_btn_site .parts_button,
.button_cuore .parts_button,
#umaya .parts_instarea .button_cuore .parts_button,
#joi .parts_instarea .button_cuore .parts_button,
#cuore .parts_instarea .button_cuore .parts_button{
  background-color: #699652 !important;
  border-color: #699652 !important;
}






.parts_menulist_store.flexbox{
  justify-content:center;
  gap: 0 10px;

}





.parts_menulist_store{
  margin-top: 20px;
  background-color: rgba(0,0,0,0.8);
  padding: 2% 5%;
}


.parts_menulist_store_item{
  text-align: center;
}
.parts_menulist_img{
  align-self: center;
}
.parts_menulist_store_logo{
  min-height: 80px;
  padding: 10px;
}
.parts_menulist_store_item img{
  width: auto;
  max-height: 60px;
}
.parts_store_btn_site .parts_button{
  padding: 10px 10px 10px 20px;
}

.parts_menulist_img.back_decoration01::after{
  width: 100%;
  top: auto;
  bottom: -50%;
  right: -30%;
  background-position: 0;
  transform:scale(-1, 1);
}
.parts_menulist_img.back_decoration03::before{
  right: auto;
  bottom: auto;
  top: -20%;
  left: -30%;

}
/* ==店舗情報== */
.cont_store{
  margin-top: 200px;
}
.cont_store.back_decoration01::after{
  right: auto;
  top: -270px;
  transform:scale(-1, 1);
}
.cont_store .flexbox{
  align-self: stretch;
}
.parts_store + .parts_store{
  margin-top: 4px;
}
  .parts_store_img{
    width: 55%;
  }
  .parts_store_img img{
    width: 100%;
    height: 100%;
  }
  .parts_store_txt{
    color: #fff;
    font-weight: bold;
    line-height: 2em;
    padding: 4% 0 4% 4%;
  }
  .parts_store_head{
    margin-bottom: 30px;
    width: 70%;
  }
  .parts_store_head img{
    width: 100%;
  }
  .parts_store_btn{
    margin-top: 20px;
  }
  .parts_store_btn_takeout .parts_button::after{
    content: "";
  }
  .parts_store_btn_takeout .parts_button{
    background-color: #fff;
    margin-right: 20px;
  }
    .parts_store_btn_site .parts_button{
      color: #fff;
    }

    .parts_store_umaya{
      background-color: rgba(105,73,73,0.8);
    }
    .parts_store_joi{
      background-color: rgba(131,98,3,0.8);
    }
    .parts_store_cuore{
      background-color: rgba(46,64,59,0.8);
    }

            
/* ==Instagram== */
.cont_instagram{
  /* min-height: 600px; */
  padding: 100px 0;
  margin-top: 100px;
}
.eapps-instagram-feed-title{
  color: #fff;
  display: none !important;
}
.cont_instagram.back_decoration03::before{
  right: auto;
  bottom: 9%;
  left: -10%;
  height: 40%;
}
/* ==会社概要== */
.cont_company{
  margin-top: 100px;
  color: #fff;
}
.parts_company_head{
  font-size: 32px;
  letter-spacing: 0.3em;
  text-align: center;
  border-bottom: 2px solid #AAAAAA;
  margin-bottom: 60px;
}
.parts_company_cont{
  margin-bottom: 60px;
}
  .parts_company_mission{
    text-align: center;
    margin-bottom: 80px;
    line-height: 3.5em;
    letter-spacing: 0.3em;
  }
    .parts_mission_title{
      font-size: 28px;
      margin-bottom: 20px;
    }
    .parts_company_mission p+.parts_mission_title{
      margin-top: 60px;
    }
    .parts_mission_vision li+li{
      margin-top: 15px;
    }
  .parts_company_table{
    width: 60%;
    margin: 0 auto;
  }
  .parts_company_table th{
    width: 30%;
    font-weight: bold;
    padding: 8px;
  }
  .parts_company_table td{
    padding: 8px;
  }
  .parts_company_info{
    background-color: rgba(0,0,0,0.6);
    align-items:center;
    justify-content:space-between;
    padding: 3% 5%;
    margin: 80px auto 0 auto;
    width: 90%;
  }
  .parts_company_map{
    padding-bottom: 80px;
  }
.parts_company_map iframe{
  width: 100%;
  min-height: 460px;
}
/* ==ヒストリー== */
.parts_history{
  text-align: center;
  font-weight: bold;
  text-shadow: 1px 1px 2px #203744;
  background-image: url(../img/index/back_history.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: top center;
  margin-top: 80px;
  padding-top: 15%;
  padding-bottom: 25%;
}
.parts_history p+p{
  margin-top: 100px;
}
.parts_history p:last-child{
  margin-top: 80px;
}
/* ==フッターリンク== */
.cont_footlink{
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}
.cont_footlink .flexbox{
  justify-content:center;
  gap: 0 60px;
  padding-left: 10%;
}
.cont_footlink img{
  width: 80%;
  height: auto;
}
/* ==フッター== */
.cont_footer{
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
  color: #fff;
}
.cont_footer a{
  color: #fff;
  text-decoration: underline;
}
.cont_footer a:hover{
  text-decoration: none;
}
/* ==背景装飾== */
/* 春 */
.spring .back_decoration01::after{
  background-image: url(../img/index/back_spring01.png);
}
.spring .back_decoration02::after,
.spring .back_decoration03::before{
  background-image: url(../img/index/back_spring02.png);
}
/* 夏 */
.summer .back_decoration01::after{
  background-image: url(../img/index/back_summer01.png);
}
.summer .back_decoration02::after,
.summer .back_decoration03::before{
  background-image: url(../img/index/back_summer02.png);
}
/* 秋 */
.autumn .back_decoration01::after{
  background-image: url(../img/index/back_autumn01.png);
}
.autumn .back_decoration02::after,
.autumn .back_decoration03::before{
  background-image: url(../img/index/back_autumn02.png);
}
/* 冬 */
.winter .back_decoration01::after{
  background-image: url(../img/index/back_winter01.png);
}
.winter .back_decoration02::after,
.winter .back_decoration03::before{
  background-image: url(../img/index/back_winter02.png);
}
/* 共通 */
.back_decoration01::after{
  content: "";
  display: block;
  width: 40%;
  height: 120%;
  position: absolute;
  top: -50px;
  right: -12%;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 0;
  background-position: 140px 10%;
  opacity: 0.8;
}
.back_decoration02::after{
  content: "";
  display: block;
  width: 22%;
  height: 120%;
  position: absolute;
  bottom: -90%;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 0;
  opacity: 0.8;
}
.back_decoration03::before{
  content: "";
  display: block;
  width: 70%;
  height: 100%;
  position: absolute;
  right: -30%;
  /* bottom: -55%; */
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 2;
  opacity: 0.8;
}
/* ==背景装飾調整== */
.back_decoration01,
.back_decoration02,
.cont_reserve .head_reserve,
.cont_reserve ul,
.cont_map,
.cont_map p,
.cont_menu,
.parts_china,
.parts_iwatenoaji,
.cont_store,
.parts_comment_img,
.parts_comment_txt,
.cont_company,
.parts_company_head,
.parts_company_cont,
.parts_company_map,
.parts_instagram,
.parts_menulist_img,
.parts_menulist_text,
.parts_menulist_text h4,
.parts_menulist_text h4 img,
.parts_menulist_text p,
.parts_menulist_text div,
.parts_menulist_img img,
.parts_store,
.slider_store img,
.slick-list,
.slick-track,
.parts_menulist_insideimg,
.text_menulist_bottom,
.cont_footlink,
.cont_footer,
.parts_instarea .parts_store_btn_site a.parts_button{
  position: relative;
  z-index: 999 !important;
}
.parts_menulist .back_decoration01::after{
  top:-30%;
  right: -17%;
}
.parts_menulist.flexbox_reverse .back_decoration01::after{
  right: auto;
  left: -18%;
  transform:scale(-1, 1);
}
.cont_instagram.back_decoration01::after{
  top: 0;
}
.cont_comment.back_decoration03::before{
  right: auto;
  bottom: -25%;
  left: -12%;
  height: 80%;
}
.cont_company.back_decoration03::before{
  /* top: 40%; */
  right: -12%;
  width: 30%;
  background-position: right center;
}
/* =============================== */
@media screen and (min-width:310px) and ( max-width:1640px) {
	/* 予約リンク調整 */
  .cont_reserve{
    padding: 20px 20px;
  }
  .cont_reserve.flexbox{
    flex-direction: row;
    flex-wrap: wrap;
    justify-content:center;
  }
  .head_reserve{
    text-align: center;
  }
  .cont_reserve .head_reserve{
    margin-right: 0;
    margin-bottom: 20px;
  }
  .cont_reserve .flexbox{
    justify-content:center;
    gap: 20px 20px;
  }
  .parts_link a{
    padding: 25px 15px 20px 15px;
  }
}
@media screen and (max-width:1294px) {
  /* 店舗メニュー部分調整 */
  .parts_menulist {
    width: 97%;
  }
  .parts_menulist_img.back_decoration01::after{
    right: 0;
  }
  .parts_menulist.flexbox_reverse {
    left: 3%;
  }
  .parts_menulist::after {
    right: -1%;
  }
  .parts_menulist_text {
    padding: 4% 2% 4% 4%;
  }
  .parts_menulist.flexbox_reverse::after {
    width: 101%;
  }
  .parts_menulist.flexbox_reverse .parts_menulist_text {
    padding: 4% 4% 4% 4%;
  }
  /* 背景調整 */
  .parts_menulist .back_decoration01::after{
    right: -3%;
  }
  .parts_menulist.flexbox_reverse .back_decoration01::after{
    left: -4%;
  }
  
}
@media screen and (min-width:668px) {
  .pc_clear{
    display: none;
  }
}
@media screen and (min-width:310px) and ( max-width:668px) { 
  /* 1046px 1219 */
	/* タブレットサイズ */
  .sp_clear{
    display: none;
  }
}
@media screen and (min-width:667px) {
  /* 横向きで表示 */
  .sp_map,
  .slider.sp_map{
    display: none !important;
  }
}
 @media screen and (min-width:310px) and ( max-width:719px) {
	/* タブレットサイズ */
	/* 店舗情報調整 */
  .parts_menulist_store.flexbox {
    justify-content: center;
    gap: 10px 10px;
  }
}

@media screen and (min-width:310px) and ( max-width:910px) {
/* フッター調整 */
.cont_footlink .flexbox {
  padding-left: 0;
}
}
@media screen and (min-width:310px) and ( max-width:666px) {
	/* スマホサイズ */
  /* スマホサイズで表示 */
  .pc_map,
  .slider.pc_map{
    display: none !important;
  }
  /* キービジュアル調整 */
  .cont_keyimg.flexbox {
    flex-direction: column;
    gap: 4px 0;
  }
  .parts_keyimg {
    height: 30vh;
    width: 100%;
    
  }
  .parts_keyimg_text{
    bottom: 0;
    width: 34%;
    padding: 0;
    top: 6vh;
    right: 3%;
  }
  .parts_keyimg_logo{
    width: 40%;
    height: 100%;
    padding: 0;
    padding-top: 15vh;
    right: 0;
  }
  .parts_keyimg_logo img {
    width: 75%;
}
  /* 予約リンク調整 */
  .parts_link{
    width: 100%;
  }
  .parts_link a{
    /* padding: 25px 40px 40px 40px; */
    width: 100%;
  }
  /* 店舗メニュー調整 */
  .parts_menulist.flexbox{
    flex-direction: column;
  }
  .parts_menulist_text{
    width: 80%;
    margin: 0 auto;
    /* padding: 2% 0; */
  }
  .parts_menulist_text p,
  .text_menulist_bottom p{
    font-size: 14px;
  }
  .parts_menulist_title{
    width: 80%;
  }
  .parts_menulist_store {
    padding: 8% 5%;
  }
  .parts_menulist_text .parts_button{
    line-height: 1.2em !important;
  }
  .parts_store_btn_takeout .parts_button {
    margin-right:0;
  }
  .parts_menulist_img {
      width: 100%;
      margin-top: 40px;
  }
  .parts_menulist_img_reverse{
    flex-direction: column-reverse;
  }
  .text_menulist_bottom{
    width: 100%;
    padding: 8% 8% 0 8% !important;
  }
  .text_menulist_bottom p {
    padding: 0 0 20px 0;
  }
  .flexbox_reverse .text_menulist_bottom p:first-child{
    padding-left: 0;
  }
  

  /* メニュー調整 */
  .list_menu.flexbox{
    display: block;
  }
  .parts_menuitem{
    width: 100%;
  }
  .parts_teba {
    margin-top: 0;
    margin-left: 0;
  }
  .parts_wine::after {
    top: 20%;
    right: -5%;
    width: 100%;
    height: 60%;
}
.parts_iwatenoaji {
  margin-left: 0;
}
.parts_italian {
  margin-top: 8%;
}
.parts_italian::after {
  top: -3%;
  right: -5%;
  width: 95%;
  height: 90%;
}
/* 挨拶調整 */
.cont_comment.flexbox{
  flex-direction:column;
}
.parts_comment_img{
  width: 60%;
  height: auto;
}
.parts_comment_txt{
  width: 100%;
}
/* 会社概要調整 */
.parts_company_cont {
  width: 100%;
}
.parts_company_mission .fontsize_38,
.parts_company_info .fontsize_38 {
  font-size: 32px;
}
.parts_company_mission .fontsize_28 {
  font-size: 18px;
}
.parts_company_mission {
  line-height: 2.3em;
}
.parts_mission_vision li+li{
  margin-top: 25px;
}
.parts_company_table {
  width: 100%;
}
.parts_company_info{
  width: 100%;
  justify-content: center;
}
.parts_company_info .parts_store_btn_site{
  margin-top: 40px;
  padding-bottom: 10px;

}
/* ヒストリー調整 */
.parts_history {
  background-image: url(../img/index/back_history_sp.png);
  width: 120%;
  margin-left: -10%;
  padding: 0;
  line-height: 3.2em;
}
.parts_history .fontsize_22 {
  font-size: 18px;
}

/* 背景調整 */
.back_decoration01::after {
  width: 100%;
  top: 0;
  /* right: 8%; */
}
.back_decoration03::before {
  right: -4%;
}
.back_decoration02::after {
  width: 45%;
}
.cont_company.back_decoration03::before {
  width: 70%;
}
.cont_store.back_decoration01::after {
  top: -370px;
}
.cont_map.back_decoration03::before {
  bottom: -72%;
  width: 50%;
}
.parts_menulist_img.back_decoration01::after {
  bottom: -60%;
}
/* フッター調整 */
.cont_footlink .flexbox {
  padding-left: 0;
}
}

/* ====== */
/* 上部固定メニュー */
nav{
  background: #fff;
  position: relative;
  width: 100%;
  }
  .g-nav{
  width: 100%;
  z-index: 7777;
  display: none;
  }
  .g-nav-menu{
  flex-wrap: nowrap;
  justify-content: center;
  gap:  0 25px;
  }
  .g-nav-menu a{
  display: inline-block;
  padding: 4px 10px;
  width: 70px;
  }
  .g-nav-menu a.nav_cuore{
    width: 100px;
  }
  .g-nav-menu a img{
    width: 100%;
    height: auto;
  }
  .g-nav.fixed{
    display: block;
  }
  .fixed{
  position: fixed;
  top: 0;
  left: 0;
  }
  .fixed .g-nav-menu li{
  line-height: 40px;
  }
/* ================個別ページ　うま舎================ */
/* うま舎 */
.page_umaya .key_umaya{
  background-size: auto 100%;
  background-image: url(../img/index/parts_keyimg01.jpg);
  animation: bg 78s infinite linear;
  border-bottom: 4px solid #DB6A2A;
}
/* じょ居 */
.page_joi .key_joi{
  background-size: auto 100%;
  background-image: url(../img/index/parts_keyimg02.jpg);
  animation: bg 84s infinite linear;
  border-bottom: 4px solid #F8B500;
}
/* クオーレ */
.page_cuore .key_cuore{
  background-size: auto 100%;
  background-image: url(../img/index/parts_keyimg03.jpg);
  animation: bg 84s infinite linear;
  border-bottom: 4px solid #699652;
}
/* 共通 */
.page_individual .parts_keyimg {
  height: 30vh;
  width: 100%;
  /* z-index: 2; */
}
.page_individual .cont_menulist{
  margin-top: 20px;
}
.page_individual .parts_menulist {
  margin: 0 auto;
  width: 80%;
}
.page_individual .parts_menulist_text {
  width: 100%;
  padding:4%;
}
.page_individual .parts_menulist::after {
  width: 106%;
  right: -3%;
}
.page_individual .parts_menulist .back_decoration01::after {
  right: -12.5%;
}
.page_individual .parts_menulist_title{
  margin: 10px auto 20px auto;
}
.page_individual .parts_company_info {
  padding: 3% 5%;
  margin: 30px auto 0 auto;
  width: 60%;
  justify-content:space-between;
}
.page_individual .cont_instagram {
  /* min-height: 600px; */
  padding: 0;
  margin-top: 0;
  margin-bottom: 100px;
}
.page_individual .text_menulist_bottom {
  width: 58%;
  padding: 0;
  line-height: 2em;
  /* text-align: center; */
}
.page_individual .text_menulist_bottom p {
  padding: 0;
}
.page_individual .parts_menulist_img {
  width: 40%;
}
.page_individual .flexbox_reverse .text_menulist_bottom p:first-child {
  padding-left: 0;
}
.page_individual .parts_menulist_store {
  margin-top: 40px;
  background-color: rgba(0,0,0,0.6);
}
.page_individual .parts_company_cont p + p.center.fontsize_18,
.page_individual .parts_company_cont p + p.center.fontsize_14{
  margin-top: 50px;
}
.page_individual .cont_reserve .head_reserve {
  margin-right: 0;
  margin-bottom: 20px;
}
.page_individual .cont_reserve{
  border-top: 0;
  border-bottom: 0;
  padding: 0;
  margin-top: 60px;
  margin-bottom: 60px;
  width: 44%;
  flex-direction: column;
  justify-content:center;
}
.page_individual .cont_reserve .flexbox {
  justify-content: center;
  gap: 20px ;
}
.page_individual .parts_mission_title{
  width: 34%;
  margin: 0 auto 20px auto;
}
.page_individual .parts_mission_title img{
  width: 100%;
}
.page_individual .parts_company_table a{
  color: #fff;
  text-decoration: underline;
}

.page_individual .parts_company_table a:hover{
  text-decoration: none;
}

@media screen and (min-width:310px) and ( max-width:1016px) {
  .page_individual .parts_menulist_title {
    width: 60%;
  }
  .page_individual .parts_company_info {
    padding: 3% 5%;
    margin: 30px auto 0 auto;
    width: 60%;
    flex-direction:column;
    text-align: center;
  }

  .page_individual .parts_company_cont .flexbox.flexbox_between.flexbox_reverse.flexbox_aligncenter{
    flex-direction:column;
  }
  .page_individual .parts_menulist_img {
    width: 100%;
  }
  .page_individual .text_menulist_bottom {
    width: 100%;
    text-align: center;
  }
  .page_individual .parts_menulist_store {
    margin-bottom: 60px;
  }
  .page_individual .cont_reserve {

    width: 80%;
}


}
@media screen and (min-width:310px) and ( max-width:899px) {
	/* タブレットサイズ */
  .page_individual .parts_mission_title{
    width: 50%;
  }

}
@media screen and (min-width:310px) and ( max-width:666px) {
	/* スマホサイズ */
  .page_individual .parts_menulist_title {
    width: 80%;
}
  .page_individual .parts_company_info {
    width: 100%;
    padding: 3% 5%;
    margin: 40px auto 0 auto;
    flex-direction:column;
    text-align: center;
  }
  .page_individual .parts_company_info .parts_store_btn_site {
      margin-top: 10px;
      padding-bottom: 10px;
  }
  .page_individual .text_menulist_bottom {
    width: 100%;
    padding: 0 !important;
  }
  
  .page_individual .parts_menulist_store {
    margin-bottom: 0;
  }
  .page_individual .parts_mission_title{
    width: 70%;
  }


}