/* Common
----------------------------------------------------------------*/
section {
  width:100%;
  height: auto;
  display: block;
}

#wrapper {
  background-image: url(../img/index/pagebottom.webp);
  background-repeat: no-repeat;
  background-position: 0 100.1%;
  background-size: 100% auto;
}

.sectitle {
  width:fit-content;
  height: auto;
  display: flex;
  flex-direction: column;
  text-align: center;
  margin:0 auto 30px;
}
.sectitle h2 {
  font-size: clamp(0.8rem,0vw + 1rem, 10rem)!important;
  font-family: var(--font-min)!important;
  letter-spacing:-0.5em!important;
  font-weight: 400!important;
  letter-spacing: -0.02em!important;
  line-height: 1em!important;
  color:var(--color-black)!important;
  text-align: center!important;
  margin:0;
  order:2;
}
.sectitle p {
  font-size: clamp(1rem,2vw + 1rem, 10rem)!important;
  font-family: var(--font-min)!important;
  letter-spacing: var(--font-min-ls)!important;
  font-weight: 400!important;
  line-height: 1em!important;
  color:var(--color-1st)!important;
  text-align: center!important;
  margin:0 0 0.3em 0!important;
  order:1;
}

.sectitle_b {
  width:fit-content;
  height: auto;
  display: flex;
  flex-direction: column;
  text-align: center;
  margin:0 auto 30px;
}
.sectitle_b h2 {
  font-size: clamp(0.8rem,0vw + 1rem, 10rem);
  font-family: var(--font-min);
  letter-spacing:-0.5em;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1em;
  color:var(--color-white);
  text-align: center;
  margin:0;
  order:2;
}
.sectitle_b p {
  font-size: clamp(1rem,2vw + 1rem, 10rem);
  font-family: var(--font-min);
  letter-spacing: var(--font-min-ls);
  font-weight: 400;
  line-height: 1em;
  color:var(--color-1st);
  text-align: center;
  margin:0 0 0.3em 0;
  order:1;
}

.tac {text-align: center;}


/* 1. First view -------------*/
#hero {
  width:100%;
  height: auto;
  aspect-ratio: 800 / 533;
  display: block;
  background-color: var(--color-black);
  background-image: url(../img/index/topimage.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#hero h1 {
  font-size: clamp(2rem, 2vw + 2rem, 10rem);
  font-family: var(--font-min);
  font-weight: 300;
  color:var(--color-white);
  line-height: 1.25em;
  letter-spacing: var(--font-min-ls);
  margin-bottom: 0.3em;
}
#hero h1 span {
  font-weight: 700;
}
.hero-content {
width:100%;
height: auto;
display: flex;
flex-direction: column;
justify-content: center;
  aspect-ratio: 800 / 533;
  padding:0 5%;
}
.hero-content h2 {
  font-size: clamp(1.5rem, 2vw + 1rem, 2.2rem);
  font-family: var(--font-min);
  font-weight: 500;
  color:var(--color-white);
  line-height: 1em;
  letter-spacing: var(--font-min-ls);
  margin-bottom: 0.4em;
}
.hero-content h2 span {
  width:fit-content;
  height: auto;
  display: inline-block;
  padding:0.2em 0.5em;
  color:var(--color-white);
  background-color: var(--color-3rd);
  border-radius: 5px;
  margin-right:0.2em;
}
.hero-content p {
   font-size: clamp(1.5rem, 2vw + 1rem, 2.2rem);
  font-family: var(--font-min);
  font-weight: 500;
  color:var(--color-white);
  line-height: 1em;
  letter-spacing: var(--font-min-ls);
}
.hero-content p strong {
  font-size: clamp(1rem, 1.5vw + 1rem, 10rem);
  font-family: var(--font-min);
  font-weight: 700;
  color:var(--color-white);
  line-height: 1em;
  letter-spacing: var(--font-min-ls);
}

