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

@font-face{
  font-family: 'YakuHanJP_Noto', 'Noto Sans JP', 'Noto Serif JP', sans-serif;
  font-style:normal;
}

html{
  font-size: 62.5%; /* 62.5％ X 16px=10px */
}

body{
  color: #000000;
  font-family: 'YakuHanJP_Noto', 'Noto Sans JP', 'Noto Serif JP', sans-serif, serif;
  font-size: 1.6rem;
  font-feature-settings: "palt" 1;
}

a{
  color: #000000;
}

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

.inner{
  max-width: 1040px;
  margin: 0 auto;
}

.clearfix:after{
  content: "";    /* 擬似要素を実体化 */
  clear: both;    /* floatを解除する */
  display: block; /* ブロック要素にする */
}

.text-center{
  text-align: center;
}  

.sp_img{
  display: none;
}
 
.navToggle{
  display: none;
}

.pc_br{
  display: none;
}



/*------------------ふわっと表示------------------*/
.fadein{
  opacity : 0;
  transform: translateY(200px);
  transition: all 0.8s;
}
/*------------------ぶるぶる------------------*/
.shake{
  animation: hurueru 0.8s  infinite;
}
@keyframes hurueru {
  0% {transform: translate(0px, 0px) rotateZ(0deg)}
  25% {transform: translate(2px, 2px) rotateZ(1deg)}
  50% {transform: translate(0px, 2px) rotateZ(0deg)}
  75% {transform: translate(2px, 0px) rotateZ(-1deg)}
  100% {transform: translate(0px, 0px) rotateZ(0deg)}
}


/*------------------ヘッダー------------------*/
.logo{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 28px 40px 25px;
}



/*------------------ヘッダー固定------------------*/
.header_area{
  position: fixed;
  top: 0;
  padding: 0;
  width: 100%;
  z-index: 1000;
  background-color: #fff;
}



/*------------------パンくずリスト部分------------------*/
.bread_area{
  background: #f9f2f4;
  padding: 15px 0 15px 40px;
}

.breadcrumb{
  list-style: none;
}

.breadcrumb li{
  display: inline; /*横に並ぶように*/
  list-style: none;
  font-size: 1.6rem;
}

.breadcrumb li:after{ /* >を表示*/
  content: '>';
  padding: 0 10px;
  color: #555;
}

.breadcrumb li:last-child:after{
  content: '';
}

.breadcrumb li a{
  text-decoration: none;
  color: #e60069; /*色*/
}

.breadcrumb li a:hover{
  border-bottom: dashed 1px #e60069;
}



/*------------------背景------------------*/
.bag:before{
  margin-top: 138px;
  content: "";
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: url("../shop/shop_img/back.png") no-repeat center / cover;
  z-index: -1;
}



/*------------------メインタイトル------------------*/
.title_copy_area{
  list-style-type: none;
  padding-top: 240px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.title_copy_area>li:nth-child(1){
  padding-right: 20px;
  filter: drop-shadow(0 0 6px rgba(0,153,68,1));
}
.title_copy_area>li:nth-child(3){
  padding-left: 24px;
  filter: drop-shadow(0 0 6px rgba(230,0,18,1));
}
.title_copy{
  font-size: 4.2rem;
  line-height: 1.2;
  font-weight: 600;
  color: #fff;
  filter: drop-shadow(0 0 10px rgba(228,241,0,1));   
}

.shop_logo{
  padding: 30px 0 20px;
  filter: drop-shadow(0 0 10px rgba(228,0,127,1)); 
}

.title_text{
  padding-bottom: 20px;
  font-size: 2.2rem;
  font-weight: 600;
  color: #fff;
}

.low_text{
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
  color: #fff;
}
/*------------------お店リンク部分------------------*/
.shop_name{
  display: flex;
  justify-content: space-between; /*--両端に配置、均等に間隔--*/
  padding: 30px 0 60px;
  position: relative;
  z-index: 200;
}

.shop_name>li>a{
  width: 245px;
  padding: 18px 0;
  display: block;
  font-size: 1.6rem;
  text-align: center;  
  font-weight: 500;
  background: #fff;
  border-radius: 26px;
  transition: 0.4s;
}

.zeton>a{
  color: #7966af;
}
.zeton>a:hover{
  color: #fff;
  background: #7966af;
}

.deli>a{
  color: #f0831e;  
}
.deli>a:hover{
  color: #fff;
  background: #f0831e;
}

.aska>a{
  color: #e48566;   
}
.aska>a:hover{
  color: #fff;
  background: #e48566;
}

.igr>a{
  color: #5bb647;  
}
.igr>a:hover{
  color: #fff;
  background: #5bb647;
}
/*------------------ページ内リンク------------------*/
#zeton_shop{
  margin-top: -200px;
  padding-top: 200px;  
}
#deli_shop{
  margin-top: -200px;
  padding-top: 200px;  
}
#aska_shop{
  margin-top: -200px;
  padding-top: 200px;  
}
#igr_shop{
  margin-top: -200px;
  padding-top: 200px;  
}



