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

 file name  : common.css
 author     : Ability Consultant
 style info : 基本・共通設定
=================================================================== */
.box_container {
  width: 1260px;
  margin: auto;
}

.box_container_s {
  width: 1000px;
  margin: auto;
}

.box_container:after, .box_container_s:after, .row:after, .clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* -----------------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------------- */
html {
  font-size: small;
  line-height: 1.5;
}

body {
  color: #595959;
  background: #fff;
  -webkit-text-size-adjust: none;
  font-size: 108%;
}
.ie body {
  font-size: 105%;
}
body a {
  color: #727272;
}
body a:link, body a:visited, body a:active {
  text-decoration: underline;
}
body a:hover {
  text-decoration: none;
  color: #8c8c8c;
}
body img {
  max-width: 100%;
  -webkit-touch-callout: none;
}

body, pre, input, textarea, select {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

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

.mouse .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;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* -----------------------------------------------------------
	common
----------------------------------------------------------- */
.box_container {
  display: block;
}
@media only screen and (max-width: 1260px) {
  .box_container {
    width: 1000px;
  }
}

.box_container_s {
  display: block;
}

.row {
  display: block;
}

.col {
  display: block;
  float: left;
  position: relative;
  min-height: 1px;
}

.row_tbl {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.cell {
  display: table-cell;
  vertical-align: top;
}

/* -----------------------------------------------------------
	#page
----------------------------------------------------------- */
#page {
  min-width: 1260px;
}
@media only screen and (max-width: 1260px) {
  #page {
    min-width: 1000px;
  }
}

/* -----------------------------------------------------------
	#header
----------------------------------------------------------- */
#header {
  position: relative;
}
#header h1 {
  position: absolute;
  left: 55px;
  top: 35px;
  font-size: 86%;
  font-weight: normal;
  z-index: 999;
}

/* -----------------------------------------------------------
	#contents
----------------------------------------------------------- */
/* -----------------------------------------------------------
	#footer
----------------------------------------------------------- */
#footer .box_address {
  padding: 47px 0;
}
#footer .box_address .col_logo {
  width: 30%;
  text-align: right;
}
#footer .box_address .col_logo a {
  text-decoration: none;
}
#footer .box_address .col_address {
  width: 70%;
  padding-left: 60px;
}
#footer .box_address .col_address .txt {
  font-size: 115%;
  line-height: 1.75;
  color: #181818;
}
#footer .box_address .col_address a {
  color: #181818;
  text-decoration: none;
}
#footer .box_grouphotel {
  border-top: 7px solid #0e0e0e;
  background: url(../images/footer/bg_grouphotel.jpg) repeat 0 0;
  padding: 40px 0 60px;
}
#footer .box_grouphotel .logo {
  text-align: center;
  margin-bottom: 15px;
}
#footer .box_grouphotel ul {
  border-top: 1px solid #403534;
  border-left: 1px solid #403534;
}
#footer .box_grouphotel ul li {
  width: 20%;
  height: 175px;
  text-align: center;
  border-right: 1px solid #403534;
  border-bottom: 1px solid #403534;
  padding-top: 22px;
}
#footer #copyright {
  font-size: 93%;
  color: #ae8791;
  background: #59081c;
  text-align: center;
  padding: 14px 2.5%;
}

/* -----------------------------------------------------------
	下層共通スタイル
----------------------------------------------------------- */
/* -----------------------------------------------------------
	テーブル
----------------------------------------------------------- */
/* -----------------------------------------------------------
	ボタン button
----------------------------------------------------------- */
.btn_lightbrown {
  text-align: center;
}
.btn_lightbrown a {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  max-width: 240px;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  font-size: 108%;
  color: #fff !important;
  background: #832424;
  border: 1px solid #832424;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  text-align: center;
  text-decoration: none !important;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 15px 10px;
}
.btn_lightbrown a:hover {
  background: none;
  color: #832424 !important;
}

.btn_brown {
  text-align: center;
}
.btn_brown a {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  max-width: 240px;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  font-size: 108%;
  color: #fff !important;
  background: #600e0f;
  border: 1px solid #600e0f;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  text-align: center;
  text-decoration: none !important;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 15px 10px;
}
.btn_brown a:hover {
  background: none;
  color: #600e0f !important;
}

.btn_darkbrown {
  text-align: center;
}
.btn_darkbrown a {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  max-width: 240px;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  font-size: 108%;
  color: #fff !important;
  background: #30140c;
  border: 1px solid #30140c;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  text-align: center;
  text-decoration: none !important;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 15px 10px;
}
.btn_darkbrown a:hover {
  background: none;
  color: #30140c !important;
}

.btn_dark {
  text-align: center;
}
.btn_dark a {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  max-width: 240px;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  font-size: 108%;
  color: #fff !important;
  background: #333;
  border: 1px solid #333;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  text-align: center;
  text-decoration: none !important;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 15px 10px;
}
.btn_dark a:hover {
  background: none;
  color: #333 !important;
}

.btn_border_lightbrown {
  text-align: center;
}
.btn_border_lightbrown a {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  max-width: 240px;
  font-size: 108%;
  color: #832424 !important;
  border: 1px solid #832424;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  text-align: center;
  text-decoration: none !important;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 15px 10px;
}
.btn_border_lightbrown a:hover {
  background: #832424;
  color: #fff !important;
}

.btn_border_brown {
  text-align: center;
}
.btn_border_brown a {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  max-width: 240px;
  font-size: 108%;
  color: #600e0f !important;
  border: 1px solid #600e0f;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  text-align: center;
  text-decoration: none !important;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 15px 10px;
}
.btn_border_brown a:hover {
  background: #600e0f;
  color: #fff !important;
}

.btn_border_darkbrown {
  text-align: center;
}
.btn_border_darkbrown a {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  max-width: 240px;
  font-size: 108%;
  color: #30140c !important;
  border: 1px solid #30140c;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  text-align: center;
  text-decoration: none !important;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 15px 10px;
}
.btn_border_darkbrown a:hover {
  background: #30140c;
  color: #fff !important;
}

.btn_border_dark {
  text-align: center;
}
.btn_border_dark a {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  max-width: 240px;
  font-size: 108%;
  color: #333 !important;
  border: 1px solid #333;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  text-align: center;
  text-decoration: none !important;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 15px 10px;
}
.btn_border_dark a:hover {
  background: #333;
  color: #fff !important;
}