/* 2. こんな方に選ばれています -------------*/
#intro {
  width:100%;
  height: auto;
  display: block;
  background-color: var(--color-white);
  background-image: url(../img/index/border09.webp);
  background-repeat: no-repeat;
  background-position: center 100.1%;
  background-size: 100% auto;
  position: relative;
}
.intcov01 {
  width:100%;
  height: auto;
  display: block;
  background-image: url(../img/index/introimg.webp);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 35% auto;
}
.intcov02 {
  width:100%;
  height: auto;
  display: block;
  background-image: url(../img/index/introimg2.webp);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 35% auto;
}
#intro article {
width:100%;
max-width:1920px;
height: auto;
display: block;
padding:10% 5% 15%;
margin:0 auto 0;
}
#intro article h2 {
font-size: clamp(1rem, 1.5vw + 1rem, 10rem);
font-weight: 500;
font-family: var(--font-min);
letter-spacing: var(--font-min-ls);
color:var(--color-black);
text-align: center;
  margin-bottom: 0.2em;
}
#intro article h3 {
  font-size: clamp(1rem, 0.5vw + 1rem, 4rem);
  font-weight: 400;
  font-family: var(--font-min);
  letter-spacing: var(--font-min-ls);
  color:var(--color-1st);
  text-align: center;
  margin-bottom: 1.5em;
}
#intro article ul {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
#intro article ul li {
  flex: 1;
  height: auto;
  display: block;
  margin:0 2% 0 2%;
  font-size: clamp(1rem, 1.5vw + 0rem, 2rem);
font-weight: 500;
font-family: var(--font-min);
letter-spacing: var(--font-min-ls);
color:var(--color-black);
text-align: center;
background: #FFFFFF;
background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(242, 240, 233, 1) 85%, rgba(240, 235, 216, 1) 100%);
padding:25px 5px;
border-radius: 3px;
box-shadow: 0px 10px 20px rgba(0,0,0,0.1);
}
#intro article ul li span {
  width:60px;
  height: 60px;
  display: block;
  font-size:30px;
  font-family: var(--font-min);
  line-height: 60px;
  letter-spacing: 0;
  color:var(--color-2nd);
  background-color: var(--color-black);
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);

  margin:0 auto 0.5em;
}
#intro article p {
  font-size: clamp(0.8rem, 1vw + 0rem, 1.5rem);
  font-weight: 400;
  line-height: 2em;
  color:var(--color-black);
  text-align: center;
  margin-bottom: 0;
}



/* 3. Ge3y'sが選ばれる4つの理由 -------------*/
#features {
  width:100%;
  height: auto;
  display: block;
  background-color: var(--color-222);
  background-image: url(../img/index/border08.webp);
  background-repeat: no-repeat;
  background-position: center 100.1%;
  background-size: 100% auto;
}
#features .features_body {
  width:100%;
  max-width:1920px;
  height: auto;
  display: block;
  padding:5% 5% 15%;
  margin:0 auto 0;
}
#features .features_body .features01mm {
  width:100%;
  height: auto;
  display: block;
  background-image: url(../img/header/ic-ar_vd.webp);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: auto 80px;
  padding-bottom: 100px;
  margin-bottom: 20px;
}
#features .features_body .features01mm h2 {
  font-size: clamp(1rem, 1.5vw + 1rem, 10rem);
  font-weight: 500;
  font-family: var(--font-min);
  letter-spacing: var(--font-min-ls);
  color:var(--color-white);
  text-align: center;
  margin-bottom: 0.2em;
}
#features .features_body .features01mm h2 strong {
  color: var(--color-4th);
  font-weight: 700;
}
#features .features_body .features01mm h3 {
  font-size: clamp(1rem, 0.5vw + 1rem, 4rem);
  font-weight: 400;
  font-family: var(--font-min);
  letter-spacing: var(--font-min-ls);
  color:var(--color-2nd);
  text-align: center;
  margin-bottom: 1em;
}
#features .features_body .features01mm ul {
  width:100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  margin:0 auto 30px;
}
#features .features_body .features01mm ul li {
  flex:1;
  height: auto;
  display: block;
  text-align: center;
  background-color: var(--color-white);
  border-radius: 3px;
  font-size: clamp(1.2rem, 1.5vw + 0rem, 2rem);
  font-weight: 500;
  font-family: var(--font-min);
  letter-spacing: var(--font-min-ls);
  line-height: 1.5em;
  color:var(--color-black);
  padding:1em 1em;
  margin:0 1% 0;
}
#features .features_body .features01mm ul li strong {
  width:fit-content;
  height: auto;
  display: block;
  margin:0 auto 0.8em;
  padding:0 1em 0.1em;
  font-size: clamp(1rem, 1vw + 0rem, 1rem);
  font-weight: 500;
  color: var(--color-1st);
  line-height: 1.5em;
  border-bottom: 1px solid var(--color-1st);
}
#features .features_body .features01mm p {
  font-size: clamp(0.8rem, 1vw + 0rem, 1.5rem);
  font-weight: 400;
  line-height: 2em;
  color:var(--color-white);
  text-align: center;
  margin-bottom: 0;
}

