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

 file name  : common.css
 author     : Ability Consultant
 style info : 基本・共通設定
=================================================================== */
/* -----------------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------------- */
html {
  font-size: small;
  line-height: 1.5;
}

body {
  color: #313131;
  background: #fff;
  -webkit-text-size-adjust: none;
  font-size: 100%;
}
.ie body {
  font-size: 98%;
}
body a {
  color: #4b4b4b;
}
body a:link, body a:visited, body a:active {
  text-decoration: underline;
}
body a:hover {
  text-decoration: none;
  color: #646464;
}
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;
}

/* メインタイトル */
.container_main {
  width: 100%;
  margin: 0 auto;
  *zoom: 1;
}
.container_main:before, .container_main:after {
  content: " ";
  display: table;
}
.container_main:after {
  clear: both;
}
/* グローバルナビ */
.container {
  width: 1024px;
  margin: 0 auto;
  *zoom: 1;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
/* 外部リンク */
.container_portal {
  width: 670px; /* 1024 */
  margin: 0 auto;
  *zoom: 1;
}
.container_portal:before, .container_portal:after {
  content: " ";
  display: table;
}
.container_portal:after {
  clear: both;
}

/* -----------------------------------------------------------
	#page
----------------------------------------------------------- */
#page {
  min-width: 1024px;
}

/* -----------------------------------------------------------
	#header
----------------------------------------------------------- */
#header {
  text-align: center;
  position: absolute;
  top: 150px;
  left: 0;
  width: 100%;
  z-index: 10;
}
#header .con_header {
  margin-bottom: 175px;
}
#header .con_header .logo {
  margin-bottom: 40px;
}
#header .con_header h2 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 72px;
  font-weight: normal;
  line-height: 1.5;
  color: #fff;
}
#header .con_header h2 span {
  font-size: 36px;
  display: block;
}
#header .con_lnk ul {
  /*padding-left:78px;*/ /* 157/2 → 290/2 */
  padding-left:145px; /* 157/2 → 290/2 */
  width: 100%;
  float: left;
}
#header .con_lnk ul li {
  float: left;
  margin-right: 32px;
}
#header .con_lnk ul li.last {
  margin-right: 0;
}
#header .con_lnk ul li a {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 17px;
  font-weight: normal;
  color: #fff;
  text-decoration: underline;
  position: relative;
  text-decoration: none;
  border-bottom: 1px solid #fff;
  padding-bottom: 8px;
}
#header .con_lnk ul li a:after {
  content: "\f103";
  font-family: "FontAwesome";
  font-size: 14px;
  margin-left: 15px;
}

/* -----------------------------------------------------------
	#contents
----------------------------------------------------------- */
/* -----------------------------------------------------------
	#footer
		フッター
----------------------------------------------------------- */
#footer {
	width: 100%;
	margin: 0 auto;
	background: #323233;
	border-top: 10px solid #0e0e0e;
}
#footer .con_footer {
	margin: 0 auto;
	padding: 0;
}
#footer .con_grouphotel {
	width: 100%;
	padding: 5em 0 3em;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  #footer .con_grouphotel {
		padding: 3em 0 1em;
  }
}
@media only screen and (max-width: 768px) {
  #footer .con_grouphotel {
		padding: 3em 0 1em;
  }
}
#footer .con_grouphotel .box_grouphotel {
	margin: 0 auto;
	max-width: 1180px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
