@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 .kvBox {
  position: relative;
  max-width: 1600px;
  height: 700px;
  margin: 0 auto;
  background: url("../images/bg_kv_autumn.png") no-repeat center;
  background-size: cover;
  margin-top: 100px;
}
#kv .ttlBox {
  position: absolute;
  left: 5%;
  top: 50%;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
  z-index: 10;
  color: #fff;
  background: rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  padding: 30px;
}
#kv .ttlBox h2 {
  font-size: 44px;
  font-weight: bold;
  line-height: 1.3em;
  letter-spacing: -0.02em;
  margin-bottom: 10px;
  }
#kv .ttlBox p {
  font-size: 18px;
  line-height: 1.8;
  padding: 3px 0;
  }
/*-------アニメーション--------*/
.anim-box {
  position: fixed;
  left: 0px;
  top: 120px;
  background-color: rgba(230,0,0,0.8);
  max-width: 340px;
  text-align: center;
  box-sizing: border-box;
  padding: 20px 16px 28px 30px;
  z-index: 999;
}
.anim-box .anim_hd {
  font-size: 28px;
  text-align: left;
  font-weight: bolder;
  line-height: 1.3;
  margin-bottom: 26px;
  color: #fff;
}
.anim-box .anim_hd::first-line {
  font-size: 34px;
}
.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 {
  margin-top: 5px;
}
.anim-box .discount .catchBox {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-align: left;
}
.anim-box .discount .catchBox p {
  font-size: 16px;
  margin-right: 10px;
  margin-top: -12px;
  margin-bottom: 0;
}
.anim-box .discount .catchBox h4 {
  font-size: 50px;
  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(230,0,0,0.8);
 border-top: 87px solid transparent;
 border-bottom: 87px 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(230,0,0,0.8);
 border-top: 88px solid transparent;
 border-bottom: 88px solid transparent;
 transform-origin: right top;
 transform: scaleX(.7);
}
/*--------windowsのみ適用--------*/
.win .anim-box::before {
 content: "";
 position: absolute;
 top: 0%;
 right: -28px;
 border-left: 40px solid rgba(230,0,0,0.8);
 border-top: 88px solid transparent;
 border-bottom: 88px solid transparent;
 transform-origin: right top;
 transform: scaleX(.7);
}

/*------------------------------
	共通
------------------------------*/
.bg_blue {
  box-sizing: border-box;
  padding: 100px 0;
}
.wrap {
  max-width: 1150px;
  margin: 0 auto;
  padding: 0 10px;
}
.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;
  margin-bottom: 60px;
  font-size: 80px;
  font-weight: 100;
  letter-spacing: -0.05em;
}
.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;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
}
#anc1 {
  position: relative;
	top: -140px;
	display: block;
}
#anc2 {
  position: relative;
	top: -200px;
	display: block;
}
#anc3 {
  position: relative;
	top: -200px;
	display: block;
}
#anc4 {
  position: relative;
	top: -210px;
	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: 100px;
}
#box07 .wrap .hd {
  margin-bottom: 80px;
  padding: 0 10px;
}
#box07 .wrap .pointBox {
  position: relative;
  overflow: hidden;
}
#box07 .bg_w {
  width: 100%;
  box-sizing: border-box;
  padding: 100px 0 0;
  margin-bottom: 100px;
}
#box07 .photo_r,
#box07 .photo_l {
  max-width: 1150px;
  margin: 0 auto 60px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 10px;
}
#box07 .textBox {
  position: relative;
  display: block;
}
#box07 .photo_r .textBox {
  margin-right: 60px;
}
#box07 .photo_l .textBox {
  margin-left: 60px;
}
#box07 .textBox h3 {
  margin-bottom: 30px;
  font-size: 36px;
  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 {
  margin-bottom: 10px;
}
#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 {
	max-width: 460px;
}
#box07 .photo_r .photo img,
#box07 .photo_l .photo img {
  width: 100%;
}
#box07 .captionRight {
  text-align: right;
  margin-top: 12px;
}
#box07 .captionRight p {
  padding-left: 1em;
  text-indent: -1em;
}
#box07 .lastmessage {
  max-width: 100%;
  margin: 100px auto 0px;
  box-sizing: border-box;
  padding: 0 10px;
  text-align: center;
}
#box07 .lastmessage p {
  font-size: 24px;
  font-weight: bolder;
  line-height: 1.7;
}
#box07 .lastmessage p.strong {
  font-size: 28px;
  color: #17a2e0;
  font-weight: bolder;
  line-height: 1.7;
}
