@charset "utf-8";

@import url(https://fonts.googleapis.com/css?family=Linden+Hill);

* a {
	text-decoration: none;
	color: #deb97b;
}
* a:visited{
	color: #deb97b;
}
*:focus {
	outline: none;
}
* img {
	vertical-align: bottom;
}

body * {
	box-sizing: border-box;
}

body{
	font:0.4em/0.4em Meiryo, メイリオ, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	*font-size:small;
	*font:x-small;
	background-color: #f0f0f0;
}

select,input,button,textarea,button{
	font:99% arial,helvetica,clean,sans-serif;
}

table{
	font-size:inherit;
	font:100%;
}

pre,code,kbd,samp,tt{
	font-family:monospace;
	*font-size:108%;
	line-height:99%;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-family: 'Linden Hill', "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif !important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	letter-spacing: 0.3em;
}

/* IE6 and IE7 Hack */
* html body {font-family: 'ＭＳ Ｐゴシック',sans-serif;}
*:first-child+html body {font-family: 'メイリオ','ＭＳ Ｐゴシック',sans-serif;}

/* 日本語が読みやすいline-height例 */
body * {
	line-height:1.75em;
}

/* layouts */
.section {
	width: 100%;
}
.section .inner {
	width: 95%;
	margin: 0 auto;
}


/* header */
#header {
	position: relative;
	width: 100%;
	padding: 1.25em 0;
	background-color: #022070;
	border-bottom: 2px solid #deb97b;
	transition: all  0.3s ease;
}
#header .inner {
	position: relative;
	width: 95%;
	margin: 0 auto;
}
#header .inner h1 a {
	position: relative;
	display: block;
	text-align: center;
	font-size: 0.5em;
}
#header .inner h1 a span {
	font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif !important;
}
#header .inner h1 img {
	display: block;
	width: 100%;
}

/* logo */
#header .championLogo {
	position: absolute;
	top: 2.5em;
  display: inline;
  text-align: right;
  left: -320px;
	z-index: 50;
}
#header .championLogo img {
	width: 20%;
}

/* navArea */
.navArea {
	background-color: #022070;
	border-top: 2px solid #deb97b;
}
.navArea nav {
	margin: 0 auto;
}
.navArea nav ul {
	margin: 0 auto;
}
.navArea nav ul li {
	display: inline-block;
	float: left;
	width: 100%;
}
.navArea nav ul li a {
	display: block;
	font-family: 'Linden Hill', "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif !important;
	color: #deb97b;
	font-size: 2em;
	text-align: center;
	padding: 2em;
	border-bottom: 1px solid #deb97b;
	transition: all  0.3s ease;
}
.navArea nav ul li.soon a {
	color: #6F5D3E;
}
.navArea nav ul li a:hover {
	color: #FCF9F2;
}
.navArea nav ul li.soon a:hover {
	color: #deb97b;
}
.navArea nav ul li a span {
	font-size: 0.8em;
	letter-spacing: 0.25em;
	margin-left: 1em;
}

/* collapse unit */
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height ease-in-out 0.15s;
  -o-transition: height ease-in-out 0.15s;
  transition: height ease-in-out 0.15s;
}
.collapse_link a{
	display: block;
	padding: 8px;
	background: #eeeeee;
	color: #261c19;
	text-decoration: none;
	border-bottom: 2px solid #dddddd;
}
.collapse_link a:after {
	display: block;
	font-family: 'FontAwesome';
	font-size: 200%;
	content: "\f106";
}
.collapse_link a.collapsed:after {
	display: block;
	font-family: 'FontAwesome';
	font-size: 200%;
	content: "\f107";
}
.collapseTriger a{
	display: inline-block;
	width: 100%;
	padding: 1em 0 0.5em;
	font-family: 'Linden Hill', "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif !important;
	text-align: center;
}
.collapseTriger a span{
	font-size: 2em;
}


/* slider */
.flexslider {
	width: 100%;
	border-radius: 0 !important;
}

/* article */
article {
}

/* footer */
footer {
	display: block;
	position: relative;
	bottom: 0;
	width: 100%;
	background-color: #022070;
	border-top: 2px solid #deb97b;
}
footer .inner {
	width: 95%;
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
}
footer .inner #copyright {
	font-size: 0.8em;
	color: #deb97b;
}

#page-top a {
	position: relative;
	display: block;
	width: 110px;
	height: 110px;
	font-size: 2em;
	padding: 2em;
	margin: 2em auto;
	text-align: center;

	background: rgba(2,32,112,0.9);
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
}

.contentsArea h1 {
  display: inline-block;
  width: 100%;
  text-align: left;
  font-size: 2em;
  padding: 0.5em 2.0em 0.25em;
  border: 1px solid #022070;
  color: #022070;
  margin-top: 1em;
  margin-bottom: 1em;
  text-align: center;
}

/* リマーケティングタグの隙間回避
---------------------------------------------------------------------------- */
iframe[name='google_conversion_frame'] {
  height: 0 !important;
  width: 0 !important;
  line-height: 0 !important;
  font-size: 0 !important;
  margin-top: -13px;
  float: left;
}

/* # clearfix
---------------------------------------------------------------------------- */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-table;
	min-height: 1%;
}

/* Hides from IE-mac */
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */
