@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;

	font-size: 1em;
}

body {
	font-size: 62.5%;
}

body,
table,
input, textarea, select, option {
	font-family: Meiryo, "小塚ゴシック Pr6N", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	vertical-align: top;
}

a:link {
	color: #040404;
	text-decoration: none;
}

a:visited {
	color: #040404;
}

a:hover {
	color: #040404;
}

a:active {
	color: #040404;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1280px;
	color: #00000;
	font-size: 26px;
	line-height: 2.35;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}

#container {
	text-align: left;
}

#main {
	margin-bottom: 20px;
	padding-top: 0px;
	 /* 画像ファイルの指定 */
  background-image: url( ../../img/index/bk6.jpg);
   
  /* 画像を常に天地左右の中央に配置 */
  background-position: center center;
   
  /* 画像をタイル状に繰り返し表示しない */
  background-repeat: no-repeat;
   
  /* コンテンツの高さが画像の高さより大きい時、動かないように固定 */
  background-attachment: fixed;
   
  /* 表示するコンテナの大きさに基づいて、背景画像を調整 */
  background-size: cover;
   
  /* 背景画像が読み込まれる前に表示される背景のカラー */
  background-color: #464646;
}

.sp {
	display: none !important;
}


@media all and (min-width: 0) and (max-width: 767px) {
	body {
		min-width: inherit;
		font-size: 12px;
	}

	a:hover,
	a:hover img {
		opacity: 1 !important;
	}

	.sp {
		display: block !important;
	}
	
	.pc {
		display: none !important;
	}
	
	#main {
		margin-bottom: 15px;
		padding-top: 0;
	}

	
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
	text-decoration: none;
}

@media all and (min-width: 0) and (max-width: 767px) {
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	background: #fff;
	position: relative;
}

#gHeader .hBox {
	margin-bottom: 23px;
	line-height: 1.75;
	background-color: #F05F8D;
}

#gHeader h1 {
	margin: 0 auto;
	width: 1230px;
	color: #fff;
	font-size: 15px;
	font-weight: normal;
	text-align: right;
}

#gHeader .logo {
	margin-bottom: 30px;
	text-align: center;
}

#gHeader .logo a:hover {
	opacity: 0.7;
}

@media all and (min-width: 0) and (max-width: 767px) {
	#gHeader .hBox {
		margin-bottom: 10px;
		padding: 0;
	}

	#gHeader h1 {
		width: auto;
		font-size: 12px;
		text-align: center;
	}
	
	#gHeader .logo {
		margin: 0 0 4px 20px;
		text-align: left;
	}
	
	#gHeader .logo img {
		width: 200px;		
	}
}

/*------------------------------------------------------------
	menu
------------------------------------------------------------*/
.menu {
	display: none;	
}

@media all and (min-width: 0) and (max-width: 767px) {
	.menu {
		margin: 4px 0 0 10px;
		display: block;
		position: absolute;
		float: right;
		height: 20px;
		width: 25px;
		top: 35px;
		right: 15px;
		cursor: pointer;
		z-index: 100;
		transition: opacity .25s ease;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
	}
	
	.menu.active .top {
		-webkit-transform: translateY(7px) translateX(0) rotate(45deg);
		-ms-transform: translateY(7px) translateX(0) rotate(45deg);
		transform: translateY(7px) translateX(0) rotate(45deg);
		background: #231f20;
	}
	
	.menu.active .middle {
		opacity: 0;
		background: #231f20;
	}
	
	.menu.active .bottom {
		-webkit-transform: translateY(-7px) translateX(0) rotate(-45deg);
		-ms-transform: translateY(-7px) translateX(0) rotate(-45deg);
		transform: translateY(-7px) translateX(0) rotate(-45deg);
		background: #231f20;
	}
	
	.menu span {
		background: #231f20;
		border: none;
		height: 3px;
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		-webkit-transition: all .35s ease;
		transition: all .35s ease;
		cursor: pointer;
	}
	
	.menu span:nth-of-type(2) {
		top: 7px;
	}
	
	.menu span:nth-of-type(3) {
		top: 14px;
	}
.h6{
	width: 60%;
	margin: 70px auto;
	font-size: 22px;
	font-weight:normal;
	text-align: center;
	text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #ff00de, 0 0 70px #ff00de, 0 0 80px #ff00de, 0 0 100px #ff00de, 0 0 150px #ff00de;
	font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体',sans-serif;
}

.h6 span {
	padding-bottom: 20px;
	border-bottom: 3px solid #fff;
}
	
}

