@charset "UTF-8";
/* Navigation */

/* グローバルナビゲーション */
nav#h_gnav {
	display: none;
	position: absolute;
	right: 5px;
	top: 44px;	
	width: 310px;
	border: 0px solid;
}
nav#h_gnav ul {
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;

	/*-webkit-box-pack: justify;*/
	-webkit-justify-content: flex-end;
	/*-ms-flex-pack: justify;*/
	justify-content: flex-end;
	
	-webkit-flex-wrap:nowrap;
	-moz-flex-wrap:nowrap;
	-ms-flex-wrap:nowrap;
	flex-wrap:nowrap;
	
	border: 0px solid;
}

nav#h_gnav ul li {
	position: relative;
	padding-left: 1.2em;
	border: 0px solid red;
}
nav#h_gnav ul li a {
	font-size: 15px;
	color: #000;
	padding-bottom: 2px;
	position: relative;
	white-space: nowrap;
	border: 0px solid;
}
nav#h_gnav ul li a:after {
	content: '';
	border-top: 1px solid #000;
	width: 100%;
	position: absolute;
	left: 0;
	bottom:-2px;
	opacity: 0;
	transition: all 300ms 0s ease;
}
.Windows nav#h_gnav ul li a:after {
	bottom:4px;
}

nav#h_gnav ul li a:hover {
	text-decoration: none;
}
nav#h_gnav ul li a:hover:after {
	opacity: 1;
}


/* グローバルナビゲーション */
nav#gnav.fixed {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
}
nav#gnav {
	display: none;
	padding:10px 0;
	text-align:left;
	background-color: #fff;
}
nav#gnav .inner {
	max-width: 1060px;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: auto;
	margin-right: auto;
}
nav#gnav ul {
	display: flex;
	justify-content: flex-start; /* デフォルト(なんでも) */
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
	margin: 0;
}
nav#gnav li {
	flex: 1 0 auto;
	display: flex;
}
nav#gnav li a {
	flex: 1 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	border-left: 1px solid #aba8a8;
	line-height: 1;
	font-size: 18px;
	color: #000;
}
nav#gnav li:last-child a {
	border-right: 1px solid #aba8a8;

}

/* モバイルナビゲーション */
#mnav {
	display: none;
	position: fixed;
	left: 0;
	top: 0px;
	background-color: rgba(226,208,196,0.95);
	width: 100%;
	height: auto;
	padding: 30px 0px;
	transition: all 300ms 0s ease;
	z-index: 999;
}

#mnav ul {
	height: 100%;
	padding: 30px 0px 120px;
 	overflow: auto;
 	-webkit-overflow-scrolling: touch;
}
#mnav li {
	text-align: left;
	margin-bottom: 0px;
	border-bottom: 1px solid #fff;
}
#mnav li:first-child {
	border-top: 0px solid #adadad;
}
#mnav li a {
	display: block;
	color: #000;
	font-size: 17px;
	text-decoration: none;
	padding: 15px 40px 15px 58px;
	position: relative;
}

#mnav li a:before {
	content: '';
	width: 35px;
	height: 35px;
	border: 0px solid #fff;
	position: absolute;
	left: 16px;
	top: 10px;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 35px;
}
#mnav li:nth-child(1) a:before {
	background-image: url(../img/nav/icn_mav_00.png); /* HOME */
}
#mnav li:nth-child(2) a:before {
	background-image: url(../img/nav/icn_mav_01.png);
}
#mnav li:nth-child(3) a:before {
	background-image: url(../img/nav/icn_mav_02.png);
}
#mnav li:nth-child(4) a:before {
	background-image: url(../img/nav/icn_mav_03.png);
}
#mnav li:nth-child(5) a:before {
	background-image: url(../img/nav/icn_mav_04.png);
}
#mnav li:nth-child(6) a:before {
	background-image: url(../img/nav/icn_mav_05.png);
}
#mnav li:nth-child(7) a:before {
	background-image: url(../img/nav/icn_mav_06.png);
}
#mnav li:nth-child(8) a:before {
	background-image: url(../img/nav/icn_mav_07.png);
}
#mnav li:nth-child(9) a:before {
	background-image: url(../img/nav/icn_mav_08.png);
}
#mnav li:nth-child(10) a:before {
	background-image: url(../img/nav/icn_mav_09.png);
}
#mnav li:nth-child(11) a:before {
	background-image: url(../img/nav/icn_mav_10.png);
}
#mnav li:nth-child(12) a:before {
	background-image: url(../img/nav/icn_mav_11.png);
}
#mnav li:nth-child(13) a:before {
	background-image: url(../img/nav/icn_mav_12.png);
}
#mnav li:nth-child(14) a:before {
	background-image: url(../img/nav/icn_mav_13.png);
}