#features .features_body .features02mm {
  width:100%;
  height: auto;
  display: block;
}
#features .features_body .features02mm h2 {
  font-size: clamp(1rem, 1vw + 1rem, 4rem);
  font-weight: 500;
  font-family: var(--font-min);
  letter-spacing: var(--font-min-ls);
  color:var(--color-white);
  text-align: center;
  margin-bottom: 0.8em;
}
#features .features_body .features02mm h2 strong {
  color: var(--color-2nd);
  font-weight: 700;
}
#features .features_body .features02mm ul {
  width:100%;
  height: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#features .features_body .features02mm ul li {
  width:30.333333333%;
  height: auto;
  display: block;
  text-align: center;
  font-size: clamp(1rem, 1vw + 0rem, 2rem);
  font-weight: 400;
  font-family: var(--font-min);
  letter-spacing: var(--font-min-ls);
  color:var(--color-white);
  border: 1px solid var(--color-1st);
  background-repeat: no-repeat;
  background-position: center 15%;
  background-size: auto 50%;
  margin:0 1.5% 30px;
  padding: 9% 1% 2%;
}

/* 4. 施工実績／ビフォーアフター -------------*/
#results {
  width:100%;
  height: auto;
  display: block;
  background-color: var(--color-black);
  background-image: url(../img/index/border07.webp);
  background-repeat: no-repeat;
  background-position: center 100.1%;
  background-size: 100% auto;
}
#results .resultsbase {
  width:100%;
  max-width:1600px;
  height: auto;
  display: block;
  padding:5% 5% 15%;
  margin:0 auto 0;
}


/* 5. お客様の声 -------------*/
#voice {
  width:100%;
  height: auto;
  display: block;
  background-color: var(--color-white);
  background-image: url(../img/index/border06.webp);
  background-repeat: no-repeat;
  background-position: center 100.1%;
  background-size: 100% auto;
}
#voice .voicebase {
  width:100%;
  max-width:1600px;
  height: auto;
  display: block;
  padding:5% 5% 15%;
  margin:0 auto 0;
}
.reviews {
  width:100%;
  height: auto;
  display: block;
  position: relative;
  padding:0 0 0 0;
}
.reviews article {
  display: flex;
  flex-direction: column;
  margin:0 0.2% 15px;
  background-color: #fff;
  box-shadow: 0px 5px 10px rgba(0,0,0,0.15);
}



