@charset "UTF-8";

@keyframes slideUpSmooth {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}



.t-motion {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity .8s ease-out, transform 0.5s ease-out;
}

.t-motion.visible {
  opacity: 1;
  transform: translateY(0);
}



/*--------------------------------------------------
  mv
--------------------------------------------------*/
.mv {
  background: #00242e url("../images/pc_mg_bg.jpg") center 0 no-repeat;
	background-size: 1900px 1634px;
	height: 1634px;
	width: 100%;
	margin-top: -100px;
}

.mv .mv-txt01 {
	max-width: 499px;
	margin: auto;
	padding-top: 200px;
}



.mv .c-box {
	padding-top: 200px;
	margin: auto;
}
.mv .c-box h3 {
	color: #fff;
	font-style: italic;
	font-size: 34px;
	text-align: center;
	font-weight: bold;
	letter-spacing: 0.08em;
}


.mv .c-box .txt {
		color: #fff;
	font-size: 15px;
	text-align: center;
	margin-top: 10px;
	line-height: 2;
}

.mv .item-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
	margin: auto;
	max-width: 660px;
	margin-top: 20px;
	position: relative;
	z-index: 1;
}


.mv .item-box .item {
	width: 160px;
}


.mv .item-box .item01 {
	width: 240px;
	position: relative;
}
.mv .item-box .item01 .image02 {
	position: absolute;
	left: -140px;
	bottom: 0;
	width: 234px;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

@media screen and (max-width: 960px){
.mv .item-box .item01 .image02 {
	position: absolute;
	left: 15px;
	bottom: -10px;
	width: 234px;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
}

.mv .item_text_box {
	background: rgba(0,0,0,0.7);
	max-width: 730px;
	margin: auto;
	padding-top: 80px;
	margin-top: -150px;
	position: relative;
	left: 38px;
}


.mv .item_text_box .i_inner {
  padding: 0 35px 20px;
}

.mv .item_text_box h4 {
	color: #fff;
	font-size: 24px;
	padding-left: 36%;
	margin-top: -15px;
}

.mv .item_text_box .read {
	color: #fff;
	font-size: 18px;
	padding-left: 36%;
}
.mv .item_text_box .txt {
	color: #fff;
	font-size: 13px;
	margin-top: 20px;
}

.mv .day {
	position: relative;
	left: 75px;
	margin: auto;
	max-width: 730px;
}
.mv .day .day_txt {
	color: #603813;
	background: #fff;
	display: inline-block;
	font-size: 16px;
	padding: 3px 15px;
	letter-spacing: 0.08em;
	border: solid 1px #603813;
	box-sizing: border-box;
}

.mv .note {
	color: #fff;
	font-size: 12px;
	font: bold;
	margin: auto;
	max-width: 730px;
	position: relative;
	left: 82px;
	margin-top: 6px;
}

@media screen and (max-width: 960px) {
.mv .item_text_box {
	left: inherit;
}

.mv .item_text_box h4 {
	padding-left: 43%;
}

.mv .item_text_box .read {
	padding-left: 43%;
}

.mv .day {
padding-left: 55px;
	left: inherit;
}


.mv .note {
	left: inherit;
  padding-left: 68px;
}
}
@media screen and (max-width: 768px) {
.mv {
  background: #00242e url("../images/sp_mg_bg.jpg") center top no-repeat;
	background-size: cover;
	height: auto;
	width: 100%;
	margin-top: 0;
	padding-bottom: 25%;
}

.mv .mv-txt01 {
	max-width: 100%;
	width: 53%;
	margin: auto;
	padding-top: 20%;
}



.mv .c-box {
	padding-top: 20%;
	margin: auto;
}
.mv .c-box h3 {
	color: #fff;
	font-style: italic;
	font-size: 4.5vw;
	text-align: center;
	font-weight: bold;
	letter-spacing: 0.08em;
}


.mv .c-box .txt {
	color: #fff;
	font-size: 3.2vw;
	text-align: center;
	margin-top: 10px;
	line-height: 2;
}

.mv .item-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
	margin: auto;
	max-width: 100%;
	margin-top: 20px;
	position: relative;
	z-index: 1;
	width: 90%;
}


.mv .item-box .item {
	width: 30%;
}


.mv .item-box .item01 {
	width: 30%;
	position: relative;
}



.mv .item_text_box {
	background: rgba(0,0,0,0.7);
	max-width: 100%;
	width: 72%;
	margin: 0;
	margin-left: 8%;
	padding-top: 10%;
	margin-top: -7%;
	position: relative;
	left: inherit;
}
.mv .item_text_box .image02 {
	position: absolute;
	right: -22%;
	top: 11%;
	width: 42%;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  transition: all 0.1s ease;
}


.mv .item_text_box .i_inner {
  padding: 0 15px 10px;
}

.mv .item_text_box h4 {
	color: #fff;
	font-size: 4vw;
	padding-left: 0;
	margin-top: 0;
}

.mv .item_text_box .read {
	color: #fff;
	font-size: 2.9vw;
	padding-left: 0;
}
.mv .item_text_box .txt {
	color: #fff;
	font-size: 3.2vw;
	margin-top: 3%;
}

.mv .day {
	position: relative;
	left: inherit;
	margin: 0;
	max-width: 100%;
	padding-left: 0;
	margin-left: 8%;
	margin-top: -1%;
}




.mv .day .day_txt {
	color: #603813;
	background: #fff;
	display: inline-block;
	font-size: 2.7vw;
	width: 78.3%;
	padding: 3px 5px;
	letter-spacing: 0.08em;
}

.mv .note {
	color: #fff;
	font-size: 2.8vw;
	font: bold;
	margin: auto;
	max-width: 100%;
	position: relative;
	left: inherit;
	margin-top: 6px;
	padding-left: 0;
	line-height: 1.3;
	margin-left: 12%;
}
}

/*--------------------------------------------------
  sec
--------------------------------------------------*/

.block_bg01 {
  position: relative;
	padding-bottom: 180px;
	margin-top: -100px;
}

.block_bg01::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/sec01_bg.webp");
  background-size: cover;
  background-position: top;
  z-index: 1; /* 背景を後ろに */
}
.block_bg02 {
  background: #00242e url("../images/block_bg02_bg1.jpg") center top no-repeat;
  background-size:3800px 671px;
  position: relative;
	width: 100%;
 height: 100%;
}
@media screen and (max-width: 768px) {

.block_bg01 {
  position: relative;
	padding-bottom: 18%;
	margin-top: -16%;
}

.block_bg01::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/sp-sec01_bg.webp");
  background-size: cover;
  background-position: top;
  z-index: 1; /* 背景を後ろに */
}
.block_bg02 {
  background: #00242e url("../images/sp-block_bg02_bg1.jpg") center top no-repeat;
  background-size:100% auto;
  position: relative;
	width: 100%;
 height: 100%;
}


}