#mnav li a:after {
	content: '';
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 6px;
	height: 6px;
	position: absolute;
	right: 30px;
	top: 24px;
	transition: all 300ms 0s ease;
}

/* mnavのアイコンメニュー */

#mnav li.icn {
	text-align: left;
	margin-bottom: 0px;
	border-bottom: 0px;
	padding-top: 30px;
	padding-left: 10px;
	padding-right:10px;
	background: none
}
#mnav li.icn a:after {
	content: none;
}
#mnav li.icn a {
	display: table;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	border: 2px solid #fff;
	margin-bottom: 13px;
	padding: 16px 10px 10px 10px;	
}
#mnav li.icn a span.ic {
	display: table-cell;
	width: 32px;
	vertical-align: middle;
}
#mnav li.icn a span.tx {
	display: table-cell;
	vertical-align: middle;
	padding-left: 1em;
	/*width:100%;*/
}




/* bnav */
#bnav {
	background-image: url(../img/share/bg_com_about.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
#bnav li {
	margin-bottom: 10px;
	border: 0px solid;
	border-radius: 50%;
}
#bnav li a {
	display: block;
	position: relative;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}
#bnav li a span.txts {
	font-size: 14px;
}
#bnav li a span {
	text-align: center;
	position: relative;
}
#bnav li a span.img {
	position: relative;
	display: block;
}	
#bnav li a span.img:after {
	content: '';
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.3);
	position: absolute;
	left: 0;
	top: 0;
	transition: all 300ms 0s ease;
	border-radius: 50%;
}
#bnav li a:hover span.img:after {
	background-color: rgba(0,0,0,0.2);
}
#bnav li a span.txt {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	width: 100%;
}


@media handheld, print, screen and (min-width: 374px) {
/* iphone6 */

/* bnav */
#bnav li {
	margin-bottom: 10px;
}
#bnav li a {
	font-size: 17px;
}

/* end of media query(iphone6) */	
}



@media handheld, print, screen and (min-width: 413px) {
/*  iPhone6 Plus */

/* end of media query(iPhone6 Plus) */	
}


@media handheld, print, screen and (min-width: 481px) {

#bnav li {
	margin-bottom: 10px;
}
#bnav li a {
	font-size: 22px;
}
#bnav li a span.txts {
	font-size: 18px;
}


/* end of media query */
}

@media handheld, print, screen and (min-width: 621px) {
/* iPad */

/* bnav */
#bnav li {
	margin-bottom: 10px;
}
#bnav li a {
	font-size: 17px;
}
#bnav li a span.txts {
	font-size: 15px;
}


/* end of media query(iPad) */	
}


@media handheld, print, screen and (min-width: 801px) {

/* グローバルナビゲーション */
nav#h_gnav {
	display: block;
}


/* グローバルナビゲーション */
nav#gnav {
	display: block;
}
nav#gnav li a {
	font-size: 16px;
}

/* モバイルナビゲーション */
#mnav {
	display: none;
}

/* bnav */
#bnav li {
	margin-bottom: 20px;
}
#bnav li a {
	font-size: 22px;
}	
#bnav li a span.txts {
	font-size: 18px;
}


/* end of media query */	
}

@media handheld, print, screen and (min-width: 989px) {

/* グローバルナビゲーション */
nav#gnav li a {
	font-size: 18px;
}


/* end of media query */	
}