body{
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #333;
}
a{
  transition: .3s;
  cursor: pointer;
}

.container .container-smart{
  max-width: 800px;
  margin: 0 auto;
}

.home h2,.home h3,.home h4,.home h5,.home h6,.archive h2,.archive h3,.archive h4,.archive h5,.archive h6,h2.nostyle,h3.nostyle,h4.nostyle,h5.nostyle,h6.nostyle{
  border:none;
  padding: 0;
  background: none;
  line-height: 1.5em;
  margin: 0 0 0.5em 0;
}
.home h3::after,.home h3::before{
  display: none;
}

.c-blue{
  color: #2EA0C9;
}


.btn{
  display: block;
  text-align: center;
  line-height: 2rem;
  position: relative;
  margin: 0 auto;
  z-index: 0;
  cursor: pointer;
  border-radius: 0;
  border-radius: 8px;
}
.btn::after{
  content: '';
    display: block;
    position: absolute;
    border-top: solid 1px #000;
    border-right: solid 1px #000;
    width: 10px;
    height: 10px;
    right: 20px;
    top: 50%;
    transform: rotate( 45deg) translateY(-50%);
    transition: .5s;
}
.btn.btn-b-w{
  border: 1px solid #333333;
  background: #333333;
  color: #fff;
}
.btn.btn-b-w::after{
  border-color: #fff;
}
.btn.btn-b-w:hover{
  background: #c82832;
  border-color: #c82832;
  color: #fff;
}
.btn.btn-b-w:hover::after{
  border-color: #fff;
}
.btn-to-archive{
  margin-top: 30px;
  max-width: 300px;
}

.bg-light-blue{
  background-color: #F1FAFE;
}

.fv{
  position: relative;
  min-height: 500px;
}

.fv-phone-btn{
  background: #fff;
  color: #C9A52E;
  width: fit-content;
  padding: 5px 10px;
  border-radius: 20px;
  text-align: center;
  transition: .3s;
  margin-right: 10px;
  height: 100%;
}
.fv-phone-btn h2{
  font-size: 17px;
  margin: 0;
}
.fv-phone-btn:hover{
  color: #fff;
  background: #C9A52E;
}
.fv .search-box{
  color: #2EA0C9;
  text-align: center;
    justify-content: space-between;
}

.fv .search-box .recomend-tag-wrap{
  margin: 10px 0 0;
}
.fv .search-box .recomend-tag-wrap span.h{
  font-size: 12px;
  margin-right: 1rem;
}

.count-location-post{
  background: #fff;
  display: inline-block;
  color: #2EA0C9;
  padding: 5px 10px;
  border-radius: 20px;
  margin: 0;
  text-align: center;
  font-weight: bold;
  margin-right: 10px;
}
.line-contact{
  background: #00B900;
  display: inline-block;
  color: #fff;
  padding: 5px 10px;
  border-radius: 20px;
  margin: 0;
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
}
.line-contact img{
  width: 30px;
  margin: 5px auto 2px;
  display: block;
}
.line-contact:hover{
  color: #fff;
}
.count-location-post span.keisai-q{
  font-size: 17px;
}
.top-topic{
  margin-bottom: 30px;
}
.top-topic .title{
  display: block;
}
.topic-line{
  display: block;
}
.topic-line span,.topic-line time{
  display: inline-block;
  vertical-align: middle;
}
.topic-line:not(:last-child){
  margin-bottom: 1rem;
}
.topic-line .topic-tag{
  color: #fff;
  background: #2EA0C9;
  padding: 0 10px;
  min-width: 100px;
  margin: 0 10px;
  font-size: 12px;
  line-height: 1.2rem;
  text-align: center;
}
.search-box-input h3{
  margin-bottom: 5px;
  font-size: 18px;
}
@media screen and (min-width:992px) {
  .fv-phone-btn h2{
    font-size: 28px;
    letter-spacing: .1em;
  }
  .line-contact{
    margin-bottom: 0;
  }
  .fv .search-box{
    padding: 20px;
  }
  .count-location-post span.keisai-q{
    font-size: 28px;
  }
  .fv .search-box .search-box-input{
    width: 300px;
  }
  .fv .search-box .btn-box{
    width: calc(100% - 320px);}
  .top-topic{

  }
  .top-topic .title{
    display: inline-block;
  }
  .fv .search-box .btn-box .search-box-btn img{
    margin: 10px auto 10px;
  }
}
@media screen and (min-width:992px){
  .fv{
    height: 750px;
    min-height: auto;
  }
}


