@charset "UTF-8";

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

img {
	width: 100%;
}

.pc{
	display: block;
}
.sp{
	display: none;
}
@media screen and (max-width: 768px) {
	.pc{
		display: none;
	}
	.sp{
		display: block;
	}
}

#contentwrap {
	width: 100%;
	font-size: 16px;
	font-family: "Hiragino Sans", sans-serif;
}
@media screen and (max-width: 768px) {
	#contentwrap {
		font-size: 15px;
	}	
}


/*----------------------------------------------

 MV

----------------------------------------------*/
#contentwrap .mv {
	background-image: url(../images/mv.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 550px;
	position: relative;
}
#contentwrap .mv::after {
	content: '';
	background-image: url(../images/mv_item.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 165px;
	position: absolute;
	bottom: -1%;
	left: 0;
}
#contentwrap .mv h1 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
	#contentwrap .mv {
		background-image: url(../images/sp_mv.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		height: 70vh;
		position: relative;
	}
	#contentwrap .mv::after {
		content: '';
		background: none;
		display: none;
	}
	#contentwrap .mv h1 {
		width: 100%;
	}	
}

/*----------------------------------------------

 beginning

----------------------------------------------*/
#contentwrap .beginning {
	background-color: #007B64;
	padding: 130px 0;
	color: #FFFFFF;
}
#contentwrap .beginning::after {
	content: '';
	display: block;
	width: 100%;
	height: 10px;
	border-bottom: 5px solid #007B64;
	position: relative;
	bottom: -140px;
}
#contentwrap .beginning .w984 {
	max-width: 984px;
	margin: 0 auto;
	position: relative;
}
#contentwrap .beginning .w984 h2 {
	width: 330px;
	margin: 0 auto;
}
#contentwrap .beginning .w984 ul {
	display: flex;
	justify-content: center;
	align-items: center;
}
#contentwrap .beginning .w984 ul:last-child {
	padding-top: 65px;
}
#contentwrap .beginning .w984 ul li:first-child {
	width: 59%;
}
#contentwrap .beginning .w984 ul li:last-child {
	width: 41%;
}
#contentwrap .beginning .w984 ul li h3 {
	font-size: 34px;
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-style: normal;
	padding-bottom: 30px;
	line-height: 1.3;
}
#contentwrap .beginning .w984 ul li p {
	width: 470px;
	line-height: 2;
	text-align: left;
}
#contentwrap .beginning .w984 ul li.item3 {
	position: relative;
	z-index: 10;
}
#contentwrap .beginning .w984 ul li.child_1 {
	order: 2;
	padding-left: 62px;
}
#contentwrap .beginning .w984 ul li.child_2 {
	order: 1;
	box-shadow: 10px 10px #339582;
}
#contentwrap .beginning .w984 .item2 {
	width: 206px;
	margin: 20px auto 40px;
}

#contentwrap .beginning .w984 .item_1,
#contentwrap .beginning .w984 .item_2,
#contentwrap .beginning .w984 .item_3 {
	position: absolute;
	width: 300px;
}
#contentwrap .beginning .w984 .item_1 {
	top: -100px;
    left: -130px;
}
#contentwrap .beginning .w984 .item_2 {
	top: 90px;
    right: -70px;
}
#contentwrap .beginning .w984 .item_3 {
	bottom: 250px;
	left: -130px;
}

@media screen and (max-width: 768px) {
	#contentwrap .beginning {
		padding: 50px 0;
	}
	#contentwrap .beginning::after {
		border-bottom: 3px solid #007B64;
		bottom: -55px;
	}
	#contentwrap .beginning .w984 {
		margin: 0 20px;
	}
	#contentwrap .beginning .w984 h2 {
		width: 70%;
		margin-bottom: 20px;
		position: relative;
		z-index: 20;
	}
	#contentwrap .beginning .w984 ul {
		display: block;
	}
	#contentwrap .beginning .w984 ul li:first-child {
		width: 100%;
	}
	#contentwrap .beginning .w984 ul li h3 {
		font-size: 30px;
		text-align: center;
	}
	#contentwrap .beginning .w984 ul li p {
		width: 100%;
		line-height: 1.8;
	}
	#contentwrap .beginning .w984 ul li:last-child {
		width: 80%;
		margin: 30px auto;
	}
	#contentwrap .beginning .w984 ul li.child_1 {
		padding-left: 0;
	}
	#contentwrap .beginning .w984 ul li.child_2 {
		width: 100%;
		box-shadow: 5px 5px #339582;
		position: relative;
		z-index: 20;
	}
	#contentwrap .beginning .w984 .item_1,
	#contentwrap .beginning .w984 .item_2,
	#contentwrap .beginning .w984 .item_3 {
		width: 200px;
	}
	#contentwrap .beginning .w984 .item_1 {
		top: -30px;
		left: -70px;
	}
	#contentwrap .beginning .w984 .item_2 {
		top: 350px;
		right: 10px;
	}
	#contentwrap .beginning .w984 .item_3 {
		bottom: -40px;
		left: 140px;
	}
	#contentwrap .beginning .w984 .item2 {
		width: 50%;
		margin: 30px auto;
	}
}

@media screen and (max-width: 330px) {
	#contentwrap .beginning .w984 ul li h3 {
		font-size: 25px;
	}
	#contentwrap .beginning .w984 .item_3 {
		left: 80px;
	}
}

/*----------------------------------------------

 movie

----------------------------------------------*/
.movie {
    padding-top: 130px;
}
.movie .movie_title {
    font-family: 'Montserrat', sans-serif;
    font-size: 50px;
    font-weight: 600;
    line-height: 1;
    color: #007B64;
    letter-spacing: 0.2em;
}
.movie .movie_desc_txt {
    font-family: 'Kiwi Maru', serif;
    font-size: 17px;
    line-height: 1.7;
    margin-top: 10px;
}
.movie .wrap_movie_iframe {
    margin: 20px auto 0;
    width: 800px;
    aspect-ratio: 16 / 9;
}
.movie .wrap_movie_iframe iframe {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 3;
}

@media screen and (max-width:780px) {
	.movie {
	    padding-top: 80px;
	}
	.movie .movie_title {
	    font-size: 28px;
	}
	.movie .movie_desc_txt {
	    font-size: 16px;
	}
	.movie .wrap_movie_iframe {
	    width: 100%;
	}
}


/*----------------------------------------------

 gallery

----------------------------------------------*/
.gallery {
	padding-top: 130px;
}
.gallery .gallery_title {
    font-family: 'Montserrat', sans-serif;
    font-size: 50px;
    font-weight: 600;
    line-height: 1;
    color: #007B64;
    letter-spacing: 0.2em;
}
.gallery .gallery_desc_txt {
    font-family: 'Kiwi Maru', serif;
    font-size: 17px;
    line-height: 1.7;
    margin-top: 10px;
}
.wrap_gallery_images {
    position: relative;
    width: 1080px;
    margin: 20px auto 0;
}
.wrap_gallery_images.shrink::after {
    content: "";
    width: 100%;
    height: 60px;
    display: block;
/*    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.7) 30%, rgba(255, 255, 255, 1) 100%);*/
    background-image: linear-gradient(180deg, transparent 0 20%, #f5f4f0 100%);
/*    background: url('../images/gallery_images_gradation.png') 0 0 no-repeat;*/
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
}
.wrap_gallery_images ul {
    display: flex;
/*    justify-content: space-between;*/
    flex-wrap: wrap;
}
.wrap_gallery_images ul li {
    width: 252px;
}
.wrap_gallery_images ul li:not(:nth-child(4n+1)) {
    margin-left: 24px;
}
.wrap_gallery_images ul li:nth-child(n+5) {
    margin-top: 24px;
}
.wrap_gallery_images.shrink ul li:nth-child(n+9) {
    display: none;
}
.wrap_gallery_images .gallery_item {
    display: block;
    position: relative;
/*    width: 252px;*/
}
.wrap_gallery_images ul li img {
    width: 100%;
    height: 100%;
    max-height: 168px;
    object-fit: cover;
    /* object-position: center center; */
}
.wrap_gallery_images .gallery_item:hover {
    opacity: 1;
}
.wrap_gallery_images .gallery_item:hover img {
    opacity: 1;
}
.wrap_gallery_more_btn {
    width: 180px;
    height: 40px;
    margin: 30px auto 0;
}
.wrap_gallery_more_btn a {
    font-family: 'Montserrat', sans-serif;
    background-color: #007B64;
    color: #fff !important;
    font-size: 15px;
    letter-spacing: 0.12em;
    padding: 8px 30px 8px 20px;
    display: block;
    text-align: center;
    position: relative;
    /*position: absolute;
    right: 40px;
    bottom: 24px;*/
    /*
    display: block;
    margin: 0 auto;
    background-color: #122e5b;
    color: #fff;
    text-align: center;
    position: relative;;
    box-shadow: 0 3px 0 #434d6b;
    transition: .4s;*/
    z-index: 3;
}
.wrap_gallery_more_btn a:hover {
/*    opacity: 1;*/
    /*box-shadow: 0 3px 0 #434d6b;
    transform: translateY(3px);*/
/*    box-shadow: none;*/
}
.wrap_gallery_more_btn a::before,
.wrap_gallery_more_btn a::after {
    content: "";
    width: 8px;
    height: 2px;
    display: inline-block;
    border-radius: 2px;
    background: #fff;
    position: absolute;
    right: 20px;
}
/*.wrap_gallery_more_btn a::before,
.wrap_gallery_more_btn a::after {
    content: "";
    width: 9px;
    height: 2px;
    display: inline-block;
    border-radius: 2px;
    background: #fff;
    position: absolute;
    top: calc(50% - 0px);
}*/
.wrap_gallery_more_btn a::before {
    top: calc(50% - 1px);
    right: 25px;
    transform: rotate(45deg);
}
.wrap_gallery_more_btn a::after {
    top: calc(50% - 1px);
    right: 20px;
    transform: rotate(-45deg);
}
.wrap_gallery_more_btn a.btn_close::before {
    right: 25px;
    transform: rotate(-45deg);
}
.wrap_gallery_more_btn a.btn_close::after {
    right: 20px;
    transform: rotate(-135deg);
}
.lum-lightbox {
    z-index: 100000;
}
.lum-lightbox-inner {
    overflow: visible;
    margin: auto;
}
.lum-lightbox-inner + .lum-close-button {
    display: none;
}
.lum-gallery-button {
    background: rgba(0,0,0,.4);
}
.lum-previous-button {
    left: -25px;
}
.lum-previous-button:after {
    left: 30%;
}
.lum-next-button {
    right: -25px;
}
.lum-next-button:after {
    right: 30%;
}
.lum-lightbox-position-helper {
    position: relative;
    display: block;
}
.lum-lightbox-position-helper .lum-close-button {
    opacity: 1;
    z-index: 2;
}
.lum-lightbox-inner {
    max-width: 1020px;
}
.lum-lightbox-inner img {
    max-height: 75vh;
    max-width: 100%
}
.lum-close-button {
    width: 48px;
    height: 48px;
    right: -24px;
    top: -64px;
}
.lum-close-button:after,
.lum-close-button:before {
    background-color: #fff;
    content: " ";
    height: 48px;
    left: 24px;
    position: absolute;
    width: 2px;
}
.lum-lightbox-position-helper .lum-close-button:hover {
    opacity: .7;
    cursor: pointer;
}

@media screen and (max-width:780px) {
	.gallery {
		padding-top: 80px;
	}
	.gallery .gallery_title {
      font-size: 28px;
  }
  .gallery .gallery_desc_txt {
      font-size: 16px;
      line-height: 1.5;
  }
  .wrap_gallery_images {
/*        position: relative;*/
      width: 100%;
/*        margin: 20px auto 0;*/
  }
  .wrap_gallery_images ul {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      margin: 0 5.3%;
  }
  .wrap_gallery_images ul li {
      width: 47%;
      margin-top: 0 !important;
      margin-left: 0 !important;
  }
  .wrap_gallery_images ul li:nth-child(n+3) {
      margin-top: 20px !important;
  }
  .wrap_gallery_images ul li img {
      width: 100%;
      height: 28vw;
      object-fit: cover;
  }

  .lum-lightbox-inner img {
      max-height: auto;
      max-width: 94%
  }
  .lum-gallery-button {
      width: 34px;
      height: 60px;
  }
  .lum-gallery-button:after {
      width: 25px;
      height: 25px;
  }
  .lum-previous-button {
      left: -2px;
  }
  .lum-next-button {
      right: -2px;
  }
  .lum-close-button {
      width: 36px;
      height: 36px;
      right: 8px;
      top: -48px;
  }
  .lum-close-button:after,
  .lum-close-button:before {
      background-color: #fff;
      content: " ";
      height: 36px;
      left: 18px;
      position: absolute;
      width: 2px;
  }
}

/*----------------------------------------------

 event_schedule

----------------------------------------------*/
#contentwrap .event_schedule {
	padding: 130px 0;
	color: #333333;
}
#contentwrap .event_schedule .w984 {
	max-width: 984px;
	margin: 0 auto;
	position: relative;
}
#contentwrap .event_schedule .w984::before,
#contentwrap .event_schedule .w984::after {
	content: '';
	background-image: url(../images/event_schedule_item.png);
	background-repeat: no-repeat;
	background-size: 100%;
	width: 30px;
	height: 100%;
	position: absolute;
}
#contentwrap .event_schedule .w984::before {
	top: 0;
	left: 0;
}
#contentwrap .event_schedule .w984::after {
	top: 0;
	right: 0;
}
#contentwrap .event_schedule .w730 {
	max-width: 730px;
	margin: 0 auto;
	position: relative;
}
#contentwrap .event_schedule .w730 h2 {
	font-size: 34px;
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-style: normal;
	text-align: center;
	border-top: 1px solid #339582;
	border-bottom: 1px solid #339582;
	padding: 10px 0;
	margin-bottom: 25px;
}
#contentwrap .event_schedule .w730 h3 {
	font-size: 22px;
	font-weight: 600;
	text-align: center;
	color: #007B64;
	border: 2px solid #007B64;
	border-radius: 6px;
	padding: 6px 0;
	margin-bottom: 20px;
}

