@charset "utf-8";

/*  Typo
----------------------------------------------- */
* { margin: 0; padding: 0; }

body { line-height: 1.5 !important; }

td, p, ul, ol { line-height: 1.5 !important; } 

img { border: 0; vertical-align: top; }

ul, ol { list-style: none; }

a { text-decoration: underline; }

@media screen and (min-width: 769px) {
	a[href^="tel:"] {
		pointer-events: none;
	}
}

a:hover { text-decoration: none; }

a:hover img {
	filter: alpha(opacity=25);
	-moz-opacity: 0.25;
	opacity: 0.25;
}

@media only screen and (max-width: 1024px) {
	.hover { text-decoration: none; }
	.hover img {
		filter: alpha(opacity=25);
		-moz-opacity: 0.25;
		opacity: 0.25;
	}
}

/*  Layout
----------------------------------------------- */
#header ul.cc-nav-level-0,
#content,
.footnavi ul.cc-nav-level-0,
#footer .footinfo,
#footer .gutter {
	width: 95%;
	max-width: 1100px;
	margin: 0 auto;
}

#container { padding: 20px 0; }

@media only screen and (min-width: 1024px) {
	#content {
		box-sizing: border-box;
		background: url(bg-seafishing.png) no-repeat 0 0;
	}
}

/*  Header
----------------------------------------------- */
#header img {
	width: 100%;
	height: auto;
}

#header img.sp { display: block; }

#header img.pc { display: none; }

@media only screen and (min-width: 640px) {
	#header img.sp { display: none; }
	#header img.pc { display: block; }
}

.header-inner {
	display: flex;
	flex-direction: column;
	justify-content: normal;
	align-items: center;
	border-bottom: 5px solid #c9a063;
	padding-top: 1em;
	padding-bottom: 10px;
}

.logo {
	margin-right: 0;
	width: 60%;
}

.cc {
	width: 85%;
	text-align: center;
}

.affiliation {
	font-size: 4.5vw;
	font-weight: bold;
	color: #9d6a1f;
}

.achievements {
	font-size: 5vw;
}

.middle-image {
	display: none;
}

.cc-page-index .middle-image {
	display: block;
}

.life-jacket {
	display: block;
	padding: 0.25em 0;
	font-size: 4vw;
	text-align: center;
	color: #ffffff;
	background: #231815;
}

@media only screen and (min-width: 426px) {}

@media only screen and (min-width: 640px) {
	.logo {
		width: 50%;
	}
	.cc {
		width: 80%;
	}
	.affiliation {
		font-size: 3vw;
	}
	.achievements {
		font-size: 4vw;
	}
	.life-jacket {
		font-size: 2.8vw;
	}
}

@media only screen and (min-width: 769px) {
	.header-inner {
		flex-direction: row;
		justify-content: center;
		align-items: flex-end;
		border-bottom: 10px solid #c9a063;
		padding-top: 2em;
		padding-bottom: 10px;
	}
	.logo {
		margin-right: 2em;
		width: 30%;
	}
	.cc {
		width: 60%;
		text-align: left;
	}
	.affiliation {
		font-size: 2.5vw;
	}
	.achievements {
		font-size: 3.5vw;
	}
	.life-jacket {
		font-size: 2vw;
	}
}

@media only screen and (min-width: 1025px) {
	.logo {
		width: 25%;
	}
	.cc {
		width: 50%;
	}
	.affiliation {
		font-size: 2vw;
	}
	.achievements {
		font-size: 3.1vw;
	}
	.life-jacket {
		font-size: 20px;
	}
}

/*  Footer
----------------------------------------------- */

#footer img {
	width: 100%;
}

#footer {
	padding: 35px 0 0 0;
	background: url(https://u.jimcdn.com/cms/o/s89700119e3a426d6/userlayout/img/footer-bg-sp.jpg?t=1715645116) no-repeat right bottom;
	background-size: 100% 100%;
}

.footinfo-inner {
	display: block;
}

.info {
	margin: 0 auto;
	width: 95%;
}

.info p {
	text-align: center;
}

.gentatuse {
	font-size: 5vw;
}

.footer-logo {
	margin: 1em auto;
	width: 80%;
}

.captain {
	font-size: 4.5vw;
}

.tel {
	display: none;
}

