@charset "utf-8";
/* CSS Document */

/*-----基本レイアウト-----*/

.top .head-top-r-cont-btn2 {
	display: none;
}

.top .block1-cont {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto 40px;
	position: relative;
}
@media only screen and (max-width: 1024px) {
	.top .block1-cont {
		width: 90%;
	}
}
@media only screen and (max-width: 600px) {
	.top .block1-cont {
		flex-direction: column;
	}
}
@media only screen and (max-width: 1024px) {
	.top .block1-cont:last-child {
		margin: 0 auto 60px;
	}
}
@media only screen and (max-width: 600px) {
	.top .block1-cont:last-child {
		margin: 0 auto 20px;
	}
}
.block1-cont-parts1 {
	position: absolute;
	top: 160px;
	width: 100%;
	height: 800px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	background-color: #eeeeec;
	z-index: -1;
}
@media only screen and (max-width: 1024px) {
	.block1-cont-parts1 {
		top: 100px;
		height: 600px;
		width: 90%;
	}
}
@media only screen and (max-width: 600px) {
	.block1-cont-parts1 {
		display: none;
	}
}
/*.top-block1-cont div{ flex-direction: column; }*/

.top a:nth-of-type(2) .block1-cont {
	flex-direction: row-reverse;
}

.top .block1-cont div:nth-of-type(1) {
	width: 50%;
}
@media only screen and (max-width: 1024px) {
	.top .block1-cont div:nth-of-type(1) {
		width: 44%;
	}
}
@media only screen and (max-width: 600px) {
	.top .block1-cont div:nth-of-type(1) {
		width: 100%;
		margin-bottom: 0px;
	}
}
.top .block1-cont div:nth-of-type(2) {
	width: 48%;
	margin-top: 20px;
}
@media only screen and (max-width: 600px) {
	.top .block1-cont div:nth-of-type(2) {
		margin-top: 10px;
	}
}

@media only screen and (max-width: 1024px) {
	.top .block1-cont div:nth-of-type(2) {
		width: 54%;
	}
}
@media only screen and (max-width: 600px) {
	.top .block1-cont div:nth-of-type(2) {
		width: 100%;
		text-align: center;
		margin-bottom: 0;
	}
}
.top .block1-cont div:nth-of-type(2) p:nth-of-type(1) {
	margin: 20px auto;
	text-align: justify;
}
@media only screen and (max-width: 600px) {
	.top .block1-cont div:nth-of-type(2) p:nth-of-type(2) {
		text-align: right;
	}
}
.top .block1-cont div:nth-of-type(2) p:nth-of-type(1) span {
	font-size: 12px;
	display: block;
}
@media only screen and (max-width: 600px) {
	.top .block1-cont div:nth-of-type(2) p:nth-of-type(1) span {
		font-size: 13px;
	}
}

