@charset "utf-8";
/* CSS Document */

/*******************************
パララックスエフェクト
*******************************/
html {
	height: 100%;
}

body {
	height: 100%;
	line-height: 1.6;
}

.hidden {
	display: none;
}

#contents {
	height: 100%;
}

#mainVisual {
	position: relative;
	height: 82.5%;
	overflow: hidden;
	background-size: cover;
}

#mainVisual .bg02 {
	/*position: fixed;*/
	position: absolute;
	top: 0;
	right: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	/*background: url('/top/images/main01.jpg') no-repeat 0 0;*/
	/*background: url('/top/images/main01.jpg') no-repeat 0 30%;*/ /*60周年画像終了後はこれに戻す*/
	/* background: url('/top/images/main02.png') no-repeat 0 30%; */
	background-size: 100%;
	z-index: -100;
}

#mainVisual .bg {
	/* display: none; */
	/* position: fixed; */
	position: absolute;
	top: 0;
	right: 0;
	min-width: 100%;
	min-height: 100%;
	width: 100%;
	height: 100%;
	background: url('/top/images/main01.jpg') no-repeat 0 30%; /*60周年画像終了後はこれに戻す*/
    /*background: url('/top/images/main02.png') no-repeat 0 30%;*/
	background-size: 100%;
	background-position: center center;
	/*z-index: 100;*/
	z-index: 100;
}

#mainVisual .overlay {
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 200;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
}

#mainVisual h2 {
	font-size: 4.125rem;
	font-family: 'Work Sans', sans-serif;
	font-weight: 700;
	color: #fff;
	line-height: 1em;
	text-transform: uppercase;
	transform: translateY(-150px);
}

#mainVisual h2 span {
	color: #000;
	background-color: rgba(255, 221, 14, 0.8);
	padding: 0 0.15em;
}

#mainVisual a.btn01 {
    margin: 0 0 1.25rem;
    position: relative;
    display: inline-block;
    padding: 1.125rem 2.25rem 1.1875rem 2.25rem;
    font-size: 1.25rem;
    background-color: #000;
    color: #fff;
	line-height: 1;
    margin-top: 1.8em;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

#mainVisual a.btn01:hover {
    background-color: #29a3dd;
    color: #000;
}

#mainVisual a.arrow01 {
	position: absolute;
	bottom: 10%;
	left: 0;
	right: 0;
	z-index: 2;
	display: block;
	width: 100px;
	margin: 0 auto;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	text-decoration: none;
	padding: 60px 0 18px;
	color: #000;
	font-size: 0.85em;
	text-align: center;
	border-radius: 100%;
	background: rgba(255,255,255,0.5);
}

#mainVisual .arrow01 span {
	position: absolute;
	top: 0;
	left: 50%;
	width: 24px;
	height: 24px;
	margin-left: -12px;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-animation: sdb 2s infinite;
	animation: sdb 2s infinite;
	box-sizing: border-box;
}

@-webkit-keyframes sdb {
	0% {
		-webkit-transform: rotate(-45deg) translate(0, 0);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		-webkit-transform: rotate(-45deg) translate(-20px, 20px);
		opacity: 0;
	}
	}
	@keyframes sdb {
	0% {
		transform: rotate(-45deg) translate(0, 0);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		transform: rotate(-45deg) translate(-20px, 20px);
		opacity: 0;
	}
}

/*******************************
main
*******************************/

.bnr60 {
    text-align: center;
		padding: 20px 0 10px;
}

#main {
	background: #fff;
    -webkit-box-shadow: 0 -5px 20px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 -5px 20px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 -5px 20px 0 rgba(0, 0, 0, 0.5);
	padding-bottom: 5%;
}

#about {
	padding: 2% 0 4% 0;
	letter-spacing: -.4em;
}

#about h3 {
	font-size: 2.5rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 2%;
	line-height: 1;
	letter-spacing: 0em;
}

#about ul {
	margin: 0 auto;
	max-width: 71.25rem;
}

#about ul li {
	width: 18.5%;
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
	position: relative;
	overflow: hidden;
	border-bottom: 6px solid #000;
	background: #0078b1;
}

#about ul li:not(:last-child) {
	margin-right: 1.87%;
}

#about ul li .bg {
	height: 200px;
}

#about ul li:first-child .bg {
	background: url('/top/images/shopBg01.jpg') no-repeat 50% 50%;
	background-size: cover;
}

#about ul li:nth-child(2) .bg {
	background: url('/top/images/aboutBg01.jpg') no-repeat 50% 50%;
	background-size: cover;
}

#about ul li:nth-child(3) .bg {
	background: url('/top/images/aboutBg02.jpg') no-repeat 50% 50%;
	background-size: cover;
}

#about ul li:nth-child(4) .bg {
	background: url('/top/images/aboutBg03.jpg') no-repeat 50% 50%;
	background-size: cover;
}

#about ul li:last-child .bg {
	background: url('/top/images/aboutBg04.jpg') no-repeat 50% 50%;
	background-size: cover;
}

