@charset "utf-8";



.drawer--left .drawer-hamburger {
  display: none;
  top: 15px;
  right: 5px;
  left: auto;
  width: 3rem;
  background: #b4c515;
  border-radius: 5%;
  padding: 12px 8px 22px;
}

.drawer--left .drawer-hamburger::before {
  content: "";
  position: absolute;
  top: -11px;
  right: 1px;
  width: 22px;
  height: 17px;
}

.drawer--left.drawer-open .drawer-hamburger {
  right: 5px;
  left: auto;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  background-color: #fff;
}

.drawer-open .drawer-hamburger-icon:before {
          transform: rotate(225deg);

  -webkit-transform: rotate(225deg);
}

.drawer-open .drawer-hamburger-icon:after {
          transform: rotate(-225deg);

  -webkit-transform: rotate(-225deg);
}

.drawer-overlay {
  background-color: rgba(0, 0, 0, .3);
}

.drawer-nav {
  display: none;
}

.drawer--left .drawer-nav {
  display: none;
  width: 210px;
  background: #fff;
}

.drawer-menu {
  padding: 20px 10px;
}

.drawer-menu .resnav li {
  overflow: hidden;
}
.drawer-menu .resnav li a {
  display: block;
}
.drawer-menu .resnav li:nth-of-type(1) img {
  position: relative;
  left: -10px;
}
.drawer-menu .resnav li:nth-last-of-type(1) img {
  position: relative;
  left: -5px;
}

.drawer--left .drawer-nav > li {
  margin-bottom: 50px;
}

.drawer--left.drawer-open .drawer-nav {
  left: 0;
}

.drawer-nav .contentslist {
  font-size: 1.2rem;
}




#header .menubtn {
  display: none;
}


#overlaybox {
  display: none;
  overflow: hidden;
  position: absolute;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.6);
}


#navbox {
  display: none;
  overflow: hidden;
  position: absolute;
  z-index: 10001;
  top: 0;
  width: 80%;
  margin: 10% 10% 0;
}
#navbox .basicbtn {
  overflow: hidden;
}
#navbox .basicbtn p {
  float: right;
  background: #fff;
  cursor: pointer;
}
#navbox .basicbtn p span,
#navbox .basicbtn p a {
  display: table-cell;
  width: 40px;
  height: 40px;
  text-align: center;
  vertical-align: middle;
}
#navbox .basicbtn p:first-child {
  border-radius: 0 5px 0 0;
}
#navbox .basicbtn p:last-child {
  border-radius: 5px 0 0 0;
}
#navbox ul {
          box-shadow: 0 0 3px rgba(0,0,0,.3);
  font-size: 1.6rem;

  -webkit-box-shadow: 0 0 3px rgba(0,0,0,.3);
     -moz-box-shadow: 0 0 3px rgba(0,0,0,.3);
}
#navbox ul li a {
  display: block;
  position: relative;
  background: #fff;
  border-bottom: 1px solid #ccc;
  padding: 12px 26px 10px 10px;
  color: #333;
  font-weight: normal;
  text-decoration: none;
}
#navbox ul li:first-child a {
  border-radius: 5px 0 0 0;
}
#navbox ul li:last-child a {
  border-radius: 0 0 5px 5px;
}
#navbox ul li a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 10px;
  height: 10px;
  border-top: #333 1px solid;
  border-right: #333 1px solid;
  margin-top: -4px;
          transform: rotate(45deg);

  -webkit-transform: rotate(45deg);
}
#navbox .basicbtn p:hover,
#navbox ul li a:hover {
  background: #eee;
}
.mbmenu {
  display: none;
}
#wrap .mb {
  display: none;
}

.banner02 li {
  margin-bottom: 15px;
}

