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

#wrapper {
  background-image: none;
}

.sectitle {
  width:fit-content;
  height: auto;
  display: flex;
  flex-direction: column;
  text-align: center;
  margin:0 auto 30px;
}
.sectitle h2 {
  font-size: 16px!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: 28px!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.5em 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: 16px;
  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: 28px;
  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: 2 / 3;
  display: block;
  background-color: var(--color-black);
  background-image: url(../img/index/topimage_m.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#hero h1 {
  font-size: clamp(1rem, 5vw + 1rem, 10rem);
  font-family: var(--font-min);
  font-weight: 300;
  color:var(--color-white);
  line-height: 1.5em;
  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: 2 / 3;
  padding:60% 5% 0;
}
.hero-content h2 {
  font-size: clamp(1rem, 2.5vw + 0.5rem, 2rem);
  font-family: var(--font-min);
  font-weight: 500;
  color:var(--color-white);
  line-height: 1.5em;
  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(1rem, 2.5vw + 0.5rem, 2rem);
  font-family: var(--font-min);
  font-weight: 500;
  color:var(--color-white);
  line-height: 1.5em;
  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%;
height: auto;
display: block;
  padding:30% 5% 20%;
margin:0 auto 0;
}
#intro article h2 {
font-size: 28px;
font-weight: 700;
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: 20px;
  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;
  flex-direction: column;
  margin-bottom: 20px;
}
#intro article ul li {
  width: 100%;
  height: auto;
  display: block;
  margin:0 0 15px 0;
  font-size: 18px;
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: 14px;
  font-weight: 400;
  line-height: 2em;
  color:var(--color-black);
  text-align: left;
  margin-bottom: 0;
}



/* 3. Ge3y'sが選ばれる4つの理由 -------------*/
#features {
  width:100%;
  height: auto;
  display: block;
  background-color: var(--color-222);
}
#features .features_body {
  width:100%;
  height: auto;
  display: block;
  padding:20% 5% 20%;
  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: 30px;
  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: 20px;
  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;
  flex-direction: column;
  margin:0 auto 30px;
}
#features .features_body .features01mm ul li {
  width:100%;
  height: auto;
  display: block;
  text-align: center;
  background-color: var(--color-white);
  border-radius: 3px;
  font-size: 18px;
  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 0 5px 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: 16px;
  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: 14px;
  font-weight: 400;
  line-height: 2em;
  color:var(--color-white);
  text-align: left;
  margin-bottom: 0;
}

#features .features_body .features02mm {
  width:100%;
  height: auto;
  display: block;
}
#features .features_body .features02mm h2 {
  font-size: 24px;
  font-weight: 300;
  font-family: var(--font-min);
  letter-spacing: var(--font-min-ls);
  color:var(--color-white);
  text-align: left;
  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;
  flex-direction: column;
}
#features .features_body .features02mm ul li {
  width:100%;
  height: auto;
  min-height: 100px;
  display: flex;
  align-items: center;
  text-align: left;
  font-size: 16px;
  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: 5% center;
  background-size: auto 80px;
  margin:0 0 10px;
  padding: 15px 15px 15px 120px;
}

/* 4. 施工実績／ビフォーアフター -------------*/
#results {
  width:100%;
  height: auto;
  display: block;
  background-color: var(--color-black);
}
#results .resultsbase {
  width:100%;
  height: auto;
  display: block;
  padding:20% 5% 20%;
  margin:0 auto 0;
}


/* 5. お客様の声 -------------*/
#voice {
  width:100%;
  height: auto;
  display: block;
  background-color: var(--color-white);
}
#voice .voicebase {
  width:100%;
  height: auto;
  display: block;
  padding:20% 5% 20%;
  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 5% 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);
}
#comparison article {
  width:100%;
  height: auto;
  display: block;
  padding:20% 5% 20%;
  margin:0 auto 0;
}
#comparison article p {
  font-size: 14px;
  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:20%;
  padding:25px 5px;
  border: 1px solid var(--color-ccc);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5em;
  color:var(--color-white);
  background-color: var(--color-black);
}
.comparison-table table td {
  width:25%;
  padding:25px 5px;
  border: 1px solid var(--color-ccc);
  font-size: 14px;
  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: 14px;
  font-weight: 600;
  line-height: 1em;
}
.comparison-table table td.cotab_title1 {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25em;
}
.comparison-table table td.cotab_title2 {
  font-size: 20px!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: 10px;
  font-weight: 400;
}

/* 7. コーティングメニュー・料金プラン -------------*/
#plans {
  width:100%;
  height: auto;
  display: block;
  background-color: var(--color-white);
}
#plans .plansbase {
  width:100%;
  height: auto;
  display: block;
  padding:20% 5% 20%;
  margin:0 auto 0;
}

.plan-list {
  width:100%;
  height: auto;
  display:flex;
  flex-direction: column;
}
.plan-list article.plansingle {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  margin:0 0 30px 0;
  box-shadow: 0px 5px 10px rgba(0,0,0,0.15);
}

.plan-list article.plansingle:nth-child(1) {
  background-color: var(--color-fa);
}
.plan-list article.plansingle:nth-child(2) {
  background-color: var(--color-f3);
}
.plan-list article.plansingle:nth-child(3) {
  background-color: var(--color-fa);
}

