@charset "utf-8";
/* Reset
============================================================ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.8;
	vertical-align: baseline;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
html{
    overflow-y: scroll;
}
blockquote, q {
	quotes: none;
}
blockquote::before, blockquote::after,
q:before, q::after {
	content: '';
	content: none;
}
input, textarea,{
	margin: 0;
	padding: 0;
}
ol, ul{
	list-style: none;
}
table{
	border-collapse: collapse; 
	border-spacing: 0;
}
caption, th{
	text-align: left;
}
a {
	text-decoration: none;
	color: #4b5c90;
}
a:hover {
	opacity: 0.6;
}
a:focus {
	outline: none;
}
a.anm {
	position: relative;
	display: inline-block;
	text-decoration: none;
}
a.anm::after {
	position: absolute;
	bottom: -1px;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	background: #4b5c90;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform .3s;
}
a.anm:hover::after {
	transform: scale(1, 1);
}
img {
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}
/* Base
============================================================ */
body {
	font-family: Arial,'メイリオ',Meiryo,'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3',sans-serif;
	color: #333;
}
/* Util
============================================================ */
i.fa {
	padding-right: 5px;
}
.opacity {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}
.f16 {
	font-size: 16px;
}
.f18 {
	font-size: 18px;
}
.f_ming {
    font-family: serif;
}
a:hover img.op, a.op:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
}
.tsp {
	margin-top: 10px;
}
.bsp {
	margin-bottom: 10px;
}
.lsp {
	margin-left: 10px;
}
.sm {
	font-size: 10px;
}
.txt_center {
	text-align: center;
}
img.ifm {
	border: 1px solid #ddd;
}
img.fm {
	border: 1px solid #ccc;
	padding: 2px;
}
img.fmr {
	border: 2px solid #ff3366;
	padding: 2px;
}
span.pen_strong {
	background: linear-gradient(transparent 70%, #a9aac1 10%);
}
span.underline {
	text-decoration: underline;
}
span.throughline {
	text-decoration: line-through;
}
span.pen {
    background-color: #ff9;
}
.req {
	color: #dc143c !important;
}
.bld {
	font-weight: bold;
	color: #333;
}
.gld {
	font-weight: bold;
	color: #a99473;
}
.ora {
	font-weight: bold;
	color: #f8b62a;
}
.red {
	font-weight: bold;
	color: #d00;
}
.blu {
	font-weight: bold;
	color: #006aff;
}
.logo_txt {
	font-weight: bold;
	color: #006aff;
}
.holiday {
	font-weight: bold;
	color: #e70012;
}
.triangle_bottom {
	font-size: 16px;
	color: #a7aac1;
	text-align: center;
	margin: 10px 0;
}
.style_arrow {
	position: relative;
	padding-left: 10px;
}
.style_arrow::before {
	position: absolute;
	top: 50%;
	left: 0;
	content: '';
	width: 0;
	height: 0;
	border: solid 4px transparent;
	border-left: solid 6px #4b5c90;
	margin-top: -4px;
}
.style_arrow2 {
	position: relative;
	padding-left: 12px;
}
.style_arrow2::before { 
	position: absolute;
	top: 50%;
	left: 0;
	content: "";
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 4px;
	height: 4px;
	border-top: 2px solid #4b5c90;
	border-right: 2px solid #4b5c90;
	margin-top: -4px;
}
.border_radius {
	width: 40px;
	height: 40px;
	line-height: 40px;
	background-color: #a7aac1;
	color: #fff;
	text-align: center;
	border-radius: 50%;
}
.thanks {
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
	text-align: center;
}
table.page_list {
	border-collapse: collapse;
	width: 100%;
	margin: 0;
	table-layout: fixed;
}
table.page_list th {
	background: #a7aac1;
	color: #fff;
	width: 150px;
	font-weight: normal;
	border: 1px solid #fff;
	padding: 10px 10px;
	vertical-align: top;
	text-align: left;
}
table.page_list td {
	background: #eaeaea;
	width: 100%;
	padding: 10px 10px;
	border: 1px solid #fff;
	vertical-align: top;
}
table.page_list td ul {
	margin: 0;
}
table.page_list td ul li {
	margin: 0;
	padding: 3px 0;
}
table.page_list td dl {
	display: table;
	border: solid 1px #e1e1e1;
	width: 100%;
}
table.page_list td dl dt {
	width: 90px;
	display: table-cell;
	vertical-align: middle;
	padding: 10px 4px;
	background: #f8f8f8;
	color: #333;
	font-weight: bold;
}
table.page_list td dl dd {
	width: calc(100% - 90px);
	display: table-cell;
	vertical-align: middle;
	padding: 10px 4px;
	background: #fff;
	text-align: right;
}
table.page_list td ul.facility {
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
}
table.page_list td ul.facility li {
	width: calc((100% - 20px) / 3);
	margin-right: 10px;
}
table.page_list td ul.facility li:nth-child(3n) {
	margin-right: 0;
}
table.page_list td ul.facility li img {
	width: 100%;
	height: auto;
}
table.page_list td ul.facility li div.txt p {
	text-align: center;
	padding: 4px 10px 10px 10px;
}
ul.tree {
	margin: 0;
}
ul.tree li.home {
	padding: 0;
}
ul.tree li {
	position: relative;
	padding-left: 20px;
}
ul.step {
	margin: 0;
}
ul.step li {
	position: relative;
	background: #eaeaea;
	padding: 10px;
	margin-bottom: 20px;
}
ul.step li dl {
	display: flex;
	align-items: end;
	border-bottom: solid 1px #a7aac1;
}
ul.step li dl dt {
	font-size: 30px;
	line-height: 40px;
	font-weight: bold;
	color: #e95464;
}
ul.step li dl dd {
	font-size: 20px;
	font-weight: bold;
	color: #4b5c90;
	padding: 0 10px;
}
ul.step li p {
	padding: 20px 0;
}
ul.step .triangle {
	position: absolute;
	bottom: -30px;
	left: 50%;
	width: 20px;
	height: 20px;
	background: linear-gradient(45deg, transparent 50%, #4b5c90 50%, #4b5c90);
	transform: rotate(135deg);
}
ul.step .schedule {
	padding: 20px 0;
}
ul.step .schedule li {
	display: flex;
	padding: 0;
	margin: 0;
}
ul.step .schedule li p {
	padding: 0;
	margin: 0;
}
ul.step .schedule li .sc_time {
	display: inline-flex;
	justify-content: flex-end;
	flex-shrink: 0;
	width: 80px;
	font-weight: bold;
	margin: 20px 20px 20px 0;
}
ul.step .schedule .sc_note {
	width: 100%;
	border-left: 4px solid #4b5c90;
}
ul.step .schedule .sc_inner {
	position: relative;
	margin: 20px 0 20px 20px;
}
ul.step .schedule .sc_inner::before {
	content: "";
	position: absolute;
	top: 2px;
	left: -32px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #4b5c90;
}
ul.step .schedule .sc_title {
	font-weight: bold;
}
ul.step .schedule .sch_text {
}
ul.items {
	list-style: square;
	list-style-position:  inside;
}
.lure_exp {
	display: flex;
}
.lure_exp img {
	margin-right: 20px;
}
dl.glossary_list {
	margin: 0;
	padding: 0;
}
dl.glossary_list dt {
	border-left :solid 10px #a7aac1;
	border-bottom: 2px solid #ccc;
	padding: 4px 0 4px 10px;
	margin: 10px 0;
	font-weight: bold;
	font-size: 16px;
}
dl.glossary_list dd {
	margin: 0 0 0 25px;
	padding: 10px 0;
}
dl.glossary_list dd:last-child {
	border-bottom: none;
}
div#gMap {
	width: 740px;
	height: 400px;
	margin: 0;
}
div#gButton {
	margin-top: 20px;
	text-align: center;
}
div#gButton a {
	padding: 10px 20px;
	text-align: center;
	color: #fff;
	background: #4b5c90;
	border-radius: 5px;
}
.error_item_msg {
	color: #ff3366;
}
.faq {
	padding: 10px;
}
.faq dt {
	margin-bottom: 10px;
	font-weight: bold;
}
.faq dt::before {
	display: inline-block;
	content: "Q";
	color: #fff;
	background: #d00;
	width: 20px;
	height: 20px;
	line-height: 20px;;
	text-align: center;
	border-radius: 50%;
	margin-right: 10px;
}
.faq dd {
	padding-left: 20px;
	padding: 20px;
	margin-bottom: 30px;
background: #eee;
}
.faq dd:last-child {
	margin-bottom: 0;
}
#inquiry ul {
	border: solid 2px #4b5c90;
	padding: 20px;
	text-align: center;
}
#inquiry li.title {
	font-size: 20px;
}
#inquiry li.no a {
	font-size: 50px;
	font-weight: bold;
}
#inquiry li.no a:hover {
	text-decoration: none;
}
#inquiry li.time {
	font-size: 20px;
	border-bottom: solid 2px #4b5c90;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#inquiry li.txt {
	font-size: 12px;
	text-align: left;
}
#inquiry {
	position: relative;
}
#inquiry .triangle {
	position: absolute;
	top: 0;
	left: 0;
	border-bottom: 60px solid transparent;
	border-left: 60px solid #4b5c90;
}
#inquiry .label {
	position: absolute;
	top: 10px;
	left: 5px;
	color: #fff;
	transform: rotate(-45deg);
}
span.back_black {
	color: #fff;
	background: #555;
	padding: 0 4px;
}
span.back_blue {
	color: #fff;
	background: #4b5c90;
	padding: 0 4px;
}
span.back_red {
	color: #fff;
	background: #dc143c;
	padding: 0 4px;
}
span.back_rose {
	color: #fff;
	background: #e95464;
	padding: 0 4px;
}
span.back_green {
	color: #fff;
	background: #188847;
	padding: 0 4px;
}
.price {
	font-weight: bold;
	font-size: 22px;
}
.bg_blue {
	color: #fff;
	background: #4b5c90;
}
.bg_rose {
	color: #fff;
	background: #e95464;
}
.bg_blac {
	color: #fff;
	background: #333;
}
/* Layout / Design
============================================================ */
/* wrapper
------------------------------------------------------------ */
@media screen and (min-width: 768px) {
	#headerWrapper {
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 980px;
		height: 60px;
		margin: 0 auto;
	}
	#topicPath {
		width: 980px;
		margin: 20px  auto 0 auto;
	}
	#wrapper {
		display: flex;
		width: 980px;
		padding: 20px 0;
		position: relative;
		margin: 0 auto;
		background: #fff;
	}
	#shareWrapper {
		width: 980px;
		margin: 20px auto;
	}
	#externalWrapper {
		width: 980px;
		padding: 70px 0 50px 0 ;
		margin: 0 auto;
	}
	#internalWrapper {
		width: 980px;
		padding: 40px 0;
		margin: 0 auto;
	}
	#naviHome {
		display: none;
	}
	#naviTel {
		display: none;
	}
	#hamburgerButton {
		display: none;
	}
	body#pageGuide li#naviGuide a,
	body#pageFishing li#naviFishing a,
	body#pageCaptain li#naviCaptain a,
	body#pageAccess li#naviAccess a,
	body#pageContact li#naviContact a {
		color: #a9aac1;
	}
}
/* header
------------------------------------------------------------ */
header {
	width: 100%;
	background: #4b5c90;
	opacity: 0.9;
}
header.fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
}
header h1 span {
	color: #fff;
}
header h1 a {
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 28px;
	font-weight: bold;
	color: #fff;
}
header ul {
	display: flex;
}
header ul li a {
	display: block;
	color: #fff;
	padding: 0 10px;
	transition: all 0.5s;
}
@media screen and (max-width: 767px) {
	/* body
	------------------------------------------------------------ */
	body.open #headerNav {
		right: 0;
	}
	body.open #header .black_bg  {
		opacity: 1;
		visibility: visible;
	}
	body.open .swiper  {
		z-index: -1;
	}
	body.open #gMap {
		z-index: -1;
	}
	body.open #gMapStreet {
		z-index: -1;
	}
	body.open #person .person_image a {
		z-index: -1;
	}
	/* wrapper
	------------------------------------------------------------ */
	#headerWrapper {
		display: flex;
		align-items: center;
		padding-left: 10px;
		height: 60px;
	}
	/* header
	------------------------------------------------------------ */
	#headerNav {
		position: fixed;
		top: 0;
		right: -320px;
		width: 300px;
		height: 100%;
		padding-top: 60px;
		background: #4b5c90;
		transition: all .6s;
		z-index: 200;
		overflow-y: auto; 
	}
	#hamburgerButton {
		position: fixed;
		top: 0;
		right: 0;
		width: 60px;
		height: 60px;
		line-height: 60px;
		text-align: center;
		color: #fff;
		z-index: 300;
		transition: all 0.5s;
		cursor: pointer;
	}
	#headerNav ul {
		display: block;
		margin: 0;
		padding: 0;
		list-style: none;
	}
	#headerNav ul li {
		text-align: left;
		padding: 0 30px;
	}
	#headerNav ul li a {
		display: block;
		padding: 10px 0;
		border-bottom: 1px solid #eee;
	}
	#header .black_bg {
		position: fixed;
		top: 0;
		left: 0;
		width: 100vw;
		height: 100vh;
		background: #000;
		opacity: 0;
		visibility: hidden;
		transition: all .6s;
		z-index: 50;
	}
}
/* Swiper
============================================================ */
.swiper {
	position: relative;
	width: 100%;
	height: 700px;
	background: #000;
	--swiper-navigation-color: #fff;
	--swiper-pagination-color: #fff;
}
.swiper-button-next,
.swiper-button-prev {
	opacity: 0.5;
}
.slide-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.slide-content .title {
	position: absolute;
	top: 30%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 70px;
	font-weight: bold;
	text-shadow: 2px 2px 3px #111;
	white-space: nowrap;
	line-height: 1;
	text-align: center;
}
.slide-content .subtitle {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 40px;
	font-weight: bold;
	text-shadow: 
		0 0 0.05em #dc143c ,
		0 0 0.10em #dc143c ,
		0 0 0.15em #dc143c ,
		0 0 0.30em #dc143c ;
	white-space: nowrap;
}
.slide-content .text {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 20px;
	width: 100%;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.85), transparent);
}
.slide-content .text p {
	color: #fff;
	font-size: 18px;
	line-height: 1.2;
}
@media screen and (min-width: 768px) {
	.slide-content .text p {
		width: 980px;
		margin: 0 auto;
	}
}
@keyframes fromTop {
	0% {
		top: 0%;
		opacity: 0;
	}
	100% {
		top: 30%;
		opacity: 1;
	}
}
@keyframes fromBottom {
	0% {
		top: 80%;
		opacity: 0;
	}
	100% {
		top: 20%;
		opacity: 1;
	}
}
@keyframes fromleft {
	0% {
		left: 0%;
		opacity: 0;
	}
	100% {
		left: 50%;
		opacity: 1;
	}
}

