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

/*
Theme Name: Ts collection template
Descrption: T´s collection テンプレート
Auther: n_ob2
*/

/*共通部分
---------------------------*/

html{
  font-size: 100%;
}

body{
  font-family: "Yu Gothic Medium", "游ゴシック Midium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
  line-height: 1.7;
  color: #1b1613;
  background-color: #ffebeb;
  margin: 0;
  padding: 0;
}

a{
  text-decoration: underline;
}

img{
  max-width: 100%;
}

.wrapper{
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 4%;
}

.grid{
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 6%;
  margin-bottom: 50px;
}

h2{
  margin-top: 50px;
  width: 100% inherit;
  text-align: center;
  font-size: 1em;
  border-bottom: solid 3px #1b1613;
  padding-bottom: 6px;
  margin-bottom: 3px;
  position: relative;
}

  h2:after{
    content: '';
    width: 100%;
    border-bottom: solid 1px #1b1613;
    position: absolute;
    top: 141px;
    left: 0;
  }

      h2 img{
        position: relative;
        top: 11px;
      }

  @media (max-width: 860px){

    h2{
      margin-top: 50px;
      width: 100% inherit;
      text-align: center;
      font-size: 1em;
      border-bottom: solid 3px #1b1613;
      padding-bottom: 6px;
      margin-bottom: 3px;
      position: relative;
    }

      h2:after{
        content: '';
        width: 100%;
        border-bottom: solid 0px #1b1613;
        position: absolute;
        top: 133px;
        left: 0;
      }

          h2 img{
            position: relative;
            top: 11px;
          }
  }

p.tlink{
  margin-right: 10%;
  padding-left: 30px;
  line-height: 1.15em;
  font-size: 120%;
  background-image: url(images/icon_textlink.png);
  background-size: 20px;
}

p.arrowlink{
  line-height: 1.15em;
  font-family: serif;
  font-size: 120%;
  text-decoration: ;
  position: relative;
  text-align: right;
}

  p.arrowlink:after{
    content: ">";
    text-decoration: none !important;
    position: relative;
    top: -1px;
    left: 10px;
  }

  p.arrowlink a{
    color: #1b1613;
  }

.chinese{
  font-family: 'Microsoft YaHei', sans-serif;
}


/*ボタンデザイン
---------------------------*/
.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 2rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

a.btn-border {
  width: 350px;
  border: 3px solid #db7777;
  border-radius: 20px 0;
  font-family: serif;
  font-weight: bold;
  color: #ffffff;
  background: #db7777;
}

a.btn-border:before {
  position: absolute;
  top: 2px;
  left: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  content: '';
  -webkit-transition: all .3s;
  transition: all .3s;
  border-radius: 20px 0;
  border: 3px solid #fff;
}

a.btn-border:hover:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
}

@media (max-width: 860px){
  .btn,
  a.btn,
  button.btn {
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 1rem 2rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #212529;
    border-radius: 0.5rem;
  }

  a.btn-border {
    width: 13em;
    border: 3px solid #db7777;
    border-radius: 20px 0;
    font-family: serif;
    font-weight: bold;
    color: #ffffff;
    background: #db7777;
  }

  a.btn-border:before {
    position: absolute;
    top: 2px;
    left: 2px;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    content: '';
    -webkit-transition: all .3s;
    transition: all .3s;
    border-radius: 20px 0;
    border: 3px solid #fff;
  }

  a.btn-border:hover:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
  }
}



.videowrapper {
    position: relative;
    text-align: center;
    padding: 30px;
    margin: 30px auto 0;
    top: 0;
    width: 73%;
    background: #ffffff;
    box-shadow: 0 3px 3px 0 rgba(100, 100, 100, 0.3);
}

@media (max-width: 1000px){
  .videowrapper {
    position: relative;
      padding: 30px;
      margin: 30px auto 0;
      top: 0;
      width: 100%;
      background: #ffffff;
      box-shadow: 0 3px 3px 0 rgba(100, 100, 100, 0.3);
  }
}

.videowrapper:before, .videowrapper:after{
    position: absolute;
    top: 0;
    content:'';
    width: 10px;
    height: 100%;
    display: inline-block;
    box-sizing: border-box;
}
.videowrapper:before{
    border-left: dotted 2px #c2b57e;
    border-top: dotted 2px #c2b57e;
    border-bottom: dotted 2px #c2b57e;
    left: 0;
}
.videowrapper:after{
    border-top: dotted 2px #c2b57e;
    border-right: dotted 2px #c2b57e;
    border-bottom: dotted 2px #c2b57e;
    right: 0;
}

.btnvideowrapper{
  width: 100%;
  padding: 0.5em 2em;
  border-radius: 30px;
  background-color: #db7777;
}

