@charset "utf-8";


.product-list-card:active .product-list-icon:active, .product-list-card:hover .product-list-icon:hover, .product-list-i328:active, .product-list-i328:hover {
  opacity: .75
}

.product-list-icon, .product-list-i328 {
  -webkit-transition: opacity .25s ease;
  transition: opacity .25s ease
}

.product-list-i328 picture:after {
  display: block;
  content: "";
  height: 0;
  padding-bottom: 100%
}

.product-list-i328 picture {
  width:60%;
  margin:0 20%;
}


.product-list-icon picture:after {
  display: block;
  content: "";
  height: 0;
  padding-bottom: 15%
}

.product-list-icon picture img, .product-list-i328 picture img {
  width: auto;
  max-height: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto
}




.button-inside {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 10px;
  color: inherit;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 120px;
  font-weight: 600;
  padding: 9px;
  -webkit-transition: all .25s ease;
  transition: all .25s ease
}

@media screen and (min-width:769px) {
  .button-inside {
    min-width: 140px;
    font-size: 12px;
    font-weight: 700;
    padding: 14px
  }
}

.button-inside>span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: clip;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.button-inside-primary {
  background-color: #ffbc0d;
  color: #000!important;
  padding-top: 13px!important;
  padding-bottom: 13px!important;
  line-height: 18px;
  font-weight: 600
}

@media screen and (min-width:769px) {
  .button-inside-primary {
    font-size: 14px;
    font-weight: 400;
    padding-top: 14px!important;
    padding-bottom: 15px!important
  }
  .button-inside-primary>span {
    line-height: 27px!important
  }
}

.button-inside-primary:hover {
  background-color: #ffcb45
}

.button-inside-primary:active, .button-inside-primary:focus {
  background-color: #f1ae00
}



.bg-deepgray, .text-deepgray {
  background-color: #455A64!important
}
.bg-navy, .text-navy {
  background-color: #283593!important
}
.bg-lightblue {
  background-color: #2EA7E0!important
}
.bg-clearblue {
  background-color: #20A0E0!important
}
.bg-yellow {
  background-color: #F7F291!important
}



@media screen and (max-width:768px) {
.product-list-card-img picture.increase:after {
  display: block;
  content: "";
  height: 0;
  padding-bottom: 25%!important
}
}



