@import url("kaereba.css");
@import url("fstyle.css");
@import url("review.css");
<?php

body {
  margin: 0;
  padding: 0;
  color: #777;
  font-family: 'AxisStd-Regular', Helvetica, Arial, Verdana, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  -webkit-text-size-adjust: 100%;
}
ul{
  text-align:right;
  font-style:bold;
}

li{
  text-align:left;
  padding-bottom:0.5em;
}

/* dropdown  mouseover  */
@media(min-width:414px){
  .dropdown:hover > .dropdown-menu{
    display: block;
  }
}
/* nav menuレスポンシブ */
@media(max-width:469px){
  .nav-link{
    font-size:0.7rem;
  }
}
/* headerレスポンシブ */
@media(max-width:660px){
  header h1{
    font-size:1.5rem;
background-color: #fd7280;
  }
}
@media(max-width:450px){
  header h1{
    font-size:1.0rem;
    background-color: #fd7280;
  }
}
/* head画像 */
.cover{
  background:url(../img/head_img.jpg);
  background-size: cover;
  width: 100%;
  padding: 5% 5% 5% 1%;
}

a:visited{ color: #633; }
a:link{ color: #633; }
#headline {
  padding: 0.8em;
  color: white;
  background-image: url(../img/head_img.jpg);
  filter:alpha(opacity=100);
  opacity:0.7; -moz-opacity:0.5;
  background-size: cover;
}

#headline h1 {
  color: #CCC;
  font-weight: 200;
  font-size: 40px;
  line-height: 1em;
  margin-bottom: 0;
}

#headline h2 {
  font-weight: 200;
  font-size: 30px;
  margin-top: 5px;
}

#headline #blurb {
  font-weight: 300;
  font-size: 18px;
}

#headline a:link { color: #eee; }
#headline a:visited { color: #eee; }
#section1, #section2, #section3 {
  box-sizing: border-box;
  padding: 13px;
}

#section1 h2, #section2 h2, #section3 h2  {
  background-image: url(../img/back.gif);
  margin-top: 0;
  font-size: 24px
}

#section1 {
  background-color: white;
  font-weight: 100;
  font-size: 14px;
  padding: 1% 10% 1% 10%;
}

#section1 a{
    color: #413224;
    outline: none;
    text-decoration-line:
}

#section1 p a{
  color: #413224;
  background:#79554833;
  font-size: 15px;
  font-weight:600;
  text-decoration-line:underline;
}

#section3 p a{
  color: #413224;
  background:#79554833;
  font-size: 15px;
  font-weight:600;
  text-decoration-line:underline;
}

#section1 a:link,
a:visited {
　　color: grey;
}

#section1 img {
  padding-bottom: 0.5%;
  max-width: 95%;
  height:auto;
}

#section1 h2 {
  background: #7a5548;
    padding: 0.3em 0.5em 0.3em 0.5em;
    color: #f8f9fa;
    border: 0px dashed #ffecef00;
    box-shadow: 0 0 6px 1px #9f6854;
    border-radius: 0px;
}
#section1 h3{
    text-align: left;
    font-size: 1.2em;
    border-left: 4px solid #795548;
    background: #914c323b;
    padding: 0.7em 0 0.7em 0.8em;
    margin-top: 1em;
    color: #795548;
    font-weight: 900;
}

#section1 p{
  font-size: 14px;
  line-height: 1.7;
  color:#333;
}

#section2 {
  background-color: #e9e9e9;
  font-family: Roboto, sans-serif;
  font-weight: 100;
  font-size: 18px;
}
#section2 h2 {
  font-weight: 300;
  text-align: center;
  margin-bottom: 0px;
  margin-top: 20px;
}

#section2 h2 + p {
  text-align: center;
}

#section2 div {
  text-align: center;
}
#section2 div img {
  width: 100%
}

#section3 {
  background-color: #f5f5f5;
  font-weight: 100;
  text-align: left;
  margin: auto;
  clear:both;
}
#section3 img {
  padding-left: 1%;
  padding-Right: 1%;
  padding-bottom: 1%;
  max-width: 95%;
  height:auto;
}

/*サブメニュー紺*/
#section3 #subhead {
  clear: both;
  color: #FFF;
  position: relative;
  font-weight: bold;
  text-indent: 10px;
  text-align : left ;
  background-color:  #033;
  margin-bottom:3%;
}

#section3 h2 {
  background: #fb6363;
  box-shadow: 1px 1px 1px 5px #fb6d5d;
  padding: 0.2em 0.5em;
  color: #f8f9fa;
}
#section3 h3 {
  position: relative;
  background: #ffe4e1;
  padding: 0.8rem 0.5rem 0.8rem 2.5rem;
  margin:20px;
  font-size: 20px;
  color: #d83545;
  border-radius: 0 10px 10px 0;
  font-weight: 900;
}
#section3 h3::before {
  font-family: "Font Awesome 5 free";
  content: "\f06b";
  display: inline-block;
  line-height: 40px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #d83545;
  font-weight: 900;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: -1.35em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid 3px white;
  border-radius: 50%;
}

#section3 .h3menu{
    padding: 0.5em 0.5em 0.5em 1.5em;
    margin: 0.8em;
    color: #fbecea;
    background: #f3666f;
    border-bottom: solid 6px #3d2b2599;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
    border-radius: 9px;
    font-size: 15px;
}

#section3 .h3menu::before {
  font-family: "Font Awesome 5 free";
  content: "\f2e5";
  display: inline-block;
  line-height: 40px;
  position: absolute;
  padding: 0em;
  color: #ee858c;
  background: #ffe4e1f7;
  font-weight: 900;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: -1.35em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid 3px #ee858c85;
  border-radius: 50%;
}



#section5 h3:after {/*チェックタブ*/
  position: absolute;
  font-family: FontAwesome,'Quicksand','Avenir','Arial',sans-serif;
  content: 'Check';
  background: #2196F3;
  color: #fff;
  left: 0px;

  bottom: 100%;
  border-radius: 5px 5px 0 0;
  padding: 3px 7px 1px;
  font-size: 0.7em;
  line-height: 1;
  letter-spacing: 0.05em
}

#section3 h4 {
  position: relative;
  background: #ffe4e1;
  padding: 0.6rem 0.3rem 0.6rem 2.5rem;
  margin-left:20px;
  margin-bottom:20px;
  font-size: 16px;
  color: #d83545;
  border-radius: 0 10px 10px 0;
}
#section3 h4::before {
  font-family: "Font Awesome 5 free";
  content: "\f5bc";
  display: inline-block;
  line-height: 40px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #dc3545;
  font-weight: 900;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: -1.35em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid 3px white;
  border-radius: 50%;
}



#section3 p {
  text-align: left;
  font-size: 14px;
}

#section3 li,dt,dd{
  text-align:left;
  padding: 1px;
  margin: 5px 0px 3px 5%;

}
#section3 ul{
list-style: none;
}


#section3 figure {
  text-align: center;
}

#section3 figure figcaption {
  text-align: center;
  font-weight: 400;
}

footer {
  font-family: Roboto, sans-serif;
  font-weight: 300;
  text-align: center;
  padding-bottom: 20px;
  padding-top: 20px;
  background-image: url(img/back.gif);
}

table{
  width: 100%;
  border-collapse:separate;
  border-spacing: 0;
  margin-bottom: 30px;
}

table th:first-child{
  border-radius: 5px 0 0 0;
}

table th:last-child{
  border-radius: 0 5px 0 0;
}

table th{
    text-align: center;
    color: #311e17;
    background: linear-gradient(#d9d3cf,#a0866a);
    border-left: 1px solid #4223187d;
    border-top: 1px solid #79554800;
    border-bottom: 1px solid #795548;
    box-shadow: 0px 1px 1px rgba(121, 85, 72, 0) inset;
    padding: 10px 0;
}

table td{
  text-align: left;
  border-left: 1px solid #d9d3cf;
  border-bottom: 1px solid #d9d3cf;
  border-top:none;
  box-shadow: 0px -3px 5px 1px #eee inset;
  width: 25%;
  padding: 5px 0px 3px 10px;
}

table td:last-child{
  border-right: 1px solid #d9d3cf;
}

table tr:last-child td:first-child {
  border-radius: 0 0 0 5px;
}

table tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
}




/**************リストBox1**********************/
.list1 {
 	padding: 0.5em;
 	color: #000000;
 	background: #ff808c2e;
 	border:dashed  2px #f9bef7;
 	border-radius: 1px;
 	text-align: left;
    margin: 5px 0px 10px 0px;
}
/**************リストBox1**********************/

/**************リストBox2**********************/
.list2 {
    padding: 0.5em;
    margin: 2em 0;
    color: #3a271f;
    background: #79554859;
    border-bottom: solid 6px #3d2b2599;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
    border-radius: 9px;
}
}
.list2 p {
    margin: 0;
    padding: 0;
}
/**************リストBox3**********************/
.list3 {
    padding: inherit;
    text-align: left;
    margin: 1em 0;
    color: #565656;
    background: #f221650a;
    box-shadow: 0px 0px 0px 10px #977d9b00;
    border: dashed 2px #e58eab;
    border-radius: 8px;
}

.list3 .imgarea {
   float: left;
   max-width: 150px;
}

