@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : common.css
 author     : Ability Consultant
 style info : 基本・共通設定
=================================================================== */
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP");
/* -----------------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------------- */
html {
  line-height: 1.5;
}

body {
  color: #313131;
  -webkit-text-size-adjust: none;
  font-size: 100%;
  overflow: hidden;
  position: relative;
  min-width: 1230px;
  line-height: 1.5;
}
.ie body {
  font-size: 98%;
}
body #page a {
  color: #4b4b4b;
  text-decoration: underline;
}
body #page a:hover {
  text-decoration: none;
  color: #646464;
}
body #page img {
  max-width: 100%;
  -webkit-touch-callout: none;
}

body, pre, input, textarea, select {
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "メイリオ", Meiryo, "Times New Roman", Times, Garamond, Georgia, serif;
}

input, select, textarea {
  font-size: 100%;
}

.over {
  -moz-transition: opacity 200ms ease-in;
  -o-transition: opacity 200ms ease-in;
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}
.over:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

/* -----------------------------------------------------------
	楽天サイトバー調整（各デザインごとに要調整）
----------------------------------------------------------- */
#htlContents {
  position: relative;
  margin-left: 0;
}
#htlContents:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 820px;
  background: url(../images/bg_top.jpg) top center;
  background-size: 100%,auto;
  z-index: -1;
}

#htlSide-A {
  float: none !important;
  position: absolute;
  top: 756px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 1190px;
  height: 0;
}

#htlHeader, #htlBrdCrmbs, #trvlHtlTabNav, #trvlHtlSubNav {
  width: 1190px;
  margin: 0 auto;
}

#trvlHtlSubNav ul {
  margin-bottom: 0 !important;
}

#htlMainContent {
  width: 100%;
  margin-left: 0;
}

div#RthCustomizeW {
  width: auto !important;
}

ul#RthExcursionArea {
  display: block;
  width: 950px !important;
  padding-left: 240px !important;
  padding-right: 0 !important;
  margin: 0 auto !important;
  background-position: bottom right;
}

#RthPagetop {
  display: block !important;
  width: 950px !important;
  padding-left: 240px !important;
  margin: 0 auto !important;
  float: none !important;
  margin: 0 auto !important;
}

#RthCustomizeW {
  font-size: small;
}

/* -----------------------------------------------------------
	#page
----------------------------------------------------------- */
#page {
  min-width: 1190px;
  position: relative;
}

/* -----------------------------------------------------------
	#header
		ヘッダ
----------------------------------------------------------- */
#header {
  position: relative;
}
#header .con_header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 1190px;
  margin: 0 auto;
  background: url(../images/header/bg_head2.png);
  background-repeat: no-repeat;
  overflow: hidden;
  height: 164px;
}
#header .con_header h1 {
  float: left;
  padding: 20px 0 0 30px;
}
#header .con_header p {
  float: right;
  padding: 40px 0 0 0;
  margin-right: 45px;
  color: #fff !important;
  font-family: YuGothic, "游ゴシック体", "YuGothic", "Yu Gothic Medium", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "sans-serif";
}
#header .con_header p span {
  margin-left: 10px;
}

#homepage #header .con_header {
  background: url(../images/header/bg_head.png);
}

/*----------------------------------------------------
	.gnav
----------------------------------------------------*/
.gnav {
  width: 1190px;
  margin: 0 auto;
  letter-spacing: -.4em;
  text-align: center;
  padding-bottom: 8px;
  background-color: #fff !important;
}
.gnav:after {
  content: "";
  width: 100%;
  height: 8px;
  display: block;
  background: url(../images/index/bg_shadow.png) top center;
}
.gnav li {
  display: inline-block;
  letter-spacing: normal;
}
.gnav li a {
  color: #8b7e65 !important;
  text-decoration: none !important;
  display: block;
  position: relative;
  padding: 10px 20px;
  font-size: 10px;
}
.gnav li a:after {
  content: "";
  width: 0;
  height: 4px;
  background-color: #000045;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -moz-transition: width 150ms ease-out;
  -o-transition: width 150ms ease-out;
  -webkit-transition: width 150ms ease-out;
  transition: width 150ms ease-out;
}
.gnav li a:hover:after {
  width: 37px;
}
.gnav li a span {
  font-family: "Cormorant Infant", serif;
  font-size: 20px;
  display: block;
  font-weight: 600;
  text-transform: uppercase;
  color: #464646;
}
.gnav li.active a:after {
  width: 37px;
}
.gnav li.rsv a:after {
  width: 85px;
  background-color: #a37e39;
}

