/* logo purple: #3b288b */
/* light blue:  #ebf6f9 */

body {
	color: #333;
	/*font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, sans-serif;*/
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	/*background-image: url(../img/bg_what-the-hex.png);*/
	padding-top: 58px;
}
:lang(en) body {
	font-family: "Open Sans", sans-serif;;
}
h2, h3, h4, h5 {
	color: #3b288b;
	/*font-weight: bold;*/
}
h2 {
	font-size: 2rem;
	margin-bottom: 1.5rem;
	text-align: center;
}
:lang(en) h2,
:lang(en) h3,
:lang(en) h4
 {
	font-family: "Raleway", sans-serif;
	font-weight: normal;
	text-transform: uppercase;
}
h3 {
	font-size: 1.5rem;
}

a, a:visited {
	color: #3b288b;
	text-decoration: underline;
}
@media only screen  and (min-width : 992px) {
	body {
		padding-top: 87px;
	}
	h2 {
		font-size: 2.5rem;
		margin-bottom: 2rem;
	}
}

/* ======================================== 
* utility start
========================================*/


/* layout start */
.total-center {
	position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);   
}
.left, .right {
	position: relative;
  	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
@media only screen  and (min-width : 992px) {
	.total-center-md {
  		position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);   
  	}
  	.container {
    	max-width: 1100px;
	}
}
/* layout end */

/* text start */
.red-text {
	color: #ff0000;
}
.u-tsh-w {
    text-shadow: #fff 0px 1px 0px, #fff 1px 0px 0px, #fff 1px 1px 0px, #fff 0px -1px 0px, #fff -1px 0px 0px, #fff -1px -1px 0px, #fff 1px -1px 0px, #fff -1px 1px 0px;
}
.u-tsh-w-sh-6 {
    text-shadow: #fff 0px 1px 0px, #fff 1px 0px 0px, #fff 1px 1px 0px, #fff 0px -1px 0px, #fff -1px 0px 0px, #fff -1px -1px 0px, #fff 1px -1px 0px, #fff -1px 1px 0px, 0px 2px 3px rgba(0,0,0,0.6);
}
.u-tsh-w-op {
    text-shadow: rgba(255,255,255,0.1) 0px 1px 0px, rgba(255,255,255,0.1) 1px 0px 0px, rgba(255,255,255,0.1) 1px 1px 0px, rgba(255,255,255,0.1) 0px -1px 0px, rgba(255,255,255,0.1) -1px 0px 0px, rgba(255,255,255,0.5) -1px -1px 0px, rgba(255,255,255,0.5) 1px -1px 0px, rgba(255,255,255,0.5) -1px 1px 0px;
}
.u-tsh-w-glow {
	text-shadow: 0 0 10px #fff;
}
.u-tsh-purple {
	text-shadow: #3b288b 0px 1px 0px, #3b288b 1px 0px 0px, #3b288b 1px 1px 0px, #3b288b 0px -1px 0px, #3b288b -1px 0px 0px, #3b288b -1px -1px 0px, #3b288b 1px -1px 0px, #3b288b -1px 1px 0px;
}
.u-tsh-bl-bl {
	text-shadow: -2px 2px 2px #000;
}

.uppercase {text-transform: uppercase;}

@media(min-width: 992px) {
	.u-tsh-w-lg {
		    text-shadow: #fff 0px 1px 0px, #fff 1px 0px 0px, #fff 1px 1px 0px, #fff 0px -1px 0px, #fff -1px 0px 0px, #fff -1px -1px 0px, #fff 1px -1px 0px, #fff -1px 1px 0px;
	}
}
/* text end */

.box-shadow-1 {
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);
}
.box-shadow-2 {
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
}
@media (min-width : 992px) {
	.box-shadow-1-lg {
		box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);
	}
	.box-shadow-2-lg {
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
}
}

