@charset "UTF-8";

/*additional reset
---------------------------------------------------*/
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

body.safari #content, body.safari #footer {/*サファリでリンク先から戻った時文字が拡大する対応*/
    -webkit-text-size-adjust: 100%;
}
body {
    font-family: "Helvetica Neue",
        Arial,
        "Hiragino Kaku Gothic ProN",
        "Hiragino Sans",
        Meiryo,
        sans-serif;
    margin: 0;
    font-size: 17px;
    background-color: #f0f0f0;
}

a:hover,
a:active {
    text-decoration: none;
}

/*初期設定
----------------------------------------------------*/
#wrapper{
    width: 650px;
    padding: 0 0 20px 0;
    overflow: hidden;
    margin: auto;
    position: relative;
    background-color: #fff;
}
.content{
    display: block;
    margin: 0 auto;
    width: 95%;
}
p{
    font-size: 15px;
    line-height: 1.6;
}
@media screen and (min-width:640px) {
    .pc{
        display: block;
    }
    .sp{
        display: none;
    }
}

@media screen and (max-width:640px) {
    .pc{
        display: none;
    }
    .sp{
        display: block;
    }
    #wrapper{
        width: 100%;
    }
}
/*layout
----------------------------------------------------*/
h2 {
    margin: 0;
    line-height: 0;
}
header {
    margin: 0;
    line-height: 0;
}
img{
    width: 100%;
}
.w60{
    display: block;
    width: 60%;
    margin: auto;
}
.w80{
    display: block;
    width: 80%;
    margin: auto;
}
.tac{
    text-align: center;
}
.tar{
    text-align: right;
}
.mt0{
    margin-top: 0;
}
.mb0{
    margin-bottom: 0;
}
.mb10{
    margin-bottom: 10px;
}
.mb20{
    margin-bottom: 20px;
}
.mt20{
    margin-top: 20px;
}
.mb30{
    margin-bottom: 30px;
}
.mt30{
    margin-top: 30px;
}
.mb40{
    margin-bottom: 40px;
}
.mt40{
    margin-top: 40px;
}
.pink{
    color: rgb(255, 0, 120);
}
.red{
    color: rgb(255, 0, 0);
}
.gray{
    color: rgb(187, 187, 187);
}
.orange{
    color: rgb(255, 153, 0);
}
.blue{
    color: rgb(0, 0, 255);
}
.marker{
    background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%,#fffca5 0%) repeat scroll 0 0;
}
.marker02{
    border-bottom-style: dotted;
    border-bottom-color: #dcdcdc;
    border-bottom-width: 3px;
    padding-bottom: 3px;
}
.fsLL{
    font-size: 35px;
}
.fsL{
    font-size: 22px;
}
.fsM{
    font-size: 17px;
}
.fsM_hikaku{
    font-size: 13px;
}
.fsS{
    font-size: 9px;
}

