@charset "UTF-8";

html{
overflow-x: hidden;
}

/**
 * menu
 */
.menu-bg {
    background: rgb(0, 175, 204);
}

.menu {
	position: relative;
	height: 50px;
	max-width: 1000px;
	margin: 0 auto;
    border-right: 1px dotted #fff;
}

.menu > li {
	float: left;
	height: 50px;
	line-height: 50px;
	background: rgb(0, 175, 204);
}

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

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

.menu__none:hover,
.menu__multi:hover,
.menu__mega:hover,
.menu__single:hover {
  background: #1f63a6;
  -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: #1f63a6;
}

.menu__third-level li a:hover {
  background: #1f63a6;
}

.menu__fourth-level li a:hover {
  background: #1f63a6;
}

.init-bottom {
    position: relative;
    border-style: dotted;
    border-width: 0 0 0 1px;
    border-color: #fff;
    padding-top: 15px;
    text-align: center;
    height: 35px;
}

.init-bottom:after {
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  margin:0 auto;
  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;
}



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




/**
 * mega menu
 */
.menu__mega .menu__second-level {
  position: absolute;
  top: 50px;
  left: 0;
  box-sizing: border-box;
  background: #fff;
  /*background: #fff url("../../common/images/megamenu/bg.jpg");
  background-size: contain;*/
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  visibility: hidden;
  opacity: 0;
  z-index: 99999;
  border-width: 5px 0;
  border-style: solid;
  border-color: #1f63a6;
  padding: 0 500%;
  margin: 0 -500% 6px;
  width: 100%;
}

.menu__mega:hover .menu__second-level {
  top: 50px;
  visibility: visible;
  opacity: 1;
  float: left;
}

img.photo {
    max-width: 100%;
}

img.arrow {
   margin-top: 4%;
   margin-right: 2%;
}

ul.mega-list{
	width:1003px; 
	margin:0 auto;
	background:#fff;
	letter-spacing: -.40em;/* 文字間を詰めて隙間を削除する。 */
	text-align: justify;
	text-justify: distribute-all-lines;
}
ul.mega-list:after {
	content:"";
	display: inline-block;
	width: 100%;
	line-height:0;
	height: 0;
} 
ul.mega-list li {
	letter-spacing:normal;
	display: inline-block;/*ブロックレベル要素に横並びにする*/
	width:224px; 
	/*height:100px;*/
	line-height: 38px;
	text-align: center;
    padding: 3px;
    background: #00afcc;
    border: 0;
    margin-top: 35px;
}
ul.mega-list li:empty {
    background: #fff;
}
ul.mega-list li.parent {
	line-height: 19px;
}
/*
ul.mega-list li:hover {
    background: #1f63a6;
}
*/
ul.mega-list li a {
    background: url(../images/megamenu/icon-arrow.png) 6px 10px no-repeat;	
}
ul.mega-list li a:hover {
    background: #1f63a6 url(../images/megamenu/icon-arrow.png) 6px 10px no-repeat;
}

.s {
  width: 13%;/*2*/
}
.m {
  width: 16%;/*2*/
}
.l {
  width: 20%;/*2*/
}

.menu__mega .menu__second-level > li:nth-child(3n+2) {
  margin: 0 1%;
}

/* === SP ====================== */
@media screen and (max-width: 748px) {
.menu  {
    display: none;
  }
}