body {
  color: #36291c;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 1.6em;
  letter-spacing: 0.08em;
  font-size: 1em;
}

a {
  transition: 0.3s ease-in-out;
  text-decoration: none;
  background-color: transparent;
}

*,
::after,
::before {
  box-sizing: inherit;
}

img {
  width: 100%;
}

a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
}

.container {
  max-width: 750px;
  margin: 0 auto;
  padding-bottom: 20px;
}

.inner {
  padding: 0 20px;
}

@media (max-width: 750px) {
  .inner.koduti {
    display: none;
  }
}

.sp_koduti_cta{
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 30px;
}

@media (min-width: 751px) {
  .sp_koduti_cta {
    display: none;
  }
}

/*header*/

.header {
  padding: 10px 0;
  background-color: #4d3b27;
  color: #FFF;
}

.header-title {
  font-weight: 700;
  color: #fff;
  font-size: 1.3rem;
  text-align: center;
}

.header-sub {
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5px;
}

.header-sub span {
  color: #ff7495;
}

.header-main {
  font-size: 23px;
  text-align: center;
  font-weight: bold;
}

.main-ttl {
  padding: 10px 0;
}

.top3_wrap{
  padding: 0 15px;
}

.top3_podium{
  display: flex;
  align-items: baseline;
}

.top-rank {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.top-rank__item {
  width: 32%;
}

.top-rank__item a {
  color: #333;
}

.top-rank-ico {
  width: 50px;
  margin: 0 auto;
}

.top-rank-name {
  text-align: center;
  font-weight: bold;
  margin: 5px 0;
  font-size: 1em;
}

@media (max-width: 750px) {
  .top-rank-name {
    font-size: 0.7em;
  }
}

.top-rank-logo {
  border: 1px solid rgb(213, 213, 213);
  padding: 5px;
}

.point3-content {
  padding-top: 20px;
  padding-bottom: 20px;
}

.rank-content {}

.rank-content-ttl {
  margin-bottom: 20px;
}

.rank-box {
  background: #fff;
  margin: 0 15px;
  margin-bottom: 30px;
  border-bottom: dotted 2px #cfcfcf;
}

.rank-box-ttl {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  border-bottom: dotted 3px #b1b1b1;
  padding-bottom: 10px;
}

.rank-ico {
  width: 70px;
  margin-right: 15px;
}

.shop-name a {
  font-size: 24px;
  font-weight: 600;
  color: #00738a;
}

.rank-img{
  margin-bottom: 20px;
}

.rank-table {
  width: 100%;
  border: 1px solid #f46f8f;
  margin-top: 10px;
}

.rank-table th,
.rank-table td {
  width: 33%;
  text-align: center;
}

.rank-table th {
  background: #fde9ee;
  font-size: 13px;
  font-weight: 600;
  color: #f46f8f;
  padding: 5px 0;
  border-right: 1px solid #f46f8f;
  border-top: 1px solid #f46f8f;
}

.rank-table td {
  font-weight: 600;
  padding: 5px 0;
  border-right: 1px solid #f46f8f;
  border-top: 1px solid #f46f8f;
}

ul.rank-flex {
  width: 100%;
  border-top: 1px solid #a5c5c8;
  border-left: 1px solid #a5c5c8;
  border-right: 1px solid #a5c5c8;
}

ul.rank-flex ul {
  display: flex;
  font-size: 0.9em;

}

ul.rank-flex ul.ul01 {
  border-bottom: 0;
}

ul.rank-flex ul li {
  flex-grow: 1;
  width: 25%;
  box-sizing: border-box;
  border-bottom: 1px solid #a5c5c8;
  border-right: 1px solid #a5c5c8;
  text-align: center;
  padding: 10px;
}

ul.rank-flex ul li:last-child {
  border-right: none;
}

ul.rank-flex ul.ul01 li {
  background-color: #d8ebec;

}

ul.rank-flex .kind {
  /* color: #6f4d53; */
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt60 {
  margin-top: 60px;
}

.mb30 {
  margin-bottom: 30px;
}

.pt40 {
  padding-top: 40px;
}

.txt_red {
  color: #d3344e;
}

.txt_cap {
  color: #4d3b27;
  font-size: 12px;
  line-height: 1.6;
  margin-top: 10px;
  ;
}

.txt_b {
  font-weight: bold;
}


/*cta-btn*/

@keyframes shiny {
  0% {
    transform: scale(0) rotate(25deg);
    opacity: 0;
  }

  50% {
    transform: scale(1) rotate(25deg);
    opacity: 1;
  }

  100% {
    transform: scale(50) rotate(25deg);
    opacity: 0;
  }
}

.cta-btn {
  position: relative;
  display: block;
  width: 50%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #db665f;
  cursor: pointer;
  overflow: hidden;
  font-size: 18px;
  /* margin: 10px 0 30px; */
}



.gtm-laugh-2 {
  padding: 10px 0;
}

.cta-btn i {
  padding-left: 10px;
}

.cta-btn::after {
  content: '';
  position: absolute;
  top: -100px;
  left: -100px;
  width: 50px;
  height: 50px;
  background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 1) 100%, rgba(255, 255, 255, 0) 0%);
  animation-name: shiny;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

.hikaku-btn {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #43ad6a;
  cursor: pointer;
  overflow: hidden;
  font-size: 18px;
  border-radius: 50px;
  margin: 20px 0;
  box-shadow: 4px 4px #3d8a59;
  margin-bottom: 30px;
}

.hikaku-btn i {
  padding-left: 10px;
}

.hikaku-btn::after {
  content: '';
  position: absolute;
  top: -100px;
  left: -100px;
  width: 50px;
  height: 50px;
  background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 1) 100%, rgba(255, 255, 255, 0) 0%);
  animation-name: shiny;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

