@charset "UTF-8";

/**
 * reset
 */
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, 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,
article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary, time, mark, audio, video, main {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	vertical-align: baseline;
	background: transparent;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
	display: block;
	margin: 0;
}

body {
	width:1200px;
	color: #000;
	font: 15px/1.7 "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	background-color: #fff;
	text-align: left;
}

ol, ul {
	list-style: none;
}

a {
  text-decoration: none;
}


/**
 * base
 */
.wrapper {
	width: 100%;
	height: 100vh;
	text-align: center;
	font-size: 13px;
	background: #BED6E6;
}

.contents {
	width: 100%;
	height: 100%;
}

.contents__inner {
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
	padding: 50px 24px;
	color: #fff;
}

.contents__inner h1 {
	margin-bottom: 30px;
	font-size: 20px;
	font-weight: bold;
}


/**
 * btn
 */
.btn__box {
	width: 250px;
	height: 50px;
	line-height: 50px;
	margin: 100px auto 0;
	font-size: 13px;
}

.btn__box a {
	position: relative;
	display: block;
	color: #666;
	background: #fff;
}

.btn__box a:before {
	content: '';
	position: absolute;
	top: -5px;
	left: -5px;
	box-sizing: border-box;
	width: 250px;
	height: 50px;
	border: 1px solid #666;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.btn__box a:hover:before {
	-webkit-transform: translate(10px, 10px);
	transform: translate(10px, 10px);
}


/**
 * menu
 */
.menu {
	position: relative;
	width: 100%;
	/* height: 47px; */
	max-width: 100%;
	margin: 0;
}

.menu > li {
	float: left;
	text-align: center;
	width: 25%;
	height: 47px;
	line-height: 47px;
	background: rgb(25, 25, 19);
	margin: 0;
}

.menu > li a {
	display: block;
	color: #fff;
}

.menu > li a:hover {
	color: #999;
}

.menu__none:hover,
.menu__multi:hover,
.menu__mega:hover,
.menu__single:hover {
  background: #072A24;
  -webkit-transition: .2s ease;
  transition: .2s ease;
}

.menu__second-level li {
  border-top: 1px solid #111;
}

.menu__third-level li {
  border-top: 1px solid #111;
}

.menu__second-level li a:hover {
  background: #111;
}

.menu__third-level li a:hover {
  background: #2a1f1f;
}

.menu__fourth-level li a:hover {
  background: #312e2e;
}
.menu__fifth-level li a:hover {
  background: #312e2e;
}
.init-bottom{
	z-index:100;
	}
.init-bottom:after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 0 0 15px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu:before,
.menu:after {
  content: "";
  display: table;
}

.menu:after {
  clear: both;
}

.menu {
  *zoom: 1;
}


/**
 * single menu
 */
.menu > .menu__single {
  position: relative;
}

.menu__single .menu__second-level {
  position: absolute;
  top: 40px;
  width: 100%;
  background: #072A24;
  -webkit-transition: .2s ease;
  transition: .2s ease;
  visibility: hidden;
  opacity: 0;
}

.menu__single:hover > .menu__second-level {
  top: 50px;
  visibility: visible;
  opacity: 1;
}
.menu__fourth:hover > .menu__fifth-level {
  top: 50px;
  visibility: visible;
  opacity: 1;
}

/**
 * multi menu
 */
.menu > .menu__multi {
  
}

.menu .menu__second-level {
  position: absolute;
  text-align: left;
  left: 0;
  top: 0;
  margin-top: -3px;
  width: 100%;
  height: 435px;
  margin-left: 0;
  background: #072A24;
  -webkit-transition: all .1ms ease;
  transition: all .1ms ease;
  visibility: hidden;
  opacity: 0;
  z-index: 10;
}

.menu__multi:hover .menu__second-level {
  top: 50px;
  visibility: visible;
  opacity: 1;
  z-index: 10;
}

.menu__multi .menu__second-level li {
  position: relative;
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  width:300px;
  z-index:5;
}

.menu__multi .menu__second-level li:hover {
  background: #111;
  z-index:5;
}

.menu__multi .menu__second-level li a {
margin-left: 20px;
}


.menu__multi .menu__second-level li .menu__third-level {
  position: absolute;
  top: -1px;
  left: 300px;
  width: 300px;
  background: #111;
  -webkit-transition: all .1s ease;
  transition: all .1s ease;
  visibility: hidden;
  opacity: 0;
  z-index:4;
}

.menu__multi .menu__second-level li:hover .menu__third-level {
  visibility: visible;
  opacity: 1;
  z-index:4;
}

.menu__multi .menu__second-level li .menu__third-level li {
  position: relative;
  font-size: 11px;
  height: 25px;
  line-height: 25px;
  z-index:3;
}

.menu__multi .menu__second-level li .menu__third-level li:hover {
  background: #2a1f1f;
  z-index:3;
}
.menu__multi .menu__second-level li .menu__third-level li .menu__fourth-level li {
  position: relative;
  background:#2a1f1f;
  z-index:2;
}

.menu__multi .menu__second-level li .menu__third-level li .menu__fourth-level li:hover {
  background: #312e2e;
  z-index:2;
}


.menu__multi .menu__second-level li .menu__third-level li .menu__fourth-level li  .menu__fifth-level li {
  position: relative;
  background:#312e2e;
  z-index:1;
}




.menu__multi .menu__second-level li .menu__third-level li .menu__fourth-level {
  position: absolute;
  top: -1px;
  left: 300px;
  width: 300px;
  background: #2a1f1f;
  -webkit-transition: all .1s ease;
  transition: all .1s ease;
  visibility: hidden;
  opacity: 0;
}
.menu__multi .menu__second-level li .menu__third-level .menu__fourth-level li .menu__fifth-level {
  position: absolute;
  top: -1px;
  left: 300px;
  width: 300px;
  background: #2a1f1f;
  -webkit-transition: all .1s ease;
  transition: all .1s ease;
  visibility: hidden;
  opacity: 0;
}
.menu__multi .menu__second-level li .menu__third-level li:hover .menu__fourth-level,
.menu__multi .menu__second-level li .menu__third-level li:hover .menu__fourth-level li:hover .menu__fifth-level {
  visibility: visible;
  opacity: 1;
  z-index:1;
}

.init-right_1:after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 0 0 15px;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.init-right:after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 0 0 15px;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* ----------iPad縦---------- */
@media screen and (max-width: 1024px){

body{
	width:100%;
}
iframe{
	width:100%;
}

}
/* ----------iPad縦---------- */
@media screen and (max-width: 768px){

body{
	width:100%;
}
iframe{
	width:100%;
}
.menu > li{
font-size:13px;
}

.init-bottom:after{
	margin:0 0 0 5%;

}
}