/*--------------------------------------------------
  sec01
--------------------------------------------------*/

.sec01 {
	position: relative;
	z-index: 1!important;
}

.sec01 .title-box .txt-img {
	max-width: 522px;
	margin: auto;
	padding-top: 160px;
}

.sec01 .title-box .tilte {
	font-size: 28px;
	text-align: center;
	margin-top: -20px;
}

.sec01 .title-box .read {
	font-weight: 500;
	font-size: 16px;
	text-align: center;
	margin-top: 10px;
}
.sec01 .block {
	max-width: 980px;
	padding: 0 20px;
	margin: auto;
}
.sec01 .block .b-ttl {
	max-width: 757px;
	margin: auto;
	margin-top: 80px;
}

.sec01 .block .block_ttl .read {
	font-weight: bold;
	font-size: 22px;
	text-align: center;
	margin-top: 0;
	margin-top: -40px;
	line-height: 1.4;
}

.sec01 .block .block_ttl .read span {
	font-weight: bold;
	font-size: 20px;
}
.sec01 .block .item-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
	margin: auto;
	margin-top: 40px;
}

.sec01 .block .item-box .item {
	width: 47%;
	margin-bottom: 40px;
}

.sec01 .block .item-box .item .f-box {

}
.sec01 .block .item-box .item h5 {
	font-weight: 500;
	color: #f15a24;
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 5px;
	float: left;
}
.sec01 .block .item-box .item .day {
	color: #603813;
	font-size: 16px;
	margin-top: 10px;
	font-weight: bold;
	margin-bottom: 5px;
	float: right;
	text-align: right;
}


.sec01 .block .item-box .item .txt {
	font-size: 14px;
}

