@charset "UTF-8";
body {
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  overflow: auto;
}
body #contact {
	font-size: 13px !important;
}
#pagetop{
	display: block;
	position: fixed;
	opacity: 0;
	pointer-events: none;
	transition: opacity .3s;
}
#fix-nav{
	opacity: 0;
	pointer-events: none;
	transition: opacity .3s;
}
#pagetop.show,
#fix-nav.show{
opacity: 1;
pointer-events: auto;
}
/*#contents{
	min-width: 1024px;
}
@media screen and (max-width: 1024px) {
	#contents{
		min-width: inherit;
	}
}*/
#contents img {
  object-fit: cover;
  max-width: 100%;
  display: block;
}
#contents .inner {
  width: auto;
	max-width: 800px;
  margin: auto;
}
#contents p {
  color: #222;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #contents .inner {
    width: 100%;
    padding: 30px 15px 40px;
  }
}

.kv{
	width: 100%;
	padding: 30px 0 0;
	background: #AE0002;
	background: linear-gradient(0deg,rgba(174, 0, 2, 1) 0%, rgba(211, 4, 18, 1) 50%, rgba(174, 0, 2, 1) 100%);
	text-align: center;
}
.kv img{
	position: relative;
	margin: 0 auto;
	z-index: 999
}
.swiper{
	margin-top: -25px;
}
.swiper-wrapper {
  transition-timing-function: linear !important;
}
.swiper-slide {
	position: relative;
}
.swiper-slide img {
	display: block;
  width: 100%;
  height: auto;
}
.obi{
	background: #000;
	padding: 15px 0 10px;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.obi{
		padding: 24px 10px;
	}
	#contents .obi .inner{
		padding: 0;
	}
}
.obi img{
	display: block;
	margin: 0 auto;
}
.targetPJ{
	margin-bottom: 60px;
	padding: 40px 0 60px;
	background: #f5f5f5;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.targetPJ{
		padding:  0;
		margin-bottom: 30px;
	}
}
#contents .targetPJ .inner {
	max-width: 1024px;
}
.targetPJ .ttl{
	margin-bottom: 16px;
	font-size: 28px;
	font-weight: 800;
	letter-spacing: 0.1em;
}
.targetPJ ul{
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	margin-top: 30px;
}
@media screen and (max-width: 768px) {
	.targetPJ ul{
		gap: 8px;
		margin-top: 16px;
	}
}
.targetPJ ul li{
	position: relative;
	width: calc((100% - 15px*4)/5);
}
@media screen and (max-width: 768px) {
	.targetPJ ul li{
		position: relative;
		width: calc((100% - 8px*2)/3);
	}
}
.targetPJ ul li.shodan img{
	opacity: .3;
}
.targetPJ ul li.shodan:after{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	content: "商談中";
	padding: 10px ;
	border: 5px solid #B50003;
	background: #fff;
	color: #B50003;
	font-weight: 800;
	line-height: 1
}
@media screen and (max-width: 768px) {
	.targetPJ ul li.shodan:after{
		width: 80%;
		padding: 10px 0;
		border: 2px solid #B50003;
		font-size: 14px;
		text-align: center;
	}
}
#contents .plan-wrap .inner{
	max-width: 800px;
	margin: 0 auto;
}
@media screen and (max-width: 768px) {
	#contents .plan-wrap .inner{
		padding-bottom: 0;
	}
}
.plan-box{
	margin-bottom: 60px;
	padding-bottom: 60px;
	border-bottom: 1px solid #000;
}
@media screen and (max-width: 768px) {
	.plan-box{
		margin-bottom: 40px;
		padding-bottom: 40px;
	}
}
.plan-box:last-child{
	margin-bottom: 0;
}
.plan-box.shodan{
	position: relative;
}
.plan-box.shodan:before{
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	background: rgba(255,255,255,0.8)
}
.plan-box.shodan:after{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	content: "商談中";
	padding: 16px;
	border: 5px solid #B50003;
	background: #fff;
	color: #B50003;
	font-size: 32px;
	font-weight: 800;
	line-height: 1
}
.plan-box .plan-detail{
	display: flex;
	margin-bottom: 24px;
}
.plan-box .plan-detail .subtit{
	font-size: 20px;
}
@media screen and (max-width: 768px) {
	.plan-box .plan-detail .subtit{
		font-size: 18px;
	}
}
.plan-box .plan-detail .tit{
	margin-bottom: 16px;
	font-size: 32px;
}

#plan-hiraya .plan-detail .tit {color:#6fb1e1 }
#plan-5-26-10 .plan-detail .tit{color:#98b961 }
#plan-5-26-11 .plan-detail .tit{color:#d497a2 }
#plan-5-32-3 .plan-detail .tit {color:#cd886d }
#plan-5-32-5 .plan-detail .tit {color:#bc453c }
#plan-5-32-7 .plan-detail .tit {color:#757676 }
#plan-5-33-13 .plan-detail .tit{color:#7ba48b }
#plan-5-26-8 .plan-detail .tit {color:#213783 }
#plan-5-26-9 .plan-detail .tit {color:#5e8294 }

