@charset "UTF-8";
/* CSS Document */
.header {
  padding-bottom: 60px;
}
.section-sweets {
  background-color: #ECE5DB;
  padding-bottom: 100px;
}
.section-sweets__title {
  position: relative;
  z-index: 2;
}
.section-sweets h1, .section-menu h2 {
  position: relative;
  font-family: 'Klee One';
  font-size: 2rem;
  font-weight: 100;
  border-bottom: solid 0.5px #65564F;
  padding-bottom: 10px;
  display: inline-block;
  margin-bottom: 60px;
}
.section-sweets h1:before, .section-menu h2:before {
  content: "";
  position: absolute;
  background: #ECDDCF;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  top: 12px;
  /* border: dashed 1px white; */
  left: -15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}
.section-sweets__top-img {
  width: 270px;
  height: 260px;
  margin-bottom: 50px;
}
.circle1, .circle2, .circle3 {
  position: relative; /* ←文字の親要素に指定 */
  width: 155px;
  height: 155px;
  background-color: #A38F85;
  border-radius: 50%;
  margin: 0 auto;
}
.circle1-inner, .circle2-inner, .circle3-inner {
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-40%);
  text-align: center;
  line-height: 3rem;
  font-weight: 600;
  color: #fff;
  font-size: 1.6rem;
}
.circle1:before, .circle2:before, .circle3:before {
  content: "";
  position: absolute;
  display: block;
  top: 5px;
  bottom: 5px;
  left: 5px;
  right: 5px;
  border: 1px solid #fff;
  border-radius: 50%;
}
.circle1-inner {
  left: 50px;
}
.circle3-inner {
  left: 15px;
}
.circle1-inner__under, .circle2-inner__under, .circle3-inner__under {
  font-size: 1.8rem;
}
.flex {
  display: flex;
  width: 324px;
  margin: 0 auto;
}
.section-sweets__description {
  margin: 50px 57px 100px;
  text-align: left;
  line-height: 4rem;
}
.section-sweets__about_img1 {
  width: 270px;
  height: 270px;
  margin-left: 70px;
  margin-bottom: 50px;
}
.section-sweets__about_img2 {
  width: 270px;
  height: 270px;
  margin-right: 70px;
  margin-bottom: 70px;
}
.section-sweets__about_description {
  margin: 0 57px;
  text-align: left;
  line-height: 4rem;
}
@media(min-width:500px) {
  .section-sweets__description {
    margin: 50px 80px 100px;
  }
  .section-sweets__about_description {
    margin: 0 80px;
  }
  .flex {
    width: 370px;
  }
}
.section-menu {
  background-color: #ECE5DB;
  padding-bottom: 100px;
}
.section-menu__title {
  position: relative;
  z-index: 2;
}
.section-menu h1 {
  font-family: 'Klee One';
  font-weight: 100;
  background-image: linear-gradient(to right, #000 2px, transparent 2px);
  background-size: 10px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
  width: 65px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.cookie, .banana-cake, .nikochan, .florentin, .lemon-cake, .black-tea-cookie, .carrot-cake {
  width: 150px;
  
  border-radius: 5px;
}
.cookie_button, .banana-cake_button, .nikochan_button, .florentin_button, .lemon-cake_button, .black-tea-cookie_button, .carrot-cake_button {
  background-color: #A38F85;
  width: 150px;
  height: 30px;
  margin: 0 auto;
  font-size: 1.4rem;
  color: #EDE9E3;
  border-radius: 100px;
}
.cookie-bananacake, .nikochan-florentin, .lemon-cake-black-tea-cookie{
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}
.cookie-all, .nikochan-all, .lemon-cake-all {
  margin-right: 7.5px;
}
.banana-cake-all, .florentin-all, .black-tea-cookie-all {
  margin-left: 7.5px;
}
.carrot-cake-all{
  display: block;
  max-width: 160px;
  margin:0 auto;
}



 
/* ==========================
  モーダル（ポップアップ）
========================== */
.js_modalBtnWrap {
  width: 150px;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}


.js_modalWrap {
  display: none;
  z-index: 1000;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.js_modalBG {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.js_modalContInner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 370px;
  max-width: 100%;
  background-color: #ECE5DB;
  max-height: 900px;
  padding: 20px 40px 40px;
}
.js_modalCont {
  overflow-y: scroll;
  max-height: 700px;
   
  
}
.js_modalCont img{
  display: block;
  width: 200px;
  margin: 0 auto;
}
.js_modalCont > * + * {
  margin-top: 10px;
}
.cookie_button2,.banana-cake_button2,.nikochan_button2,.florentin_button2,.lemon-cake_button2,.black-tea-cookie_button2,.carrot-cake_button2{
  margin-top: 30px;
  margin-bottom: 30px;
}
.js_modalCont p{
  font-size: 1.8rem;
  line-height: 4rem;
  text-align: left;
  margin-top: 10px;
  
}
.js_modalContInner > .js_modalClose + * {
  margin-top: 0;
}
.js_modalClose {
  display: block;
  position: absolute;
  top: 10.5px;
  right: 10.5px;
  width: 20px;
  height: 20px;
  overflow: hidden;
  cursor: pointer;
  z-index: 1001;
}
.js_modalClose{
  position: relative;
  left: 350px;
  width: 27px;
  height: 27px;
  border-radius: 50%;  /* 丸みの度合い */
  background: #A38F85; /* ボタンの背景色 */

}
.js_modalClose::before,
.js_modalClose::after {
  content: "";
  background-color:  #ECE5DB;
  position: absolute;
  top: 6px;
  right: 12px;
  width: 2px;
  height: 15px;
  
}
.js_modalClose::before {
  transform: rotate(45deg);
}
.js_modalClose::after {
  transform: rotate(-45deg);
}

/* ==========================
  コンテンツの中身
========================== */
.ly_inner {
  width: 100%;
  max-width: 1080px;
  
  
  
}
.ly_inner h2 {
  font-size: 150%;
  font-weight: bold;
  margin-bottom: 30px;
}
.md_textblock{
  width: 150px;
}
.md_textblock > * + * {
  margin-top: 10px;
}
.md_textblock > * + .js_modalBtnWrap {
  margin-top: 20px;
}
table {
  width: 100%;
}
table th,
table td {
  border: 1px solid #222;
  padding: 10px;
}
table th {
  width: 20%;
  
  white-space: nowrap;
}
.md_linkBtnWrap {
  width: 300px;
  max-width: 100%;
  margin: 10px auto 0;
  text-align: center;
}
.md_linkBtnCont {
  display: block;
  color: #222;
  border: 1px solid #222;
  padding: 15px 5px;
  transition: 0.3s;
}
.md_linkBtnCont:hover,
.md_linkBtnCont:focus {
  color: #fff;
  background-color: #222;
}

/* PC幅に適用 */
@media (min-width: 768px) {
  .hp_sp {
    display: none !important;
  }
}
/* スマホ幅に適用 */
@media (max-width: 767px) {
  .hp_pc {
    display: none !important;
  }
  .js_modalCont img{
    width: 170px;
  }
  .js_modalContInner {
    width: 300px;
    max-height: 400px;
    padding: 20px;
  }
  .js_modalCont {
    max-height: 360px;
    max-width: 300px;
    
  }
  
  .cookie_button2,.banana-cake_button2,.nikochan_button2,.florentin_button2,.lemon-cake_button2,.black-tea-cookie_button2,.carrot-cake_button2{
  margin-top: 20px;
  margin-bottom: 20px;
}
  .js_modalCont p{
  font-size: 1.4rem;
  line-height: 3rem;
  margin-top: 0px;
  
  
}
  
  .js_modalClose{
  top: 0px;
  left: 270px;
  width: 25px;
  height: 25px;
  

}
.js_modalClose::before,
.js_modalClose::after {
  content: "";
  background-color:  #ECE5DB;
  position: absolute;
  top: 6px;
  right: 11px;
  width: 2.5px;
  height: 13px;
  
}
@media(min-width:500px) {
  .cookie-all, .nikochan-all, .lemon-cake-all {
    margin-right: 20px;
  }
  .banana-cake-all, .florentin-all, .black-tea-cookie-all {
    margin-left: 20px;
  }
  }
}