.list3 .mamakomi {
  background-image: url(https://kuchikomitree.com/img/babygirl1.png);
  color:#6d5046;
  background-position: right 10px top 10px,center;
  font-size:14px;
  background-repeat: no-repeat;
  padding: 10px 50px 15px 60px;
  margin-top: 10px;
  margin-bottom: 5px;
  text-align:left;
  box-shadow: .ffe4e1 0 0 5px 5px;
  border-radius: 20px;
}


.list3 p{
  font-size: 15px;
  font-weight:700;
  color:#841c26;
  margin-top: 10px;
  padding: 3px;
}

.list3 a{
  color: #dc3545;
  background: #7955484f;
    font-size: 15px;
    font-weight: 900;
    margin:5px;
    text-decoration-line: underline;
}

.list6 {
    margin: 0em 0em 0em 0.2em;
    padding: 0em 0em 0em 0.2em;
    font-size: 10.5pt;
    color: #633a2b;
    border-bottom: dashed 60px #ee858c54;
    border-bottom-width: thick;
    border-image: azure;
    font-weight: bold;

}
/**************クリスマス関係記事｜関連リンク**********************/

.article-content.link_scrap .scrap_search_url {
  display: none;
}
.list5 {
  position: relative;
  margin: 50px 0px 50px 0px;
  padding: 10px 30px 10px 30px ;
  border: 2px solid #607D8B;
}
#section1 .list5 a{
  font-weight: bold;
background-color:#f0eceb5c;
  font-size: 16px;
  color: #1a5953;
}
.list5:before {
  font-family: "Font Awesome 5 free";
  position: absolute;
  bottom: 100%;
  left: -2px;
  padding: 8px 20px 6px 20px;
  content: "\f1bb  \f1bb  \f1bb  クリスマス関連  \f1bb  \f1bb  \f1bb ";
  background-color: #009688;
  color: #fff;
  font-weight: bold;
  border-radius: 6px 6px 0px 0px;
}
/**************関係記事｜関連リンク**********************/





/**************マイクロコピー**********************/
.marubox {
    background: #ffeeee78;
    background-image: url(../master/images/woman02.png);
    background-repeat: no-repeat;
	background-size: 42px;
    background-position-x: 2px;
    background-position-y: 4px;
    padding: 15px 15px 20px 50px;
    border: dashed 1px deeppink;
    text-align: left;
    margin: 0px 3px 0px 3px;
}
.batubox {
    background: #efeeff91;
    background-image: url(../master/images/woman03.png);
    background-repeat: no-repeat;
	background-size: 42px;
    background-position-x: 2px;
    background-position-y: 4px;
    padding: 15px 15px 20px 50px;
    border: dotted 1px silver;
    text-align: left;
}
.balloon1 ,.balloon2 {
  position: relative;
  padding: 15px;
  min-width: 0px;
  background: #7955481c;
  border-radius: 15px;
}

.balloon1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 10%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #7955481c;
}

.balloon2:before {
  content: '';
  position: absolute;
  left: 20px;
  top: -15px;
  display: block;
  width: 0;
  height: 0;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #e7e3e2;
  border-left: 15px solid transparent;
}

#section1 .balloon1,.balloon2 p{
  font-size: 15px;
  color: #3a2119f2;
  font-weight:600;
  }

#section2 .balloon1,.balloon2 p{
  font-size: 15px;
  color: #3a2119f2;
  font-weight:600;
  }

#section3 .balloon1,.balloon2 p{
  font-size: 15px;
  color: #3a2119f2;
  font-weight:600;
  }

/**************************************************/
/**************子供の顔の吹き出し************/
.girl1,.girl2,.girl3,.babygirl0,.babygirl1,.babygirl2,.good1 {
  color:#6a5327;
  background-position: left 10px top 10px,center;
  background-color:#ffe4e18f;
  font-size:14px;
  background-repeat: no-repeat;
  padding: 10px 15px 15px 60px;
  margin-top: 25px;
  margin-bottom: 25px;
  text-align:left;
  box-shadow: .ffe4e1 0 0 5px 5px;
  border-radius: 20px;

}
.boy1,.boy2,.boy3,.babyboy0,.babyboy1,.babyboy2,.bad1 {
  color:#1b4675;
  background-position: left 10px top 10px,center;
  background-color:#99d5ed3b;
  font-size:14px;
  background-repeat: no-repeat;
  padding: 10px 10px 10px 60px;
  margin-top: 25px;
  margin-bottom: 25px;
  text-align:left;
  box-shadow: .388aaf00 0 0 5px 5px;
  border-radius: 20px;
}