/* 6. 他社との比較 -------------*/
#comparison {
  width:100%;
  height: auto;
  display: block;
  background-color: var(--color-f5);
  background-image: url(../img/index/border05.webp);
  background-repeat: no-repeat;
  background-position: center 100.1%;
  background-size: 100% auto;
}
#comparison article {
  width:100%;
  max-width:1600px;
  height: auto;
  display: block;
  padding:5% 5% 15%;
  margin:0 auto 0;
}
#comparison article p {
  font-size: clamp(0.8rem, 1vw + 0rem, 1.5rem);
  font-weight: 400;
  line-height: 2em;
  color:var(--color-black);
  margin-bottom: 1.5em;
}
.comparison-table table {
  width:100%;
  background-color: var(--color-white);
  border: 1px solid var(--color-ccc);
  border-collapse: collapse;
  box-shadow: 0px 10px 15px rgba(255,255,255,1);
}
.comparison-table table th {
  width:25%;
  padding:25px 10px;
  border: 1px solid var(--color-ccc);
  font-size: clamp(1rem, 1vw + 0rem, 1.5rem);
  font-weight: 400;
  line-height: 1.5em;
  color:var(--color-white);
  background-color: var(--color-black);
}
.comparison-table table td {
  width:25%;
  padding:35px 10px;
  border: 1px solid var(--color-ccc);
  font-size: clamp(0.9rem, 1vw + 0rem, 1rem);
  font-weight: 400;
  line-height: 1.5em;
  text-align: center;
  color:var(--color-666);
  background-color: var(--color-white);
}
.comparison-table table tr td:nth-of-type(1) {
  background-color: var(--color-3rd);
  color:var(--color-white);
  font-size: clamp(1rem, 1.5vw + 0.5rem, 1.5rem);
  font-weight: 600;
  line-height: 1em;
  font-family: var(--font-min);
  letter-spacing: var(--font-min-ls);
}
.comparison-table table td.cotab_title1 {
  font-size: clamp(1rem, 1vw + 0.5rem, 2rem);
  font-weight: 700;
  line-height: 1.25em;
}
.comparison-table table td.cotab_title2 {
  font-size: clamp(1rem, 1.5vw + 1rem, 3rem)!important;
  font-weight: 700;
  line-height: 1.25em;
  font-family: var(--font-min);
  letter-spacing: var(--font-min-ls);
}
.comparison-table table tr td span {
  display: block;
  font-size: clamp(0.5em, 1vw + 0.2rem, 1rem)!important;
}

/* 7. コーティングメニュー・料金プラン -------------*/
#plans {
  width:100%;
  height: auto;
  display: block;
  background-color: var(--color-white);
  background-image: url(../img/index/border04.webp);
  background-repeat: no-repeat;
  background-position: center 100.1%;
  background-size: 100% auto;
}
#plans .plansbase {
  width:100%;
  max-width:1920px;
  height: auto;
  display: block;
  padding:5% 5% 20%;
  margin:0 auto 0;
}

