@charset "UTF-8";
/* 基本スタイル
===================================================*/
body {
  padding: 0px;
  font-size: 12px;
  text-align: center;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  color: #666666;
  background-color: #6F7D75;
  /*background: url(../img/bg.jpg);*/
  background-position: center;
  background-attachment: fixed;
}

#wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: #FFF;
  /*background: url(../img/alpha80.png);*/
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
}

h1 {
  box-sizing: border-box;
  padding: 6px 20px;
  font-size: 12px;
  width: 100%;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  display: block;
  font-weight: normal;
  color: #999900;
  line-height: 1.45;
}

.clear {
  clear: both;
  _margin-top: -15px;
}

/* padding調整
===================================================*/
.plt-10 {
  padding-left: 10px !important;
}

/* 行間調整
===================================================*/
.lh-18 {
  line-height: 18px;
}

/* マージン調整
===================================================*/
.mbt-5 {
  margin-bottom: 5px !important;
}

.mbt-10 {
  margin-bottom: 10px !important;
}

.mbt-15 {
  margin-bottom: 15px !important;
}

.mbt-20 {
  margin-bottom: 20px !important;
}

.mbt-30 {
  margin-bottom: 30px !important;
}

.mbt-40 {
  margin-bottom: 40px !important;
}

.mbt-45 {
  margin-bottom: 45px !important;
}

.mbt-50 {
  margin-bottom: 50px !important;
}

.mbt-55 {
  margin-bottom: 55px !important;
}

.mbt-70 {
  margin-bottom: 70px !important;
}

.mbt-90 {
  margin-bottom: 90px !important;
}

.mtp-5 {
  margin-top: 5px !important;
}

.mtp-10 {
  margin-top: 10px !important;
}

.mtp-15 {
  margin-top: 15px !important;
}

.mtp-20 {
  margin-top: 20px !important;
}

.mtp-25 {
  margin-top: 25px !important;
}

.mtp-30 {
  margin-top: 30px !important;
}

.mtp-35 {
  margin-top: 35px !important;
}

.mtp-40 {
  margin-top: 40px !important;
}

.mtp-45 {
  margin-top: 45px !important;
}

.mtp-50 {
  margin-top: 50px !important;
}

.mtp-55 {
  margin-top: 55px !important;
}

.mrt-5 {
  margin-right: 5px !important;
}

.mrt-10 {
  margin-right: 10px !important;
}

.mrt-15 {
  margin-right: 15px !important;
}

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

.mrt-25 {
  margin-right: 25px !important;
}

.mrt-30 {
  margin-right: 30px !important;
}

.mrt-35 {
  margin-right: 35px !important;
}

.mrt-40 {
  margin-right: 40px !important;
}

.mlt-5 {
  margin-left: 5px !important;
}

.mlt-10 {
  margin-left: 10px !important;
}

.mlt-15 {
  margin-left: 15px !important;
}

.mlt-20 {
  margin-left: 20px !important;
}

.mlt-25 {
  margin-left: 25px !important;
}

.mlt-30 {
  margin-left: 30px !important;
}

.mlt-35 {
  margin-left: 35px !important;
}

.mlt-40 {
  margin-left: 40px !important;
}

.mlt-50 {
  margin-left: 50px !important;
}

/* レイアウト調整
===================================================*/
.left {
  float: left;
}

.right {
  float: right;
}

.clearfix {
  overflow: hidden;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}

/* フォント
===================================================*/
.color_red {
  color: #660033;
}

.color_orange {
  color: #FF3300;
}

.color_brown {
  color: #996600;
}

.color_blue {
  color: #006699;
}

.color_white {
  color: #FFFFFF;
}

.color_green {
  color: #336600;
}

.color_silver {
  color: #999999;
}

.size10 {
  font-size: 10px;
}

.align_left {
  text-align: left;
}

/* リンクパターン
===================================================*/
.linkred a {
  font-weight: bold;
  color: #660033;
  text-decoration: none;
}

.linkred a:hover {
  text-decoration: underline;
}

.linkbrown a {
  font-weight: bold;
  color: #996600;
  text-decoration: none;
}

.linkbrown a:hover {
  text-decoration: underline;
}

.linkgreen a {
  font-weight: bold;
  color: #336600;
  text-decoration: none;
}

.linkgreen a:hover {
  text-decoration: underline;
}

.linkyellow a {
  font-weight: bold;
  color: #FFFF99;
  text-decoration: none;
}

.linkyellow a:hover {
  text-decoration: underline;
}

/*//////////////////////////////////////////////////////////////////////////*/
/* トップページスタイル
===================================================*/
/* ■ヘッダ部下イメージ*/
#topimage {
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  /*20px*/
  margin-left: auto;
  width: 100%;
}

/* ■エントランス（横幅810px） */
#entrance {
  width: 94%;
  /*790*/
  padding: 0 3%;
  text-align: left;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

#entrance img:nth-child(odd) {
  margin-right: 0;
}

/* ■エントランス左側（横幅260px） */
#entrance #entrance_navi {
  float: left;
  width: 260px;
  margin-left: 10px;
  text-align: left;
}

#entrance #entrance_navi ul {
  padding: 0px;
  margin: 0px;
}

#entrance #entrance_navi li {
  list-style: none;
  margin: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 15px;
  padding-left: 0px;
  display: block;
}

/* ブログのP */
.blog_p {
  margin-top: 10px;
  margin-bottom: 15px;
  color: #305F67;
  margin-left: 10px;
}

/* ブログ記事RSS */
#entrance #entrance_navi #blog_kiji {
  height: 140px;
  width: 260px;
  overflow: auto;
  color: #330000;
  font-size: 10px;
  scrollbar-base-color: #FFFFFF;
  scrollbar-shadow-color: #666666;
  scrollbar-highlight-color: #EAEAEA;
  scrollbar-arrow-color: #CCCCCC;
  scrollbar-darkshadow-color: #CCCCCC;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

#entrance #entrance_navi #blog_kiji ul {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 7px;
  margin: 0px;
}

#entrance #entrance_navi #blog_kiji li {
  margin-top: 0px;
  margin-right: 7px;
  margin-bottom: 7px;
  margin-left: 0px;
  line-height: 140%;
  color: #666666;
  background-image: url(../img/top/icon01.gif);
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 10px;
  background-position: 0px 4px;
}

#entrance #entrance_navi #blog_kiji li a {
  color: #336699;
  text-decoration: none;
}

#entrance #entrance_navi #blog_kiji li a:hover {
  color: #336699;
  text-decoration: underline;
}

/* ■エントランス右側（横幅530px） */
#entrance #entrance_right {
  margin-left: 277px;
  padding: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 60px;
}

#entrance #entrance_right h3 {
  margin: 0px;
  padding: 0px;
  text-align: right;
}

/* スケジュールのテーブル */
#entrance #entrance_right table {
  margin-left: 0px;
  margin-left: 15px !important;
  margin-bottom: 15px;
  border-collapse: collapse;
}

.td_a {
  font-size: 10px;
  color: #666666;
  text-align: left;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 5px;
  width: 235px;
  vertical-align: text-top;
  background-image: url(../img/top/border01.gif);
  background-repeat: repeat-y;
  background-position: right;
}

.td_b {
  font-size: 10px;
  color: #666666;
  text-align: left;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  width: 235px;
  vertical-align: text-top;
}

.td_c {
  font-size: 10px;
  color: #666666;
  text-align: left;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 5px;
  background-image: url(../img/top/border01.gif);
  background-repeat: no-repeat;
  background-position: right top;
  vertical-align: text-top;
}

.td_d {
  font-size: 10px;
  color: #666666;
  text-align: left;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  vertical-align: text-top;
  background-image: url(../img/top/border03.gif);
  background-repeat: repeat-x;
  background-position: top;
}

.td_b-a {
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 5px;
  vertical-align: text-top;
  background-image: url(../img/top/border01.gif);
  background-repeat: repeat-y;
  background-position: right;
}

.td_b-a2 {
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 5px;
  vertical-align: text-top;
  background-image: url(../img/top/border01.gif);
  background-repeat: repeat-y;
  background-position: right top;
  vertical-align: text-top;
}

.td_d2 {
  font-size: 10px;
  color: #666666;
  text-align: left;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  vertical-align: text-top;
  background-image: url(../img/top/border03.gif);
  background-repeat: repeat-x;
  background-position: top;
}

#entrance #entrance_right p {
  margin-bottom: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
}

/* 個人・団体・予約のスタイル */
#entrance #yoyaku {
  clear: both;
  float: left;
  width: 794px;
  padding-top: 15px;
  padding-right: 8px;
  padding-bottom: 15px;
  padding-left: 8px;
}

#entrance #yoyaku ul {
  list-style-type: none;
  margin-left: 0px;
  padding-left: 0px;
  margin-top: 0px;
}

#entrance #yoyaku ul li {
  float: left;
  padding-left: 7px;
}

