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



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

.shop_logo{
  padding-top: 80px;
}

.low_text{
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  padding-top: 10px;
}
/*------------------お店リンク部分------------------*/
.shop_name{
  display: flex;
  justify-content: space-between; /*--両端に配置、均等に間隔--*/
  padding: 30px 0 60px;
}

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

.hangover_name{
  border-radius: 14px;  
  background: #1b5eac;
}

.ninniko_name{
  border-radius: 14px;  
  background: #e72335;
}

.tumugi_name{
  border-radius: 14px;  
  background: #ef8241;
}

.shiny_name{
  border-radius: 14px;  
  background: #00aa3a;
}
/*------------------ページ内リンク------------------*/
#hangover_shop{
  margin-top: -240px;
  padding-top: 240px;  
}

#ninniko_shop{
  margin-top: -240px;
  padding-top: 240px;  
}

#tumugi_shop{
  margin-top: -240px;
  padding-top: 240px;  
}

#shiny_shop{
  margin-top: -240px;
  padding-top: 240px;
}



/*------------------共通テキスト部分------------------*/
.shop_text{
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2;
  text-align: justify;
  text-justify: inter-ideograph; /*--edge--*/ 
}

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

.add>a{
  display: inline-block;
  padding-bottom: 5px;  
  font-size: 1.8rem;
  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;
}

.info_low{
  font-size: 1.3rem;
}

.mgl-13{
  margin-left: 13px;
}

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

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

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



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

.photo_cap{
  position: absolute; /*--子--*/
  bottom: 10px;
  right: 10px;
  color: #fff;
}

.sub_img{
  padding-bottom: 36px;
}

.left_area{
  width: 580px;
}

.right_area{
  width: 416px;
}

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

.copy{
  padding-bottom: 20px;
}



/*------------------HANGOVERハングオーバー------------------*/
.hangover_area{
  margin-bottom: 100px;
  padding: 30px 0 40px;
  background-color: #bae3f9;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .3);
}

.hangover_pho{
  position: absolute; /*--子-*/
  top: -10px;
  right: -20px;
}



/*------------------にんにこ------------------*/
.ninniko_area{
  margin-bottom: 100px;
  padding: 30px 0 40px;
  background-color: #f8c5ac;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .3);
}

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



/*------------------紬生つむぎ------------------*/
.tumugi_area{
  margin-bottom: 100px;
  padding: 30px 0 40px;
  background-color: #ffe55f;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .3);
}

.tumugi_pho{
  position: absolute; /*--子-*/
  top: 15px;
  left: 20px;
}



/*------------------SHINYシャイニー------------------*/
.shiny_area{
  margin-bottom: 100px;
  padding: 30px 0 40px;
  background-color: #edf1b0;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .3);
}

.shiny_pho{
  position: absolute; /*--子-*/
  top: -10px;
  right: -25px;
}



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





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

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


  /*------------------ヘッダー------------------*/ 
  .logo{
    margin: 0;
    padding: 20px 20px;
    display: flex;
    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: 150px;
    background-image: url("../shop/shop_img/pattern_sp.png");
    background-position: top center;
    background-size: contain;    
  }

  .shop_logo{
    padding-top: 40px;
  }

  .low_text{
    font-size: 1.2rem;
    line-height: 1.4;
    padding-top: 12px;
    text-align: justify;
    text-justify: inter-ideograph; /*--edge--*/ 
  }
  /*------------------お店リンク部分------------------*/
  .shop_name{
    display: block;
    margin: 0 20px;
    padding: 20px 0 20px;
  }

  .shop_name>li>a{
    width: auto;
    font-size: 1.8rem;
  }

  .shop_name>li{
    margin-bottom: 20px;
  }  
  .shop_name>li:last-child{
    margin-bottom: 40px;
  }   
  /*------------------ページ内リンク------------------*/
  #hangover_shop{
    margin-top: -170px;
    padding-top: 170px;  
  }

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

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

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






  /*------------------共通テキスト部分------------------*/
  .shop_text{
    font-size: 1.6rem;
    line-height: 1.9;
  }

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

  .add>a{
    padding-bottom: 4px;  
    font-size: 2rem;
  }

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

  
  
  /*------------------共通部分------------------*/
  .main_img{
    margin-bottom: 10px;
  }

  .sub_img{
    padding-bottom: 24px;
  }

  .left_area{
    width: auto;
  }

  .right_area{
    width: auto;
    padding-top: 14px;
  }

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

  .copy{
    padding-bottom: 10px;
  }

  
  
  /*------------------HANGOVERハングオーバー------------------*/
  .hangover_area{
    margin-bottom: 45px;
    padding: 10px 0 25px;
    box-shadow: none;
  }

  .hangover_pho{
    width: 38vw;
    top: -10px;
    right: -10px;
  }



  /*------------------にんにこ------------------*/
  .ninniko_area{
    margin-bottom: 45px;
    padding: 10px 0 25px;
    box-shadow: none;
  }

  .ninniko_pho{
    width: 34vw;
    bottom: 5px;
    left: -5px;
  }



  /*------------------紬生つむぎ------------------*/
  .tumugi_area{
    margin-bottom: 45px;
    padding: 10px 0 25px;
    box-shadow: none;
  }

  .tumugi_pho{
    width: 38vw;
    top: -5px;
    left: -8px;
  }



  /*------------------SHINYシャイニー------------------*/
  .shiny_area{
    margin-bottom: 45px;
    padding: 10px 0 25px;
    box-shadow: none;
  }

  .shiny_pho{
    width: 50vw;
    top: -5px;
    right: -5px;
  }

  

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

  
  
 }
  
  
 


















