@charset "utf-8";
/* CSS Document */
body{
	width: 100%;
	/*overflow-x: hidden;*/
	margin: 0 0;
}
.contents{
	width: 100%;
	overflow-x: hidden;
}
.got{
	font-family: 'Noto Sans JP', 'AXIS Std', 'メイリオ', Meiryo, Lato, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.para1, .para2, .para3 {
  opacity: 0;
}
.fade__Up {
  opacity: 0;
  transform: translate(0%, 70px);
  transition: all 0.15s ease-out;
}

.fade__left {
  opacity: 0;
  transform: translate(-70px, 0px);
  transition: all 1.5s ease-out;
}

.fade__right {
  opacity: 0;
  transform: translate(90px, 0px);
  transition: all 1.5s ease-out;
  /*transition-delay: 0.4s;*/
}

.fade__in {
  opacity: 0;
  transform: translate(0%, 0px);
  transition: all 1s ease-out;
}

.fadeUp__on {
  opacity: 1;
  transform: translate(0%, 0px);
}
.trans{
	display: block;
	width: 100%;
	height: 100%;
}
/*ページ用ここから*/
.main-imgbox{
	background: url("../img/head_bg.jpg") repeat left top / 1440px;
	position: relative;
	z-index: 1;
}
.main-img{
    width: 100%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.main-wrap {
    width: 90%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
	z-index: 9;
}
.mini-ttl {
  width: 50%;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 70px;
}

.site-wrap{
	position: relative;
	z-index: 10;
}
.site-wrap .main-wrap{
	padding-top: 80px;
	padding-bottom: 120px;
}
.site-wrap.yl{
	background: #fdf9d9;
}
.site-wrap.pk{
	background: #fcecf1;
}
.close {
	font-size: 30px;
	color: red;
	text-align: center;
	padding-bottom: 80px;
}
.btn-wrap {
  display: flex;
  justify-content: space-between;
}
.btn-wrap .btn {
  width: 48%;
}
.event-wrap{
	padding-top: 100px;
}
.point-wrap{
	margin-bottom: 100px;
}
.point-wrap.last{
	margin-bottom: 0;
}
.point-wrap .ttl-wrap{
	position: relative;
	margin-bottom: 35px;
	z-index: 7;
}
.point-wrap .ttl-text{
	position: absolute;
	bottom: 20px;
	width: 82%;
	right:0;
}
.point-wrap .ttl-text p{
	font-size: 18px;
	line-height: 1.55;
}
.point-wrap .ttl-text p.notes{
	font-size: 14px;
}
.point-wrap .ttl-text p.notes2{
	font-size: 15px;
	text-indent: -0.5em;
}
.point-wrap .point-list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.point-wrap .point-list li{
	width: 49%;
	margin-top: 25px;
}
.point-wrap .point-list li:nth-child(-n+2) {
	margin-top: 0;
}
.point-wrap .list-flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.point-wrap .list-flex .flex-pic{
	width: 66.6%;
}
.point-wrap .list-flex .flex-chara{
	width: 29%;
	text-align: right;
	font-size: 10px;
}
.point-wrap .list-flex .flex-chara img{
	margin-top: -65px;
}
.point-wrap .list-flex .flex-chara .copy{
	margin-top: 10px;
	font-weight: 500;
}
.list-name{
	text-align: center;
	font-size: 18px;
	color: #ac8952;
	margin-top: 15px;
}
.list-name{
	text-align: center;
	font-size: 18px;
	color: #ac8952;
	margin-top: 15px;
}
.list-text{
	text-align: center;
	margin-top: 20px;
	line-height: 1.83;
	font-size: 18px;
}
.info-bg {
  background: #f3f3f2;
	position: relative;
	z-index: 9;
}


.info-bg .main-wrap{
  padding-top: 130px;
  padding-bottom: 140px;
}
.info-bg .main-wrap .bg-img {
  position: absolute;
  width: 47%;
  left: -19.2%;
  top: -188px;
}

.info-bg .main-wrap .info-wrap {
  position: relative;
  padding-top: 50px;
  padding-bottom: 80px;
  border-radius: 0px;
  background: #fff;
	z-index: 8;
}

.info-bg .main-wrap .info-wrap .info-listbox {
  max-width: 740px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.info-bg .main-wrap .info-wrap .info-listbox .top-box {
  padding-bottom: 50px;
  border-bottom: 5px dotted #b6782c;
  margin-bottom: 50px;
}

.info-bg .main-wrap .info-wrap .info-listbox .top-box .flex {
  display: flex;
  justify-content: space-between;
}

.info-bg .main-wrap .info-wrap .info-listbox .top-box .flex .left {
  width: 60%;
}

.info-bg .main-wrap .info-wrap .info-listbox .top-box .flex .right {
  width: 33%;
}

.info-bg .main-wrap .info-wrap .info-listbox .top-box dl {
  margin-top: 35px;
}

.info-bg .main-wrap .info-wrap .info-listbox .top-box dl dt span {
  display: inline-block;
  border-radius: 50px;
  background: #fdf9d9;
  line-height: 1;
  border: 2px solid #b6782c;
  color: #b6782c;
  font-size: 16px;
  padding: 6px 12px;
  margin-bottom: 12px;
  font-weight: 700;
}

.info-bg .main-wrap .info-wrap .info-listbox .top-box dl dt span.pk {
	background: #FCECF1;
}

.info-bg .main-wrap .info-wrap .info-listbox .top-box dl dd {
  font-size: 19px;
  line-height: 1.42;
  color: #231815;
  word-break: break-all;
}

.info-bg .main-wrap .info-wrap .info-listbox .top-box dl dd .txt-s {
	display: block;
	font-size: 16px;
	padding-top: .4em;
	padding-bottom: .8em;
}

.info-bg .main-wrap .info-wrap .info-listbox .top-box dl dd p.indent {
  padding-left: 1em;
  text-indent: -1em;
}

.info-bg .main-wrap .info-wrap .info-listbox .top-box dl.first {
  margin-top: 0;
}

.info-bg .main-wrap .info-wrap .info-listbox .top-box dl dd .br{
	color: #b6782c;
}
.kakko{
	text-indent: -0.5em;
	display: inline-block;
}
.info-bg .main-wrap .info-wrap .info-listbox .bottom-box dl {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 53px;
}

.info-bg .main-wrap .info-wrap .info-listbox .bottom-box dl dt {
  width: 11%;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  padding-top: 2px;
  padding-bottom: 2px;
  color: #b6782c;
  line-height: 1;
  border: 2px solid #b6782c;
}

.info-bg .main-wrap .info-wrap .info-listbox .bottom-box dl dd {
  width: 88%;
  font-size: 16px;
  line-height: 1.31;
}

.info-bg .main-wrap .info-wrap .info-listbox .bottom-box dl dd p {
  /*padding-left: 1em;
  text-indent: -1em;*/
  color: #231815;
}
.info-bg .main-wrap .info-wrap .info-listbox .bottom-box dl dd p .txt-s{
	display: block;
  font-size: 14px;
	padding-top: 0.4em;
}

.info-bg .main-wrap .info-wrap .info-listbox .bottom-box dl dd p .line {
  text-decoration: underline;
  color: #231815;
}

.info-bg .main-wrap .info-wrap .info-listbox .bottom-box dl dd p .line .notes {
  font-size: 13px;
}

.info-bg .main-wrap .info-wrap .info-listbox .bottom-box dl dd p .line.link {
  display: inline-block;
	padding-top: 0.5em;
	color: #b6782c;
}

.info-bg .main-wrap .info-wrap .info-listbox .bottom-btn {
  max-width: 470px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}

.info-bg .main-wrap .info-wrap .info-listbox .contact-tex {
  font-size: 17px;
  line-height: 1.42;
}

.info-bg .main-wrap .info-wrap .info-listbox .contact-tex .notes {
  font-size: 12px;
  line-height: 1.7;
}
.info-bg .mini-bg1{
	position: absolute;
	left: -0.5%;
	width: 6%;
	top:-5px;
	pointer-events: none;
}
.info-bg .mini-bg2{
	position: absolute;
	right: -0.5%;
	width: 6%;
	top:-5px;
	pointer-events: none;
}
.info-bg .mini-bg3{
	position: absolute;
	left: -0.5%;
	width: 6%;
	bottom:-5px;
	pointer-events: none;
}
.info-bg .mini-bg4{
	position: absolute;
	right: -0.5%;
	width: 6%;
	bottom:-5px;
	pointer-events: none;
}

.kumo01{
	width: 1080px;
	position: absolute;
	z-index: 2;
	top:-80px;
	left: -610px;
}
.kumo02{
	width: 510px;
	position: absolute;
	z-index: 2;
	top:240px;
	right: -260px;
}
.kumo03{
	width: 540px;
	position: absolute;
	z-index: 2;
	top:1410px;
	left: -310px;
}
.kumo04{
	width: 530px;
	position: absolute;
	z-index: 2;
	top:1690px;
	right: -206px;
}
.kumo05{
	width: 260px;
	position: absolute;
	z-index: 2;
	bottom: 36px;
	left: -54px;
}
.kumo06{
	width: 846px;
	position: absolute;
	z-index: 2;
	bottom: -90px;
	right: -386px;
}
.kumo07{
	width: 504px;
	position: absolute;
	z-index: 2;
	top:1251px;
	left: -81px;
}
.kumo08{
	width: 530px;
	position: absolute;
	z-index: 2;
	bottom: 27px;
	right: -233px;
}
@media only screen and (max-width: 1100px) {
.point-wrap .ttl-text p{
	font-size: 16px;
}
.point-wrap .ttl-text p.notes{
	font-size: 12px;
}
.point-wrap .ttl-text p.notes2{
	font-size: 11px;
}	
.list-name{
    font-size: 15px;
}
.list-text{
    font-size: 15px;
}
	.kumo03{
		top:1340px;
	}
}

@media only screen and (max-width: 769px) {
.info-bg .main-wrap{
   padding-top: 13vw;
   padding-bottom: 14vw;
}
	.body{
		width: 100%;
		position: relative;
		overflow-x: hidden;
	}
	  .contents{
		width: 100%;
		overflow-x: hidden;
	}
  .main-imgbox{
		background: url("../img/head_bg.jpg") repeat left top / cover;
		position: relative;
		z-index: 1;
		  padding-top: 7.3vw;
		  padding-bottom: 7.3vw;
	}
	.main-img{
		width: 100%;
		max-width: 1000px;
		margin-left: auto;
		margin-right: auto;
	}	
	.site-wrap .main-wrap{
		padding-top: 5vw;
		padding-bottom:29vw;
		width: 78%;
	}
.list-name{
	text-align: center;
	font-size: 4.2vw;
	color: #ac8952;
	margin-top: 4vw;
	line-height: 1.5;
}
.list-text{
	text-align: left;
	margin-top: 4vw;
	line-height: 1.83;
	font-size: 4.2vw;
}
	.close {
		font-size: 5vw;	
		padding-bottom: 5vw;
	}
	.btn-wrap {
	  display: block;
	}
	.btn-wrap .btn {
	  width: 100%;
	}
	.btn-wrap .btn + .btn {
	  width: 100%;
		margin-top: 6.6vw;
	}
	.event-wrap{
		padding-top: 13.3vw;
	}
	.event-wrap .mini-ttl{
		width: 31.73vw;
		margin-bottom: 10vw;
	}
	.point-wrap{
		margin-bottom: 13.3vw;
	}
	.point-wrap .ttl-wrap{
		position: relative;
		margin-bottom: 6.6vw;
		z-index: 7;
	}
	.point-wrap .ttl-text{
		position: relative;
		bottom: auto;
		width: 100%;
		right:auto;
		margin-top: 6.6vw;
	}
	.point-wrap .ttl-text p{
		font-size: 4.26vw;
		line-height: 1.68;
	}
	.point-wrap .ttl-text p.notes{
		font-size: 3.2vw;
	}
	.point-wrap .ttl-text p.notes2{
		font-size: 3.2vw;
		text-indent: -0.5em;
	}
	.point-wrap .point-list{
		display: block;
	}
	.point-wrap .point-list li{
		width: 100%;
		margin-top:6.6vw;
	}
	.point-wrap .point-list li:nth-child(-n+2) {
		margin-top:6.6vw;
	}
	.point-wrap .point-list li:nth-child(-n+1) {
		margin-top: 0;
	}
	.point-wrap .list-flex{
		display: block;
	}
	.point-wrap .list-flex .flex-pic{
		width: 100%;
	}
	.point-wrap .list-flex .flex-chara{
		width: 100%;
		text-align: center;
		font-size: 2.6vw;
	}
	.point-wrap .list-flex .flex-chara img{
		margin-top: 2vw;
		width: 56%;
		margin-left: auto;
		margin-right: auto;
	}
	.point-wrap .list-flex .flex-chara .copy{
		margin-top: 2vw;
	}
  .info-bg .main-wrap .info-wrap {
    padding-top: 5.3vw;
    padding-bottom: 13vw;
  }
  .info-bg .main-wrap .info-wrap .info-listbox {
    max-width: none;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .info-bg .main-wrap .info-wrap .info-listbox .top-box {
    padding-bottom: 7vw;
    border-bottom: 3px dotted #b5772b;
    margin-bottom: 7vw;
  }
  .info-bg .main-wrap .info-wrap .info-listbox .top-box .flex {
    display: block;
  }
  .info-bg .main-wrap .info-wrap .info-listbox .top-box .flex .left {
    width: 100%;
  }
  .info-bg .main-wrap .info-wrap .info-listbox .top-box .flex .right {
    width: 100%;
  }
  .info-bg .main-wrap .info-wrap .info-listbox .top-box dl {
    margin-top: 5vw;
  }
  .info-bg .main-wrap .info-wrap .info-listbox .top-box dl dt span {
    display: inline-block;
    border-radius: 50px;
    line-height: 1;
    font-size: 4.2vw;
    padding: 1vw 2vw;
    margin-bottom: 2vw;
    font-weight: 700;
  }
  .info-bg .main-wrap .info-wrap .info-listbox .top-box dl dd {
    font-size: 4vw;
    word-break: break-all;
  }
  .info-bg .main-wrap .info-wrap .info-listbox .top-box dl dd .indent{
		display: inline-block;
    padding-left: 1em;
  }
	.info-bg .main-wrap .info-wrap .info-listbox .top-box dl dd .txt-s {
		font-size: 3.7vw;
	}
  .info-bg .main-wrap .info-wrap .info-listbox .top-box dl.first {
    margin-top: 0;
  }
  .info-bg .main-wrap .info-wrap .info-listbox .bottom-box dl {
    display: block;
    margin-bottom: 7vw;
  }
  .info-bg .main-wrap .info-wrap .info-listbox .bottom-box dl dt {
    width: 24%;
    font-size: 3.6vw;
    padding-top: 1vw;
    padding-bottom: 1vw;
    margin-bottom: 2vw;
    line-height: 1;
  }
  .info-bg .main-wrap .info-wrap .info-listbox .bottom-box dl dd {
    width: 100%;
    font-size: 3.7vw;
    line-height: 1.31;
  }
	.info-bg .main-wrap .info-wrap .info-listbox .bottom-box dl dd p .txt-s{
		display: block;
		font-size: 2.7vw;
		padding-top: 0.4em;
	}
  .info-bg .main-wrap .info-wrap .info-listbox .bottom-box dl dd p .line {
    text-decoration: underline;
    color: #172C5E;
  }
	.info-bg .main-wrap .info-wrap .info-listbox .bottom-box dl dd p .line.link {
		padding-top: 0.8em;
	}
  .info-bg .main-wrap .info-wrap .info-listbox .bottom-btn {
    max-width: none;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 6vw;
  }
  .info-bg .main-wrap .info-wrap .info-listbox .contact-tex {
    font-size: 3.9vw;
    line-height: 1.42;
  }
  .info-bg .main-wrap .info-wrap .info-listbox .contact-tex .notes {
    font-size: 3.2vw;
    line-height: 1.3;
  }
	.info-bg .mini-bg1{
		position: absolute;
		left: -0.8vw;
		width: 8vw;
		top:-0.5vw;
		pointer-events: none;
	}
	.info-bg .mini-bg2{
		position: absolute;
		right: -0.8vw;
		width: 8vw;
		top:-0.5vw;
		pointer-events: none;
	}
	.info-bg .mini-bg3{
		position: absolute;
		left: -0.8vw;
		width: 8vw;
		bottom:-0.5vw;
		pointer-events: none;
	}
	.info-bg .mini-bg4{
		position: absolute;
		right: -0.8vw;
		width:8vw;
		bottom:-0.5vw;
		pointer-events: none;
	}
	.kakko.ex{
		display: inline;
	}
	.mini-ttl{
		width: 24.26vw;
		margin-bottom: 6vw;
	}
	.kumo01{
		width: 87.4%;
		z-index: 2;
		top:-22vw;
		left: -27.6%;
	}
	.kumo02{
		width: 61.3%;
		z-index: 2;
		top:71.3vw;
		right: -34.6%;
	}
	.kumo03{
		width: 47.2%;
		z-index: 2;
		top:315.2vw;
		left: -8.6%;
	}
	.kumo04{
		width: 53.6%;
		z-index: 2;
		top:604vw;
		right: -17.3%;
	}
	.kumo05{
		width: 33.3%;
		z-index: 2;
		bottom: 13.3vw;
		left: -5.3%;
	}
	.kumo06{
		width: 81.8%;
		z-index: 2;
		bottom:4.8vw;
		right: -30.6vw;
	}
	.kumo07{
		width: 42%;
		z-index: 2;
		top:auto;
		bottom: 61vw;
		left: auto;
		right:-17.4%;
	}
	.kumo08{
		width: 70.8%;
		z-index: 2;
		top:auto;
		bottom: 59vw;
		left: -33.3%;
	}
	.sp-indent{
		padding-left: 1em;
		text-indent: -1em;
	}
}
