@charset "utf-8";

.con_box {
	text-align: center;
	margin: 150px auto 60px auto;
	font-size: 1.6rem;
}

.titl_en {
	margin: 40px 0 20px 0;
	font-size: 3.6rem;
}

.titl_en span {
	border-bottom: 1px #000 solid;
}

.titl_ja {
	font-size: 3.2rem;
}

.titl_ja span {
	font-size: 4.8rem;
}

.loc_img {
	margin: 40px auto;
}

.link_btns {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.link_btns div {
	width: 32%;
}

.link_btn a {
	display: block;
	width: 100%;
	line-height: 60px;
	margin: 0 auto;
	background: #9a003f;
	color: #fff;
}

.link_btn a img {
	width: 30px;
	height: 11px;
	margin-left: 5px;
	transition: all 0.3s;
}

.link_btn a:hover img {
	margin-left: 15px;
}

.b_line {
	width: 100%;
	height: 11px;
	border-top: 1px #000 solid;
	border-bottom: 5px #000 solid;
}

.main_img {
	margin-top: 40px;
}

.main_txt {
	margin: 40px auto;
}

.loc_wrap {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	text-align: left;
}

.loc_wrap div {
	width: 48%;
	margin-bottom: 40px;
}

.loc_txt {
	font-size: 1.3rem;
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 500;
	margin-top: 5px;
}

.loc_txt02 {
	line-height: 1;
	margin: 10px 0 5px 0;
	font-size: 1.3rem;
}

.loc_txt02 span {
	background: #faee2b;
}

.titl_img {
	width: 270px;
	margin: 40px auto;
}

.mb40 {
	margin-bottom: 40px;
}

.cap {
	margin: 60px 0;
	text-align: left;
	font-size: 1.2rem;
}

.np_btns {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.np_btns div a {
	display: block;
	width: 250px;
	line-height: 40px;
	border: 4px #000 solid;
	font-size: 2.0rem;
	transition: all 0.3s;
}

.np_btns div a:hover {
	background: #83cac6;
}

.np_btns div a img {
	width: 16px;
	height: 10px;
	margin: 0 5px 3px 5px;
}

.gm_btns {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

.gm_btns li {
	width: 24.5%;
	line-height: 50px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
	opacity: 0.4;
	transition: all 0.3s;
	margin-bottom: 10px;
}

.gm_btns li:nth-child(1) {
	background: #d61238;
}

.gm_btns li:nth-child(2) {
	background: #0089c2;
}

.gm_btns li:nth-child(3) {
	background: #6bbb6e;
}

.gm_btns li:nth-child(4) {
	background: #dd582c;
}

.gm_btns li:hover {
	opacity: 1;
}

.gmon {
	opacity: 1 !important;
}

.iframe-content {
	position: relative;
	width: 100%;
	height: 700px;
}

.iframe-content iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.iframe-content iframe html {
	overflow: hidden;
}

.gmap_wrap {
	position: relative;
	width: 100%;
	height: 700px;
	margin-bottom: 40px;
}

.gmap_wrap div {
	position: absolute;
	top: 0;
	left: 0;
}

.g_map01 {
	z-index: 1;
}

@media screen and (max-width: 940px) {}

@media screen and (max-width: 740px) {
	.con_box {
		margin: 130px auto 40px auto;
		font-size: 1.2rem;
	}

	.titl_en {
		margin: 20px 0;
		font-size: 2.4rem;
	}

	.titl_ja {
		font-size: 1.7rem;
	}

	.titl_ja span {
		font-size: 2.5rem;
	}

	.loc_txt {
		font-size: 1.1rem;
	}

	.loc_txt02 {
		line-height: 1.5;
		font-size: 1.2rem;
	}

	.titl_img {
		width: 200px;
	}

	.cap {
		margin: 40px 0;
		font-size: 1.0rem;
	}

	.np_btns div {
		width: 48%;
	}

	.np_btns div a {
		width: 100%;
		line-height: 30px;
		font-size: 1.5rem;
	}

	.gm_btns li {
		width: 49%;
		line-height: 30px;
		margin-bottom: 5px;
	}

	.iframe-content {
		height: 550px;
	}

	.gmap_wrap {
		height: 550px;
	}

	.link_btns div {
		width: 33%;
	}

	.link_btn a {
		line-height: 40px;
	}

	.link_btn a img {
		width: 15px;
		height: 5px;
		margin-left: 2px;
	}

	.link_btn a:hover img {
		margin-left: 0px;
	}
}