.product-list-card-arrow {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.product-list-card-arrowactive .product-list-card-arrow-img, .product-list-card-arrow:hover .product-list-card-arrow-img {
  opacity: .75
}

.product-list-card-arrow-img {
  -webkit-transition: opacity .25s ease;
  transition: opacity .25s ease
}


.product-list-card-arrow picture img {
  width: auto;
  max-height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto
}

.product-list-card-arrow-img picture:after {
  display: block;
  content: "";
  height: 0;
}

.product-list-card-img-arrow {
  width: 100%!important;
  min-width: 50px;
}

@media screen and (min-width:769px) {
.product-list-card-arrow-img picture:after {
  padding-bottom: 60%
}
}
@media screen and (max-width:768px) {
.product-list-card-arrow-img picture:after {
  padding-bottom: 10%
}
}

@media screen and (min-width:769px) {
  .product-list-card-img-arrow {
    top: 7em;
  }
}
@media screen and (max-width:768px) {
  .product-list-card-img-arrow {
    top: 0em;
  }
}

@media screen and (min-width:768px) {
  .product-list-col-5-2:not(.product-list-special) .tag-item, .product-list-col-5-3:not(.product-list-special) .tag-item {
    font-size: 11.5px;
    height: 24px;
    min-width: 66px;
    padding: 4px 8px;
    margin-top: 16px;
    margin-left: 6px;
    margin-right: 6px
  }
  .product-list-col-5-2:not(.product-list-special) .tag-item:before, .product-list-col-5-3:not(.product-list-special) .tag-item:before {
    left: -6px;
    border-width: 12px 6px 12px 0
  }
  .product-list-col-5-2:not(.product-list-special) .tag-item:after, .product-list-col-5-3:not(.product-list-special) .tag-item:after {
    right: -6px;
    border-width: 12px 6px 12px 0
  }
}

@media screen and (min-width:768px) {
  .ml-15\:md {
    margin-left: 0.0em!important
  }
}
@media screen and (min-width:769px) {
  .ml-15\:md-1px {
    margin-left: 0.0em!important
  }
}

@media screen and (min-width:768px) {
.product-list-col-5-3 {
   width: 26%!important
}
.product-list-col-5-2 {
   width: 11%!important
}
}




.bt-black-thin {
  border-top:1px solid #000;
}
.bb-black-thin {
  border-bottom:1px solid #000;
}

.bt-black {
  border-top:3px solid #000;
}
.bb-black {
  border-bottom:3px solid #000;
}
.bt-yellow {
  border-top:3px solid #F5C136;
}
.bb-yellow {
  border-bottom:3px solid #F5C136;
}
.bt-deepgray {
  border-bottom:3px solid #455A64;
}
.bb-deepgray {
  border-bottom:3px solid #455A64;
}
.bt-red {
  border-top:3px solid #db0007;
}
.bb-red {
  border-bottom:3px solid #db0007;
}
.bt-skyblue {
  border-top:3px solid #19AFBD;
}
.bb-skyblue {
  border-bottom:3px solid #19AFBD;
}
.bt-white {
  border-top:3px solid #FFF;
}
.bb-white {
  border-bottom:3px solid #FFF;
}

@media screen and (max-width:768px) {
.bt-black {
  border-top:1px solid #000;
}
.bb-black {
  border-bottom:1px solid #000;
}
.bt-yellow {
  border-top:1px solid #F5C136;
}
.bb-yellow {
  border-bottom:1px solid #F5C136;
}
.bt-red {
  border-top:1px solid #db0007;
}
.bb-red {
  border-bottom:1px solid #db0007;
}
.bt-skyblue {
  border-top:1px solid #19AFBD;
}
.bb-skyblue {
  border-bottom:1px solid #19AFBD;
}
.bt-white {
  border-top:1px solid #FFF;
}
.bb-white {
  border-bottom:1px solid #FFF;
}
}


@media screen and (min-width:360px) {
.bb-yellow\:xs {
  border-bottom:3px solid #F5C136!important;
}
}
@media screen and (min-width:480px) {
.bb-yellow\:sm {
  border-bottom:3px solid #F5C136!important;
}
}
@media screen and (min-width:481px) {
.bb-yellow\sm-1px {
  border-bottom:3px solid #F5C136!important;
}
}
@media screen and (min-width:768px) {
.bb-yellow\:md {
  border-bottom:3px solid #F5C136!important;
}
}
@media screen and (min-width:769px) {
.bb-yellow\:mx-0\:md-1px {
  border-bottom:3px solid #F5C136!important;
}
}
@media screen and (min-width:1024px) {
.bb-yellow\:lg {
  border-bottom:3px solid #F5C136!important;
}
}
@media screen and (min-width:1025px) {
.bb-yellow\:lg-1px {
  border-bottom:3px solid #F5C136!important;
}
}



@media screen and (max-width:360px) {
  .container-cards-inner {
    margin: 0!important;
  }
}
@media screen and (min-width:361px) and (max-width:480px) {
  .container-cards-inner {
    margin: 0!important;
  }
}
@media screen and (min-width:481px) and (max-width:768px) {
  .container-cards-inner {
    margin: 0!important;
  }
}
@media screen and (min-width:1025px) {
  .container-cards-inner {
    margin: 0 3em!important;
  }
}
.container-cards-inner {
  margin: 0;
  display: block;
}


.grid-item-inner img {
  width: 100%
}
.tomerulogoinsidesentence {
    width: 16%!important;
    top: -0.2em;
    left: 0px;
    margin-right: 0.1em;
}
@media screen and (max-width:479px){
.tomerulogoinsidesentence {
    width: 23%!important;
}
}
@media screen and (min-width:480px) and (max-width:768px) {
.tomerulogoinsidesentence {
    width: 22%!important;
}
}
@media screen and (min-width:769px) and (max-width:1024px) {
.tomerulogoinsidesentence {
    width: 20%!important;
}
}

.markupballoonforcomment {
  display: block;
  margin: 1em auto;
  padding: 0.3em 0.3em;
  min-width: 160px;
  max-width: 25%;
}

.markupballoonforcomment:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
}