#contentwrap .event_schedule .w730 .area_schedule ul {
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.1);
	margin-bottom: 20px;
	background-color: #FFFCF5;
	border-radius: 10px;
}
#contentwrap .event_schedule .w730 .area_schedule ul li:first-child {
	width: 25%;
	height: 60px;
	background-color: #2EA494;
	color: #fff;
	font-size: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
#contentwrap .event_schedule .w730 .area_schedule ul li:last-child {
	width: 75%;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	padding: 10px 0 10px 40px;
	font-size: 18px;
	font-weight: 600;
	position: relative;
	text-align: left;
}
#contentwrap .event_schedule .w730 .area_schedule ul li:last-child p {
	line-height: 1.5;
}
#contentwrap .event_schedule .w730 .area_schedule ul li:last-child span.time,
#contentwrap .event_schedule .w730 .area_schedule ul li:last-child p span.time {
	font-size: 14px;
	font-weight: 600;
	color: #007B64;
}
#contentwrap .event_schedule .w730 .area_schedule ul li:last-child span.text {
	color: #333333;
}
#contentwrap .event_schedule .w730 .area_schedule ul li:last-child p.font {
	display: inline-block;
	font-size: 45px;
	background: linear-gradient(transparent 70%, rgba(255, 219, 56, 1) 70%);
	line-height: 1;
	margin: 6px 0;
}
#contentwrap .event_schedule .w730 .area_schedule ul li:last-child a.btn {
	color: #fff;
	background-color: #FF982D;
	font-size: 17px;
	position: absolute;
	bottom: -5px;
	right: 0;
	padding: 8px 12px;
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
#contentwrap .event_schedule .w730 .area_schedule ul li:last-child a.btn span.icon {
	font-size: 14px;
	padding-left: 10px;
	color: #fff;
}
#contentwrap .event_schedule .w730 .area_schedule ul li.h142 {
	height: 142px;
}
#contentwrap .event_schedule .w730 .area_schedule ul li.h80 {
	height: 80px;
}
#contentwrap .event_schedule .w730 .area_schedule ul.last li:first-child {
	width: 35%;
}
#contentwrap .event_schedule .w730 .area_schedule ul.last li:last-child {
	width: 65%;
}

@media screen and (max-width: 768px) {
	#contentwrap .event_schedule {
		padding: 80px 0 160px;
	}
	#contentwrap .event_schedule .w984 {
		margin: 0 20px;
	}
	#contentwrap .event_schedule .w984::before,
	#contentwrap .event_schedule .w984::after {
		content: '';
		background: none;
		display: none;
	}
	#contentwrap .event_schedule .w730 h2 {
		font-size: 28px;
	}
	#contentwrap .event_schedule .w730 h3 {
		font-size: 20px;
		border-radius: 10px;
	}
	#contentwrap .event_schedule .w730 .area_schedule ul {
		display: block;
		box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.1);
		margin-bottom: 20px;
		border-radius: 10px;
	}
	#contentwrap .event_schedule .w730 .area_schedule ul:first-child {
		margin-bottom: 40px;
	}
	#contentwrap .event_schedule .w730 .area_schedule ul:first-child li:last-child {
		padding: 10px 0 40px;
	}
	#contentwrap .event_schedule .w730 .area_schedule ul li:first-child {
		width: 100%;
		height: auto;
		font-size: 18px;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
		border-bottom-left-radius: 0;
		padding: 8px 0;
	}
	#contentwrap .event_schedule .w730 .area_schedule ul li:last-child {
		width: 100%;
		border-top-right-radius: 0;
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
		padding: 10px 0;
		font-size: 18px;
		text-align: center;
	}
	#contentwrap .event_schedule .w730 .area_schedule ul li:last-child span.time,
	#contentwrap .event_schedule .w730 .area_schedule ul li:last-child p span.time {
		display: block;
		font-size: 18px;
	}
	#contentwrap .event_schedule .w730 .area_schedule ul li:last-child p {
		font-size: 21px;
	}
	#contentwrap .event_schedule .w730 .area_schedule ul li:last-child p.font {
		line-height: 1.2;
		padding: 10px 0;
	}
	#contentwrap .event_schedule .w730 .area_schedule ul li:last-child a.btn {
		width: 80%;
		font-size: 19px;
		position: absolute;
		bottom: -20px;
		right: 10%;
		padding: 12px;
		border-radius: 10px;
	}
	#contentwrap .event_schedule .w730 .area_schedule ul li:last-child a.btn span.icon {
		display: inline;
		font-size: 12px;
		padding-left: 10px;
		color: #fff;
		vertical-align: middle;
	}
	#contentwrap .event_schedule .w730 .area_schedule ul.last li:first-child,
	#contentwrap .event_schedule .w730 .area_schedule ul.last li:last-child {
		width: 100%;
	}
	#contentwrap .event_schedule .w730 .area_schedule ul li:last-child p.font {
		background: none;
	}
	#contentwrap .event_schedule .w730 .area_schedule ul li:last-child p.font span.marker {
		background: linear-gradient(transparent 70%, rgba(255, 219, 56, 1) 70%);
	}
	#contentwrap .event_schedule .w730 .area_schedule ul li:last-child p.font span.time.marker {
		background: linear-gradient(transparent 40%, rgba(255, 219, 56, 1) 40%);
	}
	
}


/*----------------------------------------------

 scheduled_tour_time

----------------------------------------------*/
#contentwrap #scheduled_tour_time {
	padding-top: 180px;
	margin-top: -180px;
}
#contentwrap .scheduled_tour_time {
	padding: 40px 0;
	color: #fff;
	background-color: #FD7C50;
	border-top: 4px solid #FA5230;
	border-bottom: 4px solid #007B64;
}
#contentwrap .scheduled_tour_time .w984 {
	max-width: 984px;
	margin: 0 auto;
	position: relative;
}
#contentwrap .scheduled_tour_time .w984 h2 {
	font-size: 30px;
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-style: normal;
	text-align: center;
}
#contentwrap .scheduled_tour_time .w984 h2::before,
#contentwrap .scheduled_tour_time .w984 h2::after {
	content: '';
	display: block;
	background-image: url(../images/scheduled_tour_time_item.png);
	background-repeat: no-repeat;
	background-size: 100%;
	width: 45%;
	height: 5px;
	margin: 15px auto;
}
#contentwrap .scheduled_tour_time .w984 .item2 {
	position: absolute;
	width: 150px;
	top: -80px;
	left: 10px;
}

#contentwrap .scheduled_tour_time .w984 ul.area_tour_time {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 50px;
}
#contentwrap .scheduled_tour_time .w984 ul.area_tour_time li div p,
#contentwrap .scheduled_tour_time .w984 ul.area_tour_time li ul.sp-text li p {
	font-size: 14px;
	line-height: 1.1;
}