#entrance #yoyaku ul li.yoyakuR {
  margin-right: 22px;
}

#entrance #yoyaku #moushikomi {
  float: left;
}

#entrance #yoyaku #moushikomi img {
  margin-bottom: 20px;
}

#entrance #yoyaku #reserve {
  margin-left: 270px;
}

/* ヘッダ部（全ページ共用スタイル）
===================================================*/
#head {
  width: 100%;
  height: 32px;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  background-color: #0A3D02;
  background-image: url(../img/bg_head.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

#head h2 {
  margin: 0px;
  padding: 0px;
  float: left;
}

#head h2 img.header_logo {
  width: 203px;
  height: auto;
  border: 0;
}

#head #headleft {
  padding: 11px 10px 0 0;
  text-align: right;
}

#head #headleft a {
  text-decoration: none;
}

#head #headleft img.header_reserve {
  width: 35px;
  height: auto;
  border: 0;
}

#head #headleft img.header_phone {
  width: 80px;
  height: auto;
}

#head_sub {
  width: 100%;
  height: 32px;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  background-color: #0A3D02;
  background-image: url(../img/bg_head.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

#head_sub h2 {
  margin: 0px;
  padding: 0px;
  float: left;
}

#head_sub h2 img.header_logo {
  width: 203px;
  height: auto;
  border: 0;
}

#head_sub #headleft {
  padding: 11px 10px 0 0;
  text-align: right;
}

#head_sub #headleft a {
  text-decoration: none;
}

#head_sub #headleft img.header_reserve {
  width: 35px;
  height: auto;
  border: 0;
}

#head_sub #headleft img.header_phone {
  width: 80px;
  height: auto;
}

/* フッタ部（全ページ共用スタイル）
===================================================*/
#footer {
  width: 100%;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  /* 変更前 20px */
  margin-left: auto;
  text-align: left;
}

.top_bana {
  clear: both;
  margin-bottom: 10px;
}

/* ルーツ＆フルーツ バナー部 */
#footer #bn_bar {
  width: 100%;
  margin-top: 10px;
  text-align: center;
}

#footer #bn_bar .bn_bar_wrap {
  width: 100%;
  margin: 0 auto 15px;
}

.bn_bar_wrap .footer_bn1 {
  margin: 0 auto;
}

.bn_bar_wrap .footer_bn2 {
  display: block;
  margin: 10px auto 0;
}

.bn_bar_wrap .footer_bn3 {
  display: block;
  margin: 10px auto 0;
}

#bn_bar .footer_bn4 {
  width: 94%;
  margin: 0 auto;
}

/* ルーツ＆フルーツ スケジュールテーブル */
#footer table {
  border: none;
}

#footer td {
  width: 250px;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 0px;
  padding-left: 5px;
}

#footer th {
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 10px;
  padding-left: 10px;
}

/* スケジュール リンク */
a.linklive {
  /*color:#FFFF99;*/
  text-decoration: none;
  color: #666666;
}

a:hover.linklive {
  text-decoration: underline;
  color: #4D9900;
}

/* フッタ ロゴ部 */
#footer #footer_logo {
  width: 244px;
  height: auto;
  margin: 0 auto;
}

#footer #footer_navi {
  width: 305px;
  margin: 10px auto 20px;
  font-size: 10px;
  text-align: center;
  line-height: 2.65;
}

#footer #footer_navi a {
  color: #006600;
  font-weight: bold;
}

#footer #footer_navi a:hover {
  color: #663300;
  text-decoration: none;
}

/*//////////////////////////////////////////////////////////////////////////*/
/* サブページ
===================================================*/
#menu {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}

#menu ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

#menu li {
  width: 50%;
  margin: 0px;
  padding: 0px;
  vertical-align: text-botom;
  display: inline-block;
}

/* ■サブページ本文
===================================================*/
#contents {
  width: 94%;
  padding: 0 3% 15px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
}

#contents p {
  margin: 0px;
  padding: 0px;
}

/* 見出し */
#contents h3 {
  padding: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

#contents h4 {
  padding: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
}

/* ページトップ */
.pagetop {
  margin-right: auto;
  margin-left: auto;
  text-align: right;
  padding-right: 10px;
  padding-left: 10px;
  margin-bottom: 10px;
}

/* ■富士山ガイドＰ
===================================================*/
#contents #fuji_txt {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  line-height: 170%;
  text-align: left;
  margin-bottom: 20px;
}

.txt_l {
  width: 100%;
}

.txt_r {
  margin-top: 20px;
}

.txt_r img {
  display: block;
  margin: 0 auto;
}

/* ■ネイチャーツアーズとはＰ
===================================================*/
#tour_txt {
  box-sizing: border-box;
  margin: 0 auto 20px;
  line-height: 170%;
  text-align: left;
  background-image: url(../img/sub/sub_tourbg.jpg);
  background-repeat: repeat-y;
  width: 100%;
  padding: 18px 20px;
}

/*　回り込み　*/
#tour_txt:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

#tour_txt {
  display: inline-table;
}

#tour_txt {
  height: 1%;
}

#tour_txt {
  display: block;
}

.txt_la {
  width: 100%;
}

.txt_la .linkyellow a {
  display: inline-block;
  margin-top: 10px;
}

.txt_ra {
  width: 100%;
}

.txt_ra img {
  display: block;
  margin: 15px auto 0;
}

.tour_yoyaku {
  margin: 10px auto 0px;
}

.tour_yoyaku img {
  width: 60px;
  height: auto;
  float: left;
}

.profile {
  clear: both;
  margin-bottom: 20px;
  text-align: left;
  padding: 0px 20px;
}

.profile img {
  float: left;
}

.profile_txt {
  float: left;
  margin: 20px;
}

.profile_txt h4 {
  margin-bottom: 10px;
}

.profile_txt p {
  clear: both;
  width: 480px;
  line-height: 1.5;
  font-size: 12px;
  padding-left: 10px;
}

.sataff_stit {
  margin-bottom: 10px;
}

.name {
  font-weight: bold;
  font-size: 1.3em;
  color: #030;
  line-height: 1.8em;
}

.staff_img {
  padding: 3px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
  margin-top: 30px;
}

.sub_name {
  font-size: 0.8em;
}

/* ■ツアースケジュールＰ
===================================================*/
/* スケジュールテーブル */
.sch_table {
  margin-right: auto;
  margin-left: auto;
  padding-right: 60px;
  padding-left: 60px;
  margin-bottom: 30px;
}

.sch_table td, tr, th {
  font-size: 12px;
  padding: 5px;
  text-align: left;
  font-weight: bold;
}

.sch_table .tbl_l {
  float: left;
  width: 320px;
}

.sch_table .tbl_r {
  margin-left: 340px;
  text-align: right;
}

/* 春夏秋冬バナー */
.bn_hnaf {
  width: 660px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
  margin-bottom: 30px;
}

.bn_hnaf img {
  margin-right: 20px;
}

/* ラインナップ 
===============================*/
/* 背景オレンジ */
.lineup_orange {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  background-color: #FFE9D2;
  width: 744px !important;
  width: 790px;
  text-align: left;
  padding-top: 20px;
  padding-right: 23px;
  padding-bottom: 20px;
  padding-left: 23px;
}

/*　回り込み　*/
.lineup_orange:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.lineup_orange {
  display: inline-table;
}

.lineup_orange {
  height: 1%;
}

.lineup_orange {
  display: block;
}

/* 背景茶色 */
.lineup_brown {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  background-color: #ECE1B7;
  width: 744px !important;
  width: 790px;
  text-align: left;
  padding-top: 20px;
  padding-right: 23px;
  padding-bottom: 20px;
  padding-left: 23px;
}

/*　回り込み　*/
.lineup_brown:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.lineup_brown {
  display: inline-table;
}

.lineup_brown {
  height: 1%;
}

.lineup_brown {
  display: block;
}

/* 背景ミドリ */
.lineup_green {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  background-color: #DFEECC;
  width: 744px !important;
  width: 790px;
  text-align: left;
  padding-top: 20px;
  padding-right: 23px;
  padding-bottom: 20px;
  padding-left: 23px;
}

/*　回り込み　*/
.lineup_green:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.lineup_green {
  display: inline-table;
}

.lineup_green {
  height: 1%;
}

.lineup_green {
  display: block;
}

/* 背景アオ */
.lineup_blue {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  background-color: #E9F1FC;
  width: 744px !important;
  width: 790px;
  text-align: left;
  padding-top: 20px;
  padding-right: 23px;
  padding-bottom: 20px;
  padding-left: 23px;
}

/*　回り込み　*/
.lineup_blue:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.lineup_blue {
  display: inline-table;
}

.lineup_blue {
  height: 1%;
}

.lineup_blue {
  display: block;
}

.lineup_blue img {
  vertical-align: top;
}

/*　スケジュール写真のボックス　*/
.lineup_left {
  width: 150px;
  float: left;
  margin-right: 20px;
}