@media screen and (max-width: 960px) {
  html {
    font-size: 62.5%;
  }
  a:link {
    text-decoration: underline;
  }

  *,
  *:before,
  *:after {
            box-sizing: border-box;

    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
  }
  img {
    max-width: 100%;
    max-height: 100%;
  }

  #header .header {
    -webkit-background-size: 100%;
            background-size: 100%;
  }

  body,
  #wrap,
  #header .header,
  #footer .footer ,
  #footer .rich_footer {
    width: auto;
    min-width: 320px;
    /*overflow: hidden*/
  }

  body h2 img {
    max-width: 100%;
    object-fit: cover;
    height: 100%;
  }

  div.sbox-cen h1.stext {
    font-weight: normal;
  }
  div.sbox-cen p.summary {
    display: none;
  }

  body h1.seotext {
    padding-bottom: 0;
    font-size: 1.0rem;
  }
  body h1.seotext span {
    display: none;
  }
  #wrap {
    background: #fff;
    font-size: 1.2rem;
  }

  .drawer--left .drawer-hamburger,
  .drawer--left .drawer-nav {
    display: block;
  }

  #main {
    float: none;
    width: 94%;
    padding: 15px 0;
    margin: 0 auto;
  }

  #content .panz {
    margin-top: 0;
    margin-bottom: 18px;
    font-size: 1.2rem;
    line-height: 1.2;
  }
  #content .panz li {
    display: inline-block;
  }

  #main #pagetop {
    display: none;
    position: fixed;
    z-index: 9999;
    right: 10px;
    bottom: 10px;
    padding: 0;
    margin: 0;
  }
  #main #pagetop a {
    display: block;
    width: 40px;
    height: 40px;
    background: rgba(0,0,0,.7);
            border-radius: 4px;
    padding: 0;
    margin: 0;

    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
  }
  #main #pagetop a img {
    display: none;
  }
  #main #pagetop a:after {
    content: "";
    display: block;
    position: absolute;
    top: 40%;
    left: 30%;
    width: 15px;
    height: 15px;
    border-right: #fff 1px solid;
    border-bottom: #fff 1px solid;
            transform: rotate(-135deg);

    -webkit-transform: rotate(-135deg);
  }

  .section .box01 ul.list_box li,
  .section .box01 ul.list_box li.none,
  .section .box01 ul.list_box li.first,
  .section .box01 ul.list_box li.last,
  .section .box01 ul.list_box li.last.none {
    float: none;
    margin: 0 auto 20px;
  }


  #header {
    position: relative;
    width: 100%;
    height: 100px;
  }
  #header .header {
    width: auto;
    height: 100%;
    padding: 8px 10px;
  }
  #header .header .logo {
    width: 100%;
    height: auto;
    padding: 0;
    text-align: center
  }
  #header .header .logo img {
    max-height: 100%;
  }
  #header .header .info {
    display: none;
  }

  #header .header .menubtn {
    display: block;
    float: right;
    position: absolute;
    top: 12px;
    right: 15px;
    width: 36px;
    height: 36px;
    background: #d8d7d1;
            border-radius: 4px;

    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
  }


  #nav {
    display: none;
  }


  #side {
    display: none
  }
  #side p.top,
  #side .nav,
  #side .infobar,
  #side .info {
    display: none;
  }
  #side .sp-nav .info {
    display: block
  }
  #side .contact {
    overflow: hidden;
  }
  #side .contact li {
    float: left;
  }
  #side .banner {
    overflow: hidden;
    margin-bottom: 10px;
    text-align: center;
  }
  #side .banner li {
    float: left;
    width: 49%;
    margin: 0 2% 0 0;
    text-align: center;
  }
  #side .banner li:nth-child(2n) {
    margin: 0;
  }
  #side .catbar {
    text-align: center;
  }
  #side .catlist {
    text-align: center;
  }


  #fnav {
    display: none;
    width: 100%;
    width: 100%;
    background: #fff;
    border-top: 1px solid #999;
    padding: 0;
    margin: 0;
  }
  #fnav ul {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  #fnav ul li {
    float: left;
    position: relative;
    width: 100%;
    border-right: none;
    border-bottom: #eee 1px solid;
  }
  #fnav ul li.mb {
    display: inline-block;
  }
  #fnav ul li a {
    display: block;
    padding: 12px 10px 10px;
    font-size: 1.6rem;
    font-weight: normal;
    text-align: left;
    text-decoration: none;
  }
  #fnav ul li a:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 18px;
    width: 12px;
    height: 12px;
    border-right: #666 1px solid;
    border-bottom: #666 1px solid;
    margin-top: -7px;
            transform: rotate(-45deg);

    -webkit-transform: rotate(-45deg);
  }


  #footer .footer {
    padding: 5px 30px 18px;
  }
  #footer .footer p {
    line-height: 1.6;
    text-align: center;
  }
  #footer .footer address {
    text-align: center;
  }


  #content {
    float: none;
    width: auto;
    padding: 0 0 20px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
  #content h3 {
    width: auto;
    /*padding: 2px 0 18px 30px;*/
    margin-bottom: 1.0em;
  }
  #content .aside {
    margin-bottom: 0;
  }
  #content .aside dl,
  #content .aside li {
    width: 48.5%;
    margin: 0 3% 30px 0;
  }
  #content .aside dl:nth-child(even),
  #content .aside li:nth-child(even) {
    margin-right: 0;
  }
  #content .likebox iframe {
    display: none;
    width: 100% !important;
  }


  #content table th {
    width: 30%;
  }
  #content table th,
  #content table td {
    padding: 10px 30px 5px 20px;
  }


  #content .imgleft ul.image,
  #content .imgright ul.image {
    width: 110px;
  }
  #content .imgleft ul.image {
    margin-right: 10px;
  }
  #content .imgright ul.image {
    margin-left: 10px;
  }
  #content .imgleft ul.image li,
  #content .imgright ul.image li {
    margin-bottom: 10px;
  }
  #content .imgleft ul.image li a,
  #content .imgright ul.image li a,
  #content .imgleft ul.image li span,
  #content .imgright ul.image li span {
    width: 110px;
    height: 110px;
    padding: 0;
  }
  #content .imgleft ul.image li a img,
  #content .imgright ul.image li a img,
  #content .imgleft ul.image li span img,
  #content .imgright ul.image li span img {
    max-width: 106px;
    max-height: 106px;
  }
  #content .imgleft.fixation ul.image li a,
  #content .imgright.fixation ul.image li a,
  #content .imgleft.fixation ul.image li span,
  #content .imgright.fixation ul.image li span {
    padding: 0;
  }
  #content .imgleft.fixation ul.image li a img,
  #content .imgright.fixation ul.image li a img,
  #content .imgleft.fixation ul.image li span img,
  #content .imgright.fixation ul.image li span img {
    max-width: 110px;
    max-height: none;
  }
  #content #greeting.fixation .image span {
    width: 0;
    height: 0;
  }
  #content div.imgleft .text,
  #content div.imgright .text {
    width: 100%;
    margin: 0 0 20px;
  }
  #content .section .box ul.image {
    width: 100px;
  }
  #content .section .imgleft p,
  #content .section .imgright p {
    overflow: visible;
    width: 100%;
    margin: 0 0 20px;
  }
  #content p.contact {
    margin-bottom: 0;
  }
  #content .section01.fixation .imgleft .image {
    width: 50%;
    margin-bottom: 20px;
  }

  #content .section01.fixation .imgleft p {
    overflow: hidden;
  }

  #content .section .box ul a {
    height: 100px;
  }


  #content ul.page li a.link_page,
  #content ul.page li span.current_page {
    width: 28px;
    height: 28px;
    border-radius: 4px;
    padding: 6px 0;
  }


  .movie {
    overflow: hidden;
    position: relative;
    height: 0;
    padding-top: 30px;
    padding-bottom: 56.25%;
    margin-bottom: 5px;
  }
  .movie iframe,
  .movie object,
  .movie embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }



  #topics {
    overflow: hidden;
    height: auto;
    margin-bottom: 30px;
  }
  #topics dl {
    padding: 5px 10px;
  }
  #topics dl:last-child {
    border: none;
  }

  #info #map {
    float: none;
    margin-bottom: 15px;
  }
  #info dl {
    float: none;
    margin: 0;
    text-align: center;
  }
  #info dl dd p {
    text-align: center;
  }


  #product {
    margin-bottom: 20px;
  }
  #product dl,
  #product dl.none {
    overflow: hidden;
    float: none;
    width: 100%;
    margin: 0 0 15px;
  }
  #product dl dd.image {
    float: left;
    margin-right: 10px;
    margin-left: 0;
  }
  #product dl dd.image a {
    width: 110px;
    height: 110px;
  }
  #product dl dd.image a img {
    max-width: 100px;
    max-height: 100px;
  }
  #product dl dt {
    padding-top: 0;
    margin-top: 0;
    margin-left: 120px;
    font-size: 1.6rem;
  }
  #product dl dd {
    margin-left: 120px;
  }


  #content .imgbox {
    margin: 0 0 15px;
  }
  #content .imgbox ul.imgbig {
    float: none;
    margin: 0 0 10px;
    text-align: center;
  }
  #content .imgbox ul.imgbig li {
    width: auto;
    height: auto;
    padding: 0;
    margin: 0 auto 10px;
  }
