/*
Zarigani Design Office Drawer Menu
Copyright 2018 Zarigani Design Office

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
/* === Hambuerger Button's Style Paste Here === */
/*+++ Reset +++*/


/*===============================*/
/* ハンバーガーメニューボタン */
/*===============================*/

/* PCではMENUボタン非表示 */
.zdo_drawer_button * {
  display:none;
}

.zdo_drawer_button {
  display:none;
}

/* スマホでは表示する */
@media screen and (max-width:786px){
.zdo_drawer_button * {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  font: inherit;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: left;
  text-decoration: none;
  list-style: none;
  display: block;
}

.zdo_drawer_button {
  display: block;
  padding: 0;
  width: 42px;
  height: 26px;
  position: relative;
  background: none;
  border: none;
  text-align: center;
  letter-spacing: 0.1em;
  cursor: pointer;
  outline: none;
  display: block;
}
}


/*===============================*/
/* 三本線 */
/*===============================*/
.zdo_drawer_button .zdo_drawer_bar {
  display: block;
  width: 42px;
  height: 2px;
  transition: all 0.2s;
  transform-origin: 0% 0%;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
}

.zdo_drawer_button .zdo_drawer_bar1 {
  top: 0;
}

.zdo_drawer_button .zdo_drawer_bar2 {
  top: 50%;
}

.zdo_drawer_button .zdo_drawer_bar3 {
  top: 100%;
}

.zdo_drawer_button.active .zdo_drawer_bar {
  width: 36.77px;
  left: 8px;
}

.zdo_drawer_button.active .zdo_drawer_bar1 {
  transform: rotate(0.7853981634rad) translateY(-50%);
  top: 0px;
}

.zdo_drawer_button.active .zdo_drawer_bar2 {
  opacity: 0;
}

.zdo_drawer_button.active .zdo_drawer_bar3 {
  transform: rotate(-0.7853981634rad) translateY(-50%);
  top: calc(100% - 0px);
}

.zdo_drawer_button.active .zdo_drawer_menu_text {
  display: none;
}

.zdo_drawer_button.active .zdo_drawer_close {
  display: block;
}

.zdo_drawer_text {
  width: 100%;
  position: absolute;
  bottom: -20px;
  left: 0;
  text-align: center;
  font-size: 10px;
}

.zdo_drawer_close {
  letter-spacing: 0.08em;
  display: none;
}

/*+++ Default Button Color MENUの文字色+++*/
.zdo_drawer_button {
	color: #032949;
}

.zdo_drawer_button .zdo_drawer_bar {
	background-color: #064F8A; /*三本線の色*/
}

/* === Hambuerger Button's Style End === */
.zdo_drawer_menu .zdo_drawer_button {
  /*+++ Hamburger Button Position +++*/
  position: fixed;
  top: 0px;
  right: 32px; 
  z-index: 1001;
}
.zdo_drawer_menu a {
  color: inherit;
  text-decoration: none;
}
.zdo_drawer_menu a:visited {
  color: inherit;
}
.zdo_drawer_menu .zdo_drawer_bg {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  background-color: rgba(51, 51, 51, 0.5);
  display: none;
  top: 0;
  left: 0;
}
.zdo_drawer_menu .zdo_drawer_nav_wrapper {
  width: 310px;
  height: 100%;
  transition: all 0.2s;
  transform: translate(312px);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  background-color: #FFF;
}
.zdo_drawer_menu .zdo_drawer_nav_wrapper.open {
  transform: translate(0);
}
.zdo_drawer_menu.left .zdo_drawer_button {
  right: auto;
  left: 32px;
}
.zdo_drawer_menu.left .zdo_drawer_nav_wrapper {
  transform: translate(-312px);
  right: auto;
  left: 0;
}
.zdo_drawer_menu.left .zdo_drawer_nav_wrapper.open {
  transform: translate(0);
}

/*+++ Default Navigation CSS +++*/
.zdo_drawer_menu .zdo_drawer_nav {
	height: 100%;	/* 重要 */
	background-color: #969;
	padding-top: 112px;
	padding-right: 24px;
	padding-bottom: 112px;
	padding-left: 24px;
}

/*.zdo_drawer_menu .zdo_drawer_nav li {
  font-size: 16px;
  margin-bottom: 15px;
}
*/
/*# sourceMappingURL=/zdo_drawer_menu.css.map */




/*リセット*/

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}