.cat-btn-list{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  font-size: 0.9rem;
}
.cat-btn-list a{
  list-style: none;
  color: #fff;
  background: #c82832;
  display: block;
  padding: 0px 10px;
  text-align: center;
  line-height: 3em;
  border-radius: 1.5em;
  text-decoration: none;
  color: #fff;
}
.cat-btn-list a:hover{
  background: #c82832;
}
@media screen and (min-width:768px) {
  .cat-btn-list{
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }
}
@media screen and (min-width:992px) {
  .cat-btn-list{
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    font-size: 1rem;
  }
}







.home section{
  padding: 70px 0;
}

section .sec-ttl{
  margin-bottom: 1em;
}
.search-cat .sec-ttl,.searchform-location .sec-ttl,.location-new .sec-ttl{
  text-align: center;
}
#searchform-location{
  max-width: 800px;
  margin: 0 auto;
}
#searchform-location input[type="submit"]{
  margin: 0 auto;
  display: block;
}

.label-wrap label{
  padding: 0.5em 0;
  display: inline-block;
  width: 49%;
  cursor: pointer;
}
.label-wrap label input[type="checkbox"]{
  transform: scale(1.5);
  margin-right: 10px;
}

@media screen and (min-width:768px) {
  .label-wrap label{
    width: 24%;
  }
}

.input-wrap{
  margin-bottom: 40px;
}

.site-footer{
  border: none;
  /* color: #fff; */
  background: #f2f2f2;
}
.footer-company-about .address{
  font-size: 16px;
}
.footer-company-about h2{
  border: none;
  margin-top: 0;
  padding-top: 0;
}
.footer-company-about a{
  font-size: 16px;
}
ul.footer-menu{
  list-style: none;
  padding-left: 0;
  margin-top: 40px;
}
ul.footer-menu li{
  padding: 4px 0;
}
ul.footer-menu a{
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 14px;
}
ul.footer-menu .location-menu-child{
  padding-left: 10px;
  padding: 1px 0;
}
ul.footer-menu .location-menu-child a{
  font-size: 13px;
}
ul.footer-menu a:hover{
  text-decoration: underline;
}


@media screen and (min-width:768px) {
  ul.footer-menu{
    margin-top: 0;
  }
}







.card-list{
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-column-gap: 5px;
  grid-row-gap: 5px;
}
.card-list h5{
  font-size: clamp(15px,1.5vw,18px)
}
.card-list.location-card-pickup-list{
  grid-template-columns: repeat(2, 1fr);
}
.card{
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  color: #333;
}
.card table{
  margin-bottom: 0;
}
.card table,.card table td,.card table th{
  border: none;
  text-align: left;
}
.card table td,.card table th{
  padding: 0.5em 0;
}
.card table th{
  width: 70px;
  font-weight: bold;
}
.card.coordinate-card table th{
  width: 100px;
}
.thum-box{
  padding-bottom: 60%;
  background: #eee;
  overflow: hidden;
  margin-bottom: 15px;
  position: relative;
}
.thum-box .thum-img{
  background-position: center;
  background-size: cover;
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  transition: .3s;
}
.card:hover{
  color: inherit;
}
.card:hover .thum-img{
  transform: scale(1.1);
}

.terms-tag{
  background: #2EA0C9;
}
.terms-tag-wrap{
  margin-bottom: 5px;
}
.buildterms-tag{
  background: #C9A52E;
}
.terms-tag,.buildterms-tag{
  padding: 0 5px;
  display: inline-block;
  color: #fff;
  margin-right: 5px;
  font-size: 12px;
  margin-bottom: 3px;
  transition: .3s;
}
a:hover > .terms-tag,a:hover > .buildterms-tag{
  background: #999;
}