#contentwrap .scheduled_tour_time .w984 ul.area_tour_time li div p.time,
#contentwrap .scheduled_tour_time .w984 ul.area_tour_time li ul.sp-text li p.time,
#contentwrap .scheduled_tour_time .w984 ul.area_tour_time li ul.sp-text2 li p.time {
	font-family: "Bebas Neue", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 32px;
}
#contentwrap .scheduled_tour_time .w984 ul.area_tour_time li div.text-R,
#contentwrap .scheduled_tour_time .w984 ul.area_tour_time li ul.sp-text li p.text-R,
#contentwrap .scheduled_tour_time .w984 ul.area_tour_time li ul.sp-text li p.time.text-R,
#contentwrap .scheduled_tour_time .w984 ul.area_tour_time li ul.sp-box div.sp-text p.text-R,
#contentwrap .scheduled_tour_time .w984 ul.area_tour_time li ul.sp-box div.sp-text p.time.text-R {
	text-align: right;
}
#contentwrap .scheduled_tour_time .w984 ul.area_tour_time li div.text-L,
#contentwrap .scheduled_tour_time .w984 ul.area_tour_time li ul.sp-text li p.text-L,
#contentwrap .scheduled_tour_time .w984 ul.area_tour_time li ul.sp-text li p.time.text-L,
#contentwrap .scheduled_tour_time .w984 ul.area_tour_time li ul.sp-box div.sp-text p.text-L,
#contentwrap .scheduled_tour_time .w984 ul.area_tour_time li ul.sp-box div.sp-text p.time.text-L {
	text-align: left;
}
#contentwrap .scheduled_tour_time .w984 ul.area_tour_time li:last-child {
	margin-bottom: 50px;	
}
#contentwrap .scheduled_tour_time .w984 ul.area_tour_time li ul.sp-text,
#contentwrap .scheduled_tour_time .w984 ul.area_tour_time li ul.sp-text2 {
	display: none;
}
#contentwrap .scheduled_tour_time ul.area_tour_time li div.img,
#contentwrap .scheduled_tour_time ul.area_tour_time li div.img2,
#contentwrap .scheduled_tour_time ul.area_tour_time li div.img3 {
	filter: drop-shadow( 5px 5px 5px rgb(0, 0, 0, 0.16));
	margin: 5px auto 10px;
}
#contentwrap .scheduled_tour_time ul.area_tour_time li div.img3 {
	margin: 20px auto 10px;
}
#contentwrap .scheduled_tour_time ul.area_tour_time li:last-child div.text-R p:last-child {
	line-height: 1.2;
}

@media screen and (max-width: 768px) {
	#contentwrap .scheduled_tour_time {
		padding: 50px 0;
	}
	#contentwrap .scheduled_tour_time .w984 {
		margin: 0 20px;
	}
	#contentwrap .scheduled_tour_time .w984 h2 {
		font-size: 34px;
		line-height: 1.5;
	}
	#contentwrap .scheduled_tour_time .w984 .item2 {
		width: 40%;
		top: -140px;
		left: 30%;
	}
	#contentwrap .scheduled_tour_time .w984 h2::before,
	#contentwrap .scheduled_tour_time .w984 h2::after {
		content: '';
		background-size: cover;
		width: 75%;
	}
	#contentwrap .scheduled_tour_time .w984 ul.area_tour_time {
		display: block;
		margin-top: 50px;
	}
	#contentwrap .scheduled_tour_time .w984 ul.area_tour_time li.item {
		width: 70%;
		margin: 10px auto 0;
	}
	#contentwrap .scheduled_tour_time .w984 ul.area_tour_time li ul.sp-text,
	#contentwrap .scheduled_tour_time .w984 ul.area_tour_time li ul.sp-box {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	#contentwrap .scheduled_tour_time .w984 ul.area_tour_time li ul.sp-text,
	#contentwrap .scheduled_tour_time .w984 ul.area_tour_time li ul.sp-box div.sp-text {
		margin: 0 10px;
	}

	#contentwrap .scheduled_tour_time .w984 ul.area_tour_time li ul.sp-text li:last-child,
	#contentwrap .scheduled_tour_time .w984 ul.area_tour_time li ul.sp-box li:last-child {
		margin-bottom: 0;
	}
	#contentwrap .scheduled_tour_time .w984 ul.area_tour_time li ul.sp-text2 {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	#contentwrap .scheduled_tour_time .w984 ul.area_tour_time li ul.sp-text2 p {
		font-size: 14px;
	}
	#contentwrap .scheduled_tour_time .w984 ul.area_tour_time li ul.sp-text2 li p.time {
		text-align: center;
	}
	#contentwrap .scheduled_tour_time .w984 ul.area_tour_time li:last-child {
		margin-bottom: 0;
	}
}

/*----------------------------------------------

 highlights

----------------------------------------------*/
#contentwrap .highlights {
	margin-top: 5px;
	padding: 90px 0 40px;
	color: #fff;
	background-color: #007B64;
}
#contentwrap .highlights .w984 {
	max-width: 984px;
	margin: 0 auto;
	position: relative;
}
#contentwrap .highlights .w984 h2 {
	font-size: 30px;
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-style: normal;
	text-align: center;
	position: relative;
	line-height: 1.428;
}
#contentwrap .highlights .w984 h2::before,
#contentwrap .highlights .w984 h2::after {
	content: '';
	background-image: url(../images/beginning_item2.png);
	background-repeat: no-repeat;
	background-size: 100%;
	width: 168px;
	height: 28px;
	position: absolute;
	top: 50%;
}
#contentwrap .highlights .w984 h2::before {
	left: 0;
}
#contentwrap .highlights .w984 h2::after {
	right: 0;
}
#contentwrap .highlights .w984 h2 span {
	display: block;
}
#contentwrap .highlights .w984 h2 span.item {
	width: 86px;
	margin: 0 auto;
}
#contentwrap .highlights .w984 h2 span.text {
	font-size: 50px;
	text-decoration: underline;
	text-decoration-thickness: 0.5em;
	text-decoration-color: rgba(38, 143, 123, 0.4);
	text-underline-offset: -0.2em;
	text-decoration-skip-ink: none;
}
#contentwrap .highlights .w984 .area_font-contest {
	margin: 50px auto 80px;
	position: relative;
}
#contentwrap .highlights .w984 .area_font-contest p {
	width: 420px;
	color: #FB5231;
	font-size: 22px;
	font-weight: 600;
	background-color: #FFDB38;
	text-align: center;
	padding: 5px 0;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	margin: 0 auto;
}
#contentwrap .highlights .w984 .area_font-contest div.box {
	display: flex;
    justify-content: center;
    align-items: center;
	background-color: #fff;
	border: 3px solid #FFDB38;
	border-radius: 50px;
	color: #007B64;
	text-align: center;
	padding: 5px 0;
	font-size: 25px;
	font-weight: 600;
	height: 90px;
}
#contentwrap .highlights .w984 .area_font-contest div.box span.icon {
	display: inline-block;
	width: 40px;
	margin-right: 20px;
}
#contentwrap .highlights .w984 .area_font-contest div.box span.text {
	font-size: 30px;
	color: #FB5231;
	margin-right: 5px;
}
#contentwrap .highlights .w984 .area_font-contest div.box span.text2 {
	background-color: #FB5231;
	font-size: 24px;
	color: #fff;
	border-radius: 5px;
	padding: 10px;
	margin: 0 5px;
	letter-spacing: 0.05em;
}
#contentwrap .highlights .w984 .area_font-contest div.box span.fs25 {
	font-size: 25px;
}
#contentwrap .highlights .w984 .area_font-contest div.box span.fs30 {
	font-size: 30px;
	margin-left: 5px;
}
#contentwrap .highlights .w984 .area_font-contest div.box a.btn {
	display: flex;
    justify-content: center;
    align-items: center;
	background-color: #007B64;
	font-size: 17px;
	color: #fff;
	border-radius: 40px;
	padding: 10px 10px 10px 30px;
	margin-left: 30px;
}
#contentwrap .highlights .w984 .area_font-contest div.box a.btn span.item {
	font-size: 12px;
	margin-left: 10px;
}
#contentwrap .highlights .w984 .area_font-contest .item2 {
	position: absolute;
	width: 74px;
	bottom: -44px;
	right: 26%;
}
#contentwrap .highlights .w984 .area_font-contest .item3 {
	position: absolute;
	width: 75px;
	top: -30px;
	right: 25%;
}
#contentwrap .highlights .w984 ul.wrap_font-contest_L,
#contentwrap .highlights .w984 ul.wrap_font-contest_R {
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: 70px;
}
#contentwrap .highlights .w984 ul.wrap_font-contest_L {
	justify-content: flex-start;
}
#contentwrap .highlights .w984 ul.wrap_font-contest_R {
	justify-content: flex-end;
}
#contentwrap .highlights .w984 ul.wrap_font-contest_L li.area_img,
#contentwrap .highlights .w984 ul.wrap_font-contest_R li.area_img {
	position: relative;
	width: 70%;
}
#contentwrap .highlights .w984 ul.wrap_font-contest_L li.area_img.child_1,
#contentwrap .highlights .w984 ul.wrap_font-contest_R li.area_img.child_1 {
	order: 2;
}
#contentwrap .highlights .w984 ul.wrap_font-contest_L li.area_img .icon {
	position: absolute;
	top: -30px;
	left: -20px;
	width: 121px;
}
#contentwrap .highlights .w984 ul.wrap_font-contest_R li.area_img .icon {
	position: absolute;
	top: -30px;
	right: -25px;
	width: 121px;
}
#contentwrap .highlights .w984 ul.wrap_font-contest_L li.area_text,
#contentwrap .highlights .w984 ul.wrap_font-contest_R li.area_text,
#contentwrap .highlights .w984 ul.wrap_font-contest_L li.area_text2,
#contentwrap .highlights .w984 ul.wrap_font-contest_R li.area_text2,
#contentwrap .highlights .w984 ul.wrap_font-contest_L li.area_text3,
#contentwrap .highlights .w984 ul.wrap_font-contest_R li.area_text3 {
	width: 35%;
	margin-left: -5%;
	z-index: 100;
	text-align: right;
}
#contentwrap .highlights .w984 ul.wrap_font-contest_L li.area_text2,
#contentwrap .highlights .w984 ul.wrap_font-contest_R li.area_text2 {
	width: 44%;
	margin-left: 0;
	margin-right: -5%;
	text-align: left;
}
#contentwrap .highlights .w984 ul.wrap_font-contest_L li.area_text3,
#contentwrap .highlights .w984 ul.wrap_font-contest_R li.area_text3 {
	width: 40%;
	margin-left: -10%;
}
#contentwrap .highlights .w984 ul.wrap_font-contest_L li.area_text p,
#contentwrap .highlights .w984 ul.wrap_font-contest_R li.area_text p,
#contentwrap .highlights .w984 ul.wrap_font-contest_L li.area_text2 p,
#contentwrap .highlights .w984 ul.wrap_font-contest_R li.area_text2 p,
#contentwrap .highlights .w984 ul.wrap_font-contest_L li.area_text3 p,
#contentwrap .highlights .w984 ul.wrap_font-contest_R li.area_text3 p {
	display: inline-block;
	background-color: #FFDB37;
	color: #333333;
	font-size: 38px;
	font-weight: 600;
	padding: 15px 20px;
}
#contentwrap .highlights .w984 ul.wrap_font-contest_L li.area_text p.text,
#contentwrap .highlights .w984 ul.wrap_font-contest_R li.area_text p.text,
#contentwrap .highlights .w984 ul.wrap_font-contest_L li.area_text2 p.text,
#contentwrap .highlights .w984 ul.wrap_font-contest_R li.area_text2 p.text,
#contentwrap .highlights .w984 ul.wrap_font-contest_L li.area_text3 p.text,
#contentwrap .highlights .w984 ul.wrap_font-contest_R li.area_text3 p.text {
	font-size: 20px;
	margin-bottom: 10px;
}
#contentwrap .highlights .w984 ul.wrap_font-contest_L li.area_text p.text2,
#contentwrap .highlights .w984 ul.wrap_font-contest_R li.area_text p.text2,
#contentwrap .highlights .w984 ul.wrap_font-contest_L li.area_text2 p.text2,
#contentwrap .highlights .w984 ul.wrap_font-contest_R li.area_text2 p.text2,
#contentwrap .highlights .w984 ul.wrap_font-contest_L li.area_text3 p.text2,
#contentwrap .highlights .w984 ul.wrap_font-contest_R li.area_text3 p.text2 {
	font-size: 30px;
}
#contentwrap .highlights .w984 ul.wrap_font-contest_R li.area_text2 p.text {
	width: 105%;
}
#contentwrap .highlights .w984 ul.wrap_font-contest_L li.area_text3 p.text {
	width: 105%;
	margin-left: -20px;
}
#contentwrap .highlights .w984 ul.wrap_font-contest_L li.area_text p.text2.last {
	margin-bottom: 10px;
}
#contentwrap .highlights .w984 ul.wrap_font-contest_L li.area_text p.text.last {
	width: 117%;
    margin-left: -29.5%;
	text-align: left;
}
#contentwrap .highlights .w984 ul.wrap_font-contest_L li.area_text3 p.text2,
#contentwrap .highlights .w984 ul.wrap_font-contest_R li.area_text3 p.text2 {
	width: 133%;
	margin-left: -33.5%;
}
#contentwrap .highlights .w984 ul.wrap_font-contest_L li.item4,
#contentwrap .highlights .w984 ul.wrap_font-contest_L li.item5,
#contentwrap .highlights .w984 ul.wrap_font-contest_R li.item6,
#contentwrap .highlights .w984 ul.wrap_font-contest_R li.item7,
#contentwrap .highlights .w984 ul.wrap_font-contest_L li.item8,
#contentwrap .highlights .w984 ul.wrap_font-contest_L li.item9,
#contentwrap .highlights .w984 ul.wrap_font-contest_R li.item10,
#contentwrap .highlights .w984 ul.wrap_font-contest_R li.item11,
#contentwrap .highlights .w984 ul.wrap_font-contest_L li.item12,
#contentwrap .highlights .w984 ul.wrap_font-contest_L li.item13 {
	position: absolute;
}
#contentwrap .highlights .w984 ul.wrap_font-contest_L li.item4,
#contentwrap .highlights .w984 ul.wrap_font-contest_L li.item8,
#contentwrap .highlights .w984 ul.wrap_font-contest_L li.item12 {
	width: 106px;
	top: 160px;
	left: -160px;
}
#contentwrap .highlights .w984 ul.wrap_font-contest_L li.item5 {
	width: 300px;
	top: -20px;
	right: -130px;
}
#contentwrap .highlights .w984 ul.wrap_font-contest_R li.item6 {
	width: 106px;
	top: 140px;
	right: -200px;
}
#contentwrap .highlights .w984 ul.wrap_font-contest_R li.item7 {
	width: 300px;
	top: 215px;
	left: -200px;
}
#contentwrap .highlights .w984 ul.wrap_font-contest_L li.item9 {
	width: 300px;
	top: 60px;
	right: -130px;
	transform: scale(-1, 1);
}
#contentwrap .highlights .w984 ul.wrap_font-contest_R li.item10 {
	width: 106px;
	top: 160px;
	right: -200px;
}
#contentwrap .highlights .w984 ul.wrap_font-contest_R li.item11 {
	width: 300px;
	top: 230px;
	left: -190px;
	transform: scale(-1, 1);
}
#contentwrap .highlights .w984 ul.wrap_font-contest_L li.item13 {
	width: 300px;
	top: 10px;
	right: -190px;
	transform: scale(-1, 1);
}