.markupballoon {
  position: relative;
  display: block;
  margin: 1em auto;
  padding: 0.3em 0.3em;
  min-width: 120px;
  max-width: 25%;
  color: #FFF;
}

.markupballoon:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
}

.markupballoon.red:before {
  border-top: 15px solid #db0007;
}

.markupballoon.skyblue:before {
  border-top: 15px solid #19AFBD;
}

.markupballoon.spicyyellow:before {
  border-top: 15px solid #F5C136;
}

.markupballoon.black:before {
  border-top: 15px solid #000;
}
.markupballoon.navy:before {
  border-top: 15px solid #283593;
}
.markupballoon.deepgray:before {
  border-top: 15px solid #455A64;
}
.markupballoon.white:before {
  border-top: 15px solid #FFF;
}

.container-header__hamburger {
  border: none;
  cursor: pointer;
  height: 48px;
  width: 64px;
  position: relative;
  outline: 0;
  z-index: 10001;
  right: 0;
  top: 0;
}

.container-header__hamburger:after, .container-header__hamburger:before {
  content: ""
}

.container-header__hamburger:after, .container-header__hamburger:before, .container-header__hamburger>span {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 20px;
  height: 2px;
  overflow: hidden;
  border-top: 2px solid #2d2d2d;
  -webkit-transition: -webkit-transform .25s ease-out;
  transition: -webkit-transform .25s ease-out;
  transition: transform .25s ease-out;
  transition: transform .25s ease-out, -webkit-transform .25s ease-out;
  z-index: 10004;
}

.container-header__hamburger:before, .container-header__hamburger>span {
  margin-bottom: 5px
}


.container-header__hamburger.is-open~ {
  display: -webkit-box!important;
  display: -ms-flexbox!important;
  display: flex!important;
  opacity: 1!important
}

@media (max-width:1023px) {
.container-header__hamburger.is-open~{
    display: block!important
  }
}

.container-header__hamburger.is-open {
  padding-left: 24px
}

.container-header__hamburger.is-open span {
  display: none;
}

.container-header__hamburger.is-open:before {
  width: 24px;
  -webkit-transform: rotate(45deg) translateY(5px);
  transform: rotate(45deg) translateY(5px)
}

.container-header__hamburger.is-open:after {
  width: 24px;
  -webkit-transform: rotate(-45deg) translateY(-5px);
  transform: rotate(-45deg) translateY(-5px)
}


.container-header__hamburger .global-nav {
  position: fixed;
  right: -320px; /* これで隠れる */
  top: 0;
  width: 300px; /* スマホに収まるくらい */
  height: 100vh;
  padding-top: 40px;
  background-color: #fff;
  transition: all .6s;
  z-index: 10003;
  overflow-y: auto; /* メニューが多くなったらスクロールできるように */
}

.container-header__hamburger .global-nav__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.container-header__hamburger .global-nav__item {
  text-align: center;
  padding: 0 14px;
}
.container-header__hamburger .global-nav__item a {
  display: block;
  padding: 8px 0;
  border-bottom: 1px solid #eee;
  text-decoration: none;
  color: #111;
}
.container-header__hamburger .global-nav__item a:hover {
  background-color: #eee;
}

.container-header__hamburger .black-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: all .6s;
}
/* 表示された時用のCSS */
.nav-open .global-nav {
  left: 0;
}
.nav-open .black-bg {
  opacity: .8;
  visibility: visible;
  z-index: 10002;
  }