a.btnvideo{
  width: 100%;
  color: #ffffff;
  font-size: 150%;
  text-decoration: none;
}

a.btnvideo:hover{
  width: 100%;
  padding: 10px 30px;
  border-radius: 30px;
  background-color: #db7777;
  color: #ffffff;
  font-size: 150%;
  text-decoration: underline;
}


  .material-symbols-outlined{
    font-size: 130%;
    vertical-align: text-top;
    margin-left: 10px;
  }

/*調整
---------------------------*/
.mt20{
  margin-top: 20px;
}
.mt30{
  margin-top: 30px;
}
.mt50{
  margin-top: 50px;
}
.mt100{
  margin-top: 100px;
}

.pt30{
  padding-top: 30px;
}

.fbold{
  font-weight: bold;
}

.fmarker{
  background: linear-gradient(transparent 50%, #f4a4a4 50%);
}

.fsize80{
  font-size: 70%;
}

.fsize90{
  font-size: 90%;
}
.fsize150{
  font-size: 150%;
}
.fsize200{
  font-size: 200%;
}

.tcenter{
  text-align: center;
}

.tmiddle{
  padding-top: 20%;
}

.width100{
  width: 100%;
}

.imgCenter{
  text-align: center;
}

.liDot li{
  list-style: circle;
  text-indent: -0.1em;
  padding-left: 0.1em;
  margin-left: 2em;
}

p.komeindent{
  text-indent: -1em;
  padding-left: 1em;
}


/*header
---------------------------*/
header {
  background-color: #ffffff;
  position: relative;
}

header .box{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

  ul.sns{
    display: flex;
    text-transform: uppercase;
    list-style: none;
    color: red;

  }

  @media (max-width: 860px){
    header .box{
      justify-content: space-between;
    }
    ul.sns{
      padding-left: 0;
      width: 80%;
    }
  }

    .sns li{
        margin-right: 20px;
    }

    .sns li:last-child{
      margin-right: 0;
    }

  header h1{
    margin: 20px 0  20px -60px;
  }

  header h1 img{
    width: auto;
    height: 100px;
  }

  /*pc_nav
  ---------------------------*/
  .pc_nav ul{
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
    padding-bottom: 10px;
    font-family: serif;
    color: inherit;
    font-size: 120%;
  }

    .pc_nav ul li{
      min-width: 50px;
      border-bottom: 3px solid #fff;
      padding: 0 2%;
      position: relative;
    }
      .pc_nav ul li:first-child{
        border-left: none;
      }

    .pc_nav ul li:after{
      position: absolute;
      content: '';
      bottom: 0;
      left: 0;
      width: 0;
      height: 1px;
      background: #db7777;
      transition: all 0.5s ease 0s;
    }

    .pc_nav ul li a:hover{
      color: #db7777;
      text-decoration: none;
    }
    .pc_nav ul li:hover:after{
      width: 100%;
    }

    .pc_nav ul li a{
      display: block;
      width: 100%;
      text-decoration: none;
      color: #555;
      padding-bottom: 5px;
      }

    @media (max-width: 860px){
      .pc_nav{
        display: none;
      }
    }

    @media (min-width: 860px){
        .ham_nav{
          visibility: hidden;
        }
    }

    /*nav
    ---------------------------*/
    /* チェックボックスを非表示にする */
    .drawer_hidden {
      display: none;
    }

    /* ハンバーガーアイコンの設置スペース */
    .drawer_open {
      display: flex;
      height: 60px;
      width: 60px;
      justify-content: center;
      align-items: center;
      position: relative;
      z-index: 100;/* 重なり順を一番上にする */
      cursor: pointer;
    }

    /* ハンバーガーメニューのアイコン */
    .drawer_open span,
    .drawer_open span:before,
    .drawer_open span:after {
      content: '';
      display: block;
      height: 3px;
      width: 30px;
      border-radius: 3px;
      background: #c8b67c;
      transition: 0.5s;
      position: absolute;
    }

    /* 三本線の一番上の棒の位置調整 */
    .drawer_open span:before {
      bottom: 8px;
    }

    /* 三本線の一番下の棒の位置調整 */
    .drawer_open span:after {
      top: 8px;
    }

    /* アイコンがクリックされたら真ん中の線を透明にする */
    #drawer_input:checked ~ .drawer_open span {
      background: rgba(255, 255, 255, 0);
    }

    /* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
    #drawer_input:checked ~ .drawer_open span::before {
      bottom: 0;
      transform: rotate(45deg);
    }

    #drawer_input:checked ~ .drawer_open span::after {
      top: 0;
      transform: rotate(-45deg);
    }

    /* メニューのデザイン*/
    .nav_content {
      width: 100%;
      height: 100%;
      position: fixed;
      top: 0;
      left: 100%; /* メニューを画面の外に飛ばす */
      z-index: 99;
      background: #fff;
      transition: .5s;
      padding: 40px;
    }

      .nav_content a{
        color: #1b1613;
        text-decoration: none;
      }

      .nav_content ul.nav_list li{
        margin-right: 10%;
        padding-bottom: 20px;
        line-height: 1.35em;
        font-size: 120%;
        position: relative;
      }

        .nav_content ul.nav_list li:before{
          content: url(images/icon_nav.png);
          margin-right: 10px;
          position: relative;
          top: 7px;
          left: 0;
        }

      .nav_content ul.nav_list li.nav_item01:before{
        content: url(images/icon_info.png);
        top: 10px;
      }

      .nav_content ul.nav_list li.nav_item02{
        padding-bottom: 30px;
        border-bottom: solid 1px #311e19;
      }
        .nav_content ul.nav_list li.nav_item02:before{
          content: url(images/icon_heart.png);
          top: 10px;
        }

      .nav_content ul.nav_list li.nav_item03{
        padding-top: 20px;
      }
        .nav_content ul.nav_list li.nav_item03:before{
          content: url(images/icon_cook.png);
          top: 10px;
        }

      .nav_content ul.nav_list li.nav_item04:before{
        content: url(images/icon_cake.png);
        top: 10px;
      }

      .nav_content ul.nav_list li.nav_item05{
        padding-bottom: 30px;
        border-bottom: solid 1px #311e19;
      }
        .nav_content ul.nav_list li.nav_item05:before{
          content: url(images/icon_leaf.png);
          top: 10px;
        }

      .nav_content ul.nav_list li.nav_item06{
        padding-bottom: 30px;
        border-bottom: solid 1px #311e19;
      }
      .nav_content ul.nav_list li.nav_item06:before{
        content: url(images/icon_star.png);
        top: 10px;
      }

      .nav_content ul.nav_list li.nav_item07{
        padding-top: 20px;
      }



    /* メニュー黒ポチを消す */
    .nav_list {
      list-style: none;
    }

    /* アイコンがクリックされたらメニューを表示 */
    #drawer_input:checked ~ .nav_content {
      left: 0;/* メニューを画面に入れる */
    }

