@charset "utf-8";
/* CSS Document */

/* =========================
	body
========================= */

body {
	background: #fff;
	line-height: 2em;
	letter-spacing: 1px;
	font-size: 13px;
	font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #000;
}

p {
	padding: 0 2%;
	color: #000;
}

img {
	margin: 0;
	padding: 0;
	max-width: 100%;
	border: none;
}

a:link,
a:visited,
a:hover,
a:active {
	text-decoration: underline;
	word-break: break-all;
	font-weight: bold;
	color: #000;
}

a:focus {
	outline: none;
}

table {
	width: 100%;
	border-collapse: collapse;
	/*border-spacing: 2px;*/
	border: 1px solid #000;
	word-break: break-all;
	font-size: 12px;
}

table span {
	display: inline-block;
}

th {
	padding: 5px 2%;
	background: #f2fbfe;
	border: 1px solid #000;
	text-align: left;
	font-weight: normal;
}

td {
	width: auto;
	padding: 5px 2%;
	border: 1px solid #000;
}

ul,
ol {
	margin: 0 2%;
	padding: 0 20px;
	color: #333;
}

dl {
	padding: 0 2%;
	color: #000;
}

dl:after {
	content: "";
	display: block;
	clear: both;
}

dt {
	clear: both;
	float: left;
	width: 8%;
	max-width: 20px;
	margin: 0;
}

dd {
	float: left;
	width: 92%;
	margin: 0;
}


/* =========================
	g_menu
========================= */	

.g_menu {
	padding: 10px 0 12px;
	line-height: 0;
}

.g_menu:after {
	content: "";
	display: block;
	clear: both;
}

.g_menu ul {
	max-width: 600px;
	margin: 0 auto;
	padding: 0;
}

.g_menu li:first-child {
	display: inline-block;
	float: left;
	width: 49%;
	text-align: center;
}

.g_menu li:last-child {
	display: inline-block;
	float: right;
	width: 49%;
	text-align: center;
}

@media screen and (max-width: 380px) {
	.g_menu li:first-child {
		width: 44%;
		padding: 0 0 0 6%;
		text-align: left;
	}
	
	.g_menu li:last-child {
		width: 44%;
		padding: 0 6% 0 0;
		text-align: right;
	}
}

.g_menu a {
	display: block;
}

.g_menu img {
	max-width: 120px;
}


/* =========================
	slider
========================= */

.slider_box {
	line-height: 0;
}


/* =========================
	menu
========================= */

.stay_menu div {
	padding: 25px 5% 30px;
	background: url(../img/stay/stay_header.jpg);
	text-align: center;
}

.boat_menu div {
	padding: 25px 5% 30px;
	background: url(../img/boat/boat_header.jpg);
	text-align: center;
}

.menu div span {
	display: inline-block;
	margin: 20px 2% 0;
	vertical-align: bottom;
}

.menu ul {
	width: 90%;
	max-width: 600px;
	margin: 0 auto;
	line-height: 0;
	text-align: center;
	list-style: none;
}

.menu ul li {
	border-bottom: 1px solid rgba(255,255,255,0.3);
}

.menu ul li:last-child {
	border-bottom: none;
}

.menu ul li a {
	display: block;
	padding: 15px 5% 10px;
	background: url(../img/menu/arrow.png) no-repeat 98% 50%;
	background-size: auto 11px;
}


/* =========================
	footer_menu
========================= */

.footer_menu {
	width: 96%;
	margin: 0 auto;
	line-height: 0;
	text-align: center;
}

.footer_menu a {
	display: inline-block;
	margin: 40px 0 0;
}
.footer_menu.mail-icon a {
	display: inline-block;
	margin: 0px 0 0px;
}	
.footer_menu.mail-icon p{
	margin-top: 0;
	margin-bottom:0;
	font-size:1.1em;text-align: center;
		line-height: 1.7em;
}
.footer_menu.mail-icon img{
	margin: 3px 0 3px;	
}
/* =========================
	f_menu
========================= */