.nav-open .hamburger__line--1 {
  transform: rotate(45deg);
  top: 20px;
}
.nav-open .hamburger__line--2 {
  width: 0;
  left: 50%;
}
.nav-open .hamburger__line--3 {
  transform: rotate(-45deg);
  top: 20px;
}

/* 20200928 START */
.button-blue {
  background-color: #ffbc0d;
  color: #000!important;
  padding-top: 13px!important;
  padding-bottom: 13px!important;
  line-height: 18px;
  font-weight: 600;
}

@media screen and (min-width:769px) {
  .button-blue {
    font-size: 18px;
    font-weight: 400;
    padding-top: 14px!important;
    padding-bottom: 15px!important;
  }
  .button-blue>span {
    line-height: 27px!important;
  }
}

.button-blue:hover {
  background-color: rgba(16, 176, 197, 0.699);
}

.button-blue:active, .button-blue:focus {
  background-color: rgba(16, 176, 197, 0.678);
}


.zaiko-info{
  display: flex;
  /* justify-content: space-between; */
}

@media (max-width:481px) {
  .zaiko-info{
    display: block;
  }
  .right-space{
    margin-top: 20px;
  }
}

.zaiko-info a{
  margin-top: 15px;
}

@media (max-width:769px) {
  .zaiko-info p{
    margin-bottom: 5px;
  }
}

iframe{
  width: 100%;
  border-radius: 8px !important;
}

@media (max-width:769px) {
  iframe{
    width: 450px;
  }
}

@media (max-width:412px) {
  iframe{
    width: 385px;
  }
}

@media (max-width:376px) {
  iframe{
    width: 353px;
  }
}

@media (max-width:361px) {
  iframe{
    width: 337px;
  }
}

@media (max-width:321px) {
  iframe{
    width: 299px !important;
    height: 300px !important;
  }
}

@media (max-width:281px) {
  iframe{
    width: 263px !important;
    height: 300px !important;
  }
}

@media (max-width:329px) {
  iframe{
    width: 307px;
  }
}


.title-top{
  padding-top: 20px;
}

.title-top2{
  padding-top: 40px;
}

@media (max-width:769px) {
  .title-top2{
    padding-top: 40px;
  }
}

.fontsize{
  font-size: 22px;
  font-weight: bold;
}

.fontbold{
  font-weight: bold !important;
}

.contact-color{
  background-color: rgb(16, 176, 197);
}

.top-backcolor{
  margin-top: 0;
  padding-top: 36px;
}

.small-flex{
  display: flex;
}

.right-space , .right-space2{
  margin-right: 70px;
}

@media (max-width:1025px) {
  .right-space , .right-space2{
    margin-right: 30px;
  }
  .text-height{
	line-height: 1.8em !important;
  }
}

@media (max-width:835px) {
  .text-height{
    font-size: 20px;
	line-height: 1.8em !important;
  }

  .right-space2{
    margin-right: 5px;
  }
}

@media (max-width:769px) {
  .text-height{
    font-size: 16px;
    line-height: 1.8em !important;
  }
}

.font-type{
  font-weight: normal;
}

.text-height{
  line-height: 1.4em ;
}

table {
  border: 1px solid #dcdcdc;
  border-collapse: separate;
  overflow: hidden;
  border-spacing: 0;
  border-radius: 10px;
  text-align:center;
  width:100%;

  th,td {
    /* padding: .6em 3em; */
    vertical-align: middle;

    +th,+td {
      border-left: 1px solid #aaa;
    }
  }

  tr+tr {
    th,td{
    border-top: 1px solid #aaa;
      }
  }
}

.text-box{
  width: 100%;
  border-radius: 8px;
}

.change{
  display: inline-block;
  width: 600px;
}

.fl-type{
  display: grid;
  grid-template-columns:1fr 1fr;
}

.text-change{
  font-weight: normal;
}

.flex-shrink-0 img{
  border-radius: 8px;
}

.comment{
  margin: 0;
  border-radius: 8px;
}