/*　スケジュール日程のテーブル　*/
.lineup_center {
  float: left;
  width: 250px;
}

.lineup_center td, th {
  padding: 5px;
  vertical-align: text-top;
}

/*　スケジュール説明のボックス　*/
.lineup_right {
  margin-left: 450px;
  line-height: 160%;
}

.lineup_right h5 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 120%;
}

/*　富士山エコツアースケジュール写真のボックス　*/
.lineup_left2 {
  width: 150px;
  float: left;
  margin-right: 20px;
  padding-bottom: 25px;
}

/*　富士山エコツアースケジュール説明のボックス　*/
.lineup_right2 {
  line-height: 160%;
                  	/*background-image: url(../img/sub/tel.jpg);
background-repeat: no-repeat;
background-position: right bottom;*/
}

.lineup_right2_notel {
  line-height: 160%;
}

.lineup_right2 h5,
.lineup_right2_notel h5 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 120%;
}

/*■ご予約・お問合わせＰ
----------------------------------------------------------*/
#contents .mail {
  margin: 0;
  padding-top: 30px;
  text-align: center;
}

#contents .mail p {
  margin: 20px 0;
  line-height: 140%;
  text-align: left;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  display: block;
}

#contents .mail table {
  border-collapse: collapse;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

#contents .mail th, td {
  padding: 10px;
}

#contents .mail th {
  display: block;
  text-align: left;
  background-color: #E1E0C8;
  border: 1px solid #D2D2A6;
  color: #336600;
  font-size: 100%;
}

#contents .mail td {
  display: block;
  border: 1px solid #CCCCCC;
  text-align: left;
  font-weight: normal;
}

#contents .mail td span {
  display: block;
}

#contents .mail table input[type="text"] {
  box-sizing: border-box;
  width: 100%;
}

#contents .mail table input[type="text"].people {
  box-sizing: border-box;
  width: 30%;
}

#contents .mail table input[type="checkbox"] {
  vertical-align: middle;
}

#contents .mail table textarea {
  box-sizing: border-box;
  width: 100%;
}

#contents input[type="submit"], #contents input[type="button"] {
  margin: 15px 0 20px;
}

/*■バーＰ
----------------------------------------------------------*/
#contents #bar {
  line-height: 170%;
  text-align: left;
  margin-bottom: 30px;
  clear: both;
}

/*　バー 画像　*/
#contents #bar .bar_l {
  float: left;
  margin: 0px;
  padding: 0px;
  width: 43%;
}

#contents #bar .bar_rt {
  margin-left: 360px;
  text-align: left;
  margin: 0px;
  padding: 0px;
}

#contents #bar .bar_rb {
  margin-left: 360px;
  text-align: left;
}

#contents #bar .address {
  background-color: #000000;
  float: right;
  padding-right: 10px;
  padding-top: 45px;
  color: #FFFFFF;
  text-align: right;
  vertical-align: bottom;
  line-height: 130%;
  overflow: auto;
  scrollbar-base-color: #FFFFFF;
  scrollbar-shadow-color: #666666;
  scrollbar-highlight-color: #EAEAEA;
  scrollbar-arrow-color: #CCCCCC;
  scrollbar-darkshadow-color: #CCCCCC;
  font-size: 12px;
}

/*フード*/
.menutxtfood table.food_list {
  width: 100%;
  margin-bottom: 10px;
}

.food_list td {
  padding: 0;
  border-bottom: 1px dotted #999;
}

/*ドリンク*/
.drink_list {
  width: 100%;
  margin-bottom: 10px;
}

.drink_list td {
  padding: 0;
  border-bottom: 1px dotted #999;
}

.drink_list caption {
  background-color: #9C9;
  text-align: left;
  padding: 2px 0;
}

/*　バー メニュー　*/
/*ボックス*/
#contents #barmenu {
  /*width: 745px;*/
  text-align: left;
  margin-bottom: 20px;
  padding: 10px;
}

/*　回り込み　*/
#contents #barmenu:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

#contents #barmenu {
  display: inline-table;
}

#contents #barmenu {
  height: 1%;
}

#contents #barmenu {
  display: block;
}

/*ボックス カラー*/
.menufood {
  background-color: #EBEABD;
}

.menudrink {
  background-color: #E4FDC4;
}

.menunature {
  background-color: #F0E7DD;
}

.menuparty {
  background-color: #FBEDB5;
}

/*ボックス内左右*/
#contents #barmenu .menuright {
  color: #663300;
}

/*見出し5*/
#contents #barmenu .menuright h5 {
  margin: 0px;
  font-size: 12px;
  color: #FFFFFF;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 25px;
}

.h5food {
  background-color: #C99F05;
}

.h5drink {
  background-color: #49760A;
}

.h5nature {
  background-color: #660033;
}

.h5party {
  background-color: #CC6633;
}

/*メニューテキスト*/
#contents #barmenu .menuright .menutxtfood {
  border-left-width: 5px;
  border-left-style: solid;
  border-left-color: #C99F05;
  padding-top: 10px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
}

#contents #barmenu .menuright .menutxtfood02 {
  border-left-width: 5px;
  border-left-style: solid;
  border-left-color: #C99F05;
  padding-top: 10px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 30px;
  padding-left: 20px !important;
}

#contents #barmenu .menuright h6 {
  margin: 0px;
  font-size: 12px;
}

#contents #barmenu .menuright .menutxtdrink {
  border-left-width: 5px;
  border-left-style: solid;
  border-left-color: #49760A;
  padding-top: 10px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
}

#contents #barmenu .menuright .menutxtnature {
  border-left-width: 5px;
  border-left-style: solid;
  border-left-color: #660033;
  padding-top: 10px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
}

#contents #barmenu .menuright .menutxtparty {
  border-left-width: 5px;
  border-left-style: solid;
  border-left-color: #CC6633;
  padding-top: 10px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
}

#contents #barmenu .menuright ul {
  padding: 0px;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

#contents #barmenu .menuright li {
  padding: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 3px;
  margin-left: 15px;
}

/*　バー イベント　*/
#contents .bar_eventinfo {
  margin-left: 200px;
  text-align: left;
  border-left-width: 7px;
  border-left-style: solid;
  border-left-color: #CC3333;
  padding-left: 24px;
  margin-bottom: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  vertical-align: text-top;
}

/*　回り込み　*/
.bar_eventinfo:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.bar_eventinfo {
  display: inline-table;
}

.bar_eventinfo {
  height: 1%;
}

.bar_eventinfo {
  display: block;
}

.bar_eventinfo h5 {
  font-size: 120%;
  margin-top: 0px;
  line-height: 180%;
  color: #CC3333;
}

.bar_eventinfo th, td {
  font-size: 12px;
  font-weight: normal;
}

#contents .bar_event {
  margin-left: 200px;
  text-align: left;
  border-left-width: 7px;
  border-left-style: solid;
  border-left-color: #8CB828;
  padding-left: 24px;
  margin-bottom: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  vertical-align: text-top;
  border-top-width: 1px;
  border-top-style: dotted;
  border-top-color: #999900;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #999900;
}

/*　回り込み　*/
.bar_event:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.bar_event {
  display: inline-table;
}

.bar_event {
  height: 1%;
}

.bar_event {
  display: block;
}

.bar_event h5 {
  font-size: 120%;
  color: #336600;
}

.bar_event table {
  float: left;
}

.bar_event th, td {
  font-size: 12px;
  line-height: 140%;
}

.event_photo {
  width: 150px;
  float: left;
}

.event_syousai {
  margin-left: 170px;
}

.event_yoyaku {
  margin-left: 280px;
  padding-top: 40px;
}

.bar_event-komado {
  text-align: left;
  border-left-width: 7px;
  border-left-style: solid;
  border-left-color: #8CB828;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  vertical-align: text-top;
  margin: 15px;
}

/*■富士山エコツアー　ラインナップ
----------------------------------------------------------*/
.ecotour {
  height: 74px;
  width: 230px;
  text-align: right;
  margin-top: 5px;
}

.ecotour p {
  margin: 0px;
  background-image: url(../img/top/ecotour.jpg);
  background-repeat: no-repeat;
  display: block;
  padding-top: 7px;
  height: 67px;
  _height: 74px;
  padding-right: 12px;
  font-size: 12px;
  line-height: 1.6em;
}

.ecotour a:link,
.ecotour a:visited {
  text-decoration: none;
  color: #333333;
}

.ecotour a:hover {
  text-decoration: underline;
  color: #CC3300;
}

.ecotour_yoyaku {
  width: 250px;
  padding-top: 15px;
  text-align: right;
  float: left;
  margin-right: 10px;
  padding-right: 10px;
}

.ecotour_yoyaku img {
  vertical-align: bottom;
}

/*■富士山エコツアー　ラインナップ　改20100422
----------------------------------------------------------*/
.lineup_blue_new {
  text-align: left;
  margin: 0 auto 30px;
  padding: 20px 23px;
  width: 744px !important;
  width: 790px;
  background-color: #E9F1FC;
}

