/* ========== ヘッダー上部メニュー ========== */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: #fff;
  display: flex;
  align-items: center;
  z-index: 1000;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

/* MENU・ロゴ・アイコンエリア */
.menu_back {
  width: 100%;
  height: 60px;
 
  position: relative;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1rem;
  color:#fff;
}

/* 3分割の並び */
.menu_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.menu-left,
.menu-center,
.menu-right {
  display: flex;
  align-items: center;
}

/* ロゴを中央に固定 */
.menu-center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

/* ハンバーガーメニュー */
.menu {
  position: relative;
  width: 30px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.vegas-content-scrollable{
  z-index: 0;
}
.menu__line {
  position: absolute;
  width: 24px;
  height: 2px;
  background: #000;
  transition: all 0.4s ease;
}

/* 上線・下線の通常位置 */
.menu__line--top {
  top: 8px;
}
.menu__line--bottom {
  bottom: 8px;
}

/* 開いたとき（バツにする） */
.menu__line--top.active {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.menu__line--bottom.active {
  bottom: 50%;
  transform: translateY(50%) rotate(-45deg);
}

/* MENU文字 */
.menu__title {
  font-size: 10px;
  margin-top: 5px;
  color: #333;
}
.menu__title.active {
  color: #999;
}

/* ロゴ画像サイズ */
.site-logo .logo-img {
  height: 30px;
}

/* 右のインスタ・問い合わせボタン */
.header-icons {
  display: flex;
  align-items: center;
  gap: 10px;
}
.header-icons a img {
  width: 24px;
  height: auto;
}

/* ========== ナビゲーションメニュー（開いたとき） ========== */
.gnav {
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}

.gnav__wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  text-align: center;
}
.gnav__menu__item a,.gnav__menu__item_sub a{
   color: #fff !important;
}
.gnav__menu {
  margin: 2rem 0;
}
.gnav__menu__item,
.gnav__menu__item_sub {
  margin: 1rem 0;
  color: #fff !important;
}
.gnav__menu__item a,
.gnav__menu__item_sub a {
  color: #f4f6f7;
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
  text-decoration: none;
  transition: color 0.2s;
}
.gnav__menu__item a:hover,
.gnav__menu__item_sub a:hover {
  color: #ffdd40;
}

/* ロゴテキスト（メニュー下のロゴ） */
.gnav_logo {
  color: rgba(255, 255, 255, 0.8);
  margin-top: 2rem;
}

/* ========== メインビジュアルテキスト ========== */
.mainvisual-text {
  position: absolute;
  left: 2rem;
  bottom: 2rem;
  z-index: 10;
  color: #fff;
}

/* ========== 追従ボタン（スマホ用） ========== */
.contact-fixed-btn {
  position: fixed;
  display: flex;
  bottom: 0 !important;
  width: 100%;
  height: 52px;
  align-items: center;
  z-index: 99999 !important;
  pointer-events: auto;
}
.contact-fix-btn-inner {
  background-color: #b20000;
  color: #fff;
  width: calc(100% - 52px);
  text-decoration: none;
  box-sizing: border-box;
  text-align: center;
  height: 52px;
  line-height: 52px;
  display: block;
}
a.contact-fix-btn-inner:active{
    width: calc(100% - 52px);
}
.contact-fix-btn-inner:visited{
  color: #fff;
}

.contact-fix-btn-inner-sns{
  width: 52px;
  height: 52px;
  background-color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-fixed-btn:hover {
  background-color: #000;
  border-color: #333;
  color: #fff;
  
}
.contact-fixed-btn p{
  width: 80%;
  height: 60%;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* PCでは追従ボタンを非表示 */
@media screen and (min-width: 769px) {
  .contact-fixed-btn {
    display: none;
  }
}

/* ========== スマホ対応 ========== */
@media screen and (max-width: 650px) {
  .header-icons a img {
    width: 20px; /* スマホはアイコンを小さめに */
  }
  .site-logo .logo-img {
    height: 26px; /* スマホでロゴを少し小さく */
  }
  .footer_sns{
    width: 48px;
    height: 48px;
    background-color: #333;
  }
}

/* contactform */
/* Contact Form7スマホ・タブレット用カスタマイズ */
@media(max-width:850px){
/* テーブルの見出しとフォーム */
table.inquiry th,table.inquiry td {
   display:block;
   padding:1em 0!important;
   width:100%;
   border:0;
}

/* 送信ボタン */
input.wpcf7-submit{
   margin-bottom:30px;
   width:100%;
}
}

/* 日付タグ上のテキストをPCとスマホで変更 */
@media(max-width:900px){
.pcdate{
   display: none;
}
}
@media(min-width:1000px){
.spdate{
   display: none;
}
/* 日付タグの幅を調整 */
.wpcf7-date.dateform{
   width: 25%;
}
}

/* Contact Form7全体カスタマイズ */

/* 自動入力されるPタグを無効にする */
.inquiry p {
   display: inline;
}

/*テーブル下に余白.枠線・テキストの行間 */
table.inquiry {
   margin-bottom: 30px;
   border:solid 1px #d7d7d7;
   line-height:1.2;
   vertical-align:middle;
}

/* テーブルの行 */
.inquiry tr {
   border:0!important;
}

/* テーブルの見出し側 */
.inquiry th{
   text-align:left;
   font-size:14px;
   color:#444;
   padding:1em 5em;
   width:0;
   background:#fff;
   border-bottom:solid 1px #d7d7d7;
   white-space: nowrap;
   vertical-align: middle;
}

/* 必須と任意タグ */
.haveto,.any{
   font-size:13px;
   padding:5px;
   background:#ff9393;
   color:#fff;
   border-radius:2px;
   margin-right:5px;
   font-weight:normal;
}

/* 任意タグの背景カラー */
.any{
   background:#93c9ff;
}

/* テーブルフォーム側 */
.inquiry td{
   font-size:13px;
   border-bottom:solid 1px #d7d7d7;	
   padding: 1em 2rem;
}

/* 入力エリア幅最大 */
.wpcf7-form-control {
   width: 100%;
}

/* フォーム入力欄の余白・背景カラー・枠線消す指定 */
.inquiry input,.inquiry select,.inquiry textarea {
   margin: 5px 0;
   background:#eff1f5;
   border: none;
   padding:0.7em;
}
.inquiry textarea {
   padding-bottom:10em;
}

/* チェックボックスとラジオボタンの位置調整 */
.wpcf7-list-item-label,.wpcf7-checkbox,input[type=checkbox],input[type=radio]{
   vertical-align:middle;
}
.wpcf7-list-item-label{
   padding:0 5px 0 2px;
}
/*ラジオボタンを縦並び指定*/
.verticallist{
   display:inline-grid;
}

/* 送信ボタンのデザイン */
.wpcf7-submit{
   display: block;
   margin:10px auto;
   padding:1em 0;
   width:80%;
   background:#09b555;
   color:#fff;
   font-size:18px;
   font-weight:bold;	 
   border-radius:4px;
   border: none;
}

/* 送信ボタンマウスホバー時 */
.wpcf7-submit:hover{
   opacity: 0.9;
   transition: 0.3s;
}

/* フォーム上部に表示されるエラーメッセージを非表示 */
.screen-reader-response {
    display: none;
}

/* フォーム内エラーメッセージを赤色に指定 */
.wpcf7-not-valid-tip {
    color: #e92323;
}
/* contactform */