/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	margin: 0 auto;
	width: 980px;
}

#gNavi li {
	display: inline-block;
}

#gNavi li a {
	padding: 0 26px;
	display: block;
	color: #F05F8D;
	font-size: 24px;
	line-height: 1;
	font-weight: ;
	border-right: 1px solid #8A6238;
	font-family: 'Century Gothic';
}

#gNavi li a:hover {
	text-decoration: underline;
}

#gNavi li:last-child a {
	border-right: none;
}

@media all and (min-width: 768px) {
	#gNavi {
		display: block !important;
	}
}

@media all and (min-width: 0) and (max-width: 767px) {
	#gNavi {
		display: none;
		margin-top: 0;
		padding-right: 0;
		border-top: 1px solid #1968a7;
		float: none;
		left: 0;
		position: absolute;
		text-align: center;
		top: 72px;
		width: 100%;		
		background-color: #fff;
		z-index: 100;
	}
	
	#gNavi li {
		padding: 0;
		width: 100%;
		border-bottom: 	1px solid #1968a7;
	}
	
	#gNavi li a {
		padding: 12px 5px;
		font-size: 14px;
	}
	
	#gNavi li a:hover {
		text-decoration: none;
	}
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter .fNavi {
	margin: 0 auto -5px;
	width: 980px;
}

#gFooter .fNavi li {
	display: inline-block;
}

#gFooter .fNavi li a {
	padding: 0 26px;
	display: block;
	color: #F05F8D;
	font-size: 24px;
	line-height: 1;
	border-right: 1px solid #8A6238;
	font-family: 'Century Gothic';
}

#gFooter .fNavi li a:hover {
	text-decoration: underline;
}

#gFooter .fNavi li:last-child a {
	border-right: none;
}

#gFooter .fBox {
	padding: 47px 0 50px;
	color: #fff;
	text-align: center;
	line-height: 1.75;
	background-color: #000000;
}

#gFooter .fBox .fInner {
	margin: 0 auto;
	width: 880px;
}

#gFooter .fBox p {
	font-size: 22px;
}

#gFooter .fBox .copyright {
	font-size: 19px;
}
@media all and (min-width: 0) and (max-width: 767px) {	
	#gFooter .fNavi {
		margin: 0 auto;
		width: 100%;
		overflow: hidden;
		text-align: center;
		background-color: #F05F8D;	
	}
	
	#gFooter .fNavi li {
		padding: 0;
		width: 50%;
		color: #fff;
		float: left;
		border-right: 1px solid #F08080;
		border-bottom: 1px solid #F08080;
		box-sizing: border-box;
	}
	
	#gFooter .fNavi li:nth-child(2n) {
		border-right: none;
	}
	
	#gFooter .fNavi li:last-child {
		width: 100%;
		border-bottom: none;
	}
	
	#gFooter .fNavi li a {
		padding: 1.5em 0.5em;
		display: block;
		color: #ffffff;
		font-size: 12px;
		height: 15px;
		font-size: 12px;
		border-right: none;
	}
	
	#gFooter .fNavi li a:hover {
		text-decoration: none;
	}

	#gFooter .fBox {
		padding: 15px 0; 		
	}
	
	#gFooter .fBox .fInner {
		width: auto;
	}
	
	#gFooter .fBox p {
		font-size: 12px;		
	}
	
	#gFooter .fBox .copyright {
		font-size: 12px;
	}
}