@charset "UTF-8";
/* CSS Document */

.spmask {
	display: none;
}
.sponly {
	display: block;
}
.sp700 {
	display: none;
}
/*------------------------------*/
@media (min-width: 701px) and (max-width: 850px) {
  .sponly {
  	display: block;
  }
  .sp700 {
    display: none;
  }
}

@media (max-width: 700px) {
  .sp700 {
    display: block;
  }
}

/*------------------------------
	kv
------------------------------*/
#contents{
  position: relative;
}
#kv {
  position: relative;
  margin-bottom: 0px;
}
/*-------レンタル_kv--------*/
#kv.rental .kvBox {
  position: relative;
  width: 100%;
	height: 560px;
  margin: 0 auto;
  background: url("../images/bg_kv.png") no-repeat center;
  background-size: cover;
  margin-top: 100px;
}
#kv.rental .ttlBox {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
  width: 580px;
  color: #fff;
  z-index: 10;
	text-align: center;
}
#kv.rental .ttlBox h2 {
  font-size: 62px;
  font-weight: bold;
  line-height: 1em;
	margin-bottom: 10px;
	text-shadow: 2px 2px 4px rgba(255,255,255,0.6), -2px 2px 4px rgba(255,255,255,0.6),
   2px -2px 4px rgba(255,255,255,0.6), -2px -2px 4px rgba(255,255,255,0.6);
}
#kv.rental .ttlBox .copy {
  text-align: center;
}
#kv.rental .ttlBox .copy p {
  font-size: 14px;
  line-height: 2;
	padding: 3px 0;
}
	@media (max-width: 700px) {
	  #kv.rental .kvBox {
			height: 350px;
	    margin-top: 60px;
	  }
		#kv.rental .ttlBox {
			width: 320px;
		}
		#kv.rental .ttlBox h2 {
		  font-size: 34px;
			margin-bottom: 6px;
		}
		#kv.rental .ttlBox .copy p {
		  font-size: 14px;
		  line-height: 1.7;
		}
	}
