@charset "utf-8";

/* -------------------------------------------------
	reset
------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
	vertical-align: top;
}

html {
}

body {
	line-height: 1;
	-webkit-text-size-adjust: 100%;
	color: #fff;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	background: #000;
}

p, h1, h2, h3, h4, th, td, li, dt, dd, figcaption, input, select, textarea {
	font-weight: normal;
}

img {
	border: none;
	max-width: 100%;
	height: auto;
}

iframe {
	border: none;
}

a {
	color: #fff;
	text-decoration: none;
}
a:hover {
	
}

ul, ol {
	list-style-type: none;
}

main {
	width: 100%;
	display: block;
}

/* -------------------------------------------------
	box
------------------------------------------------- */

.box1200 {
	width: 96%;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}

@media screen and (max-width:767px) {
	.box1200 {
		width: auto;
	}
}

/* -------------------------------------------------
	h
------------------------------------------------- */

.h-normal {
	margin-bottom: 55px;
	color: #fff;
	font-family: 'Baloo_Bhaina';
	font-size: 38px;
	letter-spacing: 1px;
	text-align: center;
	font-weight: normal;
}

@media screen and (max-width:767px) {
	.h-normal {
		margin-bottom: 30px;
		font-size: 30px;
	}
}

/* -------------------------------------------------
	header
------------------------------------------------- */

#gnav .current a,header .english.current a {
	text-shadow: 0px 0px 8px #fff, 0px 0px 8px #fff;
}

@media print, screen and (min-width:768px) {
	main {
		padding-top: 90px;
	}
	header {
		width: 100%;
		height: 90px;
		padding: 0 20px;
		box-sizing: border-box;
		background: rgba(0,0,0,0.4);
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
		position: fixed;
		left: 0;
		top: 0;
		z-index: 100;
	}
	header .logo {
		width: 200px;
		display: block;
	}
	
	header nav {
		display: flex;
	}
	
	#gnav {
		display: flex;
		text-align: center;
	}
	#gnav li + li {
		margin-left: 40px;
	}
	#gnav li a {
		display: block;
	}
	#gnav .j {
		font-size: 16px;
		display: block;
		font-weight: bold;
	}
	#gnav .e {
		margin-top: 0.4em;
		font-size: 13px;
		display: block;
	}
	#gnav li a span {
		transition: text-shadow 0.2s ease-out;
	}
	#gnav li a:hover span {
		text-shadow: 0px 0px 8px #fff, 0px 0px 8px #fff;
	}
	
	header .pamphlet {
		margin-left: 60px;
	}
	header .pamphlet .pi a {
		padding: 0.5em 3em;
		background: #00aec0;
		display: inline-block;
		font-size: 16px;
		transition: background 0.2s ease-out;
	}
	header .pamphlet .pi a:hover {
		background: #4dc6d3;
	}
	header .english {
		font-size: 14px;
		padding: 1em 0 0 0;
		text-align: center;
	}
	header .english a:hover {
		transition: text-shadow 0.2s ease-out;
	}
	header .english a:hover {
		text-shadow: 0px 0px 8px #fff, 0px 0px 8px #fff;
	}
}

@media print, screen and (min-width:768px) and (max-width:1150px) {
	header {
		padding: 0 10px;
	}
	header .logo {
		width: 140px;
	}
	#gnav li + li {
		margin-left: 15px;
	}
	header .pamphlet .pi a {
		padding: 0.5em 1em;
	}
}

@media print, screen and (min-width:768px) and (max-width:930px) {
	main {
		padding-top: 120px;
	}
	header {
		height: 120px;
	}
	header nav {
		flex-wrap: wrap;
		justify-content: flex-end;
		position: absolute;
		right: 15px;
		top: 20px;
	}
	header .pamphlet {
		width: 100%;
		margin-top: 13px;
		text-align: right;
	}
	header .pamphlet .pi a {
		padding-left: 3em;
		padding-right: 3em;
	}
	header .english {
		padding: 1em 0 0;
		text-align: right;
	}
}