#about ul li a {
	display: block;
}

#about ul li a:hover {
	opacity: 1.0!important;
}

#about ul li .caption {
	width: 100%;
    height: 200px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	cursor: pointer;
}

#about ul li .caption div {
	position: absolute;
	width: 100%;
	top: 66%;
	left: 0;
	-webkit-transition: .5s;
    transition: .5s;
}

#about ul li .caption h3 {
	background-color: #ffdd0e;
	padding: 0.5em 0 0.6em;
	font-size: 1.1em;
	line-height: 1.3;
	font-weight: bold;
	color: #000;
	text-align: center;
}

#about ul li .caption h3.txt01 {
	letter-spacing: -0.15em;
}

#about ul li .caption p {
	opacity: 0;
	-webkit-transition: .8s;
	transition: .8s;
	line-height: 1.4;
	margin-top: 1em;
	padding: 0.5em;
	font-size: 0.8em;
}

#about ul li .caption p i {
	margin-left: 0.4em;
}

#about ul li .caption .btn {
	background: #000;
	margin: 1em;
	color: #fff;
}

#about ul li:hover .caption div {
	top: 0;
}

#about ul li:hover .caption p {
	opacity: 1.0;
	color: #fff;
}

#news {
	padding: 2% 0 4% 0;
	overflow: hidden;
	background: #f2f2f2;
}

#news h3 {
	font-size: 2.5rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 2%;
	line-height: 1;
}

#news ul {
	margin: 0 auto;
	max-width: 71.25rem;
}

#news ul li a {
	display: block;
	margin: 0 3.5% 5%;
}

#news ul li a .image {
	width: 100%;
	height: 180px;
	background: #fff;
	margin-bottom: 0.5em;
	overflow: hidden;
}

#news ul li a .image img {
	width: 353px;
	/* height: 250px; */
	height: auto;
	max-width: 100%;
}

#news ul li a dl {
	line-height: 1.4;
}

#news ul li a dl dt {
    font-size: .85em;
    color: #aaa;
}

#news .more {
	text-align: center;
}

#news .more a {
	display: block;
	background: #1d84b5;
	color: #fff;
	padding: 0.4em 0.5em 0.6em;
	width: 15em;
	margin: 3em auto 0;
	line-height: 1.4;
}

#special {
	padding: 2% 0 4% 0;
	background: #f2f2f2;
}

#special h3 {
	font-size: 2.5rem;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	padding-bottom: 0.7%;
}

#special ul {
	margin: 0 auto;
	max-width: 71.25rem;
	letter-spacing: -.4em;
	text-align: center;
}

#special ul li {
	display: inline-block;
	width: 32%;
	letter-spacing: normal;
	margin-top: 2%;
}

#special ul li:first-child {
	background: #00adff;
}

#special ul li:nth-child(2) {
	background: #333;
}

#special ul li:nth-child(3) {
	background: #fff;
}

#special ul li:nth-child(4) {
	background: #f1860e;
}

#special ul li:nth-child(5) {
	background: #ffdd0e;
}

#special ul li:nth-child(6) {
	background: #0046ff;
}

#special ul li:not(:nth-child(3n)) {
	margin-right: 2%;
}

#special ul li a {
	display: block;
}

#special ul li a img {
	vertical-align: top;
	width: 100%;
}

/* #special ul li:nth-child(2) .bg {
    background: url('/top/images/specialBnr20.png') no-repeat 50% 50%;
    background-size: cover;
} */

/* NAUI Customer 投票賞 */
/* #special ul li:nth-child(1) .bg {
    background: url('/top/images/specialBnr08.png') no-repeat 50% 50%;
    background-size: cover;
} */

/*#special ul li:nth-child(3) .bg {
    background: url('/top/images/specialBnr19.png') no-repeat 50% 50%;
    background-size: cover;
}*/

/*#special ul li:nth-child(1) .bg {
	background: url('/top/images/specialBnr16.png') no-repeat 50% 50%;
	background-size: cover;
}*/

/*グッドスクーバセンター賞発表*/
/*#special ul li:nth-child(2) .bg {
    background: url('/top/images/specialBnr20.png') no-repeat 50% 50%;
    background-size: cover;
}*/

/*コースディレクター名鑑*/
/* #special ul li:nth-child(1) .bg {
    background: url('/top/images/specialBnr22.png') no-repeat 50% 50%;
    background-size: cover;
} */

/*NAUI Costomer　投票賞*/
#special ul li:nth-child(1) .bg {
    background: url('/top/images/specialBnr08.png') no-repeat 50% 50%;
    background-size: cover;
}

#special ul li:nth-child(1) .caption p {
	font-size: 78%;
	text-align: left;
}

/*ダイビングに魅せられた3人の物語*/
#special ul li:nth-child(2) .bg {
	background: url('/top/images/specialBnr25.png') no-repeat 50% 50%;
	background-size: cover;
}

