@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 .kvBox {
 position: relative;
 width: 100%;
 height: 560px;
 margin: 0 auto;
 background: url("../images/bg_kv_autumn.png") no-repeat right;
 background-size: cover;
 margin-top: 100px;
}
#kv .ttlBox {
 position: absolute;
 left: 3%;
 top: 37%;
 z-index: 10;
 color: #fff;
 background: rgba(0, 0, 0, 0.2);
 box-sizing: border-box;
 padding: 30px;
}
#kv .ttlBox h2 {
 font-size: 28px;
 font-weight: bold;
 line-height: 1.7;
 letter-spacing: -0.02em;
 margin-bottom: 0px;
 }
#kv .ttlBox p {
 font-size: 16px;
 line-height: 1.7;
 padding: 3px 0;
 }
@media (max-width: 700px) {
 #kv .kvBox {
	 height: 350px;
	 margin-top: 60px;
 }
 #kv .ttlBox {
	 position: absolute;
	 left: 2%;
	 top: 42%;
	 background: rgba(0, 0, 0, 0.4);
	 padding: 15px;
 }
 #kv .ttlBox h2 {
	 font-size: 20px;
	 line-height: 1.4;
	 margin-bottom: 0;
 }
 #kv .ttlBox p {
	 font-size: 14px;
	 line-height: 1.7;
 }
}

/*------------------------------*/
.anim-box {
  position: fixed;
  left: 0px;
  top: 120px;
  background-color: rgba(230,0,0,0.8);
  max-width: 260px;
  text-align: center;
  box-sizing: border-box;
  padding: 16px 16px 30px 10px;
  z-index: 999;
}
.anim-box .anim_hd {
  font-size: 18px;
	text-align: left;
  font-weight: bolder;
	line-height: 1.3;
  margin-bottom: 10px;
  color: #fff;
}
.anim-box .anim_hd::first-line {
	font-size: 26px;
}
.anim-box .discount {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  color: #fff;
}
.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(230,0,0,0.8);
 border-top: 80px solid transparent;
 border-bottom: 80px 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;
	}
	/*--------Androidのみ適用--------*/
	.android .anim-box {
		position: fixed;
		left: 0px;
		top: 70px;
		padding: 12px 10px 15px 10px;
		z-index: 999;
		width: 140px;
	}
	/*------------------------------*/
	.anim-box .anim_hd {
		font-size: 12px;
		margin-bottom: 6px;
	}
	.anim-box .anim_hd::first-line {
		font-size: 20px;
	}
	.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(230,0,0,0.8);
	 border-top: 56px solid transparent;
	 border-bottom: 56px solid transparent;
	 transform-origin: right top;
	 transform: scaleX(.7);
	}
}
/*------------------------------
	共通
------------------------------*/
.bg_blue {
  box-sizing: border-box;
  padding: 80px 20px;
}
.wrap {
  max-width: 1150px;
  margin: 0 auto;
	padding-left: 0 10px;
}
.message {
  margin-bottom: 46px;
  text-align: center;
  line-height: 1.7;
}
.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;
  margin-bottom: 60px;
	font-size: 60px;
	font-weight: 100;
	letter-spacing: -0.04em;
}
.hd span.lead {
	margin-left: 10px;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0em;
}
.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 {
	position: relative;
	top: -180px;
	display: block;
}
#anc2 {
	position: relative;
	top: -180px;
	display: block;
}
#anc3 {
	position: relative;
	top: -180px;
	display: block;
}
#anc4 {
	position: relative;
	top: -180px;
	display: block;
}
@media (max-width: 700px) {
  .bg_blue {
    padding: 60px 20px;
  }
	.hd {
	  margin-bottom: 30px;
		font-size: 44px;
		font-weight: 100;
		letter-spacing: -0.03em;
	}
	.hd span.lead {
		margin-left: 5px;
	  font-size: 14px;
	}
	.banner {
	  max-width: 100%;
	  margin: 10px auto 60px;
	}
	.banner02 {
	  max-width: 100%;
	  margin: -10px auto 40px;
	}
	.contactBtn {
    max-width: 320px;
  }
  .contactBtn a {
    padding: 25px 0;
		font-size: 14px;
  }
	#anc1 {
		position: relative;
		top: -200px;
		display: block;
	}
	#anc2 {
		position: relative;
		top: -80px;
		display: block;
	}
	#anc3 {
		position: relative;
		top: -150px;
		display: block;
	}
}
/*--------スライドするとフェードイン-----------*/
/* 画面外にいる状態 */
.fadein {
	opacity : 0.0;
	transform : translate(0, 60px);
	transition : all 1200ms;
	}