.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: 24px;
  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: 14px;
  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.8em;
  order:2;
}
.plan-list article.plansingle .pscc h5 {
font-size: 20px;
  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.5em;
  order:3;
}
.plan-list article.plansingle .pscc h6 {
font-size: 14px;
  font-weight: 500;
  font-family: var(--font-min);
  letter-spacing: var(--font-min-ls);
  color:var(--color-black);
  margin-bottom: 0.2em;
  order:5;
}
.plan-list article.plansingle .pscc p.pscomment {
font-size: 14px;
font-weight: 400;
line-height: 2em;
color:var(--color-black);
margin-bottom: 1em;
  flex-grow: 1;
  order:4;
}
.plan-list article.plansingle .pscc p.psprice {
font-size: 20px;
  font-weight: 500;
  font-family: var(--font-min);
  letter-spacing: var(--font-min-ls);
  letter-spacing: -0.02em;
  color:var(--color-black);
  text-align: center;
  margin-bottom: 0.8em;
  order:6;
}
.plan-list article.plansingle .pscc p.psprice strong {
  font-size: 28px;
  font-weight: 400;
}

.plan_sec02mm {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  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 0 30px 0;
}
.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 0 0 0;
}

.plan_sec02mm h3 {
   font-size: 24px;
  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: 14px;
  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);
}
#flow .flowbody {
width:100%;
  height: auto;
  display: block;
}
#flow article {
  width:100%;
  height: auto;
  display: block;
  padding:20% 5% 20%;
  margin:0 auto 0;
}

#flow article ul {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}
#flow article ul li {
width:100%;
height: auto;
display: flex;
justify-content: space-between;
align-items: center;
background-color: var(--color-1st);
padding:0 0 1px 0;
margin-bottom: 0px;
}
#flow article ul li:last-child {
  padding:0;
}
#flow article ul li .flowbase {
width:100%;
height: auto;
display: flex;
justify-content: space-between;
align-items: center;
padding:20px 20px 20px 20px;
background-color: var(--color-black);
background-image: none!Important;
}
#flow article ul li .flow_cc {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#flow article ul li .flow_cc h4 {
  font-size: 20px;
  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:30px;
  height: 30px;
  display: inline-block;
  margin-right:0.5em;
  font-size:20px;
  font-weight: 400;
  line-height: 30px;
  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: 14px;
line-height: 2em;
  color:var(--color-white);
margin: 0 0 0 40px;
}


/* 9. よくあるご質問 -------------*/
#faq {
width:100%;
  height: auto;
  display: block;
}
#faq .faqcc {
  width:100%;
  max-width:1600px;
  height: auto;
  display: block;
  padding:20% 5% 20%;
  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%;
  height: auto;
  display: block;
  padding:20% 5% 20%;
  margin:0 auto 0;
}

.area-map {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
}
.arm01 {
  width:100%;
  height: auto;
  display: block;
  margin-bottom: 50px;
}
.arm02 {
  width:100%;
}
.areamap {
  width:100%;
  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: 16px;
  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: 22px;
  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 {
  display: block;
  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: 16px;
  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: 350px;
  display: block;
}

.arm02 article h4 {
   font-size: 18px;
  font-family: var(--font-min);
  letter-spacing: var(--font-min-ls);
  color:var(--color-white);
}
.arm02 article p {
  font-size: 14px;
  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;
}
#contact article {
  width:100%;
  height: auto;
  display: block;
  padding:15% 5% 18%;
  margin:0 auto 0;
}
#contact article p {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 2em;
  text-align: left;
  margin:0 0 2em 0;
}
#contact article table {
  width:100%;
  margin-bottom: 30px;
}
#contact article table th {
  width:100%;
  height: auto;
  display: block;
   font-size: 14px;
  font-weight: 700;
  line-height: 1.25em;
  text-align: left;
  padding:0 0 10px 0;
  border-bottom: none;
}
#contact article table td {
  width:100%;
  height: auto;
  display: block;
   font-size: 14px;
  font-weight: 400;
  line-height: 1.25em;
  text-align: left;
  padding:0 0 15px 0;
  border-bottom: 1px dotted var(--color-999);
  margin:0 0 15px 0;
}
#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;
}
#reservation article {
  width:100%;
  height: auto;
  display: block;
  padding:15% 5% 18%;
  margin:0 auto 0;
}
#reservation article p {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 2em;
  text-align: left;
  margin:0 0 2em 0;
}
#reservation article table {
  width:100%;
  margin-bottom: 30px;
}
#reservation article table th {
  width:100%;
  height: auto;
  display: block;
   font-size: 14px;
  font-weight: 700;
  line-height: 1.25em;
  text-align: left;
  padding:0 0 10px 0;
  border-bottom: none;
}
#reservation article table td {
  width:100%;
  height: auto;
  display: block;
   font-size: 14px;
  font-weight: 400;
  line-height: 1.25em;
  text-align: left;
  padding:0 0 15px 0;
  border-bottom: 1px dotted var(--color-999);
  margin:0 0 15px 0;
}
#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:25%!important;
}
#reservation .formbox25 {
  width:35%!important;
}
#reservation .formbox30 {
  width:100%!important;
}
#reservation .formbox100 {
  width:100%!important;
}
.inlblk {
  display: inline-block!important;
}
/* 親の p を横並びに強制 */
.mw_wp_form td p {
  display: inline-block !important;
  margin: 0 !important;
  padding: 0 !important;
  vertical-align: middle !important;
  white-space: nowrap !important;
}

/* select と label を横並び、幅を固定 */
.mw_wp_form td select.formbox25, .mw_wp_form td select.formbox15 {
  display: inline-block !important;
  vertical-align: middle !important;
  width: 60px !important; /* 横幅を固定 */
  margin-right: 0.3em !important;
}

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

/* hidden input は無視 */
.mw_wp_form td input[type="hidden"] {
  display: none !important;
}


#reservation form span {
font-size: 11px;
font-weight: 400;
}
#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;}