@media screen and (max-width: 768px) {
	.plan-box .plan-detail .tit{
		font-size: 24px;
	}
}
@media screen and (max-width: 768px) {
  .plan-box .plan-detail .sp-flex{
		display: flex;
  }
	.plan-box .plan-detail .sp-flex .txt-sp{width: 60%;}
	.plan-box .plan-detail .sp-flex .img.sp{width: 40%;}
}
.menseki{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 16px;
	font-size: 13px;
}
@media screen and (max-width: 480px) {
	.menseki{
		font-size: 12px;
	}
}
@media screen and (max-width: 400px) {
	.menseki{
		font-size: 10px;
	}
}
.menseki span{
	width:46%;
}
@media screen and (max-width: 768px) {
	.menseki span{
		width:100%;
	}
}
.menseki span:nth-child(2n+1){
	margin-right: 3%;
}
.point-tag span{
	display: inline-block;
	padding: 4px 12px;
	margin-right: 8px;
	background: #000;
	color: #fff;
	font-size: 14px;
}
@media screen and (max-width: 480px) {
	.point-tag{
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}
	.point-tag span{
		margin-right: 0;
		margin-bottom: 4px;
		font-size: 12px;
	}
}
.plan-box .plan-detail .img{
	max-width: 240px;
}
.plan-box .zumen{
	max-width: 800px;
	margin: 0 auto 32px;
}
.plan-box .point-txt{
	padding: 32px;
	background: #f5f5f5;
}
@media screen and (max-width: 480px) {
	.plan-box .point-txt{
		padding: 18px;
		font-size: 14px;
	}
}
a.btn-roomtour{
	display: block;
	max-width: 360px;
	margin: 36px auto 0;
	padding: 16px;
	background: #deaab7;
	color: #fff;
	font-size: 18px;
	font-weight: 800;
	text-align: center;
	border-radius: 60px;
}
@media screen and (max-width: 480px) {
	a.btn-roomtour{
		width: 85%;
		margin: 24px auto 0;
		padding: 14px;
		font-size: 16px;
	}
}
.cta-wrap{
	margin: 60px auto;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.cta-wrap{
		margin: 0 auto;
	}
}
.cta-wrap ul{
	display: flex;
	gap:20px;
}
.cta-wrap ul li{
	width:calc((100% - 20px)/2);
}
@media screen and (max-width: 768px) {
	.cta-wrap ul{
		gap:30px;
		max-width: 420px;
		margin-left: auto;
		margin-right: auto;
		flex-wrap: wrap;
	}
	.cta-wrap ul li{
		width:100%;
	}
}
.cta-wrap ul li a{
	display: block;
	width: 100%;
	padding:18px;
	color: #fff;
	font-size: 18px;
	font-weight: 800;
	text-align: center;
}
.cta-wrap ul li.reserve-btn a{
	background: #bf1a20;
}
.cta-wrap ul li.officialweb-btn a{
	background: #e4aa34;
}
.fukidashi{
  display: flex;
  justify-content: center;
  align-items: center;
	margin-bottom: 8px;
  gap: 10px;
}
@media screen and (max-width: 768px) {
	.fukidashi{
		font-size: 14px;
	}
}
@media screen and (max-width: 480px) {
	.fukidashi{
		font-size: 12px;
	}
}
.fukidashi::before {
  content: "";
  width: 20px;
  height: 1px;
  transform: rotate(60deg);
  box-sizing: border-box;
  background-color: #333333;
}
.fukidashi::after {
  content: "";
  width: 20px;
  height: 1px;
  transform: rotate(-60deg);
  box-sizing: border-box;
  background-color: #333333;
}
.fukidashi-2{
	position: relative;
	margin-top: 15px;
	padding:16px 32px 8px;
	background: #000;
}
.fukidashi-2:after{
	position: absolute;
	top:-14px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	content: "";
	width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 15px solid #000;
  border-top: 0;
}
.about-wrap{
	background:rgba(77,130,94,0.1);
	text-align: center;
}
.about-wrap .inner{
	padding: 32px 0 60px;
}
.about-wrap .ttl{
	padding: 18px 8px;
	background: #4d825e;
	color: #fff;
	font-size: 24px;
	font-weight: 800;
	text-align: center;
}
.about-wrap ul{
	display: flex;
	gap: 15px;
	margin-top: 32px;
}
.about-wrap ul li{
	width: calc((100% - 15px*2)/3);
}
@media screen and (max-width: 768px) {
	.about-wrap ul{
		flex-wrap: wrap;
		justify-content: center;
	}
	.about-wrap ul li{
		width: calc((100% - 15px*2)/2);
	}
}
.about-wrap iframe{
	width: 100%;
	min-height: 240px; 
	margin-top: 40px;
}
#contact .contact-form ul li {
    width: 100%;
}
@media screen and (max-width: 768px) {
    #fix-nav {
        right: 0;
    }
}