@charset "UTF-8";

/* CSS Document */

/*==================================================

container
=================================================*/

html {
	background: #ffffff;
}

body {
    position: relative;
    left: 0;
}

img {
	/*width: 100%;*/
	max-width: 100%;
	height: auto;
}

/* sp menu setting */

.layer{
    display: none;
    width: 100%;
    height: 100%;
	position: fixed;
    top: 0;
	left: 0;
    background: rgba(0, 0, 0, 0.8);
	z-index: 1002!important;
}
body.open{
	width: 100%;
    position: fixed;
}

#wrapper {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
}


/*==================================================

header
=================================================*/

header {
	width: 100%;
	position: fixed;
	min-width: 100%;
	background-color: rgba(255, 255, 255, 0);
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 7!important;
	
	/* animation */
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

header::before{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	width: 50%;
	height: 500%;
	background: url("../img/common/header_back.png") left top no-repeat;
	background-size: 100%;
	z-index: 8;
	max-width: 280px;
}

#header-inner {
	width: 100%;
	/*max-width: 1280px;*/
	position: relative;
	margin: 0 auto;
	z-index: 10;
	height: 70px;
}

.headerbg {
		background-color: rgba(255, 255, 255, 0.8);
	top: 0;
}
.headerbg #header-inner  {
   	padding-top: 0;
}

/* cf */

#header-inner:after,#header-logo-wrapper:after {
    content:" ";
    display:block;
    clear:both;
}

/* header PC */

#header-logo {
	position: fixed;
	line-height: 0;
	top: 0px;
	left: 0px;
	
	/* animation */
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	
	z-index: 10!important;
	
}
/*
.headerbg #header-logo {
	max-width: 130px;
	top: 10px;
	left: 30px;
}*/

/* header img */

#header-logo img {
	width: 100%;
	max-width: 100%;
	height: auto;
	max-width: 250px;
}

/* header SP */

.header-spmenu {
	width: 40px;
	display: none;
	float: right;
	text-align: center;
	cursor: pointer;
	margin: 15px 15px 0;
}
.header-spmenu img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

/*==================================================

Navi
=================================================*/

/* header menu */

nav {
	width: 96%;
	max-width: 1500px;
	position: relative;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: auto;
	margin-left: auto;
	margin-right: 0;
	padding: 0 4% 0 5%;
	z-index: 2;
}
nav > ul {
	width: 100%;
	position: relative;
	display: table;
	background-position: left top;
	background-repeat: no-repeat;
	background-size: cover;
}

/* cf */

nav:after,nav ul:after {
    content:" ";
    display:block;
    clear:both;
}

nav ul{
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
	flex-wrap: wrap;
}
nav ul li {
	padding: 0;
	position: relative;
}

nav ul li a {
	width: 100%;
	display: block;
	font-size: 1.3rem;
	line-height: 1.8em;
	text-decoration: none;
	padding: 12px 35px;
	color: #333;
	position: relative;
}
nav ul li.contact a {
	width: 100%;
	display: block;
	font-size: 1.7rem;
	line-height: 1.8em;
	text-decoration: none;
	padding: 20px 40px;
	position: relative;
	color: #fff;
	font-weight: 500;
}

nav ul li a span.en{
	display: block;
	color: #097cac;
	font-size: 1.7rem;
	letter-spacing: 0.05em;
	font-family: Trebuchet MS,Lucida Grande,Lucida Sans Unicode,Lucida Sans,sans-serif;
}

nav ul li::before {
  content: '';/*ボックス作成*/
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
border-left:1px solid #097cac;
  z-index: -1;
  transform: skew(-45deg);
}

nav  ul li.contact::before {
  content: '';/*ボックス作成*/
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
	border-left: none;
  z-index: -1;
	width: 100%;
	height: 100%;
  transform: skew(-45deg);
	background: rgb(255,202,0);
background: linear-gradient(0deg, rgba(255,202,0,1) 0%, rgba(255,202,0,1) 20%, rgba(246,129,36,1) 100%);
}


/* メインメニューのオーバーカラー */

nav > ul > li > a:hover {
	color: #999;
}