/*hotinfo
---------------------------*/
.hotinfo {
    position: relative;
    padding: 30px 30px 20px;
    margin: 70px auto 0;
    top: 0;
    width: 73%;
    background: #ffffff;
    box-shadow: 0 3px 3px 0 rgba(100, 100, 100, 0.3);
}

@media (max-width: 1000px){
  .hotinfo {
      position: relative;
      padding: 30px 30px 20px;
      margin: 70px auto 0;
      top: 0;
      width: 100%;
      background: #ffffff;
      box-shadow: 0 3px 3px 0 rgba(100, 100, 100, 0.3);
  }
}

.hotinfo:before, .hotinfo:after{
    position: absolute;
    top: 0;
    content:'';
    width: 10px;
    height: 100%;
    display: inline-block;
    box-sizing: border-box;
}
.hotinfo:before{
    border-left: dotted 2px #c2b57e;
    border-top: dotted 2px #c2b57e;
    border-bottom: dotted 2px #c2b57e;
    left: 0;
}
.hotinfo:after{
    border-top: dotted 2px #c2b57e;
    border-right: dotted 2px #c2b57e;
    border-bottom: dotted 2px #c2b57e;
    right: 0;
}
.hotinfo p {
    margin: 0;
    padding: 0;
}

.hotinfo a{
  text-decoration: underline;
  color: #1b1613;
}

.hotinfo a:hover{
  text-decoration: none;
}

.hotinfo a:visited{
  text-decoration: underline;
  color: #1b1613;
}

.hotinfo .arrowEnd{
  background-image: url(images/main/next_arrow02.png);
  background-position: 100% 30%;
}

.hukidashi {
  position: absolute;
  top: -25px;
  left: 10px;
  display: inline-block;
  padding: 7px 20px;
  min-width: 120px;
  max-width: 100%;
  color: #fff;
  font-size: 100%;
  background: #c2b57e;
  border-radius: 15px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .5);
}

.hukidashi:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 20%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #c2b57e;
}

.hukidashi p {
  margin: 0;
  padding: 0;
}