.content span{
  font-size: 28px;
  font-weight: bold;
}

@media (max-width:769px) {
  .content span{
    font-size: 16px;
  }
}

.tokutyou th{
  font-weight: normal !important;
}

.buttonhover:hover{
  opacity:0.7;
}

.tableform{
  table-layout: fixed;
}

.flexbox_list {
  display: grid;
  gap: 0;
  grid-template-columns: 170px 170px 170px 170px 170px;
}

.flexbox_list2 {
  display: grid;
  gap: 0;
  grid-template-columns: 170px 170px 170px 170px 170px 170px !important;
}

.flexbox_list3 {
  display: grid;
  gap: 0;
  grid-template-columns: 170px 170px;
}

.flexbox_list4 {
  display: grid;
  gap: 0;
  grid-template-columns: 170px 170px 170px;
}

.flexbox_list5 {
  display: grid;
  gap: 0;
  grid-template-columns: 170px 170px 170px 170px;
}

.flexbox_list6 {
  display: grid;
  gap: 0;
  grid-template-columns: 1fr;
}

.flexbox_list7 {
  display: grid;
  gap: 0;
  grid-template-columns: 170px 170px 170px 170px 170px 170px;
}

@media (max-width:1025px) {
  .flexbox_list {
    grid-template-columns: 130px 130px 130px 130px 130px !important;
  }

  .flexbox_list2{
    grid-template-columns: 160px 160px 160px 160px 160px 160px !important;
  }

  .flexbox_list3 {
    grid-template-columns: 130px 130px !important;
  }
  
  .flexbox_list4 {
    grid-template-columns: 130px 130px 130px !important;
  }
  
  .flexbox_list5 {
    grid-template-columns: 130px 130px 130px 130px !important;
  }
  
  .flexbox_list7{
    grid-template-columns: 130px 130px 130px 130px 130px 130px !important;
  }
}

@media (max-width:769px) {
  .flexbox_list {
    grid-template-columns: 110px 110px 110px 110px 110px !important;
  }

  .flexbox_list2{
    grid-template-columns: 1fr !important;
  }

  .flexbox_list2 .order-1{
    border-bottom-left-radius: 0px;
    border-top-right-radius: 8px;
    order: 1;
  }

  .flexbox_list2 .order-7{
    order: 2;
    border-bottom-left-radius: 0px;
  }

  .flexbox_list2 .order-2{
    border-top-right-radius: 0px;
    order:3;
  }

  .flexbox_list2 .order-8{
    border-top-right-radius: 0px;
    order: 4;
  }

  .flexbox_list2 .order-3{
    border-top-right-radius: 0px;
    order: 5;
  }

  .flexbox_list2 .order-9{
    border-top-right-radius: 0px;
    order: 6;
  }

  .flexbox_list2 .order-4{
    border-top-right-radius: 0px;
    order: 7;
  }

  .flexbox_list2 .order-10{
    border-top-right-radius: 0px;
    order: 8;
  }

  .flexbox_list2 .order-5{
    border-top-right-radius: 0px;
    order: 9;
  }

  .flexbox_list2 .order-11{
    border-top-right-radius: 0px;
    order: 10;
  }

  .flexbox_list2 .order-6{
    border-top-right-radius: 0px;
    order: 11;
  }

  .flexbox_list2 .order-12{
    border-top-right-radius: 0px;
    border-bottom-left-radius: 8px;
    order: 12;
  }


  .flexbox_list3 {
    grid-template-columns: 110px 110px !important;
  }
  
  .flexbox_list4 {
    grid-template-columns: 110px 110px 110px !important;
  }
  
  .flexbox_list5 {
    grid-template-columns: 110px 110px 110px 110px !important;
  }
  
  .flexbox_list7{
    grid-template-columns: 110px 110px 110px 110px 110px 110px !important;
  }
}