.ichioshi-ttl {
  margin: 20px 0 20px;
}

.kuchikomi-ttl {
  margin: 20px 0 20px;
}


.ico-wrap {
  position: absolute;
  right: 20px;
  top: 34%;
}

@media (max-width: 750px) {
  .ico-wrap {
    position: absolute;
    right: 20px;
    top: 32%;
  }
}

.ico-wrap2 {
  position: absolute;
  right: 20px;
  top: 28%;
}

@media (max-width: 750px) {
  .ico-wrap2 {
    position: absolute;
    right: 10px;
    top: 26%;
  }
}


.taisaku-ttl {
  border-left: none;
  border-right: none;
  padding: 20px 20px;
  cursor: pointer;
  text-align: center;
  position: relative;
  margin-top: 20px;
  font-weight: 500;
  font-size: 1.5em;
  color: #FFF;
  background-color: #519ba2;
  border-radius: 10px;
  text-align: left;
}

@media (max-width: 750px) {
  .taisaku-ttl {
    font-size: 1em;
  }
}


.taisaku-ttl img {
  max-width: 80%;
  vertical-align: middle;
}

.taisaku-content {
  display: none;
  padding: 10px;
  background: #f5f2ea;
  padding: 1.5em;
  border-radius: 0 0 10px 10px;
}

@media (max-width: 750px) {
  .taisaku-content {
    padding: 1em;
  }

  .taisaku-ttl img {
    max-width: 90%;
    vertical-align: middle;
  }
}

.search-ttl {
  border-left: none;
  border-right: none;
  padding: 20px 20px;
  cursor: pointer;
  text-align: center;
  position: relative;
  background-color: #a89d87;
  font-weight: 500;
  color: #fff;
  border-radius: 10px;
  margin: 10px 10px 20px;
}

.search-ttl .dli-plus {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
}


.kensaku-content {
  display: none;
  border: 1px solid #f4fb85;
  padding: 10px;
  font-size: 14px;
  background: #fefff5;
}

.dli-plus {
  display: inline-block;
  vertical-align: middle;
  color: #FFF;
  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;
}


.taisaku-content-inner {
  display: flex;
  flex-wrap: wrap;
}

.taisaku-check {
  width: 6%;
  line-height: 1.5;
  margin-bottom: 7px;
  color: #7a859b;
}

.taisaku-text {
  width: 92%;
  text-align: left;
  line-height: 1.5;
  margin-bottom: 7px;
}

.taisaku-text span {
  color: #f46f8f;
}

.shop-img {
  display: flex;
  justify-content: space-between;
  margin: 10px 0;
}

.shop-img-item {
  background: #ccc;
  width: 49%;
  text-align: center;
}

.otoku {
  margin-top: 20px;
}