.girl1{background-image: url(https://kuchikomitree.com/img/girl_1.png);}
.girl2{background-image: url(https://kuchikomitree.com/img/girl_2.png);}
.girl3{background-image: url(https://kuchikomitree.com/img/girl_3.png);}
.good1{background-image: url(https://kuchikomitree.com/img/marukomi.gif);}
.boy1{background-image: url(https://kuchikomitree.com/img/boy_1.png);}
.boy2{background-image: url(https://kuchikomitree.com/img/boy_2.png);}
.boy3{background-image: url(https://kuchikomitree.com/img/boy_3.png);}
.bad1{background-image: url(https://kuchikomitree.com/img/batsukomi.gif);}
.babyboy0{background-image: url(https://kuchikomitree.com/img/babyboy0.png);}
.babyboy1{background-image: url(https://kuchikomitree.com/img/babyboy1.png);}
.babyboy2{background-image: url(https://kuchikomitree.com/img/babyboy2.png);}
.babygirl0{background-image: url(https://kuchikomitree.com/img/babygirl0.png);}
.babygirl1{background-image: url(https://kuchikomitree.com/img/babygirl1.png);}
.babygirl2{background-image: url(https://kuchikomitree.com/img/babygirl2.png);}


.tag{
  box-sizing:border-box;
  background-color:#72574214;
  font-size: 10pt;
  width:30%
  align-items:right;
  padding:300px,30px,3px,300px;
  margin-top: 5px;
  margin-left: 10%;
  color:#795548;
  border-radius:20px;
  padding-left: 2%;
}

#section3 .boy1 p{
  font-size: 15px;
  font-weight:700;
  color: #1b4675;
  margin-top: 10px;
}
#section3 .boy2 p{
  font-size: 15px;
  font-weight:700;
  color: #1b4675;
  margin-top: 10px;
}
#section3 .babyboy0 p{
  font-size: 15px;
  font-weight:700;
  color: #1b4675;
  margin-top: 10px;
}
#section3 .babyboy0 .zokusei{
  font-size: 13px;
  font-weight:700;
  color: #1b4675;
  margin-top: 58px;
  margin-left: -58px;
}
#section3 .babyboy1 p{
  font-size: 15px;
  font-weight:700;
  color: #1b4675;
  margin-top: 10px;
}
#section3 .babyboy2 p{
  font-size: 15px;
  font-weight:700;
  color: #1b4675;
  margin-top: 10px;
}
#section3 .boy3 p{
  font-size: 15px;
  font-weight:700;
  color: #1b4675;
  margin-top: 10px;
}
#section3 .bad1 p{
  font-size: 15px;
  font-weight:700;
  color: #1b4675;
  margin-top: 10px;
}
#section3 .girl1 p{
  font-size: 15px;
  font-weight:700;
  color:#dc3545;
  margin-top: 10px;
}
#section3 .girl2 p{
  font-size: 15px;
  font-weight:700;
  color:#dc3545;
  margin-top: 10px;
}
#section3 .girl3 p{
  font-size: 15px;
  font-weight:700;
  color:#dc3545;
  margin-top: 10px;
}
#section3 .good1 p{
  font-size: 15px;
  font-weight:700;
  color:#dc3545;
  margin-top: 10px;
}
#section3 .good1 p{
  font-size: 15px;
  font-weight:700;
  color:#dc3545;
  margin-top: 10px;
}
#section3 .babygirl0 p{
  font-size: 15px;
  font-weight:700;
  color:#dc3545;
  margin-top: 10px;
}
#section3 .babygirl1 p{
  font-size: 15px;
  font-weight:700;
  color:#dc3545;
  margin-top: 10px;
}
#section3 .babygirl2 p{
  font-size: 15px;
  font-weight:700;
  color:#dc3545;
  margin-top: 10px;
}
#section3 .good1 li:before {
    content: "\f0da";
    position: relative;
    font-family: FontAwesome;
    margin-right: .5em;
    color:#e58e8e;
}

#section3 .bad1 li{
  font-size: 15px;
  font-weight:700;
  color: #1b4675;
  margin-top: 10px;
}

#section3 .bad1 li:before {
    content: "\f0da";
    position: relative;
    font-family: FontAwesome;
    margin-right: .5em;
    color:#17a2b8;
}



/**************マイクロコピー**********************/
/*あわせて読みたい｜関連リンク*/

.article-content.link_scrap .scrap_search_url {
  display: none;
}
.scrap_result {
  position: relative;
  margin: 50px 0px 10px 0px;
  padding: 16px 10px;
  border: 2px solid #795548;
}
.scrap_result .scrap_result_title a {
  font-weight: bold;
  font-size: 17px;
  color: #000;
}
#section1 .scrap_result .scrap_result_title, #section3 .scrap_result .scrap_result_title{
  font-size: 16px;
  font-weight:600;
  background:#79554833;
  color: #553022;
  text-decoration-line:underline;
}

.scrap_result:before {
  font-family: "Font Awesome 5 free";
  position: absolute;
  bottom: 100%;
  left: -2px;
  padding: 3px 5px 6px 5px;
  content: "\f06b  あわせて読みたい";
  background-color: #795548;
  color: #fff;
  font-weight: bold;
  border-radius: 6px 6px 0px 0px;
}
p.scrap_result_comment {
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 3px 0px 0px 30px;
}
.scrap_result img {
  max-width: 100px !important;
  margin-bottom: 10px;
}

/* Bootstrap抜粋↓ */
.row::before,
.after::before {
  display: table;
  content: " ";
  clear: both;
}
.col-xs-4,
.col-xs-8,
.col-sm-2,
.col-sm-10 {
  float: left;
}
.col-xs-4 {width: 33.33333333%;}
.col-xs-8 {width: 66.66666667%;}
@media (min-width: 768px) {
  .col-sm-2 {width: 16.66666667%;}
  .col-sm-10 {width: 83.33333333%;}
}

/*---------- 注目記事の指定 ----------*/
.good-wrapper {
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 40px 10px 20px;
  background: #f1f1f1;
  margin:3rem;
}
.good {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 5px;
  box-sizing: border-box;
  padding: 0 12px;
  margin: 0;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  letter-spacing: 0.1em;
  color: white;
  background: #ef858c;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12);
}
.good:before {
  position: absolute;
  content: '';
  top: 0;
  left: -7px;
  border: none;
  height: 38px;
  width: 7px;
  background: #ef858c;
  border-radius: 5px 0 0 5px;
}
.good:after {
  position: absolute;
  content: '';
  bottom: -7px;
  left: -5px;
  border: none;
  height: 7px;
  width: 5px;
  background: #ef858c;
  border-radius: 5px 0 0 5px;
}


.bad-wrapper {
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 40px 10px 20px;
  background: #f1f1f1;
  margin:3rem;
}
.bad{
  display: inline-block;
  position: absolute;
  left: 0;
  top: 5px;
  box-sizing: border-box;
  padding: 0 12px;
  margin: 0;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  letter-spacing: 0.1em;
  color: white;
  background: #70c7ff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12);
}
.bad:before {
  position: absolute;
  content: '';
  top: 0;
  left: -7px;
  border: none;
  height: 38px;
  width: 7px;
  background: #70c7ff;
  border-radius: 5px 0 0 5px;
}
.bad:after {
  position: absolute;
  content: '';
  bottom: -7px;
  left: -5px;
  border: none;
  height: 7px;
  width: 5px;
  background: #70c7ff;
  border-radius: 5px 0 0 5px;
}
/*---------- 引用 ----------*/
.matomeRate {
    text-align: center;
    font-size: 14px;
    background-color: #7fda69;
    padding: 1px 6px;
    margin-top: 1pt;
}
.bigfont{
  font-size:20px;
}
.disc1 {
    text-align: center;
    font-size: 14px;
    background-color: #69dab8;
    padding: 1px 6px;
    margin-top: 1pt;
}
.disc2 {
    text-align: center;
    font-size: 14px;
    background-color: #69d4da;
    padding: 1px 6px;
    margin-top: 1pt;
}
.disc3 {
    text-align: center;
    font-size: 14px;
    background-color: #fac;
    padding: 1px 6px;
    margin-top: 1pt;
}
.inyou {
font-size:11px;
font-weight:600;
margin: auto;
text-align: center;
background: #e7e7e7;
color: #6c757d;
padding: 5px;
bottom: -50px;
}

.inyoucoupon {
    color: black;
    font-weight: bold;
    background-color: #ff60004d;
    white-space: nowrap;
    min-width: 54px;
    text-align: center;
    font-size: 14px;
    margin-top: 1pt;
}


/**************激安フラグ**********************/


.balloonred-left {
  position: relative;
  display: inline-block;
  margin: 0em 3em 0em 15px;
  width: 45px;
  height: 20px;
  line-height: 18px;
  text-align: center;
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
  background: #ff7678ed;
  border-radius: 10%;
}

.balloonred-left:before {
  content: "";
  position: absolute;
  top: 70%;
  left: -20px;
  margin-top: -14px;
  border: 10px solid transparent;
  border-right: 11.8px solid #ff7678ed;
  z-index: 20;
}

.twittermenu{
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    color: #f8f9fa;
    padding: 10px 3px 3px 20px;
    margin-bottom: 5px;
    /* bottom: 50px; */
    background-image: url(../master/images/t2.png);
    background-repeat: no-repeat;
    background-color: #1da1f2;
}
/*---------- 太字 ----------*/
.bold {
font-weight:900;
}
/* ページトップ|topmenu */
#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: -50px;
  background: #725742;
  opacity: 0.6;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}


/*---------------*/


#marukomi {
  color:#A00;
  background-image: url(img/marukomi.gif);
  background-repeat: no-repeat;
  padding: 10px 20px 10px 40px;
  margin-top: 25px;
  margin-bottom: 30px;
  text-align:left;
  box-shadow: #ffe4e1 0 0 5px 5px;
  -webkit-box-shadow: #ffe4e1 0 0 5px 5px;
  -moz-box-shadow: #ffe4e1 0 0 5px 5px;
  border-radius: 8px;
}
#batukomi {
  color:#00066E;
  background-image: url(img/batsukomi.gif);
  background-repeat: no-repeat;
  padding: 10px 20px 10px 40px;
  margin-top: 25px;
  margin-bottom: 30px;
  text-align:left;
  box-shadow: SkyBlue 0 0 5px 5px;
  -webkit-box-shadow: SkyBlue 0 0 5px 5px;
  -moz-box-shadow: SkyBlue 0 0 3px 3px;
  border-radius: 8px;
}

#osusume {
  background-image: url(img/ochild.jpg);
  background-repeat: no-repeat;
  color:#A00;
  padding: 10px 20px 5px 45px;
  margin-top: 10px;
  margin-bottom: 30px;
  text-align:left;
  box-shadow: #ffe4e1 0 0 5px 5px;
  -webkit-box-shadow: #ff11e1 0 0 1px 1px;
  -moz-box-shadow: #ffe4e1 0 0 5px 5px;
  background-color: White;
}

#cart{
  background-repeat: no-repeat;
  background-image: url(img/cart.png);
  padding: 0px 15px 5px 25px;
  margin-top: 10px;
  margin-left: 10px;
  margin-bottom: 20px;
  text-align:left;
}

#futago {
  background-color:white;
  padding: 10px 10px 10px 10px;
  margin-top: 10px;
  margin-bottom: 30px;
  text-align:left;
  text-shadow:gray;
  hadow: silver 0 0 5px 5px;
  -webkit-box-shadow: tan 20px 20px 100px 10px;
}


.marker_r {
background: linear-gradient(transparent 75%, #e91e1e61 10%);
    font-weight: bold;
    color: #0d0909;
font-size: larger;
}
.marker_b {
  background:rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #cce5ff 0%) repeat scroll 0 0;
}
.marker_y {
  background:rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #ffffbc 0%) repeat scroll 0 0;
}
hr.heart {
  margin-bottom:-10px;
  border-top: 4px double #8c8b8b;
  text-align: center;
}
hr.heart:after {
  content: '\002665';
  display: inline-block;
  position: relative;
  top: -15px;
  padding: 0 10px;
  background: #f0f0f0;
  color: #8c8b8b;
  font-size: 18px;
}




#chumoku1 {
  position: relative;
  color: #F69;
  font-weight: bold;
  text-indent: 10px;
  text-align : left ;
}

/*薄い文字*/
#chumoku2 {
  clear: both;
  color: #003;
  font-weight: bold;
  text-indent: 10px;
  text-align : left ;
  background-image: url(img/back.gif);
  filter:alpha(opacity=50);
  opacity:0.4; -moz-opacity:0.5;
}
/*小さくて薄い文字*/
#chumoku2ｓ {
  clear: both;
  color: #003;
  font-weight: bold;
  text-indent: 10px;
  text-align : left ;
  filter:alpha(opacity=50);
  opacity:0.4; -moz-opacity:0.5;
  font-size: small;
}

#chumoku3 {
  clear: both;
  position: relative;
  //color: #C06;
  //font-weight: bold;
  font-size: 18px;
  text-indent: 10px;
  background-color: #FCF;
  text-align : left ;
}

#section3 img {
  text-align: center;
}


.slicknav_menu {
  display:none;

}
.js #menu {
  position: relative(1000,10,50,0)
}

#clear{
  clear:both;
}

/*---------- 矢印リスト ↓--------------------------------------------------------------------------------------------------------*/
.defaultlist
,.defaultlist li{
  padding:0px;
  margin:0px;
}

.defaultlist li{
  list-style-type:none !important;
  list-style-image:none !important;
  margin: 5px 0px 5px 0px !important;
}

