@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(40px);
  transition: all 1s;
}



/*------------------ヘッダー------------------*/
.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;
}



/*------------------メインタイトル部分------------------*/
.pattern{
  margin-top: 138px;
  background-image: url("../shop/shop_img/pattern.jpg");
  background-repeat: no-repeat;
  background-size: contain;
}

.shop_logo{
  padding-top: 50px;
}

.shop_catch{
  padding-top: 20px;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.3;
}

.low_text{
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
  padding-top: 5px;
  padding-left:0; /*--2行目以降を1文字下1em--*/
  text-indent:0; /*--2行目以降を1文字下-1em--*/
}



/*------------------お店リンク部分------------------*/
.shop_name{
  display: flex;
  justify-content: space-between;
  padding: 20px 0 90px;
}

.shop_name li a{
  width: 245px;
  padding: 18px 0;
  display: block;
  font-size: 1.6rem;
  text-align: center;  
  font-weight: 500;
  color: #fff;
}

.grace_name{
  border-radius: 10px;
  background: #009f59;
}

.bush_name{
  border-radius: 10px;
  background: #0084c2;
}

.rappa_name{
  border-radius: 10px;  
  background: #e17b33;
}

.piatti_name{
  border-radius: 10px;  
  background: #db4e58;
}
/*------------------ページ内リンク------------------*/
#grace_shop{
  margin-top:-220px;
  padding-top:220px;  
}

#bush_shop{
  margin-top:-220px;
  padding-top:220px;  
}

#rappa_shop{
  margin-top:-220px;
  padding-top:220px;  
}

#piatti_shop{
  margin-top:-220px;
  padding-top:220px;
}



/*------------------共通部分------------------*/
.category{
  display: flex;
}
.shop_title{
  display: flex;
  padding-bottom: 14px;
}

.town{
  width: 110px;
  padding: 10px;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  color: #fff;
  background: #000;
  border: solid 1.4px #000;
}

.type{
  width: 110px;
  padding: 10px;   
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  color: #000;
  border: solid 1.4px #000;
  margin-right: 15px;
}

.title{
  font-size: 4rem;
  font-weight: 700;
}

.cap{
  padding: 6px 0 20px;
  font-size: 1.5rem;
  font-weight: 300;
}

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

.tel{
  font-size: 4.5rem;
  font-weight: 700;
  color: #e60069;
  padding: 24px 0 5px;
}

dl{
  display: flex;
}

.info{
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 400;
}
.info_low{
  font-size: 1.3rem;
  padding-left: 5px;
}

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

.shop_information{
  display: flex;
  justify-content: space-between; /*--左右隙間なし、均等に間隔--*/  
}



/*------------------メインイメージ部分------------------*/
.img_area{
  position: relative; /*--親--*/
}

.copy{
  position: absolute; /*--子--*/
  top: 0;
  left: 0;
  padding: 15px 0 0 15px;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  text-shadow:1px 1px 10px #808080;
}
/*------------------サブイメージ部分------------------*/
.sub_img_area{
  position: relative; /*--親--*/
}

.img_cap{
  position: absolute; /*--子--*/
  bottom: 0;
  left: 0;
  padding: 6px;
  margin: 10px;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.4;
  background-color: rgba( 255, 255, 255, 0.80 );
}
/*------------------外観写真部分------------------*/
.exterior{
  padding-top: 20px;
  padding-right: 15px;
  float: left;  
}



/*------------------Tea Grace部分------------------*/
.grace_area{
  margin-bottom: 140px;
}

.green{
  color: #009f59; 
}

.green_town{
  color: #fff;
  background: #009f59;
  border: solid 1.4px #009f59;
}

.green_type{
  color: #009f59;
  border: solid 1.4px #009f59;
}



/*------------------BUSH部分------------------*/
.bush_area{
  margin-bottom: 140px;
}

.blue{
  color: #0084c2; 
}

.blue_town{
  color: #fff;
  background: #0084c2;
  border: solid 1.4px #0084c2;
}

.blue_type{
  color: #0084c2;
  border: solid 1.4px #0084c2;
}



/*------------------らっぱのやすべえバイパス店部分------------------*/
.rappa_area{
  margin-bottom: 140px;
}

.orange{
  color: #e17b33; 
}

.orange_town{
  color: #fff;
  background: #e17b33;
  border: solid 1.4px #e17b33;
}

.orange_type{
  color: #e17b33;
  border: solid 1.4px #e17b33;
}



/*------------------ピアットフルーツストア&カフェ------------------*/
.gracepiatti_area{
  margin-bottom: 100px;
}

.pink{
  color: #db4e58; 
}

