@charset "utf-8";
/* CSS Document */


body {
	margin: 0;
	padding: 0;
	max-width: 100%;
	overflow-x: hidden;
}

a {
	text-decoration: none;
	color: #fff;
}
.hero {
	width:100%;
	height: 100vh;
	max-width: 100%;
	background: url(image/topimage1.jpg) no-repeat;
	background-size:cover;
	position: relative;
}

.catch {
	position: absolute;
	width:100%;
	left: 50%;
	bottom: 30px;
  transform: translateX(-50%);
	text-align: center;
}

.catch img {
	width:50%;
	height:auto;
}

.img1 {
	width: auto;
}

.img2 {
	width: auto;
}


section {
	clear: both;
	width:70%;
	margin: 0px auto;
	padding: 50px 0px;
}

.access {
	text-align: center;
}

.prof img {
	float:left;
	margin-right:15px;
	margin-bottom: 15px;
}

.prof_txt {
	clear: both;
	padding-top:15px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	line-height: 40px;
	margin-bottom: 40px;
}





.open {
	position: relative;
	top: 10px;
	width: 60%;
	left:50%;
  transform: translateX(-50%);
	text-align: center;
}

.open img {
	width: 100%;
}

.s_title {
	    display: flex;
	margin-bottom: 50px;
}
.title_l {
	    white-space: nowrap;
    padding: 0px;
	font-size: 72px;
	line-height: 72px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	color: #8b978f;
	text-align: left;
}
.title_l2 {
	    white-space: nowrap;
    padding: 0px;
	font-size: 28px;
	line-height: 36px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	color: #8b978f;
	text-align: left;
}

.title_r {
    width: 100%;
    padding-top: 40px;
	text-align: right;
	border-bottom: 1px solid #ccc;
}

.title_r::after {
	clear: both;
}

.fotter_p {
		background: #84968e;
	width:100%;
	height:150px;
	padding:50px 0px;
}
.fotter{
	width: 80%;
	margin: 0 auto;
}

.fotter_txt {
font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
color:#fff;	
	width:500px;
	float: right;
}

.fotter_txt div {
	margin:0;
}
.txt1 {
	font-size: 20pt;
	line-height: 50px;
}

.txt2 {
	font-size: 35pt;
	line-height: 50px;
}
.txt23 {
font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-size: 35pt;
	line-height: 50px;
	color:#ef90b9;
}

.txt3 {
	line-height: 10px;
}

.pc {display: block;}
.sp {display: none;}

.baw {
	background:url("image/iStock-1184595440.jpg") no-repeat;
	background-size:cover;
	width: 100%;
	height:800px;
	position: relative;
}

.baw_content {
	width:80%;
	margin:50px auto;
}

.bawtxt {
	position: absolute;
	font-family: Arial, Helvetica, "sans-serif";
	font-size: 120px;
	color: #fff;
	opacity: 0.3;
	line-height: 120px;
}

.r_txt {
	color: #fff;
	width: 50%;
	position: absolute;
	right: 80px;
	bottom:70px;
	line-height: 40px;
}

.sub_title {
	font-size: 38px;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-weight: 700;
}

.map {
	width: 40%;
}

.g_image {
	width:30%;
	float: left;
	margin:0 35px 30px 0px;
}

.txt_lh {
	font-size: 14pt;
	line-height: 40px;
}

.image_r {
	width:30%;
	float: right;
	margin-left: 20px;
}

.image_r img {
	width:100%;
	height: auto;
	margin-bottom: 15px;
}

	.gmap {
		width:100%;
		aspect-ratio: 16 / 9;
		margin-top:30px;
	}

	.tech {
		text-align: center;
	}
	.tech img {
		width:100%;
		height: auto;
		margin:0 auto;
	}


.time {
	width:100%;
	text-align: center;
	margin-bottom: 15px;
	font-size: 15pt;
}

.time .th {
	background-color: #666666;
	color:#ffffff;
}

.time tr {
	background-color: #ffffff;
	color:#666666;
}

.info_l {
	width:50%;
	float:left;
	margin-right: 20px;
	text-align: left;
	line-height: 40px;
}

.r_tle {
	color:#ccc !important;
}

.sp_title {
	font-size: 15pt;
	font-weight: 700;
	clear:both;
}

.pink {
	font-size:20pt;
	color:#f3a7ac;
}