.member_box{
	display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.people{
	background: #fff;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 10px;
    padding: 7px 12px;
    width: 100%;
	box-shadow: #ccc 0px 5px 5px 0px;
	border:solid #ffdbe7 3px;
}
@media screen and (max-width:640px) {
.people small{
    font-size: 9px;
}
}
.fcP {
    color: #ff3681;
}
.people p {
    font-size: 13px;
    margin: 0;
    line-height: 1.5;
}
.people img{
	max-width: 70px;
	margin-right: 5%;
}

.mn_hikaku_oya{
    padding: 15px;
    border: solid 2px #ff96b9;
    width: fit-content;
    margin: auto;
}
.mn_hikaku td span{
    padding: 5px 10px;
    background-color: #ff85ae;
    color: #fff;
    margin: 0 5px;
}
.mn_hikaku {
    border-collapse: collapse;
    width: 100%;
    max-width: 600px;
    margin: auto;
    font-size: 15px!important;
  }
  .mn_hikaku tr {
    background-color: #ffedf8;
  }
  .mn_hikaku tr:nth-child(odd) {
    background-color: #fff;
  }
  .mn_hikaku th, .mn_hikaku td {
    padding: 1em;
  }
  .mn_hikaku th {
    font-weight: bold;
    text-align: center;
    width: 40%;
  }

  .mn_hikaku02 th, .mn_hikaku02 td {
        border-bottom: 2px solid #e0deff;
    padding: 15px;
  }
.mn_hikaku02 th {
    border-bottom: 2px solid #ff4ba5;
    font-weight: bold;
    text-align: center;
    width: 50%;
    font-size: 15px;
}
p.sougou {
    text-align: center;
    font-size: 20px;
    background: #ffdee9;
    padding: 5px 0;
    font-weight: bold;
    width: 80%;
    margin: 0 auto;
}
span.star {
    color: rgb(255 159 0);
}
.mn_hikaku02 {
    border-collapse: collapse;
    width: 80%;
    margin: auto;
    border: 3px solid #ffdee9;
}
.mn_hikaku02 td {
    font-size: 22px;
    font-weight: bold;
}
 
.reviews01, .reviews02 {
  width: 90%;
  margin: 10px auto;
  display: flex;
  align-items: flex-start;
}

.reviews01 {
    width: 90%;
    margin: 10px auto;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
}

.reviews02 {
    width: 90%;
    margin: 10px auto;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}

/* 吹き出し内テキスト */
.reviews01 .says,
.reviews02 .says {
  display: inline-block;
  position: relative;
  padding: 13px;
  border-radius: 12px;
  background: #fff;
  font-size: 14px;
  line-height: 1.6;
}

/* 吹き出し枠色と矢印 */
.reviews01 .says {
  margin-left: 10px;
  border: 2px solid #ffcfdf;
    max-width: 100%;
}
.reviews01 .says::after {
  content: "";
  position: absolute;
  top: 18px;
  left: -20px;
  border: 10px solid transparent;
  border-right: 10px solid #ffcfdf;
}

.reviews02 .says {
  margin-right: 10px;
  border: 2px solid #d9d4ff;
}
.reviews02 .says::before {
  content: "";
  position: absolute;
  top: 18px;
  right: -20px;
  border: 10px solid transparent;
  border-left: 10px solid #d9d4ff;
}

.reviews01 .says p,
.reviews02 .says p {
  margin: 0;
  padding: 0;
}

/* アイコンと名前を縦に配置 */
.faceicon {
  width: 14%;
  text-align: center;
  margin: 0 10px;
  font-size: 13px;
  line-height: 1.4;
}

.faceicon img {
  width: 100%;
  height: auto;
  border-radius: 50%;
  margin-bottom: 5px;
  border: 2px solid #f1efff;
}

.reviews01 .faceicon img {
  border-color: #ffcfdf;
}
.reviews02 .faceicon img {
  border-color: #f1efff;
}

.chatting {
    max-width: 450px;
}

/* 名前のスタイル */
.says_title {
  font-size: 13px;
  margin: 0;
  color: #333;
  line-height: 1.3;
}
  
  .mn_hikaku03 {
    border-collapse: collapse;
    width: 100%;
    max-width: 500px;
    margin: auto;
    font-size: 14px!important;
  }
  .mn_hikaku03 th, .mn_hikaku03 td {
    border: 2px solid #fff;
    background-color: #fff0f5;
    padding: 1em;
  }
  .mn_hikaku03 th {
    background-color: #ffa4c6;
    color: #fff;
    font-weight: bold;
    text-align: center;
    width: 40%;
  }

  
@media screen and (min-width:640px) {
    .sp{
        display: none;
    }
}

@media screen and (max-width:640px) {
    .sp{
        display: block;
    }
}
.tac{
    text-align: center;
}
.rankTable table {
   width: 750px;
    text-align: center;
    line-height: 1.2;
}
.rankTable p {
    font-size: 10px;
}
.rankTable {
    border: 2px solid #939393;
    margin-bottom: 0px;
    margin-top: 30px;
    font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    overflow-x: scroll;
}
.rankTable th {
    position: sticky;
    width: 40px;
    padding: 5px 0px 5px;
    left: 0;
    border-right: 3px double #bfbfbf;
    background: #f3f3f3;
    border-bottom: 1px solid #757575;
    font-size: 9px;
}
.td_width3{
    width:20%;
}
.td_width1,.td_width2,.td_width4,.td_width5,.td_width6,.td_width7{
    width:8%;
}
.td_width8,.td_width9{
    width:12%;
}
.rankTable td {
    border-top: none;
    padding: 2px 2px 2px;
    font-size: 12px;
    position: relative;
    vertical-align: middle;
    border-right: 1px dotted #ddd;
    background: none;
}
.rankTable .star {
    font-size: 10px;
}
.rankTable td:last-child {
    border-right: none;
}

.rankTable table th {
    width: 19.0%;
    font-size: 13px;
}

.rankTable td {
    border-bottom: 1px solid #3d3d3d;
}

.rankTable tr {
    border-bottom: 1px dotted #ddd;
}

.rankTable tr:last-child td {
    border-bottom: none;
}

.rankTable table th {
    vertical-align: middle;
    width: 10%;
    font-size: 10px;
    z-index: 88;
}
.rankTable tr>*:nth-child(2){
    background-color: #feffdf;
}

.rankTable-wrapper {
  position: relative;
}

.recommend-label {
  position: absolute;
  top: -24px;
  left: 11.5%;
  font-size: 14px;
  color: #ff0000;
  font-weight: bold;
}

img.table_icon {
    width: 99%;
    margin-top: 5px;
}

.sogood {
    font-size: 35px;
    color: #ff4a1d;
}

.good {
    font-size: 34px;
    color: #ffbb00;
    font-weight: normal;
}

.bad {
    font-size: 37px;
    font-weight: 300;
    color: #747474;
}

.soso {
    font-size: 34px;
    font-weight: bold;
    color: #0cc300;
}


.t_btn {
    display: block;
    width: 95%;
    background: #0cc300;
    padding: 7px 5px;
    border-radius: 5px;
    margin-bottom: 10px;
    box-shadow: 0px 7px 0px 0 #087e00;
}
.t_btn02 {
    display: block;
    width: 95%;
    background: #ff6600;
    padding: 7px 5px;
    border-radius: 5px;
    margin-bottom: 10px;
    box-shadow: 0px 7px 0px 0 #a72100;
}
.t_btn02,.t_btn{
    text-decoration: none;
    color: #fff;
    font-weight: bold;
}

.btn_s {
    display: block;
    margin: auto;
    background-color: #fff;
    /* border: solid 1px #f6b37f; */
    margin-bottom: 20px;
    border-radius: 5px;
    width: 55%;
}
.btn_s {
    display: block;
    margin: auto;
    background-color: #f78a5c;
    border-radius: 5px;
    width: 55%;
}
.btn_s p {
    background-color: #d8d8d8;
    text-align: center;
    color: #fff;
    padding: 2px;
    font-size: 0.8em;
    /* margin-bottom: 0px; */
}
.btn_s {
    display: block;
    margin: auto;
    background-color: #fff;
    /* border: solid 1px #f6b37f; */
    margin-bottom: 20px;
    border-radius: 5px;
    width: 55%;
}
.searchtable .searchtabletitle {
    background-color: #f6f6f6;
    width: 120px;
}
.index_search {
    border-collapse: collapse;
    width: 90%;
    background: #fff;
    font-size: 1em;
}
.searchtable .searchcenter {
    text-align: center;
}
.index_search td {
    border-collapse: collapse;
    text-align: left;
    vertical-align: middle;
    font-size: 80%;
    width: 70%;
    padding: 0px 0px 0px 30px;
}
.searchtable, tr, td, th {
    padding: 5px 10px 5px 10px;
    text-align: center;
}

table.index_search.mb20.searchtable {
    padding: 5px 10px 5px 10px;
    text-align: center;
	border: 1px solid #ccc;
}
table.index_search.mb20.searchtable td {
    border: 1px solid #afafaf;
}
table.index_search.mb20.searchtable th {
    border: 1px solid #afafaf;
}
.searchtable .searchbutton {
    background-color: #FF6D46;
    border: none;
    color: white;
    padding: 10px 50px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    line-height: 15px;
    margin-top: 10px;
}
    .index_search th {
    border-collapse: collapse;
    background-color: #f6f6f6;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    font-size: 80%;
    padding: 10px;
    line-height: 1.4;
    /* width: 30%; */
    /* border-left: 1px solid #ccc; */
    border-right: 1px solid #ccc;
}
.index_search td {
    border-collapse: collapse;
    text-align: left;
    vertical-align: middle;
    font-size: 80%;
    width: 70%;
    padding: 0px 0px 0px 30px;
}

h3{
    text-align: center;
    position: relative;
    font-size: 22px;
    font-weight: bold;
    color: #ffffff;
    line-height: 1.4;
    padding: 2%;
    margin: 0% 0 4% 0!important;
    box-shadow: #ccc 4px 5px 5px;
    background: linear-gradient(to right, #89d2e3, #de8fdf, #ffa6c6);
}

h4{
	position: relative;
    font-size: 19px;
    line-height: 1.4em;
    font-weight: bold;
    padding: 0.3rem 0rem;
    margin: 6% 0 3%;
}
h4:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
    content: '';
    background-image: linear-gradient(to right, #89d2e3, #de8fdf, #ffa6c6);
}
.mn_hikaku_ttl {
    position: relative;
    display: block;
    margin: 10px auto 14px;
    padding: 5px 20px;
    width: fit-content;
    color: #fff;
    font-size: 16px;
    background: #ff96b9;
    border-radius: 40px;
}
  
  .mn_hikaku_ttl:before {
    content: "";
    position: absolute;
    top: 82%;
    left: 50%;
    margin-left: -7px;
    border: 7px solid transparent;
    border-top: 15px solid #ff96b9;
  }
  
  .mn_hikaku_ttl p {
    margin: 0;
    padding: 0;
  }
  h5 {
    background-image: linear-gradient(to right, #ffe9fe, #ffe2e8);
    padding: 10px 0 10px 15px;
    font-size: 20px;
    border-left: 7px solid #ff8cb7;
    margin: 40px 0 20px;
}
h5 span{
    font-size: 14px;
    color: #ff3681;
}

.btn01_pc{
    width: 80%;
    display: block;
    margin: auto;
}
@media screen and (max-width:640px) {
    .btn01_pc{
        width:100%;
    }
}
.info {
    background: #fffbde;
    padding: 20px;
}
.info_top {
    text-align: center;
    font-size: 16px;
    color: rgb(255, 0, 120);
    margin: 0;
}
.info_ttl {
    text-align: center;
    font-size: 20px;
    margin: 5px 0;
    padding-bottom: 10px;
    font-weight: bold;
}

.info h4{
	position: relative;
    font-size: 21px;
    line-height: 1.4em;
    font-weight: bold;
    padding: 0.3rem 0rem;
    margin: 0 0 3%;
}
.info h4:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
    content: '';
    background-image: linear-gradient(to right, #89d2e3, #de8fdf, #ffa6c6);
}

p.point01 {
    text-align: center;
    color: rgb(255, 0, 120);
    margin: 0;
    font-size: 16px;
}
a.hikaku_btn {
    background: #0baf00;
    display: block;
    width: 88%;
    margin: auto;
    padding: 8px 0;
    color: #fff;
    text-decoration: none;
    font-size: 11px;
    border-radius: 10px;
    border-bottom: 5px solid #087f00;
}
p.itiosi {
    background: #ffdee9;
    padding: 5px 10px;
    margin-top: 35px;
}
video{
    width: 100%;
}

@media screen and (max-width:640px) {
    .people {
    width: 100%;
    }
    h3 {
    font-size: 20px;
    }
    h4 {
    font-size: 17px;
    }
    p.sougou {
    width: 100%;
    }
    p.sougou {
    width: 100%;
    }
    .mn_hikaku02 th {
    width: 60%;
    }
    .mn_hikaku02 th, .mn_hikaku02 td {
    padding: 11px;
    }
    .info h4 {
    font-size: 17px;
    }    
.info_ttl {
    font-size: 19px;
}
.reviews01 {
    width: 100%;
}
.reviews02 {
    width: 100%;
}
.faceicon {
    min-width: 80px;
}
  .mn_hikaku02 {
    width: 100%;
  }
  /*.rankTable {
     margin-top: 0;
    }*/
  .recommend-label {
    left: 20%;
   }    
    .fsL {
    font-size: 20px;
}
}

/*========= ページトップのためのCSS ===============*/
/*リンクの形状*/
#page-top a{
  display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    width: 200px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 0.6rem;
    transition: all 0.3s;
}

#page-top a:hover{
  background: #777;
}

/*リンクを右下に固定*/
#page-top {
  position: fixed;
  right: 10px;
  z-index: 2;
    bottom: 1%;
    /*はじめは非表示*/
  opacity: 0;
  transform: translateY(100px);
}

