@charset "UTF-8";
/* CSS Document */

.spmask {
  display: block;
}
.sponly {
  display: none;
}
.sp700 {
  display: none;
}

/*------------------------------
	kv
------------------------------*/
#contents{
  position: relative;
}
#kv {
  position: relative;
  margin-bottom: 0px;
}
/*-------レンタル_kv--------*/
#kv.rental .kvBox {
  position: relative;
  max-width: 1600px;
  height: 700px;
  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: 850px;
  z-index: 10;
  text-align: center;
}
#kv.rental .ttlBox h2 {
  font-size: 90px;
  font-weight: bold;
  line-height: 1em;
  margin-bottom: 16px;
  text-shadow: 2px 2px 6px rgba(237,247,252,0.8), -2px 2px 6px rgba(237,247,252,0.8),
   2px -2px 6px rgba(237,247,252,0.8), -2px -2px 6px rgba(237,247,252,0.8);
}
#kv.rental .ttlBox .copy p {
  font-size: 18px;
  line-height: 2;
  padding: 3px 0;
  color: #fff;
}
/*-------アニメーション--------*/
.anim-box {
  position: fixed;
  left: 0px;
  top: 120px;
  background-color: rgba(0,108,184,0.8);
  max-width: 360px;
  text-align: center;
  box-sizing: border-box;
  padding: 30px 16px 30px 30px;
  z-index: 999;
}
.anim-box .anim_hd {
  font-size: 18px;
  font-weight: bolder;
  margin-bottom: 16px;
  color: #fff;
}
.anim-box .discount {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  color: #fff;
}
.anim-box .discount .fukidashi {
  margin-right: 10px;
}
.anim-box .discount .fukidashi img {
  margin-top: 5px;
}
.anim-box .discount .catchBox {
  display: block;
  text-align: left;
}
.anim-box .discount .catchBox p {
  font-size: 16px;
  margin-bottom: 20px;
}
.anim-box .discount .catchBox h4 {
  font-size: 54px;
  font-weight: bolder;
  letter-spacing: 0.02em;
  font-family: "Helvetica Neue","Arial","Hiragino Kaku Gothic ProN","Hiragino Sans","Meiryo",sans-serif;
}
.anim-box .discount .catchBox span.small {
  font-size: 38px;
  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: -28px;
 border-left: 40px solid rgba(0,108,184,0.8);
 border-top: 77px solid transparent;
 border-bottom: 77px solid transparent;
 transform-origin: right top;
 transform: scaleX(.7);
}
/*--------safariのみ適用--------*/
_::-webkit-full-page-media, _:future, :root
.anim-box::before {
 content: "";
 position: absolute;
 top: 0%;
 right: -28px;
 border-left: 40px solid rgba(0,108,184,0.8);
 border-top: 78px solid transparent;
 border-bottom: 78px solid transparent;
 transform-origin: right top;
 transform: scaleX(.7);
}

/*------------------------------
	共通
------------------------------*/
#box02,
#box03,
#box04,
#box05,
#box06,
#box07 {
  position: relative;
  width: 100%;
  padding: 120px 0
}
.bg_blue {
  box-sizing: border-box;
  padding: 100px 0;
}
.wrap {
  max-width: 1150px;
  margin: 0 auto;
  padding: 0 10px;
}
.message {
  margin-bottom: 80px;
  text-align: left;
  line-height: 1.8;
}
.banner {
  max-width: 1150px;
  margin: -40px auto 140px;
  cursor: pointer;
}
.banner02 {
  max-width: 1150px;
  margin: 80px auto;
  cursor: pointer;
}
.banner a,
.banner02 a {
  display: block;
  width: 100%;
  transition:all 0.6s;
}
.banner img,
.banner02 img {
  width: 100%;
}
.hd {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 60px;
}
.hd h2 {
  font-size: 60px;
  font-weight: bold;
  letter-spacing: -0.05em;
  text-align: left;
  line-height: 1.2;
}
.hd span.lead {
  margin-left: 20px;
  margin-bottom: 6px;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0em;
}
.hd02 {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 40px;
}
.hd02 h2 {
  font-size: 80px;
  font-weight: 100;
  letter-spacing: -0.05em;
  text-align: left;
  line-height: 1;
}
.hd02 span.lead {
  margin-left: 20px;
  margin-bottom: 6px;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0em;
}
.comment {
  margin-bottom: 80px;
  font-size: 22px;
  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;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
}
#anc1,
#anc2,
#anc3,
#anc4,
#anc5,
#anc6,
#anc7 {
  position: relative;
	top: -200px;
	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;
}
.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: center;
  align-items: center;
  height: 60px;
  text-align: center;
  padding: 40px 0 20px;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.3;
}
#box07 .setBox .box .ttlBox {
  height: 140px;
  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 30px;
}
.setBox .box .imgBox img {
  width: 100%;
}
.setBox .box .btnBox {
  text-align: center;
  background-color: #fff;
  transition:all 0.2s;
  padding: 16px 0;
  color: #2f2f2f;
}

/*------------------------------
	MESSAGE
------------------------------*/
#box01 {
  position: relative;
  width: 100%;
}
#box01 .messageBox {
  position: relative;
  width: 100%;
  margin: -100px auto 40px;
  box-sizing: border-box;
  padding: 80px 80px;
  background-color: #fff;
  -webkit-opacity: 0.8;
	-moz-opacity: 0.8;
	-ms-opacity: 0.8;
	opacity: 0.8;
}
#box01 .messageBox h2 {
  font-size: 66px;
  margin-bottom: 60px;
  letter-spacing: -0.03em;
}
#box01 .messageBox p {
  font-size: 18px;
  line-height: 2;
}
#box01 .messageBox p span.bold {
  font-weight: bold;
}
/*------------------------------
	FEATURES
------------------------------*/
#box03 .wrap .hd02 {
  margin-bottom: 80px;
}
#box03 .wrap .pointBox {
  position: relative;
  overflow: hidden;
}
#box03 .bg_w {
  width: 100%;
  box-sizing: border-box;
  padding: 100px 0;
  margin-bottom: 100px;
}
#box03 .photo_r,
#box03 .photo_l {
  max-width: 1150px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
}
#box03 .photo_r {
  margin-bottom: 100px;
}
#box03 .textBox {
  position: relative;
  display: block;
}
#box03 .photo_r .textBox {
  margin-right: 40px;
}
#box03 .photo_l .textBox {
  margin-left: 40px;
}
#box03 .textBox .fukidashi {
  margin-bottom: 20px;
}
#box03 .textBox .fukidashi img {
  width: 100px;
}
#box03 .textBox h3 {
  margin-bottom: 30px;
  font-size: 45px;
  font-weight: bolder;
  line-height: 1.3;
}
#box03 .textBox p {
  line-height: 1.5;
}
#box03 .last {
  margin-bottom: 80px;
}
/*------------------------------
	FAQ
------------------------------*/
#box04 .wrap .hd02 {
  justify-content: flex-end;
  margin-bottom: 80px;
  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: 50px 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: 50px 0;
}
#box04 .faqBox .sliderBox .slideInner {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
  max-width: 1150px;
  margin: 0 auto;
}
#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: 16%;
	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%;
}
