@charset "UTF-8";
/* CSS Document */

/* メニュー表示部分 */
#main {
	box-sizing: border-box;
	overflow: hidden;
	float: left;
	width: auto;
/* 	margin-bottom: -32768px;
	padding-bottom: 32768px; */
}
.main_menu{
  position: relative;
  margin: 0;
  font-weight: bold;
  cursor: pointer;
}
.inner {
	position: relative;/*相対位置への配置*/
	width: 100%;
	height: 45px;
	margin-top: -5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	background-color: #FFF;
	background-image: url(../img/menu_back3.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	box-shadow: 0px 3px 5px rgba(0, 0, 0, .30);
}
nav {
	width:100%;
	zoom:1;
}
nav:after {
   content:'';
   display:block;
   clear:both;
}
ul {
	list-style-type: none;
	padding-left: 0;
}

/* 幅1011px以上　横メインメニュー*/
@media screen and (min-width:1011px) {
/* 幅1011px以上　全メニュー文字サイズと色*/
.gnav li a{
	font-size: 15px;
	line-height: 1.4em;
}
/*
}
   nav li:hover > a {
   color: #FFF;/*全メニューリンクオーバー文字色
}
	nav li:hover > a:hover {
	background-color: #063;/*リンクオーバー背景色
	transition: .4s;
}
*/

.subnav,
.subnav2{
	width: auto;/*メニュー幅*/
	height: auto;
	text-align: center;
	list-style: none;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}	
nav {
	font-size: 0.9em;
	line-height: 1.2em;
	margin: 0px;
	padding: 0px;	
	z-index: 3;
}
nav ul {
	margin: 0px;
	padding: 0px;
	text-align: center;/*メニュー中央に*/
	display: block;/*メニュー中央に*/
}
nav li {
	position: relative;
	list-style: none;
	display: inline-block;/*メニュー中央に*/
	padding: 0px;
	margin: 0px;
}
nav li:first-child {
	width: auto;
/*
}
	nav li:before {
		content:"";
		margin-top:-7px;
		position:absolute;
		top:50%;
		left:0;
		width:1px;
		height:14px;
}
	nav li:last-child:after {
		content:"";
		margin-top:-7px;
		position:absolute;
		top:50%;
		right:0;
		width:1px;
		height:14px;
*/
}
	nav li:hover:before,
	nav li:hover + li:before, 
	nav li:last-child:hover:after,
	nav li li:before,
	nav li li:after {
		display:none;
}

nav li:last-child li {
	left: 0px;/*最右端のメニューのみ*/
}
nav li a {
	display: block;
	font-weight: bolder;
	text-decoration: none;
	clear: both;
	padding: 0px;/*メニュー上下左右アキ*/
}
nav li ul {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 3;
	margin-top: 5px;/*サブメニュー表示位置*/
}
nav li ul li {
	overflow: hidden;
	width: 230px;/*サブメニュー横サイズ（2つ目から）*/
	height: 0;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	-o-transition: .2s;
	-ms-transition: .2s;
	transition: .2s;
}
nav li li:first-child {
	width:230px;/*サブメニュー横サイズ(上)*/
}
nav li ul li a {
	text-align: left;/*下位メニュー左寄せ*/
	padding: 0px;
}
.showNav {
	background:#FFF !important;
}
.subnav ul li{
	margin-bottom: 0px;/*下位メニュー間アキ*/
	margin-left: 0px;/*メニューボタン右アキとあわせる（左揃えになるように）*/
	margin-top: 0px;
	margin-right: 0px;
}
.showSub {
	overflow: visible;
	height: auto;/*下位メニュー高さ*/
	transition: .4s;
}
.showSub:last-child {/*下位メニューの一番下ライン*/
	border-bottom:5px;
}
.showSub:last-child a {
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #BEB077;/*下位メニューの一番下ライン区切りラインと同色*/
}
/*上位メニュー区切りライン横*/
.container nav .inner .gnav .subnav,
.container nav .inner .gnav .subnav2{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #BEB077;
	padding: 0px;

}
/*上位メニュー文字色*/
.container nav .inner .gnav .subnav a,
.container nav .inner .gnav .subnav2 a{
	color: #000;
	font-weight: bolder;
	padding-top: 5px;
	padding-right: 10px;/*上位メニュー左右アキ*/
	padding-bottom: 5px;
	padding-left: 10px;/*上位メニュー左右アキ*/

}
/*上位メニューhover文字色*/
.container nav .inner .gnav .subnav a:hover,
.container nav .inner .gnav .subnav2 a:hover{
	color: #F00;
	font-weight: bolder;
	background-color: #FDFDFD;
}
/*下位メニュー文字色*/
.container nav .inner .gnav .subnav ul li a,
.container nav .inner .gnav .subnav2 ul li a{
	color: #000;
	background-color: #DFD7BB;/*サブメニュー背景色*/
	font-weight: normal;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #BEB077;
	padding: 10px;
	box-shadow: 0px 3px 4px gray;
}
/*下位メニューhover文字色*/
.container nav .inner .gnav .subnav ul li a:hover{
	color: #FFF;
	background-color: #91812B;/*サブメニューhover背景色*/
	font-weight: normal;
}
}

/* 横幅が841px以上〜1010px以下の場合　一部のみ変更*/
@media screen and (min-width: 841px) and (max-width: 1010px) {
/* 幅841px〜1010px　全メニュー文字サイズと色*/
.gnav li a{
	font-size: 15px;
	line-height: 1.4em;
}
.subnav,
.subnav2{
	width: auto;/*メニュー幅*/
	height: auto;
	text-align: center;
	list-style: none;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}	
nav {
	font-size: 0.8em;
	line-height: 1.2em;
	margin: 0px;
	padding: 0px;	
	z-index: 3;
}
nav ul {
	margin: 0px;
	padding: 0px;
	text-align: center;/*メニュー中央に*/
	display: block;/*メニュー中央に*/
}
nav li {
	position: relative;
	list-style: none;
	display: inline-block;/*メニュー中央に*/
	padding: 0px;
	margin: 0px;
}
nav li:first-child {
	width: auto;
}
	nav li:hover:before,
	nav li:hover + li:before, 
	nav li:last-child:hover:after,
	nav li li:before,
	nav li li:after {
		display:none;
}

nav li:last-child li {
	left: 0px;/*最右端のメニューのみ*/
}
nav li a {
	display: block;
	font-weight: bolder;
	text-decoration: none;
	clear: both;
	padding: 0px;/*メニュー上下左右アキ*/
}
nav li ul {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 3;
	margin-top: 5px;/*サブメニュー表示位置*/
}
nav li ul li {
	overflow: hidden;
	width: 230px;/*サブメニュー横サイズ（2つ目から）*/
	height: 0;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	-o-transition: .2s;
	-ms-transition: .2s;
	transition: .2s;
}
nav li li:first-child {
	width:230px;/*サブメニュー横サイズ(上)*/
}
nav li ul li a {
	text-align: left;/*下位メニュー左寄せ*/
	padding: 0px;
}
.showNav {
	background:#FFF !important;
}
.subnav ul li{
	margin-bottom: 0px;/*下位メニュー間アキ*/
	margin-left: 0px;/*メニューボタン右アキとあわせる（左揃えになるように）*/
	margin-top: 0px;
	margin-right: 0px;
}
.showSub {
	overflow: visible;
	height: auto;/*下位メニュー高さ*/
	transition: .4s;
}
.showSub:last-child {/*下位メニューの一番下ライン*/
	border-bottom:5px;
}
.showSub:last-child a {
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #BEB077;/*下位メニューの一番下ライン区切りラインと同色*/
}
/*上位メニュー区切りライン横*/
.container nav .inner .gnav .subnav,
.container nav .inner .gnav .subnav2{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #BEB077;
	padding: 0px;

}
/*上位メニュー文字色*/
.container nav .inner .gnav .subnav a,
.container nav .inner .gnav .subnav2 a{
	color: #000;
	font-weight: bolder;
	padding-top: 5px;
	padding-right: 5px;/*上位メニュー左右アキ*/
	padding-bottom: 5px;
	padding-left: 5px;/*上位メニュー左右アキ*/

}
/*上位メニューhover文字色*/
.container nav .inner .gnav .subnav a:hover,
.container nav .inner .gnav .subnav2 a:hover{
	color: #F00;
	font-weight: bolder;
	background-color: #FDFDFD;
}
/*下位メニュー文字色*/
.container nav .inner .gnav .subnav ul li a,
.container nav .inner .gnav .subnav2 ul li a{
	color: #000;
	background-color: #DFD7BB;/*サブメニュー背景色*/
	font-weight: normal;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #BEB077;
	padding: 10px;
	box-shadow: 0px 3px 4px gray;
}
/*下位メニューhover文字色*/
.container nav .inner .gnav .subnav ul li a:hover{
	color: #FFF;
	background-color: #91812B;/*サブメニューhover背景色*/
	font-weight: normal;
}
}

/*--- 幅840px以下　スマホ用メニュー ---*/
@media screen and (max-width:840px) {
.gnav li a{
	font-size: 15px;
	line-height: 1.4em;
}
.subnav,
.subnav2{
	display: block;
	text-decoration: none;
	clear: both;
	margin: 0px;	
	width: 100%;
	height: auto;
	text-align: left;
	background-color: #F9F8F4;/*薄ページュ*/
	box-shadow: 0px 0px 0px #FFF;
}
nav {
	font-size: 0.9em;
	line-height: 1.3em;
}		
.lock {
	overflow:hidden;
	height:100%;
}
.header {
	z-index:2;
	box-sizing:border-box;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	padding:0px;
}
.summary {
	position:relative;
	top:auto;
	right:auto;
	margin-top:0px;
}
#main {
	float:none;
	width:100%;
}
#sub {
	float:none;
	width:100%;
}
nav {
	font-weight: bolder;
}
nav ul {
	margin:0;
	padding:0;
}
nav .inner > ul {
	z-index:2;
	overflow:auto;
	position:fixed;
	top:70px;/*メニュー出てくる位置*/
	right:0;
	width:100%;
	height:88%;
	height:-webkit-calc(100% - 53px);
	height:calc(100% - 53px);
}
/*上位メニュー区切りライン*/
.container nav .inner .gnav .subnav,
.container nav .inner .gnav .subnav2{
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #91812B;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #DFD7BB;
}
/*下位メニュー区切りライン*/
.container nav .inner .gnav .subnav ul li,
.container nav .inner .gnav .subnav2 ul li{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #BEB077;/*金色*/
}
nav li {
	position: relative;
	width: 100%;
	float: none;
	margin: 0;
	text-align: left;
	list-style: none;
	height: auto;/*下位のサイズ*/
}
nav li:first-child {
	border-top:0;
	width: auto;
}
nav li:last-child {
	border-bottom:0;
}
/*上位メニュー文字色*/
.container nav .inner .gnav .subnav a,
.container nav .inner .gnav .subnav2 a{
	color: #000;
	background-color: #BEB077;/*メニュー背景濃金色*/
	font-weight: bolder;
}
/*下位メニュー文字色*/
.container nav .inner .gnav .subnav ul li a{
	color: #000;
	background-color: #F9F8F4;/*サブメニュー背景色薄ページュ*/
	font-weight: normal;
}
/*下位メニューhover文字色*/
.container nav .inner .gnav .subnav ul li a:hover{
	color: #F00;
	background-color: #EDEDED;/*サブメニューhover背景色*/
	font-weight: normal;
}
nav li a {
	display: block;
	padding: 10px 30px;
	text-decoration: none;
}
nav ul ul {
	display:none;
	position:relative;
}
nav li li a {
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	padding-top: 10px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 30px;
}
/*ボタン飾り上位*/
nav ul li > a:before {
	display:block;
	content:"";
	position:absolute;
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
	top:20px;
	right:30px;
	width:10px;
	height:10px;
	margin-top:-5px;
	background:#91812B;/*右ボタン濃金色*/
}
nav ul li > a:after {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 20px;
	right: 30px;
	width: 10px;
	height: 10px;
	margin-top: -10px;
	background-color: #BEB077;/*右ボタン▽薄ベージュ*/
}
nav ul li a:hover:after {
	background-color: #BEB077;/*右ボタンhover背景色と同じ*/
}
.active > a:before {
	margin-top:0;
}
.active > a:after {
	margin-top:5px;
}
/*ボタン飾り下位*/
.subnav ul li > a:before {
	top: 25px;
	left: 4px;
    width: 7px;
    height: 1px;
	color: #F9F8F4;/*薄ベージュ*/
    background-color: #F9F8F4;
}
.subnav ul li > a:after {
	top: 25px;
	left: 10px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #91812B;
    border-right: 1px solid #91812B;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	background-color: #F9F8F4;/*薄ベージュ*/
}
.subnav ul li a:hover:after {
	background-color: #EDEDED;/*右ボタンhover背景色と同じ*/
}
/*スマホのみで表示メニューbox左右位置*/
#spMenu {
	z-index: 2;
	position: fixed;
	top: 10px;
	right: 10px;
}
#spMenu:hover {
	cursor:pointer;
}	

