@charset "utf-8";
.modal_wrap{
		display:block;
		font-size: 0.8em;
	}
.modal_wrap p {
	color: #ffffff;
	}
.modal_wrap input{
	display: none;
}
hr.hr1 {
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: rgba(0,0,0,0);
	border-right-color: rgba(0,0,0,0);
	border-bottom-color: rgba(0,0,0,0);
	border-left-color: rgba(0,0,0,0);
}
.momemu1 {
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
	margin-bottom: 40px;
}
.momenu2 {
	font-family: 'Shippori Mincho', serif;
	margin: 0px;
	font-size: 24px;
	color: rgba(255,255,255,1);
	text-align: center;
	background-color: rgba(255,24,124,0);
	width: 100%;
	padding: 0px;
}
.momenu2 span {
	display: block;
	letter-spacing: 0.2em;
}
.mbbtn {
	width: 100%;
	color: #FFFFFF;
	border-radius: 5px;
	/*display: flex;
	justify-content: center;
	align-items: center;
	*/
	margin: 0px;
	background-color: rgba(255,24,124,0);
	/*background-color: rgba(255,24,124,1);*/
	font-size: 8px;
	text-align: center;
}
.mblink {
	display: block;
}
.nav_overlay{
	display: flex;
	justify-content: center;
	overflow: auto;
	position: fixed;
	z-index: 30000;
	width: 100%;
	height: 100%;/*モーダルオーバーレイの高さ、モバイル時*/
	/*height: 215px;*/
	opacity: 0;
	transition: opacity 0.5s, transform 0s 0.5s;
	transform: scale(0);
	top: 0px;
	background-color: rgba(0,0,0,0.8); /*最背景の色*/
	
}

.modal_trigger{
	position: absolute;
	width: 100%;
	height: 100%;
}

.nav_content{
	align-self: center;
	width: 100%;
	max-width: 240px;
	box-sizing: border-box;
	line-height: 1.4em;
	transform: scale(0.5) rotateX(0deg);
	//transform: scale(0.5) rotateX(-270deg);
	transition: 0.5s;
	background-color: rgba(255,255,255,0.0);/*中背景の色*/
	padding: 0px;
	
}

.close_button{
	position: absolute;
	top: 0px;
	right: 16px;
	font-size: 24px;
	//cursor: pointer;
}

.modal_wrap input:checked ~ .nav_overlay{
	opacity: 1;
	transform: scale(1);
	transition: opacity 0.5s;
}

.modal_wrap input:checked ~ .nav_overlay .nav_content{
	transform: scale(1) rotateX(0deg);
}

.open_button{
	position: fixed;
	top: 25px;
	right: 45px;
	width: 30px;
	margin: 0px;
	color: #FFF;
	font-weight: bold;
	cursor: pointer;
	text-align: center;
	height: 30px;
	line-height: 100%;
	padding: 10px;
	/*background:#fff;*/
	z-index: 20000;
}
.bar3zone {
	width: 40px;
	
}
.bar3mg {
	margin: 0px;
	padding: 0px;
	width: 100%;
	-webkit-filter: drop-shadow(0px 1px 0px rgba(255,255,255,1));
		filter: drop-shadow(0px 1px 0px rgba(255,255,255,1));
	z-index: 20000;
}

.open_button1{
	position: fixed;
	top: 15px;
	right: 30px;
	width: 30px;
	margin: 0px;
	color: #FFF;
	font-weight: bold;
	cursor: pointer;
	text-align: center;
	height: 30px;
	line-height: 100%;
	padding: 10px;
	/*background:#fff;*/
	z-index: 20000;
}
.bar3zone1 {
	width: 40px;
}
.bar3mg1 {
	margin: 0px;
	padding: 0px;
	width: 100%;
	-webkit-filter: drop-shadow(0px 0px 0.3px rgba(0,0,0,1));
		filter: drop-shadow(0px 0px 0.3px rgba(0,0,0,1));
	z-index: 20000;
}
.logomodal{
	/*display:none;*/
	width: 240px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.flexadd {
	display: flex;

	//justify-content: space-around;
	flex-wrap: wrap;
	justify-content: left;
	width: auto;
	margin: 0px;
	background-color: rgba(153,153,153,0);
	padding: 0px;
}

/* mvb = hover colr change effect start */
.mvb {
	width: 100%;
	display: block;



	//display: inline-block;
	height: 30px;
	color: #FFFFFF;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	line-height: 20px;
	outline: none;
	background-color: rgba(60,60,60,0);
	transition: all .8s;
	padding-bottom: 2px;
	margin: 2px;
}
.mvb:link {
	color: #FFFFFF;
}
.mvb:visited {
	color: #FFFFFF;
}
.mvb:hover {
	color:#999;
	transition: all .8s;
}
.mvb:active {
	color: #FFFFFF;
}

/* mvb = hover colr change effect end */

/* button text Left underline start */
.hover9t {
  display: inline-block;
  position: relative;
  text-decoration: none;
}
.hover9t::after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #fff;
  transition: all 0.8s ease 0s;
}
.hover9t:hover {
  cursor: pointer;
}
.hover9t:hover::after {
  width: 100%;
}

/* button text Left underline end */

/* button text Center underline start */
.hover9c {
  display: inline-block;
  position: relative;
  text-decoration: none;
}
.hover9c::before
, .hover9c::after {
  position: absolute;
  content: '';
  bottom: 0;
  width: 0;
  height: 1px;
  background: #fff;
  transition: all 0.8s ease 0s;
}
.hover9c::before {
	left: 50%;
}
.hover9c::after {
	right: 50%;
}
.hover9c:hover {
  cursor: pointer;
}
.hover9c:hover::before, .hover9c:hover::after {
  width: 50%;
}

/* button text Center underline end */
@media screen and (min-width:700px) {
.nav_content{
	align-self: center;
	width: 100%;
	max-width: 400px;
}
.mvb {
	background-color: rgba(60,60,60,0);
	transition: all .8s;
	padding-bottom: 2px;
	margin: 2px;
	margin-bottom: 10px;
}
@media screen and (min-width:1080px) {
	.modal_wrap{
		display:block;
	}
	.open_button{
		display:block;
	}
}
