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



/*------------------メインタイトル------------------*/
.title_area{  
  background-image: url("../shop/shop_img/bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.shop_logo{
  padding-top: 180px;
}

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

.columbus>a{
  color: #f29b87;
}
.columbus>a:hover{
  color: #fff;
  background: #f29b87; /*マウスオーバー時の背景色*/
}

.tamano>a{
  color: #f5af7e;  
}
.tamano>a:hover{
  color: #fff;
  background: #f5af7e; /*マウスオーバー時の背景色*/
}

.noahouse>a{
  color: #8d93c8;   
}
.noahouse>a:hover{
  color: #fff;
  background: #8d93c8; /*マウスオーバー時の背景色*/
}

.trinity>a{
  color: #a7d398;  
}
.trinity>a:hover{
  color: #fff;
  background: #a7d398; /*マウスオーバー時の背景色*/
}
/*------------------ページ内リンク------------------*/
#columbus_shop{
  margin-top: -700px;
  padding-top: 700px;  
}
#tamano_shop{
  margin-top: -900px;
  padding-top: 900px;  
}
#noahouse_shop{
  margin-top: -900px;
  padding-top: 900px;  
}
#trinity_shop{
  margin-top: -900px;
  padding-top: 900px;  
}



/*------------------共通テキスト------------------*/
.shop_text{
  padding-top: 16px;
  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: 10px 0 12px;
  color: #e60012;
}
.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;
}

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

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

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

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

.photo_text{
  padding-top: 6px;
  font-size: 1.4rem;
}

.mgl6{
  margin-left: 6px;
}



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

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

.shop_reverse{
  flex-direction: row-reverse; /*--右から左--*/
}

.name{
  padding: 26px 0 16px;
  position: relative; /*--親--*/
}

.city{
  width: 90px;
  padding: 7px 0;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  color: #fff;
  background: #e60039;
  border-radius: 15px;
  position: absolute; /*--子--*/
  top: 10px;
  right: 0;   
}

.left{
  width: 598px;
}

.right{
  width: 400px;
}

.map{
  margin-top: 36px;
}



/*------------------コロンブス------------------*/
.colum_ill{
  position: absolute; /*--子--*/
  top: -45px;
  left: -45px;   
}

.colum{
  position: relative;
  padding: 90px 0 120px;
  background: #fadbda;
}

.colum:after{
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  /*ここで三角形のサイズを決める。必ず幅100vwにして、ブラウザサイズいっぱいにしてください。*/
  border-width: 80px 0 0 100vw ;
  /*transparentで余分な線を消す*/
  border-color: transparent  transparent  transparent #feecd2;
}



/*------------------パティスリーTAMANO------------------*/
.tama_ill{
  position: absolute; /*--子--*/
  top: 150px;
  right: 0;   
}

.tama{
  position: relative;
  padding: 70px 0 120px;
  background: #feecd2;
}

.tama:after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  /*ここで三角形のサイズを決める。必ず幅100vwにして、ブラウザサイズいっぱいにしてください。*/
  border-width: 0 0 80px 100vw ;
  /*transparentで余分な線を消す*/
  border-color: transparent  transparent #d3def1  transparent;
}



/*------------------ノア・ハウス------------------*/
.noa_ill{
  position: absolute; /*--子--*/
  top: -45px;
  left: -45px;   
}

.noa{
  position: relative;
  padding: 70px 0 120px;
  background: #d3def1;
}

.noa:after{
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  /*ここで三角形のサイズを決める。必ず幅100vwにして、ブラウザサイズいっぱいにしてください。*/
  border-width: 80px 0 0 100vw ;
  /*transparentで余分な線を消す*/
  border-color: transparent  transparent  transparent #ecf4d9;
}



/*------------------トリニティ＆ユニティ------------------*/
.tri_ill{
  position: absolute; /*--子--*/
  top: -45px;
  right: -45px;   
}

.tri{
  position: relative;
  padding: 70px 0 120px;
  background: #ecf4d9;
}

.tri:after{
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  /*ここで三角形のサイズを決める。必ず幅100vwにして、ブラウザサイズいっぱいにしてください。*/
  border-width: 0 0 80px 100vw ;
  /*transparentで余分な線を消す*/
  border-color: transparent  transparent #fff  transparent;
}



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

  
  
   /*------------------ふわっと表示------------------*/
  .fadein{
    opacity : 0;
    transform: translateY(80px);
    transition: all 1s;
  }
  
  
  
  /*------------------メインタイトル------------------*/
  .title_area{  
    background-image: url("../shop/shop_img/bg_sp.png");
  }

  .shop_logo{
    padding-top: 180px;
  }

  .low_text{
    font-size: 1.3rem;
    line-height: 1.4;
    padding-top: 12px;
    text-align: justify;
    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;
    border-radius: 24px;
  }

  .shop_name>li{
    margin-bottom: 22px;
  }  
   .shop_name>li:last-child{
    margin-bottom: 0;
  }   
  /*------------------ページ内リンク------------------*/
  #columbus_shop{
    margin-top: -450px;
    padding-top: 450px;  
  }
  #tamano_shop{
    margin-top: -450px;
    padding-top: 450px;  
  }
  #noahouse_shop{
    margin-top: -450px;
    padding-top: 450px;  
  }
  #trinity_shop{
    margin-top: -450px;
    padding-top: 450px;  
  }



  /*------------------共通テキスト------------------*/
  .shop_text{
    padding-top: 10px;
    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.4;
  }

  .photo_text{
    line-height: 1.4;
  }

  .mgl6{
    margin-left: 0;
  }



  /*------------------共通部分------------------*/
  .shop_item{
    display: block; /*--解除--*/
  }

  .name{
    padding: 30px 0 16px;
  }

  .city{
    padding: 6px 0;
    font-size: 1.4rem;
    border-radius: 13px;
    top: 5px;
  }

  .left{
    width: auto;
  }

  .right{
    width: auto;
  }

  .map{
    margin-top: 20px;
  }
  
  .sub_img{
    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%;   
  }

  

  /*------------------コロンブス------------------*/
  .colum{
    padding: 40px 0 60px;
  }

  .colum:after{
    /*ここで三角形のサイズを決める。必ず幅100vwにして、ブラウザサイズいっぱいにしてください。*/
    border-width: 40px 0 0 100vw ;
  }



  /*------------------パティスリーTAMANO------------------*/
  .tama{
    padding: 5px 0 34px;
  }

  .tama:after{
    /*ここで三角形のサイズを決める。必ず幅100vwにして、ブラウザサイズいっぱいにしてください。*/
    border-width: 0 0 40px 100vw ;
  }



  /*------------------ノア・ハウス------------------*/
  .noa{
    padding: 36px 0 60px;
  }

  .noa:after{
    /*ここで三角形のサイズを決める。必ず幅100vwにして、ブラウザサイズいっぱいにしてください。*/
    border-width: 40px 0 0 100vw ;
  }



  /*------------------トリニティ＆ユニティ------------------*/
  .tri{
    padding: 30px 0 40px;
  }

  .tri:after{
    /*ここで三角形のサイズを決める。必ず幅100vwにして、ブラウザサイズいっぱいにしてください。*/
    border-width: 0 0 40px 100vw ;
  }  

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

  
  
 }
  
  
 


