@media only screen and (max-width: 1024px) {
  #footer .con_grouphotel .box_grouphotel {
		flex-wrap: wrap;
		justify-content: center;
  }
}
#footer .con_grouphotel .box_flogo {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 22%;
	margin-right: 2em;
}
#footer .con_grouphotel .box_flogo .inn {
	text-align: center;
}
@media only screen and (max-width: 1024px) {
  #footer .con_grouphotel .box_flogo {
		width: 100%;
		margin-right: auto;
		justify-content: center;
  }
}
@media only screen and (min-width: 1370px) and (max-width: 1439px) {
  #footer .con_grouphotel .box_flogo {
		position: relative;
		transform: translateX(5%);
  }
}
@media print {
  #footer .con_grouphotel .box_flogo {
		position: relative;
		transform: translateX(5%);
  }
}
.ie8 #footer .con_grouphotel .box_flogo {
	position: relative;
	transform: translateX(5%);
}
@media only screen and (min-width: 1300px) and (max-width: 1370px) {
  #footer .con_grouphotel .box_flogo {
		position: relative;
		transform: translateX(10%);
  }
}
@media print {
  #footer .con_grouphotel .box_flogo {
		position: relative;
		transform: translateX(10%);
  }
}
.ie8 #footer .con_grouphotel .box_flogo {
	position: relative;
	transform: translateX(10%);
}
@media only screen and (min-width: 1250px) and (max-width: 1300px) {
  #footer .con_grouphotel .box_flogo {
		position: relative;
		transform: translateX(13%);
  }
}
@media print {
  #footer .con_grouphotel .box_flogo {
		position: relative;
		transform: translateX(13%);
  }
}
.ie8 #footer .con_grouphotel .box_flogo {
	position: relative;
	transform: translateX(13%);
}
@media only screen and (min-width: 1200px) and (max-width: 1250px) {
  #footer .con_grouphotel .box_flogo {
		position: relative;
		transform: translateX(20%);
  }
}
@media print {
  #footer .con_grouphotel .box_flogo {
		position: relative;
		transform: translateX(20%);
  }
}
.ie8 #footer .con_grouphotel .box_flogo {
	position: relative;
	transform: translateX(20%);
}
#footer .con_grouphotel .box_flogo .box_sns {
	display: flex;
	justify-content: center;
	margin: auto;
}
#footer .con_grouphotel .box_flogo .box_sns a {
	margin: 1em;
	display: inline-block;
}
#footer .con_grouphotel .box_flogo .box_sns a svg {
	width: 30px;
	height: 30px;
	fill: #fff;
}
#footer .con_grouphotel .box_flogo .link_box {
	text-align: center;
	font-size: 85%;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  #footer .con_grouphotel .box_flogo .link_box {
		font-size: 100%;
  }
}
@media only screen and (max-width: 768px) {
  #footer .con_grouphotel .box_flogo .link_box {
		font-size: 90%;
  }
}
#footer .con_grouphotel .box_flogo .link_box a {
	color: #fff;
	text-decoration: none;
}
#footer .con_grouphotel .box_flogo .link_box a svg {
	width: 15px;
	height: 15px;
	fill: #fff;
	margin-top: -5px;
}
#footer .con_grouphotel .box_group {
	width: 74.57627%;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  #footer .con_grouphotel .box_group {
		width: 100%;
		margin-top: 25px;
  }
}
@media only screen and (max-width: 768px) {
  #footer .con_grouphotel .box_group {
		width: 90%;
		margin: 25px auto 0;
  }
}
#footer .con_grouphotel .box_group ul {
	margin: 0 auto;
	max-width: 1000px;
	width: 90%;
	display: flex;
	flex-wrap: wrap;
}
@media only screen and (max-width: 1024px) {
  #footer .con_grouphotel .box_group ul {
		padding-top: 2em;
  }
}
@media only screen and (max-width: 768px) {
  #footer .con_grouphotel .box_group ul {
		width: 100%;
  }
}
#footer .con_grouphotel .box_group ul li {
	width: calc(20% - 1px);
	height: 150px;
	padding: 0;
	margin-bottom: 1em;
	text-align: center;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  #footer .con_grouphotel .box_group ul li {
		width: calc(20% - 1px);
  }
}
@media only screen and (max-width: 768px) {
  #footer .con_grouphotel .box_group ul li {
		width: calc(100% / 3 - 1px);
  }
}
@media only screen and (min-width: 1925px) {
  #footer .con_grouphotel .box_group ul li {
		width: calc(20% - 5px);
  }
}
@media print {
  #footer .con_grouphotel .box_group ul li {
		width: calc(20% - 5px);
  }
}
.ie8 #footer .con_grouphotel .box_group ul li {
	width: calc(20% - 5px);
}
#footer .con_grouphotel .box_group ul li a:hover {
	opacity: 0.7;
}
#footer .con_grouphotel .box_group ul li a img {
	width: 100%;
	max-width: 106px;
	height: auto;
}
#footer #copy {
	margin: 0 auto;
	background: url(../images/footer/bg_footerBottom.jpg) repeat;
	padding: 7px 0 7px;
	text-align: center;
	color: #fff;
	font-size: 78%;
}
#footer #copy p {
	color: #fff;
}

/* -----------------------------------------------------------
下層共通スタイル
----------------------------------------------------------- */
/* -----------------------------------------------------------
テーブル
----------------------------------------------------------- */