.plan-list {
  width:100%;
  height: auto;
  display:flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.plan-list article.plansingle {
  width:45%;
  height: auto;
  display: flex;
  flex-direction: column;
  margin:0 2.5% 5%;
  background-color: var(--color-fa);
  box-shadow: 0px 5px 10px rgba(0,0,0,0.15);
}


.plan-list article.plansingle .pscc {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  flex: 1;
  padding:30px 20px;
}
.plan-list article.plansingle .pscc h3 {
font-size: clamp(1rem, 1.1vw + 0.6rem, 10rem);
  font-weight: 700;
  font-family: var(--font-min);
  letter-spacing: var(--font-min-ls);
  color:var(--color-black);
  margin-bottom: 0.2em;
  order:1;
}
.plan-list article.plansingle .pscc h4 {
font-size: clamp(0.6rem, 1vw + 0rem, 2rem);
  font-weight: 400;
  font-family: var(--font-min);
  letter-spacing: var(--font-min-ls);
  letter-spacing: -0.02em;
  color:var(--color-1st);
  margin-bottom: 0.5em;
  order:2;
}
.plan-list article.plansingle .pscc h5 {
font-size: clamp(1rem, 1vw + 0.2rem, 2rem);
  font-weight: 500;
  font-family: var(--font-min);
  letter-spacing: var(--font-min-ls);
  letter-spacing: -0.02em;
  color:var(--color-black);
  margin-bottom: 0.8em;
  order:3;
}
.plan-list article.plansingle .pscc h6 {
font-size: clamp(0.8rem, 1vw + 0rem, 1rem);
  font-weight: 500;
  font-family: var(--font-min);
  letter-spacing: var(--font-min-ls);
  letter-spacing: -0.02em;
  color:var(--color-black);
  margin-bottom: 0.2em;
  order:5;
}
.plan-list article.plansingle .pscc p.pscomment {
font-size: clamp(0.8rem, 1vw + 0rem, 1.5rem);
font-weight: 500;
font-family: var(--font-min);
letter-spacing: var(--font-min-ls);
line-height: 1.8em;
color:var(--color-black);
margin-bottom: 1em;
  flex-grow: 1;
  order:4;
}
.plan-list article.plansingle .pscc p.psprice {
font-size: clamp(1rem, 1vw + 0.5rem, 1rem);
  font-weight: 500;
  font-family: var(--font-min);
  letter-spacing: var(--font-min-ls);
  letter-spacing: -0.02em;
  color:var(--color-black);
  margin-bottom: 0.8em;
  order:6;
}
.plan-list article.plansingle .pscc p.psprice strong {
  font-size: clamp(1.5rem, 1vw + 1rem, 4rem);
  font-weight: 400;
}

.plan_sec02mm {
  width:100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  padding:20px 0 0 0;
  margin:0 auto;
}
.plan_sec02mm .ps2m_01 {
  flex:1;
  height: auto;
  display: flex;
  flex-direction: column;
  padding:30px 20px;
  background-color: var(--color-f5);
  box-shadow: 0px 5px 10px rgba(0,0,0,0.15);
  margin:0 2.5%;
}
.plan_sec02mm .ps2m_02 {
  flex:1;
  height: auto;
  display: flex;
  flex-direction: column;
  padding:30px 20px;
  background-color: var(--color-fa);
  box-shadow: 0px 5px 10px rgba(0,0,0,0.15);
  margin:0 1%;
}

.plan_sec02mm h3 {
   font-size: clamp(1.125rem, 1.3vw + 0.6rem, 1.25rem); /* 18px〜20px */
  font-family: var(--font-min);
  letter-spacing: var(--font-min-ls);
  font-weight: 700;
  line-height: 1em;
  letter-spacing: -0.02em;
  color:var(--color-black);
  border-bottom: 1px solid var(--color-1st);
  padding:0 0 0.5em 0;
  margin-bottom: 0.5em;
}
.plan_sec02mm p {
  font-size: clamp(0.5rem, 1vw + 0.2rem, 2rem);
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 1.5em;
  color:var(--color-black);
  margin:0 0 1em 0;
}

.plan_sec02mm .ps2m_01 ul {
  width:100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.plan_sec02mm .ps2m_01 ul li {
  width:48%;
  height: auto;
  display: block;
  border:1px solid var(--color-1st);
  border-radius: 3px;
  text-align: center;
  font-size:14px;
  color:var(--color-black);
  line-height:1em;
  padding:105px 5px 20px;
  background-repeat: no-repeat;
  background-position: center 10px;
  background-size: auto 90px;
  margin:0 0 20px 0;
}

.plan_sec02mm .ps2m_02 ul {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
}
.plan_sec02mm .ps2m_02 ul li {
  width:100%;
  height: auto;
  display: block;
  border:1px solid var(--color-1st);
  border-radius: 3px;
  text-align: center;
  font-size:14px;
  color:var(--color-black);
  line-height:1em;
  padding:105px 5px 20px;
  background-repeat: no-repeat;
  background-position: center 10px;
  background-size: auto 90px;
  margin:0 0 20px 0;
}


/* 8. お問い合わせからの流れ -------------*/
#flow {
  width:100%;
  height: auto;
  display: block;
  background-color: var(--color-black);
  background-image: url(../img/index/flowbg.webp);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
}
#flow .flowbody {
width:100%;
  height: auto;
  display: block;
  background-image: url(../img/index/border03.webp);
  background-repeat: no-repeat;
  background-position: center 100.1%;
  background-size: 100% auto;
}
#flow article {
  width:100%;
  max-width:1600px;
  height: auto;
  display: block;
  padding:5% 5% 20%;
  margin:0 auto 0;
}