.ship-sp {
	display: block;
	padding-bottom: 18.18181818%;
	height: 0;
	background: url(https://u.jimcdn.com/cms/o/s89700119e3a426d6/userlayout/img/ship-sp.png?t=1715645177) no-repeat bottom right;
	background-size: 100% 100%;
}

.sidebar {
	display: none;
}

.gutter {
	margin: 0 auto 48px;
	padding: 5px 0;
	width: 95%;
	max-width: 1100px;
}

.gutter a { color: #008bd5 !important; }

@media only screen and (min-width: 426px) {}

@media only screen and (min-width: 640px) {
	.info {
		width: 80%;
	}
	.gentatuse {
		font-size: 4vw;
	}
	.captain {
		font-size: 3.5vw;
	}
}

@media only screen and (min-width: 769px) {
	#footer {
		padding: 35px 0 10px 0;
		background: url(https://u.jimcdn.com/cms/o/s89700119e3a426d6/userlayout/img/footer-bg-tab.jpg?t=1715645128) no-repeat right bottom;
		background-size: 100% auto;
	}
	.footinfo-inner {
		display: flex;
		flex-direction: row;
		justify-content: space-around;
		align-items: flex-start;
	}
	.info {
		margin: 0;
		width: 50%;
	}
	.gentatuse {
		font-size: 2.7vw;
	}
	.footer-logo {
		margin: 1em 0;
		width: 80%;
	}
	.captain {
		font-size: 2.2vw;
	}
	.tel {
		display: block;
		width: 35%;
	}
	.ship-sp {
		display: none;
	}
	.gutter {
		padding: 10px 0;
	}
}

@media only screen and (min-width: 1025px) {
	#footer {
		padding: 35px 0 100px 0;
		background: url(https://u.jimcdn.com/cms/o/s89700119e3a426d6/userlayout/img/footer-bg.jpg?t=1715645135) no-repeat right bottom;
		background-size: 100% 100%;
	}
	.info {
		width: 50%;
	}
	.info p {
		text-align: left;
	}
	.gentatuse {
		font-size: 2vw;
	}
	.footer-logo {
		margin: 1em 0;
		width: 80%;
	}
	.captain {
		font-size: 1.7vw;
	}
	.tel {
		width: 35%;
	}
	.gutter {
		margin-bottom: 0;
		padding: 20px 0 10px;
	}
}

/*  Navigation
----------------------------------------------- */
.headnavi { display: none; }

@media only screen and (min-width: 1024px) {
	.headnavi {
		background: #2ea7e0;
	}
	.footnavi {
		background: #188dce;
	}
	.headnavi { display: block; }
	.headnavi ul.cc-nav-level-0 {
		*zoom: 1; /*forIE6,7*/
		display: -moz-box;
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		width: 95%;
		max-width: 960px;
		margin: 0 auto;
	}
	ul.cc-nav-level-0 li {
		*zoom: 1; /*forIE6,7*/
		white-space: nowrap;
		line-height: 1;
	}
	ul.cc-nav-level-0 li:first-child,
	ul.cc-nav-level-0 li+li { border-top: none; }
	ul.cc-nav-level-0 li a {
		display: block;
		padding: 10px 15px;
		color: #fff;
		font-size: 20px;
		text-decoration: none !important;
	}
	ul.cc-nav-level-0 li a:hover {
		filter: alpha(opacity=80);
		-moz-opacity:0.80;
		opacity:0.80;
		color: #cc4300;
		background-color: #fff;
	}
	ul.cc-nav-level-0 li ul {
		visibility: hidden;
		position: absolute;
		z-index: 300000 !important;
		margin: 0 !important;
	}
	ul.cc-nav-level-0 li:hover > ul {
		visibility: visible;
	}
	ul.cc-nav-level-0 li ul li {
		position: relative;
		clear: left;
		width: auto !important;
		margin: 0;
		padding: 0;
		line-height: normal;
	}
	ul.cc-nav-level-0 li ul li ul {
		top: 0;
		left: 100%;
	}
	* html ul.cc-nav-level-0 li a { /*forIE6*/
		zoom: 1;
	}
	ul.cc-nav-level-1 li,ul.cc-nav-level-2 li {
		font-size: 14px !important;
	}
	ul.cc-nav-level-1 a,ul.cc-nav-level-2 a {
		filter: alpha(opacity=9) !important;
		-ms-filter: "alpha(opacity=90)" !important;
		-moz-opacity: 0.9 !important;
		-khtml-opacity: 0.9 !important;
		opacity: 0.9 !important;
		display: block;
		width: 300px;
		padding: 5px 10px !important;
		color: #fff !important;
		text-align: center;
		text-decoration: none !important;
		background: #176ee8 !important;
	}
	ul.cc-nav-level-1 a:hover,ul.cc-nav-level-2 a:hover {
		text-decoration: none !important;
		background: #0a3066 !important;
	}
}

/*  Footer Navigation
----------------------------------------------- */
.footnavi .spmenu {
	z-index: 100000;
	position: fixed;
	bottom: 0;
	display: -moz-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	width: 100%;
	margin: 0;
	background: #188dce;
}

.footnavi .spmenu li { width: 50%; }

.footnavi .spmenu li:first-child {
	box-sizing: border-box;
	border-right: 1px solid #fff;
}

.footnavi .spmenu li.toggle {
	cursor: pointer;
	display: block;
	padding: 10px;
	box-sizing: border-box;
}

.footnavi .spmenu li a {
	display: block;
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
}

.footnavi .spmenu li.tab { display: none; }

.footnavi .spmenu li img {
	display: block;
	width: 140px;
	height: auto;
	margin: 0 auto;
}

.footnavi ul.cc-nav-level-0 {
	z-index: 200000;
	position: fixed;
	bottom: 48px;
	display: none;
	width: 100%;
}

.footnavi ul.cc-nav-level-0 li+li { border-top: 1px solid #fff; }

.footnavi ul.cc-nav-level-0 li a {
	display: block;
	width: 100%;
	padding: 5px 10px;
	color: #fff;
	text-decoration: none !important;
	box-sizing: border-box;
	background: rgba(23,110,232,0.8);
}

.footnavi ul.cc-nav-level-0 li .hover { background: rgba(10,48,102,1); }

.footnavi ul.cc-nav-level-0 li ul {
	visibility: visible;
	position: static;
}

.footnavi ul.cc-nav-level-0 li ul li a { padding: 5px 10px 5px 30px; }

.j-textWithImage figure { z-index: 0 !important; }

@media only screen and (min-width: 640px) {
	.footnavi .spmenu li.sp {
		display: none;
	}
	.footnavi .spmenu li.tab {
		display: block;
	}
}

@media only screen and (min-width: 1024px) {
	.footnavi .spmenu {
		display: none;
	}
	.footnavi ul.cc-nav-level-0 {
		*zoom: 1; /*forIE6,7*/
		position: static;
		display: -moz-box;
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		width: 95%;
		max-width: 1100px;
		margin: 0 auto;
	}
	.footnavi ul.cc-nav-level-0 li+li {
		border-top: none;
	}
	.footnavi ul.cc-nav-level-0 li a {
		padding: 15px;
		background: none;
	}
	.footnavi ul.cc-nav-level-0 li a:hover {
		filter: alpha(opacity=80);
		-moz-opacity:0.80;
		opacity:0.80;
		color: #cc4300;
		background-color: #fff;
	}
}

/*  Page
----------------------------------------------- */

.image {
	margin-right: calc(50% - 49.5vw);
	margin-left: calc(50% - 49.5vw);
}

.image img {
	display: block;
	width: 100%;
	height: auto;
}

#content a:link,
#content a:visited {
	color: #d46527;
	text-decoration: none;
}

#content .j-header h1,
#content .j-blog-meta h1 {
	padding: 0.25em 0;
	font-size: 6vw !important;
	text-align: center;
	color: #ffffff;
	background: #9d6a1f;
}

#content .j-header h2,
#content .j-blog-meta h2 {
	padding: 0.25em 0;
	font-size: 5.5vw !important;
	text-align: center;
	color: #ffffff;
	background: #004c92;
}