/*===============================*/
/* メニューボタン */
/*===============================*/
/* PC用 */
#menu_wrap #menu #innar{
	width: 100%;
	height: 100%;
    margin-bottom: -100px;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	padding-right: 0px;
	padding-bottom: 0px;	/* メニュー下の空き調整*/
	padding-left: 0px;
	margin-top: 0px;　
    z-index: 0; /*階層下に*/
}


#menu_wrap{
	float: left;
	display: block;
	width: 224px;
	height: auto;
	padding: 0px;
	color: #666;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
    z-index: 0; /*階層下に*/
}

#menu {
	width: 100%;
	position: relative;
	top: 0px;
	right: 0px;
	z-index: 10;
	transform: none;
	transition: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
    z-index: 0; /*階層下に*/
}

#menu.open {
	transform: none;
}

#menu ul {
	width: 224px;
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #587892;
}

/* リンクボタン色、背景 */
#menu li {
	list-style: none;
	cursor: default;
	height: 42px;
	line-height: 42px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-decoration: none;
}
#menu_wrap #menu ul li a:link{
	font-size: 15px; /*フォントサイズ*/
	margin-left: auto;
	margin-right: auto;
	display: block;
	padding-left: 20px;
	color: #FFF;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #5F819C;
	border-left-color: #f0e900;
	text-decoration: none;
	background-image: url(../images/nav/butan_back.png);
	background-repeat: repeat-y;
	background-position: left top;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #5F819C;
}

#menu_wrap #menu ul li a:visited{
	margin-left: auto;
	margin-right: auto;
	display: block;
	padding-left: 20px;
	color: #FFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-top-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #5F819C;
	border-bottom-color: #5F819C;
	border-left-color: #f0e900;
	text-decoration: none;
}
#menu_wrap #menu ul li a:hover{
	margin-left: auto;
	margin-right: auto;
	display: block;
	padding-left: 20px;
	background-color: #05508D;
	color: #FFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #5F819C;
	border-bottom-color: #5F819C;
	border-left-color: #f0e900;
	text-decoration: none;
	background-image: none;
}

/* HOMEボタンはこちらで指定 */
#menu_wrap #menu ul li.home{

}

#menu_wrap #menu ul li.home a:link{
	color: #FFF;
	text-decoration: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #063a66;
}
#menu_wrap #menu ul li.home a:hover{
	color: #FFF;
	text-decoration: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #063a66;
}
#menu_wrap #menu ul li.home a:visited{
	color: #FFF;
	text-decoration: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #063a66;
}


/* 2行のとき */
/* リンクボタン色、背景 */
#menu li.gyo2 {
	list-style: none;
	cursor: default;
	height: 42px;
	line-height: 21px;
    height: 56px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-decoration: none;
}
#menu_wrap #menu ul li.gyo2 a:link{
	font-size: 15px; /*フォントサイズ*/
	margin-left: auto;
	margin-right: auto;
	display: block;
	padding-left: 20px;
    padding-top: 7px;
	padding-bottom: 7px;
	color: #FFF;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #5F819C;
	border-left-color: #f0e900;
	text-decoration: none;
	background-image: url(../images/nav/butan_back.png);
	background-repeat: repeat-y;
	background-position: left top;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #5F819C;
}

#menu_wrap #menu ul li.gyo2 a:visited{
	margin-left: auto;
	margin-right: auto;
	display: block;
	padding-left: 20px;
	color: #FFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-top-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #5F819C;
	border-bottom-color: #5F819C;
	border-left-color: #f0e900;
	text-decoration: none;
}
#menu_wrap #menu ul li.gyo2 a:hover{
	margin-left: auto;
	margin-right: auto;
	display: block;
	padding-left: 20px;
	background-color: #05508D;
	color: #FFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #5F819C;
	border-bottom-color: #5F819C;
	border-left-color: #f0e900;
	text-decoration: none;
	background-image: none;
}
/*** ▼PC用 ***/
/* バナー用 */
.banabox {
    padding: 0 0 5px 0;
}
/*** ▼スマホ用 ***/
@media screen and (max-width:769px){
.banabox {

    padding: 0 0 5px 0;
    margin-top: -5px;
    }
}


/* スマホ用 */

@media screen and (max-width:786px){
/* スクロールが出ないため、innar入れて対策*/
#menu_wrap #menu #innar{
	border: 1px none #F4D5D5;
	overflow-x: hidden;
	color: #666;
	width: 230px; /* 必要 */
	height: auto;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#menu_wrap{ /* スマホ用 */
	float: none;
	width: 100%;
	height: 100%;
	border: 0px none #F4D5D5;
	padding: 0px;
	line-height: 100%;
	margin: 0px;
}

#menu { /* スマホ用 */
	width: 100%;
	height: 100%;	/*position: fixed;
	top: 0;
	right: 0;
	z-index: 10;
	transform: translate(250px);
	transition: all .5s;*/
}

/*#menu.open {
  transform: translate(0);
}*/

#menu ul { /* スマホ用 */
	width: 240px; /*幅入れる*/
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #587892;
}

/* スマホ用 */
/* リンクボタン色、背景 */
#menu li { /* スマホ用 */
	list-style: none;
	cursor: default;
	height: auto;
	line-height: normal;
	text-decoration: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#menu_wrap #menu ul li a:link{ /* スマホ用 */
	font-size: 13px; /*フォントサイズ*/
	margin-left: auto;
	margin-right: auto;
	display: block;
	padding-left: 15px;
	color: #FFF;
	border-bottom-width: 1px;
	border-left-width: 6px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #5F819C;
	border-left-color: #f0e900;
	text-decoration: none;
	background-image: url(../images/nav/butan_back.png);
	background-repeat: repeat-y;
	background-position: left top;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	border-top-width: 0px;
	border-top-style: none;
	border-top-color: #5F819C;
}

#menu_wrap #menu ul li a:visited{ /* スマホ用 */
	margin-left: auto;
	margin-right: auto;
	display: block;
	color: #FFF;
	border-top-width: 1px;
	border-bottom-width: 0px;
	border-top-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #5F819C;
	border-bottom-color: #5F819C;
	border-left-color: #f0e900;
	text-decoration: none;
	border-left-width: 6px;
}
#menu_wrap #menu ul li a:hover{ /* スマホ用 */
	margin-left: auto;
	margin-right: auto;
	display: block;
	background-color: #05508D;
	color: #FFF;
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #5F819C;
	border-bottom-color: #5F819C;
	border-left-color: #f0e900;
	text-decoration: none;
	background-image: none;
	border-left-width: 6px;
}

/* HOMEボタンはこちらで指定 */
#menu_wrap #menu ul li.home{ /* スマホ用 */

}

#menu_wrap #menu ul li.home a:link{ /* スマホ用 */
	color: #FFF;
	text-decoration: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #063a66;
}
#menu_wrap #menu ul li.home a:hover{ /* スマホ用 */
	color: #FFF;
	text-decoration: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #063a66;
}
#menu_wrap #menu ul li.home a:visited{ /* スマホ用 */
	color: #FFF;
	text-decoration: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #063a66;
}

/* ▼スマホ用 */
/* 2行のとき */
/* リンクボタン色、背景 */
#menu li.gyo2 { /* ▼スマホ用 */
	font-size: 13px; /*フォントサイズ*/
	list-style: none;
	cursor: default;
	height: auto;
	line-height: 21px;
    height: auto;
	margin: 0px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	text-decoration: none;
}
#menu_wrap #menu ul li.gyo2 a:link{ /* ▼スマホ用 */
	font-size: 13px; /*フォントサイズ*/
	margin-left: auto;
	margin-right: auto;
	display: block;
	padding-left: 15px;
    padding-top: 0.4em;
	padding-bottom: 0.4em;
    border-bottom-width: 1px;
	border-left-width: 6px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #5F819C;
	border-left-color: #f0e900;
    border-top-width: 0px;
	border-top-style: none;
	border-top-color: #5F819C;
	text-decoration: none;
}

#menu_wrap #menu ul li.gyo2 a:visited{ /* ▼スマホ用 */
	display: block;
	color: #FFF;
}
#menu_wrap #menu ul li.gyo2 a:hover{ /* ▼スマホ用 */
	display: block;
}

}


/* スマホでメニューを開いた時のバックの色を指定 */
.menu-background {
  position: fixed;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
  opacity: 0;
  transition: opacity 0.5s;
}
.menu-background.open {
  width: 100%;
  height: 100%;
  opacity: 1;
}




