* {margin: 0; border: 0; padding: 0;}

html {
	width: 100vw;
	font-family: "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-size: 62.5%;
	overflow-x: auto;
	scroll-behavior: smooth;
}
body {
	color: #111;
}

.clr1 {color: #a1d8e2;}
.clr2 {color: #073a71;}
.cc {clear: both;}

header {
	width: 100%;
	height: 80px;
	position: fixed;
	top: 0; left: 0;
	z-index: 500;
	background-color: #ffffff;
}

#header-logo img {
	width: 240px;
	position: absolute;
}

#header-btn img {
	width: 172px;
	position: absolute;
	right: 0;
}
#header-btn img:hover {
	width: 190px;
	position: absolute;
	right: 0;
}

nav {
	position: absolute;
	right: 200px;
	margin-top: 26px;
}
nav ul li {
	display: inline-block;
	list-style: none;
	margin: 0 15px;
}
nav ul li a {
	text-decoration: none;
	font-size: 1.7rem;
	font-weight: 700;
}
nav ul li a:hover {
	border-bottom: 4px #073a71 solid;
}

.swiper {
	position: absolute;
	left: -60px;
	top: 80px;
	width: calc(100% - 120px);
	height: 82vh;
	border-radius: 0 40px 40px 0;
}
.swiper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.top-moji {
	position: absolute;
	bottom: 3vh;
	font-weight: 900;
	z-index: 300;
	line-height: 7vw;
	color: #ffffff;
}
.top-moji1 {
	font-size: 5vw;
	margin-left: 5px;
}
.top-moji2 {
	font-size: 10vw;
}

.info {
	width: 100vw;
	position: relative;
	top: -20vh;
}

#top-wave {
	background: url("images/top-wave.png") repeat-x;
	background-size: auto 50px;
	background-position: bottom;
	height: 50px;
}

.info-contents-space {
	margin-top: -1px;
	background-color: #a1d8e2;
	height: 50vh;
}

.info-contents {
	width: 100vw;
	margin: 0 auto;
	background-color: #a1d8e2;
	display: flex;
	justify-content: space-around;
}
.info-contents-side {
	width: 30vw;
	position: relative;
}
.info-contents-center {
	width: 40%;
	margin-bottom: 50px;
}
.info-contents h2 {
	font-size: 3rem;
	text-align: center;
	letter-spacing: 2px;
	line-height: 50px;
	margin-bottom: 60px;
	font-weight: 900;
}
.info-contents p {
	font-size: 1.6rem;
	line-height: 50px;
	text-align: center;
	letter-spacing: 2px;
	font-weight: 700;
}
.info-contents-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 40px;
}
.info-img1 {
	width: 20vw;
	height: 30vw;
	margin: 0 auto;
	position: relative;

}
#info-img2 {
	position: relative;
	right: -15vh;
	top: -15vh;
	width: 30vw;
	display: inline;
}
#info-img2 img {
	width: 60%;
	height: auto;
}

#info-logo-wave {
	position: absolute;
	bottom: -5vh;
	left: -5vw;
	width: 18vw;
}


#top-instagram {
	position: absolute;
	right: 0; top: 180px;
	width: 120px;
	text-align: center;
	z-index: 300;
}

#top-instagram-link {
	width: 30px;
	margin-left: -3px;
	margin-bottom: 60px;
}

#top-instagram-scroll {
	width: 16px;
}

#top-instagram-ship {
	width: 50px;
}

#down-line {
	height: 90px;
	margin: 20px 0 20px -1px;
	background: url("images/down-bar.png") no-repeat;
	background-size: auto 90px;
	background-position: center 90px;
	animation:bar-anime 2s ease-in forwards infinite;
}
@keyframes bar-anime{
  0%{background-position: center -90px;}
  100%{background-position: center 90px;}
}

.section-wave {
	position: relative;
	bottom: 0px;
	background-color: #a1d8e2;
}
.section-wave img {
	width: 100%;
	height: auto;
	margin-bottom: -10px;
}
.section-wave2 {
	position: relative;
	bottom: 0px;
	background-color: #ffffff;
}
.section-wave2 img {
	width: 100%;
	height: auto;
	margin-bottom: -10px;
	position: relative;
}
#wave-fishing {
	font-size: 7vw;
	position: absolute;
	bottom: -30px;
	right: 5vw;
	color: #ececec;
	font-weight: 900;

}

#about {
	width: 100%;
}

#about-side-01 {
	width: 150%;
	margin-top: 0px;
	margin-left: -20px;

}
#about-side-02 {
	width: 130%;
	margin-left: -50px;
}
#about-map {
	margin-top: 30px;
}
.about-contents {
	width: 100%;
	background-color: #ffffff;
	position: relative;
	margin-top: -20vh;
	display: flex;
	justify-content: space-between;
	overflow-x: hidden;
}
.about-contents-side {
	width: 22%;
	position: relative;
}
.about-contents-center {
	width: 40%;
	margin-top: 120px;
	margin-bottom: 50px;
	text-align: center;
}