/*  #content .imgbox ul.imgbig li {
    width: 300px;
    height: 300px;
    padding: 0;
    margin: 0 auto 10px;
  }*/
  #content .imgbox ul.imgbig li a,
  #content .imgbox ul.imgbig li span {
    width: 300px;
    height: 300px;
    padding: 0;
  }
  #content .imgbox ul.imgbig li a img,
  #content .imgbox ul.imgbig li span img {
    max-width: 290px;
    max-height: 290px;
  }
  #content .imgbox ul.imglist {
    float: none;
    width: 100%;
    max-width: 300px;
    margin-right: auto;
    margin-left: auto;
    line-height: 0;
    letter-spacing: -.4em;
    text-align: center;
  }
  #content .imgbox ul.imglist li {
    display: inline-block;
    float: none;
    width: 60px;
    height: 60px;
    padding: 0;
    margin: 0 5px 10px;
    letter-spacing: normal;
    text-align: center;
  }
  #content .imgbox ul.imglist li a,
  #content .imgbox ul.imglist li span {
    width: 60px;
    height: 60px;
  }
  #content .imgbox ul.imglist li a img,
  #content .imgbox ul.imglist li span img {
    max-width: 50px;
    max-height: 50px;
  }


  #content #map,
  #content #map iframe,
  #content #map01,
  #content #map02 {
    width: 100%;
    height: 300px;
    margin-right: auto;
    margin-left: auto;
  }



  #content p.contact_tel {
    background: none;
    padding: 0;
  }

  #content #mailform table th {
    font-size: 1.6rem;
  }
  #content #mailform table th,
  #content #mailform table td {
    display: block;
    width: 100%;
    padding: 8px 20px 8px 20px;
  }
  #content #mailform table td select,
  #content #mailform table td input[type="text"] {
    width: 100%;
    height: 2.5em;
    border-radius: 5px;
  }
  #content #mailform table td input.postage {
    width: 150px;
  }
  #content #mailform table textarea {
    width: 100% !important;
    height: 120px !important;
    border-radius: 5px;
    padding: 5px;
    margin: 2px 0;
  }



  #ui-datepicker-div {
    margin-top: -100px !important;
  }
  .ui-datepicker {
    overflow: hidden;
    width: 80%;
    height: 380px;
    background: #fff;
    border: 6px solid #ccc;
    border-radius: 12px;
    box-shadow: 18px 18px 0 0 rgba(0,0,0,.1);
    margin: auto;
  }


  .ui-datepicker .ui-datepicker-header {
    border-radius: 6px 6px 0 0;
    padding: 6px;
    font-size: 18px;
  }


  .ui-datepicker .ui-datepicker-prev,
  .ui-datepicker .ui-datepicker-next {
    top: auto;
  }
  .ui-widget-header .ui-icon {
    background-image: none !important;
  }


  .ui-datepicker-prev::after,
  .ui-datepicker-next::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 12px;
    height: 12px;
    border: 2px solid;
    margin: auto;
            transform: rotate(45deg);

    -webkit-transform: rotate(45deg);
  }
  .ui-datepicker-prev::after {
    border-color: transparent transparent #000 #000;
  }
  .ui-datepicker-next::after {
    border-color: #000 #000 transparent transparent;
  }


  .ui-datepicker th {
    border-bottom: 1px solid #000;
    padding: 6px 6px;
    color: #000;
    font-size: 18px;
    font-weight: normal;
    text-align: center;
  }


  .ui-datepicker td span,
  .ui-datepicker td a {
    border-radius: 4px;
    padding: 6px 6px;
    color: #333;
    font-size: 18px;
    text-align: center;
  }


  .ui-datepicker td a.ui-state-active {
    background: #36f;
    box-shadow: inset 0 0 0 1px #fff;
    color: #fff;
  }


  .ui-datepicker td a.ui-state-highlight {
    border: 2px solid #36f;
  }



  .ui-datepicker .ui-datepicker-buttonpane {
    position: absolute;
    right: 3px;
    bottom: 3px;
    left: 3px;
    border-top: 1px solid #000;
    padding: 0;
  }

  .ui-datepicker .ui-datepicker-buttonpane button {
    min-width: 60px;
    background: #000;
    border: 0 none;
    border-radius: 6px;
    padding: 6px;
    margin: 3px 0 0;
    color: #fff;
    font-size: 14px;

    -webkit-appearance: none;
  }

  #fancybox-wrap,
  #fancybox-content {
    box-sizing: content-box;
  }
}


