@charset "utf-8";

.main {
	width: 940px;
	margin: 90px auto 0px;
}

.con_box {
	text-align: center;
	margin: 0px auto 60px auto;
	font-size: 1.6rem;
}

#sec1, #sec2, #sec3, #sec4, #sec5, #sec6 {
	margin-top: 60px;
}

.titl_en {
	margin: 40px 0;
	letter-spacing: 1px;
	font-size: 3.6rem;
}

.titl_en span {
	border-bottom: 1px #000 solid;
}

.main_titl {
	margin: 30px 0;
	font-size: 4.5rem;
	line-height: 1.3;
}

.main_titl span {
	background-image: url(../images/en/txt_bg.png);
	background-repeat: repeat-x;
	background-size: 15px;
	background-position: 0 75%;
}

.con_titl {
	line-height: 1.3;
	margin-bottom: 60px;
	font-size: 3.0rem;
}

.con_titl sup {
	font-size: 1.2rem;
}

.b_line {
	width: 100%;
	height: 11px;
	border-top: 1px #000 solid;
	border-bottom: 5px #000 solid;
}

.b_line_mt {
	margin-top: 60px;
}

.scroll {
	width: 90px;
	margin: 60px auto;
}

.app_btn {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	width: 400px;
	text-align: center;
	margin: 60px auto;
	text-align: center;
	background-color: #fdd000;
	transition: all 0.3s;
}

.app_btn:hover {
	opacity: 0.7;
}

.app_btn a {
	display: block;
	width: 100%;
	padding: 20px 0;
	line-height: 0.6;
	font-size: 3.0rem;
}

.app_btn a span {
	font-size: 1.4rem;
}

.sl_btns {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-bottom: 40px;
}

.sl_btns div {
	width: 32%;
	margin-bottom: 20px;
	transition: all 0.3s;
}

.sl_btns div:hover {
	opacity: 0.7;
}

.gmap_btn a {
	display: block;
	width: 400px;
	line-height: 60px;
	margin: 30px auto;
	background: #000;
	font-size: 2.4rem;
	color: #fff;
}

.gmap_btn a img {
	width: 30px;
	height: 11px;
	margin-left: 5px;
	transition: all 0.3s;
}

.gmap_btn a:hover img {
	margin-left: 15px;
}

