@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;
}

.navToggle{
  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;
}



/*------------------背景画像------------------*/
.fixed-background{
  min-height: 100vh;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  padding-bottom: 20px;
  margin-bottom: 70px;
}
.background-img{
  background-image: url("../shop/shop_img/bg.png");
}
/*------------------メインタイトル部分------------------*/
.shop_logo{
  padding-top: 200px;
  filter: drop-shadow(3px 3px 6px rgba(0,0,0,0.7));  
}

.shop_catch{
  padding-top: 20px;
  font-size: 2.6rem;
  line-height: 1.5;  
  font-weight: 700;
  color: #fff;
  filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.7));  
}

.low_text{
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  padding-top: 10px;
  color: #fff;
  filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.7));  
}
/*------------------お店リンク部分------------------*/
.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;
}

.soba>a{
  color: #009944;
}

.yama>a{
  color: #e60012;
}

.pan>a{
  color: #00a0e9;
}

.cafe>a{
  color: #ed6c00;
}
/*------------------ページ内リンク------------------*/
#soba_shop{
  margin-top: -700px;
  padding-top: 700px;  
}
#yama_shop{
  margin-top: -700px;
  padding-top: 700px;  
}
#pan_shop{
  margin-top: -700px;
  padding-top: 700px;  
}
#cafe_shop{
  margin-top: -700px;
  padding-top: 700px;  
}
/*------------------共通テキスト部分------------------*/
.name{
  padding: 16px 30px;
  font-size: 2.4rem;
  font-weight: 500;
  background: rgba(255,255,255,0.7);
}

.shop_text{
  padding-top: 110px;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.8;
  text-align: justify;
  text-justify: inter-ideograph; /*--edge--*/ 
}

.tel{
  font-size: 4.5rem;
  font-weight: 700;
  padding: 8px 0 12px;
  color: #e60012;
}
.tel_low{
  font-size: 3.6rem;
  margin-right: 5px;
}

.add>a{
  display: inline-block;
  font-weight: 700;
  color: #1b5eac;
  transition: 0.2s;  
}
.add>a:hover{
  color: #e60039; /*マウスオーバー時の色*/
  text-decoration: underline;
}

dl{
  display: flex;
}

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

.mgl_10{
  margin-left: 10px;
  font-weight: 500;
}

.mgl_5{
  margin-left: 5px;
  font-weight: 500;
}

.info>li{
  padding-bottom: 8px;
}
.information>dl:last-child{
  padding-bottom: 0;
}

.size{
  font-size: 1.6rem;
  margin-left: 5px;
}

.sub_img{
  position: relative; /*--親--*/
}

.photo_text{
  padding: 6px;
  font-size: 1.4rem;
  line-height: 1.2;
  background: rgba(255,255,255,0.7);
  position: absolute; /*--子--*/
  bottom: 10px;
  left: 10px;
}
/*------------------共通部分------------------*/
.shop_item{
  display: flex;
  justify-content: space-between; /*--両端に配置、均等に間隔--*/
  padding: 24px;
  box-sizing: border-box;  
  background: url("../shop/shop_img/item_bg.png") center / cover no-repeat;
  margin-bottom: 80px;
  filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.5));
}

.left{
  width: 550px;
}

.right{
  width: 400px;
}

.main_img{
  position: relative; /*--親--*/
}

.shop_sub_img{
  display: flex;
  justify-content: space-between; /*--両端に配置、均等に間隔--*/
}

.map{
  margin-top: 36px;
}
/*------------------コピー部分------------------*/
.city{
  padding-right: 15px;
}
/*------------------コピー吹き出し------------------*/
.city_area{
  display: flex; 
  align-items: flex-end; /*--下揃え--*/
  position: absolute; /*--子--*/
  bottom: -90px;
  left: 0;
}

.balloon{ /*--吹き出し本体--*/
  width: 400px;
  position: relative; /*--親--*/
  padding: 15px 0;
  background: #fff;
  border: solid 2px #000;
  border-radius: 20px;
  font-size: 2.8rem;
  line-height: 1.4;
  text-align: center;
  color: #000;
}
.balloon:before{ /*--吹き出し--*/ 
  content: "";
  position: absolute; /*--子--*/
  top: -38px;  
  left: -30px;
  width: 13px;
  height: 13px;
  background: #fff;
  border: solid 2px #000;
  border-radius: 50%;
}
.balloon:after{ /*--吹き出し--*/
  content: "";
  position: absolute;
  top: -20px;  
  left: -22px;
  width: 20px;
  height: 20px;
  background: #fff;
  border: solid 2px #000;
  border-radius: 50%;
}