@media screen and (max-width: 480px) {
  #side .banner li {
    width: 100%;
    margin: 0 0 10px;
  }



  #fnav ul li {
    float: left;
    width: 100%;
    border-right: none;
  }
  #fnav ul li:last-child {
    border-bottom: none;
  }

  #content table th,
  #content table td {
    display: block;
    width: 100%;
    border-bottom: none;
  }
  #content table tr:nth-last-of-type(1) td {
    border-bottom: 1px solid #e5e5e5;
  }

  #topics {
    margin-bottom: 30px;
  }
  #topics dl {
    overflow: hidden;
  }
  #topics dt {
    float: none;
    font-size: .85em;
  }
  #topics dd {
    padding: 0;
  }

  #navbox {
    width: 80%;
    margin: 10% 10% 0;
  }


  #content .section table th,
  #content .section table td {
    width: 100%;
  }

  .rwd_txt:after {
    content: attr(data-label);
  }

  .rwd_txt img {
    display: none;
  }
}







/* custom */

.drawer-menu .info {
  background: #F3ECDC;
  padding: 20px 10px;
  margin-bottom: 20px;
}
#side .banner ,
.drawer-menu .banner {
  display: flex;
  justify-content: space-around;

}
#side .banner li ,
.drawer-menu .banner li {
  width: 45%;
  max-width: 80px;
}
#side .banner li iframe ,
.drawer-menu .banner li iframe {
  width: 100% !important;
}
.sp-nav__item {
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 960px){
  #content .imgleft .image,
  #content .imgright .image {
    float: none;
    width: auto;
    margin: 0 auto 30px;
    padding: 0;
    text-align: center;
  }

  .box .cart {
    float: none;
    width: 100%;
    padding: 0 20px
  }

  #footer .rich_footer {
    padding: 20px;
    overflow: hidden
  }
  #footer .rich_footer .l_foot,
  #footer .rich_footer .c_foot{
    width: calc(50% - 30px);
  }

  .about dl {
    margin: 0 auto 5px;
  }

  .about dl dt {
    padding-left: 30px;
    background-position: 0 3px !important;
  }

  #knowledge .imgleft dl {
    margin: 0 auto
  }
  #lemmonbox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #lemmonbox .special {
    float: none;
    width: calc(50% - 20px);
    margin: 0 auto 10px;
  }
  #detail .box .imgbox {
    float: none;
    margin: 0 auto 20px;
  }
  #detail .box .cart {
    width: 100%;
    float: none;
  }
  #faq ul.nav li {
      background: url(../image/icon_q.jpg) left 7px top no-repeat;
      padding: 4px 0 4px 40px;
      margin-bottom: 10px;
  }
  #faq dl dt {
    background: url(../image/icon_q.jpg) left 7px top no-repeat;
    padding: 4px 0 4px 40px;
  }
  #faq dl dd {
    background: url(../image/icon_a.jpg) left 7px top no-repeat;
    padding: 4px 0 4px 40px;
  }
}

@media screen and (max-width: 480px){
  #lemmonbox {
    display: block;
  }
  #lemmonbox .special {
    width: 100%;
    margin: 0 auto 10px;
  }
}