.pink_town{
  color: #fff;
  background: #db4e58;
  border: solid 1.4px #db4e58;
}

.pink_type{
  color: #db4e58;
  border: solid 1.4px #db4e58;
}



/*------------------バックナンバー部分------------------*/
.back li{
  width: 450px;
  text-align: center;
  padding-bottom: 16px;
}
.back li:last-child{
  padding-bottom: 0;
}

.back li a{
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  color: #e60069; 
  border: solid 2px #e60069;
  border-radius: 20px;
  padding: 10px 0;  
}

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



/*------------------ページトップボタン------------------*/
.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;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  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; 
}



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

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


  
  
  /*------------------ヘッダー------------------*/ 
  .logo{
    justify-content: center;
  }

  
  
  /*------------------パンくずリスト部分------------------*/
  .bread_area{
    -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;
  }
  
    

  /*------------------メインタイトル部分------------------*/
  .pattern{
    margin-top: 170px;
    background-image: url("../shop/shop_img/pattern_sp.jpg");
  }

  .shop_logo{
    padding-top: 20px;
  }

  .shop_catch{
    padding-top: 10px;
    font-size: 2.6rem;
    line-height: 1.3;
  }

  .low_text{
    font-size: 1.3rem;
    padding-top: 8px;
  }



  /*------------------お店リンク部分------------------*/
  .shop_name{
    display: block; /*--解除--*/
    margin-top: 20px;
  }

  .shop_name li a{
    width: auto;
    font-size: 2.2rem;
  }
  
  .shop_name li{
    margin-bottom: 15px;
  }
  .shop_name li:last-child{
    margin-bottom: 40px;
  }
  /*------------------ページ内リンク------------------*/
  #grace_shop{
    margin-top: -170px;
    padding-top: 170px;  
  }

  #bush_shop{
    margin-top: -170px;
    padding-top: 170px;  
  }

  #rappa_shop{
    margin-top: -170px;
    padding-top: 170px;  
  }

  #piatti_shop{
    margin-top: -170px;
    padding-top: 170px;
  }



  /*------------------共通部分------------------*/
  .shop_title{
    display: block; /*--解除--*/
    padding-bottom: 0px;
    margin-bottom: 7px;
  } 
  
  .town{
    width: 100px;
    padding: 6px;
    font-size: 1.8rem;
  }

  .type{
    width: 100px;
    padding: 6px;   
    font-size: 1.8rem;
    margin-right: 0;
  }  

  .title{
    line-height: 1.2;
  }

  .cap{
    padding: 6px 0 15px;
    font-size: 1.4rem;
    line-height: 1.4;
  }

  .text{
    padding-top: 8px;
    width: auto;
    line-height: 1.6;
  }

  .tel{
    font-size: 3.8rem;
    padding: 20px 0 5px;
  }

  .shop_information{
    display: block; /*--解除--*/
  }



  /*------------------メインイメージ部分------------------*/
  .copy{
    padding: 10px 0 0 10px;
    font-size: 2.2rem;
    line-height: 1.4;
  }
  /*------------------サブイメージ部分------------------*/
  .img_cap{
    text-align: justify;
    text-justify: inter-ideograph; /*--edge--*/ 
  }  
  
  

  /*------------------外観写真部分------------------*/
  .exterior{
    padding-top: 0;
    padding-right: 0;
    float: none;  
  }



  /*------------------Tea Grace部分------------------*/
  .grace_area{
    margin-bottom: 70px;
  }



  /*------------------BUSH部分------------------*/
  .bush_area{
    margin-bottom: 70px;
  }



  /*------------------らっぱのやすべえバイパス店部分------------------*/
  .rappa_area{
    margin-bottom: 70px;
  }



  /*------------------ピアットフルーツストア&カフェ------------------*/
  .gracepiatti_area{
    margin-bottom: 50px;
  }

  
  
  /*------------------マップ------------------*/  
  .access_map{
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 60%;
    overflow: hidden;
    margin-top: 18px;
  }



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

  .back li{
    width: auto;
    text-align: center;
  }

  .back li a{
    font-size: 1.8rem;
    border-radius: 10px;
    padding: 10px 0 10px 0;  
  }

  .back_title{
    font-size: 2rem;
    text-align: center; 
    line-height: 1.2;
  }
    
  
  
  /*------------------ページトップ------------------*/
  .PageTopBtn{
    font-size: 1.4rem;
    position: fixed; /*配置場所を固定*/
    bottom: 15px; /*下からの位置*/
    right: 15px; /*右からの位置*/
  }

  
  
  /*------------------フッター------------------*/ 
  .footer-area{
    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;
  }

  
  
 }
