.f_menu {
	width: 96%;
	max-width: 500px;
	margin: 0 auto 25px;
	padding: 0 0 15px;
	border-bottom: 1px solid rgba(255,255,255,0.3);
	line-height: 0;
	text-align: center;
}

.f_menu ul {
	width: 90%;
	max-width: 420px;
	margin: 0 auto;
}

.f_menu ul:after {
	content: "";
	display: block;
	clear: both;
}

.f_menu li:first-child {
	display: block;
	float: left;
	width: 49%;
	text-align: left;
	list-style: none;
}

.f_menu li:last-child {
	display: block;
	float: right;
	width: 49%;
	text-align: right;
	list-style: none;
}

.f_menu a {
	display: block;
	padding: 0 5%;
}

.f_menu a img {
	max-width: 120px;
}


/* =========================
	footer
========================= */

.index_footer {
	padding: 15px 0 5px;
	background: url(../img/index/index_footer.jpg),
	#222;
}

.stay_footer {
	margin: 60px 0 0;
	padding: 20px 0 10px;
	background: url(../img/stay/stay_footer.jpg),
	#222;
}

.boat_footer {
	margin: 60px 0 0;
	padding: 20px 0 10px;
	background: url(../img/boat/boat_footer.jpg),
	#222;
}

.footer_inner {
	width: 90%;
	max-width: 500px;
	margin: 0 auto;
}

.footer_inner p {
	color: #fff;
}

.footer_inner p span {
	display: inline-block;
}

.footer_logo {
	margin: 20px 0 0;
	line-height: 0;
}

.footer_logo:after {
	content: "";
	display: block;
	clear: both;
}

.footer_logo strong {
	display: block;
	width: 39%;
	float: left;
}

.footer_logo span {
	display: block;
	width: 59%;
	float: right;
	text-align: right;
}

.footer_logo span a {
	display: inline-block;
	max-width: 40px;
	margin: 20px 0 0 5%;
}

.copyright p {
	margin: 20px 0 0;
	font-size: 10px;
}


/* =========================
	Contents
========================= */

.contents {
	width: 96%;
	max-width: 700px;
	margin: 0 auto;
}

.inner span,
.inner strong {
	display: inline-block;
}

.inner2 span,
.inner2 strong {
	display: inline-block;
	margin: 0 5px;
}

.return {
	margin: 30px 0 0;
	text-align: right;
}

.return a {
	color: #333;
	text-decoration: none;
}


/* =========================
	page
========================= */

/*------------------ index ------------------*/

.index_header {
	padding: 35px 2% 30px;
	background: #222;
	line-height: 0;
	text-align: center;
}

.index_header h1 {
	margin: 0 0 10px;
}

.index_header span {
	display: inline-block;
	margin: 20px 2% 0;
	vertical-align: bottom;
}

.index_header strong {
	display: inline-block;
	margin: 30px 2% 0;
	vertical-align: top;
}

.index_back {
	padding: 40px 0 0;
	background: url(../img/index/index_back.jpg);
}

.index_menu {
	padding: 35px 0 0;
}

.index_menu:after {
	content: "";
	display: block;
	clear: both;
}

.index_left {
	float: left;
	width: 50%;
	padding: 5px 0 10px;
	background: url(../img/index/index_left.jpg) no-repeat top center;
	background-size: cover;
	text-align: center;
}

.index_right {
	float: right;
	width: 50%;
	padding: 5px 0 10px;
	background: url(../img/index/index_right.jpg) no-repeat top center;
	background-size: cover;
	text-align: center;
}

.index_left div,
.index_right div {
	min-height: 210px;
}

@media screen and (max-width: 620px) {
	.index_left {
		float: none;
		width: 100%;
	}
	
	.index_right {
		float: none;
		width: 100%;
		border-top: 1px solid #999;
	}
}

.index_menu strong {
	display: inline-block;
	margin: 0 10px;
}

.index_menu p {
	font-size: 15px;
	text-shadow: 2px  2px 2px #fff,
	-2px  2px 2px #fff,
	2px -2px 2px #fff,
	-2px -2px 2px #fff;
}


/*------------------ stay_main ------------------*/

