@charset "euc-jp";

/*==
    all 全体 初期設定
===============================================*/
/* html, body */
html, body {
  width: 100%;
  height: 100%;
  background: #ffffff;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: antialiased;
}

html{
  font-size: 62.5%;
}
body {
  position: relative;
  font-style: normal;
  font-family:  Meiryo, メイリオ, sans-serif;
  font-weight: 400;
  font-size: 1.6em;/*=16px*/
  letter-spacing: .16rem;
  line-height: 1.7;
  margin: 0;
  padding: 0;
  height: auto;
  color: #000000;
  min-width: 1000px;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

/* 全体のラッパー */
#wrapper {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
}

/* リンクのデフォルト設定 */
/* inputのリセット */
input[type="file"] {
  /* 位置とサイズの調整 */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  filter: alpha(opacity=0);
  opacity: 0;
}
input, button, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  resize: none;
  outline: none;
  background: none;
  font-family: "Noto Sans JP",sans-serif;
}
select::-ms-expand {
  display: none;
}

/*textareaのリセット */
/* selectのリセット */
/* 送信ボタンのリセット */
/* テキストのベーススタイル */
dd,
dt,
li,
p {
  margin: 0;
}

#main{
  position: relative;
  z-index: 5;
}

/* インナーカラム */
.wrap{
  width: 92%;
  max-width: 980px;
  margin: 0 auto;
}

ul,ol{
  margin: 0;
  padding: 0;
  list-style: none;
}

a{
  color: #000;
  text-decoration: none;
}