/*Diving Skills*/
#special ul li:nth-child(3) .bg {
	background: url('/top/images/specialBnr17.png') no-repeat 50% 50%;
	background-size: cover;
}

/*Good Jobコメント*/
#special ul li:nth-child(4) .bg {
    background: url('/top/images/specialBnr12.png') no-repeat 50% 50%;
    background-size: cover;
}

/* 事故ゼロがゴール */
#special ul li:nth-child(5) .bg {
	background: url('/top/images/specialBnr05.png') no-repeat 50% 50%;
	background-size: cover;
}

/*#special ul li:nth-child(4) .bg {
	background: url('/top/images/specialBnr06.png') no-repeat 50% 50%;
	background-size: cover;
}*/
/*#special ul li:nth-child(4) .bg {
	background: url('/top/images/specialBnr10.png') no-repeat 50% 50%;
	background-size: cover;
}*/

/*#special ul li:nth-child(4) .bg {
	background: url('/top/images/specialBnr06.png') no-repeat 50% 50%;
	background-size: cover;
}*/
/*#special ul li:nth-child(5) .bg {
	background: url('/top/images/specialBnr05.png') no-repeat 50% 50%;
	background-size: cover;
}*/

/*求人*/
#special ul li:nth-child(6) .bg {
	background: url('/top/images/specialBnr01.png') no-repeat 50% 50%;
	background-size: cover;
}

/*#special ul li:nth-child(6) .bg {
    background: url('/top/images/specialBnr01.png') no-repeat 50% 50%;
    background-size: cover;
}*/

#special ul li .bg {
	height: 200px;
}
#special ul li {
	width: 32%;
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
	position: relative;
	overflow: hidden;
}

#special ul li .caption {
	width: 100%;
    height: 200px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	cursor: pointer;
}

#special ul li .caption div {
	position: absolute;
	width: 100%;
	top: 100%;
	left: 0;
	-webkit-transition: .5s;
  transition: .5s;
}

#special ul li .caption h3.txt01 {
	letter-spacing: -0.15em;
}

#special ul li .caption p {
	opacity: 0;
	-webkit-transition: .8s;
	transition: .8s;
	line-height: 1.4;
	/* margin-top: 1em; */
	padding: 0.5em;
}
#special ul li .caption {
	opacity: 0.9 !important;
}
#special ul li:hover .caption div {
	top: 0;
}

#special ul li:hover .caption p {
	opacity: 1.0;
	color: #fff;
	background-color: #000;
	height: 200px;
}
#special ul li .caption .btn {
	margin: 1em;
	color: #fff;
}




#sns {
	padding: 2% 0 4% 0;
}

#sns h3 {
	font-size: 2.5rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 2%;
	line-height: 1;
}

#sns ul {
	margin: 0 auto;
	max-width: 71.25rem;
	letter-spacing: -.4em;
	text-align: center;
}

#sns ul li {
	display: inline-block;
	width: 18.4%;
	letter-spacing: normal;
	background: #fff;
	position: relative;
}

#sns li:not(:last-child) {
	margin-right: 2.5%;
}

#sns li:first-child a {
	background: url('/top/images/aboutBg01.jpg') no-repeat 50% 50%;
	background-size: cover;
}

#sns li:nth-child(2) a {
	background: url('/top/images/aboutBg02.jpg') no-repeat 50% 50%;
	background-size: cover;
}

#sns li:nth-child(3) a {
	background: url('/top/images/aboutBg05.jpg') no-repeat 50% 50%;
	background-size: cover;
}

#sns li:nth-child(4) a {
	background: url('/top/images/aboutBg03.jpg') no-repeat 50% 50%;
	background-size: cover;
}

#sns li:last-child a {
	background: url('/top/images/aboutBg04.jpg') no-repeat 50% 50%;
	background-size: cover;
}

#sns li a {
	display: block;
	height: 200px;
	color: #fff;
}

#sns li i.fa-facebook-official,
#sns li i.fa-twitter,
#sns li i.fa-instagram,
#sns li i.fa-youtube,
#sns li i.fa-google-plus-square {
	position: absolute;
	top: 2%;
	left: 2%;
	font-size: 350%;
	z-index: 10;
	opacity: 1.0!important;
}

#sns li h4 {
	position: absolute;
	top: 40%;
	left: 0;
	text-align: center;
	width: 100%;
	z-index: 10;
	opacity: 1.0!important;
	cursor: pointer;
}

#sns li h4 strong {
	font-family: 'Lobster', cursive;
	font-size: 2rem;
}

#sns li h4 i {
	margin-left: 0.5em;
}

.slick-prev:before,
.slick-next:before {
    color: #000;
}

.slick-next {
    right: 20px;
    z-index: 99;
}

.slick-prev {
     left: 15px;
    z-index: 100;
}

.slick-dots li.slick-active button:before,
.slick-dots li button:before {
    color: #eee;
}

img {
    max-width: 100%;
    height: auto;
}

.pc {
	display: block;
}
.sp {
	display: none;
}