#contentwrap .highlights .w984 ul.wrap_font-contest_L li.item14,
#contentwrap .highlights .w984 ul.wrap_font-contest_L li.item15 {
	display: none;
}

@media screen and (max-width: 768px) {
	#contentwrap .highlights {
		padding: 50px 0 40px;
	}
	#contentwrap .highlights .w984 {
		margin: 0 20px;
	}
	#contentwrap .highlights .w984 h2 span.text {
		font-size: 45px;
	}
	#contentwrap .highlights .w984 h2::before,
	#contentwrap .highlights .w984 h2::after {
		width: 98px;
		height: 20px;
		position: absolute;
		top: 15%;
		transform: scale(-1, 1);
	}
	#contentwrap .highlights .w984 .area_font-contest p {
		width: 90%;
		font-size: 16px;
		padding: 5px 0;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
	}
	#contentwrap .highlights .w984 .area_font-contest .item3 {
		width: 63px;
		top: -30px;
		right: -16px;
	}
	#contentwrap .highlights .w984 .area_font-contest div.box {
		display: block;
		border-radius: 20px;
		padding: 5px 0 20px;
		height: auto;
		line-height: 2;
	}
	#contentwrap .highlights .w984 .area_font-contest div.box span.icon {
		width: 38px;
		margin-right: 0;
		line-height: 1.5;
	}
	#contentwrap .highlights .w984 .area_font-contest div.box span.text2 {
		display: block;
		margin: 0 auto;
		width: 70%;
		padding: 0;
	}
	#contentwrap .highlights .w984 .area_font-contest div.box a.btn {
		margin: 0 auto;
		width: 70%;
	}
	#contentwrap .highlights .w984 .area_font-contest div.box span.text {
		margin-right: 0;
	}
	#contentwrap .highlights .w984 .area_font-contest div.box span.fs30 {
		margin-left: 0;
	}
	#contentwrap .highlights .w984 .area_font-contest .item2 {
		right: 16%;
	}
	#contentwrap .highlights .w984 ul.wrap_font-contest_L, #contentwrap .highlights .w984 ul.wrap_font-contest_R {
		display: block;
		margin: 0 -20px 70px;
	}
	#contentwrap .highlights .w984 ul.wrap_font-contest_L li.area_img,
	#contentwrap .highlights .w984 ul.wrap_font-contest_R li.area_img {
		width: 100%;
	}
	#contentwrap .highlights .w984 ul.wrap_font-contest_L li.area_text p,
	#contentwrap .highlights .w984 ul.wrap_font-contest_R li.area_text p,
	#contentwrap .highlights .w984 ul.wrap_font-contest_L li.area_text2 p,
	#contentwrap .highlights .w984 ul.wrap_font-contest_R li.area_text2 p,
	#contentwrap .highlights .w984 ul.wrap_font-contest_L li.area_text3 p,
	#contentwrap .highlights .w984 ul.wrap_font-contest_R li.area_text3 p {
		display: block;
		font-size: 26px;
		padding: 15px 0;
		width: 100%;
	}
	#contentwrap .highlights .w984 ul.wrap_font-contest_L li.area_text,
	#contentwrap .highlights .w984 ul.wrap_font-contest_R li.area_text,
	#contentwrap .highlights .w984 ul.wrap_font-contest_L li.area_text2,
	#contentwrap .highlights .w984 ul.wrap_font-contest_R li.area_text2,
	#contentwrap .highlights .w984 ul.wrap_font-contest_L li.area_text3,
	#contentwrap .highlights .w984 ul.wrap_font-contest_R li.area_text3 {
		width: 100%;
		margin-left: 0;
		text-align: center;
	}
	#contentwrap .highlights .w984 ul.wrap_font-contest_L li.area_text p.text,
	#contentwrap .highlights .w984 ul.wrap_font-contest_R li.area_text p.text,
	#contentwrap .highlights .w984 ul.wrap_font-contest_L li.area_text2 p.text,
	#contentwrap .highlights .w984 ul.wrap_font-contest_R li.area_text2 p.text,
	#contentwrap .highlights .w984 ul.wrap_font-contest_L li.area_text3 p.text,
	#contentwrap .highlights .w984 ul.wrap_font-contest_R li.area_text3 p.text {
		font-size: 18px;
		margin-bottom: 0;
	}
	#contentwrap .highlights .w984 ul.wrap_font-contest_R li.area_text2 p.text {
		width: 100%;
		padding: 10px 0 0;
	}
	#contentwrap .highlights .w984 ul.wrap_font-contest_L li.area_text p.text2,
	#contentwrap .highlights .w984 ul.wrap_font-contest_R li.area_text p.text2,
	#contentwrap .highlights .w984 ul.wrap_font-contest_L li.area_text2 p.text2,
	#contentwrap .highlights .w984 ul.wrap_font-contest_R li.area_text2 p.text2,
	#contentwrap .highlights .w984 ul.wrap_font-contest_L li.area_text3 p.text2,
	#contentwrap .highlights .w984 ul.wrap_font-contest_R li.area_text3 p.text2 {
		font-size: 26px;
		padding: 15px 0 10px;
	}
	#contentwrap .highlights .w984 ul.wrap_font-contest_L li.area_text3 p.text {
		width: 100%;
		margin-left: 0;
		padding: 10px 0 0;
	}
	#contentwrap .highlights .w984 ul.wrap_font-contest_L li.area_text3 p.text2,
	#contentwrap .highlights .w984 ul.wrap_font-contest_R li.area_text3 p.text2 {
		width: 100%;
		margin-left: 0;
		line-height: 1.3;
	}
	#contentwrap .highlights .w984 ul.wrap_font-contest_L li.area_img .icon {
		left: 10px;
	}
	#contentwrap .highlights .w984 ul.wrap_font-contest_R li.area_img .icon {
		right: 10px;
	}
	#contentwrap .highlights .w984 ul.wrap_font-contest_L li.area_text p.text2.last {
		margin-bottom: 0;
		padding: 10px 0 0;
	}
	#contentwrap .highlights .w984 ul.wrap_font-contest_L li.area_text p.text.last {
		width: 100%;
		margin-left: 0;
		text-align: center;
		padding: 15px 0;
	}
	#contentwrap .highlights .w984 ul.wrap_font-contest_L li.item4,
	#contentwrap .highlights .w984 ul.wrap_font-contest_R li.item6,
	#contentwrap .highlights .w984 ul.wrap_font-contest_L li.item8,
	#contentwrap .highlights .w984 ul.wrap_font-contest_R li.item10 {
		display: none;
	}
	#contentwrap .highlights .w984 ul.wrap_font-contest_L li.item5 {
		width: 150px;
		top: -40px;
		right: 20px;
		transform: scale(-1, 1);
	}
	#contentwrap .highlights .w984 ul.wrap_font-contest_R li.item7 {
		width: 150px;
		top: -55px;
		left: 20px;
	}
	#contentwrap .highlights .w984 ul.wrap_font-contest_L li.item9 {
		width: 150px;
		top: -50px;
		right: 20px;
		transform: scale(-1, 1);
	}
	#contentwrap .highlights .w984 ul.wrap_font-contest_R li.item11 {
		width: 150px;
		top: -50px;
		left: 20px;
		transform: none;
	}
	#contentwrap .highlights .w984 ul.wrap_font-contest_L li.item13 {
		width: 150px;
		top: -50px;
		right: 20px;
		transform: scale(-1, 1);
	}
	#contentwrap .highlights .w984 ul.wrap_font-contest_L li.item14,
	#contentwrap .highlights .w984 ul.wrap_font-contest_L li.item15 {
		display: block;
		position: absolute;
		width: 98px;
		height: 20px;
		bottom: -17%;
		transform: scale(-1, 1);
	}
	#contentwrap .highlights .w984 ul.wrap_font-contest_L li.item14 {
		left: 20px;
	}
	#contentwrap .highlights .w984 ul.wrap_font-contest_L li.item15 {
		right: 20px;
	}
}