.stay_main {
	background: url(../img/stay/stay_main.jpg);
}

.stay_logo {
	margin: 0;
	padding: 15px 0;
	background: url(../img/stay/stay_header.jpg);
	line-height: 0;
	text-align: center;
}

.stay_menu {
	background: url(../img/stay/stay_menu.jpg);
}

.stay_title {
	background: url(../img/stay/title_back.jpg) no-repeat 60% 60%;
	background-size: cover;
	line-height: 0;
}

.stay_lead {
	width: 90%;
	max-width: 700px;
	margin: 30px auto 0;
}

.stay_lead p {
	font-size: 15px;
	position: relative;
	z-index: 10;
}

.stay_lead div {
	margin: -50px 0 -70px;
	text-align: center;
}

.stay_lead h3 {
	text-align: right;
}


/*------------------ cuisine ------------------*/

.cuisine_title {
	background: url(../img/cuisine/title_back.jpg) no-repeat 60% 50%;
	background-size: cover;
	line-height: 0;
}

.cuisine_title h3 {
	margin: 0;
	background: url(../img/cuisine/title.png) no-repeat bottom right;
}

.cuisine_lead {
	width: 90%;
	max-width: 700px;
	margin: 50px auto 0;
}

.cuisine_lead h4 {
	text-align: center;
}

.cuisine_lead p {
	font-size: 15px;
	position: relative;
	z-index: 10;
}

.cuisine_lead div {
	margin: -40px 0 -20px;
	text-align: center;
}

.cuisine_l1 {
	margin: 40px 0 0;
}

.cuisine_img {
	margin: 30px 0 0;
	line-height: 0;
	text-align: center;
}

.cuisine_img img {
	margin: 3px;
}

.cuisine_l2 {
	margin: 60px 0 0;
}

.cuisine_flick {
	margin: 70px 0 0;
	padding: 30px 5%;
	background: #cce198;
	line-height: 0;
}

.cuisine_flick #flick2 {
	max-width: 300px;
	margin: 0 auto;
}


/*------------------ facilities ------------------*/

.facilities_title {
	background: url(../img/facilities/title_back.jpg) no-repeat 60% 50%;
	background-size: cover;
	line-height: 0;
}

.facilities_title h3 {
	margin: 0;
	background: url(../img/facilities/title.png) no-repeat bottom right;
}

.facilities_midashi {
	margin: 50px 0 0;
	padding: 0 2%;
	background: url(../img/facilities/facilities_midashi.png) no-repeat 40% 50%;
	line-height: 0;
	text-align: center;
}

.facilities_img {
	margin: 30px 0 0;
	text-align: center;
}

.facilities_img div {
	display: inline-block;
	max-width: 310px;
	margin: 0 2% 40px;
	padding: 0 0 20px;
	background: url(../img/facilities/facilities_img.png) no-repeat bottom center;
}

.facilities_img p {
	margin: 0;
	font-size: 15px;
}

.facilities_midashi2 {
	margin: 50px 0 0;
	padding: 0 2%;
	background: url(../img/facilities/facilities_midashi2.png) no-repeat 50% 50%;
	line-height: 0;
	text-align: center;
}

.facilities_midashi3 {
	margin: 50px 0 0;
	padding: 0 2%;
	background: url(../img/facilities/facilities_midashi3.png) no-repeat 50% 50%;
	line-height: 0;
	text-align: center;
}

.facilities_info {
	margin: 25px 0 0;
	text-align: center;
}

.facilities_info p {
	display: inline-block;
	margin: 0;
	background: #fff;
	padding: 20px 20px 15px;
}


/*------------------ location ------------------*/

.location_title {
	background: url(../img/location/title_back.jpg) no-repeat 34% 50%;
	background-size: cover;
	line-height: 0;
}

.location_title h3 {
	margin: 0;
	background: url(../img/location/title.png) no-repeat bottom right;
}

.location {
	margin: 30px 0 0;
	padding: 30px 2% 5px;
	background: #def8ed;
}

