﻿@charset "utf-8";
#menu0 {
	background-color: #fff;
	border-bottom: 1px dashed #666;
	opacity: 0.9;
	position: fixed;
	top: 44px;
	width: 100%;
	z-index: 1000;
	height: 50px;
}



#menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: end;
	z-index: 1000;
	background-color: #FFF;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #999;
	float: left;
	height: 50px;
}
.sp {
	display: inline;
}

.pc {
	display: none;
}
@media screen and (max-width: 620px) {
#menu {
	background-color: #fff;
	bottom: 0px;
	position: fixed;
	height: 50px;
	margin-left: 0px;
	width: 1%;
	right: 0px;
	z-index: 5;
	opacity: 2;
    overflow-y: auto;
    height:100%;
}
.sp {
	display: none;
	
}
.pc {
	display: inline;
}


}
.menu-c {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	position: relative;
	top: 27px;
}



#menu-btn {
  display: none;
}

#menu-content {
	margin: 0;
	list-style-type: none;
	z-index: 1000;
}

#menu-content > li {
	position: relative;
	float: left;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	z-index: 5;
}

#menu-content > li > a {
	font-family: "Noto Sans Japanese";  /* フォントを指定 */
	display: block;
	line-height: 40px;
	color: #666;
	font-size: 13px;
	text-decoration: none;
	padding-top: 8px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
	margin-right: 0px;
	margin-left: 0px;
	z-index: 1000;
	height: 52px;
	width: 88px;
	text-align: center;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #999;
	white-space: nowrap;
}



/*.toiawase {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, "あんずもじ";
	font-size: 12px;
	color: #FFF;
	background-color: #666;
	text-align: center;
	height: auto;
	width: 120px;
	padding-top: 4px;
	padding-bottom: 4px;
	border-radius: 20px;
}
@media screen and (max-width: 620px) {


.toiawase {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, "あんずもじ";
	font-size: 12px;
	color: #FFF;
	background-color: #666;
	text-align: center;
	height: auto;
	width: 120px;
	padding-top: 4px;
	padding-bottom: 4px;
	border-radius: 20px;
}
.eng {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 90%;
	position: relative;
	top: 0px;
	padding-left: 20px;
}


}


.header #ask img {
	height: 94px;
	width: auto;
}*/

@media screen and (max-width: 620px) {

  #menu-content > li > a {
    background-color: #FFF;
    height: 22px;
    line-height: 12px;
  }
.header #ask img {
	height: 50px;
	width: 100%;
	padding-top: 3px;
}
}

#menu-content > li > a:hover {
	color: #FFF;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #666;
		background-color: #00CCCC;
	
}

#menu-content > li > a > .blogicon-chevron-down {
  margin-right: 0px;
}

#menu-content > li > ul.second-content {
	visibility: hidden;
	opacity: 0;
	position: fixed;
	list-style-type: none;
	-webkit-box-shadow: 1px 1px 7px #bbb;
	box-shadow: 1px 1px 7px #bbb;
	background-color: #FFF;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	left: 20px;
	border-radius: 5px;
	display: flex;
	width: 90%;
	height: 170px;
	text-align: center;
		
}


#menu-content li .second-content li a .sp {
	height: 90px;
	width: 190px;
}


#menu-content > li:hover > ul.second-content {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.2s, visibility 0.2s;
  transition: opacity 0.2s, visibility 0.2s;
  display: inline;

}

#menu-content > li > ul.second-content > li {
	text-align: center;
	width: 200px;
	display: inline-block;
	list-style: none;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 0px;
}

#menu-content > li > ul.second-content > li > a {
	display: inline-block;
	line-height: 24px;
	color: #000;
	font-size: 14px;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	width: 200px;
	padding-top: 20px;
	padding-bottom: 15px;
	margin: 15px;
	border-radius: 5px;
}

#menu-content > li > ul.second-content > li > a:hover {
	color: #000;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	background-color: #00CCCC;
}
li .second-content .menu-midasi {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	line-height: 24px;
	color: #76A72D;
	position: relative;
	top: 50px;
	text-align: left;
	padding-left: 8px;
	margin-left: 30px;
	left: 40px;
}
li .second-content .menu-midasi .menu-jp {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	color: #333;
}
/*横並びと立て並びの切替はdisplay*/
@media screen and (max-width: 620px) {
#menu-content > li > ul.second-content {
	display: block;
}	
#menu-content > li > ul.second-content > li > a {
  display: inline-block;
  line-height: 24px;
  color: #000;
  font-size: 14px;
  text-decoration: none;
  padding-right: 10px;
  padding-left: 10px;
  width: 200px;
  padding-top: 20px;
  padding-bottom: 15px;
  margin: 11px;
    margin-left: 11px;
  border-radius: 5px;
}
#menu-content > li > a:hover {
  color: #666;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #666;
  background-color: #FFF;
}
}