.top h4 {
	font-size: 34px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400; /*font-family: 'Kosugi Maru', sans-serif;*/
	text-align: center;
	margin-bottom: 60px;
	letter-spacing: 0.2em;
}
@media only screen and (max-width: 1024px) {
	.top h4 {
		font-size: 30px;
		margin-bottom: 40px;
	}
}
@media only screen and (max-width: 600px) {
	.top h4 {
		font-size: 24px;
		margin-bottom: 30px;
	}
}
@media only screen and (max-width: 600px) {
	.top h4 span {
		display: none;
	}
}
.top h4 span {
	position: relative;
	padding: 0 30px;
}
.top h4 span:after {
	position: absolute;
	content: '';
	bottom: 0;
	left: 50%;
	/* right: 50%; */
	display: inline-block;
	width: 100%;
	background-color: #eee;
	height: 20px;
	/* border-bottom: solid 20px #000; */
	transform: translate(-50%, 0);
	z-index: -10;
}
.top .block2-cont {
	margin: 0 auto 60px;
}
@media only screen and (max-width: 1024px) {
	.top .block2-cont {
		width: 90%;
	}
}
.top .block2-cont-menu1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.top .block2-cont-menu1 dl {
	width: 30%;
	margin-bottom: 3%;
}
@media only screen and (max-width: 1024px) {
	.top .block2-cont-menu1 dl {
		width: 32%;
		margin-bottom: 2%;
	}
}
@media only screen and (max-width: 768px) {
	.top .block2-cont-menu1 dl {
		width: 49%;
	}
}
.top .block2-cont-menu1 dl dt {
	font-size: 13px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	margin-bottom: 6px;
}
@media only screen and (max-width: 600px) {
	.top .block2-cont-menu1 dl dt {
		font-size: 11px;
		margin-bottom: 3px;
	}
}
.top .block2-cont-menu1 dl:nth-of-type(1) dt::first-letter {
	color: #90d3ed;
}
.top .block2-cont-menu1 dl:nth-of-type(2) dt::first-letter {
	color: #9cca48;
}
.top .block2-cont-menu1 dl:nth-of-type(3) dt::first-letter {
	color: #ffe329;
}
.top .block2-cont-menu1 dl:nth-of-type(4) dt::first-letter {
	color: #ec7aac;
}
.top .block2-cont-menu1 dl:nth-of-type(5) dt::first-letter {
	color: #ed722b;
}
.top .block2-cont-menu1 dl:nth-of-type(6) dt::first-letter {
	color: #9c69a5;
}

.top .block2-cont-menu1 dl dd a {
	display: flex;
	justify-content: center;
	align-items: center;
	/*padding: 40px 0;*/
	color: #fff;
	min-height: 120px;
	text-decoration: none;
	font-size: 20px;
	font-family: 'Noto Sans JP', sans-serif;
	position: relative;
	overflow: hidden;
	text-align: center;
	line-height: 1.4;
}
@media only screen and (max-width: 1024px) {
	.top .block2-cont-menu1 dl dd a {
		font-size: 18px;
	}
}
@media only screen and (max-width: 600px) {
	.top .block2-cont-menu1 dl dd a {
		font-size: 15px;
		padding: 30px 0;
	}
}
.top .block2-cont-menu1 dl dd a:after {
	position: absolute;
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: -1;
}
.top .block2-cont-menu1 dl:nth-of-type(1) dd a:after {
	background-image: url(../img/top/block2-cont-menu1a.jpg);
	background-size: cover;
}
.top .block2-cont-menu1 dl:nth-of-type(2) dd a:after {
	background-image: url(../img/top/block2-cont-menu1b.jpg);
	background-size: cover;
}
.top .block2-cont-menu1 dl:nth-of-type(3) dd a:after {
	background-image: url(../img/top/block2-cont-menu1c.jpg);
	background-size: cover;
}
.top .block2-cont-menu1 dl:nth-of-type(4) dd a:after {
	background-image: url(../img/top/block2-cont-menu1d.jpg);
	background-size: cover;
}
.top .block2-cont-menu1 dl:nth-of-type(5) dd a:after {
	background-image: url(../img/top/block2-cont-menu1e.jpg);
	background-size: cover;
}
.top .block2-cont-menu1 dl:nth-of-type(6) dd a:after {
	background-image: url(../img/top/block2-cont-menu1f.jpg);
	background-size: cover;
}