.location_img {
	max-width: 670px;
	margin: 0 auto 30px;
	border: 3px solid #fff;
	line-height: 0;
}

.location_map {
	max-width: 670px;
	margin: 30px auto 0;
	background: #fff;
	text-align: center;
}

.location_l1 {
	margin: 30px 0 10px;
	text-align: center;
}

.location_spot {
	margin: 30px 0;
	padding: 14% 0 0;
	background: url(../img/location/location_spot.png) no-repeat top center;
	background-size: 100% auto;
}

.spot_box {
	width: 80%;
	max-width: 500px;
	margin: 30px auto 0;
	padding: 0 0 7px;
	background: url(../img/location/spot_box.png) no-repeat bottom center;
	background-size: 99% 8px;
}

.spot_box div {
	padding: 20px 5% 10px;
	background: #fff;
}

.spot_box div h4 {
	margin: 0 0 10px;
	padding: 0 0 5px;
	border-bottom: 1px solid #000;
	text-align: center;
}

.location_view {
	margin: 0 0 40px;
	padding: 0 0 5px;
	background: #cce198;
}

.location_view h5 {
	margin: 0;
	padding: 0 2%;
	background: #01561f;
	line-height: 0;
	text-align: center;
}

.location_view div {
	text-align: center;
}

.location_view div span {
	display: inline-block;
	max-width: 230px;
	margin: 20px 5% 0;
	vertical-align: top;
}

.location_view div span p {
	margin: -5px 0 0;
	font-size: 12px;
}

.location_view p {
	padding: 0 5%;
}

.location_course h5 {
	margin: 30px 0 0;
	padding: 10px 2%;
	background: #fffaea;
	line-height: 0;
	text-align: center;
}

.location_course p {
	padding: 0 2%;
}


/*------------------ sightseeing ------------------*/

.sightseeing_title {
	background: url(../img/sightseeing/title_back.jpg) no-repeat 54% 50%;
	background-size: cover;
	line-height: 0;
}

.sightseeing_title h3 {
	margin: 0;
	background: url(../img/sightseeing/title.png) no-repeat bottom right;
}

.sightseeing h4 {
	margin: 50px 0 14px;
	padding: 4px 20px 0;
	background: url(../img/sightseeing/sightseeing_midashi.jpg) no-repeat top left;
	line-height: 0;
}

.sightseeing p strong {
	display: inline-block;
	padding: 10px 20px 8px;
	background: #a6937c;
	font-size: 15px;
	color: #fff;
}

.timespot {
	width: 100%;
	max-width: 350px;
	padding: 8px 0;
	margin: 10px auto 0;
	background: #a6937c;
	font-size: 15px;
	color: #fff;
	text-align: center;
	font-weight: bold;
}

.link{
	position: relative;
	width: 100%;
	max-width: 350px;
	background-color: #AF500F;
	text-align: center;
	color: #fff;
	padding: 8px 0;
	margin: 10px auto 0;
	font-size: 15px;
	font-weight: bold;
}
.link a{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent:-999px;
	color: #fff;
}

/*------------------ saccess ------------------*/

.saccess_title {
	background: url(../img/saccess/title_back.jpg) no-repeat 50% 50%;
	background-size: cover;
	line-height: 0;
}

.saccess_title h3 {
	margin: 0;
	background: url(../img/saccess/title.png) no-repeat bottom right;
}

.saccess_map {
	background: #dee4b6;
	line-height: 0;
	text-align: center;
}

.saccess h4 {
	margin: 50px 0 14px;
	padding: 4px 20px 0;
	background: url(../img/saccess/saccess_midashi.jpg) no-repeat top left;
	line-height: 0;
}

.saccess span {
	display: inline-block;
}


/*------------------ boat_main ------------------*/

