﻿@charset "UTF-8";

.main-cont *{
  box-sizing: border-box;
}

.main-cont{
  letter-spacing: 0.05em;
  color: #000000;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.5;
  padding-bottom: 10rem;
}
.main-cont .sp_only{display: none;}
.main-cont a{display: block;transition: all 0.5s;}
.main-cont ul li,#LP_page ol li{list-style: none;}

.main-cont p {
  display: block;
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.5;
}

.main-cont h1 {
  float: none;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 5rem;
  padding: 0;
}

.main-cont h1 span {
  font-size: 5rem;
  display: block;
  padding: 0 0 3rem;
}

/*------------ search-area ------------*/

.search-area{
    margin: 0 auto 5rem;
    width: 40rem;
}

.search-area input[type="text"] {
    padding: 1.5rem;
    font-size: 1.6rem;
    border: 1px solid #f2f2f2;
    box-shadow: 8px 10px 16px -15px rgba(0,0,0,0.4) inset;
    border-radius: 3rem;
    width: 100%;
    height: 5rem;
}

.search-area input[type="text"]:focus {
  background: #f4f4f4;
}

.search-result__hit-num{
    text-align: center;
    margin: 2rem auto 0;
    font-size: 1.5rem;
}

table.hidden,
.area-cont tr:not(:first-child).hidden {
  display: none
}


/*------------ area-list ------------*/

.area-list {
    margin: 0 auto 6rem;
}

.area-list ul{
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.area-list a{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.4rem 4rem;
    border-radius: 2.5rem;
    border: 2px solid #F2F2F2;
    font-size: 1.8rem;
    line-height: 1;
}

.area-list a:hover{
    color: #fff;
    background: #053931;
    opacity: 1;
}


/*------------ area-cont ------------*/

.area-cont table{
    margin-top: 6rem;
    padding-top: 6rem;
    border-top: 1px solid;
    width: 100%;
}

.area-cont tr:not(:first-child){
    float: right;
    width: calc(100% - 30rem);
    display: flex;
    justify-content: space-between;
    align-items: start;
}

.area-cont tr:not(:last-child){
    padding-bottom: 4rem;
    margin-bottom: 4rem;
    border-bottom: 1px solid #EBEBEB;
}

.area-cont tr:first-child{
    position: sticky;
    top: 10rem;
    left: 0;
    padding: 0;
    margin-bottom: 0;
    border: none;
    width: 30rem;
    float: left;
}

.area-cont th{
    color: #053931;
    font-weight: normal;
    font-size: 3rem;
    line-height: 1.5;
}

.area-cont .info-blk{
    width: 75%;
}

.area-cont .link-blk{
}

.area-cont .shop_name{
    font-size: 2.4rem;
}

.area-cont .icon_list{
    display: flex;
    margin-top: 0.8rem;
}

.area-cont .icon_list span{
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    height: 2.4rem;
    font-size: 1.3rem;
    line-height: 1;
    padding: 0.2rem 1rem 0;
    color: #bebebe;
    margin-right: 0.8rem;
    border: 1px solid #bebebe;
}

.area-cont .icon_list_02 {
    flex-wrap: wrap;
    margin-top: 2rem;
    gap: 0.7rem 0;
}

.area-cont .icon_list_02 span {
    color: #fff;
    background: #bebebe;
}

.area-cont .shop_addres{
    margin-top: 1.8rem;
}

.area-cont li{
    display: flex;
}

.area-cont .ttl{
    width: 9rem;
}

.area-cont .text{
    width: calc(100% - 9rem);
}

.area-cont .shop_tel{
    margin-top: 0.8rem;
}

.area-cont .shop_hours{
    margin-top: 0.6rem;
}

.area-cont .shop_note{
    margin-top: 2rem;
}

.area-cont .link-blk{
    display: flex;
    gap: 2rem;
    align-items: center;
}

.area-cont .btn-map{
    width: 12rem;
    height: 3rem;
    border-radius: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    border: 1px solid #053931;
    color: #053931;
}

.info-blk .txt_sm {
    display: inline-block;
    font-size: 0.85em;
    line-height: 1.5;
}

.info-blk br + .txt_sm  {
    padding: 0.5rem 0 0;
}

/*--------------------------------
            Responsive
 --------------------------------*/

@media screen and (max-width: 1400px){
  html {
    font-size: calc(10 * (100vw / 1400));
  }
}

/*--------------------------------
            Layout  SP
 --------------------------------*/
@media (max-width: 768px) {

html {
  font-size: calc(10 * (100vw / 430));
}

.main-cont .sp_only{display: block;}
.main-cont .pc_only{display: none;}

.main-cont{
  font-size: 1.5rem;
  padding: 0 1.5rem 6rem;
}

.main-cont p {
  font-size: 1.5rem;
}

.main-cont h1 {
    padding: 0;
    font-size: calc(24 * (100vw / 750));
    margin: calc(100 * (100vw / 750)) auto calc(50 * (100vw / 750));
}

.main-cont h1 span {
    font-size: calc(70 * (100vw / 750));
    padding: 0 0 calc(40 * (100vw / 750));
}


/*------------ search-area ------------*/

.search-area{
    margin: 0 auto 3rem;
    width: 100%;
}


/*------------ area-list ------------*/

.area-list {
    margin: 0 auto 5rem;
}

.area-list a{
    padding: 1rem 2.5rem;
    border-radius: 2rem;
    font-size: 1.6rem;
}


/*------------ area-cont ------------*/

.area-cont table{
    margin-top: 5rem;
    padding-top: 5rem;
}

.area-cont tr:not(:first-child){
    float: none;
    width: 100%;
    display: block;
    padding-top: 3rem;
    margin-top: 3rem;
    border-top: 1px solid #EBEBEB;
}

.area-cont tr:not(:last-child){
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}

.area-cont tr:first-child{
    position: static;
    width: 100%;
    float: none;
}

.area-cont .info-blk{
    width: 100%;
}

.area-cont .link-blk{
}

.area-cont .shop_name{
    font-size: 2rem;
}

.area-cont .shop_addres{
    margin-top: 1.2rem;
}

.area-cont .ttl{
    width: 8rem;
}

.area-cont .text{
    width: calc(100% - 8rem);
}

.area-cont .link-blk{
    justify-content: right;
    margin-top: 2rem;
}

.area-cont .btn-map{
    width: 18rem;
}

.info-blk .txt_sm {
  display: block;
  padding: 1rem 0 0;
}

}