.bg-wh {background-color: #fff;}

.bdr-none {border:none!important;}

.btn-style {
	background-color: #3b288b;
	color: #fff!important;
	border-radius: 5px;
	transition: 0.3s;
	font-weight: bold;
	text-decoration: none;	
	border: 2px solid rgba(59, 40, 139, 1);
	padding: 0.5rem 0.5rem;
}
:lang(en) .btn-style {font-weight: normal;}
.btn-style:hover {
	text-decoration: none;
	border: 2px solid rgba(59, 40, 139, 1);
	color: #3b288b!important;
	background-color: #fff;
}


/* ======================================== 
* utility end
========================================*/


/* ======================================== 
* 共通 start
========================================*/

h2.title {
	position: relative;
	font-weight: bold;
}
:lang(en) h2.title {font-weight: normal;}

@media(min-width: 992px) {
	.title {
		padding: 2rem 0;
		background-color: rgba(59, 40, 139, 0.1);
	}
}

/* グローバルナビゲーション start */
.header .navbar {
	color: #3b288b;
	background: #fff;
}
.header .navbar-brand {
	padding-top: 1rem;
}
.header .menu-border-sp {
    border-bottom: 2px solid #3b288b;
    padding-top: 0.5rem;
    height: 0.5rem;
    width: 100%;
}
.header .navbar-toggler {
    margin-right: 0;
    margin-left: auto;
}
.header .navbar .nav-link {	
	color: #3b288b;
	font-size: 0.9em;
	font-weight: bold;
	padding: 1rem 0 1rem 1rem;
	text-decoration: none;
}
:lang(en) .header .navbar .nav-link, .header .navbar .header-tel {
	font-family: "Raleway", sans-serif;
	text-transform: uppercase;
}
.header .navbar .header-tel a:lang(ja)  {
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	text-transform: none;
}
.header .navbar .nav-item.active .nav-link {
	color: #3b288b;
	background-color: #f5f4f9;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(59, 40, 139, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.header .dropdown-menu {
	border: none;
}
.header .dropdown-item {
	color: #3b288b;
}
.header-tel {
	text-align: center;
	justify-content: center;
	background-color: #3b288b;
	padding: 1rem 0.5rem;
}
.header-tel p {
	margin:0;
}
.header-tel p:first-child {
	font-size:0.8em;
	font-weight: bold;
}
.header-tel .tel {
	background-color: #3b288b;	
	padding: 0 0.5rem;
	border-radius:10px;
	font-size:1em;
}
.header-tel .tel a, 
.header-tel .tel a:hover {
	color: #fff;
	text-decoration: none;
}
.header-icon {display: none;}
.header .navbar-toggler {margin-bottom: 0.75rem;}
.header .dropdown-item {
	text-decoration: none;
	font-weight: bold;
	background: #fff;
    border-bottom: 1px solid #f5f4f9;
}

@media (max-width:767px) {
	.header .navbar {
		padding: 0.5rem 0 0;
		box-shadow: 0 2px 2px -2px rgba(0,0,0,0.3);
	}
	.header .navbar-brand {
		max-width: 120px;
		position: absolute;
		top: 0;
	    left: 50%;
	    transform: translateX(-50%);
	}
	.header .dropdown-menu.show {
		padding-top: 0;
		padding-bottom: 0;
		background-color: #f5f4f9;
	}
	.header .navbar-collapse.show {
		background-color: #f5f4f9;
	}
	.header .navbar .nav-item:not(:last-child) {
		border-bottom: 1px solid #fff;
	}
	
}
@media (min-width : 992px) { 
	.header-icon {
		max-width: 60px;
		display: inline-block;
	}
	.header .navbar { 
		padding: 0 1rem;
		border-bottom: 1px solid #3b288b;
	 }
	.header .navbar-brand {
		margin-left: 1rem;
		max-width: 160px;
	}
	 .header .navbar .nav-link {	
		padding: 3rem 2rem;
	}
	.header .navbar .nav-item {
		align-self: center;
	}
	.header .navbar .nav-link:hover,
	.header .navbar .nav-link:active,
	.header .navbar .dropdown.show {
		background-color:#f5f4f9;
	}
	.header-tel {
		background-color: #fff;
	}
	.header-tel .fas {
		font-size: 0.8rem;
	}	
	.header-tel p:first-child {
		margin-top:0.25rem;
		padding-bottom:0.25rem;
	}
	.header-tel .tel {
		margin-top:0.25rem;
	}
	.header .dropdown-menu {
		-webkit-box-shadow: 0px 1px 2px 0px rgba(92,92,92,0.9);
		-moz-box-shadow: 0px 1px 2px 0px rgba(92,92,92,0.9);
		box-shadow: 0px 1px 2px 0px rgba(92,92,92,0.9);
		border: 1px solid rgba(117, 104, 173, 0.5);
		border-radius:0;
		min-width: 100%;
		padding:0;
		top: 90%;
	}

	.header .dropdown-item {
		padding: 0.5rem 1.5rem;
		text-decoration: none;
		font-weight: bold;
	}
 }
 @media (min-width : 1200px) {
 	:lang(jp) .header .navbar .nav-link {
 		font-size: 1.1em;
 	}
 	.header .navbar-brand {
 		margin-left: 4rem;
 	}
  }
 /* グローバルナビゲーション end */


/* ページ start */
 .page-section {
 	padding-top: 4vh;
 	padding-bottom: 4vh;
 }

 @media (min-width : 992px) { 
	.page-section {
 		padding-top: 6vh;
 		padding-bottom: 4vh;
	}
}
/* ページ end */

/* footer start */
footer {
	border-top: 1px solid rgba(59,40,139,0.3);
	background-color: #f5f4f9;
/*	background-image: url('../img/kanjibg1.jpg'); 
	background-repeat: no-repeat; 
	background-position: center center;
	background-size: contain;*/
	padding-top: 2vh;
	padding-bottom: 2vh;
}
footer p {
	font-size: 0.8em;
}
footer .left {
	-ms-flex: 0 0 20%;
		flex: 0 0 20%;
	max-width: 20%;
}
footer .right {
	-ms-flex: 0 0 40%;
		flex: 0 0 40%;
	max-width: 40%;
}
.footer-logo {
	text-align: center;
	/*max-width: 50%;*/
	margin: 0 auto;
}
 @media (min-width : 992px) { 
 	footer .left {
		-ms-flex: 0 0 8%;
  		flex: 0 0 8%;
		max-width: 8%;
 	}
 	footer .right {
		-ms-flex: 0 0 18%;
  		flex: 0 0 18%;
		max-width: 18%;
 	}
 	.footer-logo {
 		max-width: 100%;
 	}
 }
/* footer end */


/* back to top start */
#btn-to-top {
	display: none;
	position: fixed;
	bottom: 1rem;
	right: 1rem;
	text-align: right;	
	opacity: 0.7;	
}