@media (max-width:481px) {
  .flexbox_list {
    grid-template-columns: 1fr !important;
  }

  .flexbox_list .order-1{
    order:1;
    border-top-right-radius: 8px;
    border-bottom: none;
  }
  .flexbox_list .order-6{
    order:2;
    border-bottom-left-radius: 0px;
    border-top: none;
  }
  .flexbox_list .order-2{
    order:3;
    border-bottom: none;
  }
  .flexbox_list .order-7{
    order:4;
    border-top: none;
  }
  .flexbox_list .order-3{
    order:5;
    border-bottom: none;
  }
  .flexbox_list .order-8{
    order:6;
    border-top: none;
  }
  .flexbox_list .order-4{
    order:7;
    border-bottom: none;
  }
  .flexbox_list .order-9{
    order:8;
    border-top: none;
  }
  .flexbox_list .order-5{
    order:9;
    border-bottom: none;
    border-top-right-radius: 0px;
  }
  .flexbox_list .order-10{
    order:10;
    border-top: none;
    border-bottom-left-radius: 8px;
  }

  .flexbox_list3 {
    grid-template-columns: 1fr 1fr !important;
  }
  
  .flexbox_list4 {
    grid-template-columns: 1fr 1fr !important;
  }

  .flexbox_list4 .masuhidden{
    display: block !important;
  }

  .flexbox_list4 .order-1{
    border-bottom-left-radius: 0px;
  }

  .flexbox_list4 .order-2{
    border-top-right-radius: 8px;
  }

  .flexbox_list4 .order-3{
    border-bottom-left-radius: 8px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .flexbox_list4 .order-4{
    border-top-right-radius: 0px;
  }
  
  .flexbox_list5 {
    grid-template-columns: 1fr 1fr !important;
  }

  .flexbox_list5 .order-1{
    border-bottom-left-radius: 0px;
  }

  .flexbox_list5 .order-2{
    border-top-right-radius: 8px;
  }

  .flexbox_list5 .order-3{
    border-bottom-left-radius: 8px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .flexbox_list5 .order-4{
    border-top-right-radius: 0px;
  }

  .flexbox_list7{
    grid-template-columns: 1fr 1fr !important;
  }

  .flexbox_list7 .order-1{
    border-bottom-left-radius: 0px;
  }

  .flexbox_list7 .order-2{
    border-top-right-radius: 8px;
  }

  .flexbox_list7 .order-5{
    border-bottom-left-radius: 8px;
  }

  .flexbox_list7 .order-6{
    border-top-right-radius: 0px;
  }



}

.list_item{
  border: 1px solid rgb(238, 238, 238);
  text-align: center;
  padding: 16px;
  background: white;
}

.weigthbold{
  font-weight: bold;
}

.topleft{
  border-top-left-radius: 8px;
-webkit-border-top-left-radius: 8px;
-moz-border-radius-topleft: 8px;
}

.topright{
  border-top-right-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius-topright: 8px;
}

.bottomleft{
  border-bottom-left-radius: 8px;
-webkit-border-bottom-left-radius: 8px;
-moz-border-radius-bottomleft: 8px;
}

.bottomright{
  border-bottom-right-radius: 8px;
-webkit-border-bottom-right-radius: 8px;
-moz-border-radius-bottomright: 8px;
}


*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  }
  .cp_cssslider {
  width: 100%;
  padding-top: 450px; /* 画像の高さ */
  position: relative;
  /* margin: 2em auto; */
  text-align: left;
  }
  .cp_cssslider > img {
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.5s;
  border-radius: 8px;
  box-shadow:0px 0px 5px 0px rgba(0,0,0,0.3);
  }
  .cp_cssslider input[name='cp_switch'] {
  display: none;
  }
  /* サムネイル */
  .cp_cssslider label {
  margin: 15px 5px 0 0;
  border: 2px solid #ffffff;
  display: inline-block;
  cursor: pointer;
  transition: all 0.5s ease;
  opacity: 0.6;
  border-radius: 3px;
  }
  .cp_cssslider label:hover {
  opacity: 0.9;
  }
  
  .cp_cssslider label img {
  display: block;
  width: 180px;
  border-radius: 8px;
  }

  @media (max-width:481px) {
  .cp_cssslider label img {
    width: 80px;
    margin-top: 60px;
  }
}

  @media (max-width:329px) {
  .cp_cssslider label img {
    width: 60px;
    margin-top: 20px;
  }
}


  .cp_cssslider input[name='cp_switch']:checked + label {
  /* border: 2px solid #FF7043; */
  opacity: 1;
  }
  .cp_cssslider input[name='cp_switch'] ~ img {
  opacity: 0;
  }
  .cp_cssslider input[name='cp_switch']:checked + label + img {
    opacity: 1;
  }
  
  @media (max-width:768px) {
      .cp_cssslider input[name='cp_switch'] ~ img {
      opacity: 1;
      }
  }

  @media (max-width:835px) {
    .cp_cssslider {
      padding-top: 350px; /* 画像の高さ */
      }
  }

  @media (max-width:769px) {
    .cp_cssslider {
      padding-top: 320px; /* 画像の高さ */
      }
  }

  @media (max-width:769px) {
    .widthside{
      padding: 0 2.5%;
    }
    .cp_cssslider{
      padding-top: 750px;
    }
  }

  @media (max-width:1025px) {
    .widthside{
      padding: 0 3%;
    }
  }

  @media (max-width:481px) {
    .
  }

  @media (max-width:769px) {
    .side-border{
      border: 1px solid #d8d8d8;
      border-radius: 8px;
    }
  }

  .maphidden{
    display: none !important;
  }

  @media (max-width:769px) {
    .maphidden{
      display: block;
    }
  }

  @media (max-width:481px) {
    .maphidden{
      display: block !important;
    }
    
    .posi{
      margin-bottom: 10px !important;
      padding-left: 5px !important;
    }
  }

  @media (max-width:769px) {
    .non-border{
      border: none;
      padding: 0 3%;
    }
  }

  @media (max-width:769px) {
    .font16{
      font-size: 16px;
    }
  }

  @media (max-width:769px) {
    .mx-8{
      margin: 0 !important;
    }
  }

  @media (max-width:481px) {
    .mx-8{
      margin-top: 35px !important;
    }

    .title-bottom{
      margin: 25px 0;
    }
  }

  @media (max-width:769px) {
    .comment-ona{
      height: auto !important;
    }
  }

/* .pc { display: block !important; } */
 
@media only screen and (max-width: 768px) {
  .sp img{ display: inline-block !important; }
  .pc img{ display: none !important; }
}
 
@media only screen and (min-width: 769px) {
  .sp img{ display: none !important; }
  .pc img{ display: inline-block !important; }
}

.pc img{
  width: 100% !important;
}

@media (max-width:481px)
{
  .btnhidden{
    display: block !important;
    float: center;
    text-align: right;
  }


  /*全体*/
.hidden_box {
  margin: 2em 0;/*前後の余白*/
  padding: 0;
}

/*ボタン装飾*/
.hidden_box label {
  padding: 5px;
  font-weight: bold;
  border: solid 1px rgb(238, 238, 238);
  cursor :pointer;
}
/*ボタンホバー時*/
.hidden_box label:hover {
  background: #efefef;
}
/*チェックは見えなくする*/
.hidden_box input {
  display: none !important;
}

/*中身を非表示にしておく*/
.hidden_box .hidden_show {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.8s;
}

/*クリックで中身表示*/
.hidden_box input:checked ~ .hidden_show {
  padding: 20px 0;
  height: auto;
  opacity: 1;
}

.changeblock{
  display: block;
}


}

.font13{
  font-size: 13px !important;
}

@media screen and (min-width:769px) {
  .pdp-card-item {
    max-width: 16.6%;
    -ms-flex: 0 0 16.6%;
    flex: 0 0 16.6%;
  }
}

@media screen and (min-width:769px) {
  .pdp-card-item-box .font-light, .pdp-card-item-box>.font-bold2 {
    border-top: 1px solid #d8d8d8;
    width: 100%
  }
}

@media screen and (min-width:769px) {
.je2{
  -webkit-box-pack: end!important;
  -ms-flex-pack: end!important;
  justify-content: center!important;
  font-size: 16px !important;
}
}

@media screen and (max-width:769px) {
.je2{
  justify-content: flex-end!important;
}
}

@media screen and (max-width:769px) {
  .foweit{
    font-weight: normal !important;
  }
}

@media screen and (min-width:769px) {
  .foweit2{
    font-weight: bold !important;
  }
}

@media screen and (max-width:769px) {
  .mozihidden{
    display: none;
  }
}

@media screen and (min-width:769px) {
  .othemargin{
    margin-top: 20px;
  }
}

@media screen and (max-width: 769px){
  .infospace {
      margin-top: 40px!important;
  }
}

.w25{
  margin-top: 10px;
  border-radius: 8px !important;
  max-width: calc((100vw - 24px - 26.8px) / 6) !important;
  height: calc(((100vw - 24px - 26.8px) / 6) * 0.75);
  object-fit: cover;

}

@media screen and (min-width:360px) {
  .w25{
    max-width: calc((100vw - 35.16px - 26.8px) / 6) !important;
    height: calc(((100vw - 35.16px - 26.8px) / 6) * 0.75);
  }
}

@media screen and (min-width:480px) {
  .w25{
    max-width: calc((100vw - 40px - 26.8px) / 6) !important;
    height: calc(((100vw - 40px - 26.8px) / 6) * 0.75);
  }
}

@media screen and (min-width:768px) {
  .w25{
    max-width: calc((100vw - 48px - 26.8px) / 6) !important;
    height: calc(((100vw - 48px - 26.8px) / 6) * 0.75);
  }
}

@media screen and (min-width:1024px) {
  .w25{
    max-width: calc((100vw - 64px - 26.8px) / 6) !important;
    height: calc(((100vw - 64px - 26.8px) / 6) * 0.75);
  }
}

@media screen and (min-width:1025px) {
  .w25{
    max-width: calc((1024px - 26.8px) / 6) !important;
    height: calc(((1024px - 26.8px) / 6) * 0.75);
  }
}

.bra8{
  border-radius: 8px !important;
  /* max-width: 99.5% !important; */
}

.cf:before,
.cf:after{
 content:"";
 display:table;
}
 
.cf:after{
 clear:both;
}
 
.cf{
 zoom:1;
}

#content {
 /* max-width: 650px; */
 margin: 0 auto;
 /* text-align: left; */
}