/*　上に上がる動き　*/

#page-top.UpMove{
  animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }
  to {
    opacity: 1;
  transform: translateY(0);
  }
}

/*　下に下がる動き　*/

#page-top.DownMove{
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
    opacity: 1;
  transform: translateY(0);
  }
  to {
    opacity: 1;
  transform: translateY(100px);
  }
}


.grad-wrap {
    position: relative;
    padding-bottom: 30px;
  }
  .grad-wrap + .grad-wrap {
    margin-top: 40px;
  }
  .grad-btn {
        z-index: 2;
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    width: 148px;
    margin: auto;
    padding: 0.5em 0;
    border-radius: 2px;
    background: #ff71b1;
    color: #fff;
    border-radius: 40px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    transition: .2s ease;
  }
  .grad-btn::after {
    content: "詳しく見る"
  }
  .grad-btn:hover {
    opacity: 0.6;
  }
  .grad-btn .fa {
    margin-right: .5em;
  }
  .grad-item {
    position: relative;
    overflow: hidden;
    height: 80px;
  }
  .grad-item p + p {
    margin-top: 1em;
  }
  .grad-item::before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 40px; /*グラデーションで隠す範囲*/
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgb(255 255 255) 50%, rgb(255 255 255) 50%, #fff 100%);
    background: linear-gradient(top, rgba(255,255,255,0) 0%, rgb(255 255 255) 50%, rgb(255 255 255) 50%, #fff 100%);
  }
  .grad-trigger {
    display: none;
  }
  
  .grad-trigger:checked ~ .grad-btn {
    bottom: 0px;
  }
  .grad-trigger:checked ~ .grad-btn::after {
    content: "閉じる"
  }
  .grad-trigger:checked ~ .grad-btn .fa {
    transform: rotate(180deg);
  }
  .grad-trigger:checked ~ .grad-item {
    height: auto;
  }
  .grad-trigger:checked ~ .grad-item::before {
    display: none;
  }
  
  .voice_ttl{
      background-color: #fff1f6;
      border-left: 6px solid #ff4ba5;
      border-bottom: 2px dotted #ff4ba5;
      padding: 10px 20px;
  }
  .voice_ttl:after{
      display: none;
  }
  .voice_contents{
      background-color: #fffdee;
      padding: 15px;
      margin: 3%;
  }
    .voice_contents p{
        font-size: 20px;
    }
    @media screen and (max-width:699px){
          .voice_ttl{
            font-size: 18px;
          }
        .voice_contents p{
        font-size: 17px;
    }
}