/*------------------珍平そば------------------*/
.soba_name{
  text-align: center;
  color: #009944;
  position: absolute; /*--子--*/
  top: 24px;
  left: 0;
}

.soba_copy02{
  position: absolute; /*--子--*/
  bottom: 50px;
  left: 15px;
}

.soba_balloon{
  border: solid 2px #009944;
  color: #009944;  
}
.soba_balloon:before{ /*--吹き出し--*/ 
  border: solid 2px #009944;
}
.soba_balloon:after{ /*--吹き出し--*/
  border: solid 2px #009944;
}



/*------------------やました------------------*/
.yama_name{
  text-align: center;
  color: #e60012;
  position: absolute; /*--子--*/
  top: 24px;
  left: 0;
}

.yama_copy02{
  position: absolute; /*--子--*/
  bottom: 50px;
  right: 20px;
}

.yama_balloon{
  border: solid 2px #e60012;
  color: #e60012;  
}
.yama_balloon:before{ /*--吹き出し--*/ 
  border: solid 2px #e60012;
}
.yama_balloon:after{ /*--吹き出し--*/
  border: solid 2px #e60012;
}



/*------------------サントピア本店------------------*/
.pan_name{
  text-align: center;
  color: #00a0e9;
  position: absolute; /*--子--*/
  top: 24px;
  left: 0;
}

.pan_copy02{
  position: absolute; /*--子--*/
  bottom: 50px;
  right: 20px;
}

.pan_balloon{
  border: solid 2px #00a0e9;
  color: #00a0e9;  
}
.pan_balloon:before{ /*--吹き出し--*/ 
  border: solid 2px #00a0e9;
}
.pan_balloon:after{ /*--吹き出し--*/
  border: solid 2px #00a0e9;
}



/*------------------Kagerou Café------------------*/
.cafe_name{
  text-align: center;
  color: #ed6c00;
  position: absolute; /*--子--*/
  top: 24px;
  left: 0;
}

.cafe_copy02{
  position: absolute; /*--子--*/
  bottom: 40px;
  right: 20px;
}

.cafe_balloon{
  border: solid 2px #ed6c00;
  color: #ed6c00;  
}
.cafe_balloon:before{ /*--吹き出し--*/ 
  border: solid 2px #ed6c00;
}
.cafe_balloon:after{ /*--吹き出し--*/
  border: solid 2px #ed6c00;
}



/*------------------バックナンバー部分------------------*/
.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: 22px;
}

.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.6s;
}
.back li a:hover{
  color: #fff;
  background: #e60069; /*マウスオーバー時の背景色*/
}

.back_title{
  font-size: 1.9rem;
  font-weight: 500;
  padding-bottom: 12px;
}