.swiper-container {
  width: 100%;
  overflow: hidden;
}

.swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: none !important
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: none !important
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 0px !important;
  left: auto;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 0 !important;
  right: auto;
}

.table-scrolling {
  overflow-x: auto;
}


/* ranking-table-o */

.ranking-table-o {
  width: 100%;
  border-spacing: 0;
  border-collapse: separate;
  overflow: scroll;
}

.ranking-table-o tbody {
  width: max-content;
}

.ranking-table-o-ttl {
  width: 100%;
  height: 50px;
  background-color: #ffa311;
  line-height: 50px;
  text-align: center;
  color: #fff;
  display: block;
  text-align: center;
  font-weight: bold;
}

.ranking-table-o th,
.ranking-table-o td {
  width: calc(100% / 6);
  min-width: calc(500px / 6);
  padding: 3px 0;
  vertical-align: middle;
  text-align: center;
  line-height: 1.3;
  border: 0.5px #dedede solid;
  font-size: 13px;
}

.text-small {
  display: block !important;
  font-size: 12px;
  width: 100%;
  color: #333;
  padding-bottom: 0.8em;
}

.text-small_2 {
  font-size: 14px;
}

.ranking-table-o th {
  background: #519ba2;
  font-weight: 500;
  position: sticky;
  left: 0;
  color: #fff;
  z-index: 99999;
  font-weight: bold;
}

.osusume {
  margin-bottom: 40px;
}

.ranking-table-o td {
  background: #fff;
  font-weight: 500;
}

.ranking-table-o img {
  max-height: 200px;
  width: 100px;
  padding: 0 10px;
}

.td-in {
  position: relative;
  height: 65px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: grid;
  align-items: center;
  vertical-align: middle;
}

.ranking-table-o td .button {
  text-decoration: none;
}

.ranking-table-o em {
  font-weight: 700;
}

.ranking-table-o small {
  font-size: .85rem;
}

.table-ttl-o {
  border: none !important;
  color: #fff;
  background: #ffa311 !important;
}

.ranking-table-o td .rank-ttl {
  display: block;
  text-decoration: none;
  position: relative;
  padding: 10px 0;
}

.ranking-table-o td .rank-ttl .rank-nam {
  position: absolute;
  top: -10px;
  left: -7px;
  width: 28px;
}

.ranking-table-o td .rank-ttl p {
  margin: 0;
  color: #000;
  background: #fff;
  /* height: 75px; */
  display: flex;
  align-items: center;
  justify-content: center;
  /* padding: 10px 0; */
  width: 100%;
  min-width: 85px;
}





/* ranking table */
.ranking-title {
  display: flex;
  justify-content: center;
  align-items: center;
}

.ranking-title img {
  width: 64px;
}

/* .ranking-table-wrapper {
  border: 1px solid #3ca2f9;
} */
.ranking-table {
  width: 100%;
  font-size: .75rem;
}

.ranking-table th,
.ranking-table td {
  width: calc(100% / 8);
  min-width: calc(350px / 3);
  padding: 8px;
  font-size: 1rem;
  vertical-align: middle;
  border: 1px solid #dedede;
  text-align: center;
}

.ranking-table th {
  background: #faf3ec;
  font-size: 13px;
  font-weight: 600;
  color: #4d3b27;
  padding: 5px;
  border-right: 1px solid #dedede;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  line-height: 1.5em;
}

.ranking-table td {
  font-weight: 500;
  padding: 5px;
  border: 1px solid #dedede;
  border-top: 1px solid #dedede;
  font-size: 13px;
  background-color: #FFF;
}

.ranking-table img {
  width: auto;
  max-height: 93px;
}

.ranking-table td .button {
  font-size: 1.2rem;
  text-decoration: none;
  justify-content: center;
}

.ranking-table em {
  font-size: 1rem;
  font-weight: 700;
}

.ranking-table small {
  font-size: .5rem;
}

@media (max-width: 575.98px) {
  .ranking-title img {
    width: 48px;
  }
}




@media (min-width:768px) {
  .ranking-table-o td .rank-ttl .rank-nam {
    position: absolute;
    top: 0px;
    left: 0;
    width: 37px;
  }
}

.table-main-btn {
  color: #fff;
  background-color: #d3344e;
  cursor: pointer;
  overflow: hidden;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5px;
  height: 60px;
  border-radius: 5px;
  font-weight: bold;
}