.top .block2-cont-menu1 dl dd a:hover:after {
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.top .block2-cont-menu1 dl dd a:before {
	background-image: url(../img/common/ic-yaji02-w.png);
	position: absolute;
	display: inline-block;
	content: '';
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	top: 50%;
	transform: translate(120px, -50%);
	width: 50px;
	height: 12px;
	z-index: 10;
}
@media only screen and (max-width: 1024px) {
	.top .block2-cont-menu1 dl dd a:before {
		width: 33px;
		height: 8px;
		transform: translate(100px, -50%);
	}
}
@media only screen and (max-width: 600px) {
	.top .block2-cont-menu1 dl dd a:before {
		display: none;
	}
}
.top .block2-cont-menu2 {
}
.top .block2-cont-menu2 dl {
}
.top .block2-cont-menu2 dl dt {
	font-size: 13px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	margin-bottom: 6px;
}
@media only screen and (max-width: 600px) {
	.top .block2-cont-menu2 dl dt {
		font-size: 11px;
		margin-bottom: 3px;
	}
}
.top .block2-cont-menu2 dl dt::first-letter {
	color: #90d3ed;
}
.top .block2-cont-menu2 dl dd a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 420px;
	font-size: 24px;
	font-weight: 400;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	color: #595757;
	font-family: 'Noto Sans JP', sans-serif;
	/*font-family: "M PLUS Rounded 1c";*/
	letter-spacing: 0.2em;
}
@media only screen and (max-width: 600px) {
	.top .block2-cont-menu2 dl dd a {
		font-size: 20px;
	}
}
@media only screen and (max-width: 768px) {
	.top .block2-cont-menu2 dl dd a {
		height: 340px;
	}
}
@media only screen and (max-width: 600px) {
	.top .block2-cont-menu2 dl dd a {
		height: 200px;
	}
}
.top .block2-cont-menu2 dl dd a:after {
	background-image: url(../img/common/ic-yaji02-w.png);
	position: absolute;
	display: inline-block;
	content: '';
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	right: 40px;
	top: 40px;
	width: 50px;
	height: 12px;
	z-index: 10;
}
@media only screen and (max-width: 1024px) {
	.top .block2-cont-menu2 dl dd a:after {
		width: 33px;
		height: 8px;
		right: 36px;
	}
}
.top .block2-cont-menu2 dl dd a:before {
	position: absolute;
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: -1;
	background-size: cover;
	background-position: bottom;
	background-repeat: no-repeat;
	background-image: url(../img/top/block2-cont-menu2.jpg);
}
.top .block2-cont-menu2 dl dd a:hover:before {
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.top .block2-cont-menu2 dl dd a span {
	position: relative;
	display: flex;
	white-space: nowrap;
	justify-content: center;
}
.top .block2-cont-menu2 dl dd a span:after {
	position: absolute;
	content: 'フォトギャラリー';
	display: inline-block;
	font-size: 18px;
	top: -20px;
	z-index: 10;
}
/*----------英語----------*/
body#en.top .block2-cont-menu2 dl dd a span:after {
	display: none;
}
@media only screen and (max-width: 600px) {
	.top .block2-cont-menu2 dl dd a span:after {
		font-size: 15px;
	}
}
/*----------中国語----------*/
body#cn.top .block2-cont-menu2 dl dd a span:after {
	display: none;
}

.top .block3-cont {
	margin: 0 auto 60px;
}
@media only screen and (max-width: 1024px) {
	.top .block3-cont {
		width: 90%;
	}
}
.top .block3-cont-list {
	display: flex;
	flex-wrap: wrap;
	/*justify-content: space-between;*/
	justify-content: flex-start;
	margin-bottom: 40px;
}
@media only screen and (max-width: 600px) {
	.top .block3-cont-list {
		justify-content: space-between;
	}
}
.top .block3-cont-list dl {
	width: 22.5%;
	margin-right: 3.3333%;
}
@media only screen and (max-width: 600px) {
	.top .block3-cont-list dl {
		width: 48%;
		margin-bottom: 2%;
		margin-right: 0%;
	}
}
.top .block3-cont-list dl:nth-of-type(4n) {
	margin-right: 0%;
}