.toggle_btn {
	display: none;
	position: fixed;
	top: 0px;
	right: 0px;
	width: 40px;
	height: 40px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	cursor: pointer;
	z-index: 3;
	background-color: #CCC49F;
	padding: 5px;
	border-radius: 0px;
	color: #FFF
	font-size: 14px;
	padding-left: auto;
	padding-right: auto;


  }

@media screen and (max-width: 620px) {
	
#menu0 {
	top: -65px;
	opacity: 1;
}

#menu-content > li > ul.second-content > li > a {

	border-radius: 0px;
}
  nav {
    position: fixed;
    top: 0;
	height: 90vh;
    left: -350px;
    bottom: 0;
    width: 80%;
    background: #fff;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 5;
    opacity: 1;
	overflow-scrolling: touch;
	max-height: 100vh;

  }
  .open nav {
    left: 0;
    opacity: 1;
  }
  nav .inner {
    padding: 15px;
  }
  nav .inner ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  nav .inner ul li {
    position: relative;
    margin: 0;
  }
  nav .inner ul li a {
    display: block;
    color: #333;
    font-size: 14px;
    text-decoration: none;
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
  }
  .toggle_btn {
	display: block;
	position: fixed;
	top: 5px;
	right: 5px;
	width: 40px;
	height: 40px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	cursor: pointer;
	z-index: 6;
	background-color: #CCC49F;
	padding: 5px;
	border-radius: 3px;
	color: #FFF
	font-size: 14px;
	padding-left: auto;
	padding-right: auto;


  }
/*中のケイの設定*/
  .toggle_btn span {
    position: absolute;
    left: 10px;
    width: 30px;
    height: 1px;
    background-color: #FFFFFF;
    border-radius: 1px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .toggle_btn span:nth-child(1) {
    top: 10px;
  }
  .toggle_btn span:nth-child(2) {
    top: 20px;
  }
  .toggle_btn span:nth-child(3) {
    bottom: 20px;
  }
  .open .toggle_btn span {
    background-color: #fff;
  }
  .open .toggle_btn span:nth-child(1) {
    -webkit-transform: translateY(10px) rotate(-315deg);
    transform: translateY(10px) rotate(-45deg);
  }
  .open .toggle_btn span:nth-child(2) {
    opacity: 0;
  }
  .open .toggle_btn span:nth-child(3) {
    -webkit-transform: translateY(-10px) rotate(315deg);
    transform: translateY(-10px) rotate(45deg);
  }
  #mask {
    display: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .open #mask {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    z-index: 2;
    cursor: pointer;
  }
  #menu-content > li {
    width: 100%;
    margin-bottom: 15px;
  }
  #menu-content > li:hover {
    background: none;
  }
  
  #menu-content > li > a {
	    width: 100%;
	color: #666666;
    padding-bottom: 6px;
	padding-top: 0px;
	padding-left: 42px;
	margin-top: 0px;
	margin-bottom: 0px;
    font-size: 14px;
	font-weight: bold;
		text-align: left;
    border-bottom: 1px solid #000;
		border-left-width: none;
	border-left-style: none;
	border-left-color: #999;
  }
  
  
#menu-content > li > ul.second-content {
    visibility: visible;
    opacity: 1;
    width: 100%;
    position: relative;
    -webkit-box-shadow: none;
            box-shadow: none;
	padding-top: 0px;
	padding-left: 0px;
    padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
}
  
  #menu-content > li > ul.second-content > li {
    width: 100%;
    text-align-last: left;
	margin-bottom: -9px;
  }
  #menu-content > li > ul.second-content > li > a {
    color: #666666;
    padding-left: 40px;
    margin-left: 10px;
    padding-top: 0px;
    padding-bottom: 12px;
    line-height: 14px;
    font-size: 14px;
    border-bottom: 1px solid #6c6b6bb2;
}

  #menu-content > li > ul.second-content > li > a:hover {
    background: none;
  }
}
.toggle_btn img {
	height: auto;
	width: 80%;
	margin: auto;
	padding: 3px;
}