.table-btn {
  color: #fff;
  background-color: #a8a8a8;
  cursor: pointer;
  overflow: hidden;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5px;
  border-radius: 5px;
  font-weight: bold;
}

.do {
  color: #f00;
  font-size: 3rem;
  position: absolute;
  top: 5%;
  left: 29%;
  z-index: 0;
  opacity: .1;
}

.no {
  color: rgb(68, 68, 245);
  font-size: 4rem;
  position: absolute;
  top: -22%;
  left: 32%;
  z-index: 0;
  opacity: .1;
  font-weight: normal;
}

.ta {
  color: rgb(85, 243, 64);
  font-size: 3rem;
  position: absolute;
  top: 3%;
  left: 30%;
  z-index: 0;
  opacity: .2;
}

.ci {
  color: rgb(231 232 42);
  font-size: 3rem;
  position: absolute;
  top: 5%;
  left: 29%;
  z-index: 0;
  opacity: .3;
}

.hf {
  color: rgb(163, 163, 163);
  font-size: 3rem;
  position: absolute;
  top: -6%;
  left: 42%;
  z-index: 0;
  opacity: .3;
}

.osusume-cont {
  position: relative;
}

.footer {
  font-size: 14px;
  line-height: 1.5em;
  text-align: center;
  background: #4d3b27;
  color: #fff;
  padding: 30px 0;
  margin-top: 40px;
}

.footer a:link {
  color: #FFF;
}

.footer a:visited {
  color: #FFF;
}

.footer_link {
  margin-bottom: 1em;
}

.cta-btn.osusume-btn {
  position: relative;
  display: block;
  width: 80%;
  position: absolute;
  left: 10%;
  bottom: 5%;
  height: 70px;
  line-height: 70px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #ed4848;
  box-shadow: 4px 4px #d22727;
  cursor: pointer;
  overflow: hidden;
  font-size: 18px;
  border-radius: 50px;
  margin: 10px 0 30px;
}


/* search form */
.hide {
  display: none;
}

.search-form-table {
  width: 95%;
  margin: 0 auto;
  margin-bottom: 20px;
  font-size: 0.8em;
}

.search-form-table th,
.search-form-table td {
  padding: 10px;
  text-align: left;
  vertical-align: middle;
  border: 1px #dedede solid;
  background-color: #FFF;
}

.search-form-table td ul li {}

.search-form-table th {
  width: 30%;
  background: #a99d87;
  text-align: center;
  color: #FFF;
  font-weight: bold;
}

.search-form {
  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;
  margin-right: 0.5em;
}

.search-btn {
  appearance: none;
  -webkit-appearance: none;
  border: none;
  position: relative;
  display: block;
  width: 50%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #519ba2;
  cursor: pointer;
  overflow: hidden;
  font-size: 18px;
  margin: 0 auto;
  padding: 0;
  border-radius: 10px;
}

.search-btn i {
  padding-left: 10px;
}

.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: #4d3b27;
  color: #fff;
  text-align: center;
  font-size: 17px;
  padding: 10px 0;
  margin-top: 20px;
}

.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: #519ba2;
  cursor: pointer;
  overflow: hidden;
  font-size: 15px;
  padding: 0;
  border-radius: 5px;
}


/*info.html*/
.info_header {
  background: #d1959d;
  width: 100%;
  padding: 10px;
  margin-bottom: 30px;
}

.info_content {
  /* width: 100%; */
  margin-top: 20px;
  padding: 0 1.8rem;
}

@media screen and (min-width: 768px) {
  .info_content {
    width: 740px;
    margin: 0 auto;
    padding: 0 1rem;
  }
}

.article-block:last-child {
  margin-bottom: 0;
}

.article-block {
  background-color: #fff;
}

.article-block__ttl {
  font-size: 1rem;
  position: relative;
}

.info_content p {
  font-size: 1rem;
  line-height: 2;
}

footer .footer-inr {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  padding: 30px 0;
}

@media screen and (min-width: 768px) {
  footer .footer-inr {
    width: 740px;
    margin: 0 auto;
    padding: 30px 0;
    display: flex;
    justify-content: center;
  }
}

footer .footer-inr .u-link {
  color: #d1959d;
}

