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

@font-face{
font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, 'Noto Serif JP', sans-serif;
font-style:normal;
}

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

body{
  color: #4d5156;
  font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, YakuHanMP, 'Noto Serif JP', sans-serif;
  font-size: 1.6rem;
  font-feature-settings: "palt" 1;
}

a{
  color: #4d5156;
}

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

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

.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;
  filter: drop-shadow(0 0 3px rgba(211,211,211,0.7));   
}
@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: rgb(255, 255, 255, 0.9);
}



/*------------------ナビゲーション------------------*/
.nav ul{
  display: flex;
}

.nav li{
  width: 25%; 
  text-align: center;
}

.nav li a{
  display: block;
  padding: 18px 0;
  background: #e60069;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  transition: 0.6s;  
}
.nav li a:hover{
  color: #e60069;  
  background: #faebd7;
}

.nav ul li{
  list-style: none;
  border-right: 1px solid #fff;
}
.nav ul li:last-child{
  border-right: none;
}

.mgl10{
  margin-left: 10px;
}



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



/*------------------メインタイトル------------------*/
.main_title_area{
  margin: 180px 0 80px;
  background: #587e28;
  border-top: 18px solid #364e3b;
  position: relative; /*--親--*/  
}

.border_ill{
  position: absolute; /*--子--*/
  bottom: -4px;
  left: 0;    
}
.border_ill>img{
  width: 100vw;
}

.spot_title{
  padding-top: 40px; 
}
.spot_title>li:nth-child(1){
  padding-bottom: 20px;
}
.spot_title>li:nth-child(2){
  margin: -4.2px 0;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
  color: #fff;
}



/*------------------お店リンク部分------------------*/
.shop_name{
  display: flex;
  justify-content: space-between; 
  padding: 36px 0 40px;
  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: 600;
  color: #364e3b;  
  background: #fff;
  border-radius: 26px;
  transition: 0.4s;
}
.shop_name>li>a:hover{
  color: #e60069;
  background: #ffff00;
}
/*------------------ページ内リンク------------------*/
#orino_shop{
  margin-top: -200px;
  padding-top: 200px;  
}
#wakaura_shop{
  margin-top: -200px;
  padding-top: 200px;  
}
#takasago_shop{
  margin-top: -200px;
  padding-top: 200px;  
}
#mikan_shop{
  margin-top: -200px;
  padding-top: 200px;  
}



/*------------------共通部分------------------*/
.shop_info>li:nth-child(1){
  position: relative; /*--親--*/
}
.shop_info>li:nth-child(2)>h3{
  padding: 26px 0 20px;
  text-align: center;
}
.shop_info>li:nth-child(3)>p{
  margin: -6.3px 0;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.7;
  text-align: justify;
  text-justify: inter-ideograph; /*--edge--*/   
}

.city{
  position: absolute; /*--子--*/
  top: -20px;
  right: -20px;  
  filter: drop-shadow(3px 3px 4px rgba(0, 0, 0, 0.5));  
}

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

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

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



/*------------------共通テキスト------------------*/
.copy{
  position: absolute; /*--子--*/
  top: -20px;
  left: -20px;  
  filter: drop-shadow(3px 3px 4px rgba(0, 0, 0, 0.5));  
  padding: 14px;  
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 500;
  text-align: center;
  background: #fff;
  border-radius: 14px;
  transform: rotate(-4deg);
}

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

dl{
  display: flex;
}

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

.info>li{
  padding-bottom: 12px;
}
.info>li>a:first-child{
  display: inline-block;
  font-weight: 700;
  color: #1a0dab;
  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;
}



/*------------------オリノ------------------*/
.orino_area{
  padding-bottom: 170px;  
}



/*------------------マーレライ------------------*/
.wakaura_area{
  padding-bottom: 170px;  
}



/*------------------和カフェTAKASAGO------------------*/
.takasago_area{
  padding-bottom: 170px;  
}



/*------------------おおみや------------------*/
.mikan_area{
  padding-bottom: 150px;  
}



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