.lineup_blue_new .lineup_right2 {
  line-height: 160%;
                  	/*background-image: url(../img/sub/tel.jpg);
background-repeat: no-repeat;
background-position: right bottom;*/
}

/*　回り込み　*/
.lineup_blue:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.lineup_blue_new h6 {
  margin: 0.5em 0 0.8em 0;
  padding: 0;
}

.imgR {
  margin: 0 0 5px 10px;
  padding: 0px;
  float: right;
}

.imgL {
  margin: 0 15px 5px 0;
  padding: 0px;
  float: left;
}

.clear {
  clear: both;
}

.lineup_blue {
  display: inline-table;
}

.lineup_blue {
  height: 1%;
}

.lineup_blue {
  display: block;
}

.lineup_blue img {
  vertical-align: top;
}

.lineup_blue_new dl {
  margin: 0 0 0 0px;
  padding: 0px;
}

.lineup_blue_new dl dt {
  font-size: 160%;
  color: #003399;
  font-weight: bold;
  margin: 0 0 0.5em 0;
  padding: 3px 0;
}

.lineupC {
  margin-top: 20px;
}

.lineup_blue_new dl dd {
  line-height: 1.6;
}

.lineup_blue_new div .clear div table {
  margin-top: 20px;
}

.price {
  margin: 30px 0 0 0;
  padding: 0px;
}

.price h4 {
  margin: 5px 0 0;
  padding: 0px;
  display: inline;
}

.price table {
  margin: 5px 0 0;
  padding: 0px;
}

.lineup_blue_new h5 {
  margin-top: 0;
  padding: 0;
}

.oneshot {
  border-top: 1px dotted #999;
  padding: 10px 5px 5px 5px;
  float: left;
  width: 520px;
}

.oneshot_txt {
  float: left;
  margin-right: 10px;
  width: 400px;
}

.liveinfo {
  text-align: left;
  border-top: 1px dotted #999;
  padding: 5px;
}

.liveinfo_in {
  text-align: left;
  padding: 5px;
  float: left;
  width: 235px;
}

.liveinfo_in02 {
  text-align: left;
  padding: 5px;
  float: left;
  width: 450px;
}

.torikesi {
  text-decoration: line-through;
}

/*■BARページ　改20120517
----------------------------------------------------------*/
.information {
  padding: 20px 0 0;
  width: 100%;
}

.topics {
  width: 100%;
}

/*■Facebook
----------------------------------------------------------*/
.fb-like-box {
  margin: 0px 0 20px;
  width: 100%;
}

/*■ivent
----------------------------------------------------------*/
.ivent_title {
  margin: 0px 0px 10px;
}

.ivent_BAR {
  line-height: 1.3em;
  margin-right: 10px;
  text-align: left;
  margin-bottom: 5px;
}

.ivent_BAR_txt {
  float: left;
  width: 340px;
  margin-right: 10px;
  padding-bottom: 5px;
}

.BAR_yoyaku {
  float: right;
  margin-right: 0.5em;
  margin-bottom: 0px;
  margin: 0 0 5px 10px;
}

.ivent_img {
  padding-bottom: 10px;
  padding-left: 5px;
}

.ivent_Live {
  text-align: left;
  line-height: 120%;
  min-height: 290px;
}

.ivent_Live_txt {
  padding-bottom: 5px;
}

.ivent_Live strong {
  /* 2013.12.24追加 */
  font-size: 14px;
}

/*■BAR
----------------------------------------------------------*/
#bar {
  clear: both;
  width: 100%;
}

#profile {
  padding: 10px;
  border: 1px dotted #999999;
}

/*■BLOG
----------------------------------------------------------*/
#blog {
  width: 100%;
}

.blog_title {
  margin-bottom: 15px;
  border-bottom: 1px dotted #666;
}

#blog-dl {
  line-height: 1.5em;
}

.blog-today {
  border-bottom: 1px dotted #666;
  width: 60px;
}

#blog_detail {
  margin-left: 180px;
}

.blog-link:link {
  color: #305F67;
}

.blog-link:visited {
  color: #305F67;
}

/*■2013.8.7追加
----------------------------------------------------------*/
.live_box {
  margin: 10px 0 20px 0;
}

.live_img {
  width: 200px;
  /* 2013.12.24追加 */
  margin: 0 auto;
}

.live_img img {
  /* 2013.12.24追加 */
  margin-bottom: 10px;
}

.live_text {
  float: none;
  width: auto;
  /* 2013.12.24追加 */
}

#contents .live_text h3 {
  margin: 10px 0 15px;
}

.live_text dt {
  float: left;
  margin-left: 0px;
}

.live_text dd {
  margin-left: 6em;
  margin-bottom: 1em;
}

.live_text dt.live_profile {
  float: none;
  margin-top: 2em;
  margin-bottom: 1em;
  padding: 0;
}

.live_text dd.live_profile {
  margin: 0 0 2em 0;
  padding: 0;
  line-height: 1.7em;
}

.live_text a:link {
  color: #305F67;
}

.live_text a:hover {
  color: #305F67;
}

.live_text a:visited {
  color: #305F67;
}

/*■2013.11.07追加
----------------------------------------------------------*/
.tour_lineup {
  width: 490px;
  height: auto;
  margin: 30px auto 20px auto;
}

.tour_lineup img {
  margin-bottom: 20px;
}

/*■2014.06.27追加
----------------------------------------------------------*/
/* top */
.bn_specialtours {
  width: 100%;
  margin: 7px 0 8px 0;
}

.h3_lineup {
  width: 100%;
  height: auto;
  padding-top: 6px;
  overflow: hidden;
  background: url(../img/top/bg_h3_lineup.png) no-repeat;
  background-size: cover;
  font-size: 12px;
  font-weight: 900;
  color: #3F3F3F;
  line-height: 23px;
  text-indent: 21px;
  margin-bottom: 10px;
}

.h3_media {
  width: 100%;
  height: auto;
  padding-top: 6px;
  overflow: hidden;
  background: url(../img/top/bg_heading_media.png) no-repeat;
  background-size: cover;
  font-size: 12px;
  font-weight: 900;
  color: #3F3F3F;
  line-height: 23px;
  text-indent: 21px;
  margin-bottom: 10px;
}

/* tour_guide */
/* 見出し */
.h1_tourguide {
  color: #666666 !important;
}

.h2_ecotour {
  width: 100%;
  height: auto;
  padding-top: 11px;
  overflow: hidden;
  display: block;
  background: url(../img/eco_tour/h2_ecotour.png) no-repeat;
  background-size: cover;
  font-size: 12px;
  font-weight: 900;
  color: #003c5e;
  line-height: 19px;
  text-indent: 26px;
  text-shadow: 1px 1px 1px #ede9e6, -1px 1px 1px #ede9e6, 1px -1px 1px #ede9e6, -1px -1px 1px #ede9e6;
  margin: 25px 0 30px 0px !important;
}

.h3_personaltour {
  width: 100%;
  height: auto;
  padding-top: 6px !important;
  overflow: hidden;
  display: block;
  background: url(../img/tour_guide/bg_h3_personaltour.png) no-repeat;
  background-size: cover;
  font-size: 12px;
  font-weight: 900;
  color: #3F3F3F;
  line-height: 21px;
  text-indent: 26px;
  margin: 20px 0 15px 0 !important;
}

.h3_grouptour {
  width: 100%;
  height: auto;
  padding-top: 6px !important;
  overflow: hidden;
  display: block;
  background: url(../img/tour_guide/bg_h3_grouptour.png) no-repeat;
  background-size: cover;
  font-size: 12px;
  font-weight: 900;
  color: #3F3F3F;
  line-height: 20px;
  text-indent: 26px;
  margin: 20px 0 15px 0 !important;
}

.h3_grouptour span {
  margin-left: -5px;
  font-size: 10px;
  font-weight: normal;
}

.h3_ecotour01 {
  width: 100%;
  height: auto;
  padding-top: 6px !important;
  overflow: hidden;
  display: block;
  background: url(../img/eco_tour/h3_ecotour01.png) no-repeat;
  background-size: cover;
  font-size: 12px;
  font-weight: 900;
  color: #3F3F3F;
  line-height: 21px;
  text-indent: 24px;
  margin: 20px 0 35px 0 !important;
}

.h3_ecotour02 {
  width: 100%;
  height: auto;
  padding-top: 6px !important;
  overflow: hidden;
  display: block;
  background: url(../img/eco_tour/h3_ecotour02.png) no-repeat;
  background-size: cover;
  font-size: 12px;
  font-weight: 900;
  color: #3F3F3F;
  line-height: 21px;
  text-indent: 24px;
  margin: 20px 0 35px 0 !important;
}

.h3_ecotour03 {
  width: 100%;
  height: auto;
  padding-top: 6px !important;
  overflow: hidden;
  display: block;
  background: url(../img/eco_tour/h3_ecotour03.png) no-repeat;
  background-size: cover;
  font-size: 12px;
  font-weight: 900;
  color: #3F3F3F;
  line-height: 21px;
  text-indent: 24px;
  margin: 20px 0 35px 0 !important;
}