/*------------------------------*/
.anim-box {
  position: fixed;
  left: 0px;
  top: 120px;
  background-color: rgba(0,108,184,0.8);
  max-width: 260px;
  text-align: center;
  box-sizing: border-box;
  padding: 30px 16px 30px 10px;
  z-index: 999;
}
.anim-box .anim_hd {
  font-size: 18px;
  font-weight: bolder;
  margin-bottom: 14px;
  color: #fff;
}
.anim-box .discount {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  color: #fff;
}
.anim-box .discount .fukidashi {
  margin-right: 10px;
}
.anim-box .discount .fukidashi img {
	width: 78px;
  margin-bottom: -2px;
}
.anim-box .discount .catchBox {
  display: block;
  text-align: left;
}
.anim-box .discount .catchBox p {
  font-size: 16px;
	margin-bottom: 14px;
}
.anim-box .discount .catchBox h4 {
  font-size: 42px;
  font-weight: bolder;
	letter-spacing: 0.03em;
  font-family: "Helvetica Neue","Arial","Hiragino Kaku Gothic ProN","Hiragino Sans","Meiryo",sans-serif;
}
.anim-box .discount span.small {
  font-size: 26px;
  font-weight: bold;
}
/*--------アニメーションの設定--------*/
.anim-box {
	animation: SlideIn 0.5s 1;
	animation-timing-function: ease-out;
	animation-delay: 2s;
	animation-fill-mode: both;
}
/* CSSアニメーションの設定 */
@keyframes SlideIn {
  0% {
    opacity: 0;/*初期状態では透明に*/
    transform: translateX(-180px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/*--------矢印タグ--------*/
.anim-box::before {
 content: "";
 position: absolute;
 top: 0%;
 right: -35px;
 border-left: 50px solid rgba(0,108,184,0.8);
 border-top: 71px solid transparent;
 border-bottom: 71px solid transparent;
 transform-origin: right top;
 transform: scaleX(.7);
}
@media (max-width: 700px) {
	.anim-box {
	  position: fixed;
	  left: 0px;
	  top: 70px;
	  padding: 12px 10px 15px 10px;
	  z-index: 999;
	}
	.anim-box .anim_hd {
	  font-size: 12px;
		margin-bottom: 6px;
	}
	.anim-box .discount .fukidashi {
	  margin-right: 6px;
	}
	.anim-box .discount .fukidashi img {
		width: 50px;
	}
	.anim-box .discount .catchBox p {
		font-size: 12px;
		margin-bottom: 4px;
	}
	.anim-box .discount .catchBox h4 {
		font-size: 26px;
	}
	.anim-box .discount .catchBox span.small {
	  font-size: 22px;
	  font-weight: bold;
	}
	/*--------矢印タグ--------*/
	.anim-box::before {
	 content: "";
	 position: absolute;
	 top: 0%;
	 right: -21px;
	 border-left: 30px solid rgba(0,108,184,0.8);
	 border-top: 44px solid transparent;
	 border-bottom: 44px solid transparent;
	 transform-origin: right top;
	 transform: scaleX(.7);
	}
}

/*------------------------------
	共通
------------------------------*/
#box02,
#box03,
#box04,
#box05,
#box06,
#box07 {
  position: relative;
  width: 100%;
  padding: 100px 0;
}
.bg_blue {
  box-sizing: border-box;
  padding: 80px 20px;
}
.wrap {
  max-width: 1150px;
  margin: 0 auto;
	padding: 0 10px;
}
.banner {
  max-width: 1150px;
  margin: -50px auto 100px;
	cursor: pointer;
}
.banner02 {
  max-width: 1150px;
  margin: 80px auto;
  box-sizing: border-box;
	padding: 0 20px;
  cursor: pointer;
}
.banner a,
.banner02 a {
  display: block;
  width: 100%;
  transition:all 0.6s;
}
.banner img,
.banner02 img {
  width: 100%;
}
.hd {
  position: relative;
	display: flex;
	flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 30px;
}
.hd h2 {
	font-size: 46px;
	font-weight: bold;
	letter-spacing: -0.04em;
	line-height: 0.8;
	margin-bottom: 20px;
	line-height: 1.2;
}
.hd span.lead {
	margin-left: 10px;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0em;
}
.hd02 {
	position: relative;
	display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 60px;
}
.hd02 h2 {
	font-size: 60px;
	font-weight: 100;
	letter-spacing: -0.04em;
	line-height: 1;
}
.hd02 span.lead {
	margin-left: 10px;
	margin-bottom: 4px;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0em;
}
.message {
  margin-bottom: 60px;
  text-align: left;
  line-height: 1.7;
}
.comment {
  margin-bottom: 80px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
}
.contactBtn {
  max-width: 620px;
  margin: 0 auto;
  border-radius: 50px;
  transition:all 0.2s;
}
.contactBtn a {
  display: block;
  width: 100%;
  padding: 35px 0;
  text-align: center;
  text-decoration: none;
}
#anc1,
#anc2,
#anc3,
#anc4,
#anc5,
#anc6,
#anc7 {
  position: relative;
	top: -180px;
	display: block;
}
@media (max-width: 700px) {
	#box02,
	#box03,
	#box04,
	#box05,
	#box06,
	#box07 {
	  position: relative;
	  width: 100%;
	  padding: 80px 0;
	}
  .bg_blue {
    padding: 60px 20px;
  }
	.hd {
	  margin-bottom: 40px;
	}
	.hd h2 {
		font-size: 31px;
		letter-spacing: -0.01em;
		line-height: 1.1;
		margin-bottom: 16px;
	}
	.hd span.lead {
		margin-left: 5px;
	  font-size: 13px;
		line-height: 0;
	}
	.hd02 {
		flex-direction: column;
		align-items: flex-start;
		margin-bottom: 30px;
		font-size: 44px;
		letter-spacing: -0.03em;
		line-height: 0.9;
	}
	.hd02 h2 {
		font-size: 60px;
		font-weight: 100;
		letter-spacing: -0.04em;
		line-height: 1;
		margin-bottom: 16px;
	}
	.hd02 span.lead {
		margin-left: 5px;
		font-size: 13px;
	}
	.banner {
	  max-width: 100%;
	  margin: 10px auto 60px;
	}
	.banner02 {
	  max-width: 100%;
	  margin: -10px auto 40px;
	}
	.message {
	  margin-bottom: 40px;
	  line-height: 1.6;
	}
	.comment {
	  margin-bottom: 40px;
	}
	.contactBtn {
    max-width: 100%;
  }
  .contactBtn a {
    padding: 30px 0;
		font-size: 14px;
  }
	#anc1,
	#anc2,
	#anc3,
	#anc4,
	#anc5,
	#anc6,
	#anc7 {
	  position: relative;
		top: -160px;
		display: block;
	}
}
/*--------スライドするとフェードイン-----------*/
/* 画面外にいる状態 */
.fadein {
	opacity : 0.0;
	transform : translate(0, 60px);
	transition : all 1200ms;
	}

/* 画面内に入った状態 */
.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
	}