.boat_main {
	background: url(../img/boat/boat_main.jpg);
	font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.boat_main p {
	font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.boat_logo {
	margin: 0;
	padding: 15px 0;
	background: url(../img/boat/boat_header.jpg);
	line-height: 0;
	text-align: center;
}

.boat_menu {
	background: url(../img/boat/boat_menu.jpg);
}

.boat_title {
	background: url(../img/boat/title_back.jpg) no-repeat 10% 60%;
	background-size: cover;
	line-height: 0;
}

.boat {
	margin: 30px 0 0;
	padding: 30px 2%;
	background: url(../img/boat/boat.jpg) no-repeat 75% 50%;
	background-size: cover;
}

.boat_table {
	max-width: 320px;
	margin: 0 0 0 5%;
	padding: 10px 2% 15px;
	background: rgba(255,255,255,0.9);
	border: 3px solid #fff;
}

@media screen and (max-width: 480px) {
	.boat_table {
		margin: 0 auto;
	}
}

.boat_table h3 {
	margin: 10px 0;
	text-align: center;
}

.boat_table table {
	border: none;
}

.boat_table th {
	width: 34%;
	background: none;
	border: none;
	border-bottom: 1px dotted #666;
	text-align: left;
	font-weight: normal;
}

.boat_table td {
	border: none;
	border-bottom: 1px dotted #666;
}

.boat_info {
	width: 96%;
	max-width: 700px;
	margin: 50px auto 0;
}

.boat_midashi {
	margin: 30px 0 10px;
	padding: 5px 20px;
	background: url(../img/boat/boat_midashi3.png) no-repeat top left,
	url(../img/boat/boat_midashi2.png) no-repeat bottom left,
	url(../img/boat/boat_midashi.jpg) repeat top left;
	line-height: 0;
}

.boat_info a {
	color: #36f;
}


/*------------------ rentalboat ------------------*/

.rentalboat_title {
	background: url(../img/rentalboat/title_back.jpg) no-repeat 50% 50%;
	background-size: cover;
	line-height: 0;
}

.rentalboat_title h3 {
	margin: 0;
	background: url(../img/rentalboat/title.png) no-repeat bottom right;
}

.rentalboat_midashi {
	padding: 10px 5% 8px;
	background: #fff;
	font-size: 15px;
	font-weight: normal;
}

.rentalboat_img {
	margin: 30px 5% 0;
	text-align: center;
}

.rentalboat_l1 {
	margin: 30px 0 0;
	text-align: center;
}

.rentalboat_l1 a {
	font-size: 15px;
	color: #333;
}

.rentalboat_box:after {
	content: "";
	display: block;
	clear: both;
}

.r_left {
	float: left;
	width: 47%;
}

.r_right {
	float: right;
	width: 47%;
}

@media screen and (max-width: 460px) {
	.r_left,
	.r_right {
		float: none;
		width: 80%;
		margin: 0 auto;
	}
}

.r_left div,
.r_right div {
	margin: 50px 0 0;
	text-align: center;
}

.rentalboat_box h6 {
	margin: 10px 0 0;
	font-size: 16px;
	color: #094;
}

.rentalboat_box span {
	display: inline-block;
}

.rentalboat_box p {
	margin: 5px 0;
}

.kugiri {
	padding: 5px 0;
	border-top: 1px solid #094;
	border-bottom: 1px solid #094;
	text-align: center;
	font-size: 16px;
	color: #094;
}

.rentalboat_box p strong {
	color: #f80;
}

.rentalboat_info {
	max-width: 500px;
	margin: 50px auto 0;
	padding: 20px 5% 15px;
	border: 3px solid #fff;
}

#mail {
	padding: 30px 0 0;
}

.r_color {
	color: #f70509;
}


/*------------------ cruise ------------------*/

.cruise_title {
	background: url(../img/cruise/title_back.jpg) no-repeat 80% 50%;
	background-size: cover;
	line-height: 0;
}

.cruise_title h3 {
	margin: 0;
	background: url(../img/cruise/title.png) no-repeat bottom right;
}

@media screen and (max-width: 480px) {
	.cruise_title h3 {
		margin: 0;
		background: url(../img/cruise/title_sp.png) no-repeat bottom right;
	}
}

.cruise_l1 {
	margin: 30px 0 0;
	text-align: center;
}

.cruise_l1 a {
	font-size: 15px;
	color: #333;
}

#mail2 {
	padding: 30px 0 0;
}