/*スマホのみで表示メニュー肩boxボタン*/

#navBtn {
	display: inline-block;
	position: relative;
	width: 50px;/*大きさ*/
	height: 50px;
	border-radius: 10px;/*角丸さ*/
	background-color: #91812B;/*金濃色*/
	box-shadow: 0px 0px 5px #666;/*シャドウ*/
	border: 2px solid #FFF;
}
#navBtnIcon {
	display:block;
	position:absolute;
	top:50%;
	left:50%;
	width:20px;/*ライン幅*/
	height:3px;/*ライン太さ*/
	margin:-2px 0 0 -10px;
	background:#FFF;
	transition:.2s;
}
#navBtnIcon:before,
#navBtnIcon:after {
	display:block;
	content:'';
	position:absolute;
	top:50%;
	left:0;
	width:20px;/*ライン幅*/
	height:3px;/*ライン太さ*/
	background:#FFF;
	transition:0.3s;
}
/*#navBtnIcon::after {文字を表示
	position: absolute;
	left: 0;
	bottom: 5px;
	content: 'MENU';
	width: 100%;
	color: #fff;
	font-size: 10px;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
}
#navBtnIcon.active::after {
  content: 'CLOSE';
  bottom: -25px;
}*/

#navBtnIcon:before {
	margin-top:-9px;/*ライン位置*/
}