#btn-to-top img {
	max-width: 50%;
}
@media (min-width : 992px) { 
	#btn-to-top {
		opacity: 0.9;	
	}
	#btn-to-top img {
		max-width: 60%;
	}
	#btn-to-top:hover {
		opacity: 1;
	}
}
/* back to top end */

/* ========================================
* 共通 end
========================================*/


/* ========================================
* トップページ start
 ========================================*/

 /* メインビジュアル start */
.mainvisual {
	background-image: url(../img/slide_stock-ocean.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

.logo-container { 
	max-width: 50%;
	margin: 0 auto;
	text-align: center;
	padding-top: 6vh;
	padding-bottom: 6vh;
 }
@media (min-width : 992px) {
	.mainvisual {
		background-attachment: fixed;
	}
	.logo-container {
		max-width: 100%;
		padding-top: 15vh;
		padding-bottom: 15vh;		
	}
 }
/* メインビジュアル end */


/* スライダースタート */
.carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  cursor: pointer;
}
.carousel-caption {
    right: 15%;
    bottom: 18%;
    left: 15%;
}

/* スライダー end */

/* 釣果速報 start */
.catch-report {
	background-image: url(../img/bg_seigaiha-blue-2.jpg);
}
.catch-box {
	background: #fff;
	border: 1px solid rgba(0,0,0,.125);
	border-radius: 0.25rem;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);
	padding: 0;
}
.catch-report h3 {
	font-weight: bold;
}
.catch-box-title {
	color: #fff;
	font-weight: bold;
	font-size: 2.5em;
	padding-bottom: 3rem;
	text-align: center;
	height: 100px;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
:lang(en) .catch-box-title {
	font-size: 2em;
	font-weight: normal;
	line-height: 1.1;
}
.catch-box-title .centering {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
	color: #fff;
	background-color: rgba(0,0,0,0.4);
	padding: 19px 0;
}
.bg-wh-50 {
	/*background-color: rgba(255,255,255,0.3);*/
	background-color: rgba(0,0,0,0.5);
	height:100px;
}
.card-top-aji {
	background: url(../img/daisencho.JPG);
}
.card-top-ika {
	background-image: url(../img/wakasencho.JPG);
}
.card-body {
	position: relative;
	padding-top: 4rem;
}
.circle-icon {
	border-radius: 100%;	
    width: 80px;
    height: 80px;    
    border: 3px solid #fff;
    margin: 1rem auto;
}
.card-content {
	padding: 0.5rem;
	text-align: center;
}
h4.card-title {
	font-weight: bold;
	text-align: center;
	font-size: 1.1em;
}

@media (min-width : 992px) {
	.catch-report h3 {
		font-size: 1.8em;
	}
	.catch-report .left,
	.catch-report .right
	 {
		-ms-flex: 0 0 45%;
      	flex: 0 0 45%;
  		max-width: 45%;
  		padding-bottom: 0.5rem;
	}
	.catch-box-title {	
		position: relative;
		height: 250px;	
		padding-bottom: 0;
		font-size: 2.5em;
	}	
	.catch-box-title .centering {
		padding: 96px 0;
	}

	.catch-box-title .centering:hover {
		background-color: transparent;
		transition: 0.2s;
	}
	.bg-wh-50 {
		background-color: rgba(255,255,255,0.6);
		height:250px;
	}
	.bg-wh-50:hover {
		background-color: transparent;
		transition: 0.2s;
	}
	.bg-wh-50:hover .centering {
		background-color: transparent;
	}
	.circle-icon {
		border-radius: 100%;
		position: absolute;
	    width: 90px;
	    height: 90px;
	    left: 50%;
	    top: -50px;
	    border: 3px solid #fff;
	    transform: translateX(-50%);
	    margin: 0;
	}	
	h4.card-title {
		font-size: 1.3em;
		padding-top: 3.5rem;
		margin-bottom: 0;
	}
	.catch-report .bdr-between {
		position: relative;
	}
	.catch-report .bdr-between:before {
		position: absolute;
		content: "";
		width: 1px;
		height: 60%;
		background: #e3e3e3;
		left: 0;
		top: 36%;
	}
	.card-top-ika {
		/*background-position: right 0 bottom 5px;*/
	}
}
/* 釣果速報 end */

.point-card {
	text-align: center;
	/*padding-top: 2rem;*/
	padding-bottom: 3rem;
}
@media (min-width : 992px) {
	.point-card {
		/*padding-top: 3rem;*/
		padding-bottom: 3rem;
	}
}



/* 
*ご案内 start 
*/
@media (max-width : 991px) {

	.advice-box ul {
		padding-left: 1rem;
	}

}

.guide {
	/*border-bottom: 1px solid rgba(59,40,139,0.3);*/
	background-image: url(../img/bg_seigaiha-blue-2.jpg);
}

/* 船のご案内 start */
.boat-img {
	border: 1px solid rgba(117, 104, 173, 0.5);;
}
.boats h3 {
	margin-bottom: 1rem;
}

/* 船のご案内 end */

/* 持ち物 start */
.advice {
/*	padding-top: 4vh;*/
}

.advice-box {
	background-color: rgba(255,255,255,0.9);
	padding: 1rem;
	position: relative;
	border: 1px solid rgba(117, 104, 173, 0.5);
	border-radius: 8px;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);
}
.advice-box .box-title {
	margin-bottom: 1rem;
    font-size: 1.3em;
    color: #3b288b;
    font-weight: bold;
    text-align: center;
    position: relative;
    display: block;
	padding: 0 2.5em;
}
.advice-box .box-title:before,
.advice-box .box-title:after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 15%;
	height: 2px;
	background-color: #7ED1E6;
}
.advice-box .box-title:before {left:0;}
.advice-box .box-title:after {right:0;}
.advice-item {
	border: 1px solid #3b288b;
	border-radius: 10px;
	padding: 0.5rem;
	font-weight: bold;
	/*background-color: #ebf6f9;*/
}
.advice-item p {
	margin-bottom: 0;
	text-align: center;
}
.advice-wrapper {
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}