@media screen and (min-width:768px) {
  .card-list{
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .card-list.location-card-pickup-list{
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width:992px) {
  .card-list{
    grid-template-columns: repeat(4, 1fr);
  }
  .card-list.location-card-pickup-list{
    grid-template-columns: repeat(4, 1fr);
  }
}



.archive-section{
  padding: 40px 0;
}
.page-ttl{
  margin-bottom: 40px;
  margin-top: 10px;
}
.page-ttl h1{
  font-size: 28px;
}
.tax-ttl{
  text-align: center;
  margin-bottom: 40px;
}
.tax-ttl h1{
  font-size: 28px;
}
@media screen and (min-width:992px) {
  .archive-section{
    padding: 70px 0;
  }
}




.single-location h4{
  background: none;
  padding: 0;
}
table.single-table,table.single-table th,table.single-table td{
  border: none;
  text-align: left;
}
table.single-table th{
  padding: 1rem 0;
}
table.single-table td{
  padding: 1rem 0 1rem 0.5rem;
}
table.single-table th{
  font-weight: bold;
  vertical-align: top;
  min-width: 130px;
}
table.single-table td{
  width: 80%;
}
.table-text-link{
  text-decoration: underline;
}

.contact-btn.btn.btn-b-w{
  margin-top: 50px;
  font-size: 1.2rem;
}
.contact-btn.btn.btn-b-w span{
  font-size: 0.8em;
}
.home .contact-btn.btn.btn-b-w{
  margin-top: 0;
}

.eyecatch{
  max-width: 500px;
  margin: 0 auto;
  height: 500px;
  position: relative;
  object-fit: cover;
}
.eyecatch img{
  object-fit: contain;
  display: block;
  /* position: absolute;
  height: 100%;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%; */
  width:auto;
   height:auto;
   max-width:100% !important;
   max-height:100% !important;
   vertical-align: middle;
   margin: 0 auto;
}
.img-container--table-cell {
 position: relative;
 display: flex;
 vertical-align: middle;
 text-align: center;
 background: #f0f0f0;
 margin: 0 auto;
 width: 80vw;
 height: 80vw;
}
ul.thum-list{
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  list-style: none;
  padding: 0;
}
ul.thum-list li{
  margin: 0;
  position: relative;
  padding-bottom: 100%;
  justify-content: center;
  display: flex;
}
ul.thum-list li img{
  margin: 0 auto;
  display: block;
  object-fit: contain;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}
@media screen and (min-width: 768px) {
  ul.thum-list{
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }
  ul.thum-list li{
    justify-content: flex-start;
  }
  .img-container--table-cell {
   position: relative;
   width: 600px;
   height: 600px;
   display: table-cell;
   vertical-align: middle;
   text-align: center;
   background: #f0f0f0;
   margin: 0 auto;
  }
}


.location-info-block{
  border-bottom: 1px solid #eee;
  padding: 30px 0;
}
.print-btn{
  background: #2EA0C9;
  display: block;
  width: fit-content;
  padding: 0 20px;
  line-height: 2em;
  color: #fff;
  text-align: center;
  margin: 0 0 0 auto;
  border-radius: 1em;
}
.print-btn:hover{
  color: #2EA0C9;
  background: #eee;
}



.form{width: 100%;
  max-width: 600px;
    margin: 0 auto;}
.form .left{display: inline-block;width: 30%;vertical-align: top;}
.form .right{
	display: inline-block;
	width: 69%;
}
.must{font-size: 12px;
    padding: 0 0 0 6px;
    color: #f36666;

}
.center{
	text-align:center;
}



.search-btn-drop{
  display: block;
  max-width: 400px;
  width: 90%;
  text-align: center;
  background: #2EA0C9;
  border: 2px solid #2EA0C9;
  color: #fff;
  line-height: 2rem;
  margin: 0 auto 30px;
  font-weight: bold;
}
.search-btn-drop:hover{
  background: #fff;
  color: #2EA0C9;
}
#search-btn-drop-area{
  padding: 50px 0;
  margin: 50px 0;
}
#search-btn-drop-area.searchform-location .sec-ttl{
  display: none;
}

footer h5{
  border: none;
}
footer .menu li a{
  color: #fff;
}
footer .widget_nav_menu>div>ul li a{
  border: none;
  font-size: 1rem;
}
footer .widget_nav_menu>div>ul ul.sub-menu li a{
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 0.9rem;
}




.thumbnail .slick-track {
  transform: unset !important;
}
.thumbnail-img {
  opacity: 0.3;
  transition: opacity .3s linear;
  width: calc(100% / 3) !important;
}
.thumbnail .slick-current {
  opacity: 1;
}
.slick-slider-wrap{
  max-width: 600px;
  margin: 0 auto 40px;
}
.slide-arrow {
  background-color: transparent;
  bottom: 0;
  height: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 0;
  z-index: 10;
  cursor: pointer;
}
.prev-arrow {
  border-bottom: solid 2px #fff;
  border-left: solid 2px #fff;
  width: 24px;
  height: 24px;
  transform: rotate(45deg);
  left: 10px;
}
.next-arrow {
  border-bottom: solid 2px #fff;
  border-left: solid 2px #fff;
  width: 24px;
  height: 24px;
  transform: rotate(225deg);
  right: 10px;
}