.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: #fff;
  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: 640px){
  
  .inner{
    padding: 0 20px;
  }
  
  .pc_img{
    display: none;
  }

  .sp_img{
    display: block;
  }
 
  .pc_br{
    display: block;
  }
  
  .sp_br{
    display: none;
  }
  
  
  
  /*------------------黒い半透過のレイヤー------------------*/
  .overlay{
    content: "";
    display: block;
    width: 0;
    height: 0;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    opacity: 0;
    transition: opacity .5s;
  }
  .overlay.open{
    position: fixed;
    width: 100%;
    height: 120%;
    opacity: 1;
  }



  /*------------------メニュー幅分スライド------------------*/
  main.open{
    transform: translateX(-250px);
  }
  

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

  .logo_sp{
    width: 70vw;
  }



  /*------------------ハンバーガーメニュー------------------*/
  .navToggle{
    margin-top: 15px;
    display: inline-block;
    width: 36px;
    height: 28px;
    vertical-align: middle;
    position: relative;
    top: 0;
    right: 0;
    z-index: 100;
  }

  .navToggle>span{
    display: inline-block;
    box-sizing: border-box;
    position: absolute;
    right: 0;
    width: 100%;
    height: 2px;
    background-color: #000033;
    transition: all .5s;
  }

  .navToggle.active>span{
    background-color: #fff;
  }

  .navToggle>span:nth-of-type(1){
    top: 0;
  }

  .navToggle.active>span:nth-of-type(1){
    transform: translateY(12px) rotate(-45deg);
  }

  .navToggle>span:nth-of-type(2){
    top: 12px;
  }

  .navToggle.active>span:nth-of-type(2){
    opacity: 0;
  }

  .navToggle>span:nth-of-type(3){
    bottom: 0;
  }

  .navToggle.active>span:nth-of-type(3){
    transform: translateY(-12px) rotate(45deg);
  }



  /*------------------右から左へ------------------*/
  nav.open {
    transform: translateZ(0);
  }
  /*------------------ナビメニュー------------------*/ 
  .nav ul{
    display: block;
  }  
  
  nav{
    width: 250px; 
    height: 100%;
    padding-top: 50px;
    background-color: rgb(0, 0, 51, 0.8);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100;
    transform: translate(250px);
    transition: all .5s;
  }

  .nav li{
    width: auto;
  }

  .nav li a{
    padding: 40px 0;
    background: none;
    font-size: 1.9rem;
    line-height: 1.5;
  }

  .nav ul li{
    border-right: none;
  }

  .mgl10{
    margin-left: 0;
  }
  
 
  
  /*------------------パンくずリスト部分------------------*/
  .bread_area{
    padding: 15px 20px 5px 20px;
    -webkit-overflow-scrolling: touch; 
    overflow-x: auto; 
  }

  /*------------------【スクロールバー】------------------*/
  .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: 132px;
    background: url("../shop/shop_img/back_sp.png") no-repeat center / cover;
  }

  

  /*------------------メインタイトル------------------*/
  .main_title_area{
    margin: 136px 0 40px;
    border-top: 10px solid #364e3b;
  }

  .spot_title{
    padding-top: 32px; 
  }
  .spot_title>li:nth-child(1){
    padding-bottom: 20px;
  }
  .spot_title>li:nth-child(2){
    margin: -3.9px 0;
    font-size: 1.3rem;
    line-height: 1.6;
    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 40px;
  }

  .shop_name>li>a{
    width: auto;
    padding: 14px 0;
    font-size: 2rem;
    color: #e60069;
    background: #ffff00;
    border-radius: 24px;
  }
  .shop_name>li{
    margin-bottom: 22px;
  }    
  .shop_name>li:last-child{
    margin-bottom: 0;
  }     
  /*------------------ページ内リンク------------------*/
  #orino_shop{
    margin-top: -180px;
    padding-top: 180px;  
  }
  #wakaura_shop{
    margin-top: -180px;
    padding-top: 180px;  
  }
  #takasago_shop{
    margin-top: -180px;
    padding-top: 180px;  
  }
  #mikan_shop{
    margin-top: -180px;
    padding-top: 180px;  
  }  
  

  
  /*------------------共通部分------------------*/
  .shop_info>li:nth-child(2)>h3{
    padding: 20px 0 12px;
  }
  .shop_info>li:nth-child(3)>p{
    margin: -4.8px 0;
    font-size: 1.6rem;
    line-height: 1.6;   
  }

  .city{
    top: -16px;
    right: -10px; 
    width: 18vw;
  }

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

  .sub_img{
    padding-bottom: 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%;   
  }  

  

  /*------------------共通テキスト------------------*/
  .copy{
    top: -12px;
    left: -10px;  
    padding: 10px;  
    font-size: 1.2rem;
    line-height: 1.3;
    border-radius: 12px;
  }

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

  
  
  /*------------------オリノ------------------*/
  .orino_area{
    padding-bottom: 50px;  
  }



  /*------------------マーレライ------------------*/
  .wakaura_area{
    padding-bottom: 50px;  
  }



  /*------------------和カフェTAKASAGO------------------*/
  .takasago_area{
    padding-bottom: 50px;  
  }



  /*------------------おおみや------------------*/
  .mikan_area{
    padding-bottom: 50px;  
  }

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

  .back li a{
    font-size: 1.5rem;
    line-height: 1.3;
    color: #fff;
    background: #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;
  }

  
  
 }
  
  
 


