.section-title {
	display: inline-block;
	margin-left: -20px;
}
.section-title2 {
	display: inline-block;
	margin-left: 0px;
}

.hook {
	display: inline-block;
	vertical-align: middle;
}
.hook img {
	width: 40px;
}

.section-title-moji {
	display: inline-block;
	margin-left: 10px;
	vertical-align: middle;
	text-align: left;
}
.section-title-moji h2 {
	font-size: 2.5rem;
	font-weight: 900;
}
.section-title-moji p {
	font-size: 1.6rem;
	font-weight: 900;
	color: #b4b4b5;
	margin-left: 2px;
}
.about-p {
	text-align: center;
	margin-top: 60px;
	font-size: 1.6rem;
	line-height: 50px;
	margin-bottom: 120px;
	font-weight: 700;
	letter-spacing: 2px;
}

.season {
	background-color: #073a71;
	border-radius: 1000px;
	color: #ffffff;
	display: inline;
	padding: 10px 40px;
	font-size: 1.6rem;
}

.season-title {
	display: inline-block;
	margin-right: 20px;
}

.season-fish {
	display: inline-block;
}
.season-fish ul {
}
.season-fish ul li {
}
#fish1 {display: none;}
#fish2 {display: none;}
#fish3 {display: none;}
#fish4 {display: none;}
#fish5 {display: none;}
#fish6 {display: none;}
#fish7 {display: none;}
#fish8 {display: none;}
#fish9 {display: none;}
#fish10 {display: none;}
#fish11 {display: none;}
#fish12 {display: none;}

#season-info {
	font-size: 1.2rem;
	margin-top: 15px;
	font-weight: 400;
}



#plan {
	width: 100vw;
	background-color: #a1d8e2;
	padding-bottom: 60px;
	z-index: 333;
	position: relative;
}
.price-wrap {
	width: 90%;
	margin: 0 auto;
	padding-top: 120px;
	text-align: center;
}


#price-list {
	list-style: none;
	margin-top: 60px;
	margin-bottom: 60px;
	display: flex;
	justify-content: space-between;
}

#price-list li {
	width: 17%;
	background-color: #ffffff;
	padding: 1%;
	border-radius: 4px;
}

.list-img {
}
.list-img img {
	width: 100%;
}

.list-text {
	width: 100%;
	text-align: left;
}
.list-text h3 {
	font-size: 1.8rem;
	margin: 10px 0;
	
}
.list-text p {
	font-size: 1.4rem;
	letter-spacing: 1px;
	line-height: 24px;
	color: #333;
}

.jalan-link p {
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 40px;
	margin-bottom: 30px;
}
.jalan-link img {
	width: 300px;
}

.jalan-link a {
	font-size: 1.0rem;
	color: #111;
	font-weight: 700;
	text-decoration: none;
}

#kaachan {
	width: 100%;
	background-color: #222;
}

#kaachan-wrap {
	width: 80%;
	margin: 0 auto;
	padding: 120px;
	display: flex;
	justify-content: space-around;
}

#kaachan-img {
	width: 30%;
}

#kaachan-text {
	width: 60%;
	color: #ffffff;
	font-size: 1.6rem;
	line-height: 30px;
	font-weight: 400;
}

#kaachan-text h2 {
	margin-bottom: 20px;
}

#kaachan-img img {
	width: 100%;
	border-radius: 0px;
}

#kaachan-text h2 img {
	height: 40px;

}


#kaachan-info {
	margin-top: 40px;
	border: 1px solid #ffffff;
	font-size: 1.4rem;
	letter-spacing: 2px;
	font-weight: 300;
}

#kaachan-info th {
	text-align: left;
	padding: 5px 20px;
	border: 1px solid #ccc;
}

#kaachan-info td {
	text-align: left;
	padding: 5px 20px;
	border: 1px solid #ffffff;
}

.swiper2 {
	width: 30%;
}
.swiper2 img {
	width: auto;
}

footer {
	width: 100%;
	overflow: hidden;
	position: relative;
}
#footer-wave {
	width: 100%;
	height: 30px;
	position: absolute;
	bottom: 0;
	background: url("images/top-wave.png") repeat-x;
	background-position: top;
	background-size: 50%;
	z-index: 123;
}
#footer-wave p {
	margin-right: 10px;
	color: #ffffff;
	position: absolute;
	bottom: 3px; right: 5px;
	font-weight: 100;
	font-size: 0.8rem;
	letter-spacing: 1px;
}
.swiper3 {
height: 320px !important; /* 高さを指定 */
  width: auto !important;
}
.swiper3 img {
width: auto;
  height: 100%;
}

.swiper-wrapper {
	transition-timing-function: linear;
}

.tel {
	border: 4px solid #073a71;
	border-radius: 1000px;
	display: inline-block;
	padding: 10px 20px;
	margin-top: 60px;
}
.tel a{
	display: inline;
	font-size: 2.0rem;
	color: #073a71;
	letter-spacing: 2px;
	font-weight: 900;
}
.tel-p {
	font-size: 1.4rem;
	color: #073a71;
}

#youtube {
	margin-top: 90px;
	margin-bottom: 60px;
}