@media screen and (max-width: 330px) {
	#contentwrap .highlights .w984 h2 {
		font-size: 26px;
	}
	#contentwrap .highlights .w984 h2 span.text {
		font-size: 40px;
	}
	#contentwrap .highlights .w984 .area_font-contest p {
		font-size: 14px;
	}
	#contentwrap .highlights .w984 .area_font-contest div.box span.text2 {
		font-size: 20px;
	}
	#contentwrap .highlights .w984 .area_font-contest .item3 {
		width: 53px;
		top: -20px;
		right: -17px;
	}
}


/*----------------------------------------------

 map

----------------------------------------------*/
#contentwrap .map {
	margin-top: 5px;
	padding: 156px 0 40px;
	color: #333333;
	border-top: 4px solid #007B64;
	border-bottom: 4px solid #007B64;
}
#contentwrap .map .w984 {
	max-width: 984px;
	margin: 0 auto;
	position: relative;
}
#contentwrap .map .w984::before,
#contentwrap .map .w984::after {
	content: '';
	background-image: url(../images/map_item.png);
	background-repeat: no-repeat;
	background-size: 100%;
	width: 308px;
	height: 82px;
	position: absolute;
	top: 0;
}
#contentwrap .map .w984::before {
	left: -140px;
}
#contentwrap .map .w984::after {
	right: -140px;
	transform: scale(-1, 1);
}
#contentwrap .map .w984 h2 {
	font-size: 35px;
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-style: normal;
	text-align: center;
}
#contentwrap .map .w984 p {
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	color: #007B64;
	margin-top: 30px;
}
#contentwrap .map .w984 a.a_btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 400px;
	height: 62px;
	margin: 0 auto;
	color: #fff;
	font-size: 17px;
	margin-top: 50px;
	border: 2px solid #FD7C50;
}
#contentwrap .map .w984 .map-img + a.a_btn {
	margin-top: 0;
}
#contentwrap .map .w984 a p.btn {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #333333;
	width: 388px;
	height: 50px;
	color: #fff;
	font-size: 17px;
	padding: 10px;
	margin-top: 0;
	position: relative;
}
#contentwrap .map .w984 a p.btn::after {
	content: '';
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-size: 100%;
	width: 6px;
	height: 12px;
	position: absolute;
	top: 50%;
    right: 10px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
	#contentwrap .map {
		margin-top: 5px;
		padding: 120px 0 20px;
	}
	#contentwrap .map .w984 {
		margin: 0 20px;
	}
	#contentwrap .map .w984::before, #contentwrap .map .w984::after {
		width: 148px;
		height: 39px;
		position: absolute;
		top: -60px;
	}
	#contentwrap .map .w984::before {
		left: -20px;
	}
	#contentwrap .map .w984::after {
		right: -20px;
	}
	#contentwrap .map .w984 h2 {
		font-size: 32px;
	}
	#contentwrap .map .w984 p {
		font-size: 15px;
		line-height: 1.5;
	}
	#contentwrap .map .w984 a.a_btn {
		width: 90%;
		height: 62px;
		font-size: 17px;
	}
	#contentwrap .map .w984 a p.btn {
		width: 98%;
		height: 50px;
		font-size: 17px;
		padding: 10px;
	}
}

@media screen and (max-width: 330px) {
	#contentwrap .map .w984 h2 {
		font-size: 28px;
	}
	#contentwrap .highlights .w984 ul.wrap_font-contest_L li.area_text p,
	#contentwrap .highlights .w984 ul.wrap_font-contest_R li.area_text p,
	#contentwrap .highlights .w984 ul.wrap_font-contest_L li.area_text2 p,
	#contentwrap .highlights .w984 ul.wrap_font-contest_R li.area_text2 p,
	#contentwrap .highlights .w984 ul.wrap_font-contest_L li.area_text3 p,
	#contentwrap .highlights .w984 ul.wrap_font-contest_R li.area_text3 p {
		font-size: 23px;
		padding: 15px 10px;
	}
	#contentwrap .highlights .w984 ul.wrap_font-contest_R li.area_text2 p.text {
		padding: 10px 10px 0;
		font-size: 15px;
		line-height: 1.5;
	}
	#contentwrap .highlights .w984 ul.wrap_font-contest_L li.area_text3 p.text {
		width: 100%;
		margin-left: 0;
		padding: 10px 10px 0;
		font-size: 15px;
	}
	#contentwrap .highlights .w984 ul.wrap_font-contest_L li.area_text p.text2,
	#contentwrap .highlights .w984 ul.wrap_font-contest_R li.area_text p.text2,
	#contentwrap .highlights .w984 ul.wrap_font-contest_L li.area_text2 p.text2,
	#contentwrap .highlights .w984 ul.wrap_font-contest_R li.area_text2 p.text2,
	#contentwrap .highlights .w984 ul.wrap_font-contest_L li.area_text3 p.text2,
	#contentwrap .highlights .w984 ul.wrap_font-contest_R li.area_text3 p.text2 {
		font-size: 23px;
		padding: 15px 10px 10px;
	}
	#contentwrap .highlights .w984 ul.wrap_font-contest_L li.area_text p.text.last {
		font-size: 15px;
	}
}

/*----------------------------------------------

 special_feature

----------------------------------------------*/
#contentwrap .special_feature ul {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin-top: 5px;
	background-color: #333333;
	position: relative;
}
#contentwrap .special_feature ul li.child_1 {
	order: 2;
	width: 40%;
	color: #fff;
	padding-left: 20px;
}
#contentwrap .special_feature ul li.child_2 {
	order: 1;
	width: 60%;
}
#contentwrap .special_feature ul::before {
	content: '';
	background-image: url(../images/special_feature_item.png);
	background-repeat: no-repeat;
	background-size: 100%;
	position: absolute;
	top: 0;
	right: 39.5%;
	width: 9%;
	height: 100%;
}
#contentwrap .special_feature ul li.child_1 h2 {
	font-size: 28px;
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-style: normal;
	text-align: left;
	line-height: 1.428;
}
#contentwrap .special_feature a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 180px;
	height: 46px;
	color: #fff;
	font-size: 17px;
	margin-top: 30px;
	border: 1px solid #fff;
}
#contentwrap .special_feature a p.btn {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #333333;
	width: 168px;
	height: 34px;
	color: #fff;
	font-size: 17px;
	padding: 10px;
	margin-top: 0;
	position: relative;
	border: 1px solid #fff;
}
#contentwrap .special_feature a p.btn::after {
	content: '';
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-size: 100%;
	width: 6px;
	height: 12px;
	position: absolute;
	top: 50%;
    right: 10px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
	#contentwrap .special_feature ul {
		display: block;
	}
	#contentwrap .special_feature ul::before {
		content: '';
		background: none;
		display: none;
	}
	#contentwrap .special_feature ul li.child_1 {
		width: 100%;
		padding-left: 0;
		padding: 40px 0;
	}
	#contentwrap .special_feature ul li.child_1 h2 {
		font-size: 30px;
		text-align: center;
	}
	#contentwrap .special_feature a {
		width: 60%;
		height: 54px;
		font-size: 15px;
		margin: 30px auto 0;
	}
	#contentwrap .special_feature a p.btn {
		width: 95%;
		height: 42px;
		font-size: 15px;
	}
	#contentwrap .special_feature ul li.child_2 {
		width: 100%;
	}
}

@media screen and (max-width: 330px) {
	#contentwrap .special_feature ul li.child_1 h2 {
		font-size: 25px;
	}
}


/*----------------------------------------------

 app

----------------------------------------------*/
#contentwrap .app {
	padding: 100px 0 140px;
	color: #333333;
}
#contentwrap .app .w984 {
	max-width: 984px;
	margin: 0 auto;
	position: relative;
}
#contentwrap .app .w984 .wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border: 10px solid #D74814;
	position: relative;
}
#contentwrap .app .w984 .wrap::before {
	content: '';
	background-image: url(../images/app_itemL.png);
	background-repeat: no-repeat;
	background-size: 100%;
	width: 46px;
	height: 46px;
	position: absolute;
	top: 0;
	left: 0;
}
#contentwrap .app .w984 .wrap::after {
	content: '';
	background-image: url(../images/app_itemR.png);
	background-repeat: no-repeat;
	background-size: 100%;
	width: 46px;
	height: 46px;
	position: absolute;
	top: 0;
	right: 0;
}
#contentwrap .app .w984 .wrap .box01{
	width: 60%;
}
#contentwrap .app .w984 .wrap .box02{
	width: 40%;
	padding: 50px 0;
	background-color: #EBE6D7;
}

#contentwrap .app .w984 .wrap ul.wrap_01,
#contentwrap .app .w984 .wrap ul.wrap_02 {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
}
#contentwrap .app .w984 .wrap ul.wrap_02 {
	justify-content: center;
}
#contentwrap .app .w984 .wrap ul.wrap_01 li:first-child {
	width: 25%;
}
#contentwrap .app .w984 .wrap ul.wrap_01 li h2 {
	font-size: 35px;
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-style: normal;
	color: #D74814;
	margin-bottom: 30px;
	line-height: 1.3;
	text-align: left;
}
#contentwrap .app .w984 .wrap ul.wrap_01 li p {
	font-size: 14px;
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-style: normal;
	line-height: 1.571;
	text-align: left;
}
#contentwrap .app .w984 .wrap ul.wrap_02 li {
	width: 27%;
	margin: 0 10px;
}
#contentwrap .app .w984 .wrap ul.wrap_02 li a {
	display: block;
	margin-top: 20px;
}