.list4{
  margin: 2em 0;
  background: #e7e7e7;
}
.list4 .list4-title {
  font-size: 1.2em;
  background: #a7a7a7;
  padding: 4px;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.list4 li {
  margin: 0;
  padding: 0.5rem;
  list-style: none;
}
.list4 li > a{
  color:#633;
}

/*---------- 矢印リスト↑ --------------------------------------------------------------------------------------------------------*/

/*-- APPアフィリエイトリンク用↓---*/

.appreach {
  text-align: left;
  padding: 10px;
  border: 1px solid #7C7C7C;
  overflow: hidden;
}
.appreach:after {
  content: "";
  display: block;
  clear: both;
}
.appreach p {
  margin: 0;
}
.appreach a:after {
  display: none;
}
.appreach__icon {
  float: left;
  border-radius: 10%;
  overflow: hidden;
  margin: 0 3% 0 0 !important;
  width: 25% !important;
  height: auto !important;
  max-width: 120px !important;
}
.appreach__detail {
  display: inline-block;
  font-size: 20px;
  line-height: 1.5;
  width: 72%;
  max-width: 72%;
}
.appreach__detail:after {
  content: "";
  display: block;
  clear: both;
}
.appreach__name {
  font-size: 16px;
  line-height: 1.5em !important;
  max-height: 3em;
  overflow: hidden;
}
.appreach__info {
  font-size: 12px !important;
}
.appreach__developper, .appreach__price {
  margin-right: 0.5em;
}
.appreach__posted a {
  margin-left: 0.5em;
}
.appreach__links {
  float: left;
  height: 40px;
  margin-top: 8px;
  white-space: nowrap;
}
.appreach__aslink img {
  margin-right: 10px;
  height: 40px;
  width: 135px;
}
.appreach__gplink img {
  height: 40px;
  width: 134.5px;
}
.appreach__star {
  position: relative;
  font-size: 14px !important;
  height: 1.5em;
  width: 5em;
}
.appreach__star__base {
  position: absolute;
  color: #737373;
}
.appreach__star__evaluate {
  position: absolute;
  color: #ffc107;
  overflow: hidden;
  white-space: nowrap;
}

/*--APPアフィリエイトリンク用↑---*/


/*---------- iPhoneメニュー --------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 479px) {/**/
  .js #menu {
    display:none;
  }
  .js .slicknav_menu {
    display:block;
  }
  #headline h1 {
    color: #CCC;
    font-size:25px;
  }
  table thead {
    display: none;
  }

#section1 {
	padding: 1%;
}




  #section1 h2, #section2 h2, #section3 h2  {
	margin-top: 10px;
    font-size: 20px
  }

  #section3  #image img {
    max-width:90%;
    text-align: center;
  }
  #section3  table {
    max-width:98%;
    text-align: center;
  }
}
/*---------- 表作成 ----------*/
.hyou {
  border: 1px solid #ccc;
  border-spacing: 0;
  font-size: 14px;
  background: #fff;
}
.hyou th,
.hyou td {
  padding: 5px;
  border: 1px solid #ccc;
  border-collapse: collapse;
}
.hyou th {
  background: #F2F0EF;
  font-weight: normal;
  text-align: center;
}


.hyou_wrap{
  position: relative;
  margin-bottom: 50px;
}

.hyou_inner {
  position: relative;
  height: 520px;
  overflow: hidden;
  transition: height 0.5s ease;
}

.hyou_inner::before {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  content: "";
  width: 100%;
  height: 60px;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 1));
  pointer-events: none;
}

@media screen and (min-width: 640px) {
  .hyou_inner::before {
    height: 130px;
  }
}

.hyou_button {
  position: absolute;
  bottom: -20px;
  left: 50%;
  border: none;
  border-radius: 4px;
  width: 75%;
  padding: 12px 20px;
  background-color: #948782;
  color: #f7f3f3;
  font-weight: 900;
  text-align: center;
  cursor: pointer;
  transform: translateX(-50%);
}

.hyou_button:hover{
  bottom: -23px;
  box-shadow: none;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.25);
}

.modal_inner {
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  max-width: 640px;
  padding: 5% 8%;
  border-radius: 4px;
  background-color: #fff;
  transform: translateX(-55%) translateY(-50%);
}

@media screen and (min-width: 640px) {
  .modal_inner {
    width: 640px;
    transform: translateX(-50%) translateY(-50%);
  }
}

.modal_title {
    background: #55362b7d;
    padding: 2px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
    font-size: 20px;
}

.modal_inner p a{
color: #413224;
    background: #79554833;
    font-size: 15px;
    font-weight: 600;
    text-decoration-line: underline;
}

.modal_close {
  position: absolute;
  top: -20px;
  right: -20px;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #7a5548;
}

.modal_close::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: "";
  width: 20px;
  height: 2px;
  background-color: #fff;
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

.modal_close::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: "";
  width: 20px;
  height: 2px;
  background-color: #fff;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.search-box .search_list {
  display: flex;
  flex-direction: column;
  padding-right: 0 !important;
}

.search-box .search_item {
  width: 100%;
  max-width: none;
  border-bottom: 5px dashed rgb(203 137 199 / 20%);
}

.search-box .search_item ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding-right: 0 !important;
}

.search-box .search_item.-col6 ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

@media screen and (min-width: 640px) {
  .search-box .search_item.-col6 ul {
    grid-template-columns: repeat(6, 1fr);
  }
}

.search-box .search_item li {
  width: 100%;
  max-width: none;
  font-size: 16px;
}

@media screen and (min-width: 640px) {
  .search-box .search_item li {
    font-size: 14px;
  }
}

.search-box .search_item label {
  padding: 0.5em;
}

@media screen and (min-width: 640px) {
  .search-box .search_item label {
    padding: 0;
  }
}


.list_item.list_toggle.is-active .hyou_wrap {
  margin-bottom: 0;
}

.list_item.list_toggle.is-active .hyou_inner {
  height: auto !important;
}

.list_item.list_toggle.is-active .hyou_button {
  display: none;
}

.list_item.list_toggle.is-hide {
  display: none !important;
}

.list_item.list_toggle.is-hide .hyou_inner::before {
  display: none;
}

/*---------- 会話 ----------*/
/*吹き出し*/
.chat-l,
.chat-r{
  position: relative;
  overflow: hidden;
  margin: 0 0 2em;
}

.bubble{
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 80%;
  min-height: 60px;
  padding: 1em;
  border: 2px solid #ccc;
  background: #fff;
  border-radius: 8px;
}

.bubble .bubble-in{
  border-color: #fff;
}

.talker{
  display: block;
  width: 15%;
  height: auto;
  text-align: center;
  font-size: .8em;
}

.talker b{
  font-weight: normal;
}

.talker img{
  display: block;
  width: 100px;
  max-width: 100%;
  max-width: none\9;/*IE8への対応*/
  margin: auto;
}

html:not(:target) .talker img{
  max-width: 100%; /*IE9以上への対応*/
}

.chat-l .talker{
  float: left;
  margin-right: 2%;
}

.chat-r .talker{
  float: right;
  margin-left: 2%;
}

.chat-l .bubble{
  float: right;
}

.chat-r .bubble{
  float: left;
}

.bubble .bubble-in:after,
.bubble .bubble-in:before{
  position: absolute;
  top: 40px;
  width: 0;
  height: 0;
  border: solid transparent;
  content: "";
}

/*吹き出しの微調整*/
.chat-l .bubble .bubble-in:after,
.chat-l .bubble .bubble-in:before{
  right: 100%;
}

.chat-r .bubble div:after,
.chat-r .bubble div:before{
  left: 100%;
}

.chat-l .bubble .bubble-in:after{
  margin-top: -8px;
  border-width: 8px 16px;
  border-color: transparent;
  border-right-color: inherit;
}

.chat-l .bubble .bubble-in:before{
  margin-top: -10px;
  border-width: 10px 20px;
  border-color: transparent;
  border-right-color: #ccc;
}

.chat-r .bubble .bubble-in:after{
  margin-top: -8px;
  border-width: 8px 16px;
  border-color: transparent;
  border-left-color: inherit;
}

.chat-r .bubble .bubble-in:before{
  margin-top: -10px;
  border-width: 10px 20px;
  border-color: transparent;
  border-left-color: #ccc;
}

.bubble p:first-child{
  margin-top: 0;
}

/*吹き出し 会話者が複数人の場合*/
.together .talker,
.together .bubble{
  width: 100%;
}

.together .talker b{
  display: inline-block;
  text-align: center;
}

.together.chat-l .talker,
.together.chat-r .talker{
  float: none;
  margin: 0 0 20px;
}

.together.chat-l .talker{
  text-align: left;
}

.together.chat-r .talker{
  text-align: right;
}

.together.chat-l .bubble,
.together.chat-r .bubble{
  float: none;
}

.together .bubble .bubble-in:after,
.together .bubble .bubble-in:before{
  top: auto;
  bottom: 100%;
}

.together.chat-l .bubble .bubble-in:after,
.together.chat-l .bubble .bubble-in:before{
  right: auto;
  left: 10%;
}

.together.chat-r .bubble .bubble-in:after,
.together.chat-r .bubble .bubble-in:before{
  right: 10%;
  left: auto;
}

.together.chat-l .bubble .bubble-in:after{
  margin-top: -20px;
  margin-left: -8px;
  border-width: 20px 8px;
  border-color: transparent;
  border-bottom-color: inherit;
}

.together.chat-l .bubble .bubble-in:before{
  margin-top: -21px;
  margin-left: -9px;
  border-width: 21px 9px;
  border-color: transparent;
  border-bottom-color: #ccc;
}