.h3_ecotour04 {
  width: 100%;
  height: auto;
  padding-top: 6px !important;
  overflow: hidden;
  display: block;
  background: url(../img/eco_tour/h3_ecotour04.png) no-repeat;
  background-size: cover;
  font-size: 12px;
  font-weight: 900;
  color: #3F3F3F;
  line-height: 21px;
  text-indent: 24px;
  margin: 20px 0 35px 0 !important;
}

.h3_ecotour05 {
  width: 100%;
  height: auto;
  padding-top: 6px !important;
  overflow: hidden;
  display: block;
  background: url(../img/eco_tour/h3_ecotour05.png) no-repeat;
  background-size: cover;
  font-size: 12px;
  font-weight: 900;
  color: #3F3F3F;
  line-height: 21px;
  text-indent: 24px;
  margin: 20px 0 35px 0 !important;
}

.h3_ecotour06 {
  width: 100%;
  height: auto;
  padding-top: 6px !important;
  overflow: hidden;
  display: block;
  background: url(../img/eco_tour/h3_ecotour06.png) no-repeat;
  background-size: cover;
  font-size: 12px;
  font-weight: 900;
  color: #3F3F3F;
  line-height: 21px;
  text-indent: 24px;
  margin: 20px 0 35px 0 !important;
}

.h3_ecotour07 {
  width: 100%;
  height: auto;
  padding-top: 6px !important;
  overflow: hidden;
  display: block;
  background: url(../img/eco_tour/h3_ecotour07.png) no-repeat;
  background-size: cover;
  font-size: 12px;
  font-weight: 900;
  color: #3F3F3F;
  line-height: 21px;
  text-indent: 24px;
  margin: 20px 0 35px 0 !important;
}

.h3_ecotour08 {
  width: 100%;
  height: auto;
  padding-top: 6px !important;
  overflow: hidden;
  display: block;
  background: url(../img/eco_tour/h3_ecotour08.png) no-repeat;
  background-size: cover;
  font-size: 12px;
  font-weight: 900;
  color: #3F3F3F;
  line-height: 21px;
  text-indent: 24px;
  margin: 20px 0 35px 0 !important;
}

.h4_tourguide {
  background: url(../img/tour_guide/h4_tourguide.png) no-repeat;
  background-size: 24px;
  background-position: -4px 5px;
  margin-bottom: 15px !important;
  border-bottom: #54270E 2px dotted;
  line-height: 26px;
  color: #54270E;
  font-size: 12px;
  font-weight: bold;
  text-indent: 27px;
}

.h5_tourguide {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}

.h5_ecotour {
  margin-top: 20px;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: bold;
}

/* レイアウト、フォント */
.font_tourguide {
  line-height: 1.7em;
}

.font_tourguide a,
.font_tourguide a:visited {
  color: #9B970A;
  font-weight: bold;
  text-decoration: none;
}

.font_tourguide a:hover {
  color: #D3CC42;
}

.wrap_tourguide {
  background: url(../img/tour_guide/bg_wrap.png) !important;
  width: 100% !important;
  padding: 0 !important;
  box-shadow: rgba(64, 64, 64, 0.498039) 0px 0px 5px 3px;
  -webkit-box-shadow: rgba(64, 64, 64, 0.498039) 0px 0px 5px 3px;
  -moz-box-shadow: rgba(64, 64, 64, 0.498039) 0px 0px 5px 3px;
}

.bg_tourguide {
  background: url(../img/tour_guide/bg.jpg);
}

/* テキストボックス、画像ボックス */
.personal_text {
  width: 100%;
}

.personal_images {
  width: 100%;
}

.personal_images img {
  display: block;
  margin: 20px auto !important;
}

.personal_text02 {
  box-sizing: border-box;
  padding: 0 10px;
  width: 100%;
}

.personal_images02 {
  width: 100%;
  margin-top: 20px;
}

.personal_images02 img {
  display: block;
  margin: 0 auto;
}

/* テーブルボックス */
.col2_table_l {
  width: 100%;
}

.col2_table_r {
  width: 100%;
}

/* テーブル */
.table_tourguide {
  width: 100%;
  margin: 10px 0 25px 0px;
  border-spacing: 0;
}

.table_tourguide tr {
  vertical-align: middle;
}

.table_tourguide th,
.table_tourguide td {
  border: 1px solid #006837;
}

.table_tourguide th {
  border-left: 2px solid #006837;
  background: #9ACCB2;
  color: #006837;
  width: 100px;
  text-indent: 5px;
}

.table_tourguide td {
  border-right: 2px solid #006837;
  background: #FFFFFF;
  text-indent: 10px;
}

/* 左上 */
.table_tourguide tr:first-child th:first-child {
  border-top: 2px solid #006837;
  border-left: 2px solid #006837;
  border-radius: 8px 0 0 0;
  -moz-border-radius: 8px 0 0 0;
  -webkit-border-radius: 8px 0 0 0;
  -o-border-radius: 8px 0 0 0;
  -ms-border-radius: 8px 0 0 0;
}

/* 右上 */
.table_tourguide tr:first-child td:last-child {
  border-top: 2px solid #006837;
  border-right: 2px solid #006837;
  border-radius: 0 8px 0 0;
  -moz-border-radius: 0 8px 0 0;
  -webkit-border-radius: 0 8px 0 0;
  -o-border-radius: 0 8px 0 0;
  -ms-border-radius: 0 8px 0 0;
}

/* 左下 */
.table_tourguide tr:last-child th:first-child {
  border-bottom: 2px solid #006837;
  border-left: 2px solid #006837;
  border-radius: 0 0 0 8px;
  -moz-border-radius: 0 0 0 8px;
  -webkit-border-radius: 0 0 0 8px;
  -o-border-radius: 0 0 0 8px;
  -ms-border-radius: 0 0 0 8px;
}

/* 右下 */
.table_tourguide tr:last-child td:last-child {
  border-bottom: 2px solid #006837;
  border-right: 2px solid #006837;
  border-radius: 0 0 8px 0;
  -moz-border-radius: 0 0 8px 0;
  -webkit-border-radius: 0 0 8px 0;
  -o-border-radius: 0 0 8px 0;
  -ms-border-radius: 0 0 8px 0;
}

table.table_allradius th {
  border-radius: 8px 0 0 8px !important;
  -moz-border-radius: 8px 0 0 8px !important;
  -webkit-border-radius: 8px 0 0 8px !important;
  -o-border-radius: 8px 0 0 8px !important;
  -ms-border-radius: 8px 0 0 8px !important;
}

table.table_allradius td {
  border-radius: 0 8px 8px 0 !important;
  -moz-border-radius: 0 8px 8px 0 !important;
  -webkit-border-radius: 0 8px 8px 0 !important;
  -o-border-radius: 0 8px 8px 0 !important;
  -ms-border-radius: 0 8px 8px 0 !important;
}

/* テーブル 富士山エコツアー用 */
.table_tourguide02 {
  width: 100%;
  height: auto;
  margin: 10px 0 5px 0;
  border-spacing: 0;
  font-size: 15px;
}

.table_tourguide02 td.bg_green {
  font-weight: bold;
  background: #9ACCB2;
  color: #006837;
}

.table_tourguide02 tr {
  line-height: 20px;
}

.table_tourguide02 th,
.table_tourguide02 td {
  border: 1px solid #006837;
}

.table_tourguide02 th {
  border-left: 2px solid #006837;
  background: #9ACCB2;
  color: #006837;
  width: 30%;
  padding-left: 10px;
}

.table_tourguide02 td {
  background: #FFFFFF;
  padding-left: 15px;
}

.table_tourguide02 tr:first-child td {
  border-top: 2px solid #006837;
}

.table_tourguide02 tr:last-child td {
  border-bottom: 2px solid #006837;
}

.table_tourguide02 td:last-child {
  border-right: 2px solid #006837;
}

/* 左上 */
.table_tourguide02 tr:first-child th:first-child {
  border-top: 2px solid #006837;
  border-left: 2px solid #006837;
  border-radius: 8px 0 0 0;
  -moz-border-radius: 8px 0 0 0;
  -webkit-border-radius: 8px 0 0 0;
  -o-border-radius: 8px 0 0 0;
  -ms-border-radius: 8px 0 0 0;
}

/* 右上 */
.table_tourguide02 tr:first-child td:last-child {
  border-top: 2px solid #006837;
  border-right: 2px solid #006837;
  border-radius: 0 8px 0 0;
  -moz-border-radius: 0 8px 0 0;
  -webkit-border-radius: 0 8px 0 0;
  -o-border-radius: 0 8px 0 0;
  -ms-border-radius: 0 8px 0 0;
}

