@charset "utf-8";

/* -----------------------------------
    汎用クラス
   ----------------------------------- */
html, body {
	width: 100%;
	height: 100%;
	position: relative;
}
body, td, th, h1, h2, h3, h4, h5, h6 {
	font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body {
	font-size: 62.5%;
	line-height: 1.6;
	-webkit-text-size-adjust : none;
	margin: 0;
	color: #000000;
	text-align: justify;
}
body p { font-size: 1.5em; }
a {text-decoration: none;}
a:link {
	color: #0000FF;
	transition: all 0.01s linear;
}
a:visited {color: #800080;}
a:hover {
	color: #aa001d;
	transition: all 0.3s linear;
	text-decoration: none;
}
a:active {color: #F00;}
a:hover img {transition: all 0.3s linear;}
.mt-30 {margin-top: 30px !important;}
.mt-50 {margin-top: 50px !important;}

@media screen and (max-width: 640px) {
body p {font-size: 1.4em;}
}
/* --- Clear Fix ------------- */
.clearfix:before, .clearfix:after {
	display: table;
	content: " ";
}
.clearfix:after {
	clear: both;
}
.clearfix {
	overflow: hidden;
}
*, *::after, *::before {
	box-sizing: border-box;
}

/* -----------------------------------
   PC/SP改行切り替え
 * ----------------------------------- */
span.pc-br {
	display: inline;
}
span.sp-br {
	display: none;
}

@media screen and (max-width: 640px) {
span.pc-br {
	display: none;
}
span.sp-br {
	display: inline;
}
}

/* -----------------------------------
    見出し
   ----------------------------------- */
.text-mincho {
	font-family: "秀英明朝 B JIS2004", DNPShueiMinPr6N-B, "秀英明朝 M JIS2004", "DNPShueiMinPr6N-M", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#index-top p {
	font-size: 1.7em;
	line-height: 1.6;
	text-align: center;
}

main {
	font-size: 1em;
}
@media screen and (max-width: 640px) {	
	#index-top p {
	font-size: 1.4em;
		padding-left: 15px;
		padding-right: 15px;
}
}

/* -----------------------------------
    ヘッダー
   ----------------------------------- */
h1 {
	width: 250px;
}
h1 img {
	width: 100%;
}

/* -----------------------------------
    グローバルメニュー
   ----------------------------------- */
@media screen and (min-width: 769px) {
.luxbar-navigation li.luxbar-header {
	display: block !important;
}	
.luxbar-navigation li {
	display: none;
}
}
@media screen and (max-width: 768px) {
.luxbar-navigation li a {
	display: block;
	color: #000000 !important;
	font-size: 1.4em;
	padding-top: 10px;
}
.luxbar-navigation li + li a:before {
	content: "|";
	padding-left: 5px;
	padding-right: 5px;
}
.luxbar-navigation li a#nav-first:before {
	content: "";
}
.luxbar-navigation li a:hover,
.luxbar-navigation.luxbar-navigation li#active a{
	color: #0068af !important;
}
.luxbar-navigation li a:hover:after,
.luxbar-navigation li#active a:after{
	content: "　▼";
	display: block;
	text-align: center;
	transform: scale(1.5, 1);
	font-size: 0.5em;
}
.luxbar-navigation li.luxbar-header a:hover:after,
.luxbar-navigation li.luxbar-header#active a:after{
	content: "";
	margin-top: 0px;
}
}
@media screen and (max-width:768px) {
.luxbar-navigation li a {
	padding-left: 20px;
	line-height: 4;
	padding-top: 0px;
}
.luxbar-navigation li a#nav-first {
	margin-top: 10px;
}
.luxbar-navigation li a,
.luxbar-navigation li a:hover,
.luxbar-navigation.luxbar-navigation li#active a{
	color: #ffffff !important;
	font-size: 1.6em;
	display: block;
}
.luxbar-navigation li + li a:before,
.luxbar-navigation li a#nav-first:before	{
	content: "▶";
	font-size: 0.8em;
	}
.luxbar-navigation li a:hover:after,
.luxbar-navigation li#active a:after{
	content: "";
	}
.luxbar-navigation li.luxbar-header a {
	padding-left: 10px;	
	padding-top: 0px;
}	
}


/* -----------------------------------
    メインビジュアル
   ----------------------------------- */
#mainvisual{
	margin-bottom: 60px;
	overflow: hidden;
}
#mainvisual img{
	width: 100%;
}
@media screen and (max-width: 768px) {
	#mainvisual{
	padding-top: 50px;	
	margin-bottom: 20px;
	}
}

