@charset "utf-8";





/*==========================================================================

	                       header（TOP用）
	
============================================================================*/

#container {
    padding-top: 0;
}

#header {
	background-color: inherit;
    position: absolute;
    padding-top: 20px;
}
#header h1 {
	max-width: 127px;
    top: 0;
}
#header h2 {
	color: #113d7e;
    left: 170px;
}
#nav-pc ul li a {
	color: #113d7e;
}
#nav-pc ul li a:after {
    background-color: #113d7e;
}

@media screen and (max-width: 1024px){
    #header h1 {
        display: none;
    }
	#header h2 {
        display: none;
    }
}

/*==========================================================================

	              #top-movie  メイン動画
	
============================================================================*/

#top-movie {
    /* background: url(../img/top/main-bg.jpg) center center no-repeat;
	background-size: cover; */
    width: 100%;
    height: 100vh;
    max-height: 1440px;
	min-height: 660px;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
}
.main-movie  {
	position: absolute;
	top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    object-fit: cover;
}

@media screen and (max-width: 768px){
	#top-movie {
		width: 100%;
		height: auto;
		min-height: inherit;
		aspect-ratio: 16 / 9;
	}
	.main-movie  {
		width: 150%;
		height: 100%;
	}
}

/*==========================================================================

	              #top-main  メイン画像
	
============================================================================*/

#top-main {
    background: url(../img/top/main-bg.jpg) center center no-repeat;
	background-size: cover;
    width: 100%;
	/* height: calc(100vh - 80px); */
    height: 100vh;
    max-height: 1440px;
	min-height: 660px;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
}
.main-logo {
    max-width: 484px;
	max-height: 229px;
	width: 70%;
	position: absolute;
	top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	margin: auto;
	line-height: 0;
    z-index: 3;
}
.main-logo-bg {
    max-width: 1909px;
    max-height: 647px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	line-height: 0;
}
.main-txt {
    width: 100%;
    font-size: clamp(16px, 3.5vw, 20px);
	line-height: 2;
    letter-spacing: 1em;
    text-indent: 1em;
	text-align: center;
    position: absolute;
	top: 25%;
    left: 0;
    z-index: 3;
}

@media screen and (max-width: 768px){
    .main-txt {
        letter-spacing: 0.5em;
        text-indent: 0.5em;
        top: 15%;
        left: 0;
    }
}


/*==========================================================================

	               #sec1
	
============================================================================*/

#top-sec1 {
    padding: 80px 3% 80px;
    background-color: #113d7e;
}

.top-sec1-box1 {
    max-width: 1200px;
    margin: 0 auto;
    color: #fff;
    text-align: center;
}
.top-sec1-box1 ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.top-sec1-box1 ul li {
    width: 33%;
}
.top-sec1-box1 h2 {
    max-width: 150px;
    margin: 0 auto 1em;
	line-height: 0;
}
.top-sec1-box1 h3 {
    font-size: clamp(18px, 4vw, 25px);
	font-weight: bold;
	line-height: 1.3;
	letter-spacing: 0.05em;
	margin-bottom: 0.5em;
}

.top-sec1-btn a {
	display: block;
	width: 14em;
	margin: 1em auto 0;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
    text-align: center;
	color: #113d7e;
	border: #113d7e 1px solid;
    background-color: #fff;
	line-height: 1.5;
	text-decoration: none;
	padding: 0.5em 0;
	box-sizing: border-box;
	border-radius: 7px;
	transition: .5s;
}
.top-sec1-btn a:hover {
	color: #fff;
	border: #fff 1px solid;
	background-color: #113d7e;
	transition: .5s;
}

@media screen and (max-width: 1024px){
    .top-sec1-box1 ul li {
        width: 50%;
        margin-bottom: 15%;
    }
    .top-sec1-box1 ul li:last-child {
        margin-bottom: 0;
    }
}
@media screen and (max-width: 768px){
    #top-sec1 {
        padding: 12% 5% 15%;
    }
}
@media screen and (max-width: 641px){
    .top-sec1-box1 ul li {
        width: 100%;
    }
}


/*==========================================================================

	              #sec2  最新釣果情報
	
============================================================================*/

#top-sec2 {
    padding: 80px 0 80px;
}

.top-sec2-box1 h2 {
	font-size: clamp(18px, 5vw, 32px);
	font-weight: bold;
	line-height: 1.3;
	letter-spacing: 0.05em;
	text-align: center;
    color: #113d7e;
	margin-bottom: 2em;
}

.top-sec2-btn a {
	display: block;
	width: 14em;
	margin: 3.5em auto 0;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
    text-align: center;
	color: #fff;
	border: #113d7e 1px solid;
    background-color: #113d7e;
	line-height: 1.5;
	text-decoration: none;
	padding: 0.5em 0;
	box-sizing: border-box;
	border-radius: 7px;
	transition: .5s;
}
.top-sec2-btn a:hover {
	color: #113d7e;
	border: #113d7e 1px solid;
	background-color: #fff;
	transition: .5s;
}

