@charset "utf-8";
li{
	cursor: pointer;
}
.box02{
	width: 100px;
	position: fixed;
	right: 0;
	z-index: 1;
}
.plan{
	width: 30%;
	margin: auto;
	padding-top: 50px;
}
.gmap {
height: 100vh;
overflow: hidden;
position: relative;
display: none;
}
.gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}
.navi_wrap{
	text-transform: uppercase;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
.gmap.show{
	display: block;
}

/*あああああ*/
.panel{
  display:none;
}
.tab.is-active{
  color:#aaa;
}
.panel.is-show{
  display:block;
}
/*あああああ*/
@media screen and (max-width: 768px) {
.c01 {
	width: 100%;
	clear: both;
	text-align: center;
}

.c01 .titl {
	line-height: 1;
	margin-bottom: 20px;
	font-size: 2.1rem;
}

.c01 .txt {
	margin-bottom: 20px;
}

.ol_wrap {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	width: 80%;
	margin: 10px auto 40px auto;
	border-top: 1px #e2e2e2 solid;
	border-bottom: 1px #e2e2e2 solid;
	font-size: 1.8rem;
	letter-spacing: 0;
}

.ol_titl {
	width: 30%;
	line-height: 30px;
	padding: 10px;
	background: #e2e2e2;
	border-bottom: 1px #fff solid;
}

.ol_txt {
	width: 70%;
	line-height: 30px;
	padding: 10px;
    border-right: 1px #e2e2e2 solid;
	border-bottom: 1px #e2e2e2 solid;
}

.ol_last {
	border-bottom: none;
}

.f_con_btns {
	margin: 60px auto;
}
}
@media screen and (max-width:1200px) {}

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

@media screen and (max-width:767px) {
	.c01 .titl {
		font-size: 1.8rem;
	}

	.c01 .txt {
		margin-bottom: 20px;
	}


	.ol_wrap {
		border-top: none;
		border-bottom: none;
	}

	.ol_titl {
		width: 100%;
		line-height: 20px;
		border-bottom: none;
	}

	.ol_txt {
		width: 100%;
		line-height: 20px;
		border-bottom: none;
	}
	.box02{
	width: 60px;
}
	.plan{
		width: 90%;
		padding-top: 60px;
	}
	.gmap {
	padding-top: 100%;
	position: relative;
	}
}