@media screen and (max-width: 768px) {
	#contentwrap .app {
		padding: 80px 0;
	}
	#contentwrap .app .w984 {
		margin: 0 20px;
	}
	#contentwrap .app .w984 .wrap {
		display: block;
	}
	#contentwrap .app .w984 .wrap ul.wrap_01,
	#contentwrap .app .w984 .wrap ul.wrap_02 {
		display: block;
	}
	#contentwrap .app .w984 .wrap .box01 {
		width: 100%;
	}
	#contentwrap .app .w984 .wrap ul.wrap_01 li:first-child {
		width: 25%;
		margin: 20px auto;
	}
	#contentwrap .app .w984 .wrap ul.wrap_01 li h2 {
		font-size: 26px;
		margin-bottom: 10px;
		text-align: center;
	}
	#contentwrap .app .w984 .wrap ul.wrap_01 li h2 span {
		padding-left: 10px;
	}
	#contentwrap .app .w984 .wrap ul.wrap_01 li p {
		line-height: 1.571;
		text-align: center;
		margin-bottom: 20px;
	}
	#contentwrap .app .w984 .wrap .box02 {
		width: 100%;
		padding: 20px 0;
	}
	#contentwrap .app .w984 .wrap ul.wrap_02 li {
		width: 60%;
		margin: 0 auto;
	}
	#contentwrap .app .w984 .wrap ul.wrap_02 li a {
		margin-top: 10px;
	}
	#contentwrap .app .w984 .wrap ul.wrap_02 li:first-child a {
		margin-top: 0;
	}
}

@media screen and (max-width: 330px) {
	#contentwrap .app .w984 .wrap ul.wrap_01 li h2 {
		font-size: 22px;
	}
	#contentwrap .app .w984 .wrap ul.wrap_01 li p {
		font-size: 12px;
	}
}


/*----------------------------------------------

 mv_f

----------------------------------------------*/
#contentwrap .mv_f .bg-img {
	background-image: url(../images/mv_f_bg.png);
	background-repeat: repeat-x;
	background-size: 1440px auto;
	width: 100%;
	height: 404px;
	position: relative;
	border-bottom: 4px solid #FFBB30;
}
#contentwrap .mv_f .bg-img .w984 {
	max-width: 984px;
	margin: 0 auto;
}
#contentwrap .mv_f .bg-img .w984 div {
	position: absolute;
	top: 58%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	width: 964px;
}
#contentwrap .mv_f .bg-img2 {
	background-image: url(../images/mv_f_bg2.png);
	background-repeat: repeat-x;
	background-size: 1440px auto;
	width: 100%;
	height: 200px;
	margin-top: 4px;
}
#contentwrap .mv_f .bg-img2 ul {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 984px;
	margin: 0 auto;
	height: 200px;
}
#contentwrap .mv_f .bg-img2 ul li:first-child {
	width: 178px;
}
#contentwrap .mv_f .bg-img2 ul li:last-child a {
	width: 45%;
	margin-left: 50px;
	font-size: 30px;
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-style: normal;
	color: #fff;
	position: relative;
}
#contentwrap .mv_f .bg-img2 ul li:last-child a::after {
	content: '';
	background-image: url(../images/mv_f_item.png);
	background-repeat: no-repeat;
	background-size: 100%;
	width: 22px;
	height: 22px;
	position: absolute;
	top: 50%;
	right: -60px;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
	#contentwrap .mv_f {
		overflow: hidden;
	}	
	#contentwrap .mv_f .bg-img .w984 div {
		width: 468px;
	}
	#contentwrap .mv_f .bg-img2 {
		width: 100%;
		height: auto;
		margin-top: 4px;
	}
	#contentwrap .mv_f .bg-img2 ul {
		display: block;
		height: auto;
		padding: 35px 0 45px;
	}
	#contentwrap .mv_f .bg-img2 ul li:first-child {
		margin: 0 auto 20px;
	}
	#contentwrap .mv_f .bg-img2 ul li:last-child a {
		display: block;
		width: 100%;
		margin-left: -10px;
		font-size: 22px;
		text-align: center;
	}
	#contentwrap .mv_f .bg-img2 ul li:last-child a::after {
		width: 19px;
		height: 20px;
		right: 20px;
	}
}

@media screen and (max-width: 330px) {
	#contentwrap .mv_f .bg-img2 ul li:last-child a {
		margin-left: 0;
		font-size: 18px;
	}
}

/* custom */
.width-revert{
	width: revert-layer;
}
.group_anchor_links{
	display: block;
	padding: 20px 16px;
	background-color: #007B64;
}
.group_anchor_links ul{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	height: 64px;
	max-width: 854px;
	border-radius: 40px;
	background-color: rgba(255, 255, 255, 0.2);
	margin: 0 auto;
	gap: 30px;
	align-items: center;
	justify-content: center;
}
.group_anchor_links ul:before{
	content: '';
	display: block;
	position: absolute;
	z-index: 0;
	width: calc(100% - 8px);
	height: calc(100% - 8px);
	border: 3px solid #007B64;
	border-radius: 40px;
}
.group_anchor_links ul li{
	display: inline-flex;
	position: relative;
	z-index: 1;
}
.group_anchor_links ul li a img{
	width: revert-layer;
}
#contentwrap .beginning{
	padding: 107px 0;
	padding-top: 28px;
}
#contentwrap .beginning .w984 .item_1{
	top: 0;
}
#contentwrap .beginning .w984 .item_2{
	top: 0;
}
#contentwrap .beginning::after{
	bottom: -116px;
}
#contentwrap .beginning .w984 ul.item-center{
	width: 100%;
	flex-direction: column;
	margin-top: 30px;
}
#contentwrap .beginning .w984 ul.item-center li{
	width: 100%;
	text-align: center;
}
#contentwrap .beginning .w984 ul.item-center li p{
	width: 100%;
	text-align: center;
	font-weight: 300;
}
#contentwrap .beginning .w984 ul.item-group-img{
	display: flex;
	justify-content: center;
	gap: 0 77px;
}
#contentwrap .beginning .w984 .item2{
	margin: 0 auto;
	margin-right: 0;
}
#contentwrap .beginning .w984 ul li.item4{
	width: 361px;
	order: 2;
}

#contentwrap .w984.w-extra{
	max-width: 1044px;
}
#contentwrap .highlights{
	margin-top: 0;
}
#contentwrap .highlights .w984 .area_font-contest{
	max-width: 984px;
}
#contentwrap .list-hightlights{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
	gap: 80px 106px;
	margin-top: -100px;
	margin-bottom: 80px;
}

#contentwrap .list-hightlights >ul{
	width: calc(50% - 53px);
	position: relative;
	display: block !important;
	margin-bottom: 0 !important;
}
#contentwrap .list-hightlights >ul:nth-child(2n){
	transform: translate(0,210px) !important;
}
#contentwrap .highlights .list-hightlights >ul .area_img{
	width: 100% !important;
}
#contentwrap .highlights .list-hightlights >ul .area_text{
	position: relative;
	z-index: 1;
	width: 100% !important;
	left: 0;
	margin: 0 !important;
	margin-left: -15px !important;
	margin-top: -32px !important;
	text-align: left !important;
}
#contentwrap .highlights .list-hightlights >ul .area_text .text:last-child, #contentwrap .highlights .list-hightlights >ul .area_text .text2:last-child{
	margin-bottom: 0 !important;
}
#contentwrap .highlights .list-hightlights >ul .area_text .text2{
	line-height: 1.2;
	padding: 10px 20px !important;
	font-size: 29px !important;
	white-space: nowrap;
}
#contentwrap .highlights .w984 li.area_img .icon{
	width: 130px;
	top: -20px !important;
	left: -30px !important;
	right: auto !important;
}
#contentwrap .highlights .w984 ul.wrap_font-contest_R li.item5 {
	position: absolute;
	width: 300px;
	top: -130px;
	right: -70px;
}
#contentwrap .highlights .w984 ul.wrap_font-contest_R li.item6 {
	right: -150px;
	top: -150px;
}
#contentwrap .highlights .w984 ul.wrap_font-contest_R li.item10 {
	right: -150px;
	top: -150px;
}

