@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : common.css
 author     : Ability Consultant
 style info : 基本・共通設定
=================================================================== */
#header h1, #footer .con_sns ul, #footer .inner {
	max-width: 990px;
	margin: auto;
}
@media only screen and (max-width: 990px) {
  #header h1, #footer .con_sns ul, #footer .inner {
		width: 95%;
  }
}

/* -----------------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------------- */
html {
	font-size: small;
	line-height: 1.5;
}

body {
	color: #2e1302;
	background: #fff;
	min-width: 990px !important \9;
	-webkit-text-size-adjust: none;
	font-size: 100%;
}
.ie body {
	font-size: 98%;
}
@media only screen and (max-width: 767px) {
  body {
		font-size: 93%;
  }
}
body a {
	color: #2e1302;
}
body a:link, body a:visited, body a:active {
	text-decoration: underline;
}
.mouse body a:hover, .touch body a.touchstart {
	text-decoration: none;
	color: #5f2704;
}
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%;
}

html.ie8 .view_tab,
html.ie8 .view_tab_sp,
html.ie8 .view_sp {
	display: none !important;
}
html.ie8 #page {
	min-width: 990px !important;
	margin: auto;
	font-size: 100% !important;
}

@media only screen and (min-width: 991px) {
  body .view_tab-sp, body .view_tab {
		display: none !important;
  }
}
@media print {
  body .view_tab-sp, body .view_tab {
		display: none !important;
  }
}
.ie8 body .view_tab-sp, .ie8 body .view_tab {
	display: none !important;
}
@media only screen and (min-width: 768px) {
  body .view_sp {
		display: none !important;
  }
}
@media print {
  body .view_sp {
		display: none !important;
  }
}
.ie8 body .view_sp {
	display: none !important;
}
@media only screen and (max-width: 990px) {
  body .view_pc {
		display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  body .view_pc-tab, body .view_tab {
		display: none !important;
  }
}

.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;
}

/* -----------------------------------------------------------
	#page
----------------------------------------------------------- */
#page {
	overflow: hidden !important;
}

/* -----------------------------------------------------------
	#header
----------------------------------------------------------- */
#header {
	position: relative;
	height: 801px;
}
@media only screen and (min-width: 991px) and (max-width: 1650px) {
  #header {
		height: auto;
		padding-bottom: 35.35354%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 990px) {
  #header {
		height: auto;
		padding-bottom: 34.34343%;
  }
}
@media only screen and (max-width: 767px) {
  #header {
		height: auto;
  }
}
#header h1 {
	position: relative;
	z-index: 10;
	padding: 22px;
	text-align: right;
}
@media only screen and (min-width: 768px) and (max-width: 990px) {
  #header h1 {
		padding: 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  #header h1 {
		padding: 0.5em;
  }
}
@media only screen and (max-width: 990px) {
  #header h1 img {
		max-width: 190px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 990px) {
  #header h1 img {
		width: 20%;
  }
}
@media only screen and (max-width: 767px) {
  #header h1 {
		text-align: center;
  }
  #header h1 img {
		width: 35%;
  }
}
#header h2 {
	position: absolute;
	right: 0;
	left: 0;
	top: 562px;
	z-index: 1;
	width: 623px;
	height: 368px;
	margin: auto;
}
@media only screen and (min-width: 991px) and (max-width: 1650px) {
  #header h2 {
		top: 60.60606%;
		width: 37.75758%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 990px) {
  #header h2 {
		top: 60%;
		width: 60%;
  }
}
@media only screen and (max-width: 767px) {
  #header h2 {
		top: 92.92929%;
		width: 65%;
  }
}
#header .mainimg {
	position: absolute;
	left: 50%;
	top: 0;
	z-index: 1;
	width: 2000px;
	margin-left: -1000px;
}
@media only screen and (min-width: 991px) and (max-width: 1650px) {
  #header .mainimg {
		position: absolute;
		width: 110%;
		margin-left: -55%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 990px) {
  #header .mainimg {
		width: 110%;
		margin-left: -55%;
  }
}
@media only screen and (max-width: 767px) {
  #header .mainimg {
		position: relative;
		width: 100%;
		margin-left: 0;
		left: 0;
  }
}

/* -----------------------------------------------------------
	#contents
----------------------------------------------------------- */
/* -----------------------------------------------------------
	#footer
----------------------------------------------------------- */
#footer {
	overflow: hidden;
	*zoom: 1;
	margin-top: 20px;
	padding: 0 0 30px;
}
#footer .ptop {
	position: fixed;
	right: 2em;
	bottom: 2em;
	z-index: 100000;
}
#footer .ptop.view_sp {
	display: none;
}
@media only screen and (max-width: 767px) {
  #footer .ptop {
		position: static;
		background: #a0a0a0;
		text-align: center;
  }
  #footer .ptop.view_sp {
		display: block;
  }
  #footer .ptop a {
		display: block;
		padding: .8em 0;
  }
  #footer .ptop a img {
		width: 10%;
		max-width: 50px;
  }
}
#footer .con_sns {
	padding: 25px 0 30px;
	background: #eeeeee;
}
@media only screen and (max-width: 767px) {
  #footer .con_sns {
		padding: 1em 0;
  }
}
#footer .con_sns .st {
	text-align: center;
	font-size: 154%;
	margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  #footer .con_sns .st {
		font-size: 124%;
		margin-bottom: .8em;
  }
}
#footer .con_sns ul {
	text-align: center;
}
#footer .con_sns ul li {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  #footer .con_sns ul li {
		width: 15%;
		margin-left: 3%;
  }
}
#footer .con_sns ul li:first-child {
	margin-left: 0;
}
#footer .inner {
	margin-top: 2em;
}
#footer .inner .st {
	text-align: center;
	font-size: 139%;
	margin-bottom: .7em;
}
@media only screen and (max-width: 767px) {
  #footer .inner .st {
		font-size: 116%;
  }
}
#footer .inner .logo {
	float: left;
}
@media only screen and (max-width: 767px) {
  #footer .inner .logo {
		float: none;
		text-align: center;
  }
}
#footer .inner .logo .logo_summer {
	display: block;
}
#footer .inner .logo .txt_lnk {
	color: #435B67;
	text-decoration: underline;
	font-size: 85%;
}
#footer .inner .logo_jalan {
	float: right;
}
@media only screen and (max-width: 767px) {
  #footer .inner .logo_jalan {
		float: none;
		margin-top: 1.5em;
		text-align: center;
  }
}

/* -----------------------------------------------------------
	下層共通スタイル
----------------------------------------------------------- */
html.ie8 .con_summer .box_faci .list_faci li, html.ie7 .con_summer .box_faci .list_faci li {
	border: 1px solid #d9d9d9;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 22px;
	overflow: hidden;
}
html.ie8 .con_summer .box_faci .list_faci li.last, html.ie7 .con_summer .box_faci .list_faci li.last {
	margin-right: 0;
}

html.ie7 .con_summer, html.ie8 .con_summer {
	margin-bottom: 70px;
}
html.ie7 .con_summer .box_faci .list_faci li, html.ie8 .con_summer .box_faci .list_faci li {
	margin-right: 14px;
}

/* -----------------------------------------------------------
	テーブル
----------------------------------------------------------- */
