@charset "UTF-8";

.page_ttl {
	background-image: url(../company/img/bg-head.jpg);
}

.-greeting {
}

.greeting_txt {
	width: 100%;
	max-width: 885px;
	margin: 0 auto;
}

.-profile {
}

.profile_tbl {
	width: 100%;
	max-width: 855px;
	margin: 0 auto 80px;
}

.profile_tbl th,
.profile_tbl td {
	padding: 20px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.profile_tbl th {
	text-align: left;
	vertical-align: middle;
	font-weight: bold;
	color: #0a4281;
	white-space: nowrap;
}

.-access {
}

.access_map {
	margin-bottom: 60px;
	height: 560px;
}

.access_map iframe {
	max-width: 100%;
	height: 100%;
}

.access_route {
}

.access_route img {
	max-width: 100%;
	height: auto;
}

.-enjoy {
	margin-top: 50px;
	position: relative;
	background: url("../company/img/bg-enjoy.png");
}

.-enjoy:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 50px;
	background: url("../company/img/deco-enjoy.png");
	top: -25px;
	left: 0;
}

.enjoy_ttl {
	text-align: center;
	margin-bottom: 50px;
}

.enjoy_spot {
}

.enjoy_spot.-fishing {
	padding-bottom: 90px;
	border-bottom: 2px solid #165ba9;
}

.enjoy_spot_ttl {
	font-size: 24px;
	color: #195BAA;
	position: relative;
	padding-left: 80px;
	margin-bottom: 30px;
}

.enjoy_spot.-sightseeing .enjoy_spot_ttl {
	padding-left: 70px;
}

.enjoy_spot_ttl:before {
	position: absolute;
	content: "";
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
	height: 42px;
}

.enjoy_spot.-fishing .enjoy_spot_ttl:before {
	background-image: url("../company/img/icn-spot01.png");
	width: 67px;
}

.enjoy_spot.-sightseeing .enjoy_spot_ttl:before {
	background-image: url("../company/img/icn-spot02.png");
	width: 46px;
}

.enojoy_spot_row {
	position: relative;
	margin-bottom: 60px;
}

.enjoy_spot.-sightseeing .enojoy_spot_row {
	margin-bottom: 20px;
}

.enojoy_spot_col {
}

.enjoy_spot.-fishing .enojoy_spot_col.-txt {
	width: 60%;
}

.enjoy_catch {
	font-size: 26px;
	margin-bottom: 10px;
	line-height: 1.5;
}

.enjoy_spot.-fishing .enojoy_spot_col.-img {
	width: 35%;
	position: absolute;
	right: 0;
	bottom: -80px;
}

.enjoy_spot_calendar {
	margin-bottom: 45px;
}

.enjoy_spot_calendar img {
	min-width: 780px;
}

.enjoy_spot_column {
	background: #FFF;
	padding: 35px;
}

.enjoy_spot_column_row {
}

.enjoy_spot_column_col.-txt {
	width: 57%;
}

.enjoy_spot_column_ttl {
	font-size: 18px;
	color: #0A4281;
	margin-bottom: 10px;
}

.enjoy_spot_column_col.-txt p.-caution {
	position: relative;
	padding-left: 1em;
	color: #EF0000;
}

.enjoy_spot_column_col.-txt p.-caution:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "※";
}

.enjoy_spot_column_col.-img {
	margin-top: -20px;
}

.enjoy_spot.-sightseeing {
	padding-top: 90px;
}

.enjoy_spot.-sightseeing .enojoy_spot_col.-txt {
	width: 65%;
}

.enjoy_spot.-sightseeing .enojoy_spot_col.-img {
	width: 28.1%;
}

.sightseeing_tbl {
	width: 100%;
	margin-bottom: 40px;
}

.sightseeing_tbl th,
.sightseeing_tbl td {
	border: 1px solid #ccc;
	padding: 20px;
}

.sightseeing_tbl th {
	vertical-align: middle;
	white-space: nowrap;
}

.sightseeing_tbl thead th {
	background: #F5F6F8;
}

.sightseeing_tbl th.-kaga {
	background: #F8EFEF;
}

.sightseeing_tbl th.-awara {
	background: #E6EFD0;
}

.sightseeing_tbl th.-sakai {
	background: #DEEEF2;
}

.sightseeing_tbl td {
	background: #FFF;
}

.sightseeing_tbl_list {
}

.sightseeing_tbl_list > li {}

.sightseeing_tbl_list > li span {
	padding-left: 0.5em;
}


/* .sightseeing_tbl_list > li {
	position: relative;
	padding-left: 1em;
}

.sightseeing_tbl_list > li:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "・";
} */

.sightseeing_tbl_list > li a {
	color: #00A0E9;
	/* position: relative;
	padding-right: 20px; */
}

/* .sightseeing_tbl_list > li a:after {
	position: absolute;
	font-family: icomoon;
	content: "\e908";
	bottom: 0.2em;
	right: 0;
	line-height: 1;
} */

.sightseeing_tbl_list > li a:hover {
	text-decoration: underline;
}

.sightseeing_tbl_list > li span {
	color: #00A0E9;
	padding-left: 0.5em;
}

.sightseeing_photo {
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}

.sightseeing_photo figure {
	width: 25%;
}

.sightseeing_photo figcaption {
	font-size: 14px;
	text-align: right;
	padding-right: 10px;
	line-height: 1;
}

/* All SP & Tablet */
@media screen and (max-width:1200px) {
	.enojoy_spot_row {
		margin-bottom: 30px;
	}

	.enjoy_spot.-fishing .enojoy_spot_col.-img {
		bottom: -50px;
	}

	.enjoy_spot_column_col.-img {
		margin-top: 0;
	}

	.enjoy_spot.-sightseeing .enojoy_spot_col.-img {
		width: 30%;
	}

	.sightseeing_tbl th,
	.sightseeing_tbl td {
		padding: 10px;
	}

}

/* All SP */
@media screen and (max-width:640px) {
	.access_map {
		height: 300px;
		margin-bottom: 30px;
	}

	.profile_tbl th,
	.profile_tbl td {
		padding: 10px;
	}

	.-enjoy {
		padding-bottom: 100px;
	}

	.enojoy_spot_row {
		display: block;
	}

	.enojoy_spot_col {
		width: 100% !important;
	}

	.enojoy_spot_col.-txt {
		margin-bottom: 20px;
	}

	.enjoy_spot.-fishing .enojoy_spot_col.-img {
		position: static;
	}

	.enjoy_spot_column_row {
		display: block;
	}

	.enjoy_spot_calendar {
		overflow: scroll;
	}

	.enjoy_spot_column {
		padding: 20px;
	}

	.enjoy_spot_column_col {
		width: 100% !important;
	}

	.enojoy_spot_col.-img {
		text-align: center;
	}

	.sightseeing_tbl {
		font-size: 14px;
	}

	.sightseeing_tbl th,
	.sightseeing_tbl td {
		padding: 5px;
	}

	.sightseeing_tbl th {
		white-space: normal;
	}

	.sightseeing_tbl_list > li {
		padding-left: 0.5em;
		margin-bottom: 10px;
	}

	.sightseeing_tbl_list > li:last-child {
		margin-bottom: 0;
	}

	.sightseeing_tbl_list > li:before {
		left: -5px;
	}

	.sightseeing_photo figure {
		width: 50%;
	}

	.sightseeing_photo figure:nth-child(n+3) {
		margin-top: 20px;
	}

	.sightseeing_photo figcaption {
		font-size: 12px;
	}

}