/* 左下 */
.table_tourguide02 tr:last-child th:first-child {
  border-bottom: 2px solid #006837;
  border-left: 2px solid #006837;
  border-radius: 0 0 0 8px;
  -moz-border-radius: 0 0 0 8px;
  -webkit-border-radius: 0 0 0 8px;
  -o-border-radius: 0 0 0 8px;
  -ms-border-radius: 0 0 0 8px;
}

/* 右下 */
.table_tourguide02 tr:last-child td:last-child {
  border-bottom: 2px solid #006837;
  border-right: 2px solid #006837;
  border-radius: 0 0 8px 0;
  -moz-border-radius: 0 0 8px 0;
  -webkit-border-radius: 0 0 8px 0;
  -o-border-radius: 0 0 8px 0;
  -ms-border-radius: 0 0 8px 0;
}

table.table_allradius02 th {
  border-radius: 8px 0 0 8px !important;
  -moz-border-radius: 8px 0 0 8px !important;
  -webkit-border-radius: 8px 0 0 8px !important;
  -o-border-radius: 8px 0 0 8px !important;
  -ms-border-radius: 8px 0 0 8px !important;
}

table.table_allradius02 td {
  border-radius: 0 8px 8px 0 !important;
  -moz-border-radius: 0 8px 8px 0 !important;
  -webkit-border-radius: 0 8px 8px 0 !important;
  -o-border-radius: 0 8px 8px 0 !important;
  -ms-border-radius: 0 8px 8px 0 !important;
}

/*お問い合わせ*/
span.contact_txt {
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #54270E;
}

.box_contact_cta {
  text-align: center;
}

.box_contact_cta a, .box_contact_cta img {
  display: block;
  margin: 10px auto !important;
}

/*■2014.07.23追加
----------------------------------------------------------*/
/* top */
.media {
  width: 100%;
}

.media dt {
  margin-top: 10px;
  padding: 0 5px;
  font-weight: bold;
}

.media dd {
  margin: 6px 0 0 0;
  padding: 0 5px;
  padding-bottom: 10px;
  border-bottom: #cccccc dotted 1px;
}

.media dd.new:before {
  content: "New";
  font-weight: bold;
  margin-right: 10px;
  color: red;
}

.media dd a {
  text-decoration: none;
}

.media dd a:hover {
  text-decoration: underline;
}

/*■2014.12.02追加
----------------------------------------------------------*/
.h3_event {
  width: 785px;
  height: 70px;
  overflow: hidden;
  background: url(../img/top/bg_heading_event.png) no-repeat;
  font-size: 25px;
  font-weight: 900;
  line-height: 78px;
  text-indent: 48px;
  margin-bottom: 10px;
  color: #3F3F3F;
}

.event {
  width: 785px;
  font-size: 1.1em;
}

.event dt {
  margin-top: 12px;
  padding: 0 5px;
  font-weight: bold;
}

.event dd {
  margin: 8px 0 0 0;
  padding: 0 5px;
  padding-bottom: 12px;
  border-bottom: #cccccc dotted 1px;
}

.event dd.new:before {
  content: "New";
  font-weight: bold;
  margin-right: 10px;
  color: red;
}

.event dd a {
  text-decoration: none;
}

.event dd a:hover {
  text-decoration: underline;
}

/*■2014.12.04追加
----------------------------------------------------------*/
.event {
  width: 745px;
}

.event a {
  text-decoration: none;
}

.event a:hover {
  text-decoration: underline;
}

.event_img {
  width: 120px !important;
}

.noline {
  border-bottom: 0px !important;
}

/*■2015.03.14追加
----------------------------------------------------------*/
.fujitozan {
  width: 100% !important;
  margin-right: 0 !important;
}

.h3_ecotour00 {
  width: 100%;
  height: auto;
  padding-top: 6px !important;
  overflow: hidden;
  display: block;
  background: url(../img/eco_tour/h3_ecotour00.png) no-repeat;
  background-size: cover;
  font-size: 12px;
  font-weight: 900;
  color: #3F3F3F;
  line-height: 21px;
  text-indent: 24px;
  margin: 20px 0 15px 0 !important;
}

.wrap_content .subtitle {
  margin-bottom: 15px !important;
}

.attention {
  font-size: 14px;
  font-weight: bold;
  color: #333333;
}

/*2015.04.21追加
----------------------------------------------------------*/
.icon_att {
  margin-left: 10px;
  background: #AA0002;
  border-radius: 5px;
  color: #fff;
  padding: 0 8px;
  font-size: 0.8em;
}

/*2015.04.23追加
----------------------------------------------------------*/
.bgw {
  background: #fff;
}

/*2015.04.25追加
----------------------------------------------------------*/
#hotel_list ul {
  padding-left: 0;
  margin-top: 0;
}

#hotel_list ul li {
  list-style: none;
  display: inline-block;
  margin-right: 5px;
}

#hotel_list ul li a {
  color: #9B970A;
  text-decoration: none;
}

#hotel_list ul li a:hover {
  text-decoration: underline;
}

#hotel_list ul li:first-child {
  margin-left: 0px;
}

#hotel_list p#hotel_name {
  width: 100%;
  padding: 5px 0 5px 0;
  background: #006837;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  margin-bottom: 10px;
}

.mlt0 {
  margin-left: 0 !important;
}

/*2015.06.29追加
----------------------------------------------------------*/
.btn_insta {
  position: fixed;
  top: 50%;
  right: 0;
  display: block;
  width: 30px;
  height: auto;
  z-index: 1000;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
}

.btn_insta:hover {
  /*transform: scale(1.05,1.05);
  -webkit-transform: scale(1.05,1.05);
  -moz-transform: scale(1.05,1.05);
  -ms-transform: scale(1.05,1.05);*/
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}

.btn_twitter {
  position: fixed;
  top: 66%;
  right: 0;
  display: block;
  width: 30px;
  height: auto;
  z-index: 1000;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
}

.btn_twitter:hover {
  /*transform: scale(1.05,1.05);
  -webkit-transform: scale(1.05,1.05);
  -moz-transform: scale(1.05,1.05);
  -ms-transform: scale(1.05,1.05);*/
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}

.btn_facebook {
  position: fixed;
  top: 82%;
  right: 0;
  display: block;
  width: 30px;
  height: auto;
  z-index: 1000;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
}

.btn_facebook:hover {
  /*transform: scale(1.05,1.05);
  -webkit-transform: scale(1.05,1.05);
  -moz-transform: scale(1.05,1.05);
  -ms-transform: scale(1.05,1.05);*/
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}

.bold {
  font-weight: bold;
}

.private_tour {
  color: #3F3F3F;
  font-weight: bold;
  font-size: 1.1em;
  margin: 5px 0 25px 0 !important;
}

.align_center {
  text-align: center;
}

/*2016.03.03追加
----------------------------------------------------------*/
.sp_none {
  display: none;
}

.br_none br {
  display: none;
}

.sp_tel {
  cursor: default;
}

/*2020.3.10
----------------------------------------------------------*/
.h3_ncp {
  width: 100%;
  height: auto;
  padding-top: 6px;
  overflow: hidden;
  background: url(../img/top/bg_h3_ncp.png) no-repeat;
  background-size: cover;
  font-size: 12px;
  font-weight: 900;
  color: #3F3F3F;
  line-height: 26px;
  text-indent: 21px;
}

.fuji_ncp {
  width: 100% !important;
}