/*footer
---------------------------*/
footer{
  background-color: #af9b5d;
  background-position: bottom;
  border-top: solid 3px #af9b5d;
  background-image: url(images/img_footer.png);
  background-repeat: repeat-x;
  background-position: bottom;
  background-size: auto;
  color: #ffffff;
  position: relative;
  margin-top: 50px;
  padding-bottom: 50px;
}

  footer:before{
    content: '';
    display: block;
    background-color: #dad0a9;
    width: 100%;
    height: 5px;
    box-shadow:0px 1px 1px 1px #867230 inset;
    position: relative;
    top: 5px;
  }

  .footergridwrapper{
    width: 60%;
    margin: 50px auto 0;
  }

  .footergrid{
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr;
   }

    @media (max-width: 860px){
      .footergrid{
        display: grid;
        grid-template-columns: 1fr;
       }
    }

  footer a{
    color: #ffffff !important;
    text-decoration: none;
  }

  footer a:before{
    content: ">";
    color: #ffffff;
    text-decoration: none;
    margin-right: 10px;
  }

  footer p.small{
    text-align: center;
    margin-top: 80px;
    margin-bottom: 50px;
  }

/*caruosel_test
---------------------------*/
#caruosel00{
  background-color: #ffffff !important;
  padding-bottom: 30px;
}

/*caruosel
---------------------------*/
.caruosel_wrapper{
}

@keyframes tonext {
  75% {
    left: 0;
  }
  95% {
    left: 100%;
  }
  98% {
    left: 100%;
  }
  99% {
    left: 0;
  }
}

@keyframes tostart {
  75% {
    left: 0;
  }
  95% {
    left: -300%;
  }
  98% {
    left: -300%;
  }
  99% {
    left: 0;
  }
}

@keyframes snap {
  96% {
    scroll-snap-align: center;
  }
  97% {
    scroll-snap-align: none;
  }
  99% {
    scroll-snap-align: none;
  }
  100% {
    scroll-snap-align: center;
  }
}
* {
  box-sizing: border-box;
  scrollbar-color: transparent transparent; /* thumb and track color */
  scrollbar-width: 0px;
}

*::-webkit-scrollbar {
  width: 0;
}

*::-webkit-scrollbar-track {
  background: transparent;
}

*::-webkit-scrollbar-thumb {
  background: transparent;
  border: none;
}

* {
  -ms-overflow-style: none;
}

ol, li {
  list-style: none;
  margin: 0;
  padding: 0;
  /*max-height: 426px;*/
}

.carousel {
  position: relative;
  padding-top: 75%;
  filter: drop-shadow(0 0 10px #0003);
  perspective: 100px;
}

.carousel__viewport {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  overflow-x: scroll;
  counter-reset: item;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
}

.carousel__slide {
  position: relative;
  flex: 0 0 100%;
  width: 100%;
  background-color: #f99;
  counter-increment: item;
}

#carousel__slide1{
  background-image: url(../images/main/img_carousel01.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.carousel__slide:nth-child(even) {
  background-color: #99f;
}

.carousel__slide:before {
  content: counter(item);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%,-40%,70px);
  color: #fff;
  font-size: 2em;
}

.carousel__snapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  scroll-snap-align: center;
}

@media (hover: hover) {
  .carousel__snapper {
    animation-name: tonext, snap;
    animation-timing-function: ease;
    animation-duration: 4s;
    animation-iteration-count: infinite;
  }

  .carousel__slide:last-child .carousel__snapper {
    animation-name: tostart, snap;
  }
}

@media (prefers-reduced-motion: reduce) {
  .carousel__snapper {
    animation-name: none;
  }
}

.carousel:hover .carousel__snapper,
.carousel:focus-within .carousel__snapper {
  animation-name: none;
}

.carousel__navigation {
  position: absolute;
  right: 0;
  top: 406px;
  left: 0;
  text-align: center;
}

.carousel__navigation-list,
.carousel__navigation-item {
  display: inline-block;
}

.carousel__navigation-button {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #edc3c3;
  background-clip: content-box;
  border: 0.25rem solid transparent;
  border-radius: 50%;
  font-size: 0;
  transition: transform 0.1s;
}

.carousel::before,
.carousel::after,
.carousel__prev,
.carousel__next {
  position: absolute;
  top: 0;
  margin-top: 22%;
  width: 4rem;
  height: 4rem;
  transform: translateY(-50%);
  border-radius: 50%;
  font-size: 0;
  outline: 0;
}

.carousel::before,
.carousel__prev {
  left: -1rem;
}

.carousel::after,
.carousel__next {
  right: -1rem;
}

.carousel::before,
.carousel::after {
  content: '';
  z-index: 1;
  opacity: 0.8;
  background-color: #fff;
  background-size: 1.5rem 1.5rem;
  background-repeat: no-repeat;
  background-position: center center;
  color: #fff;
  font-size: 2.5rem;
  line-height: 4rem;
  text-align: center;
  pointer-events: none;
}

