/* Contact Form 7カスタマイズ */
.inquiry th {
text-align: left;
font-size: 14px;
color: #444;
padding-right: 5px;
width: 30%;
background:#f7f7f7;
border: solid 1px #d7d7d7;
}
.inquiry td {
    font-size: 13px;
border: solid 1px #d7d7d7;
}
/* 必須の調整 */
.haveto {
   font-size: 7pt;
   padding: 5px;
   background: #ff9393;
   color: #fff;
   border-radius: 2px;
   margin-right: 2px;
}
/* 任意の調整 */
.any {
   font-size: 7pt;
   padding: 5px;
   background: #93c9ff;
   color: #fff;
   border-radius: 2px;
   margin-right: 2px;
}
/* ラジオボタンを縦並び指定 */
.verticallist .wpcf7-list-item {
display: block;
}
/* 送信ボタンのデザイン変更 */
.soushinbtn{
padding:0px!important;
width:40%;
background: #ffaa56!important;
color: #fff;
font-size: 18px!important;
border-radius: 2px!important;}
.soushinbtn:hover{
background:#fff!important;
color:#ff870f;
border:2px solid #ffa042;
}
/* スマホContact Form 7カスタマイズ */
@media screen and (max-width: 700px) {
.inquiry th, .inquiry td {
display:block;
width: 100%!important;
border-top: none!important;
}
.inquiry tr:first-child th {
border-top: 1px solid #d7d7d7!important;
}
.soushinbtn{
width:80%!important;
}}

/* ヘッダーが1200px以上広がらない */
.metaslider-id-336 .ml-slider-3-30-1 metaslider metaslider-flex metaslider-336 ml-slider nav-hidden {
    max-width: 1200px;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
}

/* コンテナの最大幅を設定 */
.n2-ss-slide-limiter {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto; /* コンテナを中央に配置 */
}

/* スライド自体の幅を制限 */
.n2-ss-slide {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto; /* スライドを中央に配置 */
}

/* 画像の幅を親コンテナに合わせる */
.n2-ss-slide img {
    width: 100%;
    height: auto; /* アスペクト比を保持する */
}

/* ベースとなるスタイル */
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* コンテナ要素のスタイル */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px; /* コンテンツの左右に余白を設定 */
}