.ncp_wrap {
  width: 100%;
  padding: 20px 0;
  text-align: left;
}
.ncp_wrap > h2 {
  width: 96%;
  margin: 0 auto;
  height: 50px;
  background: url("../img/ncp/ncp_hedding.png") no-repeat;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  padding-left: 50px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

.ncp_what_container {
  width: 100%;
  padding: 30px 0;
}
.ncp_what_container .ncp_what_box {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: flex-start;
}
.ncp_what_container .ncp_what_box .ncp_what_item {
  width: 30%;
  text-align: center;
}
.ncp_what_container .ncp_what_box .ncp_what_item img {
  width: 238px;
  max-width: 100%;
  height: auto;
}
.ncp_what_container .ncp_what_box .ncp_what_item > p {
  font-size: 16px;
  color: #333;
  font-weight: bold;
}
.ncp_what_container > p {
  width: 88%;
  margin: 20px auto;
  text-align: center;
  font-size: 16px;
  line-height: 28px;
  color: #333;
}
.ncp_what_container .ncp_supoort_container {
  width: 86.4%;
  margin: 0 auto;
  text-align: center;
  border: 1px solid #333;
  box-sizing: border-box;
}
.ncp_what_container .ncp_supoort_container p {
  font-size: 16px;
  color: #333;
}
.ncp_what_container .ncp_supoort_container p:nth-of-type(1) {
  font-weight: bold;
}

.ncp_detail_container {
  width: 100%;
  padding: 30px 0;
}
.ncp_detail_container > p {
  width: 88%;
  margin: 0 auto;
  font-size: 16px;
  line-height: 28px;
  color: #333;
}

.ncp_stage_container {
  width: 100%;
  margin: 20px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: flex-start;
}
.ncp_stage_container .npc_stage_item {
  width: 80%;
  margin-bottom: 40px;
  padding: 10px;
  box-sizing: border-box;
}
.ncp_stage_container .npc_stage_item p:nth-of-type(1) {
  font-size: 21px;
  color: #111;
  font-weight: bold;
  text-align: center;
  margin: 10px 0 0;
}
.ncp_stage_container .npc_stage_item p:nth-of-type(1) span {
  font-size: 36px;
}
.ncp_stage_container .npc_stage_item p:nth-of-type(2) {
  font-size: 18px;
  color: #111;
  font-weight: bold;
  text-align: center;
  background: linear-gradient(transparent 40%, rgba(255, 255, 0, 0.4) 40%);
  width: 82%;
  margin: 0 auto;
}
.ncp_stage_container .npc_stage_item img {
  width: 98px;
  height: 60px;
  display: block;
  margin: 10px auto;
}
.ncp_stage_container .npc_stage_item ul {
  padding-left: 8px;
}
.ncp_stage_container .npc_stage_item li {
  font-size: 14px;
  color: #111;
  font-weight: bold;
  list-style: none;
  margin: 5px 0;
}
.ncp_stage_container .npc_stage_item li::before {
  font-family: "Font Awesome 5 Free";
  content: '\f138';
  font-size: 18px;
  padding-right: 5px;
  font-weight: 900;
  color: #BC557F;
}
.ncp_stage_container .npc_stage_item:nth-of-type(1) {
  background: url("../img/ncp/ncp_stage_bk01.jpg") center/cover no-repeat;
}
.ncp_stage_container .npc_stage_item:nth-of-type(2) {
  background: url("../img/ncp/ncp_stage_bk02.jpg") center/cover no-repeat;
}
.ncp_stage_container .npc_stage_item:nth-of-type(3) {
  background: url("../img/ncp/ncp_stage_bk03.jpg") center/cover no-repeat;
}

.ncp_stage1_container {
  width: 94%;
  margin: 20px auto;
  position: relative;
  background: url("../img/ncp/ncp_stage1_bk.jpg") center/cover no-repeat;
  padding: 230px 0 30px;
}
.ncp_stage1_container .ncp_stage1_head {
  width: 100%;
  background: #37477C;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
}
.ncp_stage1_container .ncp_stage1_head p {
  color: #FFF;
  font-weight: bold;
}
.ncp_stage1_container .ncp_stage1_head p:nth-of-type(1) {
  font-size: 18px;
  text-align: center;
}
.ncp_stage1_container .ncp_stage1_head p:nth-of-type(1) span {
  font-size: 24px;
  display: block;
}
.ncp_stage1_container .ncp_stage1_head p:nth-of-type(2) {
  width: 100%;
  font-size: 16px;
}
.ncp_stage1_container > table {
  margin: 0 auto;
  border-collapse: collapse;
}
.ncp_stage1_container tr {
  border-bottom: 1px solid #333;
}
.ncp_stage1_container tr:last-of-type {
  border: none;
}
.ncp_stage1_container th {
  width: 30%;
  padding: 20px;
  box-sizing: border-box;
  text-align: left;
  font-size: 18px;
  color: #111;
  font-weight: bold;
}
.ncp_stage1_container th span {
  display: block;
  font-size: 16px;
  margin-top: -5px;
}
.ncp_stage1_container td {
  padding: 10px;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: bold;
  color: #37477C;
}
.ncp_stage1_container td span {
  font-size: 16px;
  color: #111;
  display: block;
  margin-top: 3px;
}

.ncp_requir_container {
  width: 100%;
  padding: 10px 0 30px;
}
.ncp_requir_container table {
  width: 86.4%;
  margin: 0 auto;
  border-collapse: collapse;
}
.ncp_requir_container th {
  width: 100%;
  display: block;
  padding: 10px 20px 0;
  box-sizing: border-box;
  /*border-bottom:1px solid #37477C;*/
  font-size: 16px;
  color: #111;
}
.ncp_requir_container td {
  width: 100%;
  display: block;
  border-bottom: 1px solid #CECECE;
  padding: 10px 20px;
  box-sizing: border-box;
  font-size: 16px;
  color: #333;
}
.ncp_requir_container td span {
  font-weight: bold;
  color: #BB1010;
}

.ncp_briefing_container {
  width: 100%;
  padding: 30px 0;
}
.ncp_briefing_container .ncp_schedule_container {
  width: 88.8%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}
.ncp_briefing_container .ncp_schedule_container .ncp_schedule_item {
  width: 50%;
  text-align: center;
}
.ncp_briefing_container .ncp_schedule_container .ncp_schedule_item > span {
  width: 80%;
  margin: 0 auto 5px;
  display: block;
  background: #37477C;
  text-align: center;
  border-radius: 20px;
  font-size: 18px;
  color: #FFF;
  font-weight: bold;
  padding: 6px;
}
.ncp_briefing_container .ncp_schedule_container .ncp_schedule_item p {
  color: #333;
  font-weight: bold;
  margin: 10px auto;
}
.ncp_briefing_container .ncp_schedule_container .ncp_schedule_item p:nth-of-type(1) {
  font-size: 24px;
  margin: 10px 0;
}
.ncp_briefing_container .ncp_schedule_container .ncp_schedule_item p:nth-of-type(1) > span {
  font-size: 18px;
}
.ncp_briefing_container .ncp_schedule_container .ncp_schedule_item p:nth-of-type(2) {
  font-size: 21px;
}
.ncp_briefing_container .ncp_schedule_container .ncp_schedule_item p:last-of-type {
  font-size: 16px;
  font-weight: normal;
  width: 90%;
}
.ncp_briefing_container .ncp_reservation {
  width: 80%;
  margin: 20px auto;
  padding: 15px;
  text-align: center;
  background: #E0E5F7;
  border: 1px solid #37477C;
}
.ncp_briefing_container .ncp_reservation p:nth-of-type(1) {
  font-size: 18px;
  color: #333;
  font-weight: bold;
  margin: 0 0 18px;
}
.ncp_briefing_container .ncp_reservation p:nth-of-type(2) {
  font-size: 18px;
  color: #333;
  font-weight: bold;
  margin: 0;
}
.ncp_briefing_container .ncp_reservation p:nth-of-type(2) span {
  font-size: 16px;
  color: #333;
  font-weight: bold;
}

.ncp_about_container {
  width: 100%;
  padding: 10px 0 30px;
  text-align: center;
}
.ncp_about_container p {
  width: 86.4%;
  margin: 0 auto 10px;
  text-align: left;
  font-size: 16px;
  color: #333;
}
.ncp_about_container img {
  width: 90%;
  max-width: 100%;
  height: auto;
}

.contactform_container {
  width: 90%;
  margin: 0 auto;
}
.contactform_container p {
  font-size: 16px;
}
.contactform_container p:nth-of-type(1) {
  text-align: center;
}
.contactform_container table {
  width: 100%;
  margin-top: 50px;
  border-collapse: collapse;
}
.contactform_container table tr {
  border-bottom: 1px solid #d3d3d3;
}
.contactform_container table tr:nth-of-type(1) td, .contactform_container table tr:nth-of-type(2) td, .contactform_container table tr:nth-of-type(3) td, .contactform_container table tr:nth-of-type(4) td {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.contactform_container table tr:nth-of-type(1) td div, .contactform_container table tr:nth-of-type(2) td div, .contactform_container table tr:nth-of-type(3) td div, .contactform_container table tr:nth-of-type(4) td div {
  width: 40%;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.contactform_container table tr:nth-of-type(1) td div::before, .contactform_container table tr:nth-of-type(2) td div::before, .contactform_container table tr:nth-of-type(3) td div::before, .contactform_container table tr:nth-of-type(4) td div::before {
  font-size: 16px;
  color: #333;
  width: 80px;
}
.contactform_container table tr:nth-of-type(2) th, .contactform_container table tr:nth-of-type(4) th {
  padding-left: 68px;
}
.contactform_container table tr:nth-of-type(1) td div:nth-of-type(1)::before, .contactform_container table tr:nth-of-type(3) td div:nth-of-type(1)::before {
  content: '姓';
}
.contactform_container table tr:nth-of-type(1) td div:nth-of-type(2)::before, .contactform_container table tr:nth-of-type(3) td div:nth-of-type(2)::before {
  content: '名';
}
.contactform_container table tr:nth-of-type(2) td div:nth-of-type(1)::before, .contactform_container table tr:nth-of-type(4) td div:nth-of-type(1)::before {
  content: 'セイ';
}
.contactform_container table tr:nth-of-type(2) td div:nth-of-type(2)::before, .contactform_container table tr:nth-of-type(4) td div:nth-of-type(2)::before {
  content: 'メイ';
}
.contactform_container table tr:last-child th {
  border-bottom: none;
  vertical-align: top;
}
.contactform_container table tr:last-child td {
  border-bottom: none;
}
.contactform_container table th {
  width: 100%;
  display: block;
  border-bottom: 1px solid #37477c;
  font-size: 16px;
  font-weight: normal;
  color: #333;
  padding: 26px 0;
  box-sizing: border-box;
}
.contactform_container table th span {
  font-size: 12px;
  color: #FFF;
  text-align: center;
  padding: 2px 15px;
  background: #c9423b;
  border-radius: 12px;
  margin-right: 14px;
}
.contactform_container table th .multi_line {
  display: inline-block;
  vertical-align: middle;
}
.contactform_container table td {
  width: 100%;
  display: block;
  padding: 20px 0;
  font-size: 16px;
  color: #333;
  box-sizing: border-box;
}
.contactform_container table td span {
  font-size: 14px;
  margin-left: 8px;
  display: block;
  margin-top: 8px;
}
.contactform_container table .optionalicon {
  font-size: 14px;
  color: #2D4675;
  text-align: center;
  padding: 2px 15px;
  background: #ABD8FF;
  border-radius: 12px;
  margin-right: 30px;
}

#formWrap {
  padding: 30px 0;
}
#formWrap > h2 {
  width: 96%;
  margin: 0 auto;
  height: 50px;
  background: url(../img/ncp/ncp_hedding.png) no-repeat;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  padding-left: 50px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
#formWrap > p {
  width: 90%;
  margin: 20px auto 0;
}

.form_table {
  width: 90%;
  margin: 40px auto;
}
.form_table th {
  width: 100%;
  display: block;
  font-size: 16px;
  color: #333;
  padding: 20px 20px 0;
  box-sizing: border-box;
}
.form_table td {
  width: 100%;
  display: block;
  border-bottom: 1px solid #ccc;
  font-size: 16px;
  color: #333;
  padding: 20px;
  box-sizing: border-box;
}

.form_section {
  padding: 120px 0 80px;
}

.form_to_top {
  text-decoration: none;
  margin: 20px auto;
  display: block;
  text-align: center;
  background: #DB621D;
  font-weight: 300;
  font-size: 16px;
  color: #FFF;
  padding: 10px 0;
  width: 80%;
  height: auto;
}

.policy_title {
  font-size: 18px;
  padding: 10px 0 0;
  text-align: center;
}

.privacypolicy {
  box-sizing: border-box;
  position: relative;
  width: 88%;
  height: 300px;
  margin: 24px auto;
  padding: 24px;
  border: 1px #CCCCCC solid;
  background: #efefef;
  overflow-y: scroll;
  text-align: left !important;
}
.privacypolicy p {
  text-align: left !important;
}
.privacypolicy h4 {
  margin: 40px 0 20px;
  font-size: 16px;
  font-weight: bold;
}
.privacypolicy h4:first-child {
  margin-top: 0;
}

.privacypolicy::-webkit-scrollbar {
  width: 8px;
}

.privacypolicy::-webkit-scrollbar-track {
  background: #ccc;
}

.privacypolicy::-webkit-scrollbar-thumb {
  background: #999;
}

.contactform_container table tr:nth-of-type(1) td, .contactform_container table tr:nth-of-type(2) td, .contactform_container table tr:nth-of-type(3) td, .contactform_container table tr:nth-of-type(4) td {
  flex-direction: column;
}

.contactform_container table tr:nth-of-type(1) td div, .contactform_container table tr:nth-of-type(2) td div, .contactform_container table tr:nth-of-type(3) td div, .contactform_container table tr:nth-of-type(4) td div {
  width: 80%;
  margin-bottom: 15px;
}

/* フォーム装飾
----------------------------------------------------*/
input[type="text"], input[type="tel"], input[type="email"], textarea, select {
  -webkit-appearance: none;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  padding: 15px;
  background: #f7f7f7;
  border: 1px solid #d3d3d3;
  border-radius: 3px;
  transition: all .3s;
  font-size: 16px;
}
input[type="text"].w100, input[type="tel"].w100, input[type="email"].w100, textarea.w100, select.w100 {
  width: 98%;
  margin-left: 10px;
}
input[type="text"].w80, input[type="tel"].w80, input[type="email"].w80, textarea.w80, select.w80 {
  width: 80%;
  margin-left: 10px;
}
input[type="text"].w60, input[type="tel"].w60, input[type="email"].w60, textarea.w60, select.w60 {
  width: 80%;
  margin-left: 10px;
}
input[type="text"].w40, input[type="tel"].w40, input[type="email"].w40, textarea.w40, select.w40 {
  width: 80%;
  margin-right: 20px;
  margin-left: 10px;
}
input[type="text"].w30, input[type="tel"].w30, input[type="email"].w30, textarea.w30, select.w30 {
  width: 80%;
  margin-left: 10px;
}

input[type="checkbox"] {
  padding: 10px 12px;
  background: #efefef;
  transition: all .3s;
}

input[type="file"] {
  padding: 10px 0;
  transition: all .3s;
}

textarea {
  box-sizing: border-box;
  width: 100%;
}

::-webkit-input-placeholder {
  color: #cccccc;
}

::-moz-placeholder {
  color: #cccccc;
}

:-ms-input-placeholder {
  color: #cccccc;
}

button[type="submit"] {
  width: 80%;
  text-decoration: none;
  margin: 30px auto 0;
  display: block;
  text-align: center;
  background: #c2185b;
  font-weight: 300;
  font-size: 18px;
  color: #FFF;
  padding: 12px 0;
  height: auto;
  transition: .3s;
  cursor: pointer;
  border: none;
  position: relative;
}
button[type="submit"]::after {
  font-family: "Font Awesome 5 Free";
  content: '\f04e';
  font-size: 18px;
  position: absolute;
  top: 16px;
  right: 20px;
  font-weight: 900;
  color: #FFF;
}
button[type="submit"]:hover {
  opacity: 0.7;
  transition: .3s;
}

input[type="button"] {
  text-decoration: none;
  margin: 30px auto 0;
  display: block;
  text-align: center;
  font-family: "Hiragino Maru Gothic W3 JIS2004";
  background: #FFF;
  border: 1px solid #004898;
  font-weight: 300;
  font-size: 18px;
  color: #333;
  padding: 5px 0;
  width: 80%;
  height: auto;
  transition: .3s;
  position: relative;
}

#contents .mail table input[type="text"].short {
  width: 24%;
  padding: 8px;
}