.loc_wrap {
	margin: 0 auto 50px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.loc_wrap .box01 {
	width: 65%;
	margin-top: 10px;
	background-image: url(../images/en/bot.png);
	background-repeat: repeat-x;
	background-size: 25px;
	background-position: center;
}

.loc_wrap .box01 span {
	padding-right: 10px;
	background-color: #f2f1ec;
}

.loc_wrap .box02 {
	width: 35%;
	margin-top: 10px;
	padding-left: 10px;
}

.pub_deco {
	margin-bottom: 60px;
}

.fl_titl {
	margin: 60px 0 20px;
	font-size: 2.0rem;
}

.fl_wrap {
	width: 100%;
	border-bottom: 2px #000 solid;
}

.fl_wrap_top {
	border-top: 2px #000 solid;
}

.fl_wrap .box01 {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding: 20px 10px;
	cursor: pointer;
	transition: all 0.3s;
}

.fl_wrap .box01:hover {
	background-color: #fff;
}

.fl_wrap .box01 .titl {
	width: -webkit-calc(300px - 0px);
	width: calc(300px - 0px);
}

.open_btn {
	width: 40px;
	cursor: pointer;
	transition: all 0.3s;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	tap-highlight-color: rgba(0, 0, 0, 0);
}

.open_btn img {
	max-width: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	tap-highlight-color: rgba(0, 0, 0, 0);
}

.open_btn.open {
	transition: all 0.3s;
	transform: rotateX(180deg);
}

.slide_box {
	display: none;
	width: 100%;
}

.fl_wrap .box02 {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding: 30px;
	border-top: 2px #000 solid;
}

.fl_wrap .box02 .cap_f {
	width: 100%;
	text-align: left;
	margin-bottom: 30px;
}

.fl_wrap .box02 div {
	width: 48%;
}

.plans {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin: 60px auto;
}

.plans div {
	width: 48%;
}

.lo_wrap {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-bottom: 30px;
	border-top: 1px #9a003f solid;
}

.lo_l {
	width: 33%;
	padding: 10px;
	background: #9a003f;
	color: #fff;
	border-bottom: 1px #fff solid;
}

.lo_llast {
	border-bottom: 1px #9a003f solid;
}

.lo_r {
	width: 67%;
	padding: 10px;
	background: #fff;
	border-right: 1px #9a003f solid;
	border-left: 1px #9a003f solid;
	border-bottom: 1px #9a003f solid;
}

.lo_rlast {
	border-bottom: 1px #fff solid;
}

.lo_l2 {
	width: 100%;
	padding: 10px;
	background: #9a003f;
	color: #fff;
}

.lo_r2 {
	width: 100%;
	padding: 10px;
	background: #fff;
	border-right: 1px #9a003f solid;
	border-left: 1px #9a003f solid;
	border-bottom: 1px #9a003f solid;
}

.lo_l3 {
	width: 100%;
	padding: 10px;
	background: #9a003f;
	color: #fff;
	border-bottom: 1px #fff solid;
}

.hyo {
	width: 100%;
}

.hyo th {
	padding: 10px;
	text-align: center;
	background: #9a003f;
	color: #fff;
	width: 25%;
}

.hyo th:nth-child(1) {
	border-right: 1px #fff solid;
	border-left: : 1px #9a003f solid;
	border-bottom: 1px #fff solid;
}

.hyo th:nth-child(2) {
	border-right: 1px #fff solid;
	border-left: : 1px #9a003f solid;
	border-bottom: 1px #9a003f solid;
}

.hyo th:nth-child(3) {
	border-right: 1px #fff solid;
	border-left: : 1px #9a003f solid;
	border-bottom: 1px #9a003f solid;
}
.hyo th:nth-child(4) {
	border-right: 1px #9a003f solid;
	border-left: : 1px #9a003f solid;
	border-bottom: 1px #9a003f solid;
}

.hyo td {
	padding: 10px;
	text-align: center;
	background: #fff;
	border: 1px #9a003f solid;
	width: 25%;
}

.hyo td:nth-child(1) {
	padding: 10px;
	background: #9a003f;
	color: #fff;
	border: 1px #9a003f solid;
	border-bottom: 1px #fff solid;
}

.hyo td.last {
	border-bottom: 1px #9a003f solid;
}

.red_box_titl {
	padding: 10px 0;
	background-color: #d61238;
	font-size: 2.2rem;
	color: #fff;
}

.red_box {
	padding: 20px;
	background-color: #fff;
	border: 2px #d61238 solid;
}

.red_box .titl {
	font-size: 2.2rem;
}

.app_titl {
	margin: 30px 0 10px;
	font-size: 2.2rem;
}

.app_pdf {
	margin: 30px 0 10px;
}

.app_btn_un {
	margin: 0 auto 60px;
}

.cap {
	margin: 60px 0;
	text-align: left;
	font-size: 1.2rem;
}

.cap2 {
	margin: 10px 0 30px;
	text-align: left;
	font-size: 1.2rem;
}

.t_l {
	text-align: left;
}

@media screen and (max-width: 940px) {
	.main {
		width: 100%;
	}

	.loc_wrap .box01 {
		width: 60%;
		margin-top: 20px;
		background-size: 15px;
	}

	.loc_wrap .box01 span {
		padding-bottom: 10px;
		padding-right: 10px;
	}

	.loc_wrap .box02 {
		width: 40%;
		margin-top: 20px;
		padding-left: 5px;
	}
}

@media screen and (max-width: 740px) {
	.con_box {
		margin: 0px auto 40px auto;
		font-size: 1.2rem;
	}

	#sec1, #sec2, #sec3, #sec4, #sec5, #sec6 {
		margin-top: 30px;
	}

	.titl_en {
		margin: 30px 0;
		font-size: 2.0rem;
	}

	.main_titl {
		margin: 20px 0;
		font-size: 2.8rem;
	}

	.con_titl {
		margin-bottom: 30px;
		font-size: 1.8rem;
	}

	.con_titl sup {
		font-size: 1.0rem;
	}

	.b_line_mt {
		margin-top: 30px;
	}

	.scroll {
		width: 60px;
		margin: 30px auto;
	}

	.app_btn {
		width: 90%;
		margin: 30px auto;
	}

	.app_btn a {
		padding: 15px 0;
		line-height: 0.8;
		font-size: 2.0rem;
	}

	.app_btn a span {
		font-size: 1.2rem;
	}

	.sl_btns {
		margin-bottom: 15px;
	}

	.sl_btns div {
		width: 48%;
		margin-bottom: 15px;
	}

	.gmap_btn a {
		width: 90%;
		line-height: 60px;
		font-size: 2.0rem;
	}

	.loc_wrap {
		margin: 0 auto 30px;
	}

	.loc_wrap .box01 {
		width: 60%;
		margin-top: 20px;
		background-size: 15px;
	}

	.loc_wrap .box01 span {
		padding-bottom: 10px;
		padding-right: 10px;
	}

	.loc_wrap .box02 {
		width: 40%;
		margin-top: 20px;
		padding-left: 5px;
	}

	.pub_deco {
		margin-bottom: 30px;
	}

	.fl_titl {
		margin: 30px 0 20px;
		font-size: 1.2rem;
	}

	.fl_wrap .box01 .titl {
		width: -webkit-calc(100% - 40px);
		width: calc(100% - 40px);
	}

	.fl_wrap .box02 div {
		width: 100%;
	}

	.fl_wrap .box02 .l_img {
		margin-bottom: 30px;
	}

	.plans {
		margin: 30px auto 10px;
	}

	.plans div {
		width: 100%;
		margin-bottom: 20px;
	}

	.lo_l {
		width: 100%;
		text-align: left;
		border-bottom: none;
	}

	.lo_r {
		width: 100%;
		text-align: left;
	}

	.lo_r2 {
		text-align: left;
	}

	.hyo {
		width: 100%;
	}

	.red_box_titl {
		font-size: 1.8rem;
	}

	.red_box .titl {
		font-size: 1.8rem;
	}

	.app_titl {
		font-size: 1.8rem;
	}

	.app_btn_un {
		margin: 0 auto 30px;
	}

	.cap {
		margin: 40px 0;
		font-size: 1.0rem;
	}

	.cap2 {
		margin: 10px 0 30px;
		font-size: 1.0rem;
	}
}

/* モーダル */
.f01 {
	transition: all 0.3s;
	cursor: pointer;
}

.f01:hover {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.f01_mo {
	display: none;
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	background: rgba(0, 0, 0, 0.7);
}

.f01_mo00 {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}

.f01_mo01 {
	width: 1000px;
	margin: 0 auto;
	padding: 40px;
	background: #fff;
	border-radius: 10px;
	cursor: pointer;
}

.f01_mo02 {
	height: 100vh;
}

@media screen and (max-width: 1000px) {
	.f01_mo01 {
		width: 90%;
		padding: 20px;
	}
}