body{
  position: relative;
}
.fixed-btn-wrap{
  padding-right: 74px;
  position: fixed;
  width: 100%;
  left: 50%;
  bottom: 1%;
    z-index: 10;
  display: flex;
  justify-content: end;
  transform: translateX(-50%);
}
.fixed-btn{
  width: 90px;
  height: 64px;
  background: #c82832;
  color: #fff;
  display: block;
  align-items: center;
  justify-content: center;
  padding: 10px 8px;
  border-radius: 20px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: .1em;
  text-align: center;
  margin-right: 5px;
}
.fixed-btn i{
  margin-right: 0;
}
.fixed-btn:hover{
  color: #fff;
}
.fixed-btn.phone-fixed-btn{
  background: #C9A52E;
}
.fixed-btn.line-fixed-btn{
  background: #00B900;
}
.fixed-btn.line-fixed-btn img{
  width: 20px;
}
.phone-fixed-btn-text{
  font-size: 12px;
  display: block;
}


@media screen and (min-width: 768px) {
  .fixed-btn.phone-fixed-btn{
  }
  .fixed-btn-wrap{
    position: fixed;
    width: fit-content;
    left: auto;
    right: 0;
    bottom: auto;
    top: 140px;
    display: flex;
    align-items: end;
    flex-direction: column;
    transform: translateY(0%) translateX(0);
    z-index: 10;
    padding-right: 0px;
  }
  #chatbase-bubble-window{
    right: 80px !important;
  }
  .comment-fixed-btn{
    margin-bottom: 10px;
  }
  .fixed-btn{
    width: auto;
    height: auto;
    writing-mode: vertical-rl;
    color: #fff;
    display: block;
    z-index: 10;
    bottom: auto;
    padding: 10px;
    border-radius: 20px 0 0 20px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: .1em;
    transition: .3s;
    margin-right: 0;

  }
  .fixed-btn:hover{
    color: #fff;
    padding-right: 30px;
  }
  .fixed-btn.phone-fixed-btn{
    top: calc(20% + 180px);
  }
}


.home section.top-bnr{
  padding: 0;
}
.home section.top-bnr img{
  margin: 0 auto;
}

section{

}

.own-stdio-bnr{
  display: block;
  margin: 0 auto;
  max-width: 400px;
  text-align: center;
  line-height: 100px;
  font-size: 30px;
  color: #fff;
  background-color: #2a4242;
  background-image: url(../../_g3/img/bnr-bg.jpg);
  background-size: 100%;
  background-position: center;
  background-blend-mode: overlay;
  font-weight: bold;
}
.own-stdio-bnr:hover{
  color: #fff;
  background-size: 110%;
}




.footer-bnr{
  padding: 70px 0;
}

.footer-cv{
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  flex-wrap: wrap;
}
.footer-cv-btn{
  width: 100%;
  display: block;
  padding: 20px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  border-radius: 20px;
  font-weight: bold;
}
.footer-cv-btn.footer-cv-btn-mail{
  background: #2EA0C9;
  border: 2px solid #2EA0C9;
  margin-top: 20px;
}
.footer-cv-btn.footer-cv-btn-phone{
  background: #C9A52E;
  border: 2px solid #C9A52E;
}
.footer-cv-btn:hover{
  background: #fff;
}
.footer-cv-btn.footer-cv-btn-mail:hover{
  color: #2EA0C9;
}
.footer-cv-btn.footer-cv-btn-phone:hover{
  color: #C9A52E;
}

.bnr-wrap{
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr;
}
.cm-bnr:hover{
  opacity: 0.8;
}

.fv-discount{
  color: #ff62d3;
  text-align: center;
  font-size: clamp(13px,1.6vw,18px);
  margin: 10px 0 0;
  filter: drop-shadow(0 0 1px #fff) drop-shadow(0 0 1px #fff) drop-shadow(0 0 1px #fff) drop-shadow(0 0 1px #fff) drop-shadow(0 0 1px #fff) drop-shadow(0 0 1px #fff) drop-shadow(0 0 1px #fff) drop-shadow(0 0 1px #fff);
  font-weight: bold;
}


@media screen and (min-width: 768px) {
  .bnr-wrap{
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 768px) {
  .footer-cv-btn{
    width: 48%;
    padding: 30px;
    font-size: 24px;
  }
  .footer-cv-btn.footer-cv-btn-mail{
    margin-top: 0px;
  }
  .footer-cm{
    /* grid-template-columns: 1fr 1fr 1fr; */
    /* grid-gap: 20px; */
  }

}

@media screen and (min-width: 1200px){
  .footer-cm{
    /* grid-template-columns: 1fr 1fr 1fr 1fr 1fr; */
    /* grid-gap: 20px; */
  }
  .bnr-wrap{
    grid-template-columns: 1fr 1fr 1fr;
  }
}