.top .block3-cont-list dl dt {
	font-size: 13px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	margin-bottom: 6px;
}
@media only screen and (max-width: 600px) {
	.top .block3-cont-list dl dt {
		font-size: 11px;
		margin-bottom: 3px;
	}
}
.top .block3-cont-list dl:nth-of-type(1) dt::first-letter {
	color: #90d3ed;
}
.top .block3-cont-list dl:nth-of-type(2) dt::first-letter {
	color: #9cca48;
}
.top .block3-cont-list dl:nth-of-type(3) dt::first-letter {
	color: #ffe329;
}
.top .block3-cont-list dl:nth-of-type(4) dt::first-letter {
	color: #ec7aac;
}
.top .block3-cont-list dl dd {
	margin-bottom: 10px;
}
.top .block3-cont-list dl dd:nth-of-type(1) {
	text-align: center;
}
.top .block3-cont-list dl dd:nth-of-type(1) img {
	width: 100%;
	height: 180px;
	object-fit: cover;
}
@media only screen and (max-width: 600px) {
	.top .block3-cont-list dl dd:nth-of-type(1) img {
		height: 160px;
	}
}
.top .block3-cont-list dl dd:last-child {
	margin-bottom: 0px;
}
.top .block3-cont-list dl dd:nth-of-type(2) {
	font-size: 17px;
	font-weight: 500; /*font-family: "M PLUS Rounded 1c";*/
	letter-spacing: 0.1em;
	font-family: 'Noto Sans JP', sans-serif;
}
@media only screen and (max-width: 1024px) {
	.top .block3-cont-list dl dd:nth-of-type(2) {
		font-size: 15px;
		text-align: left;
	}
}
@media only screen and (max-width: 600px) {
	.top .block3-cont-list dl dd:nth-of-type(2) {
		font-size: 14px;
		text-align: left;
	}
}
.top .block3-cont-list dl dd:nth-of-type(2) span {
	display: block;
	font-size: 12px;
	color: #275da7;
}
@media only screen and (max-width: 1024px) {
	.top .block3-cont-list dl dd:nth-of-type(2) span {
		font-size: 13px;
	}
}
@media only screen and (max-width: 600px) {
	.top .block3-cont-list dl dd:nth-of-type(2) span {
		font-size: 11px;
	}
}
.top .block3-cont-list dl dd:nth-of-type(3) {
	font-weight: 500;
}
@media only screen and (max-width: 1024px) {
	.top .block3-cont-list dl dd:nth-of-type(3) {
		font-size: 14px;
	}
}
.top .block3-cont-list dl dd:nth-of-type(4) {
	font-size: 13px;
	position: relative;
}
.top .block3-cont-list dl dd:nth-of-type(4):before {
	content: '●';
	color: #275da7;
}

.top .block3-cont-btn {
	display: flex;
	justify-content: flex-end;
}
.top .block3-cont-btn a {
	font-size: 20px;
	font-style: italic;
	text-decoration: none;
	color: #595757;
	display: inline-block;
	position: relative;
	font-family: 'Noto Sans JP', sans-serif;
	white-space: nowrap;
}
@media only screen and (max-width: 600px) {
	.top .block3-cont-btn a {
		font-size: 14px;
	}
}
.top .block3-cont-btn a:after {
	background-image: url(../img/common/ic-yaji02.png);
	position: absolute;
	display: inline-block;
	content: '';
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	top: 50%;
	left: 0;
	transform: translate(-60px, -50%);
	width: 50px;
	height: 12px;
	z-index: 10;
}

/*-----スライドショー-----*/

.bx-wrapper {
	margin-bottom: 80px !important;
}