@media screen and (max-width: 768px) {
.sec01 {
	position: relative;
	z-index: 1!important;
}

.sec01 .title-box .txt-img {
	max-width: 75%;
	margin: auto;
	padding-top:12%;
}

.sec01 .title-box .tilte {
	font-size: 4.5vw;
	text-align: center;
	margin-top: 0;
}

.sec01 .title-box .read {
	font-weight: 500;
	font-size: 3.5vw;
	text-align: center;
	margin-top: 10px;
}
.sec01 .block {
	max-width: 85%;
	padding: 0;
	margin: auto;
}
.sec01 .block .b-ttl {
	max-width: 100%;
	margin: auto;
	margin-top: 80px;
}

.sec01 .block .block_ttl .read {
	font-weight: bold;
	font-size: 4vw;
	text-align: center;
	margin-top: 0;
	margin-top: -5px;
	line-height: 1.4;
}

	.sec01 .block .block_ttl .read span {
		font-size: 3.2vw;
		font-weight: bold;
	}

.sec01 .block .item-box {
  display: block;
  justify-content: space-between;
  flex-wrap: wrap;
	width: 90%;
	margin: auto;
	margin-top: 25px;
}

.sec01 .block .item-box .item {
	width: 100%;
	margin-bottom: 30px;
}


.sec01 .block .item-box .item h5 {
	font-weight: 500;
	color: #f15a24;
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 5px;
	float: none;
}

.sec01 .block .item-box .item .day {
	color: #603813;
	font-size: 16px;
	margin-top: 0;
	font-weight: bold;
	margin-bottom: 5px;
	float: none;
	text-align: left;
	line-height: 1.4;
}

.sec01 .block .item-box .item .txt {
	font-size: 14px;
}
}
/*--------------------------------------------------
  sec02
--------------------------------------------------*/

.sec02 {
	position: relative;
	z-index: 1!important;
}


.sec02 .block {
	max-width: 980px;
	padding: 0 20px;
	margin: auto;
}
.sec02 .block .b-ttl {
	max-width: 960px;
	margin: auto;
	margin-top: 120px;
}



.sec02 .block .block_ttl .read {
	font-weight: bold;
	font-size: 22px;
	text-align: center;
	margin-top: 0;
	margin-top: -40px;
	line-height: 1.4;
}

.sec02 .block .block_ttl .read span {
	font-weight: bold;
	font-size: 20px;
}


.sec02 .block .item-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
	margin: auto;
	margin-top: 50px;
}

.sec02 .block .item-box .item {
	width: 21%;
	margin-bottom: 40px;
}


.sec02 .block .item-box .item h5 {
	font-weight:500;
	color: #39b54a;
	font-size: 18px;
	margin-top:10px;
	margin-bottom: 4px;
	line-height: 1.4;
}

.sec02 .block .item-box .item .day01 {
	font-weight: bold;
	color: #603813;
	font-size: 16px;
	line-height: 1.4;
	margin-bottom: 5px;
}
.sec02 .block .item-box .item .day01 span {
		font-weight: bold;
		font-size: 16px;
}




@media screen and (max-width: 768px) {
.sec02 {
	position: relative;
	z-index: 1!important;
}

.sec02 .block {
	max-width: 85%;
	padding: 0;
	margin: auto;
}
.sec02 .block .b-ttl {
	max-width: 100%;
	margin: auto;
	margin-top: 100px;
}

.sec02 .block .block_ttl .read {
	font-weight: bold;
	font-size: 4vw;
	text-align: center;
	margin-top: 0;
	margin-top: -5px;
	line-height: 1.4;
}


	.sec02 .block .block_ttl .read span {
		font-size: 3.2vw;
		font-weight: bold;
	}
.sec02 .block .item-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
	width: 90%;
	margin: auto;
	margin-top: 25px;
}

.sec02 .block .item-box .item {
	width: 45%;
	margin-bottom: 30px;
}


.sec02 .block .item-box .item h5 {
	font-weight: 500;
	color: #39b54a;
	font-size: 16px;
	line-height: 1.3;
	margin-top: 10px;
	margin-bottom: 8px;
}

.sec02 .block .item-box .item .day01 {
	font-weight: bold;
	color: #603813;
	font-size: 15px;
	line-height: 1.4;
	margin-bottom: 5px;
}
.sec02 .block .item-box .item .day01 span {
		font-weight: bold;
		font-size: 16px;
}

}

/*--------------------------------------------------
  sec03
--------------------------------------------------*/

.sec03 {
	position: relative;
	z-index: 1!important;
}

