﻿body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, Helvetica, Arial, sans-serif;
  font-size: 16px;
}

a {
  color: inherit;
  text-decoration: none;
}

ul {
  padding: 0;
  list-style: none;
}
img{
 max-width: 100%;
 height: auto;
}

div.center{
 text-align: center;
}

.fotter {
 background-color: #38b48b;
 color: white;
 margin:0;
 }

 p{
 margin: 10px;
 padding: 5px;
 }
 #midasi{
  padding-top: 20px;
  margin: 10px 10px 0px 10px;
 }
 #header{
  text-align: center;
 }

 #list-body{
  background-color: #fffbf3;
 }
 #img{
  text-align:center; 
 }
 #hyou{
  color: white;
  font-weight: bold;
  padding: 0 20px;
  width: 100%;
  max-width: 650px:;
 }
 #hyou tr{
  border-collapse: collapse;
  background-color: #66cdaa;
 }
 #hyou td{
  border: solid 1px white;
  padding: 0.5em;
 }
 #hyou li:last-child{
 text-align: right;
 }

 #ppp{
    padding: 8px 19px;
    margin: 0;
    color: #2c2c2f;
    background: #cde4ff;
    border-top: solid 5px #5989cf;
    border-bottom: solid 5px #5989cf;
 }  
 #ppp p {
    margin: 0; 
    padding: 0;
}
#oya{
  background-color: white;
  width: 100%;
  max-width: 650px;
  margin: auto;
}
#oyaoya{
  text-align: center;
}
 .O{
  font-size: 14px;
  display: flex;
  justify-content: space-around;
  
}
 .O .P1{
  text-align: center;
  flex-basis: 25%;
  /*boxデザイン*/
    padding: 0.2em 0.1em;
    margin: 2em 0;
    background: #d6ebff;
    box-shadow: 0px 0px 0px 10px #d6ebff;
    border: dashed 2px white;
  }
  .O .P1 p {
    margin: 0; 
    padding: 0;
}
 .O .P2{
  text-align: center;
  flex-basis: 25%;
  /*boxデザイン*/
    padding: 0.2em 0.1em;
    margin: 2em 0;
    background: #d6ebff;
    box-shadow: 0px 0px 0px 10px #d6ebff;
    border: dashed 2px white;
  }
  .O .P1 p {
    margin: 0; 
    padding: 0;
}
 .O .P3{
  text-align: center;
  flex-basis: 25%;
  /*boxデザイン*/
    padding: 0.2em 0.5em;
    margin: 2em 0;
    background: #d6ebff;
    box-shadow: 0px 0px 0px 10px #d6ebff;
    border: dashed 2px white;
  }
  .O .P1 p {
    margin: 0; 
    padding: 0;
}

/*色関連*/
 .red{
  color: red;
 }
 .byellow{
  background-color: #ffff9b;
 }
/*body全体*/
 .base {
  background-color: white;
  max-width: 650px;
  margin: auto;
 }
.borange{
  background-color: #fffacd;
  color: #000000;
}
.maker_ora{
  background:linear-gradient(transparent 50%, #73e6e6 60%); 
}
/*タイトルと一言説明*/
 .btitle {
   padding: 0.5em 1em;
   margin: 2em 0;
   color: #232323;
   background: #fff8e8;
   border-top: solid 10px #ffc06e;
   text-align:left;
 }
  .btitle a{
    font-size: 24px;
    font-weight: bold;
    color: #66cdaa;
    text-decoration: underline;
  }

/*見出し１*/
 .mi{

  padding-top: 10px;
   border-bottom: dashed 2px #4ec4d3;
 }

/*リストアップ*/
 .li1 {
   background-color: #e0ffff;
   font-weight: bold;
   margin: 20px;
 }
  .li1 ul{
    border: solid 2px skyblue;
    border-radius: 5px;
    padding: 0.5em 1em 0.5em 2.3em;
    position: relative;
  }
  .li1 ul li{
    line-height: 1.5;
    padding: 0.5em 0;
    list-style-type: none!important;
  }
  .li1 ul li:before{
    font-family: "Font Awesome 5 Free";
    content: "\f14a";/*アイコンの種類*/
    position: absolute;
    left : 1em;/*左端からのアイコンまでの距離*/
    color: #00bfff;/*アイコン色*/
    font-weight: 900;
  }

/*商品情報*/
 .pro {
   padding: 0.5em 1em;
   margin: 18px;
   border: double 5px #4ec4d3;
   text-align: left;
 } 

  .pro p {
    font-size: 18px;
    color: #4ec4d3;
    border-bottom: dashed 2px #4ec4d3;
  }
  .pro .secound{
    padding-left: 15px;
  }

/*ボタン*/
 .botan {
   padding: 10px; 
   margin-bottom: 10px;
   text-align: center;
 }
  .botan .bred{
    text-align: center;
    margin: 0.5em;
    display: inline-block;
    width: 80%;
    padding: 0.9em 1em;
    text-decoration: none;
    font-weight: bold;
    border-radius: 4px;
    color: white;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
    background-color: #ff69b4;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
    border-bottom: solid 3px #ff1493;  
  }

  .botan .bred:active{
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
    border-bottom: none;
  }
  .botan .bblue{
    margin: 0.5em;
    display: inline-block;
    width: 80%;
    padding: 0.7em 1em;
    text-decoration: none;
    font-weight: bold;
    border-radius: 4px;
    color: white;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
    background-color: #66cdaa;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
    border-bottom: solid 3px #3cb371;  
  }
  .botan .bblue:active{
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
    border-bottom: none;
  }

/*みんなの口コミ*/
 .ku{
   background-color: #fffff0;
   padding: 0px 20px 20px 20px;
   margin-bottom: 10px;
 }
  .ku .title{
    position: relative;
    background: #ffd98a;
    padding: 2px 5px 2px 25px;
    color: #474747;
    border-radius: 0 10px 10px 0;
    font-weight: bold;
  }
  .ku .title:before{
    font-family: "Font Awesome 5 Free";
    content: "\f135";
    display: inline-block;
    line-height: 40px;
    position: absolute;
    padding: 0em;
    color: white;
    background: #ffa337;
    font-weight: normal;
    width: 40px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    left: -1.35em;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: solid 3px white; 
    border-radius: 50%;
    font-weight: 900;
  }
  .ku .text{
    background-color: white;
    border: 1px solid #ffd98a;
    padding: 10px;
    margin-bottom: 10px;
  }
  .ku .text p{
  }
  .ku .text b{
    color: #ffd98a;
  }
  .ku .text b:before{
    font-family: "Font Awesome 5 Free";
    content: "\f118";
    display: inline-block;
  }

/*まとめ*/

/*fotter*/
 .fotter  {
   background-color: #66cdaa;
   padding: 20px;
   margin-bottom: 10px;
   color: white;
 }
   .fotter .ftitle{
    font-weight: bold;
  }
  .fotter .crown:before{
    font-family: "Font Awesome 5 Free";
    padding-right : 5px;
    color: white;
    content: '\f521';
    font-weight: 900;
  }
  .fotter .ch:before{
    font-family: "Font Awesome 5 Free";
    padding: 10px;
    color: white;
    content: '\f058';
    font-weight: 900;
  }
  .fotter .home:before{
    font-family: "Font Awesome 5 Free";
    padding-right : 5px;
    color: white;
    content: '\f015';
    font-weight: 900;
  }
  .fotter ul{
    font-weight: bold;
  }
  .fotter li{
    line-height: 200%
  }
  .fotter li:last-child{
    border-bottom: dotted 1px;
  }

.blue{
  color: blue;

}
.lol{
  background-color: #fff8e8;
  color: black;
}

/*バナー固定追尾*/
.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
/*バナー*/
#header_top {
  background-color: #F8E81C;
  height: 50px;
  width: auto;
  text-align: center;
}