/*------------------------------
	setBox
------------------------------*/
.setBox {
  position: relative;
  margin-bottom: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
	box-sizing: border-box;
	padding: 0 10px;
}
.setBox.mbLong {
  margin-bottom: 80px;
}
.setBox .box {
  width: 31%;
  margin-right: 3%;
  cursor: pointer;
}
.setBox .box:last-of-type {
  margin-right: 0;
}
.setBox .box a {
  display: block;
  width: 100%;
  text-decoration: none;
  color: #2f2f2f;
  transition: all 0.6s;
}
.setBox .box a:hover::after {
  content: '';
  background-color: rgba(255,255,255,0.1);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.setBox .box .place {
  width: 100%;
  padding: 16px 0;
  text-align: center;
  list-style: 1.5;
}
.setBox .box .ttlBox {
	display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 60px;
  text-align: center;
  padding: 20px 0;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
}
#box07 .setBox .box .ttlBox {
  height: 160px;
  padding: 20px 0;
}
.setBox .box .ttlBox h4 {
  margin-bottom: 16px;
}
.setBox .box .ttlBox p {
  text-align: left;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.6;
  box-sizing: border-box;
  padding: 0 10px;
}
.setBox .box .imgBox img {
  width: 100%;
}
.setBox .box .btnBox {
  text-align: center;
  background-color: #fff;
  transition:all 0.2s;
  padding: 16px 0;
  color: #2f2f2f;
}
@media (max-width: 700px) {
	.setBox {
	  position: relative;
	  margin-bottom: 40px;
	  display: flex;
	  flex-direction: column;
		box-sizing: border-box;
		padding: 0 10px;
	}
	.setBox.mbLong {
	  margin-bottom: 40px;
	}
	.setBox .box {
	  width: 100%;
		margin-bottom: 20px;
	  cursor: pointer;
	}
	.setBox .box:last-of-type {
		margin-bottom: 0;
	}
	.setBox .box .ttlBox {
	  font-size: 24px;
	}
	#box07 .setBox .box .ttlBox {
		height: 120px;
		padding: 20px 0;
	}
	.setBox .box .ttlBox h4 {
	  margin-bottom: 10px;
	}
}

/*------------------------------
	MESSAGE
------------------------------*/
#box01 .messageBox {
  position: relative;
  width: 100%;
  margin: -80px auto 40px;
  box-sizing: border-box;
  padding: 40px 20px;
  background-color: #fff;
  -webkit-opacity: 0.8;
	-moz-opacity: 0.8;
	-ms-opacity: 0.8;
	opacity: 0.8;
}
#box01 .messageBox h2 {
  font-size: 46px;
  margin-bottom: 40px;
	letter-spacing: -0.03em;
}
#box01 .messageBox p {
  font-size: 16px;
  line-height: 1.8;
}
#box01 .messageBox p span.bold {
  font-weight: bold;
}
@media (max-width: 700px) {
	#box01 .messageBox {
	  margin: 0 auto;
	  box-sizing: border-box;
	  padding: 60px 10px 80px;
	}
	#box01 .messageBox h2 {
	  font-size: 38px;
	  margin-bottom: 30px;
		letter-spacing: -0.01em;
	}

}

/*------------------------------
	FEATURES
------------------------------*/
#box03 .wrap .hd02 {
  margin-right: 20px;
	margin-bottom: 75px;
}
#box03 .photo_r,
#box03 .photo_l {
	max-width: 1150px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}