.sec03 .block {
	max-width: 980px;
	padding: 0 20px;
	margin: auto;
}
.sec03 .block .b-ttl {
	max-width: 709px;
	margin: auto;
	margin-top: 120px;
}


.sec03 .block .block_ttl .read {
	font-weight: bold;
	font-size: 22px;
	text-align: center;
	margin-top: 0;
	margin-top: -40px;
	line-height: 1.4;
}

.sec03 .block .block_ttl .read span {
	font-weight: bold;
	font-size: 20px;
}



.sec03 .block .image {
	max-width: 470px;
	margin: auto;
	margin-top: 40px;
}

.sec03 .block .txt {
	max-width: 700px;
	margin: auto;
	margin-top: 30px;
}
@media screen and (max-width: 768px) {
.sec03 {
	position: relative;
	z-index: 1!important;
}

.sec03 .block {
	max-width: 85%;
	padding: 0;
	margin: auto;
}
.sec03 .block .b-ttl {
	max-width: 100%;
	margin: auto;
	margin-top: 100px;
}


.sec03 .block .block_ttl .read {
	font-weight: bold;
	font-size: 4vw;
	text-align: center;
	margin-top: 0;
	margin-top: -5px;
	line-height: 1.4;
}

.sec03 .block .block_ttl .read span {
	font-weight: bold;
	font-size: 3.2vw;
}



.sec03 .block .image {
	max-width: 90%;
	margin: auto;
	margin-top: 25px;
}

.sec03 .block .txt {
	max-width: 90%;
	margin: auto;
	margin-top: 15px;
}
}


/*--------------------------------------------------
  sec04
--------------------------------------------------*/

.sec04 .txt-img {
 max-width: 492px;
	margin: auto;
	padding-top: 100px;
}

.sec04 .guid-img {
	max-width: 720px;
	margin: auto;
	margin-top: -20px;
}

@media screen and (max-width: 768px) {
.sec04 .txt-img {
 max-width: 70%;
	margin: auto;
	padding-top: 15%;
}

.sec04 .guid-img {
	max-width: 90%;
	margin: auto;
	margin-top: -6px;
}

}
/*--------------------------------------------------
  sec05
--------------------------------------------------*/
.sec05 {
	padding-bottom: 110px;
}
.sec05 .txt-img {
 max-width: 346px;
	margin: auto;
	padding-top: 120px;
}



.sec05 .map {
    position: relative;
    max-width: 940px;
	margin: auto;
	margin-top: -30px;
	padding: 0 20px;
}

.sec05 .map iframe {
    width: 100%;
    height: 430px;
}


.sec05 .m-txt {
	color: #fff;
	text-align: center;
}

.sec05 .m-txt h4 {
	font-size: 30px;
	margin-top: 30px;
	line-height: 1.2;
}


.sec05 .m-txt .txt01 {
	font-size: 18px;
	font-weight: bold;
}

.sec05 .m-txt .txt {
	text-align: center;
	font-weight: 500;
}


.sec05 .link {
	margin: auto;
	margin-top: 90px;
	max-width: 500px;
	text-align: center;
}

.sec05 .link a {
	background: #d4b67c;
	padding: 20px 0 22px;
	width: 100%;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	display: inline-block;
	padding-left: 30px;
}

@media screen and (max-width: 768px) {
.sec05 {
	padding-bottom: 32%;
}
.sec05 .txt-img {
 max-width: 54%;
	margin: auto;
	padding-top: 8%;
}



.sec05 .map {
  position: relative;
  max-width: 100%;
	padding: 0;
	width: 90%;
	margin: auto;
	margin-top: -15px;
}

.sec05 .map iframe {
    width: 100%;
    height: 250px;
}


.sec05 .m-txt {
	color: #fff;
	text-align: center;
}

.sec05 .m-txt h4 {
	font-size: 30px;
	margin-top: 20px;
	line-height: 1.2;
}


.sec05 .m-txt .txt01 {
	font-size: 18px;
	font-weight: bold;
}

.sec05 .m-txt .txt {
	text-align: center;
	font-weight: 500;
}


.sec05 .link {
	max-width: 70%;
	text-align: center;
	margin: auto;
	margin-top: 60px;
}

.sec05 .link a {
	background: #d4b67c;
	padding: 18px 0 20px;
	width: 100%;
	font-size: 4.2vw;
	font-weight: bold;
	text-align: center;
	display: inline-block;
	padding-left: 10px;
}

}

