.slider-wrapper {
	width: 95%;
	position: relative;
}
@media only screen and (max-width: 1200px) {
	.slider-wrapper {
		width: 100%;
	}
}
.slider-wrapper:after {
	position: absolute;
	display: inline-block;
	top: 75%;
	right: -2.5%;
	font-size: 12px;
	line-height: 1;
	content: '© ADVENTURE WORLD All Rights Reserved.';
	transform: translate(0, -50%) rotate(90deg);
	transform-origin: center right;
	white-space: nowrap;
	/* transform: translate(0, -50%); */
	color: #000000;
	z-index: 100;
}
@media only screen and (max-width: 600px) {
	.slider-wrapper:after {
		display: none;
	}
}
/*.slider-wrapper:before {
    position: absolute;
    display: inline-block;
    bottom: 40px;
    right: -2.5%;
    content: '';
    transform: translate(50%, 0);
    background-size: cover;
    width: 24px;
    height: 34px;
    background-image: url(../img/common/mouse.png);
    z-index: 100;
	animation: pathmove 1.4s ease-in-out infinite;
}*/
.slider-wrapper span {
	position: absolute;
	display: inline-block;
	top: 500px;
	right: -2.5%;
	content: '';
	transform: translate(50%, 0);
	background-size: cover;
	width: 24px;
	height: 34px;
	/* transform-origin: 0 0; */
	background-image: url(../img/common/mouse.png);
	z-index: 100;
}
@media only screen and (max-width: 1200px) {
	.slider-wrapper span {
		display: none;
	}
}
.slider-wrapper span::after {
	content: '';
	/*描画位置*/
	position: absolute;
	left: 50%;
	/*線の形状*/
	width: 1px;
	/*height: 16px;*/
	background: #000;
	/*線の動き1.4秒かけて動く。永遠にループ*/
	animation: pathmove 1.4s ease-in-out infinite;
	opacity: 0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove {
	0% {
		height: 0;
		top: 20px;
		opacity: 0;
	}
	30% {
		height: 30px;
		opacity: 1;
	}
	100% {
		height: 0;
		top: 60px;
		opacity: 0;
	}
}

/*.slider-wrapper:after {
    position: absolute;
    display: inline-block;
    top: 50%;
    right: -2.6%;
	content:'© ADVENTURE WORLD All Rights Reserved.';
	background-image:url(../img/common/copyright.png);
	background-size:cover;
	width:14px;
	height:310px;
	transform: translate(0, -50%);
    color: #000000;
    z-index: 100;
}*/
@media only screen and (max-width: 1200px) {
	.slider-wrapper:after {
		display: none;
	}
}
/*@media only screen and (max-width: 1024px){ .slider-wrapper{ width:100%; } }*/
/*.slider-wrapper::after {
  content: '';
  background-color: rgba(0,0,0,.1);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}*/

.slider-wrapper p.slide-logo {
	position: absolute;
	top: 40px;
	left: 40px;
	z-index: 1;
}
@media only screen and (max-width: 1440px) {
	.slider-wrapper p.slide-logo {
		top: 30px;
		left: 30px;
	}
}
@media only screen and (max-width: 600px) {
	.slider-wrapper p.slide-logo {
		top: 10px;
		left: 10px;
	}
}
.slider-wrapper p.slide-logo img {
	width: 260px;
}
@media only screen and (max-width: 1440px) {
	.slider-wrapper p.slide-logo img {
		width: 180px;
	}
}
@media only screen and (max-width: 600px) {
	.slider-wrapper p.slide-logo img {
		width: 60px;
	}
}

.slider-wrapper p.slide-copy {
	position: absolute;
	top: 50%;
	right: 10%;
	transform: translateY(-50%);
	z-index: 1;
}
.slider-wrapper p.slide-copy img {
	width: 500px;
}
@media only screen and (max-width: 1440px) {
	.slider-wrapper p.slide-copy {
		width: 440px;
	}
}
@media only screen and (max-width: 600px) {
	.slider-wrapper p.slide-copy {
		width: 70%;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		text-align: center;
		z-index: 1;
	}
}

.slider-top > li {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	width: 100%;
	height: calc(600px - 0px);
}
@media only screen and (max-width: 1440px) {
	.slider-top > li {
		height: calc(450px - 0px);
	}
}
@media only screen and (max-width: 1024px) {
	.slider-top > li {
		height: calc(500px - 0px);
	}
}

/*-----221221追加-----*/
@media only screen and (max-width: 600px) {
	.slider-wrapper p.slide-copy {
		width: 30%;
		left: 80%;
	}
	.slider-top > li {
		height: calc(200px - 0px);
	}
}

.bx-wrapper .bx-controls-auto,
.bx-wrapper .bx-pager {
	bottom: 20px !important;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background-color: #fff !important;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background-color: rgb(255 255 255 / 60%) !important;
}