#flow article ul {
  width:90%;
  height: auto;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}
#flow article ul li {
width:90%;
height: auto;
display: flex;
justify-content: space-between;
align-items: center;
background-color: var(--color-1st);
padding:0 1%;
margin-bottom: 30px;
clip-path: polygon(5% 0, 100% 0%, 95% 100%, 0% 100%);
}
#flow article ul li:nth-child(even) {
  margin-left:auto;
}
#flow article ul li .flowbase {
width:100%;
height: auto;
display: flex;
justify-content: space-between;
align-items: center;
padding:30px 45px 30px 40%;
background-color: var(--color-black);
background-repeat: no-repeat;
background-position: 0 center;
background-size: 35% auto;
clip-path: polygon(5% 0, 100% 0%, 95% 100%, 0% 100%);
}
#flow article ul li .flow_cc {
  width:100%;
  height: auto;
  min-height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#flow article ul li .flow_cc h4 {
  font-size: clamp(1rem, 1vw + 0.6rem, 10rem);
  font-weight: 700;
  font-family: var(--font-min);
  letter-spacing: var(--font-min-ls);
  letter-spacing: -0.02em;
  color:var(--color-white);
  margin-bottom: 0.3em;
}
#flow article ul li .flow_cc h4 span {
  width:40px;
  height: 40px;
  display: inline-block;
  margin-right:0.5em;
  font-size:20px;
  font-weight: 400;
  line-height: 40px;
  text-align: center;
  color:var(--color-white);
  background-color: var(--color-1st);
  border-radius: 3px;
}
#flow article ul li .flow_cc p {
text-align: left;
font-size: clamp(1rem,1vw + 0.1rem, 1.5rem);
line-height: 1.8em;
  color:var(--color-white);
margin: 0 0 0 50px;
}


/* 9. よくあるご質問 -------------*/
#faq {
width:100%;
  height: auto;
  display: block;
  background-image: url(../img/index/border02.webp);
  background-repeat: no-repeat;
  background-position: 0 100.1%;
  background-size: 100% auto;
}
#faq .faqcc {
  width:100%;
  max-width:1600px;
  height: auto;
  display: block;
  padding:120px 5% 18%;
  margin:0 auto 0;
}

.faq-list .faq-item {
  width:100%;
  height: auto;
  display: block;
  background-color: var(--color-f8);
  border-radius: 5px;
  margin:0 0 5px 0;
}
.faq-list .faq-item {
  width:100%;
  height: auto;
  display: block;
  background-image: url(../img/header/ic-menu_open.webp);
  background-repeat: no-repeat;
  background-position: 98% center;
  background-size: 40px;
  cursor: pointer;
}
.faq-list .faq-item.active {
  background-image: url(../img/header/ic-menu_close.webp);
}
.faq-list .faq-item h3 {
  width:100%;
  height: auto;
  min-height:60px;
  display: flex;
  align-items: center;
font-size: clamp(1rem,1vw + 0.5rem, 10rem);
font-family: var(--font-min);
letter-spacing: var(--font-min-ls);
font-weight: 500;
line-height: 1.5em;
  padding:1.1em 4em 0.5em 75px;
  background-image: url(../img/header/ic_faq_q.webp);
  background-repeat: no-repeat;
  background-position: 15px 10px;
  background-size: 50px auto;
}
.faq-list .faq-item p {
  display: block;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 1s ease, opacity 1s ease;
font-size: clamp(1rem,1vw + 0.1rem, 1.5rem);
line-height: 1.5em;
  margin: 0;
  padding:10px 80px 0 60px;
  background-image: url(../img/header/ic_faq_a.webp);
  background-repeat: no-repeat;
  background-position: 15px 0;
  background-size: 50px auto;
}

.faq-list .faq-item.active p {
  min-height: 60px;
  max-height: 500px; /* 十分な高さに設定（実際の内容に応じて調整） */
  opacity: 1;
  padding:0.6em 80px 15px 80px;
  margin-top: 0.5em;
}