.together.chat-r .bubble .bubble-in:after{
  border-width: 20px 8px;
  margin-top: -20px;
  margin-right: -8px;
  border-color: transparent;
  border-bottom-color: inherit;
}

.together.chat-r .bubble .bubble-in:before{
  margin-top: -21px;
  margin-right: -9px;
  border-width: 21px 9px;
  border-color: transparent;
  border-bottom-color: #ccc;
}

.bubble-in p:last-child{
  margin-bottom: 0;
}

/*---------- 大きいスクリーン --------------------------------------------------------------------------------------------------------*/
@media screen and (min-width: 640px) {
  #menu{
    position: relative(998,10,50,50);
  }
  #section3 #subhead {
    padding: 0.8em;
  }
  #headline {
    width: 35%;
    padding: 20px 5%;
    float: left;
    margin: 1% 5% 1% 5%;
  }
  .rightmenu {
    width:auto;
    margin-right: 10%;
    margin-top:100px;
  }

  /*#headline */
  #blurb {
    float: left;
    font-weight: 200;
    width: 50%;
    font-size: 18px;
    box-sizing: border-box;
    padding-right: 10px;
  }

  #headline br {
    clear: both;
  }

  #headline #register {
    float:right;
    padding: 20px;
    width: 50%;
    box-sizing: border-box;
    font-weight: 300;
  }

  #section1 #section2, #section3 {
    box-sizing: border-box;
    padding: 1% 3% 1% 3%;
  }

  #section3 img {
    text-align: left;
    float:left;
  }
  #section1 h2, #section2 h2, #section3 h2  {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 30px;
    padding: 0.8em;
  }

  #section1 ul {
    box-sizing: border-box;
    /* float: left;
    width: 50%; */
    padding-right: 1em;

  }

  #section1 video {
    box-sizing: border-box;
    width: 50%;
    float: right;
  }

  #section1 br {
    clear: both;
  }

  #section2 div img {
    width: 30%;
    margin: 1%;
    box-sizing: border-box;
    border-radius: 50% 50%;
    box-shadow: black 0px 0px 5px;
  }


}



/* ○コミリストを一覧に */