.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: 40px;
  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;
  }  

  
  
  /*------------------背景画像------------------*/
  .fixed-background{
    padding-bottom: 10px;
    margin-bottom: 30px;
  }
  .background-img{
    background-image: url("../shop/shop_img/bg_sp.png");
  }
  /*------------------メインタイトル部分------------------*/
  .shop_logo{
    padding-top: 180px;
    filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.8));  
  }

  .shop_catch{
    padding-top: 22px;
    font-size: 2.6rem;
    line-height: 1.4;  
    filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.8));  
  }

  .low_text{
    font-size: 1.2rem;
    line-height: 1.4;
    padding-top: 12px;
    filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.8));
    text-align: justify;
    text-justify: inter-ideograph; /*--edge--*/ 
    padding-left: 1.2rem; /*--2行目以降を1文字下--*/
    text-indent: -1.2rem; /*--2行目以降を1文字下--*/
  }
  /*------------------お店リンク部分------------------*/
  .shop_name{
    display: block; /*--解除--*/
    padding: 30px 0 40px;
    filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.6));
  }

  .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;
  }  
  /*------------------ページ内リンク------------------*/
  #soba_shop{
    margin-top: -500px;
    padding-top: 500px;  
  }
  #yama_shop{
    margin-top: -500px;
    padding-top: 500px;  
  }
  #pan_shop{
    margin-top: -500px;
    padding-top: 500px;  
  }
  #cafe_shop{
    margin-top: -500px;
    padding-top: 500px;  
  }
  /*------------------共通テキスト部分------------------*/
  .name{
    padding: 10px 20px;
    font-size: 1.8rem;
    background: rgba(255,255,255,0.8);
  }

  .shop_text{
    padding-top: 70px;
    font-size: 1.6rem;
    line-height: 1.7; 
  }

  .tel{
    font-size: 4rem;
    padding: 10px 0 12px;
  }
  .tel_low{
    font-size: 2.6rem;
  }

  .info>li>dl>dt,.info>li>dl>dd{
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .size{
    font-size: 1.5rem;
    margin-left: 5px;
  }

  .photo_text{
    padding: 4px;
    font-size: 1.2rem;
  }
  /*------------------共通部分------------------*/
  .shop_item{
    display: block; /*--解除-*/
    padding: 15px;
    background: url("../shop/shop_img/item_bg_sp.png") center / cover no-repeat;
    margin: 0 20px 40px;
  }

  .left{
    width: auto;
  }

  .right{
    width: auto;
  }

  .map{
    margin-top: 24px;
  }
  .sub_img_sp{
    padding-top: 20px;
  }   
  /*------------------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%;   
  }     
  /*------------------コピー部分------------------*/
  .city{
    width: 20vw;
    flex-shrink: 0; /*--潰れ回避--*/
  } 
  /*------------------コピー吹き出し------------------*/
  .city_area{
    bottom: -55px;
  }

  .balloon{ /*--吹き出し本体--*/
    width: auto;
    padding: 10px;
    border: solid 1px #000;
    border-radius: 10px;
    font-size: 1.5rem;
    line-height: 1.4;
  }
  .balloon:before{ /*--吹き出し--*/ 
    top: -30px;  
    left: -30px;
    width: 10px;
    height: 10px;
    border: solid 1px #000;
  }
  .balloon:after{ /*--吹き出し--*/
    top: -18px;  
    left: -20px;
    width: 16px;
    height: 16px;
    border: solid 1px #000;
  }



  /*------------------珍平そば------------------*/
  .soba_name{
    top: 14px;
  }

  .soba_copy02{
    width: 22vw;
    bottom: 50px;
    left: 5px;
  }

  .soba_balloon{
    border: solid 2px #009944;
  }
  .soba_balloon:before{ /*--吹き出し--*/ 
    border: solid 2px #009944;
  }
  .soba_balloon:after{ /*--吹き出し--*/
    border: solid 2px #009944;
  }



  /*------------------やました------------------*/
  .yama_name{
    top: 14px;
  }

  .yama_copy02{
    width: 22vw;
    bottom: 25px;
    right: 10px;
  }

  .yama_balloon{
    border: solid 2px #e60012;
  }
  .yama_balloon:before{ /*--吹き出し--*/ 
    border: solid 2px #e60012;
  }
  .yama_balloon:after{ /*--吹き出し--*/
    border: solid 2px #e60012;
  }



  /*------------------サントピア本店------------------*/
  .pan_name{
    top: 14px;
  }

  .pan_copy02{
    width: 22vw;
    bottom: 25px;
    right: 10px;
  }

  .pan_balloon{
    border: solid 2px #00a0e9;
  }
  .pan_balloon:before{ /*--吹き出し--*/ 
    border: solid 2px #00a0e9;
  }
  .pan_balloon:after{ /*--吹き出し--*/
    border: solid 2px #00a0e9;
  }



  /*------------------Kagerou Café------------------*/
  .cafe_name{
    top: 14px;
  }

  .cafe_copy02{
    width: 22vw;
    bottom: 25px;
    right: 10px;
  }

  .cafe_balloon{
    border: solid 2px #ed6c00;
  }
  .cafe_balloon:before{ /*--吹き出し--*/ 
    border: solid 2px #ed6c00;
  }
  .cafe_balloon:after{ /*--吹き出し--*/
    border: solid 2px #ed6c00;
  }  

  
  
  /*------------------バックナンバー部分------------------*/
  .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;
  }

  
  
 }
  
  
 


