/*追加

#drawer-checkbox {
  display: none;
}
#drawer-icon {
  cursor: pointer;
  display: inline-block;
  height: 40px;
  position: relative;
  width: 40px;
}

#drawer-icon span {
  background:  #333;
  border-radius: 2px;
  display: block;
  height: 10%;
  left: 50%;
  margin: -8% 0 0 -42%;
  position: absolute;
  top: 50%;
  transition: all 0.3s ease-in-out 0s;
  width: 84%;
}
#drawer-icon span::before,
#drawer-icon span::after {
  -webkit-transform: rotate(0);
  background: #333;
  border-radius: 2px;
  content: "";
  display: block;
  height: 100%;
  left: 50%;
  margin: -8% 0 0 -50%;
  position: absolute;
  top: 50%;
  transform: rotate(0);
  transition: all 0.3s ease-in-out;
  width: 100%;
}
#drawer-icon span::before {
  margin-top: -30%;
}
#drawer-icon span::after {
  margin-top: 19%;
}
#drawer-checkbox:checked ~ #drawer-icon span {
  background: rgba(51, 51, 51, 0);
}
#drawer-checkbox:checked ~ #drawer-icon span::before,
#drawer-checkbox:checked ~ #drawer-icon span::after {
  content: "";
  display: block;
  height: 100%;
  left: 50%;
  margin: -8% 0 0 -42%;
  position: absolute;
  top: 50%;
  width: 100%;
}
#drawer-checkbox:checked ~ #drawer-icon span::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#drawer-checkbox:checked ~ #drawer-icon span::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#drawer-content {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 40;
  width: 250px;
  max-width: 90%;
  height: 100%;
  background: #fff;
  transition: all 0.3s ease-in-out 0s;
  transform: translateX(-100%);
}
#drawer-checkbox:checked ~ #drawer-content {
  transform: translateX(0);
  box-shadow: 6px 0 24px rgba(0, 0, 0, 0.16);
}

#drawer-close {
  display: none;
  position: fixed;
  z-index: 39;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  transition: all 0.3s ease-in-out 0s;
}
#drawer-checkbox:checked ~ #drawer-close {
  display: block;
  opacity: 0.3;
}

#drawer-content {
  z-index: 40;
}
#drawer-close {
  z-index: 39;
}

#modal-checkbox {
  display: none;
}
#modal-open {
  cursor: pointer;
  display: inline-block;
  position: relative;
}
#modal-content {
  overflow: auto;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 40;
  background: #fff;
  transition: all 0.3s ease-in-out 0s;
  transform: translate(-50%, -50%);
  opacity: 0;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.16);
  padding: 1em;
}
#modal-checkbox:checked ~ #modal-content {
  opacity: 1;
}
#modal-close {
  display: none;
  position: fixed;
  z-index: 39;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  transition: all 0.3s ease-in-out 0s;
}
#modal-checkbox:checked ~ #modal-close {
  display: block;
  opacity: 0.6;
}*/


#新バージョン----------------------{}