#contentwrap .highlights .w984 ul.wrap_font-contest_L li.item7 {
    width: 300px;
	position: absolute;
    top: 160px;
    left: -200px;
}
#contentwrap .highlights .w984 ul.wrap_font-contest_L li.item8 {
	position: absolute;
	width: 106px;
    top: 0;
    right: -200px;
}
#contentwrap .map{
	margin-top: 0;
}
#contentwrap .events_info{
	padding-block: 100px;
	width: 100%;
	display: block;
    background-image: url(../images/bg_events.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
#contentwrap .exploration{
	background-color: #fff;
	padding-top: 82px;
	max-width: 100%;
	overflow: hidden;
}
#contentwrap .exploration .w984{
	max-width: 1080px;
}
#contentwrap .exploration .w984 h2::before{
    background-image: url(../images/map_item2.png);
    width: 308px;
    height: 82px;
	top: 0;
	left: -140px;
}
#contentwrap .exploration .w984 h2::after{
	background-image: url(../images/map_item2.png);
    width: 308px;
    height: 82px;
	right: -140px;
	top: 0;
    transform: scale(-1, 1);
}
#contentwrap .exploration h2{
	color: #007B64;
}
.btn-white{
	display: inline-flex;
	gap: 0 7px;
    justify-content: center;
    align-items: center;
	padding: 6px 18px;
	line-height: 1;
    background-color: #fff;
    font-size: 14px;
    color: #FD7C50;
    border-radius: 30px;
}
.btn-white .icon{
	font-size: 8px;
}
.group-bt-white{
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.tab-head {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 66px;
  align-items: flex-end;
  gap: 0 6px;
  margin-top: 40px;
}

/* Style the buttons inside the tab */
.tab-head button {
	border: none;
	outline: none;
	cursor: pointer;
	padding: 14px 16px;
	transition: 0.3s;
	font-size: 18px;
	font-weight: 600;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
	flex: 1;
	height: 54px;
	color: #fff;
	border-radius: 4px 4px 0px 0px;

}
.tab-head button.bt-orange{
	background: rgba(253, 124, 80, 0.8);
}
.tab-head button.bt-orange:hover, .tab-head button.bt-orange.active{
	background: rgba(253, 124, 80, 1);
}
.tab-head button.bt-green{
	background: rgba(0, 123, 100, 0.8);
}
.tab-head button.bt-green:hover, .tab-head button.bt-green.active{
	background: rgba(0, 123, 100, 1);
}
.tab-head button.bt-purple{
	background: rgba(93, 46, 140, 0.8);
}
.tab-head button.bt-purple:hover, .tab-head button.bt-purple.active{
	background: rgba(93, 46, 140, 1);
}


/* Create an active/current tablink class */
.tab-head button.active {
	height: 66px;
	font-size: 24px;
}

/* Style the tab content */
.tabcontent {
	display: none;
	width: 100%;
	min-height: 813px;
	padding: 32px 24px;
	padding-top: 0;
	-webkit-animation: fadeEffect 1s;
	animation: fadeEffect 1s;
	text-align: left;
}
.tabcontent.active{
	display: block;
}
#tab-orange{
	background-color: #FD7C50;
}
#tab-orange .btn-white{
	color: #FD7C50;
}
#tab-green{
	background-color: #007B64;
}
#tab-green .btn-white{
	color: #007B64;
}
#tab-purple{
	background-color: #5D2E8C;
}
#tab-purple .btn-white{
	color: #5D2E8C;
}
.tab-info{
	display: block;
}
.tab-info .tab-info-title{
	font-size: 24px;
	line-height: 1.4;
	padding: 32px 0;
	display: block;
	color: #fff;
	font-family: "Noto Serif JP", serif;
	font-weight: bold;
	text-align: center;
}
.tab-info .slider{
	margin-left: -12px;
	margin-right: -12px;
}
.tab-info .slider .slick-slide .item-desc{
	user-select: text;
	-webkit-user-select: text;
}
.tab-info .slider .slick-track{
	display: flex;
	gap: 24px;
}
.tab-info .slick-dots{
	bottom: -40px;
}
.tab-info .slick-dots li button:before{
	font-size: 11px;
	opacity: 1;
	color: #D9D9D9;
}
#tab-orange .tab-info .slick-dots li.slick-active button:before{
	color: #BC3000;
}
#tab-green .tab-info .slick-dots li.slick-active button:before{
	color: #005545;
}
#tab-purple .tab-info .slick-dots li.slick-active button:before{
	color: #1F003F;
}
.tab-info .slider .item{
	display: inline-flex;
	width: 100%;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
.tab-info .slider .item .item-img{
	display: block;
	outline:  4px solid #fff;
	outline-offset: -4px;
}
.tab-info .slider .item .item-title{
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.3;
	min-height: 46px;
	display: block;
	margin: 14px 0;
	text-decoration-line: underline;
	color: #fff;
}
.tab-info .slider .item .item-title.group-link{
	text-decoration: none;
}
.tab-info .slider .item .item-title.group-link a{
	text-decoration: underline;
	color: #fff;
}
.tab-info .slider .item .item-desc{
	font-family: 'Noto Sans JP';
	display: block;
	margin-bottom: 14px;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.6;
	color: #fff;
	text-align: left;
}


/* Fade in tabs */
@-webkit-keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

.banner{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-left: -24px;
	margin-right: -24px;
	height: 240px;
	padding: 30px;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}
.banner .banner-text1{
	position: relative;
	font-size: 14px;
	display: inline-flex;
	border-radius: 60px;
	padding: 4px 24px;
	line-height: 1.4;
	color: #fff;
	font-family: 'Noto Sans JP';
	font-weight: bold;
}
.banner .banner-text1 .icon{
	position: absolute;
	top: -28px;
	left: -12px;
	width: 78px;
}
#tab-orange .banner .banner-text1{
	background: rgba(253, 124, 80, 0.5);
}
#tab-green .banner .banner-text1{
	background: rgba(0, 123, 100, 0.7);
}
#tab-purple .banner .banner-text1{
	background: rgba(93, 46, 140, 0.6);
}
.banner .banner-title{
	display: block;
	margin-bottom: 24px;
	font-size: 44px;
	line-height: 1.4;
	font-family: "Noto Serif JP", serif;
	font-weight: 900;
	color: #fff;
}
.banner .banner-text3{
	display: block;
	font-size: 16px;
	line-height: 1.4;
	font-family: "Noto Serif JP", serif;
	font-weight: bold;
	color: #fff;
}

#tab-orange .banner{
	background-image: url(../images/banner_orange.jpg);
}
#tab-green .banner{
	background-image: url(../images/banner_green.jpg);
}
#tab-purple .banner{
	background-image: url(../images/banner_purple.jpg);
}
#contentwrap .special_feature{
	padding-bottom: 100px;
}
#contentwrap .special_feature ul{
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
#contentwrap .special_feature ul::before{
	right: 35.4%;
	top: -1px;
	height: calc(100% + 2px);
}
#contentwrap .special_feature ul li.child_2{
	width: 64.5%;
	margin: -1px 0;
}
#contentwrap .special_feature ul li.child_1{
	padding-left: 0;
	text-align: center;
	flex: 1;
	width: auto;
}
#contentwrap .special_feature a{
	display: inline-flex;
	margin-top: 16px;
}
#contentwrap .special_feature ul li.child_1 h2{
	font-size: 20px;
	line-height: 1.5;
	text-align: center;
}
#contentwrap .special_feature ul{
	max-width: 730px;
	margin: 0 auto;
}
#contentwrap .map{
	background-color: #007B64;
	color: #fff;
	padding-top: 80px;
}
#contentwrap .map .w984 p{
	color: #fff;
}
#contentwrap .map .w984 a{
	border-color: #FD7C50;
	margin-top: 0;
}
#contentwrap .map .w984 a p.btn{
	background-color: #FD7C50;
}
#contentwrap .map .w984 a.disabled{
	pointer-events: none;
}
#contentwrap .map .w984 .map-img{
	width: 100%;
	max-width: 400px;
	margin: 30px auto;
}

#contentwrap .highlights02 {
    padding: 40px 0;
    color: #fff;
    background-color: #007B64;
}
#contentwrap .highlights02 .w984 {
	max-width: 984px;
	margin: 0 auto;
	position: relative;
}
#contentwrap .highlights_items {
	display: flex;
	flex-wrap: wrap;
    gap: 24px;
}
#contentwrap .highlights_items .item{
	display: inline-flex;
	width: 312px;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
#contentwrap .highlights_items .item .item-img{
	display: block;
	outline:  4px solid #fff;
	outline-offset: -4px;
}
#contentwrap .highlights_items .item .item-title{
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.3;
	display: block;
	margin: 14px 0;
	color: #fff;
}
#contentwrap .highlights_items .item .item-title.group-link{
	text-decoration: none;
}
#contentwrap .highlights_items .item .item-title.group-link a{
	text-decoration: underline;
	color: #fff;
}
#contentwrap .highlights_items .item .item-desc{
	font-family: 'Noto Sans JP';
	display: block;
	margin-bottom: 14px;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.6;
	color: #fff;
	text-align: left;
}

@media screen and (max-width: 768px) {
	#contentwrap .highlights02 {
		padding: 20px 0 40px;
	}
	#contentwrap .highlights02 .w984 {
		max-width: 80%;
		margin: 0 auto;
		position: relative;
	}
	#contentwrap .highlights_items {
	    gap: 16px;
	}
	#contentwrap .highlights_items .item .item-title {
		font-size: 16px;
	}

}

#contentwrap .events_info .w731{
	max-width: 731px;
	margin: 0 auto;
}

#contentwrap .events_info{

}
#contentwrap .events_info__inner{
}
#contentwrap .events_info__hero{

}
#contentwrap .events_info__hero-title-image {
	max-width: 545px;
	margin: 0 auto;
	text-align: center;
}

#contentwrap .events_info__hero-title-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#contentwrap .events_info__hero-note {
	font-weight: 600;
	font-size: 16px;
	line-height: 100%;
	align-items: center;
	text-align: center;
	color: #EA5533;
	padding-inline: 16px;
	position: relative;
	display: inline-block;
	margin-top: 10px;
}
#contentwrap .events_info__hero-note::after,
#contentwrap .events_info__hero-note::before{
	position: absolute;
	content: '';
	width: 10px;
	height: 18px;
	top: 0;
	bottom: 0;
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}

#contentwrap .events_info__hero-note::after {
	right: 0;
	background-image: url(/sannoumatsuri/uniq/images/icon-event_info-r.png);
}

#contentwrap .events_info__hero-note::before {
	background-image: url(/sannoumatsuri/uniq/images/icon-event_info-l.png);
	left: 0;
}
#contentwrap .events_info__hero-date{
	font-weight: 600;
	font-size: 16px;
	line-height: 32px;
	text-align: center;
	padding: 5px 20px 1px;
	color: #FFFFFF;
	background: #003770;
	width: fit-content;
	border-radius: 8px;
	margin: 0 auto;
	margin-top: 5px;
}
#contentwrap .events_info__hero-number{
	font-size: 20px;
}
#contentwrap .events_info__hero-copy{
	font-weight: 600;
	font-size: 16px;
	line-height: 200%;
	text-align: center;
	color: #333333;
	margin-top: 16px;
}
#contentwrap .events_info__vehicles {
	background: #ffffff;
	border: 3px solid #EA5533;
	position: relative;
	margin-top: 92px;
}

#contentwrap .events_info__vehicles-inner {
	margin: 4px;
	border: 2px solid #EA5533;
	padding: 83px 45px 25px;
}

#contentwrap .events_info__vehicles-square {
	width: 6px;
	height: 6px;
	background: #EA5533;
	position: absolute;
}
#contentwrap .events_info__vehicles-square.square-1 {
	top: 0;
	left: 0;
}
#contentwrap .events_info__vehicles-square.square-2 {
	top: 0;
	right: 0;
}
#contentwrap .events_info__vehicles-square.square-3 {
	bottom: 0;
	left: 0;
}
#contentwrap .events_info__vehicles-square.square-4 {
	bottom: 0;
	right: 0;
}
#contentwrap .events_info__vehicles-title-image{
	width: 515px;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%, -50%);
}
#contentwrap .events_info__vehicles-panel{
}
#contentwrap .events_info__vehicle-grid{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0 62px;

}
#contentwrap .events_info__vehicle-card{
	display: flex;
	flex-direction: column;
	gap: 8px 0;
}

#contentwrap .events_info__vehicle-media{
	max-width: 219px;
	margin: 0 auto;
}
#contentwrap .events_info__vehicle-name {
	font-weight: 600;
	font-size: 18px;
	line-height: 160%;
	text-align: center;
	color: #003770;
}

#contentwrap .events_info__vehicle-description {
	font-weight: 300;
	font-size: 14px;
	line-height: 160%;
	text-align: left;
	color: #333333;
}
#contentwrap .events_info__vehicle-meta{
	border-radius: 8px;
	background: #FFF2EE;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	padding: 16px 24px;
	gap: 0 60px;
	text-align: left;
	margin-top: 22px;
	margin-bottom: 30px;
}
#contentwrap .events_info__vehicle-meta-item {
}
#contentwrap .events_info__vehicle-meta-label{
	font-weight: 600;
	font-size: 16px;
	line-height: 160%;
	color: #FFFFFF;
	padding-inline: 10px;
	background: #EA5533;
	width: fit-content;
	border-radius: 3px;
	margin-bottom: 8px;
}
#contentwrap .events_info__vehicle-meta-value{
	font-weight: 300;
	font-size: 16px;
	line-height: 160%;
	color: #333333;
}