.p-marukomi-list{display:block;margin-bottom:20px;margin-right:-15px;-webkit-overflow-scrolling:touch;
    background-color: #f1f1f}
.p-marukomi-list tbody{white-space:nowrap}
.p-marukomi-list tbody tr{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}
.p-marukomi-list tbody
.p-marukomi-list__item{position:relative;text-align:center}
.p-marukomi-list tbody img{max-height:120px;max-width:120px;vertical-align:middle}
.p-marukomi-list tbody img
.p-marukomi-list__image--inview{-webkit-animation:show
.5s linear 0s;animation:show
.5s linear 0s}
.p-marukomi-list th,
.p-marukomi-list td{white-space:normal}
.p-marukomi-list th input,
.p-marukomi-list th textarea,
.p-marukomi-list td input,
.p-marukomi-list td textarea{padding:5px}
.p-marukomi-list th{background-color:#f7f7f7;font-weight:normal;text-align:left;width:200px}
.p-marukomi-list th
.p-marukomi-list__link:hover{cursor:pointer}
.p-marukomi-list td{min-height:27px;width:250px;border: 0px}
.p-marukomi-list td[disabled]{opacity:
.3;overflow:hidden;white-space:nowrap;width:50px}
.p-marukomi-list td select{margin-top:5px;min-width:0;width:100%}
.p-marukomi-list
.p-marukomi-list__move-button{margin-right:1px;margin-top:5px}
.p-marukomi-list
.p-marukomi-list__move-button img:first-of-type{margin-bottom:2px}
.p-marukomi-list
.p-marukomi-list__catchcopy{font-weight:bold}
.p-marukomi-list
.p-marukomi-list__image{height:120px;line-height:120px;vertical-align:bottom}
.p-marukomi-list
.p-marukomi-list__price-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}
.p-marukomi-list
.p-marukomi-list__price-info{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}
.p-marukomi-list
.p-marukomi-list__price{color:#fd381e;font-size:16px;letter-spacing:-
.03em;font-weight:bold;line-height:24px;margin-right:5px;min-width:70px}
.p-marukomi-list
.p-marukomi-list__price-divided{color:#999}
.p-marukomi-list
.p-marukomi-list__postage{color:#999;font-size:10px;font-weight:normal;line-height:12px}
.p-marukomi-list
.p-marukomi-list__logo{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin:5px 0 10px;vertical-align:middle}
.p-marukomi-list
.p-marukomi-list__logo img{max-width:50px}
.p-marukomi-list
.p-marukomi-list__logo img,
.p-marukomi-list
.p-marukomi-list__logo p{width:100%}
.p-marukomi-list
.p-marukomi-list__shop-button{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;font-weight:bold;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-flow:column;-ms-flex-flow:column;flex-flow:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;padding:10px 10px;min-height:52px}
.p-marukomi-list
.p-marukomi-list__shop-button
.p-marukomi-list__shop-price{font-size:10px;font-weight:normal;margin-top:5px}
.p-marukomi-list
.p-marukomi-list__badge-black{background-color:#333;border-radius:50%;font-weight:bold;height:28px;left:5px;padding-top:7px;position:absolute;top:5px;width:28px;color:#fff}
.p-marukomi-list
.p-marukomi-list__badge-default{background-color:#e7e7e7;border-radius:50%;font-weight:bold;height:28px;left:5px;padding-top:7px;position:absolute;top:5px;width:28px;border:1px solid #e7e7e7;color:#666}
.p-marukomi-list
.p-marukomi-list__badge-gold{background-color:#d9b33f;border-radius:50%;font-weight:bold;height:28px;left:5px;padding-top:7px;position:absolute;top:5px;width:28px;color:#fff}
.p-marukomi-list
.p-marukomi-list__badge-silver{background-color:#6f7b82;border-radius:50%;font-weight:bold;height:28px;left:5px;padding-top:7px;position:absolute;top:5px;width:28px;color:#fff}
.p-marukomi-list
.p-marukomi-list__badge-bronze{background-color:#a05326;border-radius:50%;font-weight:bold;height:28px;left:5px;padding-top:7px;position:absolute;top:5px;width:28px;color:#fff}
.p-marukomi-list__warning{color:#fd381e;font-weight:bold}
.p-marukomi-list:before {content: "";color: darkred;font-size: 15px;font-weight: 600;}

.p-marukomi-list tbody .p-marukomi-list__item #marukomi{
  color:#A00;
  background-image: url(img/marukomi.gif);
  background-repeat: no-repeat;
  padding: 25px 10px 10px 10px;
  text-align:left;
  box-shadow: #ffe4e1 0 0 5px 5px;
  -webkit-box-shadow: #ffe4e1 0 0 5px 5px;
  -moz-box-shadow: #ffe4e1 0 0 5px 5px;
  border-radius: 8px;
  height: 280px;
  margin: 10px;
}
.p-marukomi-list tbody .p-marukomi-list__item #batukomi{
  color:#00066E;
  background-image: url(img/batsukomi.gif);
  background-repeat: no-repeat;
   padding: 25px 10px 10px 30px;
  text-align:left;
  box-shadow: SkyBlue 0 0 5px 5px;
  -webkit-box-shadow: SkyBlue 0 0 5px 5px;
  -moz-box-shadow: SkyBlue 0 0 5px 5px;
  border-radius: 8px;
  height: 280px;
  margin: 10px;
}

/****************************************
おすすめの口コミとよくない口コミ
****************************************/




/*************************************************************
  全体(クーポン対応)
**********************************************************/
.omutsu-type-coupon-table,
.omutsu-type-coupon-table {
  margin: 20px 0;
}
@media (max-width: 600px) {
  .omutsu-type-coupon-table,
  .omutsu-type-coupon-table {
    font-size: 80%;
  }
}

/*************************************************************
  ピンク
**********************************************************/
.omutsu-type-coupon-table table th,
.omutsu-type-coupon-table table td {
  position: relative;
  padding: 0 5px;
  margin: 0;
  border-collapse: collapse;
  border: none;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
  text-align: center;
}
.omutsu-type-coupon-table table .omutsu-type-coupon-table-head {
  padding: 10px 0;
  background: #ee858c;
  color: #fff;
  border-radius: 10px 10px 0 0;
  font-size: 150%;
}
.omutsu-type-coupon-table table .omutsu-type-coupon-table-head {
  position: relative;
  /* display: inline-block;
  margin: 1.5em 0;
  padding: 0 5px;
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  background: #70a6ff;
  border-radius: 50%;
  box-sizing: border-box; */
}

.omutsu-type-coupon-table table .omutsu-type-coupon-table-head:before {
  content: "";
  position: absolute;
  bottom: -27px;
  left: 10%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #ee858c;
  z-index: 200;
}

.omutsu-type-coupon-table table .omutsu-type-coupon-table-head02 th::after,
.omutsu-type-coupon-table table tr:not(:last-child) td::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1px; /*線の上下位置*/
  display: inline-block;
  width: 90%; /*線の長さ*/
  height: 1px; /*線の太さ*/
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); /*位置調整*/
  background-color: #ee858c; /*線の色*/
  /* border-radius: 2px; 線の丸み */
  z-index: 200;
}
.omutsu-type-coupon-table table .omutsu-type-coupon-table-head02 th {
  background: #ffdbdf;
  padding: 10px 0;
}

.omutsu-type-coupon-table
  table
  .omutsu-type-coupon-table-head02
  th:not(:last-child),
.omutsu-type-coupon-table table td:not(:last-child) {
  border-right: 1px solid #ee858c;
}
.omutsu-type-coupon-table table .omutsu-type-coupon-table-bottom {
  height: 20px;
  border-radius: 0 0 10px 10px;
  background-color: #ee858c;
}
.omutsu-type-coupon-table table tbody tr:not(:last-child) th:first-child,
.omutsu-type-coupon-table table tbody tr:not(:last-child) td:first-child {
  border-left: 1px solid #ee858c;
}
.omutsu-type-coupon-table table tbody tr:not(:last-child) th:last-child,
.omutsu-type-coupon-table table tbody tr:not(:last-child) td:last-child {
  border-right: 1px solid #ee858c;
}
.omutsu-type-coupon-table table td:first-child {
    text-align:left;
    font-weight:900;
    background-color: #ffe4e1;
}

/* ************ */

.omutsu-type-coupon-table .ama
{
  background-color: #212529;
  color:#f9f16a;
   font-weight:900;
  text-align:center;
}
.omutsu-type-coupon-table .raku
{
  background-color: #fd381e;
  color:#f8f9fa;
   font-weight:900;
  text-align:center;
}

.omutsu-type-coupon-table .pay
{
  background-color: #ffd761;
  color:#fd381e;
   font-weight:900;
  text-align:center;
}

.omutsu-type-coupon-table .toy
{
  background-color: #28a745;
  color:#f8f9fa;
   font-weight:900;
  text-align:center;
}

.omutsu-type-coupon-table .sono
{
  background-color: #f9f16a73;
  color:#17a2b8;
   font-weight:900;
  text-align:center;
}
.omutsu-type-coupon-table .comment {
    background-color: #ffe4e17a;
    color: #725742;
    font-size: smaller;
    text-align: left;
    font-weight:600;
}
.omutsu-type-coupon-table .tit {
text-decoration: underline;text-align: left;
font-weight:bold;
color: #1a5ca2;}




/* ********** */
/* バルーンの設定 */
.balloon3-left,
.balloon3-bottom,
.balloon4-left,
.balloon4-bottom {
  position: relative;
  display: inline-block;
  margin: 0 0 0 15px;
  padding: 0 2px;
  width: 40px;
  height: 40px;
  text-align: center;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  border-radius: 50%;
  box-sizing: border-box;
  vertical-align: middle;
}
.balloon3-left,
.balloon3-bottom {
  background: #f06167;
}
.balloon4-left,
.balloon4-bottom {
  padding: 0;
  line-height: 40px;
  background: #fe8e9e;
}

.balloon3-left:before,
.balloon4-left:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -16px;
  margin-top: -9px;
  border: 9px solid transparent;
  z-index: 0;
}
.balloon3-bottom:before,
.balloon4-bottom:before {
  content: "";
  position: absolute;
  bottom: -17px;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  z-index: 0;
}

.balloon3-bottom:before {
  border-top: 10px solid #f06167;
}
.balloon4-bottom:before {
  border-top: 10px solid #fe8e9e;
}
.balloon3-left:before {
  border-right: 10px solid #f06167;
}
.balloon4-left:before {
  border-right: 10px solid #fe8e9e;
}
.balloon3-bottom,
.balloon4-bottom {
  display: none;
}

/* クーポン画像の設定 */
.omutsu-type-coupon-table img {
  width: 60px;
}
.omutsu-type-coupon-table.yellow img {
  width: 40px;
  padding: 10px 0 !important;
}
@media (max-width: 600px) {
  .balloon3-bottom,
  .balloon4-bottom {
    display: block;
    margin: 0 auto 10px;
  }
  .balloon3-left,
  .balloon4-left {
    display: none !important;
  }
  .omutsu-type-coupon-table table .balloon-area {
    text-align: center !important;
  }
  .omutsu-type-coupon-table table th,
  .omutsu-type-coupon-table table td {
    padding-top: 5px;
  }
}
/*************************************************************
  イエロー
**********************************************************/

.omutsu-type-coupon-table.yellow table .omutsu-type-coupon-table-head {
  background: #f9f16a;
  color: #fe8e9e;
}
.omutsu-type-coupon-table.yellow table .omutsu-type-coupon-table-head:before {
  border-top: 15px solid #f9f16a;
}
.omutsu-type-coupon-table.yellow table .omutsu-type-coupon-table-head02 th {
  background: #fefccf;
}
.omutsu-type-coupon-table.yellow
  table
  .omutsu-type-coupon-table-head02
  th::after,
.omutsu-type-coupon-table.yellow table tr:not(:last-child) td::after {
  background-color: #f9f16a; /*線の色*/
}
.omutsu-type-coupon-table.yellow
  table
  .omutsu-type-coupon-table-head02
  th:not(:last-child),
.omutsu-type-coupon-table.yellow table td:not(:last-child) {
  border-right: 1px solid #f9f16a;
}
.omutsu-type-coupon-table.yellow table .omutsu-type-coupon-table-bottom {
  background-color: #f9f16a;
}
.omutsu-type-coupon-table.yellow table tbody tr:not(:last-child) th:first-child,
.omutsu-type-coupon-table.yellow
  table
  tbody
  tr:not(:last-child)
  td:first-child {
  border-left: 1px solid #f9f16a;
}
.omutsu-type-coupon-table.yellow table tbody tr:not(:last-child) th:last-child,
.omutsu-type-coupon-table.yellow table tbody tr:not(:last-child) td:last-child {
  border-right: 1px solid #f9f16a;
}

.omutsu-type-coupon-table.yellow table td:first-child {
    text-align:left;
    font-weight:900;
    background-color: #fefccf;
}

.p-compare-spec{display:block;margin-bottom:20px;margin-right:-15px;-webkit-overflow-scrolling:touch;overflow-x:auto}
.p-compare-spec tbody{white-space:nowrap}
.p-compare-spec tbody tr{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}
.p-compare-spec tbody
.p-compare-spec__item{position:relative;text-align:center}
.p-compare-spec tbody img{max-height:120px;max-width:120px;vertical-align:middle}
.p-compare-spec tbody img
.p-compare-spec__image--inview{-webkit-animation:show
.5s linear 0s;animation:show
.5s linear 0s}
.p-compare-spec th,
.p-compare-spec td{border:1px solid #e7e7e7;color:#333;font-size:11px;line-height:1
.2;padding:6px;white-space:normal}
.p-compare-spec th input,
.p-compare-spec th textarea,
.p-compare-spec td input,
.p-compare-spec td textarea{font-size:11px;padding:5px}
.p-compare-spec th{background-color:#f7f7f7;font-weight:normal;text-align:left;width:100px}
.p-compare-spec th
.p-compare-spec__link:hover{cursor:pointer}
.p-compare-spec td{min-height:27px;width:134px}
.p-compare-spec td[disabled]{opacity:
.3;overflow:hidden;white-space:nowrap;width:50px}
.p-compare-spec td select{margin-top:5px;min-width:0;width:100%}
.p-compare-spec
.p-compare-spec__move-button{margin-right:1px;margin-top:5px}
.p-compare-spec
.p-compare-spec__move-button img:first-of-type{margin-bottom:2px}
.p-compare-spec
.p-compare-spec__catchcopy{font-weight:bold}
.p-compare-spec
.p-compare-spec__image{height:120px;line-height:120px;vertical-align:bottom}
.p-compare-spec
.p-compare-spec__price-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}
.p-compare-spec
.p-compare-spec__price-info{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}
.p-compare-spec
.p-compare-spec__price{color:#fd381e;font-size:16px;letter-spacing:-
.03em;font-weight:bold;line-height:24px;margin-right:5px;min-width:70px}
.p-compare-spec
.p-compare-spec__price-divided{color:#999;font-size:11px}
.p-compare-spec
.p-compare-spec__postage{color:#999;font-size:10px;font-weight:normal;line-height:12px}
.p-compare-spec
.p-compare-spec__logo{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin:5px 0 10px;vertical-align:middle}
.p-compare-spec
.p-compare-spec__logo img{max-width:50px}
.p-compare-spec
.p-compare-spec__logo img,
.p-compare-spec
.p-compare-spec__logo p{width:100%}
.p-compare-spec
.p-compare-spec__shop-button{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;font-weight:bold;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-flow:column;-ms-flex-flow:column;flex-flow:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;padding:10px 10px;min-height:52px}
.p-compare-spec
.p-compare-spec__shop-button
.p-compare-spec__shop-price{font-size:10px;font-weight:normal;margin-top:5px}
.p-compare-spec
.p-compare-spec__badge-black{background-color:#333;border-radius:50%;font-weight:bold;height:28px;left:5px;padding-top:7px;position:absolute;top:5px;width:28px;color:#fff}
.p-compare-spec
.p-compare-spec__badge-default{background-color:#e7e7e7;border-radius:50%;font-weight:bold;height:28px;left:5px;padding-top:7px;position:absolute;top:5px;width:28px;border:1px solid #e7e7e7;color:#666}
.p-compare-spec
.p-compare-spec__badge-gold{background-color:#d9b33f;border-radius:50%;font-weight:bold;height:28px;left:5px;padding-top:7px;position:absolute;top:5px;width:28px;color:#fff}
.p-compare-spec
.p-compare-spec__badge-silver{background-color:#6f7b82;border-radius:50%;font-weight:bold;height:28px;left:5px;padding-top:7px;position:absolute;top:5px;width:28px;color:#fff}
.p-compare-spec
.p-compare-spec__badge-bronze{background-color:#a05326;border-radius:50%;font-weight:bold;height:28px;left:5px;padding-top:7px;position:absolute;top:5px;width:28px;color:#fff}
.p-compare-spec__warning{color:#fd381e;font-weight:bold}



/* 横スクロール表*/

.p-marukomi-list{display:block;margin-bottom:20px;margin-right:-15px;-webkit-overflow-scrolling:touch;overflow-x:auto}
.p-marukomi-list tbody{white-space:nowrap}
.p-marukomi-list tbody tr{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}
.p-marukomi-list tbody
.p-marukomi-list__item{position:relative;text-align:center}
.p-marukomi-list tbody img{max-height:120px;max-width:120px;vertical-align:middle}
.p-marukomi-list tbody img
.p-marukomi-list__image--inview{-webkit-animation:show
.5s linear 0s;animation:show
.5s linear 0s}
.p-marukomi-list th{font-size:15px;font-weight: 600;white-space:normal}
.p-marukomi-list td{font-size:13px;font-weight: 500;white-space:normal}
.p-marukomi-list th input,
.p-marukomi-list th textarea,
.p-marukomi-list td input,
.p-marukomi-list td textarea{font-size:11px;padding:5px}
.p-marukomi-list th{background-color:#f7f7f7;font-weight:normal;text-align:left;width:200px}
.p-marukomi-list th
.p-marukomi-list__link:hover{cursor:pointer}
.p-marukomi-list td{min-height:27px;width:200px;border: 0px}
.p-marukomi-list td[disabled]{opacity:
.3;overflow:hidden;white-space:nowrap;width:50px}
.p-marukomi-list td select{margin-top:5px;min-width:0;width:100%}
.p-marukomi-list
.p-marukomi-list__move-button{margin-right:1px;margin-top:5px}
.p-marukomi-list
.p-marukomi-list__move-button img:first-of-type{margin-bottom:2px}
.p-marukomi-list
.p-marukomi-list__catchcopy{font-weight:bold}
.p-marukomi-list
.p-marukomi-list__image{height:120px;line-height:120px;vertical-align:bottom}
.p-marukomi-list
.p-marukomi-list__price-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}
.p-marukomi-list
.p-marukomi-list__price-info{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}
.p-marukomi-list
.p-marukomi-list__price{color:#fd381e;font-size:16px;letter-spacing:-
.03em;font-weight:bold;line-height:24px;margin-right:5px;min-width:70px}
.p-marukomi-list
.p-marukomi-list__price-divided{color:#999;font-size:11px}
.p-marukomi-list
.p-marukomi-list__postage{color:#999;font-size:10px;font-weight:normal;line-height:12px}
.p-marukomi-list
.p-marukomi-list__logo{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin:5px 0 10px;vertical-align:middle}
.p-marukomi-list
.p-marukomi-list__logo img{max-width:50px}
.p-marukomi-list
.p-marukomi-list__logo img,
.p-marukomi-list
.p-marukomi-list__logo p{width:100%}
.p-marukomi-list
.p-marukomi-list__shop-button{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;font-weight:bold;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-flow:column;-ms-flex-flow:column;flex-flow:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;padding:10px 10px;min-height:52px}
.p-marukomi-list
.p-marukomi-list__shop-button
.p-marukomi-list__shop-price{font-size:10px;font-weight:normal;margin-top:5px}
.p-marukomi-list
.p-marukomi-list__badge-black{background-color:#333;border-radius:50%;font-weight:bold;height:28px;left:5px;padding-top:7px;position:absolute;top:5px;width:28px;color:#fff}
.p-marukomi-list
.p-marukomi-list__badge-default{background-color:#e7e7e7;border-radius:50%;font-weight:bold;height:28px;left:5px;padding-top:7px;position:absolute;top:5px;width:28px;border:1px solid #e7e7e7;color:#666}
.p-marukomi-list
.p-marukomi-list__badge-gold{background-color:#d9b33f;border-radius:50%;font-weight:bold;height:28px;left:5px;padding-top:7px;position:absolute;top:5px;width:28px;color:#fff}
.p-marukomi-list
.p-marukomi-list__badge-silver{background-color:#6f7b82;border-radius:50%;font-weight:bold;height:28px;left:5px;padding-top:7px;position:absolute;top:5px;width:28px;color:#fff}
.p-marukomi-list
.p-marukomi-list__badge-bronze{background-color:#a05326;border-radius:50%;font-weight:bold;height:28px;left:5px;padding-top:7px;position:absolute;top:5px;width:28px;color:#fff}
.p-marukomi-list__warning{color:#fd381e;font-weight:bold}



/* メニューの開閉*/
.grad-wrap {
  position: relative;
}
.grad-wrap + .grad-wrap {
  margin-top: 40px;
}
.grad-btn {
  z-index: 2;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 148px;
  margin: auto;
  padding: .5em 0;
  border-radius: 2px;
  background: #6d544b;
  color: #f8f9fa;
  font-size: 1rem;
  text-align: center;
  cursor: pointer;
  transition: .2s ease;
  box-shadow: 0 0 3px rgba(0,0,0,.3);
}
.grad-btn::after {
  content: "続きを読む"
}
.grad-btn:hover {
  background: #f8f9fa;
  color: #6d544b;
}
.grad-btn .fa {
  margin-right: .5em;
}
.grad-item {
  position: relative;
  overflow: hidden;
  height: 1000px;
}
.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%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
}
.grad-trigger {
  display: none;
}
.grad-trigger:checked ~ .grad-btn {
  bottom: -2em;
}
.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;
}
/*********************
 footer__list 20200417追記
 *********************/

footer {
  background: #725742;
}
footer ul {
  margin: 0;
  padding: 0;
}
footer li {
  margin: 0;
  padding: 0;
  list-style: none;
}

footer img {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: middle;
}
.footer__link {
  font-family: "Kosugi Maru", sans-serif !important;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px 40px;
}
.footer__link h3 {
  padding: 30px 0 10px;
  font-size: 150%;
  color: #eff0f2;
  font-weight: bold;
  text-align: left;
}
.footer__link .footer__link-box > li {
  display: flex;
  padding: 15px 0;
border-bottom: 2px groove #eff0f2;
}
.footer__link .footer__link-box > li:first-child {
border-bottom: 2px groove #eff0f2;
}
.footer__link .footer__link-box .footer__link-box--left {
  width: 10%;
  text-align: center;
}
.footer__link .footer__link-box .footer__link-box--left span,
.footer__link .footer__link-box .footer__link-box--left a {
  color: #eff0f2;
}
.footer__link .footer__link-box .footer__link-box--left a:hover {
  background-color: #725742;
  color: orange;
  font-weight: bold;
  text-shadow: 0 1px 1px #ccc;
}
.footer__link .footer__link-box .footer__link-box--left a:hover > span {
  color: orange;
}
.footer__link .footer__link-box .footer__link-box--left img {
  width: 70%;
}
.footer__link .footer__link-box .footer__link-area {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 90%;
  padding-left: 20px;
}
.footer__link .footer__link-box .footer__link-area li {
  padding-left: 20px;
}
.footer__link .birthday .footer__link-box .footer__link-area li,
.footer__link .xmas .footer__link-box .footer__link-area li,
.footer__link .books .footer__link-box .footer__link-area li {
  width: 100px;
}
.footer__link .footer__link-box .footer__link-area a {
  padding: 0;
  font-size: 150%;
  color: white;
}
.footer__link .footer__link-box .footer__link-area .dropdown-item:hover {
  background-color: #725742;
  color: orange;
  font-weight: bold;
  text-shadow: 0 1px 1px #ccc;
}
.footer__link .footer__link-box .footer__link-area img {
  width: 20px;
}
@media (max-width: 768px) {
  .footer__link h3 {
    padding: 30px 0 10px;
    font-size: 100%;
  }
  .footer__link .footer__link-box > li {
border-bottom: 2px groove #eff0f2;
  }
  .footer__link .footer__link-box > li:first-child {
border-bottom: 2px groove #eff0f2;
  }

  .footer__link .footer__link-box .footer__link-box--left {
    width: 20%;
  }
  .footer__link .footer__link-box .footer__link-box--left span {
    font-size: 80%;
  }
  .footer__link .footer__link-box .footer__link-area {
    width: 80%;
    padding-left: 0px;
  }
  .footer__link .footer__link-box .footer__link-area li {
    padding-left: 10px;
  }
  .footer__link .birthday .footer__link-box .footer__link-area li,
  .footer__link .xmas .footer__link-box .footer__link-area li,
  .footer__link .books .footer__link-box .footer__link-area li {
    width: 50px;
  }
  .footer__link .footer__link-box .footer__link-area a {
    font-size: 100%;
  }
  .footer__link .footer__link-box .footer__link-area img {
    width: 10px;
  }
}

/****************************************
小学生の休みの過ごし方?絞り込み機能?
****************************************/
form{
  /* background: #fff0f5; */
  padding: 10px 0;
  border-radius: 5px;
}
input[type=checkbox]{
  display: none;
}
input[type=radio]{
    display: none;
}

#section3 .search-box ul li, dt, dd{
  margin: 0%;
  max-width: 105px;
}

.search-box input[type="checkbox"]:checked + label {
  background: #876865;/* マウス選択時の背景色を指定する */
  color: #ffffff; /* マウス選択時のフォント色を指定する */
  position: relative;
  top: 3px;
  box-shadow: none;
}

.search-box input[type="radio"]:checked + label {
  background: #876865;/* マウス選択時の背景色を指定する */
  color: #ffffff; /* マウス選択時のフォント色を指定する */
  position: relative;
  top: 3px;
  box-shadow: none;
}

.label:hover {
  background-color: #f8c2d6; /* マウスオーバー時の背景色を指定する */
  position: relative;
  top: 3px;
  box-shadow: none;
}
.search-box ul{
  display: flex;
  flex-wrap: wrap;
  /* justify-content: center; */
  padding: 0;
  margin-bottom: 2px;
}
.search-box ul li{
  /* width: 30%; */
  /*   max-width: 150px; */
  max-width: 30%;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}

.list{
  padding: 0;
  margin: 0;
}
.list_item{
  padding: 0 !important;
  margin: 0 !important;
  list-style: none;
}
.list li{
  list-style: none;
}
.list div{text-align:left;}
.list .h2{
    margin: 10px 0 10px !important;
    font-size: 30px;
    padding: 0.8em !important;
    background: #725742;
    box-shadow: 0px 0px 0px 5px #725742;
    border: dashed 1px #fffaf4;
    color: #fff;
    text-align: left;
}

.list .h3{
  position: relative;
  background: #dfd7c3;
  padding: 0.8rem 0.5rem 0.8rem 2.5rem !important;
  margin: 20px !important;
  font-size: 20px;
  color: #474747;
  border-radius: 0 10px 10px 0;
  text-align: left;
}

.label {
  display: block; /* ブロックレベル要素化する */
  margin: 3px; /* ボックス外側の余白を指定する */
  height: 45px; /* ボックスの高さを指定する */
  padding-left: 5px; /* ボックス内左側の余白を指定する */
  padding-right: 5px; /* ボックス内御右側の余白を指定する */
  text-align: center; /* テキストのセンタリングを指定する */
  line-height: 45px; /* 行の高さを指定する */
  cursor: pointer; /* マウスカーソルの形（リンクカーソル）を指定する */
  border-radius: 5px; /* 角丸を指定する */
  background: #e2d6d1;
  border: 1px solid snow;
  color: #333;
  box-shadow: 0 3px 3px #ccc;
  font-weight: 900;
}


.search-box_label {
  font-weight: bold;
}
.is-hide {
  display: none;
}

/* .list_toggle{
  display: none;
} */

.under_line{
  width: 640px;
}
.search-box h2{
  margin: 0;
}

.search-box h3{
  border: none;
  margin: 0;
  padding: 0;
}

.reset{
  text-align: center;
}
.reset-button{
  width: 25%;
  margin: 20px auto 0;
  line-height: 30px;
  background: #ccc;
  border-radius: 25px;
  border: none;
  cursor: pointer;
}
.reset-button:hover{
  background: #999;
}

/* 幅の調整 */
.type ul:last-child::after{
  content:"";
  display: block;
  width:30%;
}

@media (max-width: 481px){
  .search-box ul li {
  /* max-width: 120px; */

    width: 100%;
}
  .search-box ul li,
  .reset-button{
      font-size: 70%;
  }
  .label {
    height: 35px;
    line-height: 15px;
    box-shadow: 0 3px 3px #ccc;
}
}
.hyou{
  text-align: center;
}

.cart_img{
  width: 30px;
  cursor: pointer;
}

.cart_maker{
  font-size: 80%;
}

.nothing{
  display: none;
}

.no_omutu h3{
  border: none;
  background: #FF7BAC;
}

.arrow_top{
  position: fixed;
  right: 40px;
  bottom: 30px;
  width: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 50px;
}
@media (min-width: 960px){
  .arrow_top{
      position: fixed;
      right: 200px;
      bottom: 30px;
  }
}

/* SNSリンクデザイン */
.shareList11 {
	list-style:none;
	display: flex;
	flex-wrap:wrap;
	width:100%;
	margin:-5px 0 -3px -5px;
	padding:0;
}
.shareList11__item {
	height:30px;
	line-height:30px;
	margin:5px 0 3px 5px;
	text-align:center;
}
.shareList11__link {
	display:block;
	color:#ffffff;
	padding:0 10px;
	text-decoration: none;
	border-radius: 5px;
}
.shareList11__link::before{
	font-size:14px;
	transition: ease-in-out .2s;
	border-radius: 5px;
}
.shareList11__link::after{
	content:attr(title);
	font-size:12px;
	vertical-align: top;
	margin-left:5px;
}
.shareList11__link:hover{opacity: 0.75;}

.shareList11__link.icon-twitter{color:white;background:#55acee; border-bottom: solid 3px rgba(0,0,0,0.25);}

.shareList11__link.icon-facebook{color:white;background:#3B5998; border-bottom: solid 3px rgba(0,0,0,0.25);}

.shareList11__link.icon-google-plus{background:#dd4b39; border-bottom: solid 3px rgba(0,0,0,0.25);}

.shareList11__link.icon-hatebu{color:white;background:#008FDE; border-bottom: solid 3px rgba(0,0,0,0.25);}

.shareList11__link.icon-pocket{background:#EB4654; border-bottom: solid 3px rgba(0,0,0,0.25);}

.shareList11__link.icon-rss{background:#ff9900; border-bottom: solid 3px rgba(0,0,0,0.25);}

.shareList11__link.icon-feedly{background:#6cc655; border-bottom: solid 3px rgba(0,0,0,0.25);}

.shareList11__link.icon-pinterest{background:#cb2027; border-bottom: solid 3px rgba(0,0,0,0.25);}

.shareList11__link.icon-linkedin{background:#0e76a8; border-bottom: solid 3px rgba(0,0,0,0.25);}

.shareList11__link.icon-line{color:white;background:#1dcd00; border-bottom: solid 3px rgba(0,0,0,0.25);}

.shareList11__link:active {
    -ms-transform: translateY(3px);
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
    border-bottom: none;
}

/*************************************************************
  いいねボタン投稿フォーム×Ajax
**********************************************************/
.post{
	padding: 8px;
	margin: 4px auto;
	position: relative;
	font-size: 14px;
	font-weight: 700;
	color: #841c26;
	/* margin-top: 10px; */
	background-color: #ffe4e1;
	/* padding: 10px; */
}
.post:hover{
	cursor: pointer;
}
.post-head{
	padding: 8px 0;
	position: relative;
}
.icon-wrap{
	width: 72px;
	height: 72px;
	background: #bee6cc;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	position: absolute;
	top: 16px;
	overflow: hidden;
}
.icon-wrap a{
	display: block;
	height: 100%;
}
.user-icon{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.post-img-wrap{
	width: 98%;
	max-height: 506px;
	margin-top: 16px;
	overflow: hidden;
}
.post-img{
	width: 100%;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.post-head .username,
.prof .username{
	color: #333;
	font-weight: bold;
	text-decoration: none;
}
.post-head .username:hover{
	border-bottom: 1px solid #333;
}
.post-head time{
	color: #aaa;
	position: absolute;
	right: 32px;
	top: 26px;
	font-size: 12px;
}
.post #rank{
  color:white;
  padding:1px 5px 1px 5px;
  background-color:#ff666f;
  margin-right:10px;
}
@media screen and (max-width: 450px){
	.post-head time{
		right: 4px;
	}
}
.post-wrap{
	margin-left: 88px;
}
.post-wrap p{
	margin-top : 16px;
}
.post-foot{
	text-align: right;
	margin-top: 24px;
}
.btn-edit{
	font-size: 22px;
	color: #aaa;
	position: absolute;
	left: 8px;
	bottom: 8px;
}
.btn-edit:hover{
	color: #555;
}
.btn-comment, .btn-good{
    display: inline-block;
    padding: 0 8px;
    cursor: pointer;
    background-color: snow;
    box-sizing: border-box;
    background-color: rgba(255,255,255,0.9);
    font-size: 10pt;
    width: 30% align-items:right;
    padding: 300px,30px,3px,300px;
    color: #795548;
    border-radius: 20px;
}
.btn-comment:hover{
	color: #4bd07a;
}
.btn-good:hover{
	color: #f44336;
}
.active{
	color: #f44336;
}
.btn-good .active{
	color: #f44336;
}
.btn-good .fa-lg {
    margin-right: 5px;
    margin-left: 2px;
    font-size: 1em;
    line-height: .75em;
    vertical-align: -.0667em;
}
.iine
{
	font-size: 12px;
    display: inline-block;
    color: #fb6363;
}

/*----------------------------------
-----------------------------------
-----------------------------------*/
