@charset "utf-8";
/* CSS Document */

body{
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size:16px;
	line-height: 2.0em;
	overflow-x: hidden;
	background: #000;
	color:#fff;
}
img{
	max-width: 100%!important;
}
a:hover{
	opacity: 0.7;
}
.gothic{font-family: 'Noto Sans JP', sans-serif;}
.mincho{font-family: 'Noto Serif JP', serif;}
.toptitle{
	font-size:45px;
	color:#ed7d00;
	font-weight: 600;
	margin:30px 0;
	line-height: 1.5em;
	letter-spacing: 5px;
}
.pc{display:block;}
.tab{display:none!important;}
.sp{display:none!important;}
.title{
	font-size:36px;
	color:#ed7d00;
	font-weight: 600;
	margin:30px 0;
	font-style: italic;
}
.basecolor{
	color:#ed7d00!important;
}
.baseborder{
	padding-bottom: 10px;
	border-bottom: 1px solid #ed7d00;
}
.title_sub{
	font-size:36px;
	color:#fff;
	font-weight: 600;
	margin:30px 0 10px;
	
}
.info{
	font-size:18px;
	line-height: 2em;
}
.sub{
	color:#ed7d00;
}
.area4{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
header{
	position: absolute;
	font-family: 'Noto Sans JP', sans-serif;
	z-index: 10;
	width:100%;
	height:425px;
}
.header_bg{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:425px;
	background: linear-gradient(0deg, rgba(220, 130, 44,0), rgba(220, 130, 44,100));
}
.logo{
	position: fixed;
	top:20px;
	left:40px;
}
.topback{
	width:100%;
	height:100vh;
	background-image:url("../images/topimg.webp");
	background-size:cover;
	background-position:center;
	display: flex;
	align-items: center;
}
.joinus{
	position:fixed;
	top:150px;
	right:0;
	z-index: 5000!important;
}
.gmenu{
	width:650px;
	height:50px;
	position:fixed;
	top:30px;
	right:50px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size:16px;
}
.gmenu a{
	color:#fff;
	text-decoration: none;
}
.gmenu a:hover{
	text-decoration: underline;
}
.gmenu li{
	list-style-type: none;
}
.gmenu img{
	vertical-align: middle;
	margin-top: -5px;
}
.gmenu_ft{
	width:650px;
	height:50px;
	position:fixed;
	top:30px;
	right:50px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size:16px;
	font-weight:100;
}
.gmenu_ft a{
	color:#fff;
	text-decoration: none;
}
.gmenu_ft a:hover{
	text-decoration: underline;
}
.gmenu_ft li{
	list-style-type: none;
}
.gmenu_ft img{
	vertical-align: middle;
	margin-top: -5px;
}
.f28{
	font-size:28px;
}
footer{
	position: relative;
	width:100%;
	height:100px;
	overflow: hidden;
	font-family: 'Noto Sans JP', sans-serif;
	font-size:15px;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
footer ul{
	position: inherit!important;
	top:0;
}
.container{
	width:1500px;
	margin: 0 auto;
}
.prof_container{
	width:1200px;
	margin: 0 auto;
}
.gray{
	background:#202020;
	padding:80px 0;
}
.centerimg{
	display: block;
	margin:0 auto;
}
.centertxt{
	text-align: center;
}
.tile{
	display:flex;
	justify-content: space-between;
	align-items: flex-start;
	gap:10px;
	flex-wrap: nowrap;
}
.tile1{
	margin-top: 96px;
}.tile2{
	margin-top: 48px;
}.tile3{
	margin-top: 0px;
}
.spacer10{height:10px;}
.spacer20{height:20px;}
.spacer40{height:40px;}
.spacer300{height:300px;}
.box1100{
	width:1100px;
	height:auto;
	margin: 0 auto;
	overflow: hidden;
}
.floatright{
	float:right;
}
.floatkeft{
	float:left;
}
.list li{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap:10px;
	flex-wrap: wrap;
}
.btn{
	width:100px;
	height:27px;
	background:#514c48;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 15px;
}
.full{
	width:100%;
}
.flex{
	display: flex;
	justify-content: center;
	align-items: center;
	gap:80px;
	flex-wrap: wrap;
}
.icoarea{
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap:40px;
	flex-wrap: wrap;
}
.icoarea img{
	margin:0 auto;
}
.vl{
	width:1px;
	height:320px;
	background:#666;
}
h1{
	font-size:30px;
	text-align: center;
}
.head-border {
    display: flex;
    align-items: center;
	color:#ed7d00;
}

.head-border:before,
.head-border:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #ed7d00;
}

.head-border:before {
    margin-right: 1rem;
}

.head-border:after {
    margin-left: 1rem;
}
.price{
	position: relative;
	width:100%;
	border-spacing: 0;
}
.price td{
	border-bottom:1px solid #666;
    padding:10px 0;
}
.price .last td{
	border-bottom: 0px none;
}
.com td{
	padding:10px 20px;
	line-height: 2em;
}
.lpd{
	padding-left: 10em;
	white-space: nowrap;
	line-height: 2em;
}
.alr{
	text-align: right;
	padding-right: 10em;
}
.caution_txt{
	line-height: 1.5em;
}
.catch{
	font-size:30px;
	color:#ed7d00;
	text-align: center;
	line-height: 2.2em;
}
.icobox{
	width:300px;
}
.profbox{
	height:auto;
	overflow:hidden; 
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.profbox img{
	float:left;
}
.prof{
	margin:0 20px;
	width:540px;
	float:left;
}
hr{
	background-color: #666;
	border:none;
	height:1px;
}
.name{
	font-size:28px;
	line-height: 1.5em;
}
.link{
	width:540px;
	float:right;
	margin-top: 10px;
	padding:0 30px 10px;
	display: flex;
	justify-content: flex-start;
	gap:20px;
}
.spclose{
	display: none;
}
.hamburger{
	display: none;
}
.sp_wrap{
	display: none;
}
.globalMenuSp{
	display: none;
}
.map{
	display: block;
	width:1100px;
	height:600px;
	margin:0 auto;
}
.sikaku{
	width:80px;
	height:28px;
	display: flex;
	align-items: center;
	justify-content: center;
	border:1px solid #ccc;
	font-size:13px;
}
.ftline{
	display: none;
}
.message_sp{
	display: none;
}
.small {
	font-size:15px;
}
.center{
	text-align: center;
}
.poscenter{
	position: absolute;
	left:calc(50% - 72px);
}
.toparea{
	position: relative;
	left:0;
	top:0;
	width:100%;
	
}
@media screen and (max-width: 1500px) {
	.pc{display:none;}
	.tab{display:block!important;}
	.sp{display:none!important;}
	header{
		height: 150px;
	}
	.gmenu{
		display: none;
	}
	.message{
		display: none;
	}
	.message_sp{
		width:90%;
		height:auto;
		display:block;
		margin:-500px auto 0;
		text-align: left;
		line-height: 1.8em;
	}
	.container{
		width:90%;
	}
	.toptitle{
		font-size:38px;
		color:#ed7d00;
		font-weight: 600;
		margin:20px 0;
	}
	.logo{
		position: fixed;
		top:10px;
		left:10px;
		width:120px;
	}

	.map{
		display: block;
		width:90%;
		height:400px;
		margin:0 auto;
	}
	.box1100{
		width:100%;
		height:auto;
		margin: 0 auto;
		overflow: hidden;
	}
	.floatright{
		float:inherit;
	}
	.floatkeft{
		float:inherit;
	}
	.list li{
		display: flex;
		justify-content: flex-start;
		align-items: center;
		gap:10px;
		flex-wrap: wrap;
		flex-flow: column;
		margin-bottom: 2em;
		line-height: 1.6em;
	}
	.lpd{
		padding-left: 1em;
	}
	.alr{
		text-align: right;
		padding-right: 1em;
	}
	.vl{
		display: none;
	}
	.area4{
		display: flex;
		align-items: center;
		justify-content: center;
		gap:20px;
		flex-wrap: wrap;
	}
	.prof_container{
		width:90%;
		margin: 0 auto;
	}

	.profbox{
		width:100%;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-flow: column;
	}
	.profbox img{
		float:inherit;
		
	}
	.prof{
		margin:20px 0;
		width:100%!important;
		float:inherit;
		line-height: 2em;
	}
	.link{
		width:150px;
		float:right;
		margin-top: 10px;
		display: flex;
		justify-content: flex-start;
		gap:20px;
	}
	.gmenu_ft{
		width:600px;
		height:auto;
		position:fixed;
		top:30px;
		right:auto;
		left:auto;
		display: flex;
		align-items: center;
		justify-content: space-between;
		font-size:16px;
	}
	.facility{
		line-height: 2em;
	}
	.header_bg{
		position: absolute;
		top:0;
		left:0;
		width:100%;
		height:200px;
	}
}
@media screen and (max-width: 600px) {
	.pc{display:none;}
	.tab{display:none!important;}
	.sp{display:block!important;}
	.tile{
		width:100%;
		display:flex;
		justify-content: center;
		align-items: center;
		gap:10px;
		flex-wrap: nowrap;
		flex-flow: column;
	}
	.tile1{
		margin-top: 0px;
	}.tile2{
		margin-top: 0px;
	}.tile3{
		margin-top: 0px;
	}

	.poscenter{
		position: absolute;
		left:calc(50% - 48px);
	}

	.com td{
		line-height: 1.8em;
/*		column-span: 2;*/
	}
	.title_sub{
		font-size:24px;
		text-align: center;
		line-height: 1.5em;
		margin: 0;
	}
	.sub{
		font-size: 13px;
		line-height: 1.5em;
		margin:0;
	}
	.icobox{
		font-size:12px;
		line-height: 2em;
		border-bottom: 1px solid #666;
		padding-bottom: 20px;
	}
	.icobox:last-child{
		border-bottom: none;
	}
	.catch{
		font-size:16px;
		line-height: 1.8em;
	}
	.price{
		font-size:12px;
	}
	.com{
		font-size:16px;
	}
	h1{
		font-size:24px;
	}
	.flex{
		gap:20px;
	}
	.small {
		font-size:12px;
		text-align: left;
		line-height: 1.8em;
	}
	.title{
		font-size:20px;
		text-align: center;
	}
	.topback{
		width:100%;
		height:100vh;
		background-image:url("../images/toppic_sp3@2x.webp");
		background-size:contain;
		background-position:top;
		display: flex;
		align-items: center;
	}
	.toptitle{
		font-size:26px;
		color:#ed7d00;
		font-weight: 600;
		margin:20px 0;
	}
	.centertxt{
		text-align: left;
	}
	.centertxt img{
		display: block;
		margin: 0 auto;
	}
	.list li{
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
		flex-flow: column;
		gap:10px;
		flex-wrap: wrap;
	}
	footer{
		position: relative;
		width:100%;
		height:auto;
		padding:0 0 40px 0;
	}
	.gmenu_ft{
		width:90%;
		margin:0 auto;
		height:auto;
		position: relative;
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		flex-wrap: wrap;
		flex-flow: column;
		font-size:16px;
	}
	.gmenu_ft li:last-child{
		display: block;
		margin:0 auto;
	}
	.ftline{
		display: block;
		width:100%;
		border-bottom: 1px solid #666;
		margin:20px 0;
	}
}