/* 10. 対応エリア・アクセス -------------*/
#access {
  width:100%;
  height: auto;
  display: block;
  background-color: var(--color-black);
  margin:0 auto 0;
}

#access .accbase {
  width:100%;
  max-width:1600px;
  height: auto;
  display: block;
  padding:50px 5% 50px;
  margin:0 auto 0;
}

.area-map {
  width:100%;
  height: auto;
  display: flex;
  justify-content: space-between;
}
.arm01 {
  width:46%;
}
.arm02 {
  width:46%;
}
.areamap {
  width:90%;
  height: auto;
  display: block;
  margin:0 auto 30px;
}
.area-map article {
  width:100%;
  height: auto;
  display: block;
  padding:1em 0.5em;
}

.area-map h3 {
  width:100%;
  height: auto;
  display: block;
  font-size: clamp(1.125rem, 1.3vw + 0.6rem, 1.25rem); /* 18px〜20px */
  font-family: var(--font-min);
  letter-spacing: var(--font-min-ls);
  font-weight: 700;
  line-height: 1em;
  letter-spacing: -0.02em;
  color:var(--color-white);
  border-bottom: 1px solid var(--color-1st);
  padding:0 0 0.5em 0;
  margin-bottom: 1em;
}
.area-map h4 {
  font-size: clamp(1.25rem, 1.5vw + 0.75rem, 1.5rem); /* 20px〜24px */
  font-family: var(--font-min);
  letter-spacing: var(--font-min-ls);
  font-weight: 300;
  text-align: center;
  line-height: 1.5em;
  letter-spacing: -0.01em;
  color:var(--color-white);
  margin-bottom: 0.5em;
}
.area-map h4 strong {
  font-weight: 700;
  color: var(--color-2nd);
}
.area-map ul {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
}
.area-map ul li {
  width:100%;
  height: auto;
  display: block;
   font-size: clamp(1.125rem, 1.3vw + 0.6rem, 1.25rem); /* 18px〜20px */
  font-family: var(--font-min);
  letter-spacing: var(--font-min-ls);
  font-weight: 500;
  line-height: 1.25em;
  text-align: center;
  color:var(--color-white);
  padding:0.5em 0.2em;
  border:1px solid var(--color-2nd);
  border-radius: 5px;
  margin-bottom: 0.3em;
}

.gm_map {
  margin-bottom: 20px;
}
.gm_map, .gm_map iframe {
  width:100%;
  height: 500px;
  display: block;
}

.arm02 article h4 {
   font-size: clamp(1.125rem, 1.3vw + 0.6rem, 1.25rem); /* 18px〜20px */
  font-family: var(--font-min);
  letter-spacing: var(--font-min-ls);
  color:var(--color-white);
}
.arm02 article p {
  font-size: clamp(0.5rem, 1vw + 0.2rem, 2rem);
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 2em;
  text-align: center;
  color:var(--color-white);
  margin:0;
}



/* 11. お問い合わせフォーム -------------*/
#contact {
  width:100%;
  height: auto;
  display: block;
  margin:0 auto 0;
  background-image: url(../img/index/border01.webp);
  background-repeat: no-repeat;
  background-position: 0 -0.1%;
  background-size: 100% auto;
}
#contact article {
  width:100%;
  max-width:1600px;
  height: auto;
  display: block;
  padding:15% 5% 18%;
  margin:0 auto 0;
}
#contact article p {
  font-size: clamp(0.5rem, 1vw + 0.2rem, 2rem);
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 2em;
  text-align: center;
  margin:0;
}
#contact article table {
  width:100%;
  margin-bottom: 30px;
}
#contact article table th {
  width:20%;
   font-size: clamp(1rem, 1vw + 0.3rem, 3rem);
  font-weight: 400;
  line-height: 1.25em;
  text-align: left;
  padding:1em 0.5em;
  border-bottom: 1px dotted var(--color-1st);
}
#contact article table td {
  width:80%;
   font-size: clamp(1rem, 1vw + 0.3rem, 3rem);
  font-weight: 400;
  line-height: 1.25em;
  text-align: left;
  padding:1em 0.5em;
  border-bottom: 1px dotted var(--color-999);
}
#contact article input, #contact article textarea {
border:1px solid var(--color-ccc)!important;
padding:0.5em!important;
background-color: var(--color-f8)!important;
}
input.formbox25 {
  width:25%!important;
}
input.formbox30 {
  width:30%!important;
}
textarea.formbox100 {
  width:100%!important;
}