/*NEW*/
* {
	margin: 0;
	padding: 0;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
/*
html,body {
	height: 100%;
}*/

/*#main {
	background: #eee;
}
#main-in {
	padding-left: 260px;
}
#main p {
	margin-bottom: 1em;
	line-height: 1.9;
}
#main .inner {
	padding: 60px;
}*/

/* main-visual 
#main-visual {
	background: #64CE80;
	background: -webkit-linear-gradient(-45deg, #64CE80, #C68BC4);
	background: -moz-linear-gradient(-45deg, #64CE80, #C68BC4);
	background: -ms-linear-gradient(-45deg, #64CE80, #C68BC4);
	background: -o-linear-gradient(-45deg, #64CE80, #C68BC4);
	background: linear-gradient(-45deg, #64CE80, #C68BC4);
	height: 400px;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}*/
/*
#main-visual h2 {
	font-size: 180%;
	color: #fff;
}
h3 {
	font-size: 131%;
	margin-bottom: .7em;
}

#copyright a {
	color: #666;
	text-decoration: none;
}
#copyright a:hover {
	text-decoration: underline;
}*/

/* ここから 
#global-head {
	position: fixed;
	color: #033560;
	width: 260px;
	padding-top: 30px;
	z-index: 100;
}
*/
/*
#sidebar {
	font-size: 15px;
	padding-top: 120px;
	/*width: 260px;
	height: 100%;*/
	/*position: fixed;*/
/*position: relative;
	color: #033560;
	background: #fff;
}*/

/*
#global-nav ul {
	list-style: none;
	margin-left: 0;
}
#global-nav > ul > li {
	position: relative;
}

#global-nav a {
	color: #033560;
	text-decoration: none;
	display: block;
	padding: 15px 0;
	-moz-transition: background-color .3s linear;
	-webkit-transition: background-color .3s linear;
	transition: background-color .3s linear;
}
#global-nav .sub-menu.is-active > a,
#global-nav a:hover {
	color: #fff;
	background: #033560;
}

#global-nav .sub-menu-nav a,
#global-nav .sub-menu:hover .sub-menu-nav {
	width: 230px;
}*/

/* sub-menu icon 
#global-nav .sub-menu-head {
	position: relative;
}
#global-nav .sub-menu-head:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 18px;
	margin: auto;
	vertical-align: middle;
	width: 8px;
	height: 8px;
	border-top: 1px solid #033560;
	border-right: 1px solid #033560;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}*/


/* sub-menu 
#global-nav .sub-menu-nav {
	position: fixed;
	background: #033560;
	color: #fff;
	top: 0;
	padding-top: 90px;
	left: 260px;
	width: 0;
	height: 100%;
	overflow: hidden;
	-moz-transition: width .2s ease-out;
	-webkit-transition: width .2s ease-out;
	transition: width .2s ease-out;
}

#global-nav .sub-menu.is-active > a:after,
#global-nav .sub-menu-head:hover:after {
	border-color: #fff;
}
#global-nav .sub-menu-nav a {
	color: #fff;
}
#global-nav .sub-menu-nav a:hover {
	color: #033560;
	background: #fff;
}*/

#位置----------------------{}
/*---------------------*/
/* nav-toggle */
/* 三本線 位置を調整*/
/*---------------------*/
#nav-toggle {
	display: none;
	position: fixed;
	/*position:relative;*/
	top: 15px;
	right: 15px;
	height: 30px;
}
/*
#nav-toggle > div {
	position: relative;
	width: 32px;
}
#nav-toggle span {
	width: 100%;
	height: 2px;
	left: 0;
	display: block;
	background: #033560;
	position: absolute;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}

#nav-toggle span:nth-child(1) {
	top: 0;
}
#nav-toggle span:nth-child(2) {
	top: 11px;
}
#nav-toggle span:nth-child(3) {
	top: 22px;
}*/

/* 全体の背景色 */
#overlay {
	display: none;
	position: fixed;
	background: rgba(0,0,0,.6);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}



@media screen and (max-width:786px){
	/*#main-in {
		padding-left: 0;
	}*/

	#global-head {
		width: 100%;
		/*padding: 10px;*/
	padding: 0px;
	margin:	0px;
		background: rgba(255,255,255,.8);
		display: -webkit-flex;
		display: flex;
	}

/*---------------------------------*/
/*　スマホ背景色はここで指定　*/
/*---------------------------------*/
	#sidebar {
	/*display: none;*/
	/*width: 300px;*/
	position: fixed;
	right: -300px;	/* -300初期値です　*/
	width: auto;	/* 横幅は自動 */
	overflow-x: hidden;	/* 横スクロールバーが出るので消す　*/
	top: 0;
	height: 100%;
	color: #333;
	-webkit-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
	background-color: #E6E6E6; /* 背景 */
	padding-top: 60px;	/* メニューの上からの位置　*/
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}

	/* サブメニューは開けない */
	#global-nav .sub-menu-head:after,
	#global-nav .sub-menu-nav {
		display: none;
	}
	#nav-toggle {
		display: block;
	}

	/* nav open */
	.open {
		overflow: hidden;
	}
	.open #overlay {
		display: block;
	}
	.open #sidebar  {
		-webkit-transform: translate3d(-300px,0,0);
		transform: translate3d(-300px,0,0);
	}

	/* #nav-toggle close 
	.open #nav-toggle span:nth-child(1) {
		top: 11px;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.open #nav-toggle span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	.open #nav-toggle span:nth-child(3) {
		top: 11px;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}*/

	/* z-index */
	#overlay {
		z-index: 200;
	}
	#sidebar {
		z-index: 300;
	}
	#nav-toggle {
		z-index: 400;
	}


}

/*@media screen and (max-width: 400px) {
	#sidebar {
		right: -200px;
		width: 200px;
		padding-top: 50px;
	}
	.open #sidebar  {
		-webkit-transform: translate3d(-200px,0,0);
		transform: translate3d(-200px,0,0);
	}
}*/
