@charset "UTF-8";
/* CSS Document */

/*
　リセット
*/
/**
* YUI 3.5.0 - reset.css (http://developer.yahoo.com/yui/3/cssreset/)
* http://cssreset.com
* Copyright 2012 Yahoo! Inc. All rights reserved.
* http://yuilibrary.com/license/
*/
/*TODO will need to remove settings on HTML since we can't namespace it.
TODO with the prefix, should I group by selector or property for weight savings?*/
html{color:#000; background:#FFF;}
/*TODO remove settings on BODY since we can't namespace it.*/
/*TODO test putting a class on HEAD.- Fails on FF.*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {margin:0; padding:0;}
table {border-collapse:collapse; border-spacing:0;}
fieldset,img {border:0;}
/*TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...*/
address,caption,cite,code,dfn,em,strong,th,var {font-style:normal; font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%; font-weight:normal;}
q:before,q:after {content:'';}
abbr,acronym {border:0; font-variant:normal;}
/* to preserve line-height and selector appearance */
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select {font-family:inherit; font-size:inherit; font-weight:inherit;}
/*to enable resizing for IE*/
input,textarea,select {*font-size:100%;}
/*because legend doesn't inherit in IE */
legend {color:#000;}
/* YUI CSS Detection Stamp */
#yui3-css-stamp.cssreset { display: none; }



/*
	共通
======================================*/
.clearfix:after {
visibility:hidden;
height:0;
display: block;
font-size: 0;
content: " ";
clear: both;
}
* html .clearfix             { zoom: 1; }
*:first-child+html .clearfix { zoom: 1; }


html {
	font-size:62.5%;
}
body {
	font-size:1.6rem;
	background:#FFF;
	font-family:"游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#333;
	font-weight: 500;
}
.inner {
	max-width: 1100px;
	margin: 0 auto;
}

.inner_wide {
	max-width: 1600px;
	margin: 0 auto;
}
.sp_img {
	display: none;
}
.pc_img {
	display: inline;
}
.red {
	color: #dc0000!important;
}
a {
    color: #45abf9;
}
.note {
	font-size: 14px;
	line-height: 1.6em;
	color: #999;
}
ul.note {
	padding-left: 1.3em;
	text-indent: -1.3em;
}
ul.note li {
	margin-bottom: 0.7em;
}
.announce_box {
	text-align: center;
}
.info .announce_box + h3 {
	margin: 70px 0 40px;
}
p.announce {
	margin-top: 50px;
	margin-bottom: 50px;
	font-weight: bold;
	color: #dc0000;
	letter-spacing: 0.1em;
}
#contact_block p.announce {
	margin-top: 0;
}
p.announce span {
	display: block;
	margin-top: 0.5em;
	font-weight: normal;
	color: #333;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 1.6em;
}
p.announce span.red {
	color: #dc0000;
}
p.announce span strong {
	font-weight: bold;
	background: #eaf400;
}
ul.announce {
	display: inline-block;
	padding-left: 1.5em;
	list-style-type: disc;
	font-size: 14px;
	color: #dc0000;
	margin: 0 auto;
	text-align: left;
}

/*

ヘッダー
=======================*/
header {
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	-webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
	box-shadow: 0 10px 10px rgba(0,0,0,0.05);
}

header .head_logo{
	margin-right: auto;
	line-height: 0;
	margin-left: 20px;
}
header .head_logo a {
	display: block;
}
header nav ul {
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header nav ul li {
	position: relative;
	min-width: 170px;
	padding: 8px 0;
}
header nav ul li.nav_contact {
	padding: 0;
}
header nav ul li a {
	cursor: pointer;
}
header nav ul li a,
header nav ul li span {
	display: block;
	padding: 10px 15px;
	line-height: 1em;
	font-size: 16px;
	letter-spacing: 0;
	text-decoration: none;
	text-align: center;
	color: #000;
	border-left: 1px solid #CCC;
}
header nav ul li.link a:after {
	content: "";
	width: 100%;
	height: 5px;
	background: #2a4052;
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 0;
	transition: opacity 0.3s ease 0s;
}
header nav ul li a:hover:after {
	opacity: 1;
}
header nav ul li.nav_contact a {
	padding: 18px 10px;
	background: #2a4052;
	color: #FFF;
}
header nav ul li.nav_contact a:hover {
	background: #162938;
}
header nav ul li.soon span {
	display: block;
	position: relative;
}
header nav ul li.soon span:after {
	content: "coming soon";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #FFF;
	color: #999;
	text-align: center;
	font-size: 11px;
	display: none;
	border-left: none;
}
header nav ul li.soon:hover span:after {
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	-webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
	-webkit-box-pack: center;
     -ms-flex-pack: center;
   justify-content: center;
}

/* レンタル・運用代行 オンマウスで「問い合わせ」表示 */
header nav ul li.link a.soon:before {
	content: "お問い合わせ";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #FFF;
	color: #999;
	text-align: center;
	font-size: 16px;
	display: none;
	margin: 0 1px;
}
header nav ul li.link:hover a.soon:before {
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	-webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
	-webkit-box-pack: center;
     -ms-flex-pack: center;
   justify-content: center;
}

/*

ヘッダー 1150px以下
=======================*/
@media screen and (max-width: 1250px) {
	header {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		background: #FFF;
		z-index: 9999;
		height: 50px;
	}
	header .head_logo {
		width: 210px;
		margin-left: 16px;
	}
	header nav {
		display: none;
		margin-top: 50px;
		position: absolute;
		top: 0;
		left: 0;
		background: #FFF;
		width: 100%;
		border-top:1px solid #000; 
	}
	header.on nav {
		display: block;
	}
	header nav ul {
		display: block;
	}
	header nav ul li {
		width: 100%;
	}
	header nav ul li.soon {
		display: none;
	}
	header .btn_menu {
		position: absolute;
		top: 0;
		right: 0;
		line-height: 0;
	}
	header .btn_menu img {
		width: 50px;
	}
	header .btn_menu .close {
		position: absolute;
		top: 0;
		left: 0;
		width: 50px;
		background: #FFF;
		display: none;
	}
	header.on .btn_menu .close {
		display: block;
	}

	#container {
		margin-top: 50px;
	}
	header .sp_img {
	display: inline;
}
}


/*

ページ
=======================*/
#title_blcok {
	background: url("../images/sub_title_bg.jpg") no-repeat center;
	background-size: cover;
	height: 320px;
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	-webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
	-webkit-box-pack: center;
     -ms-flex-pack: center;
   justify-content: center;
}
#title_blcok h2 {
	text-align: center;
	font-size: 35px;
	letter-spacing: 0.2em;
	color: #FFF;
	line-height: 1em;
	font-weight: bold;
	margin: 0;
}
#title_blcok h2 span {
	display: block;
	font-size: 30px;
	opacity: 0.7;
	margin-top: 10px;
	font-family: 'Allura', cursive;
	font-weight: normal;
	letter-spacing: normal;
}
#contact_block .tel span {
	display: inline-block;
	font-size: 14px;
	line-height: 1.6em;
	color: #999;
}


/*

フッター
=======================*/
footer {
	background: #333;
	padding: 12px 20px 15px;
}
footer .f_logo_box {
	float: left;
}
footer .logo_flights {
	float: left;
	opacity: 0.8;
	margin-top: 8px;
	line-height: 0;
}
footer .logo_flights:hover {
	opacity: 1;
}
footer .copyright {
	clear: both;
	font-size: 1.1rem;
	color: #ccc;
	line-height: 1em;
	letter-spacing: 0.1em;
	padding-top: 10px;
}
footer .copyright a {
	color: #ccc;
	text-decoration: none;
}
footer .copyright {
}
footer .text_box {
	float: right;
	padding-top: 13px;
}
footer ul li {
	display: inline-block;
	margin-bottom: 8px;
	line-height: 1em;
}
footer ul li a {
	color: #ccc;
	font-size: 1.3rem;
	line-height: 1em;
	letter-spacing: 0.1em;
	text-decoration: none;
	margin-left: 20px;
}
footer .copyright a:hover,
footer ul li a:hover {
	color: #FFF;
}