a,a img{
  transition: .4s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

a:hover{
  text-decoration: none;
}

.aR{ text-align: right !important;}

.-pc{ display: block !important;}
.-sp{ display: none !important;}

.flex{
  display:-webkit-box;/*--- Androidブラウザ用 ---*/
  display:-ms-flexbox;/*--- IE10 ---*/
  display: -webkit-flex;/*--- safari（PC）用 ---*/
  display:flex;
  flex-wrap: wrap;
}
.justify_between{
  -webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
  -ms-flex-pack:justify;/*--- IE10 ---*/
  -webkit-justify-content:space-between;/*--- safari（PC）用 ---*/
  justify-content:space-between;
}
.justify_start{
  -webkit-justify-content:flex-start;/*--- safari（PC）用 ---*/
  justify-content:flex-start;
}
.item_center{
  align-items: center;
}
.f-reverse{
  flex-direction: row-reverse;
}


/* 営業日カレンダー*/
.cal__table {
  display:flex;
  justify-content:space-between;
}
.tbl_calendar {
  border: none !important;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
}
.tbl_calendar th, .tbl_calendar td {
  padding: 4px !important;
  text-align: center !important;
  border-bottom: 1px solid #ccc !important;
}

.pnkz{
  margin-bottom:20px;
  display:flex;
  font-size:1.3rem;
  flex-wrap:wrap;
}
.pnkz a{
  font-size:1.3rem;
}
.pnkz li:nth-child(n+2) a{
  color:#d5ae6b;
}

.sortmenu{
  margin:10px 0 20px;
  text-align:right;
  font-size:1.2rem;
}
.sortmenu a{
  font-size:1.2rem;
}

.pagerwrap{
  margin:50px auto;
  text-align:center;
}
.pagerwrap .pager li > a, .pager li > span{
  display: inline-block;
  padding: 5px 14px;
  color:#ebcf8b;
  border: 1px solid #ebcf8b;
  border-radius:0;
  background: #fff;
}
.pagerwrap .pager li.current span{
  background:#ea5b82;
}

.nopage{
  margin:50px auto;
  font-size:18px;
  text-align:center;
}


/*
@media screen and (min-width: 768px) and (max-width: 1300px) {
  img{ max-width: 100%;}
}
*/

@media screen and (max-width: 767px) {
  body.fixed{
    position: fixed;
    left: 0;
    width: 100%;
    height: 100%;
  }
  body{
    position: relative;
    min-width: inherit;
    z-index: 5;
    top: 0;
  }
/* インナーカラム */
  .wrap{
    width: 92%;
    margin: 0 auto;
  }

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

  .-pc{ display: none !important;}
  .-sp{ display: block!important;}

  .cal__table {
    display:block;
    font-size: 1.4rem;
  }
  .cal__table table{
    margin:0 auto 20px auto;
  }
  .cal__table th,
  .cal__table td {
    font-size: 1.4rem;
  }

}

/* ------------------------------
    clearfix
------------------------------ */
.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

/* ----------------------------------------------------------------------------------------------------
*  header
* --------------------------------------------------------------------------------------------------*/
.header-wrap{
    position: relative;
    top: 0;
    width: 100%;
    margin: 0 auto;
    padding: 0 0;
    box-sizing: border-box;
    background: url(https://oyaben.com/_colorme/img/common/bg_header.png) repeat left top;
    z-index: 999;
}
.h_wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 0;
    box-sizing: border-box;
}
.h_wrap .h_left{}
.h_wrap .h_left p{
    font-size: 1.2rem;
    color: #7a4d21;
    margin-bottom: 10px;
}

.header-wrap .h-logo{
  width: 100%;
  max-width: 436px;
  margin: 0;
  padding: 0;
}

.h_contact .btn{
    width: 202px;
    background: #f9ba00;
    padding: 10px 10px 8px 10px;
    border: 2px solid #f9ba00;
}

.h_contact .btn span{
    position: relative;
    text-align: center;
}
.h_contact .btn span:before{
    background: url(https://oyaben.com/_colorme/img/common/icn_mail.png) no-repeat center center;
    width: 28px;
    height: 18px;
}

.header-wrap .header-navi{
    background: url(https://oyaben.com/_colorme/img/common/line.png) repeat-x left bottom,#fefcfa;
}
.header-wrap .header-navi ul{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-wrap .header-navi li{
  position: relative;
  align-items: center;
  box-sizing: border-box;
}

.header-wrap .header-navi li a,
.header-wrap .header-navi li p{
    position: relative;
    display: block;
    font-size: 1.4rem;
    color: #62380f;
    padding: 15px 0 15px 15px;
    text-align: center;
    box-sizing: border-box;
    transition: inherit;
    cursor: pointer;
}
.header-wrap .header-navi li:before{
    display: block;
    content: '▼';
    font-size: 1.2rem;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    left: 0;
}
.header-wrap .header-navi li:nth-of-type(1):before{ color: #c17224;}
.header-wrap .header-navi li:nth-of-type(2):before{ color: #ea5b82;}
.header-wrap .header-navi li:nth-of-type(3):before{ color: #8dc54e;}
.header-wrap .header-navi li:nth-of-type(4):before{ color: #f9ba00;}
.header-wrap .header-navi li:nth-of-type(5):before{ color: #ae89bd;}
.header-wrap .header-navi li:nth-of-type(6):before{ color: #ed7eaf;}
.header-wrap .header-navi li:nth-of-type(7):before{ color: #ee7956;}
.header-wrap .header-navi li:nth-of-type(8):before{ color: #0086bf;}
.header-wrap .header-navi li:nth-of-type(9):before{ color: #ede97e;}

.header-wrap .header-navi li .menu-child{
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: .5s;
    display: block;
    width: 210px;
    background: rgba(255,255,255,.9);
    box-sizing: border-box;
}

.header-wrap .header-navi li.menu-single:hover .menu-child{
    display: block;
    top: 53px;
    opacity: 1;
    height: auto;
    overflow: visible;
    z-index: 999;
    border: 1px solid #d5ae6b;
}

.header-wrap .header-navi li .menu-child li:before{ display: none;}

.header-wrap .header-navi li .menu-child li{
    margin: 0;
    padding: 0;
    border-top: 1px solid #d5ae6b;
}
.header-wrap .header-navi li .menu-child li:after{ display: none;}
.header-wrap .header-navi li .menu-child li a{
    color: #62380f;
    font-size: 1.3rem;
    padding: 8px;
    box-sizing: border-box;
    display: block;
    width: 100%;
    text-align: left;
}
/*
.header-wrap .header-navi li .menu-child li:hover{ background: rgba(141,197,78,0.9);}
*/
.header-wrap .header-navi li:nth-of-type(2) .menu-child li:hover{ background: rgba(234,91,130,0.9);}
.header-wrap .header-navi li:nth-of-type(3) .menu-child li:hover{ background: rgba(141,197,78,0.9);}
.header-wrap .header-navi li:nth-of-type(4) .menu-child li:hover{ background: rgba(249,186,0,0.9);}
.header-wrap .header-navi li:nth-of-type(5) .menu-child li:hover{ background: rgba(174,137,189,0.9);}
.header-wrap .header-navi li:nth-of-type(6) .menu-child li:hover{ background: rgba(237,126,175,0.9);}
.header-wrap .header-navi li:nth-of-type(7) .menu-child li:hover{ background: rgba(238,121,86,0.9);}
.header-wrap .header-navi li:nth-of-type(8) .menu-child li:hover{ background: rgba(0,134,191,0.9);}
.header-wrap .header-navi li:nth-of-type(9) .menu-child li:hover{ background: rgba(237,233,126,0.9);}


.header_btm{
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    background: #fefcfa;
    box-sizing: border-box;
}

.h_search{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 310px;
    padding: 0 5px 0 0;
    box-sizing: border-box;
}

.search_container{
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
    background: #FFF;
    height: 2.3em;
    overflow: hidden;
}
.search_container input[type="text"]{
    width: 100%;
    height: 2.0em;
    padding:6px 30px 6px 6px;
    border: 1px solid #d5ae6b;
    box-sizing: border-box;
}
.search_container input[type="text"]:focus {
    outline: 0;
}
.search_container button{
    cursor: pointer;
    border: none;
    background: none;
    position: absolute;
    right: 12px;
    top: 50%;
    margin-top: -11px;
    width: 16px;
    height: 16px;
}
.h_search button img{ max-width: 17px;}


.header_btm .subnav ul{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.header_btm .subnav ul li{
    position: relative;
}
.header_btm .subnav ul li:before{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
    content: '|';
}
.header_btm .subnav ul li:first-of-type:before{ display: none;}
.header_btm .subnav ul li+li{}

.header_btm .subnav ul li a{
    font-size: 1.3rem;
    color: #333333;
}
.header_btm .subnav ul li a:hover{ text-decoration: underline;}


@media screen and (max-width: 1292px) {
/*
    .header-wrap .header-navi li .menu-child{
        width: 200%;
        left: -40%;
    }
    .header-wrap .header-navi li:nth-child(7) .menu-child{
        width: 170px;
        left: -10%;
    }
*/
    .header-wrap .header-navi li:nth-child(8) .menu-child{
        left: -100%;
    }
    .header-wrap .header-navi li:nth-child(9) .menu-child{
        left: -200%;
    }
}


@media screen and (max-width: 767px) {
  .header-wrap{

  }
  .h_wrap{
      display: block;
      padding: 4% 0;
  }

  .h_wrap .h_left p{
      display: none;
  }

  .header-wrap .h-logo{
    position: absolute;
    left: 4%;
    top: 12%;
    width: 76%;
    max-width: 436px;
    margin: 0;
    padding: 0;
  }

  .h_contact .btn{
    margin: 8% auto;
  }

  .btn_menu{
    position: absolute;
    top: 17px;
    right: 2%;
    width: 3.4em;
    height: 35px;
    z-index: 9999;
  }
  .toggle{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 10;
  }
  .toggle span{
    display: inline-block;
    transition: all .5s cubic-bezier(0.645, 0.045, 0.355, 1);
    position: absolute;
    left: 0;
    right: 0;
    width: 42px;
    height: 2px;
    margin: auto;
    background-color: #000;
  }
  .fixed .toggle span{ background: #FFF;}

  .toggle span:nth-of-type(1) {
    top: 0;
  }
  .toggle span:nth-of-type(2) {
    top: 11px;
  }
  .toggle span:nth-of-type(3){
    top: 22px;
  }
  .toggle span:nth-of-type(4){
    bottom: 2px;
    width: auto;
    font-size: 8px;
    text-align: center;
    letter-spacing: -1.5px;
    background: none;
  }
  .toggle.active span:nth-of-type(1) {
    transform: translateY(10px) rotate(135deg);
        border-bottom: none;
  }
  .toggle.active span:nth-of-type(2) {
    opacity: 0;
  }
  .toggle.active span:nth-of-type(3) {
    top: 0;
    bottom: auto;
    transform: translateY(10px) rotate(-135deg);
  }

  .header-navi{
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: 1s;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
/*    height: auto;*/
    max-height: 100vh;
    padding: 60px 0 10% 0;
    margin-top: 0;
    background: #fefcfa;
    -webkit-overflow-scrolling:touch;
    overflow-y: auto;
    z-index: 999;
    box-sizing: border-box;
  }
  .header-navi.on{
    opacity: 1;
    visibility: visible;
  }

  .header-wrap .header-navi ul{
    display: block;
  }
  .header-wrap .header-navi li{
    display: block;
    padding: 0;
    border-bottom: 1px solid #f2e8ca;
  }

  .header-wrap .header-navi li+li{ margin-left: 0;}
    .header-wrap .header-navi li:before{ display: none;}
  .header-wrap .header-navi li a,
  .header-wrap .header-navi li p{
    font-size: 3.8vw;
    font-weight: 700;
    padding: 14px 4%;
    text-align: left;
    color: #62380f;
  }
  .header-wrap .header-navi li a::before{ display: none;}
  .header-wrap .header-navi li p span{
    display: none;
  }
  .header-wrap .header-navi li p::before{ display: none;}
  .header-wrap .header-navi li.menu-single:after{
    display: block;
    content: '';
    position: absolute;
    top: 21px;
    right: 4%;
    width: 6px;
    height: 6px;
    border-left: 1px solid #000;
    border-top: 1px solid #000;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  .header-wrap .header-navi li.menu-single.active:after{
    top: 25px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .header-wrap .header-navi li .menu-child{
    position: relative;
    top: 0;
    left: 0;
    opacity: 1;
    height: auto;
    overflow: visible;
      display: none;
    width: 100%;
    background: none;
    border: none;
    border-top: 1px solid #f2e8ca;
    transition: 0s;
  }
.header-wrap .header-navi li.menu-single:hover .menu-child{
  display: none;
  top: 0;
}
/*  .header-wrap .header-navi li.df-close .menu-child {
    display: none;
  }*/


  .header-wrap .header-navi li .menu-child li{
    margin: 0;
    padding: 0;
    border-bottom: 1px dashed #f2e8ca;
    border-top: none;
    color: #62380f;
  }
  .header-wrap .header-navi li .menu-child li:last-of-type{ border-bottom: none;}

  .header-wrap .header-navi li .menu-child li a{
    color: #62380f;
    padding: 8px 8%;
    box-sizing: border-box;
    font-weight: 400;
      font-size: 3.5vw;
  }
    .header_btm{
        display: block !important;
        margin-top: 8%;
    }

    .h_search{
        width: 90%;
        margin: 0 auto;
    }

    .search_container button{
        margin-top: -18px;
        width: 28px;
        height: 28px;
    }
    .h_search button img{ max-width: 16px;}


}


/* ----------------------------------------------------------------------------------------------------
*  f-guide
* --------------------------------------------------------------------------------------------------*/
.f-guide{
    background: #fefcfa;
    padding: 50px 0 40px 0;
    box-sizing: border-box;
}

.f-guide .wrapIn{ width: 50%;}

.f-guide h2{
    font-size: 1.8rem;
    font-weight: normal;
    color: #ea5b82;
    margin: 0 0 10px 0;
    padding: 0;
}

.f-guide h2:not(:first-of-type){ margin-top: 30px;}

.f-guide .box+.box{ margin-top: 15px;}
.f-guide .box h3{
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-size: 1.2rem;
    color: #333333;
}
.f-guide .box h3:before{
    position: relative;
    top: -2px;
    display: inline-block;
    vertical-align: middle;
    content: '■';
    margin-right: 1px;
}

.f-guide .box p{
    font-size: 1.2rem;
    color: #333333;
    padding-left: 16px;
    box-sizing: border-box;
}

.f-guide .box a{ text-decoration: underline;}
.f-guide .box a:hover{ text-decoration: none;}

.f-guide .box figure{
    margin-top: 5px;
    padding-left: 16px;
    box-sizing: border-box;
}

.indent{
    text-indent: -1.3rem;
    margin-left: 1.3rem;
}
.p00{ padding: 0 !important;}

@media screen and (max-width: 767px) {
    .f-guide{
        padding: 7.8% 0 6.25% 0;
    }
    .f-guide .flex{ display: block;}
    .f-guide .wrapIn{ width: 100%;}

    .f-guide h2{
        font-size: 4.6vw;
    }

    .f-guide h2:not(:first-of-type){ margin-top: 4.7%;}

    .f-guide .box h3{
        font-size: 3.5vw;
    }
    .f-guide .box h3:before{
        top: 0;
    }

    .f-guide .box p{
        font-size: 3.5vw;
        padding-left: 3.5vw;
    }

    .f-guide .box figure{
        padding-left: 3.5vw;
    }

    .indent{
        text-indent: -3.6vw;
        margin-left: 3.6vw;
    }

}



/* ----------------------------------------------------------------------------------------------------
*  footer
* --------------------------------------------------------------------------------------------------*/
.footer{
    background: url(https://oyaben.com/_colorme/img/common/line.png) repeat-x left top,#FFF;
    padding-top: 30px;
    box-sizing: border-box;
}
.footer .wrap{
    display: flex;
    justify-content: flex-start;
    
    padding-bottom: 25px;
    box-sizing: border-box;
}

.footer .f-logo{
    max-width: 220px;
    margin-right: 20px;
}

.footer .f-nav ul{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.footer .f-nav ul li+li{ margin-left: 10px;}
.footer .f-nav ul a{
    position: relative;
    font-size: 1.4rem;
    color: #8c6d4f;
}
.footer .f-nav ul a:before{
    position: relative;
    top: -2px;
    display: inline-block;
    vertical-align: middle;
    content: '';
    background: url(https://oyaben.com/_colorme/img/common/icn_link.png) no-repeat center center;
    background-size: 100% auto;
    margin-right: 3px;
    width: 10px;
    height: 12px;
}

.footer .f-nav ul a:hover{ text-decoration: underline;}

.footer .copy{
    text-align: center;
    background: #e6d4c2;
    padding: 20px 0;
    box-sizing: border-box;
}
.footer .copy p{
    text-align: center;
    font-size: 1.0rem;
    color: #815428;
}

@media screen and (max-width: 767px) {
    .footer{
        padding-top: 8%;
    }
    .footer .wrap{
        display: block;

        padding-bottom: 4.5%;
    }

    .footer .f-logo{
        width: 50%;
        max-width: 220px;
        margin: 0 auto 6% auto;
    }

    .footer .f-nav ul{
        display: flex;
        flex-wrap: wrap;
    }
    .footer .f-nav ul li:not(:last-of-type){ margin-right: 10px;}
    .footer .f-nav ul li+li{ margin-left: 0;}
    .footer .f-nav ul a{
        font-size: 3.6vw;
    }
    .footer .copy{
        padding: 4% 0;
    }
    .footer .copy p{
        font-size: 3.2vw;
    }
}

/* ----------------------------------------------------------------------------------------------------
*  common
* --------------------------------------------------------------------------------------------------*/
.two-column{
    padding: 20px 0 70px 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row-reverse;
    box-sizing: border-box;
}

.two-column .main_cnts{
    width: 76%;
    max-width: 744px;
}

.index-ttl{
    position: relative;
    margin: 0 0 15px 0;
    padding: 0 0 2px 30px;
    font-size: 1.8rem;
    font-weight: normal;
    color: #62380f;
    background: url(https://oyaben.com/_colorme/img/common/line_small.png) no-repeat left bottom;
    box-sizing: border-box;
}
.index-ttl:after{
    position: relative;
    bottom: -2px;
    display: block;
    content: '';
    width: 100%;
    height: 4px;
    background: #f2e8ca;
    z-index: -1;
}
.index-ttl:before{
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -14px;
    background-size: 100% auto !important;
    width: 26px;
    height: 20px;
}

.under-ttl{
    position: relative;
    margin: 0 0 15px 0;
    padding: 0 0 2px 0;
    font-size: 2.4rem;
    font-weight: normal;
    color: #62380f;
    background: url(https://oyaben.com/_colorme/img/common/line_small.png) no-repeat left bottom;
    box-sizing: border-box;
}
.under-ttl.line{
    background: url(https://oyaben.com/_colorme/img/common/line.png) repeat-x left bottom;
}
.under-ttl:after{
    position: relative;
    bottom: -2px;
    display: block;
    content: '';
    width: 100%;
    height: 4px;
    background: #f2e8ca;
    z-index: -1;
}
.under-ttl:before{
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -14px;
    background-size: 100% auto !important;
    width: 26px;
    height: 20px;
}

.object-fit-img {
    object-fit: contain;
    font-family: 'object-fit: contain;'
}

.two-column .side{
    width: 23%;
    max-width: 220px;
}

.two-column .side .item-box{
    background: url(https://oyaben.com/_colorme/img/common/bg_header.png) repeat left top;
    border: 1px solid #d5ae6b;
    padding: 18px 8px;
    box-sizing: border-box;
}

.item-box dl{
    display: flex;
    justify-content:flex-start;
    align-items: center;
    margin: 0 0 15px 0;
    padding: 0;
}

.item-box dl dt{
    font-size: 1.3rem;
    color: #62380f;
    margin-right: 50px;
}
.item-box dl dd{
    font-size: 1.3rem;
    color: #62380f;
}

.item-box .num{
    font-size: 2.4rem;
    color: #ed7eaf;
    margin-right: 5px;
    line-height: 1;
}
.item-box .price{
    font-size: 2.4rem;
    color: #f9ba00;
    margin-right: 5px;
    line-height: 1;
}

.item-box .btn-wrap{
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #d5ae6b;
    box-sizing: border-box;
}

.item-box .btn{
    font-size: 1.4rem;
}

.item-box .btn.-cart{ background: #ea5b82;}
.item-box .btn.-member{ background: #37bbcf; margin-bottom: 10px;}
.item-box .btn.-login{ background: #9ecc60; letter-spacing: -0.1rem;}

.item-box .btn.-cart span:before{
    background: url(https://oyaben.com/_colorme/img/common/icn_cart.png) no-repeat center center;
    width: 30px;
    height: 26px;
}
.item-box .btn.-member span:before{
    background: url(https://oyaben.com/_colorme/img/common/icn_newmember.png) no-repeat center center;
    width: 28px;
    height: 30px;
}
.item-box .btn.-login span:before{
    background: url(https://oyaben.com/_colorme/img/common/icn_login.png) no-repeat center center;
    width: 20px;
    height: 26px;
    margin-right: 0;
}

.side .bn{ margin: 12px 0 18px 0;}

.side .bn a img{ display: block; transition: 0.4s;}
.side .bn a:hover img{ opacity: 0.6;}


.side .accordion{ margin-bottom: 15px;}
.side .accordion .accordion_btn{
    position: relative;
    font-size: 1.4rem;
    color: #FFF;
    padding: 14px 60px 16px 10px;
    box-sizing: border-box;
    cursor: pointer;
}

.side .accordion.-cat .accordion_btn{background: #ea5b82;}
.side .accordion.-series .accordion_btn{background: #8dc54e;}
.side .accordion.-age .accordion_btn{background: #f9ba00;}
.side .accordion.-subject .accordion_btn{background: #ae89bd;}
.side .accordion.-price .accordion_btn{background: #ed7eaf;}
.side .accordion.-download .accordion_btn{background: #ee7956;}
.side .accordion.-association .accordion_btn{background: #118ec3;}
.side .accordion.-course .accordion_btn{background: #cfca38;}

.side .accordion .accordion_btn:after{
    display: block;
    content: '';
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
}

.side .accordion.-cat .accordion_btn:after{background: url(https://oyaben.com/_colorme/img/common/icn_cat.png) no-repeat center center;}
.side .accordion.-series .accordion_btn:after{background: url(https://oyaben.com/_colorme/img/common/icn_series.png) no-repeat center center;}
.side .accordion.-age .accordion_btn:after{background: url(https://oyaben.com/_colorme/img/common/icn_age.png) no-repeat center center;}
.side .accordion.-subject .accordion_btn:after{background: url(https://oyaben.com/_colorme/img/common/icn_subject.png) no-repeat center center;}
.side .accordion.-price .accordion_btn:after{background: url(https://oyaben.com/_colorme/img/common/icn_price.png) no-repeat center center;}
.side .accordion.-download .accordion_btn:after{background: url(https://oyaben.com/_colorme/img/common/icn_download.png) no-repeat center center;}
.side .accordion.-association .accordion_btn:after{background: url(https://oyaben.com/_colorme/img/common/icn_association.png) no-repeat center center; width: 42px;}
.side .accordion.-course .accordion_btn:after{background: url(https://oyaben.com/_colorme/img/common/icn_course.png) no-repeat center center;}

.side .accordion .accordion_btn span{ position: relative; padding-left: 12px;}
.side .accordion .accordion_btn span:before{
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -5px;
    display: inline-block;
    vertical-align: middle;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #FFF;
}
.side .accordion .accordion_btn.active span:before{
border-width: 8px 5px 0 5px;
border-color: #FFF transparent transparent transparent;
    margin-top: -4px;
}

.side .accordion .accordion_cnts{
    display: none;
}

.side .accordion .accordion_cnts li{
    background: url(https://oyaben.com/_colorme/img/common/line_side.png) repeat-x left bottom;
    box-sizing: border-box;
}
.side .accordion .accordion_cnts li a{
    display: block;
    font-size: 1.4rem;
    color: #62380f;
    padding: 13px;
    box-sizing: border-box;
}


.btn{
    display: block;
    font-size: 1.4rem;
    color: #FFF;
    text-align: center;
    border-radius: 5px;
    padding: 10px 10px 8px 10px;
    box-shadow: 0 3px 0 0 rgba(213,174,107,0.7);
    box-sizing: border-box;
    transition: 0.2s all ease 0s;
}

.btn span{
    position: relative;
    text-align: center;
}
.btn span:before{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
    content: '';
}
a.btn:hover{
    box-shadow: none;
    transform: translate3d(0, 3px, 0);
}


@media screen and (max-width: 767px) {
    .two-column{
        padding: 4% 0 10% 0;
        display: block;
    }

    .two-column .main_cnts{
        width: 100%;
        max-width: inherit;
    }

    .index-ttl{
        font-size: 4.8vw;
    }

    .two-column .side{
        width: 100%;
        max-width: inherit;
    }

    .two-column .side .item-box{
        padding: 3% 2%;
    }

    .item-box dl{
        display: flex;
        justify-content:center;
        align-items: center;
        margin: 0 0 15px 0;
        padding: 0;
    }

    .item-box dl dt{
        font-size: 3.8vw;
        margin-right: 12vw;
    }
    .item-box dl dd{
        font-size: 3.8vw;
    }

    .item-box .num{
        font-size: 6vw;
    }
    .item-box .price{
        font-size: 6vw;
    }

    .item-box .btn{
        font-size: 3.8vw;
    }
    .item-box .btn.-login{letter-spacing: 0rem;}
    .side .bn{ margin: 12px 0 18px 0;}
    .side .bn img{
        display: block;
        max-width: 100%;
        width: auto;
        height: auto;
        margin: 0 auto;
    }

    .side .accordion{ margin-bottom: 15px;}
    .side .accordion .accordion_btn{
        font-size: 3.7vw;
        padding: 14px 60px 16px 10px;
    }
    .side .accordion .accordion_btn:after{
        display: block;
        content: '';
        position: absolute;
        right: 15px;
        top: 50%;
        margin-top: -20px;
        width: 40px;
        height: 40px;
    }

    .side .accordion .accordion_btn span{ position: relative; padding-left: 3.5vw;}
    .side .accordion .accordion_btn span:before{
        margin-top: -1.5vw;
        border-width: 1.5vw 0 1.5vw 2.4vw;
    }
    .side .accordion .accordion_btn.active span:before{
    border-width: 2.4vw 1.5vw 0 1.5vw;
        margin-top: -1.3vw;
    }
    .side .accordion .accordion_cnts li a{
        font-size: 3.5vw;
    }

    .btn{
        font-size: 3.7vw;
    }

}

/* ----------------------------------------------------------------------------------------------------
*  top
* --------------------------------------------------------------------------------------------------*/
.mv{
  position: relative;
  background: #FFF;
}


/* 新着情報 */
.index-news{
    padding-top: 18px;
    box-sizing: border-box;
}
.index-news .index-ttl:before{
    background: url(https://oyaben.com/_colorme/img/common/icn_news.png) no-repeat center center;
}

.index-news .news-list{
    padding: 0 6px;
    box-sizing: border-box;
}

.index-news .news-list .post{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0 0 5px 0;
    padding: 0;
}
.index-news .news-list .post:last-of-type{ margin-bottom: 0;}
.index-news .news-list .post dt{
    font-size: 1.4rem;
    margin-right: 25px;
}
.index-news .news-list .post dd,
.index-news .news-list .post dd a{
    font-size: 1.4rem;
    color: #333;
}
.index-news .news-list .post dd a:hover{ text-decoration: underline;}

/* お知らせ */
.index-info{
    padding-top: 25px;
    box-sizing: border-box;
}
.index-info .index-ttl:before{
    background: url(https://oyaben.com/_colorme/img/common/icn_info.png) no-repeat center center;
}

.index-info .info-post p{
    font-size: 1.4rem;
    line-height: 2.1;
}

/* 人気ランキング */
.index-ranking{
    padding-top: 35px;
    box-sizing: border-box;
}
.index-ranking .index-ttl:before{
    background: url(https://oyaben.com/_colorme/img/common/icn_ranking.png) no-repeat center center;
}

.index-ranking .post-ranking{
    display: flex;
    justify-content: flex-start;
}
.index-ranking .post-ranking .post{
    width: 19%;
    max-width: 140px;
    box-sizing: border-box;
}
.index-ranking .post-ranking .post+.post{ margin-left: 2%;}

.index-ranking .post-ranking .post a{
    display: block;
}
.index-ranking .post-ranking .post a:hover{
    opacity: 0.6;
    text-decoration: underline;
}

.index-ranking .post-ranking .post .img{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #d5ae6b;
    overflow: hidden;
    margin-bottom: 10px;
    padding: 7px;
    box-sizing: border-box;
}

.index-ranking .post-ranking .post .img:before{
    display: block;
    content: '';
    position: absolute;
    left: 3px;
    top: 3px;
    width: 38px;
    height: 30px;
    z-index:10;
}
.index-ranking .post-ranking .post:nth-of-type(1) .img:before{ background: url(https://oyaben.com/_colorme/img/common/icn_rankink01.png) no-repeat center center;}
.index-ranking .post-ranking .post:nth-of-type(2) .img:before{ background: url(https://oyaben.com/_colorme/img/common/icn_rankink02.png) no-repeat center center;}
.index-ranking .post-ranking .post:nth-of-type(3) .img:before{ background: url(https://oyaben.com/_colorme/img/common/icn_rankink03.png) no-repeat center center;}
.index-ranking .post-ranking .post:nth-of-type(4) .img:before{ background: url(https://oyaben.com/_colorme/img/common/icn_rankink04.png) no-repeat center center;}
.index-ranking .post-ranking .post:nth-of-type(5) .img:before{ background: url(https://oyaben.com/_colorme/img/common/icn_rankink05.png) no-repeat center center;}


.index-ranking .post-ranking .post .img img{
    height: 140px;
    max-width: 100%;
    width: inherit;
}

.index-ranking .post-ranking .post .ttl{
    font-size: 1.4rem;
    letter-spacing: -0.02rem;
}
.index-ranking .post-ranking .post .price{
    font-size: 1.2rem;
}

/* ピックアップ商品 */
.index-pickup{
    padding-top: 35px;
    box-sizing: border-box;
}
.index-pickup .index-ttl:before{
    background: url(https://oyaben.com/_colorme/img/common/icn_pickup.png) no-repeat center center;
}

.index-pickup .post-pickup{
    display: flex;
    justify-content: flex-start;
}
.index-pickup .post-pickup .post{
    width: 24%;
    max-width: 176px;
    box-sizing: border-box;
}
.index-pickup .post-pickup .post+.post{ margin-left: 1.7%;}

.index-pickup .post-pickup .post a{
    display: block;
}
.index-pickup .post-pickup .post a:hover{
    opacity: 0.6;
    text-decoration: underline;
}

.index-pickup .post-pickup .post .img{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #d5ae6b;
    overflow: hidden;
    margin-bottom: 10px;
    padding: 7px;
    box-sizing: border-box;
}

.index-pickup .post-pickup .post .img img{
    height: 176px;
    max-width: 100%;
    width: inherit;
}

.index-pickup .post-pickup .post .ttl{
    font-size: 1.4rem;
    letter-spacing: -0.02rem;
}
.index-pickup .post-pickup .post .price{
    font-size: 1.2rem;
}

/* 最近チェックした商品 */
.index-check{
    padding-top: 35px;
    box-sizing: border-box;
}
.index-check .index-ttl:before{
    background: url(https://oyaben.com/_colorme/img/common/icn_check.png) no-repeat center center;
}

.index-check .post-check{
    display: flex;
    justify-content: flex-start;
}
.index-check .post-check .post{
    width: 19%;
    max-width: 140px;
    box-sizing: border-box;
}
.index-check .post-check .post+.post{ margin-left: 2%;}

.index-check .post-check .post a{
    display: block;
}
.index-check .post-check .post a:hover{
    opacity: 0.6;
    text-decoration: underline;
}

.index-check .post-check .post .img{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #d5ae6b;
    overflow: hidden;
    margin-bottom: 10px;
    padding: 7px;
    box-sizing: border-box;
}

.index-check .post-check .post .img img{
    height: 140px;
    max-width: 100%;
    width: inherit;
}

.index-check .post-check .post .ttl{
    font-size: 1.4rem;
    letter-spacing: -0.02rem;
}
.index-check .post-check .post .price{
    font-size: 1.2rem;
}


@media screen and (max-width: 767px) {
    /* 新着情報 */
    .index-news{
        padding-top: 4%;
    }

    .index-news .news-list{
        padding: 0;
    }

    .index-news .news-list .post{
        display: block;
        margin: 0 0 4% 0;
    }

    .index-news .news-list .post dt{
        font-size: 3.7vw;
        margin-right: 0;
    }
    .index-news .news-list .post dd a{
        font-size: 3.7vw;
    }

    /* お知らせ */
    .index-info{
        padding-top: 4%;
    }

    .index-info .info-post p{
        font-size: 3.7vw;
    }

    /* 人気ランキング */
    .index-ranking{
        padding-top: 5.4%;
    }
    .index-ranking .post-ranking{
        display: flex;
        flex-wrap: wrap;
    }
    .index-ranking .post-ranking .post{
        width: 49%;
        max-width: inherit;
        margin-right: 2%;
        margin-bottom: 6%;
        box-sizing: border-box;
    }
    .index-ranking .post-ranking .post+.post{ margin-left: 0;}
    .index-ranking .post-ranking .post:nth-of-type(2n){ margin-right: 0 !important;}

    .index-ranking .post-ranking .post .img img{
        height: 37vw;
    }

    .index-ranking .post-ranking .post .ttl{
        font-size: 3.7vw;
        letter-spacing: -0.02rem;
    }
    .index-ranking .post-ranking .post .price{
        font-size: 3.4vw;
    }

    /* ピックアップ商品 */
    .index-pickup{
        padding-top: 5.4%;
    }

    .index-pickup .post-pickup{
        display: flex;
        flex-wrap: wrap;
    }
    .index-pickup .post-pickup .post{
        width: 49%;
        max-width: inherit;
        margin-right: 2%;
        margin-bottom: 6%;
        box-sizing: border-box;
    }
    .index-pickup .post-pickup .post+.post{ margin-left: 0;}
    .index-pickup .post-pickup .post:nth-of-type(2n){ margin-right: 0 !important;}

    .index-pickup .post-pickup .post .img img{
        height: 37vw;
    }

    .index-pickup .post-pickup .post .ttl{
        font-size: 3.7vw;
        letter-spacing: -0.02rem;
    }
    .index-pickup .post-pickup .post .price{
        font-size: 3.2vw;
    }

    /* 最近チェックした商品 */
    .index-check{
        padding-top: 5.4%;
    }

    .index-check .post-check{
        display: flex;
        flex-wrap: wrap;
    }
    .index-check .post-check .post{
        width: 49%;
        max-width: inherit;
        margin-right: 2%;
        margin-bottom: 6%;
    }
    .index-check .post-check .post+.post{ margin-left: 0;}
    .index-check .post-check .post:nth-of-type(2n){ margin-right: 0 !important;}

    .index-check .post-check .post .img img{
        height: 37vw;
    }

    .index-check .post-check .post .ttl{
        font-size: 3.7vw;
        letter-spacing: -0.02rem;
    }
    .index-check .post-check .post .price{
        font-size: 3.2vw;
    }

}


/*----------------------------------------------
　商品一覧
----------------------------------------------*/
.product-list{
    display: flex;
    flex-wrap:wrap;
    justify-content: flex-start;
}
.product-list .post{
    margin-bottom: 30px;
    width: 24%;
    max-width: 176px;
    box-sizing: border-box;
}
.product-list .post+.post:nth-of-type(2),
.product-list .post+.post:nth-of-type(3),
.product-list .post+.post:nth-of-type(4),
.product-list .post+.post:nth-of-type(6),
.product-list .post+.post:nth-of-type(7),
.product-list .post+.post:nth-of-type(8),
.product-list .post+.post:nth-of-type(10),
.product-list .post+.post:nth-of-type(11),
.product-list .post+.post:nth-of-type(12){
  margin-left: 1.7%;
}

.product-list .post a{
    display: block;
}
.product-list .post a:hover{
    opacity: 0.6;
    text-decoration: underline;
}

.product-list .post .img{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #d5ae6b;
    overflow: hidden;
    margin-bottom: 10px;
    padding: 7px;
    box-sizing: border-box;
}

.product-list .post .img img{
    height: 176px;
    max-width: 100%;
    width: inherit;
}

.product-list .post .ttl{
    font-size: 1.4rem;
    letter-spacing: -0.02rem;
}
.product-list .post .price{
    font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
    .product-list{
        display: flex;
        flex-wrap: wrap;
    }
    .product-list .post{
        width: 49%;
        max-width: inherit;
        margin-right: 2%;
        margin-bottom: 6%;
        box-sizing: border-box;
    }
    .product-list .post+.post{ margin-left: 0;}
    .product-list .post+.post:nth-of-type(2),
    .product-list .post+.post:nth-of-type(3),
    .product-list .post+.post:nth-of-type(4),
    .product-list .post+.post:nth-of-type(6),
    .product-list .post+.post:nth-of-type(7),
    .product-list .post+.post:nth-of-type(8),
    .product-list .post+.post:nth-of-type(10),
    .product-list .post+.post:nth-of-type(11),
    .product-list .post+.post:nth-of-type(12){
      margin-left: 0;
    }
    .product-list .post:nth-of-type(2n){ margin-right: 0 !important;}

    .product-list .post .img img{
        height: 37vw;
    }

    .product-list .post .ttl{
        font-size: 3.7vw;
        letter-spacing: -0.02rem;
    }
    .product-list .post .price{
        font-size: 3.2vw;
    }
}



/*----------------------------------------------
　よくある質問
----------------------------------------------*/
#faq_wrap .under-ttl{
  margin-bottom:35px;
}

#faq_wrap .index-ttl:before{
  background: url(https://oyaben.com/_colorme/img/common/icn_news.png) no-repeat center center;
}

.faq-list{
  margin-bottom:45px;
}

.faq-list .toggle02{
  margin-bottom:15px;
  border:1px solid #f2e8ca;
}

.faq-list .toggle_btn{
  position:relative;
  padding:15px 15px 15px 50px;
  font-weight:normal;
  font-size:1.4rem;
  line-height:1.7;
  cursor: pointer;
  transition: 0.4s;
  display: block;
}

.faq-list .toggle_btn::before{
  position:absolute;
  content:'';
  top:0;
  left:0;
  width:44px;
  height:100%;
  background:url(https://oyaben.com/_colorme/img/common/arrow.png) no-repeat center center, #dccfa7;
  display: block;
}

.faq-list .toggle_btn.open::before{
  background:url(https://oyaben.com/_colorme/img/common/arrow_down.png) no-repeat center center, #dccfa7;
}

.faq-list .toggle02:hover .toggle_btn{
  background:#f9f3e1;
}

.faq-list .toggle_cnts{
  padding:20px 20px 20px 50px;
  font-size:1.4rem;
  display:none;
}

.faq-list .toggle_btn.open .toggle_cnts{
  display:block;
}

@media screen and (max-width: 767px) {
    .faq-list .toggle_cnts{
      padding:10px;
    }
}



/*----------------------------------------------
　テラコヤキッズの講座とは？
----------------------------------------------*/
#about_wrap .under-ttl{
  margin-bottom:35px;
}

#about_wrap .index-ttl:before{
  background: url(https://oyaben.com/_colorme/img/common/icn_news.png) no-repeat center center;
}

#about_wrap .lead{
  margin-bottom:20px;
}

.about-list{
  padding:45px 0 0 0;
  margin-bottom:45px;
  border:3px solid #f2e8ca;
  text-align:center;
}

.about-list > div{
  margin-bottom:40px;
}

.about-list .logo-box{
  margin-bottom:15px;
  display:flex;
  align-items:center;
  justify-content:space-between;
}

.about-list .logo-box div{
  margin:0 15px;
  padding:8px;
  width:33%;
  height:190px;
  display:flex;
  align-items: center;
  justify-content: center;
  border:1px solid #896a4b;
  box-sizing:border-box;
}

.about-list .logo-box div a:hover img{
  filter: alpha(opacity=0.7);
  opacity: 0.7;
}

.about-list .logo-box.w01{
  justify-content:center;
}

.about-list .logo-box.w01 div{
  width:48%;
}

.about-list .logo-box.w02 div{
  width:48%;
}

.about-list02{
  margin-bottom:50px;
  font-size:14px;
  overflow:hidden;
}

.about-list02 .info a.external{
  padding-right:20px;
  background:url(https://oyaben.com/_colorme/img/common/icn_external_link.png) no-repeat right center;
  display:inline-block;
}

.about-list02 .info{
  margin-bottom:35px;
}

.about-list02 .info a:hover{
  text-decoration:underline;
}

.about-list02 .about-box{
  margin-bottom:15px;
}

.about-list02 .about-box .fig{
  margin:0 0 20px 20px;
  padding-right:10px;
  min-width:200px;
  text-align:right;
  float:right;
  box-sizing:border-box;
}

.about-list02 .btn-detail{
  width:200px;
  clear:both;
  float:right;
}

.about-list02 .btn-detail .btn{
  position:relative;
  padding: 8px 30px 8px 20px;
  font-size: 1.4rem;
  color: #FFF;
  background: url(https://oyaben.com/_colorme/img/common/icn_external_link_w.png) no-repeat right 20% center, #ae89bd;
}

/*
.about-list02 .btn-detail .btn::after{
  position:absolute;
  content:'';
  margin-top:-7px;
  top:50%;
  right:32px;
  width:15px;
  height:15px;
  background: url(https://oyaben.com/_colorme/img/common/icn_external_link_w.png) no-repeat center center;
  z-index:2;
}
*/

@media screen and (max-width: 767px) {
    .about-list{
      padding:20px 10px 0 10px;
    }
    .about-list > div{
      margin-bottom:20px;
    }
    .about-list .logo-box{
      margin-bottom:0;
      display:block;
    }
    .about-list .logo-box div{
      margin:0 20px 10px 20px;
      padding:15px;
      width:auto;
      height:auto;
      display:block;
    }
    .about-list .logo-box.w02 div{
      width:auto;
    }
    .about-list .logo-box div img{
      width:auto;
    }
    .about-list02{
      margin-bottom:50px;
    }
    .about-list02 .info{
      margin-bottom:20px;
    }
    .about-list02 .about-box .fig{
      margin:0 0 20px 0;
      padding:0;
      text-align:center;
      float:none;
    }
    .about-list02 .about-box .fig img{
      width:auto;
    }
    .about-list02 .btn-detail{
      margin:20px 0 0;
    }
}



/*----------------------------------------------
　会社概要
----------------------------------------------*/

#company_wrap .under-ttl{
  margin-bottom:35px;
}

#company_wrap #info .index-ttl:before{
  background: url(https://oyaben.com/_colorme/img/common/icn_news.png) no-repeat center center;
}

#company_wrap .tbl {
  margin-bottom:50px;
}

#company_wrap .tbl dl {
  padding: 15px 8px;
  margin: 0;
  border-bottom:1px solid #f9f2df;
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
}
#company_wrap .tbl dl:first-of-type {
  border-top:1px solid #f9f2df;
}

#company_wrap .tbl dt {
  max-width: 300px;
  width: 50%;
  vertical-align: top;
  padding: 5px 0;
  text-align:center;
  box-sizing: border-box;
  font-weight: normal;
  background: #f9f2df;
  font-size:14px;
}

#company_wrap .tbl dd {
  width: 100%;
  padding: 5px 10px 5px 16px;
  box-sizing: border-box;
  line-height:1.7;
  text-align:left;
  font-size:14px;
}

@media screen and (max-width: 767px) {
    #company_wrap .tbl dl {
      display:block;
    }
    #company_wrap .tbl dt {
      width: 100%;
      font-size: 1.4rem;
    }
    #company_wrap .tbl dt {
      font-size: 1.4rem;
    }
}