/* アコーディオンコンテンツの初期状態 */
.acc_contents {
  position: relative;
  overflow: hidden;
  height: 100px; /* 適宜調整 */
  transition: height 0.6s ease;
}

/* グラデーションマスク（疑似要素） */
.acc_contents::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px; /* マスクの高さ */
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
  pointer-events: none;
  transition: opacity 0.3s;
}

/* 開いたときはマスク非表示 */
.acc_contents.open::after {
  opacity: 0;
}
.acc_contents.open {
  height: auto;
}
.show_more {
  display: inline-block;
  padding: 10px 20px;
  background-color: #ff96b9;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  text-align: center;
  border-radius: 30px;
  cursor: pointer;
  margin: 15px auto 0;
  transition: background-color 0.3s;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}


/* 親要素で中央揃えにする */
.acc_contents_wrapper {
  text-align: center;
}

/*目次*/
.contenedor{
    position: relative;
    margin-bottom: 60px;
    transition: all 0.3s;
    background: #f7f7f7;
    padding: 4%;
    margin: 5%;
}
.mokuji {
    margin: 3% auto;
}
.mokuji p{
    border-bottom: 1px dashed #aaa;
    padding: 5px;
    margin: 1px;
}
.mokuji a {
    color: #393939;
    text-decoration: none;
}
.expand {
  height: 120px;
  overflow: hidden;
}
@media (max-width: 700px) {
    .expand {
        height: 110px;
        overflow: hidden;
      }
}
.show_more2 {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 50px;
  text-align: center;
  line-height: 30px;
  background: linear-gradient(
    180deg,
    rgb(255, 255, 255, 0) 0%,
    rgb(255, 255, 255, 1) 40%
  );
  cursor: pointer;
  transition: bottom 0.2s;
}
.active {
  bottom: -80px;
}