@keyframes fromRight {
	0% {
		left: 100%;
		opacity: 0;
	}
	100% {
		left: 50%;
		opacity: 1;
	}
}
.swiper-slide-active .from_top {
	animation: fromTop .6s ease-in-out 0s 1 normal both;
} 
.swiper-slide-active .from_bottom {
	animation: fromBottom .6s ease-in-out 0s 1 normal both;
} 
.swiper-slide-active .from_left {
	animation: fromleft .6s ease-in-out 0s 1 normal both;
} 
.swiper-slide-active .from_right{
	animation: fromRight .6s ease-in-out .5s 1 normal both;
} 
.swiper-slide-active .title {
	animation: fromTop .6s ease-in-out 0s 1 normal both;
}
@keyframes zoom {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(1.1);
	}
}
.swiper-slide-active .zoom img {
	animation: zoom 6s linear 0s 1 normal both;
} 
@keyframes translate1 {
	0% {
		transform: scale(1.07) translate(0,0);
	}
	100% {
		transform: scale(1.07) translate(3%, 2%);
	}
}
  
.swiper-slide-active .translate1 img {
	animation: translate1 6s linear 0s 1 normal both;
} 

@keyframes translate2 {
	0% {
		transform: scale(1.05) translate(1%,2%);
	}
	100% {
		transform: scale(1.1) translate(-2%, -3%);
	}
}
.swiper-slide-active .translate2 img {
	animation: translate2 6s linear 0s 1 normal both;
} 
/* topicPath
------------------------------------------------------------ */
#topicPath ul {
	margin: 0;
	font-size: 10px;
	padding: 0;
	line-height: 10px;
}
#topicPath ul li {
	display: inline;
	margin: 0;
	padding: 0;
}
#topicPath ul li a {
	padding: 0 10px 0 0;
	background: url("../images/icon_arrow03.gif") no-repeat scroll right center;
}
#topicPath ul li span {
	display: inline;
	margin: 0;
	padding: 0;
}
/* mainTitle
------------------------------------------------------------ */
#mainTitleWrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 160px;
	background: #444;
}
#mainTitle {
	text-align: center;
}
#mainTitle h2 {
	font-size: 30px;
	line-height: 30px;
	color: #fff;
}
#mainTitle p {
	color: #fff;
}
/* contents
------------------------------------------------------------ */
#contents {
	width: 740px;
	margin-right: 20px;
}
/* contents_section
------------------------------------------------------------ */
.contents_section {
	margin-bottom: 50px;
}
.contents_section h3 {
	color: #4b5c90;
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 20px;
	padding-top: 60px;
	margin-top: -60px;
}
.contents_section h4.item {
	border-left :solid 10px #a7aac1;
	border-bottom: 2px solid #ccc;
	padding: 4px 0 4px 10px;
	margin: 20px 0;
	font-weight: bold;
	font-size: 16px;
}
/* sidebar
------------------------------------------------------------ */
#sidebar {
	width: 220px;
}
#sidebar h3.sidebar_title {
	position: relative;
	border-bottom: 3px solid #ccc;
	font-size: 18px;
	font-weight: bold;
}
#sidebar h3.sidebar_title::before {
	position: absolute;
	width: 40%;
	height: 3px;
	bottom: -3px;
	left: 0;
	background: #4b5c90;
	content: '';
}
#sidebar .side_banner {
	margin-bottom: 30px;
	padding: 20px 10px;
}
#sidebar .side_banner_pr {
	margin-bottom: 30px;
}
#sidebar .side_banner_pr p {
	padding: 10px;
	line-height: 20px;
	background: #eee;
}
#sidebar ul.nomal_link li {
	padding: 0;
	margin-bottom: 10px;
}
#sidebar ul.nomal_link li img {
	width: 100%;
	height: auto;
}
#sidebar ul.nomal_link li:last-child {
	margin-bottom: 0;
}
/* sidebar_section
------------------------------------------------------------ */
#sidebar .sidebar_section {
	padding: 10px 10px;
	margin-top: 20px;
	background: #eee;
}
#sidebar .sidebar_section dl {
	margin: 0;
	padding: 0;
}
#sidebar .sidebar_section dl dt {
	font-weight: bold;
	margin: 0;
}
#sidebar .sidebar_section dl dd {
	margin: 0 0 10px 15px;
	padding: 0;
}
#sidebar .toggle {
	display: none;
}
#sidebar .pf_label {
	position: relative;
	display: block;
	border-bottom: 3px solid #4b5c90;
	font-size: 18px;
	font-weight: bold;
	cursor: pointer;
}
#sidebar .pf_label::before {
	content: "";
	width: 6px;
	height: 6px;
	border-top: 2px solid #333;
	border-right: 2px solid #333;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top: calc(50% - 3px);
	right: 20px;
	transform: rotate(135deg);
	transition: all 0.5s;
}
#sidebar .pf_label,
#sidebar .pf_content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
}
#sidebar .pf_content {
	height: 0;
	overflow: hidden;
	margin-bottom: 20px;
}
#sidebar .toggle:checked + .pf_label + .pf_content {
	height: auto;
}
#sidebar .toggle:checked + .pf_label::before {
	transform: rotate(-45deg);
	transition: all 0.5s;
}
#sidebar .side_menu {
	border-bottom: 3px solid #4b5c90;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}