#content .j-header h3,
#content .j-blog-meta h3 {
	marign: 0.25em 0;
	border-bottom: 5px solid #004c92;
	font-size: 5.5vw !important;
	text-align: center;
	color: #004c92;
}

iframe#fccal_xms {
	width: calc(100%) !important;
}

@media only screen and (min-width: 641px) {
	#content .j-header h1,
	#content .j-blog-meta h1 {
		font-size: 6vw !important;
	}
	#content .j-header h2,
	#content .j-blog-meta h2 {
		font-size: 5.5vw !important;
	}
	#content .j-header h3,
	#content .j-blog-meta h3 {
		border-bottom: 8px solid #004c92;
		font-size: 5.5vw !important;
	}
}

@media only screen and (min-width: 769px) {
	#content .j-header h1,
	#content .j-blog-meta h1 {
		padding: 0.1em 0;
		font-size: 5vw !important;
	}
	#content .j-header h2,
	#content .j-blog-meta h2 {
		padding: 0.1em 0;
		font-size: 4.5vw !important;
	}
	#content .j-header h3,
	#content .j-blog-meta h3 {
		border-bottom: 10px solid #004c92;
		font-size: 3.5vw !important;
	}
}

@media only screen and (min-width: 1025px) {
	#content .j-header h1,
	#content .j-blog-meta h1 {
		font-size: 50px !important;
	}
	#content .j-header h2,
	#content .j-blog-meta h2 {
		font-size: 45px !important;
	}
	#content .j-header h3,
	#content .j-blog-meta h3 {
		font-size: 48px !important;
	}
}

@media only screen and (max-width: 479px) {
	#cc-inner .j-calltoaction-wrapper {
		text-align: center;
	}
	.j-textWithImage .cc-imagewrapper {
		float: none !important;
		width: 100% !important;
		margin: 0 auto 5px !important;
	}
	#cc-inner .j-textWithImage p {
		margin: 12px 0 0;
	}
	.cc-imagewrapper img {
		display: block !important;
		margin: 0 auto !important;
	}
	.cc-m-hgrid-column.last {
		float: none;
		width: 100% !important;
	}
	.cc-m-hgrid-column {
		float: none;
		width: 100% !important;
	}
}

.foottel {
	transition: all .1s ease-in-out;
	position: relative;
	display: inline-block;
	width: 260px;
	height: 80px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	background: #fff;
}

.foottel:before,
.foottel:after {
	content: '';
	position: absolute;
	top: 0;
	width: 0;
	height: 0;
	border: 40px solid transparent;
	border-right: 15px solid transparent;
	border-left: 15px solid transparent;
}

.foottel:before {
	right: 100%;
	border-right-color: #fff;
}

.foottel:after {
	left: 100%;
	border-left-color: #fff;
}

@media only screen and (max-width: 479px) {
	.foottel {
		display: block;
	}
}