@media (min-width : 992px) {
	/*.guide {
		background: linear-gradient(
	      rgba(255, 255, 255, 0.3), 
	      rgba(255, 255, 255, 0.3)
	    ),url(../img/bg_squid.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-attachment: fixed;
	}*/
	.guide {
		background-image: url(../img/bg_seigaiha-blue-2.jpg);
	}

	.advice-wrapper {
		max-width: 60%;
		margin: 0 auto;
	}
	.advice-wrapper .container {
		padding: 1rem 3rem;
	}
	.advice-box .box-title {
		font-size: 1.6em;
		display: inline-block;
	}
	
}
@media (min-width : 1200px) {
	.advice-wrapper {
		max-width: 100%;
	}
}
/* 
*ご案内 end 
*/

/* 
*料金表 start 
*/
.price {
	background-image: url(../img/bg_seigaiha-blue-2.jpg);
}
.price-table {
	width: 100%;
	background-color: #fff;
}
.price-table th,
.price-table td {
	padding: 0.25rem;
}
.price-table thead th {
	background: linear-gradient(to bottom,  #fffffd 1%,#eeedff 12%,#d2d3ff 32%,#bfc0ff 50%,#b6b6fc 68%,#eeedff 88%,#ffffff 100%);
}
.price-table .tr-blue td {
	background: linear-gradient(to bottom, #fffffd 1%,#bef7fe 12%,#86f2fe 32%,#19e2ff 50%,#86f2fe 68%,#bef7fe 88%,#ffffff 100%);
}
.price-table .tr-green td {
	background: linear-gradient(to bottom, #fffffd 1%,#d8ffd7 12%,#a0fe9e 32%,#28ff28 50%,#a0fe9e 68%,#d8ffd7 88%,#ffffff 100%);
}
.price-table .tr-yellow td {
	background: linear-gradient(to bottom, #fffffd 1%,#ffffbc 12%,#fffe91 32%,#ffff11 50%,#fffe91 68%,#ffffbc 88%,#ffffff 100%);
}
.price-table .tr-red td {
	background: linear-gradient(to bottom, #fffffd 1%,#fbd7c7 12%,#ff9b76 32%,#fc6a3b 50%,#ff9b76 68%,#fbd7c7 88%,#ffffff 100%);
}
.price-table .tr-pink td {
	background: linear-gradient(to bottom, #fffffd 1%,#fecbca 12%,#fda9a9 32%,#fa8482 50%,#fda9a9 68%,#fecbca 88%,#ffffff 100%);
}
@media (min-width : 992px) {
	.price {
		padding-top: 0;
	}
	.price-table {
		border-collapse: separate;
		border-spacing: 5px;
	}
	.price-table th,
	.price-table td {
		padding: 0.5rem;
	}
}


/* 
*料金表 end 
*/


/* 
*アクセス start 
*/

.access {
	background-image: url(../img/bg_seigaiha-blue-2.jpg);
}
.map-box {
	overflow: hidden;
    padding-bottom: 90.25%;
    position: relative;
    height: 0;
    border: 1px solid rgba(117, 104, 173, 0.5);
}
.map-box iframe {
	left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}
.access .advice-box h5 {
	font-size: 1em;
	font-weight: bold;
	border-left: 4px solid #3b288b;
	padding-left: 0.5rem;
}

@media (min-width : 992px) {
	.access {
	}
	.access-bg {
		/*background: rgba(255,255,255,0.8);*/
	}
}
		
/* 
*アクセス end 
*/


.gyotaku {
	background-image: url(../img/bg_seigaiha-blue-2.jpg);
}
.gyotaku-container {
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);
}

/* ========================================
* トップページ end
 ========================================*/
.alert-corona-main {
	background-image: url(../img/bg_seigaiha-blue-2.jpg);
}
.alert-corona h4 {
	color: #111;
}
.alert-corona h5 {
	color: #995400
}

.alert-corona a {
	text-decoration: none;
}

.alertText {
	font-size: 1.1em;
	color: #f00;
	font-weight: bold;
	padding: 2rem 0.5rem 0.5rem;
	text-align: center;
}

.alert-corona .advice-box {
	/*background-color: rgba(254, 252, 176, 0.9);*/	
	background-color: #ffe8cc;
	border: 1px solid #ff9c23;
}

.hazard-triangle {
	max-width: 70px;
}

.stop-corona {
	margin: 0 auto;
}
@media (max-width : 991px) {	
	.alert-corona h4 {
		font-size: 1.4em;
		line-height: 1.5;
	}
}

@media (min-width : 992px) {
	.alert-corona {
		padding-top: 1vh;
		padding-bottom: 1vh;
	}

	.alertText {
		font-size: 1.8em;
		padding: 2rem 0 0;
	}

	.alert-corona .advice-box:hover {
		background-color: rgba(253, 233, 210, 0.9);
		box-shadow: 1px 1px 3px 0 rgba(0,0,0,0.30);
	}
	.hazard-triangle {
		/*max-width: 125px;*/
	}
	.alert-corona h4 {
		font-size: 1.8rem;
	}
	.stop-corona {
		max-width: 350px;
	}

}
/** {
  background: #000 !important;
  color: #0f0 !important;
  outline: solid #f00 1px !important;
}*/