.show_more2 span{
    background-color: #aaa;
    border-radius: 5px;
    color: #fff;
    font-size: 0.9rem;
    padding: 5px 20px;
}

/*美顔器はこちら*/
.items h3 {
    line-height: normal;
    padding: 0;
    margin: 8% 0 0 !important;
    box-shadow: none;
    background: none;
}

.item_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border: 2px solid #ff71b1;
    border-radius: 0 0 20px 20px;
    background-color: #fff0f5;
    padding: 15px 15px 0;
    margin-top: -6px;
}

.item_list1 {
    width: 49%;
    background: #fff;
    border-radius: 10px;
    display: block;
    margin: 0 0 8px;
    padding: 5px 20px 30px;
    position: relative;
}

.item_list2 {
    width: 32%;
    background: #fff;
    border-radius: 10px;
    display: block;
    margin: 0 0 8px;
    padding: 5px 20px 30px;
    position: relative;
}

.item_box img {
    max-width: 80px;
    margin: 0 auto;
    display: block;
}

.item_box .name {
    font-size: 1.2rem;
    font-weight: bold;
    color: #ff71b1;
    text-align: center;
    margin: 1% auto;
    line-height: 1;
}

.item_box .item_list2 .name {
    height: 30px;
}

.item_list1 .intro {
    font-size: 0.9rem;
    line-height: 1.1;
    text-align: center;
    margin: 5px auto 0;
}