.pink2 {
	color: #f3a7ac;
}
@media screen and (max-width:750px) {
	
body {
	margin: 0;
	padding: 0;
}
.hero {
	width:100%;
	aspect-ratio: 16 / 11;
	height: auto;
	background: url("image/topimage2.jpg") no-repeat;
	background-size: contain;
	position: relative;
}

.catch {
	position: absolute;
	width:100%;
	left: 50%;
	bottom: 20px;
  transform: translateX(-50%);
	text-align: center;
}

.catch img {
	width:70%;
	height:auto;
}
	
.img1 {
	width: 130px;
}

.img2 {
	width: 200px;
	margin-bottom: 20px;
}

	h2 {
		font-size: 12pt;
	}

section {
	clear: both;
	width:90%;
	margin: 0px auto;
	padding: 50px 0px;
	line-height: 30px;
}

.access {
	text-align: center;
}
	
	.access img {
		width: 90%;
	}

.rijicho {
	float:left;
	width: 100%;
	font-size: 10pt;
}
	
	.rijicho span {
		display: block;
		margin-top:10px;
		margin-bottom: 30px;
	}

.rijicho img {
	float:none;
	margin-right: 10px;
}

.incho {
	float:right;
	width: 100%;
	font-size: 10pt;
}
	
	.incho span {
		display: block;
		margin-top:-30px;
		margin-bottom: 30px;
	}

.incho img {
		float:none;
		margin-right: 10px;
}
.open {
	position: relative;
	top: 20px;
	width: 80%;
	text-align: center;
}
	
	.open img { width: 100%;}

.s_title {
	    display: flex;
	margin-bottom: 50px;
}
.title_l {
	    white-space: nowrap;
    padding: 0px;
	font-size: 40px;
	line-height: 40px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	color: #8b978f;
	text-align: left;
}

.title_r {
    width: 100%;
    padding-top: 10px;
	text-align: right;
	border-bottom: 1px solid #ccc;
}

.title_r::after {
	clear: both;
}

.fotter_p {
	background: #84968e;
	width:100%;
	height:auto;
	padding:50px 0px;
}
.fotter{
	width: 80%;
	margin: 0 auto;
	text-align: center;
}

.fotter_txt {
font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
color:#fff;	
	width:100%;
	float: none;
}

.fotter_txt {
	margin:0;
	text-align: center;
}
.txt1 {
	font-size: 12pt;
	line-height: 50px;
}

.txt2 {
	font-size: 18pt;
	line-height: 50px;
}

.txt3 {
	line-height: 10px;
}

	.pc {display: none;}
.sp {display: block;}

	
	.flogo {
		width:80%;
		margin: 0 auto;
		text-align: center;
		display: block;
	}
	
	.clear_b {
		clear: both;
	}
	
	.baw {
	background:url("image/iStock-1184595440.jpg") no-repeat;
	background-size:cover;
	width: 100%;
	height:800px;
	position: relative;
}

.baw_content {
	width:80%;
	margin:50px auto;
}

.bawtxt {
	position: absolute;
	font-family: Arial, Helvetica, "sans-serif";
	font-size: 70px;
	color: #fff;
	opacity: 0.5;
	line-height: 70px;
}

.r_txt {
	color: #fff;
	width: 90%;
	position: absolute;
	right: 10px;
	bottom:80px;
	line-height: 30px;
	font-size: 10pt;
}

.sub_title {
	font-size: 20px;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-weight: 700;
}

.map {
	width: 50%;
	}
	.tech {
		text-align: center;
	}
	.tech img {
		width:100%;
		height: auto;
		margin:0 auto;
	}
	.txt_lh {
		font-size:10pt;
	line-height: 30px;
}
	.image_r {
	width:100%;
	float: none;
		margin-left: 0;
}

.image_r img {
	width:49%;
	height: auto;
	margin-bottom: 15px;
}
	
	.gmap {
		width:100%;
		aspect-ratio: 4 / 3;
	}
	
.prof_txt {
	clear: both;
	padding-top:15px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	line-height: 40px;
	margin-bottom: 40px;
	font-size: 10pt;
}
	
	.prof img {
		height:auto;
	}
	
.info_l {
	width:100%;
	float:left;
	margin-right: 20px;
	text-align: left;
	line-height: 30px;
	font-size: 10pt;
}

.r_tle {
	color:#ccc !important;
}

.sp_title {
	font-size:12pt;
	font-weight: 700;
	clear:both;
}
.pink {
	font-size:20pt;
	color:#f3a7ac;
}
.pink2 {
	color: #f3a7ac;
}
.txt23 {
font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-size: 25pt;
	line-height: 50px;
	color:#ef90b9;
}
}