/* 画面内に入った状態 */
.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
	}

/*------------------------------
	index.html
------------------------------*/
#box07 {
  position: relative;
  margin-bottom: 60px;
}
#box07 .bg_blue,
#box07 .bg_w {
  width: 100%;
	box-sizing: border-box;
  padding: 80px 0;
}
#box07 .photo_r,
#box07 .photo_l {
	max-width: 1150px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 20px;
}
#box07 .photo_r {
	margin-bottom: 60px;
}
#box07 .photo_l {
  margin-bottom: 60px;
}
#box07 .textBox {
	width: 50%;
  display: block;
}
#box07 .photo_r .textBox {
  margin-right: 40px;
}
#box07 .photo_l .textBox {
  margin-left: 40px;
}
#box07 .textBox h3 {
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: bolder;
  line-height: 1.3;
}
#box07 .textBox p {
	line-height: 1.7;
  margin-bottom: 20px;
}
#box07 .textBox p.caption {
  padding-left: 1em;
  text-indent: -1em;
}
#box07 .textBox ul.list {
  margin-bottom: 20px;
}
#box07 .textBox .list li {
	padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 10px;
	line-height: 1.7;
}
#box07 .textBox .list li:last-of-type {
  margin-bottom: 0px;
}
#box07 .textBox .list li span.element {
  font-size: 10px;
  vertical-align: text-bottom;
}
#box07 .photo_r .photo,
#box07 .photo_l .photo {
	width: 45%;
  margin-top: 60px;
}
#box07 .photo_r .photo img,
#box07 .photo_l .photo img {
  width: 100%;
}
#box07 .captionRight {
	text-align: center;
	margin-top: 10px;
}
#box07 .captionRight p {
	padding-left: 0em;
	text-indent: -0em;
	line-height: 1.7;
}
#box07 .lastmessage {
  max-width: 1150px;
  margin: 60px auto 0px;
	box-sizing: border-box;
  padding: 0 10px;
  text-align: center;
}
#box07 .lastmessage p {
  font-size: 22px;
  font-weight: bolder;
	line-height: 1.7;
}
#box07 .lastmessage p.strong {
  font-size: 24px;
  color: #17a2e0;
  font-weight: bolder;
  line-height: 1.7;
}
@media (max-width: 700px) {
  #box07 {
    padding-bottom: 0px;
  }
	#box07 .bg_blue,
	#box07 .bg_w {
	  width: 100%;
		box-sizing: border-box;
	  padding: 60px 0;
	}
  #box07 .photo_r {
    display: block;
    margin-bottom: 40px;
    padding: 0 20px;
  }
  #box07 .photo_l {
    display: flex;
    flex-direction: column-reverse;
    padding: 0 20px;
  }
  #box07 .photo_r .textBox {
    margin-right: 0px;
    margin-bottom: 30px;
		width: 100%;
  }
  #box07 .photo_l .textBox {
    margin-left: 0px;
    margin-bottom: 30px;
		width: 100%;
  }
	#box07 .textBox p {
	  margin-bottom: 0;
	}
  #box07 .textBox p.mb {
		margin-bottom: 10px;
	}
	#box07 .textBox h3 {
	  font-size: 24px;
	  line-height: 1.3;
	}
	#box07 .textBox .list li {
	  margin-bottom: 5px;
	}
	#box07 .textBox .list li span.element {
	  font-size: 8px;
	}
  #box07 .photo_r .photo,
  #box07 .photo_l .photo {
    width: 100%;
    margin: 0 auto;
  }
	#box07 .photo_r .photo img,
	#box07 .photo_l .photo img {
	  width: 100%;
	}
	#box07 .captionRight p {
		font-size: 14px;
	}
	#box07 .lastmessage {
		max-width: 100%;
		margin: 40px auto 0px;
	}
	#box07 .lastmessage p,
	#box07 .lastmessage p.strong {
		font-size: 20px;
	}
}
