@charset "UTF-8";


/* main */
h1 span,h2 span,h3 span,h4 span,h5 span,h6 span{
  font-size: 17px;
  font-weight:normal;
  padding-left: 10px;
}




/* ITEM */

main{
  padding-top: 60px;
  margin-bottom: 80px;
}

main h1{
  font-size: 32px;
  font-weight:normal;
  color: #323232;
  text-align: center;
  margin-bottom: 65px;
}

main h1 span{
  font-size: 17px;
  font-weight:normal;
  padding-left: 10px;
}


/* ITEM_nav */
main .menu_list{
  width: 1200px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-bottom: 32px;
}

main #BEAUTY .menu_list h2,
main #BATH .menu_list h3,
main #FRAGRANCE .menu_list h4,
main #FOOD .menu_list h5{
  font-size: 18px;
  padding-top: 15px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 15px;
}
  
main .menu_list h2 span,
main .menu_list h3 span,
main .menu_list h4 span,
main .menu_list h5 span{
      font-weight: 100;
      font-size: 12px;
      padding-left: 10px;
  }

.item_content > ul{
  padding-bottom: 50px;
}


.current{
      transition: .4s;
      background-color: #aab86d;
      color: #fff;
  }

.content-box {
    display: none;
  }



/* info */
main .info{
  width: 1026px;
  padding: 40px 20px;
  border: 1px solid #b4ba99;
} 

main .info .info_box{
width: 100%;
}

main .info .info_area{
  width: 542px;
  border-right: 1px dotted #b4ba99;
  text-align: center;
  padding-top: 35px;
}

main .info .info_area h6{
  font-size: 23px;
  font-weight: 200;
  margin-bottom: 30px;
}

main .info .info_area .tel{
  font-size: 35px;
  position: relative;
  margin-left: 34px;
  margin-bottom: 30px;
}


main .info .info_area .time,
main .info .info_area .holiday{
margin-bottom: 10px;
}

main .info .info_area span{
font-size: 12px;
padding-top: 15px;
margin-bottom: 30px;
display: inline-block;
}

main .info .info_area .guid_btn a{
  display: inline-block;
  width: 350px;
  height: 60px;
  border: 1px solid #323232;
  border-radius: 100vh;
  text-align: center;
  padding-top: 20px;
  box-sizing: border-box;
}


main .info .info_area .guid_btn a:hover{
  background-color: #323232;
  color: #FFF;
  transition: .4s;
}




main .info .info_area .tel::before{
  content: "";
  position: absolute;
  background-image: url(../images/item/tel.svg);
  background-repeat: no-repeat;
  display: inline-block;
  display: contain;
  width: 44px;
  height: 44px;
  left: 93px;
}

main .info .cnp_banner{
  width: 460px;
}

main .info .cnp_banner .cnp_text{
  color: #d1285c;
  font-weight: 700;
  margin-bottom: 25px;
  text-align: center;
}

main .info .cnp_banner .cnp_text::before{
  content: "＼";
}

main .info .cnp_banner .cnp_text::after{
  content: "／";
}

main .info .cnp_banner ul{
  width: 330px;
  margin: 0 auto;
}


main .info .cnp_banner li{
  padding-bottom: 20px;
  width: 330px;
}


main .info .cnp_banner li a:hover{
  cursor: pointer;
    transition: .4s;
    opacity: .5;
}


/* --- スマホ0~640pxまで --- */
@media screen and (max-width:640px) {

  /* テンプレートを書く */
  .inner {
    width: auto;
  }

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

   /* 段組みの解除 */
   .ds_f {
    flex-direction: column;
  }

  .jc_sb {
    justify-content: flex-start;
  }


  main{
    padding-top: 45px;
    margin-bottom: 0;
  }

  main h1 {
    margin-bottom: 45px;
  }
  
main .info .info_area span {
    font-size: 14px;
    margin-bottom: 40px;}


  main .menu_list{
    width: 100%;
  }

    main .info{
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}

main .info .info_area {
  width: 100%;
  border-right: beige;
  text-align: center;
  padding-top: 20px;
  border: none;
}

main .info .cnp_banner {
  width: 100%;
}

main .info .info_area span {
  font-size: 14px;
}

main .info .info_area .tel::before {
  left: 0;
}

main .info .info_area h6 {
  font-size: 17px;
  margin-bottom: 22px;
}

main .info .info_area .tel {
  margin-bottom: 23px;
}


main .info .info_area .guid_btn a{
margin-bottom: 50px;
}



.item_content > ul {
  padding-bottom: 0;
}


}