.carousel::before {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon points='0,50 80,100 80,0' fill='%23333'/%3E%3C/svg%3E");
}

.carousel::after {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon points='100,50 20,100 20,0' fill='%23333'/%3E%3C/svg%3E");
}


/*contents
----------------------------*/
.content_navi{
  margin-top: 50px;
  /*font-family: serif;*/
  /*font-weight: bold;*/
}

  .content_navi ul.btnnav{
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr;
    max-width: 73%;
    margin: 70px auto 0;
    }

    .content_navi ul.btnnav li{
      width: 360px;
      margin: 0 auto;
    }

    @media (max-width: 860px){
  .content_navi ul.btnnav {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    margin: 0 auto;
    top: 0;
  }

  .content_navi ul.btnnav li{
    width: auto;
    margin: 0 auto;
  }

  _::-webkit-full-page-media,_:future,:root .content_navi ul.btnnav{
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    margin: 0 auto;
    top: 0;
  }

  _::-webkit-full-page-media,_:future,:root .content_navi ul.btnnav li{
    width: auto;
    margin: 0 auto;
  }

}

  .content_navi ul.textnav{
    display: flex;
    justify-content: center;
    margin-top: 50px;
  }

    .content_navi ul.textnav li{
      margin-right: 10%;
      padding-left: 30px;
      line-height: 1.15em;
      font-size: 120%;
      background-image: url(images/icon_textlink.png);
      background-size: 20px;
    }


    .content_navi ul.textnav li:last-child{
      margin-right: 0;
    }

    .content_navi ul.textnav a{
      color: #1b1613;
      text-decoration: none;
    }

    .content_navi ul.textnav a:hover{
      color: #1b1613;
      text-decoration: underline;
    }

    .content_navi ul.textnav a:visited{
      color: #1b1613;
      text-decoration: none;
    }

    @media (max-width: 1000px){
      .content_navi ul.textnav{
        display: grid;
        grid-gap: 30px;
        grid-template-columns: 1fr;
        margin: 50px auto;

      }
      .content_navi ul.textnav li{
        display: grid;
        grid-template-columns: 1fr  ;
        width: 60%;
        margin: 0 auto;
      }
      .content_navi ul.textnav li:last-child{
        margin: 0 auto !important;
      }

}


/*osusume
----------------------------*/

.osusume{
  margin-top: 50px;
}

  div.grid{
     display: grid;
     gap: 20px;
      grid-template-columns: repeat(auto-fit, minax(240px, 1fr));
      margin-top: 30px;
  }

    .grid div.item{
      background-color: #ffffff;
      border-radius: 10px;
      padding: 5px;

    }

      div.item img{
        border-radius: 3px 3px 0 0;
      }

      div.item p{
        font-size: 120%;
        margin: 10px 0 10px 0;
        font-family: serif;
        font-weight: bold;
      }

      div.item a{
        color: #1b1613;
        text-decoration: underline;
      }

      div.item a:hover{
        color: #1b1613;
        text-decoration: none;
      }

      div.item a:visited{
        color: #1b1613;
        text-decoration: underline;
      }

    @media (max-width: 860px){
      div.grid{
        display: grid;
        grid-template-columns: 1fr 1fr;
      }

        div .item img{
          width: 100%;
        }
    }

    .grid div.newitem{
      position: relative;
    }

    .ribbonwrapper {
      position: absolute;
      top: -5px;
      left: -5px;
      width: 100px;
      height: 91px;
      overflow: hidden;
    }
    .ribbon {
      display: inline-block;
      position: absolute;
      padding: 6px 0 4px 20px;
      right: -21px;
      top: 10px;
      width: 190px;
      text-align: center;
      font-size: 14px;
      background: #ed7a7a;
      color: #fff;
      box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .3);
      -webkit-transform: rotate(-30deg);
      transform: rotate(-30deg);
    }
      .ribbon:before, .ribbon:after {
        position: absolute;
        content: "";
        border-top: 4px solid #ab5151;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        bottom: -4px;
      }
      .ribbon:before {
        left: 55px;
      }
      .ribbon:after {
        right: 18px;
      }



/*講師紹介
----------------------------*/

.grid02wrapper{
  width: 70%;
  margin: 50px auto 0;
}

.grid02{
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr 1fr;
 }

 .txtbox{
   height: 100%;
 }