@media screen and (max-width: 768px){
    #top-sec2 {
        padding: 12% 0 15%;
    }
}

/*---------------------------------------
          スライダー
---------------------------------------*/

.news-box .swiper-wrapper {
    transition-timing-function: linear;
}
.news-box h3 {
	max-width: 300px;
}
.news-box h4 {
	font-size: clamp(13px, 3vw, 16px);
	line-height: 1.5;
}
.news-box p {
	font-size: clamp(12px, 3vw, 15px);
	line-height: 1.5;
}

/*==========================================================================

	              #sec3  釣りプラン
	
============================================================================*/

#top-sec3 {
    padding: 80px 3% 80px;
    background-color: #113d7e;
}

.top-sec3-box1 {
    max-width: 1200px;
    margin: 0 auto;
    color: #fff;
	position: relative;
}
.top-sec3-box1 h2 {
	font-size: clamp(18px, 5vw, 32px);
	font-weight: bold;
	line-height: 1.3;
	letter-spacing: 0.05em;
	text-align: center;
	margin-bottom: 1.5em;
}
.top-sec3-box1 ul {
	margin-bottom: 1em;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}
.top-sec3-box1 ul li {
	width: 24%;
	margin: 0 0.5% 2%;
}
.top-sec3-box1 ul li a {
	display: block;
	width: 100%;
	height: 100%;
	font-size: clamp(13px, 3vw, 20px);
	font-weight: bold;
	color: #113d7e;
	background-color: #fff;
    border: #fff 1px solid;
	line-height: 1.5;
	text-align: center;
	text-decoration: none;
	padding: 1.5em 0.1em;
	box-sizing: border-box;
	border-radius: 10px;
	transition: .5s;
}
.top-sec3-box1 ul li a:hover {
	color: #fff;
	background-color: #113d7e;
    border: #fff 1px solid;
	transition: .5s;
}
.top-sec3-box1 h3 {
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.5;
	text-align: center;
	/* width: 24%;
	position: absolute;
	bottom: 35px;
	right: 0; */
}

.top-sec3-btn a {
	display: block;
	width: 14em;
	margin: 2em auto 0;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
    text-align: center;
	color: #fff;
	border: #fff 1px solid;
    background-color: #113d7e;
	line-height: 1.5;
	text-decoration: none;
	padding: 0.5em 0;
	box-sizing: border-box;
	border-radius: 7px;
	transition: .5s;
}
.top-sec3-btn a:hover {
	color: #113d7e;
	border: #fff 1px solid;
	background-color: #fff;
	transition: .5s;
}

@media screen and (max-width: 1200px){
	.top-sec3-box1 ul {
		margin-bottom: 1.5em;
	}
	.top-sec3-box1 ul li {
		width: 32%;
	}
	.top-sec3-box1 h3 {
		width: 100%;
		line-height: 1.8;
		position: inherit;
		bottom: inherit;
		right: inherit;
		text-align: center;
	}
}
@media screen and (max-width: 768px){
    #top-sec3 {
        padding: 12% 5% 15%;
    }
	.top-sec3-box1 ul {
		justify-content: space-between;
	}
	.top-sec3-box1 ul li {
		width: 48%;
		margin: 0 0 4%;
	}
}

/*==========================================================================

	              #sec4  出航スケジュール・予約状況
	
============================================================================*/

#top-sec4 {
    padding: 80px 3% 80px;
    background-color: #4699b9;
}

.top-sec4-box1 {
    max-width: 1200px;
    margin: 0 auto;
    color: #fff;
}
.top-sec4-box1 h2 {
	font-size: clamp(18px, 5vw, 32px);
	font-weight: bold;
	line-height: 1.3;
	letter-spacing: 0.05em;
	text-align: center;
    color: #fff;
	margin-bottom: 2em;
}

.top-sec4-box2 {
    max-width: 1200px;
    margin: 0 auto;
    color: #fff;
	text-align: center;
}
.top-sec4-box2 h4 {
	font-size: clamp(13px, 5vw, 15px);
	line-height: 1.5;
	text-align: center;
}

.top-sec4-btn a {
	display: block;
	width: 14em;
	margin: 2.5em auto 0;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
    text-align: center;
	color: #4699b9;
	border: #fff 1px solid;
    background-color: #fff;
	line-height: 1.5;
	text-decoration: none;
	padding: 0.5em 0;
	box-sizing: border-box;
	border-radius: 7px;
	transition: .5s;
}
.top-sec4-btn a:hover {
	color: #fff;
	border: #fff 1px solid;
	background-color: #4699b9;
	transition: .5s;
}

@media screen and (max-width: 768px){
    #top-sec4 {
        padding: 12% 5% 15%;
    }
	.top-sec4-box2 h4 {
		text-align: left;
	}
}