#navBtnIcon:after {
	margin-top:5px;/*ライン位置*/
}

#navBtn .close {
	background:transparent;
}
#navBtn .close:before,
#navBtn .close:after {
	margin-top:0;
}
#navBtn .close:before {
	transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
}
#navBtn .close:after {
	transform:rotate(-135deg);
	-webkit-transform:rotate(-135deg);
}
.col_two_one ul {
	margin-right:0;
}
.col_two_one li {
	width:100%;
}
.col_two_one li:nth-child(2n+1) {
	clear:both;
}
}
/*--- 幅480px以下　ボタン位置 ---*/
@media screen and (max-width:480px) {
nav .inner > ul {
	z-index:2;
	overflow:auto;
	position:fixed;
	top:70px;/*メニュー出てくる位置*/
	right:0;
	width:100%;
	height:88%;
	height:-webkit-calc(100% - 53px);
	height:calc(100% - 53px);
}
/*スマホのみで表示メニューbox左右位置*/
#spMenu {
	z-index: 2;
	position: fixed;
	top: 10px;
	right: 5px;
}
}
/*--- 幅が400px以下　ボタン位置 ---*/
@media screen and (max-width:400px) {
nav .inner > ul {
	z-index:2;
	overflow:auto;
	position:fixed;
	top:70px;/*メニュー出てくる位置*/
	right:0;
	width:100%;
	height:88%;
	height:-webkit-calc(100% - 53px);
	height:calc(100% - 53px);
}
/*スマホのみで表示メニューbox左右位置*/
#spMenu {
	z-index: 2;
	position: fixed;
	top: 10px;
	right: 10px;
}
}