/* -----------------------------------------------------------
	#contents
----------------------------------------------------------- */
/* -----------------------------------------------------------
	.btn_ptop	PAGE TOPボタン
----------------------------------------------------------- */
.con_btn_ptop {
  width: 950px;
  margin: auto;
  margin-top: 100px;
  text-align: center;
}
.con_btn_ptop .btn_ptop {
  clear: both;
  margin-bottom: 25px;
}
.con_btn_ptop .btn_ptop a {
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

/* -----------------------------------------------------------
	#footer
		フッタ
----------------------------------------------------------- */
#footer {
  text-align: center;
  background-color: #f1f4f6;
}
#footer .con_footer {
  background: url(../images/footer/bg_foot.jpg) top center;
  width: 100%;
  letter-spacing: -.4em;
}
#footer .con_footer h1 {
  padding: 190px 0 173px 0;
  width: 950px;
  margin: 0 auto;
}
#footer .con_footer .fnav {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
#footer .con_footer .fnav .inner {
  width: 950px;
  margin: 0 auto;
  height: 183px;
}
#footer .con_footer .fnav .inner ul {
  width: 238px;
  height: 100%;
  padding: 40px 55px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
#footer .con_footer .fnav .inner ul:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
#footer .con_footer .fnav .inner ul li {
  margin-top: 10px;
  text-align: left;
}
#footer .con_footer .fnav .inner ul li:first-child {
  margin-top: 0;
}
#footer .con_footer .fnav .inner ul li a {
  color: #fff !important;
  text-decoration: none;
  position: relative;
  display: block;
}
#footer .con_footer .fnav .inner ul li a:before, #footer .con_footer .fnav .inner ul li a:after {
  font-family: FontAwesome;
  vertical-align: middle;
}
#footer .con_footer .fnav .inner ul li a:before {
  content: "";
  margin-right: .5em;
  position: absolute;
  left: -1em;
}
#footer .con_info {
  width: 950px;
  margin: 0 auto;
  padding: 45px 0 50px 0;
  letter-spacing: .1em;
}
#footer .con_info .place span {
  font-size: 16px;
  line-height: 2.5;
}
#footer .con_info .tel {
  margin: 25px 0 20px;
  display: block;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "メイリオ", Meiryo, "Times New Roman", Times, Garamond, Georgia, serif;
}
#footer .con_info .tel span {
  display: block;
  margin-top: 5px;
}
#footer .con_info .tmp_btn {
  margin-top: 15px;
}

/* -----------------------------------------------------------
	テンプレート
----------------------------------------------------------- */
.tmp_btn {
  display: block;
  margin: 0 auto;
  width: 260px;
}
.tmp_btn a {
  position: relative;
  display: block;
  width: 100%;
  color: #fff !important;
  background-color: #a37e39;
  text-decoration: none !important;
  text-align: center;
  padding: 10px;
  font-size: 15px;
  font-weight: normal;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.tmp_btn a:before {
  content: "";
  height: 1px;
  width: 20px;
  background-color: #fff !important;
  position: absolute;
  right: 0;
  top: 22px;
  -moz-transition: right, 400ms;
  -o-transition: right, 400ms;
  -webkit-transition: right, 400ms;
  transition: right, 400ms;
}
.tmp_btn a:hover:before {
  right: -10px;
}