#contentwrap .events_info__button{
	padding: 6px 26px;
	background: #003770;
	border-radius: 999px;
}
#contentwrap .events_info__button .events_info__button-text{
	font-weight: 600;
	font-size: 14px;
	line-height: 160%;
	text-align: center;
	color: #FFFFFF;
	position: relative;
	padding-right: 12px;
}
#contentwrap .events_info__button .events_info__button-text::after{
	position: absolute;
	content: '';
	width: 4px;
	height: 8px;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	background: url(/sannoumatsuri/uniq/images/icon_button.png) no-repeat;
	background-position: center;
	background-size: 100% auto;
}
#contentwrap .events_info__related-grid{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0 24px;
	margin-top: 24px;
}
#contentwrap .events_info__related-card{
	border: 3px solid #EA5533;
	background: #ffffff;
	display: flex;
	flex-direction: column;
	gap: 16px 0;
	padding: 24px 17px;
}
#contentwrap .events_info__related-title {
	font-family: 'Noto Sans JP';
	font-weight: 700;
	font-size: 18px;
	line-height: 150%;
	text-align: center;
	color: #333333;
}
#contentwrap .events_info__related-media{
	max-width: 200px;
	margin: 0 auto;
}
#contentwrap .events_info__related-meta{
	font-weight: 300;
	font-size: 16px;
	line-height: 160%;
	color: #333333;
	text-align: left;
}
#contentwrap .events_info__related-meta--bold{
	font-weight: 600;
}
#contentwrap .events_info__banner{
	max-width: 597px;
	margin: 24px auto 0;
	border: 1px solid #c9c7c5;
}
#contentwrap .scheduled_tour_time .w984 .item2{
	top: -90px;
}
#contentwrap .event_schedule .w730 .area_schedule ul li.h112{
	height: 112px;
}
#contentwrap .event_schedule .w730 .area_schedule ul li.h101{
	height: 101px;
}
#contentwrap .event_schedule .w730 .area_schedule ul li span.time{
	position: relative;
	top: -2px;
}
@media screen and (min-width: 769px) {
	.hidden-pc{
		display: none !important;
	}
}

@media screen and (max-width: 768px) {
	.hidden-sp{
		display: none !important;
	}
	.group_anchor_links ul{
		height: auto;
		padding: 27px 0;
		border-radius: 10px;
		gap: 24px 32px;
	}
	.group_anchor_links ul:before{
		border-radius: 10px;
	}
	.group_anchor_links ul li{
		width: 116px;
	}
	#contentwrap .beginning{
		padding-bottom: 66px;
		overflow: hidden;
	}
	#contentwrap .beginning .w984 .item_1{
		top: -30px;
	}
	#contentwrap .beginning .w984 .item_2{
		top: 420px;
		right: -100px;
	}
	#contentwrap .beginning .w984 .item_3{
		bottom: -10px;
	}
	#contentwrap .beginning .w984 ul.item-center li p{
		text-align: left;
	}
	#contentwrap .beginning .w984 ul.item-group-img{
		flex-direction: column;
	}
	#contentwrap .beginning .w984 ul li.item4{
		order: 1;
		width: 268px;
	}
	#contentwrap .beginning .w984 .item2{
		margin: 0;
		margin-left: 0;
		margin-bottom: 17px;
	}
	#contentwrap .w984.w-extra{
		max-width: 100%;
	}
	#contentwrap .list-hightlights{
		align-items: flex-start;
		justify-content: center;
		gap: 45px 0;
		margin: 0 20px;
		margin-top: 0;
		margin-bottom: 40px;
	}
	#contentwrap .list-hightlights >ul{
		width: 100%;
	}
	#contentwrap .highlights .w984 li.area_img .icon{
		width: 121px;
		left: -20px !important;
		top: -30px !important;
		transform: rotate(12deg);
	}
	#contentwrap .list-hightlights >ul:nth-child(2n){
		transform: translate(0,0) !important;
	}
	#contentwrap .highlights .list-hightlights >ul .area_text{
		margin-left: -6px !important;
		margin-right: -6px !important;
		width: auto !important;
		display: flex !important;
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
		gap: 6px;
	}
	#contentwrap .highlights .list-hightlights >ul .area_text .text{
		text-align: center;
		padding: 8px 15px !important;
		font-size: 14px !important;
	}
	#contentwrap .highlights .list-hightlights >ul .area_text .text2{
		font-size: 22px !important;
		white-space: normal;
		width: auto !important;
		padding: 12px 10px !important;
		text-align: center;
	}
	#contentwrap .highlights .w984 h2::before{
		opacity: 0;
	}
	#contentwrap .highlights .w984 h2::after{
		opacity: 0;
	}
	#contentwrap .special_feature{
		padding-bottom: 60px;
	}
	#contentwrap .special_feature ul{
		max-width: 280px;
		border: none;
	}
	#contentwrap .special_feature ul li.child_2{
		width: 100%;
		margin: 0;
	}
	#contentwrap .special_feature ul li.child_1 h2{
		font-size: 18px;
	}
	#contentwrap .special_feature a{
		width: 180px;
	}
	#contentwrap .exploration{
		padding-top: 70px;
		padding-bottom: 48px;
	}
	#contentwrap .exploration .w984 h2{
		font-size: 24px;
	}
	#contentwrap .exploration .w984 h2::before{
		width: 148px;
		height: 39px;
		top: -45px;
		left: 0;
		opacity: 1;
		transform: scale(1,1);
	}
	#contentwrap .exploration .w984 h2::after{
		display: none;
	}
	#contentwrap .exploration .w984 h2 span.text{
		font-size: 32px;
	}
	#contentwrap .map .w984 p{
		max-width: 335px;
		margin: 0 auto;
		margin-top: 30px;
	}
	#contentwrap .map .w984 .map-img{
		max-width: 300px;
	}
	#contentwrap .map .w984::after{
		display: none;
	}
	#contentwrap .exploration .w984{
		max-width: 100%;
	}
	.tab-head{
		gap: 0 4px;
	}
	.tab-head button{
		font-size: 14px;
		padding: 10px;
		height: 56px;
	}
	.tab-head button.active{
		font-size: 16px;
		height: 66px;
	}
	.banner{
		padding: 13px;
		padding-top: 27px;
		height: 210px;
	}
	.banner .banner-text1{
		font-size: 12px;
		width: 100%;
	}
	.banner-text-sp{
		font-family: 'Noto Serif JP';
		font-weight: 700;
		font-size: 14px;
		line-height: 1.6;
		display: block;
		padding: 24px;
		margin-left: -24px;
		margin-right: -24px;
		background-color: #fff;
		color: #333333;
	}
	.banner .banner-title{
		font-size: 32px;
		margin-top: 16px;
		width: 100%;
		text-align: center;
	}
	#tab-orange .banner{
		background-image: url(../images/sp_banner_orange.jpg);
	}
	#tab-green .banner{
		background-image: url(../images/sp_banner_green.jpg);
	}
	#tab-purple .banner{
		background-image: url(../images/sp_banner_purple.jpg);
	}
	.tab-info .tab-info-title{
		font-size: 16px;
		margin-left: -24px;
		margin-right: -24px;
	}
	.tab-info .slider .slick-slide .item-desc{
		user-select: none;
		-webkit-user-select: none;
	}
	.tab-info .slider .item{
		width: 68.3vw !important;
		max-width: 294px !important;
	}
	.tab-info .slider .item .item-title{
		font-size: 16px;
	}
	.tab-info .slider .item .item-desc{
		margin-bottom: 10px;
	}
	.tab-info .slider{
		margin-left: 0;
		margin-right: -24px;
	}
	.tab-info .slider .slick-track{
		gap: 16px;
	}

	#contentwrap .events_info{
		padding-block: 80px;
		background-image: url(../images/sp_bg_events.jpg);
	}
	#contentwrap .events_info__inner{
	}
	#contentwrap .events_info__hero{

	}
	#contentwrap .events_info__hero-title-image {
		max-width: 100%;
		width: 100%;
		padding-inline: 10px;
	}

	#contentwrap .events_info__hero-note {
		margin-top: 25px;
	}

	#contentwrap .events_info__hero-date{
		font-weight: 600;
		font-size: 14px;
		line-height: 32px;
		text-align: center;
		padding: 5px 32px 1px;
		color: #FFFFFF;
		background: #003770;
		width: fit-content;
		border-radius: 8px;
		margin: 0 auto;
		margin-top: 5px;
	}
	#contentwrap .events_info__hero-number{
		font-size: 20px;
	}
	#contentwrap .events_info__hero-copy{
		padding-inline: 20px;
		font-size: 14px;
		margin-top: 16px;
		text-align: left;
	}
	#contentwrap .events_info__vehicles {
		background: #ffffff;
		border: 3px solid #EA5533;
		position: relative;
		margin-top: 73px;
		margin-inline: 20px;
	}

	#contentwrap .events_info__vehicles-inner {
		padding: 55px 9px 20px;
	}

	#contentwrap .events_info__vehicles-title-image{
		width: 100%;
	}
	#contentwrap .events_info__vehicles-panel{
	}
	#contentwrap .events_info__vehicle-grid{
		display: grid;
		grid-template-columns: 1fr;
		gap: 20px 0;

	}

	#contentwrap .events_info__vehicle-media{
		max-width: 48vw;
		margin: 0 auto;
	}

	#contentwrap .events_info__vehicle-meta{
		display: grid;
		grid-template-columns: 1fr;
		padding: 17px 18px;
		gap: 14px 0;
		margin-bottom: 23px;
	}
	#contentwrap .events_info__related-grid{
		display: grid;
		grid-template-columns: 1fr;
		gap: 16px 0;
		Margin-inline: 20px;
		margin-top: 16px;
	}
	#contentwrap .events_info__banner{
		max-width: 597px;
		margin: 14px 20px 0;
	}
	.tab-info .slider .item .item-img{
		outline:  3px solid #fff;
		outline-offset: -3px;
	}
	#contentwrap .event_schedule .w730 .area_schedule ul:nth-child(3){
		margin-bottom: 20px;
	}
	#contentwrap .event_schedule .w730 .area_schedule ul:nth-child(3) li:last-child{
		padding: 10px 0 20px;
	}
	#contentwrap .event_schedule .w730 .area_schedule ul:first-child{
		margin-bottom: 20px;
	}
	#contentwrap .event_schedule .w730 .area_schedule ul:first-child li:last-child{
		padding-bottom: 10px;
	}
	#contentwrap .event_schedule{
		padding-bottom: 100px;
		border-top: 3px solid #007B64;
		margin-top: 3px;
	}
	#contentwrap .scheduled_tour_time .w984 .item2{
		top: -140px;
	}
	#contentwrap .event_schedule .w730 .area_schedule ul li.h112{
		height: auto;
	}
	#contentwrap .event_schedule .w730 .area_schedule ul li.h101{
		height: auto;
	}
	#contentwrap .event_schedule .w730 .area_schedule ul li:last-child a.btn{
		position: relative;
		width: 80%;
		display: block;
		margin: 0 auto;
		margin-top: 10px;
		bottom: 0;
		right: 0;
	}
	#contentwrap .event_schedule .w730 .area_schedule ul li span.time{
		position: relative;
		top: 0;
	}
}