@media screen and (max-width:767px) {
	main {
		padding-top: 60px;
	}
	header {
		width: 100%;
		height: 60px;
		padding: 0 15px;
		box-sizing: border-box;
		background: rgba(0,0,0,0.8);
		position: fixed;
		left: 0;
		top: 0;
		z-index: 100;
	}
	header .logo {
		height: 40px;
		display: block;
		position: absolute;
		left: 15px;
		top: 50%;
		transform: translateY(-50%);
	}
	header .logo img {
		height: 100%;
	}
	
	header nav {
		width: 100%;
		height: calc(100vh - 50px);
		text-align: center;
		background: rgba(0,0,0,0.8);
		position: fixed;
		left: 0;
		top: 50px;
		z-index: 100;
		display: none;
	}
	
	#gnav {
		padding-top: 50px;
	}
	#gnav li + li {
		margin-top: 20px;
	}
	#gnav .j {
		font-size: 15px;
		display: block;
		font-weight: bold;
	}
	#gnav .e {
		margin-top: 0.3em;
		font-size: 12px;
		display: block;
	}
	
	header .pamphlet {
		margin-top: 25px;
	}
	header .pamphlet .pi a {
		padding: 0.5em 3em;
		background: #00aec0;
		display: inline-block;
		font-size: 15px;
	}
	header .english {
		font-size: 13px;
		padding: 2em 0 0 0;
	}
	
	#menu-btn {
		width: 24px;
		height: 16px;
		position: absolute;
		right: 15px;
		top: 50%;
		transform: translateY(-50%);
	}
	#menu-btn span {
		width: 100%;
		height: 1px;
		display: block;
		background: #fff;
		position: absolute;
		left: 0;
		transition: all 0.2s ease-out;
	}
	#menu-btn span:nth-child(2) { top: 50%; }
	#menu-btn span:nth-child(3) { top: 100%; }
	
	.on #menu-btn span:nth-child(1) { top: 50%; transform: rotate(45deg); }
	.on #menu-btn span:nth-child(2) { opacity: 0; }
	.on #menu-btn span:nth-child(3) { top: 50%; transform: rotate(-45deg); }
}

/* -------------------------------------------------
	footer
------------------------------------------------- */

footer {
	padding: 200px 0 80px;
}
footer .two-col {
	text-align: center;
	border-left: solid 1px #fff;
	border-top: solid 1px #fff;
}
footer .two-col > div {
	border-right: solid 1px #fff;
	border-bottom: solid 1px #fff;
}

footer .two-col .tel-box .text1 {
	font-size: 25px;
}
footer .two-col .tel-box a {
	margin: 15px 0;
	font-size: 60px;
	color: #00aec0;
	display: inline-block;
	cursor: default;
}
footer .two-col .tel-box .text1 {
	font-size: 20px;
}

footer .two-col .form-box p {
	margin-bottom: 1em;
	font-size: 25px;
}
footer .two-col .form-box a {
	padding: 0.7em 1.5em;
	display: inline-block;
	background: #00aec0;
	font-size: 25px;
	transition: background 0.2s ease-out;
}

footer .copyright {
	margin-top: 100px;
	font-size: 12px;
	text-align: center;
}

@media print, screen and (min-width:768px) {
	footer .two-col {
		height: 230px;
		max-width: 1200px;
		width: 96%;
		margin: 0 auto;
		display: flex;
	}
	footer .two-col > div {
		width: 50%;
		box-sizing: border-box;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	footer .two-col .form-box a:hover {
		background: #4dc6d3;
	}
}

@media print, screen and (min-width:768px) and (max-width:1000px) {
	footer .two-col {
		height: calc(230px * 0.7);
	}
	footer .two-col .tel-box .text1,
	footer .two-col .form-box p,
	footer .two-col .form-box a {
		font-size: calc(25px * 0.7);
	}
	footer .two-col .tel-box a {
		font-size: calc(60px * 0.7);
	}
}

@media screen and (max-width:767px) {
	footer {
		padding: 60px 0 40px;
	}
	footer .two-col {
		width: 92%;
		margin: 0 auto;
	}
	footer .two-col .tel-box {
		padding: 15px 0;
	}
	footer .two-col .tel-box .text1 {
		font-size: 12px;
	}
	footer .two-col .tel-box a {
		margin: 10px 0;
		font-size: 26px;
	}
	footer .two-col .tel-box .text2 {
		font-size: 11px;
	}

	footer .two-col .form-box {
		padding: 20px 0;
	}
	footer .two-col .form-box p {
		font-size: 12px;
	}
	footer .two-col .form-box a {
		padding: 0.7em 1.5em;
		font-size: 12px;
	}
	
	footer .pagetop {
		width: 40px;
		display: block;
		margin: 25px auto;
	}
	footer .pagetop img {
		width: 100%;
	}
	
	footer .copyright {
		margin-top: 0;
		font-size: 10px;
	}
}

/* -------------------------------------------------
	responsive
------------------------------------------------- */

@media print, screen and (min-width:768px) {
	.pc-none {
		display: none !important;
	}
}

@media screen and (max-width:767px) {
	.sp-none {
		display: none !important;
	}
}

/* -------------------------------------------------
	print
------------------------------------------------- */

@media print {
	body {
		width: 980px !important;
	}
}