@media (max-width: 860px){
  .grid02{
    display: grid;
    grid-template-columns: 1fr;
  }

  .tmiddle{
    padding-top: 0px;
  }
}


 /*下層ページ
 ----------------------------*/
 .pankuzu{
   font-size: 90%;
   margin-top: 30px;
 }

  .pankuzu a:link{
    color: #1b1613;
    text-decoration: underline;
  }

  .pankuzu a:hover{
    text-decoration: none;
  }
  .pankuzu a:visited{
    text-decoration: underline;
  }

  h2.h202{
    margin-top: 30px;
    width: 100% inherit;
    text-align: center;
    /*font-family: serif;*/
    font-size: 250%;
    line-height: 1em;
    border-bottom: solid 3px #1b1613;
    margin-bottom: 30px;
    position: relative;
  }

    .h202:before{
      content: url(images/img_h2.png);
      display: block;
    }

    .h202:after{
      content: '';
      width: 100%;
      border-bottom: solid 1px #1b1613;
      position: absolute;
      top: 91px;
      left: 0;
    }

    @media (max-width: 860px){
      h2.h202{
        margin-top: 30px;
        width: 100% inherit;
        text-align: center;
        /*font-family: serif;*/
        font-size: 130%;
        line-height: 1.1em;
        border-bottom: solid 3px #1b1613;
        margin-bottom: 30px;
        position: relative;
      }
      .h202:after{
        content: '';
        width: 100%;
        border-bottom: solid 0px #1b1613;
        position: relative;
        top: 58px;
        left: 0;
      }
    }

  h3{
    border-bottom: solid 1px #1b1613;
    margin-top: 30px;
    margin-bottom: 20px;
  }

  h3.h3Border {
      display: flex;
      align-items: center;
      border-bottom: none;
      margin-top: 80px;
      font-size: 200%;
      /*font-family: serif;*/
  }

    h3.h3Border:before,
    h3.h3Border:after {
        content: "";
        height: 1px;
        flex-grow: 1;
        background-color: #666;
    }

    h3.h3Border:before {
        margin-right: 1rem;
    }

    h3.h3Border:after {
        margin-left: 1rem;
    }

    @media (max-width: 860px){
      h3.h3Border {
          margin-top: 50px;
          font-size: 150%;
      }
    }

    h4.h4Txt{
      font-size: 150%;
      margin-top: 30px;
      position: relative;
    }

    h4.h4Txt::before{
      content: '';
      display: inline-block;
      margin-right: 20px;
      position: relative;
      top: -10px;
      width: 40px;
      height: 1px;
      background-color: #1b1613;
    }

    @media (max-width: 860px) {
      h4.h4Txt{
        font-size: 110%;
        margin-top: 30px;
        position: relative;
      }

      h4.h4Txt::before{
        content: '';
        display: inline-block;
        margin-right: 20px;
        position: relative;
        top: -5px;
        width: 40px;
        height: 1px;
        background-color: #1b1613;
      }
    }



  .swrapper{
    width: 80%;
    margin: 0 auto;
  }
  @media (max-width: 860px) {
    .swrapper{
      width: 100%;
    }
  }

  .pos_rel{
    position: relative;
  }

  .price{
    padding-right: 10px;
    text-align: right;
  }

  .price_table{
    background-color: #ffffff;
    border-radius: 20px;
    border-collapse: collapse;
    margin-top: 20px;
    margin-bottom: 10px;
    width: 100%;
  }

    .price_table th,td{
        padding: 10px;
    }

    .price_table .topborder{
        border-top: dotted 1px #1b1613;
      }

    .price_table th{
      text-align: left;
      padding-left: 20px;
      width: 25%;
    }

    .tag{
      position: relative;
      display: inline-block;
      font-size: 90%;
      padding: 6px 20px 6px 30px;
      color: #ffffff;
      border-radius: 35px 0 0 35px;
      background: #c8b67c;
    }

      .tag:before {
          position: absolute;
          top: 50%;
          left: 10px;
          transform: translateY(-50%);
          content: '';
          width: 10px;
          height: 10px;
          border-radius: 50%;
          background: #ffebeb;
      }


  .osusumebnr{
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  @media (max-width: 860px){
    .osusumebnr{
      display: grid;
      grid-template-columns: 1fr;
    }
  }

    .osusumebnr .item{
      background-position: right;
      background-size: 50%;
      border-radius: 10px;
      border: solid 4px #f5d3d3;
    }

      .osusumebnr .BGimg01{
        background-image: url(alalesson/images/img_icingkiso.png);
      }
      .osusumebnr .BGimg02{
        background-image: url(alalesson/images/img_meringueart.png);
      }
      .osusumebnr .BGimg03{
        background-image: url(alalesson/images/img_makaron.png);
      }

      .osusumebnr .item .inner{
        width: 60%;
        border-top-right-radius: 10% 50%;
        border-top-left-radius: 10px;
        border-bottom-right-radius: 10% 50%;
        border-bottom-left-radius: 10px;
        background-color: #ffffff;
        position: relative;
      }

        .osusumebnr .item .inner::after{
          font-family: 'Material Icons';
          content: '\e89e';
          color: blue;
          position: absolute;
          bottom: 5px;
          right: 15px;
        }

      .osusumebnr .item .inner p{
        font-size: 95%;
        margin: 0;
        padding: 6px 0 6px 10px;
      }

      .osusumebnr a:link{
        color: #1b1613;
        text-decoration: underline;
      }

      .osusumebnr a:hover{
        color: #1b1613;
        text-decoration: none;
      }

      .osusumebnr a:visited{
        color: #1b1613;
        text-decoration: underline;
      }

      /*----------------外部サイトアイコン*/

      p.othersite{
        position: relative;
      }

      p.othersite::after{
        font-family: 'Material Icons';
        content: '\e89e';
        color: blue;
        position: absolute;
      }




/*-------------------------
受講内容詳細ページ
-------------------------*/
.lessondetail{
  padding-left: 3em;
}

.lessondetail li{
  list-style-type: disc;
}

.lessoninfo div{
  display: flex;
  justify-content: flex-start;
  margin-top: 10px;
}

.lessoninfo dt{
  min-width: 10em;
}



/*-------------------------
クッキー缶詳細ページ
-------------------------*/
.cookietindetail div{
  display: flex;
  justify-content: flex-start;
  margin-top: 10px;
}

.cookietindetail dt{
  min-width:  12em;
}

.kuchikomibox{
  width: fit-content;
  margin: 0 auto;
  }

/*-------------------------
はじめての方へ
-------------------------*/
.whiteBox{
  background: rgba(255,255,255,0.5);
  padding: 50px;
  width: 100%;
  margin-top: 30px;
  overflow: hidden;
}

.leftBox{
  width: 65%;
  float: left;
}

.rightBox{
  width: 30%;
  float: right;
}

  .whiteBox p.text{
    margin-top: 30px;
  }

.content_naviWhite{
  margin-top: 50px;
  /*font-family: serif;*/
  /*font-weight: bold;*/
}

  .content_naviWhite ul.btnnav{
    display: flex;
    justify-content: center;
  }

    .content_naviWhite ul.btnnav li:first-child{
      margin-right: 10%;
    }

  .content_naviWhite ul.textnav{
    display: flex;
    justify-content: start;
    margin-top: 50px;
  }

    .content_naviWhite ul.textnav li{
      margin-right: 10%;
      padding-left: 30px;
      line-height: 1.15em;
      font-size: 120%;
      background-image: url(images/about/icon_textlinkwhite.png);
      background-size: 20px;
    }

    .content_naviWhite ul.textnav li:last-child{
      margin-right: 0;
    }

    .content_naviWhite ul.textnav a{
      color: #1b1613;
      text-decoration: underline;
    }

    .content_naviWhite ul.textnav a:hover{
      color: #1b1613;
      text-decoration: none;
    }

    .content_naviWhite ul.textnav a:visited{
      color: #1b1613;
      text-decoration: underline;
    }

    @media (max-width: 1000px){
        .whiteBox{
          background: rgba(255,255,255,0.5);
          padding: 50px;
          width: 100%;
          position: relative;
          margin-top: 30px;
        }
        .leftBox{
          width: 100%;
        }
        .rightBox{
          width: 100%;
        }
        .whiteBox p.text{
          width: 100%;
          margin-top: 30px;
        }
        .content_naviWhite ul.textnav{
          display: block;
          margin-top: 10px;
        }
        .content_naviWhite ul.textnav li{
          margin-top: 10px;
          margin-right: 10%;
          padding-left: 30px;
          line-height: 1.15em;
          font-size: 120%;
          background-image: url(images/about/icon_textlinkwhite.png);
          background-size: 20px;
        }
    }

.whiteBox02{
  background: rgba(255,255,255,0.5);
  padding: 50px;
  margin-top: 50px;
}

  .whiteBox02 p.text{
    margin-top: 30px;
  }

@media (max-width: 1000px){
  .img_macaron{
    margin: 30px auto 0 !important;
    text-align: center;
  }
    .img_macaron img{
      border: #fff solid 2px;
    }

  .img_taitai{
    margin: 30px auto 0 !important;
    text-align: center;
  }
  .img_beginner{
    margin: 30px auto 0 !important;
    text-align: center;
  }
}

p.koushitxt{
    font-size: 250%;
    font-family: serif;
    font-weight: bold;
}

  p.koushitxt span.small{
    font-size: 60%;
  }

/*---------------
オーダー
----------------*/
div.notice{
  background-color: rgba(255, 255, 255, 0.5);
  padding: 30px;
}

  div.notice ul{
    padding-left: 20px;
  }

  div.notice ul li{
    list-style: decimal;
    padding-left: 1em;
    margin-top: 20px;
  }


  .flow ul {
    padding: 0;
  }
  .flow li {
    list-style-type: none;
  }
  .flow dd {
    margin-left: 0;
    font-size: 110%;
  }

  .flow {
  border: 3px solid rgb(255,119,119);
  border-radius: 20px;
}
.flow > li {
  padding: 30px;
}
.flow > li:not(:last-child) {
  border-bottom: 3px solid rgb(255,119,119);
  position: relative;
}
.flow > li:not(:last-child)::before,
.flow > li:not(:last-child)::after {
  content: "";
  border: solid transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.flow > li:not(:last-child)::before {
  border-width: 22px;
  border-top-color: rgb(255,119,119);
}
.flow > li:not(:last-child)::after {
  border-width: 18px;
  border-top-color: #ff7777;
}
.flow > li dl {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flow > li dl dt {
  font-size: 20px;
  font-weight: 600;
  color: rgb(255,119,119);
  -ms-flex-preferred-size: 20%;
  flex-basis: 15%;
  margin-right: 1vw;
  text-align: center;
}
.flow > li dl dt .icon {
  font-size: 15px;
  color: #fff;
  background: rgb(255,119,119);
  background: -moz-linear-gradient(left, rgba(255,119,119,1) 0%, rgba(255,119,119,1) 100%);
  background: -webkit-linear-gradient(left, rgba(255,119,119,1) 0%,rgba(255,119,119,1) 100%);
  background: linear-gradient(to right, rgba(255,119,119,1) 0%,rgba(255,119,119,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b90db', endColorstr='#66d5e9',GradientType=1 );
  width: 80px;
  height: 80px;
  padding: 29px 0;
  text-align: center;
  margin-bottom: 10px;
  display: block;
  border-radius: 50%;
}








/*---------------
口コミ
----------------*/
.voicewrapper{
  width: 70%;
  margin: 50px auto 0;
}

@media (max-width: 860px) {
  .voicewrapper{
    width: 100%;
    margin: 50px auto 0;
  }
}

.voiceBox{
  background: rgba(255,255,255,0.5);
  padding: 30px;
  width: 100%;
  margin-top: 30px;
}

  .voiceBox .name{
    height: 50px;
}

  .voiceBox .back01{
    background-image: url(images/voice/icon_women01.png);
    background-size: contain;
  }
  .voiceBox .back02{
    background-image: url(images/voice/icon_women02.png);
    background-size: contain;
  }
  .voiceBox .back03{
    background-image: url(images/voice/icon_women03.png);
    background-size: contain;
  }
  .voiceBox .back04{
    background-image: url(images/voice/icon_women04.png);
    background-size: contain;
  }
  .voiceBox .back05{
    background-image: url(images/voice/icon_women05.png);
    background-size: contain;
  }

    .name p{
      padding: 1em;
      font-weight: Bold;
    }

.voiceBox a{
  color: #1b1613;
  text-decoration: underline;
}

.voiceBox a:hover{
  color: #1b1613;
  text-decoration: none;
}

.voiceBox a:visited{
  color: #1b1613;
  text-decoration: underline;
}

.voiceBox .lesson{
  text-indent: -5em;
  padding-left: 5em;
}

.page{
  text-align: center;
  margin-top: 30px;
}

  .page ul{
    display: flex;
    justify-content: center;
  }

  .page li{
    margin-left: 20px;
  }

/*---------------
QA
----------------*/
/* アコーディオン */
.acd-check{
  display: none;
}
.acd-label{
  display: block;
  border-bottom: 1px dotted #ff7777;
  margin-bottom: 1px;
  padding: 20px;
}
.acd-label::before{
    content: 'Q';
    padding-right: 1em;
}

.acd-content{
  margin-left: 1em;
  height: 0;
  opacity: 0;
  padding: 0 10px;
  transition: .5s;
  visibility: hidden;
}
.acd-content p{
  display: block;
  margin-bottom: 2em;
}

.acd-check:checked + .acd-label + .acd-content{
  height: auto;
  opacity: 1;
  padding: 10px;
  visibility: visible;
}

/*---------------
サイトマップ
----------------*/
#sitemap a:link{
  color: #1b1613;
  text-decoration: underline;
}

#sitemap a:visited{
  color: #1b1613;
  text-decoration: underline;
}

#sitemap a:hover{
  color: #1b1613;
  text-decoration: none;
}

#sitemap li.under{
  padding-left: 1em;
}