.cruise_table table {
	margin: 15px 0 0;
	border: none;
}

.cruise_table th {
	width: 50%;
	background: #fae3cd;
	border: none;
	font-weight: bold;
}

.cruise_table td {
	background: #fff;
	border: none;
}

.cruise_table .bottom_line {
	border-bottom: 1px solid #333;
}


/*------------------ lunch ------------------*/

.lunch_title {
	background: url(../img/lunch/title_back.jpg) no-repeat 30% 50%;
	background-size: cover;
	line-height: 0;
}

.lunch_title h3 {
	margin: 0;
	background: url(../img/lunch/title.png) no-repeat bottom right;
}

.lunch_lead {
	width: 96%;
	max-width: 700px;
	margin: 50px auto 0;
	text-align: center;
}

.lunch_lead p {
	font-size: 15px;
	font-weight: bold;
}

.lunch_lead strong {
	display: inline-block;
	margin: 10px 0;
	font-size: 18px;
}

.lunch_lead span {
	display: inline-block;
}

.lunch_table {
	width: 96%;
	max-width: 700px;
	margin: 0 auto;
}

.lunch_table table {
	margin: 5px 0 0;
	border: none;
}

.lunch_table th {
	width: 70%;
	background: #fae3cd;
	border: none;
	border-bottom: 1px solid #333;
	font-weight: bold;
}

.lunch_table td {
	background: #fff;
	border: none;
	border-bottom: 1px solid #333;
	text-align: center;
}

.lunch_lead2 h4 {
	margin: 100px 2% 0;
	text-align: center;
}


/*------------------ baccess ------------------*/

.baccess_title {
	background: url(../img/baccess/title_back.jpg) no-repeat 35% 50%;
	background-size: cover;
	line-height: 0;
}

.baccess_title h3 {
	margin: 0;
	background: url(../img/baccess/title.png) no-repeat bottom right;
}

.baccess {
	max-width: 550px;
	margin: 0 auto;
}

.baccess h4 {
	padding: 0 20px;
	line-height: 0;
}

.saccess span {
	display: inline-block;
}

.c11_back {
	margin: 50px 0 14px;
	background: url(../img/baccess/c11_back.jpg) no-repeat top left;
}

.c12_back {
	margin: 50px 0 14px;
	background: url(../img/baccess/c12_back.jpg) no-repeat top left;
}

.c13_back {
	margin: 50px 0 14px;
	background: url(../img/baccess/c13_back.jpg) no-repeat top left;
}

.c14_back {
	margin: 50px 0 14px;
	background: url(../img/baccess/c14_back.jpg) no-repeat top left;
}


/* =========================
	dialog
========================= */

.ui-header {
	padding: 10px 0 0 !important;
	text-shadow: none;
}

.ui-dialog {
	background: url(../img/stay/stay_main.jpg),
	#fff !important;
}

.ui-dialog-contain {
	width: 96%;
	max-width: 700px;
	margin: 10% auto 200px;
	padding: 0 0 40px;
	background: rgba(255,255,255,1) !important;
	position: relative;
	top: -1em;
}

.dialog {
	padding: 0 2% ;
}

.dialog h3 {
	text-align: center;
	font-size: 18px;
	color: #333;
	text-shadow: none;
}

.dialog p {
	color: #333;
	text-shadow: none;
}

.dialog dl {
	text-shadow: none;
}

.dialog span {
	display: inline-block;
}

.dialog table {
	text-shadow: none;
}

.dialog_midashi {
	margin: 80px 0 30px;
	text-align: center;
	font-size: 24px;
	color: #77431e;
}	

.close {
	max-width: 120px;
	margin: 30px auto 0;
	fon-size: 15px;
}


/* =========================
	others
========================= */

/*------------------ float ------------------*/

.center {
	text-align: center;
}

.left {
	text-align: left !important;
}

.right {
	text-align: right;
}

.clear {
	clear: both;
}