.item_list2 .intro {
    font-size: 0.9rem;
    line-height: 1.1;
    text-align: center;
    margin: 15px auto 0;
}

.next {
    width: 20px;
    height: auto;
    position: absolute;
    bottom: 1%;
    left: 46%;
}

@media (max-width: 700px) {
	.item_box {
		padding: 4px 4px 0;
	}

	.item_list1 {
		padding: 5px 10px 20px;
	}

	.item_list2 {
		width: 49%;
		padding: 5px 10px 20px;
	}

	.item_list1 .intro {
		font-size: 0.8rem;
		margin: 5px auto 4px;
	}

	.item_list2 .intro {
		font-size: 0.8rem;
		margin: 8px auto 4px;
		
	}

	.item_box .name {
		font-size: 1rem;
	}

	.item_box img {
		max-width: 72px;
	}
}

.matome{
    background-color: #fff5db;
    color: #333;
    font-weight: bold;
    width: 90%;
    margin: 20px auto;
    padding: 20px 10px;
    border-radius: 5px;
}
.koumoku{
    width: 100%;
    margin: 30px auto;
    border: 2px solid #ff8cb7;
}
.k_ttl{
    text-align: center;
    color: #fff;
    background-color: #ff8cb7;
    padding: 10px;
    font-weight: bold;
}
.k_con{
    padding: 20px 40px;
}
.k_con a{
    color: #333;
}