.box1{
 display: flex;
 color: white;
 background-color: #ccc;
}

.box9{
  margin: 20px;
  background: white;
}
.box9 .box-title{
  background: #5fb3f5;
  padding: 3px;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.box9 ul{
  border: solid 2px skyblue;
  border-radius: 5px;
  padding: 0.5em 1em 0.5em 2.3em;
  position: relative;
}

.box9 li{
  line-height: 1.5;
  padding: 8px;
  list-style-type: none!important;
}

.box9 li:before{
  font-family: "Font Awesome 5 Free";
  content: "\f14a";/*アイコンの種類*/
  position: absolute;
  left : 1em;/*左端からのアイコンまでの距離*/
  color: #80d5ff;/*アイコン色*/
  font-weight: 300;
}
.box26 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #95ccff;
    border-radius: 8px;
        background-color: white;
}
.box26 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    background: #FFF;
    color: #95ccff;
    font-weight: bold;

}
.box26 p {
    margin: 0; 
    padding: 0;
}

.container {
  max-width: 650px;

}

.form {
  text-align: center;
  border-radius: 10px;
  background: #f7fefe;
  margin: 0px 10px 20px 10px;
}

.form__title {
  font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
        -webkit-border-radius: 10px 10px 0 0;
        -moz-border-radius: 10px 10px 0 0;
        border-radius: 10px 10px 0 0;
        height: 25px;
        line-height: 25px;
        background: calc(50% - 100px) 50%/20px no-repeat #45bcbb;
        text-align: center;
        color: #fff;
        font-size: 16px;
        margin: 0px;
}

.selector__list,
.condition__list {
  margin: auto;
  padding: 0 20px;/*横の線*/
  overflow: auto;
}

.selector__item {
  float: left;
  width: 50%;
  border-bottom: 1px solid #2ac3c7;
}

.selector__item select{
  -webkit-appearance: none;
  margin: 0 0.3em;
  padding: 0.3em 1em;
  border: 0;
  width: 100%;
  background: inherit;
}

.condition {
  margin: 5px;
  text-align:center;
}

.condition__btn {
  font-size: 14px;
  background: #2ac3c7;
  color: #fff;
  cursor: pointer;
}

.condition__list {
  height: 0;
  font-size: 13px;
  line-height: 25px;
  overflow: hidden;
  transition: all .5s;
}

.condition__list.is-open {
  height: 100px;
}

.condition__item {
  float: left;
  width: 50%;
  text-align: left;
}

.form__submit {
  font-size: 13px;
  margin: 0 auto;
  border: 0;
  border-radius: 5px;
  width: 95%;
  line-height: 25px;
  letter-spacing: .1em;
  text-align: center;
  background: #ef6290;
  color: #fff;
  cursor: pointer;
}

.sort {
  width: 100%;
}

.sort .is-active{
  font-weight: bold;
}


.item {
  border: 1px solid #2ac3c7;
  padding: 20px;
  margin-bottom: 10px;
  text-align: center;
}
.nav{
  display: flex;
  justify-content: center;
}
.btn{
  font-size: 14px;
  text-align: center;
  height: 50%;
  width: 33%;
  list-style: none;
  overflow: hidden;
  background: #45bcbb;
  display: block;
  padding: 10px 15px;
  border-right: 1px solid white;
  color: white;
}
.btn span{
   display: block;
}
.paging__next {
  float: right;
  width: 80px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #59cdcc;
  color: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  text-decoration: none;
}