/*■2022.06.22追加
----------------------------------------------------------*/
.bnr_note {
  margin-top: 10px;
}
.bnr_note a {
  display: inline-block;
  transition: 0.3s;
}
.bnr_note a:hover {
  opacity: 0.7;
}
.bnr_note a img {
  display: block;
  width: 100% !important;
  margin: 0 !important;
}

/*■2024.10.7 トップツアーバナーCSS再構築
----------------------------------------------------------*/
.top_tour_bnr {
  position: relative;
  width: 100%;
  height: auto;
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
}
.top_tour_bnr > li {
  position: relative;
  width: 100%;
  height: auto;
}
.top_tour_bnr > li + li {
  margin-top: 10px;
}
.top_tour_bnr > li a {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  transition: 0.3s;
}
.top_tour_bnr > li a:hover {
  opacity: 0.8;
}
.top_tour_bnr > li a img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  margin: 0;
  padding: 0;
}
.top_tour_bnr > li a.hover_footprint:hover::before {
  position: absolute;
  bottom: 0;
  right: 3%;
  content: "";
  width: 16.1%;
  height: 62%;
  background: url("../img/footprint.svg") no-repeat;
  background-size: contain;
  background-position: center top;
}

.top_tour_bnr_2col {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
}
.top_tour_bnr_2col > li {
  position: relative;
  width: 49.5%;
  height: auto;
  margin: 5px 0 0 1%;
}
.top_tour_bnr_2col > li:nth-child(-n+2) {
  margin-top: 0;
}
.top_tour_bnr_2col > li:nth-child(2n+1) {
  margin-left: 0;
}
.top_tour_bnr_2col > li a {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  transition: 0.3s;
}
.top_tour_bnr_2col > li a:hover {
  opacity: 0.8;
}
.top_tour_bnr_2col > li a img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  margin: 0;
  padding: 0;
}
.top_tour_bnr_2col > li a.hover_footprint:hover::before {
  position: absolute;
  bottom: 0;
  right: 5.6%;
  content: "";
  width: 26.3%;
  height: 64.7%;
  background: url("../img/footprint.svg") no-repeat;
  background-size: contain;
  background-position: center top;
}

/* 2024.12.24　追記
----------------------------------------------------------*/
.fix_btn {
  position: fixed;
  bottom: 10%;
  right: 0;
  margin: 0;
  overflow: hidden;
  z-index: 20;
}
.fix_btn > li {
  list-style: none;
}
.fix_btn > li a {
  display: block;
  margin-right: -3px;
}
.fix_btn > li a img {
  display: block;
  width: 40px;
  height: auto;
}