#amebablog {
	border: 1px solid #eee;
	width: 100%;
	height: 500px;
	padding: 10px;
	margin-bottom: 20px;
	background: #fff;
	overflow: hidden;
	overflow-y: scroll;
}
#amebablog div {
	font-size: 14px;
	line-height: 14px;
}
#amebablog img {
	width: 50%;
	height: auto;
	margin: 10px 0;
}
#amebablog a {
	pointer-events: none;
}
#amebablog .title {
	color: #4b5c90;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	font-family: "G2サンセリフ-B";
}
#amebablog .pdate {
	font-weight: bold;
}
#amebablog article {
	margin-bottom: 40px;
}
/* sidebar sns
------------------------------------------------------------ */
#sidebar .sns ul {
	display: flex;
	margin-top: 5px;
}
#sidebar .sns li {
	text-align: center;
	line-height: 1;
	margin-right: 10px;
}
#sidebar .sns li img {
	width: 30px;
	height: 30px;
	background: #777;
	border-radius: 5px;
}
#sidebar .sns li a {
	line-height: 1;
}
/* reserve
------------------------------------------------------------ */
#reserve {
	border: 1px solid #ccc;
	margin-bottom: 20px;
	text-align: center;
	padding: 10px 0;
}
#reserve .title {
	font-size: 16px;
	font-weight: bold;
	color: #4b5c90;
}
#reserve a {
	display: block;
	color: #333;
	font-size: 28px;
	line-height: 30px;
	font-weight: bold;
}
/* overview
------------------------------------------------------------ */
#overview a.btn {
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	background: #a7aac1;
	border-radius: 5px;
}
/* insidLink
------------------------------------------------------------ */
#insidLink ul {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
#insidLink ul li {
	width: calc((100% - 20px) / 3);
	height: auto;
	text-align: center;
	background: linear-gradient(180deg, #ccc 0%, #fff 100%);
	border-radius: 4px;
}
#insidLink ul li  a {
	display: block;
	height: 100%;
	width: 100%;
	color: #434442;
}
#insidLink ul li  a i {
	font-size: 50px;
	color: #4b5c90;
}
#insidLink dl dt {
	padding: 20px 0;
}
#insidLink dl dd {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	background: #4b5c90;
	border-radius: 0 0 4px 4px;
	padding: 10px 0;
}
#insidLink dl dd::after {
	margin-left: 4px;
	font-family: FontAwesome;
	content: '\f061';
}
/* introduction
------------------------------------------------------------ */
#introduction p {
	margin-bottom: 10px;
}
#introduction .more {
	cursor: pointer;
}
#introduction .more::after {
	content: "…記事全文を読む";
}
#introduction .more.open::after{
	content: "";
}
#introduction .hide {
	display: none;
}
/* fishingResults
------------------------------------------------------------ */
#fishingResults ul {
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
}
#fishingResults ul li {
	width: calc((100% - 20px) / 3);
	margin-right: 10px;
	margin-bottom: 10px;
}
#fishingResults ul li:nth-child(3n) {
	margin-right: 0;
}
#fishingResults ul li img {
	width: 100%;
	height: auto;
	height: 230px;
	object-fit: cover;
}
#fishingResults ul li p {
	text-align: center;
	color: #fff;
	background: #4b5c90;
	overflow: hidden;
	font-size: 16px;
	padding: 5px 0;
}
#fishingResults ul li p.new{
	background: #dc143c;
}
/* snsInformation
------------------------------------------------------------ */
#snsInformation .sns ul {
	display: flex;
	justify-content: space-between;
}
#snsInformation .sns li {
	width: calc((100% - 20px) / 3);
}
#snsInformation .sns li a {
	display: block;
	color: #fff;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 4px;
}
#snsInformation .sns li a.fl_ig {
	background: linear-gradient(-135deg, #4933f7, #ef1837, #fbd980);
}
#snsInformation .sns li a.fl_fb {
	background: #3b5998;
}
#snsInformation .sns li a.fl_ab {
	background: #2d8c3b;
}
#snsInformation .sns li i {
	margin-right: 10px;
}
#snsInformation .sns li img {
	width: auto;
	height: 20px;
	vertical-align: middle;
	margin-right: 10px;
}
.flipLeft{
	animation-name: flipLeft;
	animation-duration:0.5s;
	animation-fill-mode:forwards;
	perspective-origin: left center;
	opacity: 0;
}
@keyframes flipLeft{
	from {
		transform: perspective(600px) translate3d(0, 0, 0) rotateY(30deg);
		opacity: 0;
	}
	to {
		transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
		opacity: 1;
	}
}
/* person
------------------------------------------------------------ */
@media screen and (min-width: 768px) {
	#person > div {
		display: flex;
	}
	#person .person_image {
		width: 180px;
		margin-right: 60px;
	}
	#person .person_text {
		width: 500px;
	}
	#person .person_image dl {
		display: flex;
		align-items: center;
		justify-content: center;
		margin-top: 20px;
	}
	#person .person_image dl dt {
		font-weight: bold;
		margin-right: 10px;
	}
	#person .person_image dl dd {
	}
}
#person .person_image dl {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
}
#person .person_image dl dt {
	font-weight: bold;
	margin-right: 10px;
}
#person .person_image dl dd {
}
/* info
------------------------------------------------------------ */
#info {
	width: 100%;
	background: #f8f8f8;
}
#info ul.hide{
	display: none;
}
#info li {
	padding: 12px;
	border-bottom: 1px dotted #ccc;
}
#info li dl {
	display: flex;
}
#info li dl dt {
	flex-shrink: 0;
	width: 100px;
}
#info li dl dd {
	width: 100%;
}
#info a.more {
	display: block;
	width: 100%;
	background: #4b5c90;
	color: #fff;
	padding: 10px 0;
	border: none;
	text-align: center;
	cursor: pointer;
}
#info a.more::after {
	content: "全て見る";
}
#info a.more.open::after{
	content: "閉じる";
}
/* note
------------------------------------------------------------ */
.price_note .toggle {
	display: none;
}
.price_note .acd_label {
	position: relative;
	display: block;
	padding: 10px;
	color: #fff;
	background: #a7aac1;
	cursor: pointer;
}
.price_note .acd_label::before {
	content: "";
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top: calc(50% - 3px);
	right: 20px;
	transform: rotate(135deg);
	transition: all 0.5s;
}
.price_note .acd_label,
.price_note .acd_content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
}
.price_note .acd_content {
	height: 0;
	overflow: hidden;
	margin-bottom: 20px;
}
.price_note .toggle:checked + .acd_label + .acd_content {
	height: auto;
	padding: 20px ;
	border: 1px solid #ccc;
}
.price_note .toggle:checked + .acd_label::before {
	transform: rotate(-45deg);
	transition: all 0.5s;
}
.price_note p {
	margin-bottom: 10px;
}
.price_note ul li {
	margin-left: 20px;
	list-style-type: disc;
}
.price_note dl {
	display: flex;
	flex-wrap: wrap;
}
.price_note dl dt {
	width: 40%;
}
.price_note dl dd {
	width: 60%;
}
/* access
------------------------------------------------------------ */
#infowindow {
	color: #dc143c;
	font-weight: bold;
}
/* form_item
------------------------------------------------------------ */
table.form_item {
	border-collapse: collapse;
	width: 100%;
	margin: 20px 0;
	table-layout: fixed;
	overflow: hedden;
}
table.form_item tr {
	border-top: 1px dotted #ccc;
}
table.form_item th {
	color: #555;
	width: 100px;
	min-width: 100px;
	font-weight: normal;
	padding: 10px 10px;
	vertical-align: top;
	text-align: left;
}
table.form_item td {
	max-width: 580px;
	padding: 10px 10px;
	vertical-align: top;
	text-align: left;
}
table.form_item input[type="text"] {
	width: 98%;
	border: 1px solid #ccc;
	margin: 0;
	padding: 3px;
	color: #555;
	font-size: 14px;
}
table.form_item input[type="file"] {
	height: 0;
	opacity: 0;
	visibility: hidden;
	width: 0;
}
table.form_item select {
	width: 98%;
	border: 1px solid #ccc;
	margin: 0;
	padding: 3px;
	color: #555;
	font-size: 14px;
}
table.form_item textarea {
	width: 98%;
	height: 300px;
	border: 1px solid #ccc;
	margin: 0;
	padding: 3px;
	color: #555;
	font-size: 14px;
	width: 98%;
	max-height: 500px;
	resize: vertical;
}
table.form_item .fileupload {
	background-color: #4b5c90;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 10px 20px;
	text-decoration: none;
	border-radius: 5px 5px 5px 5px;
}
table.form_item figure {
	margin: 10px 0;
	max-width: 300px;
}
table.form_item figure img {
	height: auto;
	max-width: 100%;
}
div.form_button {
	text-align: center;
	margin: 20px 0;
}
div.form_button a {
	background: #0068b7;
	font-size: 14px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	padding: 10px 20px;
	border-radius: 5px 5px 5px 5px;
}
div.form_button a.bg_gray {
	background-color: #bbb;
}
/* footer
------------------------------------------------------------ */
footer .share {
	background: #fff;
}
footer .external {
	background: #d8d1cd;
}
footer .internal {
	background: #4b5c90 ;
}
footer .share ul {
	display: flex;
}
footer .share li a {
	color: #fff;
	padding: 4px 8px;
	margin-right: 6px;
	font-size:  0.7rem;
}
footer .share li.facebook a {
	background: #315096;
}
footer .share li.twitter a {
	background: #0f1419;
}
footer .share li.line a {
	background: #00b900;
}
footer .slick_slider li {
	margin: 0 10px;
}
footer .slick_slider li.store {
	position: relative;
}
footer .slick_slider li.store span {
	position: absolute;
	bottom:0;
	right: 10px;
	font-weight: bold;
}
footer .info {
	display: flex;
	justify-content: space-between;
}
footer .info div dl {
	color: #4b5c90;
	color: #fff;
}
footer .info div dl dt a {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}
/*
footer .info div ul {
	display: flex;
}
footer .info div ul li {
	margin-right: 10px;
}
footer .info div ul li a {
	color: #fff;
	background: #333;
	padding: 2px 10px;
}
*/
footer .info nav ul {
	display: flex;
	justify-content: right;
	align-items: center;
	color: #fff;
	margin-bottom: 10px;
}
footer .info nav ul li {
	color: #4b5c90;
}
footer .info nav ul li::after {
	color: #fff;
	padding: 0 5px;
	content: "｜"; 
}
footer .info nav ul li:last-child::after {
	content: ""; 
	padding: 0;
}
footer .info nav ul li a {
	color: #fff;
	transition: all 0.5s;
}
/* pageTop
------------------------------------------------------------ */
#pageTop {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 2;
	opacity: 0;
	transform: translateY(100px);
}
#pageTop a {
	display: flex;
	justify-content:center;
	align-items: center;
	background: #4b5c90;
	width: 50px;
	height: 50px;
	color: #fff;
	text-align: center;
	transition:all 0.3s;
}
#pageTop a:hover{
	background: #555;
}
#pageTop.UpMove {
	animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime {
	from {
		opacity: 0;
		transform: translateY(100px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
#pageTop.DownMove {
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime {
	from {
		opacity: 1;
		transform: translateY(0);
	}
	to {
		opacity: 1;
		transform: translateY(100px);
	}
}
/* copyright
------------------------------------------------------------ */
#copyright {
	margin-top: 40px;
	text-align: center;
}
#copyright small {
	color: #fff;
}
/* SmartPhone
============================================================ */
@media screen and (max-width: 767px) {
	/* Swiper
	------------------------------------------------------------ */
	.swiper {
		height: 400px;
		margin-bottom: 30px;
	}
	.slide-img img {
		width: 150%;
	}
	.slide-content .title {
		font-size: 30px;
		line-height: 30px;
	}
	.slide-content .subtitle {
		font-size: 20px;
		white-space: none;
	}
	.slide-content .text {
		min-width: 360px;
		font-size: 10px;
	}
	/* contents
	------------------------------------------------------------ */
	/* layout */
	#contents {
		margin-right: 0;
		width: auto;
	}
	.contents_section {
		margin-left: 10px;
		margin-right: 10px;
	}
	.contents_section img {
		width: 90px;
		height: auto;
	}
	.contents_section img.img_contact {
		width: 100%;
		height: auto;
	}
	/* title
	------------------------------------------------------------ */
	#mainTitle {
		width: 100%;
		background-size: 100%;
	}
	/* topicPath
	------------------------------------------------------------ */
	#topicPath {
		margin: 20px 10px;
		padding: 0;
	}
	/* person */
	#person .person_image {
		display: flex;
		margin-bottom: 20px;
		width: 100%;
	}
	#person .person_image > a { 
		width: 50%;
	}
	#person .person_image > a img {
		width: 140px;
		height: auto;
	}
	#person .person_image > dl {
		width: 50%;
		margin: 0;
	}
	dl.page_list dd {
		width: auto;
	}
	.thanks {
		font-size: 16px;
		line-height: 16px;
	}
	/* page : access
	------------------------------------------------------------ */
	/* google map */
	div#gMap {
		width: 100%;
		height: 400px;
	}
	div#gMapStreet iframe {
		width: 100%;
		height: 400px;
	}
	/* page : contact
	------------------------------------------------------------ */
	#inquiry li.no a {
		font-size: 38px;
	}
	#inquiry li.title {
		font-size: 18px;
	}
	#inquiry li.time {
		font-size: 18px;
	}
	/* sidebar
	------------------------------------------------------------ */
	/* layout */
	#sidebar {
		width: auto;
		margin-left: 10px;
		margin-right: 10px;
	}
	#reserve {
	}
	/* calendar */
	#calendar table.calendar {
		width: 100%;
	}
	/* banner */
	#sidebar .side_banner {
		padding: 20px 0;
	}
	#sidebar .side_banner_pr {
		display: flex;
		align-items: stretch;
	}
	#sidebar .side_banner_pr a {
		width: 50%;
	}
	#sidebar .side_banner_pr a img {
		width: 100%;
		height: auto;
	}
	#sidebar .side_banner_pr p {
		padding: 10px;
		width: 50%;
	}
	/* nomal link */
	#sidebar ul.nomal_link {
		display: flex;
		flex-wrap: wrap;
	}
	#sidebar ul.nomal_link li {
		width: calc(100% / 2);
		padding: 5px;
		margin: 0;
	}
	#sidebar ul.nomal_link li img {
		width: 100%;
		height: auto;
	}
	/* facility */
	table.page_list td ul.facility li {
		width: 100%;
	}
	/* footer
	------------------------------------------------------------ */
	#shareWrapper {
		margin: 20px 0;
	}
	footer .share {
		margin: 0 10px;
	}
	#externalWrapper {
		padding: 50px 0  30px 0;
	}
	footer .slick_slider {
		margin: 0 10px;
	}
	#internalWrapper {
		padding: 20px 0;
	}
	footer .info {
		display: block;
		margin: 0 10px;
	}
	footer .info nav {
		display: flex;
	}
	/* link */
	footer .info nav ul {
		display: block;
		text-align: left;
		margin: 20px 0;
		width: 100%;
	}
	footer .info nav ul li {
		padding-bottom: 10px;
	}
	footer .info nav ul li::after {
		content: ""; 
		padding: 0;
	}
}