nav > ul > li.contact > a:hover {
color: #ff2a00
}
/* メインメニューの背景 オーバー */
.navrollover {
	
}
.navrollover a:hover {
	
}


nav > ul > li > ul {
	width: 210px;
	position: absolute;
	visibility: hidden;
	border-left: 3px solid #135de2;
	opacity: 0;
	transition: .2s;
	top: 100%;
	left: 50%;
	-webkit-transform: translate(-40%, 0); /* Safari用 */
	transform: translate(-40%, 0);
	
    background-color: rgba(0, 0, 0,0.9);
	padding: 0;
}

.pc-only {
	display: block;
}
.sp-only {
	display: none;
}

/*==================================================

contents
=================================================*/

#contents {
	width: 100%;
	position: relative;
	margin: 0 auto;
	z-index: 5!important;
}
/* cf */
#contents:after {
    content:" ";
    display:block;
    clear:both;
}

/* 印刷時 */

@media print {
	header {
		position: absolute;
	}
}


/*==================================================

footer
=================================================*/

.pagetop {
	width: 60px;
	height: 100px;
	position: fixed;
	right: -60px;
	bottom: 0px;
	z-index: 1001!important;
}


footer {
	width: 100%;
	position: relative;
	z-index: 5!important;
	
}
.footer-inner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
}
.footer-logo {
	width: 30%;
	float: left;
	padding: 20px;
}
.footer-logo h1 {
	line-height: 100%;
	max-width: 150px;
}
.footer-menu {
	width: 70%;
	float: left;
	background: #f7f7f7;
}
.fnav{
	width: 85%;
}
.footer-menu ul {
	width: 50%;
	float: left;
	padding: 30px 0px 50px 50px;
	text-align: right;
}
.footer-menu ul li {
	padding-right: 1em;
}
.footer-menu ul li a {
	display: block;
	width: 100%;
	font-size: 1.4rem;
	color: #333;
	text-decoration: none;
	padding: 0;
	text-align: left;
}
.footer-menu ul li a:hover {
	color: #2256a4;
}
.footer-add {
	width: 100%;
	margin: 0 auto;background: #88878c;
	padding: 5px;
}
#copyright {
	text-align: center;
	font-size: 1.2rem;
	color: #fff;
}

/* footer img */

.footer-logo img,#f-banner img {
	width: 100%;
	max-width: 100%;
	height: auto;	
}

/* footer cf */

.footer-inner:after,.footer-menu:after,.foot-item .inner:after,.footer-add:after {
    content:" ";
    display:block;
    clear:both;
}

@media only screen and (min-width:1px) and (max-width: 1280px) {

nav ul li a {
	width: 100%;
	display: block;
	font-size: 1.3rem;
	line-height: 1.8em;
	text-decoration: none;
	padding: 12px 25px;
	color: #333;
	position: relative;
}
nav ul li.contact a {
	width: 100%;
	display: block;
	font-size: 1.6rem;
	line-height: 1.8em;
	text-decoration: none;
	padding: 20px 20px;
	position: relative;
	color: #fff;
	font-weight: 500;
}

nav ul li a span.en{
	display: block;
	color: #097cac;
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	font-family: Trebuchet MS,Lucida Grande,Lucida Sans Unicode,Lucida Sans,sans-serif;
}
}

@media only screen and (min-width:1px) and (max-width: 1100px) {

#header-logo {
	width: auto;
	position: absolute;
	line-height: 0;
	top: 0;
	left: 0;
	max-height: 70px;
	
	/* animation */
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	
	z-index: 5!important;
	
}

nav > ul > li > a {
		font-size: 1.2rem;
	padding: 15px 18px;
	}
}
@media only screen and (min-width:1px) and (max-width: 1020px) {
	
	#wrapper {
		width: 100%;
		min-width: 100%;
	}
	
	/*==================================================
	
	header
	=================================================*/
	
	header {
		width: 100%;
		min-width: 100%;
		position: fixed;
		/*background-color: rgba(255, 255, 255, 1);*/
		top: 0;
	}
	#header-inner {
		width: 100%;
		position: relative;
		margin: 0 auto;
		padding-top: 0;
	}
	#header-option {
		display: none;
	}
	
	/* header SP*/
	.header-spmenu {
		display: block;
	}
	
	.headerbg {
		background-color: rgba(255, 255, 255, 0);
	}
	.headerbg nav > ul > li > a {
		padding: 5%;
	}
	