#box03 .photo_r {
	padding: 0 80px;
	margin-bottom: 60px;
}
#box03 .photo_l {
  margin-bottom: 0px;
}
#box03 .bg_w {
  width: 100%;
	box-sizing: border-box;
  padding: 60px;
  margin-bottom: 60px;
}
#box03 .textBox {
  display: block;
}
#box03 .photo_r .textBox {
  margin-right: 40px;
}
#box03 .photo_l .textBox {
  margin-left: 40px;
}
#box03 .textBox .fukidashi {
  margin-bottom: 0px;
}
#box03 .textBox .fukidashi img {
  width: 80px;
}
#box03 .textBox h3 {
  margin-bottom: 10px;
  font-size: 34px;
  font-weight: bolder;
  line-height: 1.3;
}
#box03 .textBox p {
  line-height: 1.5;
}
#box03 .photo_r .photo img,
#box03 .photo_l .photo img {
  width: 276px;
}
#box03 .last {
  margin-bottom: 60px;
}
@media (max-width: 700px) {
  #box03 .wrap .hd02 {
    margin-bottom: 40px;
  }
  #box03 .photo_r {
    display: block;
    margin-bottom: 40px;
    padding: 0 20px;
  }
  #box03 .photo_l {
    display: flex;
    flex-direction: column-reverse;
    padding: 0 20px;
  }
  #box03 .bg_w {
    padding: 40px 0px;
		margin-bottom: 40px;
  }
  #box03 .photo_r .textBox {
    margin-right: 0px;
    margin-bottom: 30px;
  }
  #box03 .photo_l .textBox {
    margin-left: 0px;
    margin-bottom: 30px;
  }
	#box03 .textBox h3 {
	  font-size: 30px;
	  line-height: 1.3;
	}
  #box03 .photo_r .photo,
  #box03 .photo_l .photo {
    max-width: 300px;
    margin: 0 auto;
  }
  #box03 .photo_r .photo img,
  #box03 .photo_l .photo img {
    width: 100%;
  }
	#box03 .last {
	  margin-bottom: 80px;
	}
}
/*------------------------------
	FAQ
------------------------------*/
#box04 .wrap .hd02 {
  justify-content: flex-end;
	padding-right: 10px;
}
#box04 .faqBox {
	position: relative;
	width: 100%;
	margin-bottom: 80px;
}
#box04 .faqBox .sliderBox {
	position: relative;
}
#box04 .faqBox .sliderBox .slide_q.odd,
#box04 .faqBox .sliderBox .slide_q.even {
	position: relative;
	width: 100%;
	box-sizing: border-box;
	padding: 40px 0;
}
#box04 .faqBox .sliderBox .slide_q.odd {
	background-color: #edf7fc;
}
#box04 .faqBox .sliderBox .slide_q.even {
	background-color: #d8f0fc;
}
#box04 .faqBox .sliderBox .slide_q {
	cursor: pointer;
	transition:all 0.6s;
}
#box04 .faqBox .sliderBox .answer {
  padding: 40px 0;
}
#box04 .faqBox .sliderBox .slideInner {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
  max-width: 1150px;
  margin: 0 auto;
	padding: 0 10px;
}
#box04 .faqBox .sliderBox span {
	font-size: 2em;
	padding-right: 16px;
	font-weight: normal;
	margin-top: 8px;
  font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans","Meiryo",sans-serif;
}
#box04 .faqBox .sliderBox .slide_q span {
	color: #4686ce;
}
#box04 .faqBox .sliderBox .answer span {
	color: #ec2626;
}
#box04 .faqBox .sliderBox p {
	line-height: 1.7em;
}
#box04 .faqBox .sliderBox .slide_q p {
	font-size: 1.2em;
  font-weight: bolder;
}
#box04 .faqBox .sliderBox .answer p {
	margin-top: 5px;
}
#box04 .faqBox .sliderBox .slide_q:hover {
	-webkit-opacity: 0.6;
	-moz-opacity: 0.6;
	-ms-opacity: 0.6;
	opacity: 0.6;
}
#box04 .last {
  margin-bottom: 80px;
}
/*-----スライドを初期設定閉じておく場合-----*/
#box04 .faqBox .sliderBox .answer {
	display: none;
}
/*-----スライドした時にプラス→マイナスにアイコンが変わる-----*/

#box04 .faqBox .sliderBox .slide_q::before {
	content: '';
	position: absolute;
	right: 6%;
	top: 45%;
	margin-left: -20px;
	margin-top: -9px;
	transition: all 0.3s ease-in-out;
  display: block;
  width: 20px;
  height: 20px;
  border-top: solid 2px #17a2e0;
  border-right: solid 2px #17a2e0;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
#box04 .faqBox .sliderBox .slide_q.active::before {
	-webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 50%;
}
@media (max-width: 700px) {
	#box04 .wrap .hd02 {
	  text-align: right;
	  margin-bottom: 40px;
	}
	#box04 .faqBox {
		margin-bottom: 60px;
	}
	#box04 .faqBox .sliderBox .slide_q.odd,
	#box04 .faqBox .sliderBox .slide_q.even {
		padding: 30px 50px 30px 10px;
	}
	#box04 .faqBox .sliderBox span {
		font-size: 1.6em;
		padding-right: 10px;
		font-weight: normal;
		margin-top: 3px;
	  font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans","Meiryo",sans-serif;
	}
	#box04 .faqBox .sliderBox .slide_q p {
		font-size: 1.1em;
	  font-weight: bolder;
		line-height: 1.3;
	}
	#box04 .faqBox .sliderBox .slide_q::before {
		content: '';
		position: absolute;
		right: 6%;
		top: 45%;
		margin-left: -20px;
		margin-top: -9px;
		transition: all 0.3s ease-in-out;
	  display: block;
	  width: 14px;
	  height: 14px;
	  border-top: solid 2px #17a2e0;
	  border-right: solid 2px #17a2e0;
	  -webkit-transform: rotate(135deg);
	  transform: rotate(135deg);
	}
	#box04 .faqBox .sliderBox .slide_q.active::before {
		-webkit-transform: rotate(-45deg);
	  transform: rotate(-45deg);
	  top: 50%;
	}
	#box04 .faqBox .sliderBox .answer span {
		margin-top: 10px;
		padding-left: 10px;
	}
}