/*------------------共通部分------------------*/
.main_img{
  position: relative; /*--親--*/
}

.sub_img{
  padding-bottom: 34px;
  display: flex;
  justify-content: space-between;
}

.shop_item{
  display: flex;
  justify-content: space-between;
}
.shop_item>li:nth-child(1){
  width: 598px;
}
.shop_item>li:nth-child(2){
  width: 400px;
}

.s_name{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.s_copy{
  padding: 13px 0 24px;
  display: flex;
  align-items: flex-end;
}
.s_copy>li:nth-child(1){
  padding-right: 20px;
}

.city{
  margin-right: 11px;
  width: 90px;
  padding: 9px 0;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  border: solid 2px #fff;
  border-radius: 10px; 
}
/*------------------共通テキスト------------------*/
.shop_text{
  padding-top: 16px;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.7;
  color: #fff;
  text-align: justify;
  text-justify: inter-ideograph; /*--edge--*/ 
}

.tel{
  font-size: 4.5rem;
  font-weight: 700;
  padding: 10px 0 14px;
  color: #fff;
}
.tel_low{
  font-size: 3.6rem;
  margin-right: 5px;
}

dl{
  display: flex;
}

.info>li>dl>dt,.info>li>dl>dd{
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: 400;
  color: #fff;
}

.info>li{
  padding-bottom: 8px;
}
.info>li>a:first-child{
  display: inline-block;
  font-weight: 700;
  color: #ffff00;
  transition: 0.2s;
}
.info>li>a:hover{
  color: #e60039; /*マウスオーバー時の色*/
  text-decoration: underline;
}

.information>dl:last-child{
  padding-bottom: 0;
}

.size{  /*--アイコン--*/
  font-size: 1.5rem;
  margin-left: 5px;
}



/*------------------ZETTON------------------*/
.zeton_area{
  padding-bottom: 140px;  
}

.zeton_copy{
  position: absolute; /*--子--*/
  top: -15px;
  right: -20px;  
}

.zeton_ill{
  filter: drop-shadow(0 0 3px rgba(255,255,255,1)); 
}

.zeton_title{
  filter: drop-shadow(0 0 1px rgba(255,255,255,1)); 
}

.zeton_city{
  color: #7966af;
  border: solid 2px #7966af;  
  filter: drop-shadow(0 0 1px rgba(255,255,255,1)); 
}



/*------------------DELI------------------*/
.deli_area{
  padding-bottom: 140px;  
}

.deli_item{
  flex-direction: row-reverse;  
}

.deli_copy{
  position: absolute; /*--子--*/
  bottom: -20px;
  left: -20px;
}

.deli_ill{
  filter: drop-shadow(0 0 3px rgba(255,255,0,1)); 
}

.deli_title{
  filter: drop-shadow(0 0 1px rgba(255,255,255,1)); 
}

.deli_city{
  color: #f0831e;
  border: solid 2px #f0831e;  
  filter: drop-shadow(0 0 1px rgba(255,255,255,1)); 
}



/*------------------あすか------------------*/
.aska_area{
  padding-bottom: 140px;  
}

.aska_copy{
  position: absolute; /*--子--*/
  top: -15px;
  right: -20px;  
}

.aska_ill{
  filter: drop-shadow(0 0 3px rgba(196,0,127,1)); 
}

.aska_title{
  filter: drop-shadow(0 0 1px rgba(255,255,255,1)); 
}

.aska_city{
  color: #e48566;
  border: solid 2px #e48566;  
  filter: drop-shadow(0 0 1px rgba(255,255,255,1)); 
}



/*------------------イグレック------------------*/
.igr_area{
  padding-bottom: 120px;  
}

.igr_item{
  flex-direction: row-reverse;  
}

.igr_copy{
  position: absolute; /*--子--*/
  top: -15px;
  right: -20px; 
}

.igr_ill{
  filter: drop-shadow(0 0 3px rgba(228,0,119,1)); 
}

.igr_title{
  filter: drop-shadow(0 0 1px rgba(255,255,255,1)); 
}

.igr_city{
  color: #5bb647;
  border: solid 2px #5bb647;  
  filter: drop-shadow(0 0 1px rgba(255,255,255,1)); 
}



/*------------------バックナンバー部分------------------*/
.archive{
  margin-top: 60px;
}

.back{
  display: flex;
  flex-wrap: wrap; /*--折り返し--*/
  justify-content: space-between; /*--両端に配置、均等に間隔--*/
}
.back:after{ /*--見えない箱--*/
  display: block;
  content:"";
  width: 330px;
}

.back li{
  width: 330px;
  text-align: center;
  padding-bottom: 24px;
}

.back li a{
  display: block;
  font-size: 1.8rem;
  font-weight: 400;
  color: #e60069;
  border: solid 1px #e60069;
  border-radius: 21px;
  padding: 12px 0;
  transition: 0.4s;
}
.back li a:hover{
  color: #fff;
  background: #e60069; /*マウスオーバー時の背景色*/
}

.back_title{
  font-size: 1.9rem;
  font-weight: 500;
  padding-bottom: 16px;
  color: #fff;
}

.mgr-5{
  margin-right: 5px;
}



/*------------------ページトップボタン------------------*/
.PageTopBtn{
  font-size: 1.4rem;
  position: fixed; /*配置場所を固定*/
  bottom: 30px; /*下からの位置*/
  right: 30px; /*右からの位置*/
}

.PageTopBtn a{
  display: block; /*配置の調整*/
  color: #ff7f00;
  background: #fff;
  border: solid 2px #ff7f00;
  width: 90px;
  height: 50px;
  line-height: 3.5;
  text-align: center;
  border-radius: 10px;
  transition: 0.6s;
}
.PageTopBtn a:hover{
  color: #fff;
  background: #e60039; /*マウスオーバー時の背景色*/
  border: solid 2px #e60039;
}



/*------------------フッター------------------*/
.footer-area{
  margin-top: 70px;
  background-color: #f9f2f4;
  padding: 30px 0;
}

.footer_logo{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 40px 60px;
}

.copyright{
  font-size: 1rem; 
}





/*------------------タブレット版------------------*/
@media screen and (min-width: 641px) and (max-width: 960px){
  html{
    min-width: 1200px;
  }
 }





/*------------------SP版------------------*/
@media screen and (max-width: 640px){
  
  .inner{
    padding: 0 20px;
  }
  
  .pc_img{
    display: none;
  }

  .sp_img{
    display: block;
  }
 
  .pc_br{
    display: block;
  }
  
  .sp_br{
    display: none;
  }
  
  
  

  /*------------------ヘッダー部分------------------*/
  .navi_area_sp{
    padding: 20px 20px;
    display: flex;
    justify-content: center;
  }



  /*------------------パンくずリスト部分------------------*/
  .bread_area{
    padding: 15px 20px 5px 20px;
    -webkit-overflow-scrolling: touch; /* スマホでスクロールを滑らかにする */
    overflow-x: auto; /* [必須] テキストが多い時はX軸にスクロールバーが出現するように */
  }

  /*------------------【スクロールバー】------------------*/
  .bread_area::-webkit-scrollbar {
    height: 5px;
  }
  .bread_area::-webkit-scrollbar-track {
    border-radius: 5px;
    background: #eee;
  }
  .bread_area::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #999;
  }
  .bread_area ol{
    display: table; /* [必須]  */
  } 
  
  .breadcrumb li{
    font-size: 1.5rem;
    padding-bottom: 11px;
    display: table-cell; /* [必須]  */
    white-space: nowrap; /* [必須] テキストを改行させないように */
  }

  .breadcrumb li:after{ /* >を表示*/
    padding: 0 5px;
  }  

  
  
   /*------------------ふわっと表示------------------*/
  .fadein{
    opacity : 0;
    transform: translateY(80px);
    transition: all 1s;
  }
  
  

  /*------------------背景------------------*/
  .bag:before{
    margin-top: 145px;
    background: url("../shop/shop_img/back_sp.png") no-repeat center / cover;
  }



  /*------------------メインタイトル------------------*/
  .title_copy_area{
    padding-top: 165px;
  }
  .title_copy_area>li:nth-child(1){
    padding-right: 10px;
    width: 10vw;
  }
  .title_copy_area>li:nth-child(3){
    padding-left: 14px;
    width: 10vw;
  }
  .title_copy{
    font-size: 2rem;
  }

  .shop_logo{
    padding: 12px 0 10px;
  }

  .title_text{
    padding-bottom: 10px;
    font-size: 2.2rem;
    line-height: 1.4;
  }

  .low_text{
    font-size: 1.3rem;
    line-height: 1.4;
    text-align: justify;
    text-justify: inter-ideograph; /*--edge--*/
    padding-left: 1.3rem; /*--2行目以降を1文字下--*/
    text-indent: -1.3rem; /*--2行目以降を1文字下--*/
  }
  /*------------------お店リンク部分------------------*/
  .shop_name{
    display: block;
    padding: 20px 0 50px;
  }

  .shop_name>li>a{
    width: auto;
    padding: 14px 0;
    font-size: 2rem;
    border-radius: 24px;
  }
  
  .shop_name>li{
    margin-bottom: 22px;
  }  
  .shop_name>li:last-child{
    margin-bottom: 0;
  }    
  /*------------------ページ内リンク------------------*/
  #zeton_shop{
    margin-top: -180px;
    padding-top: 180px;  
  }
  #deli_shop{
    margin-top: -180px;
    padding-top: 180px;  
  }
  #aska_shop{
    margin-top: -180px;
    padding-top: 180px;  
  }
  #igr_shop{
    margin-top: -180px;
    padding-top: 180px;  
  }



  /*------------------共通部分------------------*/
  .sub_img{
    padding-bottom: 20px;
  }

  .shop_item{
    display: block;
  }
  .shop_item>li:nth-child(1){
    width: auto;
  }
  .shop_item>li:nth-child(2){
    width: auto;
  }

  .s_name{
    display: block;
  }

  .s_copy{
    padding: 13px 0 18px;
    display: block;
  }
  .s_copy>li:nth-child(1){
    padding-right: 0;
  }

  .city{
    margin-right: 0;
    margin-bottom: 14px;
    width: 140px;
    line-height: 1;
  }
  /*------------------共通テキスト------------------*/
  .sp_name{
    width: 84vw;
  }  
  
  .shop_text{
    padding-top: 14px;
    padding-bottom: 12px;
    font-size: 1.6rem;
  }

  .tel{
    font-size: 4rem;
  }
  .tel_low{
    font-size: 2.6rem;
  }

  .info>li>dl>dt,.info>li>dl>dd{
    font-size: 1.5rem;
    line-height: 1.3;
  }
  /*------------------sp用グーグルマップ------------------*/  
  .access_map{
    position: relative;
    width: 100%;
    padding-bottom: 63.69%; /* = height ÷ width × 100 */
  }  
  .access_map iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;   
  }  

  

  /*------------------ZETTON------------------*/
  .zeton_area{
    padding-bottom: 60px;  
  }

  .zeton_copy{
    width: 40vw;
    right: -10px;  
  }



  /*------------------DELI------------------*/
  .deli_area{
    padding-bottom: 60px;  
  }

  .deli_copy{
    width: 40vw;
    bottom: -5px;
    left: -10px;
  }



  /*------------------あすか------------------*/
  .aska_area{
    padding-bottom: 60px;  
  }

  .aska_copy{
    width: 40vw; 
  }



  /*------------------イグレック------------------*/
  .igr_area{
    padding-bottom: 20px;  
  }

  .igr_copy{
    width: 60vw;
    top: -45px;
    right: -10px; 
  }
  
    
  
  /*------------------バックナンバー部分------------------*/
  .archive{
    margin-top: 30px;
  }
  
  .back li{
    width: 48%;
    padding-bottom: 16px;
  }

  .back li a{
    font-size: 1.5rem;
    line-height: 1.3;
    border: solid 1.5px #e60069;
    border-radius: 10px;
    padding: 8px 0;
  }

  .back_title{
    font-size: 2rem;
    line-height: 1.4;
    text-align: center;
  }

  .mgr-9{
    margin-right: 0;
  }
  
  
  
  /*------------------ページトップ------------------*/
  .PageTopBtn{
    font-size: 1.4rem;
    position: fixed; /*配置場所を固定*/
    bottom: 15px; /*下からの位置*/
    right: 15px; /*右からの位置*/
  }

  
  
  /*------------------フッター------------------*/ 
  .footer-area{
    margin-top: 20px;
    padding: 20px 0 20px 0;
  }

  .footer_logo{
    display: block;
    margin: 10px 20px 10px;
  }
  
  .w_logo_bot{
    margin: 0 auto;
  }
  
  .copyright{
    font-size: 1.2rem; 
    line-height: normal;
    padding: 10px 0 0;
  }

  
  
 }
  
  
 


