/* -----------------------------------
    CMコンテンツ
   ----------------------------------- */
/*youtube埋め込み*/
#container-youtubeBox {
	width: 60%;
	margin-left:auto;
	margin-right:auto;
}
.container-youtube {
	position: relative;
	width: 100%;
	padding-top: 55%;
}
.container-youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}


.block {
	overflow: hidden;
	position: relative;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
}
.block:before {
	background-repeat: repeat;
	background: #e5f4ff none repeat scroll 0 0;
	content: "";
	height: 85%;
	left: 0;
	margin: 3% -10% 0;
	position: absolute;
	top: 0;
	transform:translateX(-2000px) translateY(0px) rotate(3deg);
	transform-origin: left center 0;
	width: 120%;
	z-index: -2;
	transition:all .3s 0s ease; 
	opacity: 0;
}
.block:after {
	background-repeat: repeat;
	background-position: 0 0;
	background-image: url(../images/index/bg.jpg);
	background-color: #0068af;
	background-attachment: scroll;
	content: "";
	height: 85%;
	right: 0;
	margin: 3% -10% 0;
	position: absolute;
	top: 0;
	transform: translateX(2000px) translateY(0px) rotate(-3deg);
	transform-origin: right center 0;
	width: 120%;
	z-index: -1;
	transition: all .3s .8s ease;
	opacity: 0;
}
.double.active .block:before{
	opacity: 1;
	transform:translateX(0px) translateY(0px) rotate(3deg);
}
.double.active .block:after{
	opacity: 1;
	transform:translateX(0px) translateY(0px) rotate(-3deg);
}
.double-inn {
	box-sizing: border-box;
	color: #fff;
	height: 100%;
	margin: 0 auto;
	padding: 80px 10px 120px;
	width: 900px;
	font-size:1.1em;
}
.double-inn h2 {
	font-size: 2.5em;
	font-weight: bold
}
.double-inn h3 {
	font-size: 2em;
}
@media screen and (max-width: 900px) {
.double-inn {
	width: 100%;
}
}
@media screen and (max-width: 640px) {
	.block {
	padding-bottom: 25px;
	}
	.double-inn {
		padding-top: 20px;
	}
	.double-inn h2 {
	font-size: 2em;
	}
	.double-inn h3 {
	font-size: 1.6em;
}
}



/* -----------------------------------
    ボタン
   ----------------------------------- */

a.btn {
	background-color: #0068af;
	display: block;
	font-size: 1.7em;
	text-align: center;
	color: #ffffff;
	height: 38px;
	line-height: 38px;
	vertical-align: middle;
	position: relative;
}
a.btn:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 12px 12px;
	border-color: transparent transparent #ff9c00 transparent;
	position: absolute;
	right: 0;
	bottom: 0;
}
a.btn:hover {
	background-color: #ff9c00;
	transition: all 0.2s linear;
}



/* -----------------------------------
    footer
   ----------------------------------- */
footer{
	background: #e8f0f4;
	padding: 30px 0 50px;
	text-align: center;
}
#footer-logo{
	width: 220px;
	margin-left: auto;
	margin-right: auto;
}
#footer-logo img {
	width: 100%;
}
footer p a {
	color: #000000;
	display: inline-block;
	margin-top: 20px;
}
p a + a:before {
	content: " ｜ "
}
footer p a:visited {
	color: #000000;
}
@media screen and (max-width: 640px) {
footer p  {
	margin-top: 20px
}
footer p a {
	display: block;
	margin-top: 5px;
}
p a + a:before {
	content: ""
}	
}


/* -----------------------------------
    ページトップ
   ----------------------------------- */
#page-top {
    font-size: 0;
    position: fixed;
    bottom: 0px;
    right: 10px;
    opacity: 0;
}
#page-top.fade-in {
	color: #ffffff;
	font-size: 0.85em;
	opacity: 0.6;
	transition: opacity 1s;
	display: block;
	background-color: #333333;
	width: 80px;
	height: 55px;
	padding: 10px;
	text-align: center;
	line-height: 1.4;
}
#page-top.fade-in span {
	font-size: 2em;
	transform: scale(1.5, 1);
	display: inline-block;
}
#page-top:hover {
	cursor: pointer;
}
@media screen and (max-width: 640px) {
#page-top {
right: 0px;	
}
#page-top.fade-in {
	width: 60px;
	padding: 5px 0px 0px;
}
}