#contact article input#submit_btn {
  width:fit-content!important;
  height: auto;
  display: block;
  margin:0 auto;
  padding:0 50px!important;
  font-size:14px!important;
  line-height: 40px!important;
color:var(--color-white);
background-color: var(--color-black)!important;
cursor: pointer;
border: none;
}


/* 11. ご予約フォーム -------------*/
#reservation {
  width:100%;
  height: auto;
  display: block;
  margin:0 auto 0;
  background-image: url(../img/index/border01.webp);
  background-repeat: no-repeat;
  background-position: 0 -0.1%;
  background-size: 100% auto;
}
#reservation article {
  width:100%;
  max-width:1600px;
  height: auto;
  display: block;
  padding:20% 5% 18%;
  margin:0 auto 0;
}
#reservation article p {
  font-size: clamp(0.5rem, 1vw + 0.2rem, 2rem);
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 2em;
  text-align: center;
  margin:0;
}
#reservation article table {
  width:100%;
  margin-bottom: 30px;
}
#reservation article table th {
  width:25%;
   font-size: clamp(1rem, 1vw + 0.2rem, 3rem);
  font-weight: 400;
  line-height: 1.25em;
  text-align: left;
  padding:1em 0.5em;
  border-bottom: 1px dotted var(--color-1st);
}
#reservation article table td {
  width:75%;
   font-size: clamp(1rem, 1vw + 0.2rem, 3rem);
  font-weight: 400;
  line-height: 1.25em;
  text-align: left;
  padding:1em 0.5em;
  border-bottom: 1px dotted var(--color-999);
}
#reservation article input, #reservation article textarea, select {
border:1px solid var(--color-ccc)!important;
padding:0.5em!important;
background-color: var(--color-f8)!important;
}
.formbox15 {
  width:15%!important;
}
.formbox25 {
  width:25%!important;
}
.formbox30 {
  width:30%!important;
}
.formbox100 {
  width:100%!important;
}
.inlblk {
  display: inline-block!important;
}
/* td内のMW WP Form select + labelを横並びにする */
.mw_wp_form td p {
  display: inline-block !important;   /* pを横並びに */
  margin: 0 !important;
  padding: 0 !important;
  vertical-align: middle;
}

.mw_wp_form td select.formbox15 {
  display: inline-block !important;
  vertical-align: middle;
  width: 70px !important;  /* 横幅を強制 */
  margin-right: 0.3em !important;
}

.mw_wp_form td label[for="hour"],
.mw_wp_form td label[for="minute"] {
  display: inline-block !important;
  vertical-align: middle;
  margin-right: 0.5em !important;
}

/* brを非表示にして改行を無効化 */
.mw_wp_form td br {
  display: none !important;
}

/* MW WP Form ラジオボタン横並び 強制版 */
.mw_wp_form .mwform-radio-field.horizontal-item {
  display: inline-block !important;
  margin-right: 1em;
  vertical-align: middle;
  white-space: nowrap;
}

.mw_wp_form .mwform-radio-field.horizontal-item label {
  display: inline-flex !important;
  align-items: center;
  gap: 0.3em;
}


#reservation form span {
display: block;
font-size: clamp(0.8rem, 0.5vw + 0rem, 2rem);
}
#reservation article input#submit_btn {
  width:fit-content!important;
  height: auto;
  display: block;
  margin:0 auto;
  padding:0 50px!important;
  font-size:14px!important;
  line-height: 40px!important;
color:var(--color-white);
background-color: var(--color-black)!important;
cursor: pointer;
border: none;
}

.mr20{margin-right:20px!important;}