.head-youtube{
	display: none;
}
	/*==================================================
	
	Navi
	=================================================*/
	
	
	nav {
		/* モバイルメニュー幅 */
		width: 240px;
		height: 100%;
		position: fixed;
		background: #fff;
		border-left: 3px solid #0099c7;
		background-image: none;
		top: 0;
		right: -240px;
		-webkit-transform: translate(0, 0); /* Safari用 */
		transform: translate(0, 0);
		margin-top: 0;
		padding: 0;
		z-index: 1003!important;
	}
	
	nav > ul {
		width: 100%;
		height: 100%;
		position: relative;
		display: block;
		padding: 0;
		overflow: hidden;
	}
	nav > ul > li {
		width: 100%;
		display: block;
		background-image: none;
		border-bottom: 1px solid #0099c7;
	}

nav > ul > li::before {
	content: none;
}

nav > ul > li.contact::before {
	content: none;
}
	nav > ul > li > a {
		width: 100%;
		display: block;
		font-size: 1.3rem;
		text-align: left;
		background-position: left 10px center;
		padding: 5%;
	}
	
	nav > ul > li.contact > a {
		color: #f68124;
	}
	
	/* メインメニューのサブタイトル */

	nav > ul > li > a span {
		font-size: 80%;
		color: #CCC;
		letter-spacing: 0;
	}

	/* メインメニューのオーバーカラー */

	nav > ul > li > a:hover {
		
	}
	/*  img */

	nav > ul > li > ul li a img {
		display: none;
	}

	nav ul li ul li ul li {
		opacity: 1;
		background: none;
		width: auto;
		visibility: visible;
	}
	
	.close-button {
		width: 50%;
		cursor: pointer;
		font-size: 1.2rem;
		color: #0099c7;
		text-align: center;
		border: 1px solid #0099c7;
		border-radius: 24px;
		margin: 20px auto;
		padding: 2px;
		
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
	}
	.close-button:hover {
		color: #2256a4;
		border: 1px solid #2256a4;
		background-color: #FFF;
	}
	.sp-only {
		display: block;
	}
	.pc-only {
		display: none;
	}
	
	/*==================================================
	
	contents
	==================================================*/
	

	
	/*==================================================
	
	footer
	=================================================*/
	
	
.footer-menu ul li a {
	display: block;
	width: 100%;
	font-size: 1.3rem;
	text-align: left;
	text-decoration: none;
	padding: 0;
}
	/*
	.footer-logo {
		width: 100%;
		max-width: 281px;
		float: none;
		margin: 0 auto;
	}
	.footer-menu {
		width: 100%;
		float: none;
		margin: 0 auto;
	}
	.footer-menu > ul {
		width: 33.33%;
		float: left;
		margin-top: 30px;
	}*/
	#copyright {
		width: 100%;
		float: none;
		text-align: center;
	}
	#f-banner {
		width: 100%;
		float: none;
		text-align: center;
		margin: 20px auto 0;
	}
	
}

/*==================================================

size m
==================================================*/

@media only screen and (min-width:1px) and (max-width: 768px) {
	.footer-inner {
		max-width: 1000px;
		margin: 0 auto;
	}
.footer-logo {
	width: 50%;
	margin-top: 20px;
}
.footer-menu {
	width: 50%;
	padding: 30px 0;
}
	.fnav{
		width: 70%;
	float: left;
		
	}
.footer-menu ul {
	width: 100%;
	float: none;
	padding: 0;
	text-align: left;
}
.footer-menu ul li {
	padding-right: 1em;
	padding-left: 1em;
	}}

