  @charset "utf-8";

  html{
    font-size: 62.5%;
  }
  body{
    margin: 0;
    font-family: 'Noto Sans JP', sans-serif;
  }
  .button{
    display: block;
    background: #E36767;
    color: #FFF;
    border-radius: 50rem;
    text-decoration: none;
  }
  .button:hover{
    opacity: .8;
    transition: .2s;
  }
  .wrapper{
    max-width: 640px;
    margin: 0 auto;
  }
  header{
    width: 100%;
    position: relative;
  }
  header::after{
    content: "";
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 0.rem;
    background: #979797;
  }
  .header__img{
    width: 100%;
  }
  h2, h3, h4, p, dd{
    margin: 0;
  }
  .p-lr{
    padding: 0 1.6rem;
  }
  h2{
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
    color: #140F09;
    border: solid 2px #140F09;
    padding: 1.8rem 0 1.3rem 0;
    position: relative;
    z-index: 1;
    margin-bottom: 3.2rem;
    line-height: 1.5;
  }
  .title-icon{
    position: absolute;
    width: 32px;
    top: -2rem;
    left: 50%;
    transform: translateX(-50%);
    background: #FFC700;
    padding: 0 1.6rem;
  }
  .h2__back-white{
    display: inline-block;
    background: #FFF;
    font-size: 2rem;
    color: #FF8383;
    padding: 0 4.4rem;
    height: 3.4rem;
    line-height: 3.4rem;
    position: relative;
    margin-top: .6rem;
  }
  .h2__back-white::after{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 6px 0 6px;
    border-color: #ffffff transparent transparent transparent;
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
  }
  .exclamation{
    display: inline-block;
    transform: rotate(12deg);
    font-size: 2rem;
    color: #FF8383;
    margin-left: .4rem;
  }
  .balloon{
    display: block;
    position: absolute;
    bottom: -1.6rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
  }
  h2 span{
    color:#222;
    font-size: 1.4rem;
  }
  .contents__table{
    background: #FFC700;
    padding-top: 3.2rem;
    padding-bottom: 3.2rem;
  }
  .table-text{
    color: #140F09;
    font-size: 1.3rem;
    margin-bottom: 1.6rem;
    line-height: 1.7;
    font-weight: 500;
  }
  .table-title{
    text-align: center;
    background: #000;
    color: #FFF;
    border-radius: 3px;
    background: linear-gradient(to right, #F7A07A, #FCB773);
    line-height: 3.9rem;
    font-size: 1.4rem;
    margin-bottom: 2rem;
  }
  .tabale-scroll{
    overflow-x: auto;
    width: 100%;
    display: block;
  }
  .table{
    width:100%;
    border-right:#F5C6A2 solid 1px;
    border-collapse: collapse;
    word-break: keep-all;
    background: #EDEDED;
  }
  .side-title,
  .table td{
    font-size: 1.2rem;
    font-weight: 500;
    max-width: 9rem;
  }
  .side-title{
    color: #222;
  }
  .table .button{
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
    font-weight: bold;
  }
  .thumbnail{
    margin-bottom: 4px;
  }
  .site-name{
    font-size: 1.1rem;
    word-break: break-all;
    color: #222;
  }
  .table thead th {
    padding:10px 15px;
    border-top: #F5C6A2 solid 1px;
    border-left: #F5C6A2 solid 1px;
    border-bottom:#F5C6A2 solid 1px;
  }
  .table thead th:last-child {
    border-right:#F5C6A2 solid 1px;
  }
  .table tbody th {
    padding:10px 15px;
    border-left: #F5C6A2 solid 1px;
    border-bottom:#F5C6A2 solid 1px;
  }
  .table tbody tr:last-child th {
    border-bottom:#F5C6A2 solid 1px;
  }
  .table tbody td {
    text-align: center;
    padding:16px 8px;
    border-left:#F5C6A2 solid 1px;
    border-bottom:#F5C6A2 solid 1px;
    vertical-align: baseline;
  }
  .rank-title{
    font-size: 1.6rem;
  }
  .rank-title th{
    font-weight: 500;
  }
  .place-number{
    color:#222;
  }
  .rank-icon{
    width: 2.5rem;
    display: block;
    margin: 0 auto .4rem auto;
  }
  .contents__point{
    padding-top: 3.8rem;
    padding-bottom: 3.8rem;
    background: #00B901;
    position: relative
  }
  .contents__point::before{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 48px 375px;
    border-color: transparent transparent #00B901 transparent;
    position: absolute;
    top: -4.8rem;
    left: 0;
  }
  .contents__point .title-icon{
    background: #00B901;
  }
  .point-block{
    background-image: url(../images/point-back.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }
  .point-block h3{
    font-size: 1.6rem;
    color: #140F09;
    margin-bottom: 8px;
  }
  .point-content{
    padding: 1.6rem;
    border: solid 1px #140F09;
    margin-bottom: 3.2rem;
  }
  .point-content:last-child{
    margin-bottom: 0;
  }
  .point-img-block{
    position: relative;
  }
  .point-img{
    margin-bottom: 1.4rem;
    width: 100%;
  }
  .point-number{
    display: inline-block;
    font-size: 10rem;
    font-weight: bold;
    color: #FFF;
    position: absolute;
    top: -2.8rem;
    left: 0;
    opacity: .5;
  }
  .point-text{
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1.6;
    color: #FFF;
  }
  .card-block{
    background: #FFC700;
    padding: 3.2rem 1.6rem;
    position: relative;
    display: flex;
    overflow-x: auto;
    flex-wrap: nowrap;
  }
  .card {
    min-width: 300px;
    margin-right: 10px;
  }
  .reviews-content h4{
    text-align: center;
    display: flex;
    align-items: center;
  }
  .reviews-content h4::before,
  .reviews-content h4::after{
    content: "";
    height: 1px;
    width: 100%;
    background: #CCC;
    display: block;
  }
  .reviews-content h4::before{
    margin-right: 12px;
  }
  .reviews-content h4::after{
    margin-left: 12px;
  }
  .reviews-content h4{
    word-break: keep-all;
    margin-bottom: 1.6rem;
  }
  .review-comment-first,
  .review-comment-second{
    border: solid 1px #CCC;
    border-radius: 3px;
    padding: 8px;
    position: relative;
    width: calc(100% - 32px);
    font-weight: 500;
    line-height: 1.7;
    font-size: 13px;
  }
  .review-comment-first{
    margin: 0 0 1.6rem auto;
  }
  .review-comment-second{
    margin: 0 auto 1.6rem 0;
  }
  .review-comment-first::before,
  .review-comment-second::before{
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
  }
  .review-comment-first::before{
    left: -16px;
    top: 8px;
    border-right: 16px solid #CCC;
  }
  .review-comment-second::before{
    right: -16px;
    top: 8px;
    border-left: 16px solid #CCC;
  }
  .review-comment-first::after{
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: -14px;
    top: 8px;
    border-right: 16px solid #FFF;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
  }
  .review-comment-second::after{
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    right: -14px;
    top: 8px;
    border-left: 16px solid #FFF;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
  }

  .card{
    padding:20px 10px;
    margin-bottom: 3.2rem;
    background: #FFF;
  }
  .card__inner{
    background: #fff;
  }
  .card-img{
    margin-bottom: 1.4rem;
    width: 100%;
  }
  .card__inner-info{
    padding: 0 1.2rem 1.2rem 1.2rem;
  }
  .card__inner-info .button{
    text-align: center;
    padding: 1.6rem 0;
    font-size: 1.6rem;
    font-weight: bold;
    position: relative;
  }
  .button-arrow{
    display: block;
    position: absolute;
    top: 50%;
    right: 1.6rem;
    transform: translateY(-50%);
  }
  .evaluation-content{
    margin-bottom: 2.4rem;
    text-align: center;
  }
  .evaluation-number{
    font-size: 1.6rem;
    margin-bottom: .4rem;
    display: block;
    font-weight: 500;
    color: #222;
  }
  .card__inner h3{
    font-size: 1.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.2rem;
    font-weight: bold;
  }
  .card__inner h3 img{
    width: 2.1rem;
    margin-right: .6rem;
  }
  .card__inner-info h4{
    font-size: 1.4rem;
    line-height: 1.6;
    margin-bottom: 2.4rem;
    color: #222;
  }
  .data-content{
    display: flex;
    width: calc(100% + 2.4rem);
    background: #EFEFEF;
    position: relative;
    left: -1.2rem;
    margin-bottom: 2.4rem;
  }
  .data-content::after{
    content: "";
    width: 1px;
    height: calc(100% - 16px);
    background: #CCC;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
  }
  .data-content dl{
    width: 50%;
    text-align: center;
    margin: .6rem 0;
    color: #222;
  }
  .data-content dl dt{
    font-size: 1.1rem;
    margin-bottom: 4px;
    font-weight: 500;
  }
  .data-content dl dd{
    font-size: 1.5rem;
    font-weight: 500;
  }
  .table-value{
    font-size: 1.4rem;
    color: #222;
  }
  .table-star{
    width: 100%;
  }
  .table-star img{
    width: 1.1rem;
  }
  .double-circle{
    display: block;
    width: .9rem;
    height: .9rem;
    border: double 6px #FF8383;
    border-radius: 50rem;
    margin: 0 auto 4px auto;
    position: relative;
  }
  .circle{
    display: block;
    width: 1.7rem;
    height: 1.7rem;
    border: solid 2px #E3A63C;
    border-radius: 50rem;
    margin: 0 auto 4px auto;
    position: relative;
  }
  .posi-r {

    position: relative;
  }
  .sankaku {
  text-align: center;
  font-size: 25px;
  position: absolute;
  top: 7px;
  left: 45px;
  color: #5A84E6;
  }
  .triangle{
    display: block;
    margin: 0 auto 4px auto;
    position: relative;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12.5px 21px 12.5px;
    border-color: transparent transparent #5A84E6 transparent;
  }
  .triangle::after{
    content: "";
    display: block;
    margin: 0 auto 4px auto;
    position: absolute;
    top: 4px;
    left: -8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8.5px 15px 8.5px;
    border-color: transparent transparent #EDEDED transparent;
  }
  .td-price{
    color: #E3A63C;
    text-align: center;
  }
  .price{
    margin-bottom: 4px;
  }
  .table .price{
    font-weight: bold;
    font-size: 1.4rem;
  }
  .table  .price-text{
    font-weight: bold;
    font-size: 1.2rem;
  }
  footer{
    background: #FFC700;
  }
  .footer__list{
    margin: 0;
    padding: 3.2rem 3.4rem 1.2rem 3.4rem;
    list-style: none;
    color: #140F09;
  }
  .footer__link a{
    display: block;
    font-size: 1.4rem;
    color: #140F09;
    margin-bottom: 2rem;
    text-decoration: none;
    font-weight: bold;
  }
  .copy{
    text-align: center;
    color: #140F09;
    font-size: 1.2rem;
    border-top: solid 1px #140F09;
    padding: 1.2rem 0;
    font-weight: bold;
  }

  .search-ttl {
    font-size: 14px;
    border-left: none;
    border-right: none;
    padding: 20px 20px;
    cursor: pointer;
    text-align: center;
    position: relative;
    font-weight: 500;
    color: #fff;
    background: #979797;
    margin: 10px 0;
    border-radius: 5px;
  }
  .search-ttl .dli-plus {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
  }

  .dli-plus {
    display: inline-block;
    vertical-align: middle;
    color: #000;
    line-height: 1;
    width: 1em;
    height: 0.1em;
    background: currentColor;
    border-radius: 0.1em;
    position: relative;
  }

  .dli-plus::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    border-radius: inherit;
    transform: rotate(90deg);
  }

  .taisaku-ttl.open .dli-plus::before,
  .search-ttl.open .dli-plus::before {
    display: none;
  }

  /* search form */
.hide {
  display: none;
}
.search-form-table {
  width: 100%;
  margin-bottom: 20px;
}
.search-form-table th,
.search-form-table td {
  padding: 8px;
  text-align: left;
  vertical-align: middle;
  border: 1px solid #7a859b;
}
.search-form-table td ul li {
}

.search-form-table th {
  width: 30%;
    background: #fff5ed;
    text-align: center;
    color: #B77542;
    font-weight: bold;
}
/* search form */
.hide {
  display: none;
}
.search-form-table {
  width: 100%;
  margin-bottom: 20px;
}
.search-form-table th,
.search-form-table td {
  padding: 8px;
  text-align: left;
  vertical-align: middle;
  border: 1px solid #F5C6A2;
}
.search-form-table td ul li {
}


.search-form {
  background: #fff;
  border-radius: 4px;
}
.search-form-axis li:not(:last-child) {
  margin-right: 8px;
}
.search-form-detail {
  border-top: 1px dashed #df97a8;
}
.c {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.search-btn {
  appearance: none;
  -webkit-appearance: none;
  border: none;
  position: relative;
  display: block;
    width: 92%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background-color: #31AE0D;
    box-shadow: 4px 4px #3d8a59;
    cursor: pointer;
    overflow: hidden;
    font-size: 15px;
    font-weight: bold
    border-radius: 50px;
    margin: 10px 4% 30px;
    padding: 0;
}
.mb-15 {
  margin-bottom: 15px;
}
.search-clear {
  text-align: center;
  display: block;
  color: #333;
  font-size: 14px;
}
.search-clear i {
  padding-right: 10px;
}
.result-ttl {
  background: #f4c6a2;
  color: #fff;
  text-align: center;
  font-size: 17px;
  padding: 10px 0;
  margin-top: 20px;
  margin-bottom: 10px;
}
.result-btn {
  appearance: none;
  -webkit-appearance: none;
  border: none;
  position: relative;
  display: block;
  width: 90%;
  margin-left: 5%;
  height: 50px;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background-color: #3baf90;
    box-shadow: 4px 4px #3d8a59;
    cursor: pointer;
    overflow: hidden;
    font-size: 14px;
    border-radius: 10px;
    padding: 0;
}
.table th {
  padding:10px 15px;
  border-top: #F5C6A2 solid 1px;
  border-left: #F5C6A2 solid 1px;
  border-bottom:#F5C6A2 solid 1px;
  background: #fff5ed;
  color: #b77542;
}
.table th:last-child {
  border-right:#F5C6A2 solid 1px;
}
.table tbody th {
  padding:10px 15px;
  border-left: #F5C6A2 solid 1px;
  border-bottom:#F5C6A2 solid 1px;
}
.table tr:last-child th {
  border-bottom:#F5C6A2 solid 1px;
}
.table td {
  min-width: 100px;
  text-align: center;
  background:#FFF;
  padding:5px 8px;
  border-left:#F5C6A2 solid 1px;
  border-bottom:#F5C6A2 solid 1px;
  vertical-align: middle;
  word-break: break-all;
  font-size: 10px;
  line-height: 1.4;
}
.table td img {
  width: 100%;
}
.ico-wrap {
  position: absolute;
  right: 20px;
  top: 20px;
}
.inner {
  padding: 0 20px;
}

.btm-link {
  padding: 10px;
}

.btm-link-item {
  background: rgb(255, 252, 245);
  border: 2px solid #ffedb8;
  padding: 10px;
  margin-bottom: 10px;
}

.btm-link-item-img {
  width: 35%;
}
.btm-link-item-txt {
  color: #45350c;
  font-size: 15px;
  font-weight: bold;
  width: 85%;
}
.btm-link-item-txt img{
  font-weight: bold;
  width: 20px;
  padding: 0 10px;
}
.btm-link-item a {
  display: flex;
  text-decoration: none;
  align-items: center;
}
.smass {
  font-size: 12px;
  padding-left: 18%;
  margin-top: 10px;
  line-height: 1.4;
}

.inner {
  box-sizing: border-box;
  width: 100%;
  overflow: hidden;
  max-width: 750px;
  margin: 0 auto;
}

section.notice {
  margin: 0 0 30px;
  padding: 0 10px;
}

.notice_inner {
  padding: 10px;
  border-radius: 6px;
  background: #f5f5f5;
}

#contents {
  width: 100%;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  font-family: 'Zen Kaku Gothic New', sans-serif;
}
.inner {
    max-width: 750px;
    margin: 0 auto;
    box-sizing: border-box;
    overflow: hidden;
}
.center {
  text-align: center;
}
h3.about_h3 {
  font-size: 36px;
  position: relative;
  display: inline-block;
  padding: 0 0 10px;
  margin: 0 0 40px;
}
h3.about_h3:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px;
  display: inline-block;
  width: 80px;
  height: 4px;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%);
  background-color: #00B901;
}
h4.about_h4 {
  font-size: 16px;
  border-left: solid 6px #888;
  padding: 0 0 0 6px;
  line-height: 1.25;
  margin: 0 0 15px;
}
p.about_p {
  margin: 0 0 30px;
}

table.about_table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  margin: 0 auto 60px;
  font-size: 12px;
}
table.about_table tr:first-child {
  border-top: dotted 2px #ccc;
}
table.about_table tr {
  border-bottom: dotted 2px #ccc;
}
table.about_table th, table.about_table td {
  padding: 15px 0px;
}
