/* タイトルのフォントを変更 */
h2, h4 {
  font-family: "メイリオ","Meiryo" !important;
}

/*  Line-heightの調整   */

h1,
.uk-h1 {
  line-height: 1.4em !important;
}
h2,
.uk-h2 {
  line-height: 1.4em !important;
}
h3,
.uk-h3 {
  line-height: 1.4em !important;
}
h4,
.uk-h4 {
  line-height: 1.4em !important;
}
h5,
.uk-h5 {
  line-height: 1.4em !important;
}
h6,
.uk-h6 {
  line-height: 1.4em !important;
}

/* font awesomeの fa-fwを幅広に */
.fa-fw {
  width: 2em;
}

/* font awesomeの fa-maleを　車アイコンにオーバーライド */
.fa-male::before {
  content: "\f1b9";
}

/*  モジュールタイトル　カラー */
.mod-title {
    color: #57a87a;
} 

/*  記事（main layout）左寄せ */
.item-page.layout-default.no-sidebar .top-article-info {
  text-align: left;
}

/*  各ページのフォーム　中央寄せ　最大幅750px   **/
#solidres .card,
#cf_1, #cf_2, #cf_3
{
	margin-right: auto;
	margin-left: auto;
	max-width: 600px;
}

/*************  Menu *************  /
/*  メニュー　アイコン　右マージン */
.menu-icon:before {
    margin-right: 0.4em;
    font-weight: 600;
    font-size: 1.2rem;
}

/*  スマホメニュー　サイズ */
.c-button__text {
    padding: 6px 10px;
}

/*************  Home *************  /

/* Hero無いの文字色 */
.hero-content-inner h1,
.hero-content-inner h2,
.hero-content-inner h3,
.hero-content-inner h4,
.hero-content-inner h5
 {
  --body-text-color: rgba(255, 255, 255, 0.8);
  --headings-color: #fff;
  color: var(--body-text-color);
}

/* Team header TOPマージン */
.team-heading {
    margin-top: 4rem;
}

/* Team 価格表　タイトル */
.acm-pricing.style-1 .pricing-item .pricing-title-info h3 {
  color: #57a87a;
  font-size: var(--h4-font-size);
}



/*  予約フォームのWish Listアイコンを非表示　 */
.tour-header, .sr-wish-list {
    display: none !important;
}

/*  予約フォームの開始時間を非表示　 */
.sr-experience .start-time {
  display: none;
}

/* 申込みフォームのラベル文字を太く  */
#sr-experience form label {
  font-weight: 600;
  font-size: 13px;
}



/* 車両イメージの最大幅を400pxにセット  */
#sr-exp-slideshow .item img, .sr-experience .logo img {
  max-width: 400px;
}

/*  Formの入力フィールドの下マージンを20px */
.form-control {
  max-width: none;
  margin-bottom: 20px;
}

.form-select {
  margin-bottom: 20px;
}

/*  ツアー名のLine-heightを漢字用に高くする*/
.sr-experience .tour-name {
  line-height: 36px;
}

/*  予約フォーム　乗車人数　Select 背景色*/
.sr-exp-extra-col select
 { background-color: #fff; }


/************** 予約照会フォーム  ************* */
/*  Payment Methodの画像サイズ */
.experience-summary img {
height:40px;
}


/**************  	Convert Forms フォーム  ************* */

/*  備考のサイズ */
.convertforms .cf-control-input-desc {
  opacity: .7;
  font-size: .8em;
}


/*  templateのnav-barをスマホでも見せない */
  .t4-header-r .navbar-expand-lg  {
    display: none !important;
  }

/**************  	Minitek FAQ Book  ************* */

/*  FAQ 　カテゴリー名フォント　大きく */
a.NavLeftUL_anchor  {
  font-size: 1.2em;
  font-weight: 600;
}