/*==================================================

size s
==================================================*/
@media only screen and (min-width:1px) and (max-width: 568px) {
	
	
	/*==================================================
	
	header
	==================================================*/



header::before{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	width: 50%;
	height: 500%;
	background: url("../img/common/header_back.png") left top no-repeat;
	background-size: 100%;
	z-index: 8;
	max-width: 150px;
}

		
	/*==================================================
	
	Navi
	==================================================*/
	
	
	/*==================================================
	
	contents
	==================================================*/
	
	
	/*==================================================
	
	footer
	==================================================*/
	
	.footer-inner {
		margin: auto;
	}

.footer-logo {
	width: 100%;
	float: right;
	margin-top: 20px;
}
	.fnav{
		width: auto;
	float: inherit;
		
		
	}
.youtubelink {
	width: 50%;
	float: right;
	margin-top: 0px;
}
.footer-menu {
	width: 100%;
	padding: 20px 0;
}
.footer-menu > ul {
	width: 50%;
	float: left;
	border-right: none;
	border-left:1px solid #fff;
	padding: 0;
	text-align: left;
}
.footer-menu > ul {
	width: 100%;
	float: none;
	border-right: none;
	padding: 0;
	text-align: left;
}
}

@media only screen and (min-width:1px) and (max-width: 480px) {
	
	
	/*==================================================
	
	header
	==================================================*/

	
	/*==================================================
	
	Navi
	==================================================*/
	
	
	/*==================================================
	
	contents
	==================================================*/
	
	.contents-inner h1 br {
		display: none;
	}
	
	/*==================================================
	
	table
	==================================================*/
	
	
	/*==================================================
	
	footer
	==================================================*/
	
	#copyright {
		padding-right: 55px;
	}
	.pagetop {
	width: 50px;
	height: 90px;
	position: fixed;
	right: -70px;
	bottom: -10px;
	z-index: 1001!important;
}
	
}


.footer-btn{
	margin: 0 auto 0;
}
.footer-btn .btn-info{
	width: 50%;
	text-align: center;
	color: #fff;
	background: rgb(34,86,164);
background: linear-gradient(45deg, rgba(34,86,164,1) 0%, rgba(34,86,164,1) 20%, rgba(10,153,199,1) 100%);
	padding: 40px 10px;
}

.footer-btn .btn-entry{
	width: 50%;
	text-align: center;
	color: #fff;
	background: rgb(255,202,0);
background: linear-gradient(0deg, rgba(255,202,0,1) 0%, rgba(255,202,0,1) 20%, rgba(246,129,36,1) 100%);
	padding: 40px 10px;
	
}


.footer-btn .btn-info a,
.footer-btn .btn-entry a{
	font-size: 1.8rem;
	line-height: 2.0em;
	letter-spacing: 0.05em;
	color: #fff;
	display: block;
}
.footer-btn .btn-info a .en,
.footer-btn .btn-entry a .en{
	font-family: Trebuchet MS,Lucida Grande,Lucida Sans Unicode,Lucida Sans,sans-serif;
	display: block;
	font-size: 4.0rem;
	color: #fff;
	font-style: italic;
}




@media only screen and (min-width:1px) and (max-width: 768px) {
	
.footer-btn .btn-info{
	padding: 30px 10px;
}

.footer-btn .btn-entry{
	padding:30px 10px;
	
}


.footer-btn .btn-info a,
.footer-btn .btn-entry a{
	font-size: 1.6rem;
	line-height: 2.0em;
	letter-spacing: 0.05em;
	color: #fff;
	display: block;
}
.footer-btn .btn-info a .en,
.footer-btn .btn-entry a .en{
	font-family: Trebuchet MS,Lucida Grande,Lucida Sans Unicode,Lucida Sans,sans-serif;
	display: block;
	font-size: 3.0rem;
	color: #fff;
	font-style: italic;
}
}
@media only screen and (min-width:1px) and (max-width: 480px) {
	
.footer-btn .btn-info{
	padding: 20px 10px;
}

.footer-btn .btn-entry{
	padding:20px 10px;
	
}


.footer-btn .btn-info a,
.footer-btn .btn-entry a{
	font-size: 1.5rem;
	line-height: 2.0em;
	letter-spacing: 0.05em;
	color: #fff;
	display: block;
}
.footer-btn .btn-info a .en,
.footer-btn .btn-entry a .en{
	font-family: Trebuchet MS,Lucida Grande,Lucida Sans Unicode,Lucida Sans,sans-serif;
	display: block;
	font-size: 2.5rem;
	color: #fff;
	font-style: italic;
}
}