.table-jp-btn {
  height: 28px;
}

/*  tab  */
* {
  margin: 0;
  padding: 0;
}

body {}

#tab-box {
  margin: 0 auto;
  width: 100%;
  text-align: center;
}

#tab-box ul {
  width: 750px;
  margin: 0 30px;
  padding: 0;
  list-style: none;
}

#tab-box ul li {
  margin-right: 3px;
  float: left;
  display: inline;
  font-size: 0;
}

#tab-box ul li a img {
  outline: none;
  border: none;
}

#tab-box div {
  display: none;
  width: 690px;
  margin: 0 auto;
  background-color: #FFF;
}

.clearFix:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: ".";
  zoom: 1;
}

.flex {
  display: flex;
}

@media (max-width: 750px) {
  .flex {
    width: 90%;
    margin: 0 auto;
  }

  .rank01_btn1 {
    margin-right: 10px;
  }

  .rank01_btn2 {
    margin-left: 10px;
  }
}

.item {
  width: 295px;
}

.between {
  justify-content: space-evenly;
}

.pb05 {
  padding-bottom: 0.5em;
}











.tabs {
  width: 95%;
  margin: 0 auto;
}

.tab-group {
  display: flex;
  justify-content: center;
}

.tab {
  flex-grow: 1;
  list-style: none;
  text-align: center;
  cursor: pointer;
}

.tab img {
  vertical-align: top;
}

.panel-group {
  border-top: none;
  background: #FFF;
}

.panel {
  display: none;
  padding-bottom: 5%;
}

.on-img {
  display: none;
}

.tab.is-active .on-img {
  display: block;
}

.tab.is-active .off-img {
  display: none;
}

.panel.is-active {
  opacity: 1;
  display: block;
  animation: fadeIn 0.7s ease 0s 1 normal;
}

/* 表示のアニメーション */
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }

  100% {
    opacity: 1;
  }
}


.slide-cont {
  display: -webkit-box;
  overflow-x: auto;
}

.slide-cont-img {
  min-width: 200px;
  margin: 0 5px;
}

.accordion {
  width: 95%;
  margin: 0 auto;
}

.hikaku_btn {
  position: relative;
  display: block;
  width: 70%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #519ba2;
  cursor: pointer;
  overflow: hidden;
  font-size: 18px;
  margin: 0 auto;
  border-radius: 10px;
}



@media screen and (min-width: 576px) {
  .search-title {
    font-size: 1.3rem;
  }
}

.search-title {
  color: #00738a;
  font-size: 1.6rem;
  font-weight: 600;
  padding-bottom: 20px;
  justify-content: center;

}

.search-perpendicular {
  transform: rotate(45deg);
}

.search-form {
  border-radius: 4px;
}