.float_clear:after {
	content: "";
	display: block;
	clear: both;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.img_left {
	width: 49%;
	float: left;
	text-align: left;
}

.img_right {
	width: 49%;
	float: right;
	text-align: right;
}


/*------------------ link_button ------------------*/

.link_button {
	text-align: center;
}

.link_button a {
	display: block;
	max-width: 200px;
	margin: 0 auto;
	padding: 15px 5%;
	background: rgba(164,0,0,0.9);
	border: 1px solid rgba(255,255,255,0.5);
	/*border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;*/
	box-shadow: 1px 1px 10px rgba(0,0,0,0.3);
	-webkit-box-shadow:  1px 1px 10px rgba(0,0,0,0.3);
	-moz-box-shadow:  1px 1px 10px rgba(0,0,0,0.3);
	-o-box-shadow: 1px 1px 10px rgba(0,0,0,0.3);
	font-size: 15px;
	color: #fff;
	text-decoration: none;
}

.link_button2 {
	text-align: center;
}

.link_button2 a {
	display: block;
	max-width: 250px;
	margin: 0 auto;
	padding: 15px 5%;
	background: url(../img/stay/stay_menu.jpg);
	border: 1px solid rgba(255,255,255,0.5);
	/*border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;*/
	box-shadow: 1px 1px 10px rgba(0,0,0,0.3);
	-webkit-box-shadow:  1px 1px 10px rgba(0,0,0,0.3);
	-moz-box-shadow:  1px 1px 10px rgba(0,0,0,0.3);
	-o-box-shadow: 1px 1px 10px rgba(0,0,0,0.3);
	font-size: 15px;
	color: #fff;
	text-decoration: none;
}

.link_button3 {
	text-align: center;
}

.link_button3 a {
	display: block;
	max-width: 250px;
	margin: 0 auto;
	padding: 15px 5%;
	background: url(../img/boat/boat_menu.jpg);
	border: 1px solid rgba(255,255,255,0.5);
	/*border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;*/
	box-shadow: 1px 1px 10px rgba(0,0,0,0.3);
	-webkit-box-shadow:  1px 1px 10px rgba(0,0,0,0.3);
	-moz-box-shadow:  1px 1px 10px rgba(0,0,0,0.3);
	-o-box-shadow: 1px 1px 10px rgba(0,0,0,0.3);
	font-size: 15px;
	color: #fff;
	text-decoration: none;
}


/*------------------ shadow ------------------*/

.img_shadow img {
	box-shadow: 1px 1px 10px rgba(0,0,0,0.3);
	-webkit-box-shadow: 1px 1px 10px rgba(0,0,0,0.3);
	-moz-box-shadow: 1px 1px 10px rgba(0,0,0,0.3);
	-o-box-shadow: 1px 1px 10px rgba(0,0,0,0.3);
}


/*------------------ box_sizing ------------------*/

.box {
    box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
}


/*------------------ radius ------------------*/

.radius { 
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
}


/*------------------ lightbox ------------------*/

.lightbox_info {
	margin: 0 0 10px;
	text-align: center;
	font-size: 11px;
}

.lightbox a {
	display: block;
	margin: 1% 0;
	position: relative;
}

.lightbox a span {
	position: absolute;
	right: 0;
	bottom: 0;
}

.lightbox div:after {
	content: "";
	display: block;
	clear: both;
}

.lightbox div a:nth-child(odd) {
	display: block;
	float: left;
	width: 49%;
}

.lightbox div a:nth-child(even) {
	display: block;
	float: right;
	width: 49%;
}


/*------------------ margin ------------------*/

.mb_20 {
	margin-bottom: -20px;
}

.m_30 {
	margin-top: -30px;
}

.m_10 {
	margin-top: -10px;
}

.m0 {
	margin: 0;
}

.mt10 {
	margin-top: 10px;
}

.mt20 {
	margin-top: 20px;
}

.mt30 {
	margin-top: 30px;
}

.mt40 {
	margin-top: 40px;
}

.mt50 {
	margin-top: 50px;
}

.mt60 {
	margin-top: 60px;
}


/*------------------ line_height ------------------*/

.line_height {
	margin: 0;
	line-height: 0;
	text-align: center;
}


.onsen_table table {
	margin: 15px 0 0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #360;
	border-right-color: #360;
}

.onsen_table th {
	width: 25%;
	background: #fae3cd;
	font-weight: bold;
	padding: 10px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #360;
	border-left-color: #360;
}

.onsen_table td {
	background: #fff;
	border: none;
	padding: 10px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #360;
	border-left-color: #360;
}

/*シンプル角丸（影）枠 2*/
.kakomi-maru2 {
 margin: 2em auto;
 padding: 1em;
 width: 90%;
text-align: center;
font-size: 14px;
font-weight: bold;
 color: #666666; /*文字色*/
 border: 2px solid #996633; /*線の太さ・色*/
 background-color: #fff; /*背景色*/
 box-shadow: -2px 5px 5px #e8d3c7; /*影*/
 border-radius: 20px; /*角の丸み*/
}

/*紅葉クルーズ　最新情報　バナー*/
/*
.cruiseh_bn div{
	width:min(100%, 960px);
	height:150px;
	background:url("../../../imgs/boat/cruiseh_bn_bk.jpg") center center no-repeat;
	display:grid;
	place-items:center;
	margin: 0 auto;
}
.cruiseh_bn div p{
	width:100%;
	text-align: center;
	padding:10px;
	background: rgba(255,255,255,0.3);
	font-size: clamp(22px, 2.8vw, 32px);
	font-weight: 600;
	color:#fff;
	text-shadow: 
    black 1px 1px 10px, black -1px 1px 10px;
	line-height: 1.3;
}
.cruiseh_bn div p span{
	font-size: calc(100% * 0.85);
	font-weight: 600;
}
.cruiseh_bn a{
	list-style: none;
	text-decoration: none;
}
*/
/*紅葉クルーズ　最新情報　バナー*/
.cruiseh_bn a{
	width:min(100%, 960px);
	height:200px;
	background:url("../../../imgs/boat/cruiseh_bn_bk.jpg") center center no-repeat;
	display:grid;
	place-items:center;
	margin: 0 auto 60px;
	transition: 0.5s all;
	overflow: hidden;
	text-decoration: none;
	list-style: none;
}
.cruiseh_bn div{
	width:100%;
	height:100%;
	display:grid;
	grid-template-rows: 40px 64px 1fr;
	place-items:center;
	margin: 0 auto;
	position: relative;
	gap:10px 0;
}
.cruiseh_bn div p{
	width:calc(100% + 25px);
	text-align: center;
	padding:15px;
	background: rgba(255,255,255,0.3);
	font-size: 26px;
	font-weight: 600;
	color:#fff;
	text-shadow: 
    black 1px 1px 10px, black -1px 1px 10px;
	line-height: 1.3;
	box-sizing: border-box;
	margin:0 0 0px -25px;
	position: relative;
	grid-row: 2 / 3;
}

.cruiseh_bn div p span{
	font-size: calc(100% * 0.85);
	font-weight: 600;
}
.cruiseh_bn img{
		width:150px;
	height:auto;
	grid-row: 3 / 4;
	align-self: start;
}
/*
.cruiseh_bn div:after{
	content: url("../../../imgs/boat/clickhere.svg");	
	width:150px;
	height:auto;
	color:#fff;
	display:block;
	padding:10px 0 0 0px;
	position: absolute;
	bottom:0px;
	right:50%;
	transform: translateX(-50%);
	z-index: 1;
	box-sizing: border-box;
}
*/
.cruiseh_bn a:hover{
	opacity: 0.5;
}
@media screen and (min-width:480px){
	.sp_on{
	display:none;
}
}
@media screen and (min-width:600px) and (max-width:730px){
	.cruiseh_bn div p:after{
	right:10%;
}
}
@media screen and (min-width:480px) and (max-width:600px){
	.cruiseh_bn div p:after{
	right:3%;
}
}
@media screen and (max-width:480px){
.cruiseh_bn div p{
	width:100%;
	margin-left:-0px;
	text-align: center;
}
.cruiseh_bn div p:after{
	right:30px;
}
}