.matome2{
    width: 90%;
    margin: 20px auto;
    box-shadow: #ccc 3px 3px 7px;
    font-size: medium;
}
.m_ttl{
    text-align: center;
    color: #333;
    background: linear-gradient(to right, #afe0eb, #edc7ee, #fac7d9);
    padding: 10px;
    font-weight: bold;
}
.m_con{
    padding: 20px;
}

/* 追加スライダー */
/* DSスライダー */
/*------ スライダーの横幅 ------*/
/*
.ds_slider_wrap{
    padding: 5%;
    border: 3px solid #ff7889;

}
*/
.ds_slider_ttl{
    background-color: #ff7889;
    color: #fff;
    width: 20%;
    padding: 0.5%;
    text-align: center;
    margin-top: 3%;
    font-size: 25px;
    border-radius: 5px 5px 0 0;
}
.ds_slider{
    width:100%;
    margin:0 auto;

  }
  
  /*------ スライダー画像 ------*/
  .ds_slider img{
      width:100%;
  }
  
@media only screen and (max-width:767px){

  .ds_slider img{
    width:100%;
  }
  }



  /*-------- 高さ調整 ----------*/
  .ds_slider .slick-slide{
        height:auto!important;
  }
  
  /*---------- 矢印 ----------*/
  .ds_slider .slick-next{
        right: 12px !important;
  }

    .ds_slider .slick-prev{
        left: 12px !important;
  }

    .ds_slider .slick-arrow{
        width: initial!important;
        height: initial!important;
        z-index:2!important;
    }

    .ds_slider .slick-arrow:before{
        font-size: 25px!important;
        color: #0faabf;
    }

    .ds_slider_bg{
        width: 95%;
        margin:0 auto;

    }
    .slick-dots {
        bottom: 0px!important;
        
    }
@media (max-width: 667px) {
    .ds_slider .slick-next{
        right:0!important;
    }

    .ds_slider .slick-prev{
        left: 0 !important;
    }
    .ds_slider .slick-arrow:before{
        font-size: 20px!important;
        color: #0faabf;
    }
}

/* コラム */
.accordion {
    max-width: 600px;
    margin: 20px auto;
    font-family: sans-serif;
  }
  
  /* タイトル部分 */
  .accordion .label {
    display: flex;
    justify-content: space-between; /* 左に文字、右に矢印 */
    align-items: center;
    padding: 15px;
    background-color: #ff8cb7;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    border-radius: 6px;
    margin-bottom: 5px;
  }
  
  /* 矢印を擬似要素で追加 */
  .accordion .label::after {
    content: "▼"; /* 右向き矢印 */
    transition: transform 0.3s ease;
  }
  
  /* チェックボックスを非表示 */
  .accordion .toggle {
    display: none;
  }
  
  /* コンテンツ部分 */
  .accordion .content {
    max-height: 0;
    overflow: hidden;
    background: #fffbde;
    padding: 0 15px;
    border-radius: 6px;
    transition: max-height 0.4s ease, padding 0.3s ease;
    width: 100%;
  }
  
/* 開いたとき */
.accordion .toggle:checked + .label + .content {
    max-height: 10000px; /* 十分大きな値に変更 */
    padding: 15px;
  }
  
  /* 矢印回転 */
  .accordion .toggle:checked + .label::after {
    transform: rotate(180deg); /* 下向きに回転 */
  }
  
  .acttl{
    border-left: 5px solid #ffb6cf;
    padding: 5px 0px 5px 13px;
    font-weight: bold;
  }
  .accon{
    margin: 20px 0 40px;
    color: #333;
    font-size: medium;
  }
  .accon img{
    margin-bottom: 10px;
  }

footer{
    background-color: #3d3d3d;
    padding: 20px;
}

.waku{
    border: 1px solid #b9b9b9;
    padding: 20px;
    margin: 50px auto;
}
.waku2{
    padding: 20px;
    margin: 50px auto;
    box-shadow: #cfcfcf 3px 3px 10px;
}

/* 光るボタン */
.shiny-btn1 {
    display: block;
    position: relative;
    text-decoration: none;
    overflow: hidden;
}
.shiny-btn1:hover {
    text-decoration: none;
    color: #fff;
}
.shiny-btn1::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: shiny-btn1 3s ease-in-out infinite;
}
@-webkit-keyframes shiny-btn1 {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}