#featured_img img,
#thumb_img img {
 max-width: 100%;
}

#featured_img{
  text-align: center;
}

@media screen and (min-width: 1051px){
  #thumb_img{
    margin-left: 0px !important;
  }
}

#thumb_img{
  float: left;
}

#thumb_img {
 /* margin:2% 0; */
 img {
 /* float:left; */
 /* display: flex;
 justify-content: space-between; */
 /* margin-top: 3px; */
 /* max-width: 32%;
 width: 32%; */
 /* width: 768px !important; */
 cursor: pointer;
 margin-right:2%;
 border:2px solid #eee;
 box-sizing:border-box;
 
 
 &.active{
 border:2px solid #cac6b8;
 }
 
 &:last-child{
 margin-right:0;
 }
 }
}

.ona-box{
  display: flex;
}

@media screen and (max-width: 769px){
  .ona-box{
    display: block;
  }

  .ona-img{
    width: 50%;
  }

  .ona-com{
    margin-left: 0 !important;
    margin-top: 20px !important;
    font-size: 16px !important;
  }

  .ona-syoukai , .yumiko{
    font-size: 16px !important;
  }
}

.ona-com{
  width: 100%;
  margin-left: 20px;
}

.ona-syoukai{
  font-size: 28px;
  font-weight: 700;
}

.imgbottom{
  height: 80% !important;
}

/* 20200928 END */