label {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

select {
  background-color: white;
  border: thin solid #00738a;
  border-radius: 4px;
  display: inline-block;
  font: inherit;
  line-height: 1.2em;
  padding: 0.5em 3.5em 0.5em 1em;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin-bottom: 6px;
  width: 45%;
}

select.classic {
  background-image: linear-gradient(45deg, transparent 50%, #00738a 50%), linear-gradient(135deg, #00738a 50%, transparent 50%), linear-gradient(to right, #FAF7F2, #FAF7F2);
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), 100% 0;
  background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
  background-repeat: no-repeat;
}

option {
  font-weight: normal;
  display: block;
  white-space: nowrap;
  min-height: 1.2em;
  padding: 0px 2px 1px;
}

.button[data-button-color="orange"] {
  color: #fff;
  background: #519ba2;
  border-radius: 10px;
}

.button[data-button-color="light-blue"] {
  color: #00738a;
  background: #f3fdff;
  border: 1px solid #00738a;
}

.button_home {
  width: 94%;
  justify-content: center;
  margin: auto;
}

.button {
  text-align: center;
  height: 60px;
  cursor: pointer;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  position: relative;
  z-index: 2;
  border: none;
  font-size: 18px;
  margin-top: 20px;
}

.c2 {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}


/* search */
.search_bg {
  background-color: #f6f5e6;
}

.bg--black {
  background: #484848;
}

.container2 {
  max-width: 750px;
  margin: 0 auto;
  padding-bottom: 20px;
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 64px;
  z-index: 9999;
  background: #fff;
}

.main-title {
  position: relative;
  display: inline-block;
  padding: 0 40px;
  left: 50%;
  transform: translateX(-50%);
  color: #00738a;
  font-size: 1.7rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.c--jBetween {
  justify-content: space-between;
}

.button--lg {
  width: 100%;
}

.ml--md {
  margin-left: 16px;
}

/* 20230227 */

.rank_area {
  text-align: center;
  background-color: #f5f2ea;
  padding: 1.5em;
}

.rank_area .big_txt {
  font-size: 1.3em;
  padding-top: 0.5em;
  color: #d3344e;
}

.rank_area .none_txt {
  font-size: 1.3em;
  padding-top: 0.5em;
  color: #777;
}



.rank_star {
  width: 100%;
  border: 1px solid #b8d6d8;
  margin-top: 30px;
}

.rank_star tr {
  border-top: 1px solid #b8d6d8;
}

.rank_star td {
  width: 50%;
  border-left: 1px solid #b8d6d8;
  padding: 0.6em;
  text-align: center;
}

.rank_star .l_bg {
  background-color: #cae1e3;
}


.tel_box {
  margin: 2em auto;
  background-color: #f5f2ea;
  padding: 5em 2em 2em;
  position: relative;
  text-align: center;
  border-radius: 10px;
}

.tel_box .tel-title {
  background-color: #564631;
  font-size: 1em;
  color: #fff;
  padding: 10px 0;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 10px 10px 0 0;
}

.tel_box a:link {
  color: #d3344e;
}


.big_txt {
  font-size: 1.8em;
  color: #d3344e;
}

.tel_none {
  font-size: 1.8em;
  color: #777;
}

@media (max-width: 750px) {
  .big_txt {
    font-size: 1.5em;
  }

  .tel_none {
    font-size: 1em;
  }
}

/*info.html*/

@media (min-width:768px) {
  .pc_none {
    display: none;
  }

  .sp_none {
    display: block;
  }
}

@media (max-width:767px) {
  .pc_none {
    display: block;
  }

  .sp_none {
    display: none;
  }
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.info_header {
  background: #4d3b27;
  padding: 1em 0;
  margin-bottom: 0.5em;
  text-align: center;
}

.info_header h1 {
  font-size: 1.5rem;
  color: #FFF;
  font-weight: bold;
}



.pankuzu {
  font-size: 12px;
  margin-bottom: 3em;
  margin-top: 1em;
}

.pankuzu span {
  padding: 0 0.7em;
}

.info_content {}

@media screen and (max-width: 767px) {
  .info_content {
    padding: 0 1em;
  }
}

@media screen and (min-width: 768px) {
  .info_content {
    width: 740px;
    margin: 0 auto;
    padding: 0 1rem;
  }
}

.article-block {
  text-align: center;
}

.article-block:last-child {
  margin-bottom: 0;
}



.article-block h2 {
  font-size: 1.5rem;
  color: #4d3b27;
  margin-bottom: 1em;
  font-weight: bold;
  margin-top: 2em;
}

@media screen and (max-width: 768px) {

  .article-block h1,
  h2 {
    margin-bottom: 0.6em;
  }

}

.article-block p {
  text-align: justify;
  line-height: 1.6em;
  padding-bottom: 20px;
}

.article-block__ttl {
  font-size: 1rem;
  position: relative;
}

footer .footer-inr {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  padding: 30px 0;
}

@media screen and (min-width: 768px) {
  footer .footer-inr {
    width: 740px;
    margin: 0 auto;
    padding: 30px 0;
    display: flex;
    justify-content: center;
  }
}

footer .footer-inr .u-link {
  color: #4d3b27;
}

.List {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  max-width: 650px;
}

@media screen and (max-width: 540px) {
  .List {
    margin-top: 24px;
  }
}

.List-Item {
  border-bottom: 1px solid #4d3b27;
  display: flex;
}

.List-Item:first-child {
  border-top: none;
}

.List-Item-Title {
  width: 30%;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1.8;
  font-weight: bold;
  font-size: 15px;
}

@media screen and (max-width: 540px) {
  .List-Item-Title {
    display: flex;
    align-items: center;
    font-size: 14px;
  }
}

.List-Item-Text {
  width: 70%;
  padding: 10px;
  line-height: 1.4;
  font-size: 15px;
}

.List-Item-Ul {
  width: 70%;
  padding: 10px;
  line-height: 1.8;
  list-style: none;
  font-size: 15px;
}

@media screen and (max-width: 540px) {
  .List-Item-Text {
    display: flex;
    align-items: center;
    font-size: 14px;
  }

  .List-Item-Ul {
    font-size: 14px;
  }
}

.info_ad {
  text-align: center;
}

.info_ad img {}

.desc-btn {
  color: #fff;
  background-color: #a8a8a8;
  cursor: pointer;
  overflow: hidden;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5px;
  border-radius: 5px;
  height: 40px;
}

.desc-btn.gtm-koduti {
  background: #d3344e;
  padding: 5px;
  font-weight: bold;
}

.pc-d {
  display: block;
}

.tel-btn {
  display: none;
}

@media screen and (max-width: 750px) {
  .pc-d {
    display: none;
  }

  .tel-btn {
    display: block;
    margin-bottom: 45px;
  }

  .tel-btn a {
    color: #fff !important;
    display: block;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    text-decoration: none;
    color: #ffffff;
    font-size: 18px;
    border-radius: 5px;
    height: 60px;
    font-weight: bold;
    border-bottom: 4px solid #179e43;
    transition: 0.3s;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.4);
    background-color: #37ad5e;
  }


}


/* ------------------------------------------------------------
  カウントダウンタイマー
------------------------------------------------------------ */

.timer_in_box {
  width: 85%;
  margin: auto;
  border: solid 2px #fece0a;
  background: #ffefb0;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  padding: 10px 10px;
  font-size: 1.3rem;
  position: relative;

}

.timer_in_box::before {
  content: "";
  position: absolute;
  top: -22px;
  left: 50%;
  margin-left: -15px;
  border: 11px solid transparent;
  border-bottom: 11px solid #ffefb0;
  z-index: 2;
}

.timer_in_box::after {
  content: "";
  position: absolute;
  top: -27px;
  left: 50%;
  margin-left: -17px;
  border: 13px solid transparent;
  border-bottom: 13px solid #fece0a;
  z-index: 1;
}

.timer_in_box .time-cp {
  font-weight: bold;
  padding-left: 1rem;
  display: block;
  text-align: center;
  color: red;
  margin-bottom: .5rem;
}

.timer_in_box .time-p {
  font-weight: bold;
  padding-left: 1rem;
  display: inline-block;
  width: 250px;
  color: #333333;
  text-align: center;
}

.timer_in_box .timerbox {
  background: #333333;
  color: #fff;
  border-radius: 30px;
  padding: 10px 10px;
  font-size: 1.2rem;
  display: inline-block;
  width: 290px;
  text-align: center;
}

.timer_in_box.top::before{
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 11px solid transparent;
  border-top: 11px solid #ffefb0;
  z-index: 2;
}

.timer_in_box.top::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -17px;
  border: 13px solid transparent;
  border-top: 13px solid #fece0a;
  z-index: 1;
}

.h {
  color: #fdf405;
  font-weight: bold;
  font-size: 1.3rem;
}

.m {
  color: #fdf405;
  font-weight: bold;
  font-size: 1.3rem;
}

.s {
  color: #fdf405;
  font-weight: bold;
  font-size: 1.3rem;
}

@media screen and (max-width:768px) {
  .timer_in_box {
    width: 100%;
    margin-top: 10px;
    display: block;
    padding: 10px 0;
    text-align: center;
  }

  .timer_in_box .time-cp{
    margin-bottom: 0;
    font-size: 16px;
  }

  .timer_in_box .time-p {
    text-align: center;
    padding: 0;
    font-size: 12px;
    width: auto;
  }

  .timer_in_box .timerbox {
    width: auto;
    margin: auto;
    text-align: center;
    padding: 4px 8px;
    font-size: 12px;
  }

  .h {
    color: #fdf405;
    font-weight: bold;
    font-size: 14px;
  }
  
  .m {
    color: #fdf405;
    font-weight: bold;
    font-size: 14px;
  }
  
  .s {
    color: #fdf405;
    font-weight: bold;
    font-size: 14px;
  }
}



.end {
  font-size: 1rem;
}

.mb30 {
  margin-bottom: 30px;
}