@charset "utf-8"; 

/* sea-style yoyaku : layout.css */

/* common
=========================================================================== */
 
html {
	font-size: 62.5%;
	box-sizing: border-box;
}
body {
	min-width: 950px;
	color: #222;
	font-family: "游ゴシック",YuGothic,"メイリオ",sans-serif;
	font-size: 1.3em;
	line-height: 1.6;
  -webkit-text-size-adjust: 100%;
}
/* ↓↓↓ 2017.10 追記 ↓↓↓ */
html, body { min-width: 320px; }
/* ↑↑↑ 2017.10 追記 ↑↑↑ */
*, *:before, *:after { box-sizing: border-box; }
a:link {
	color: #333;
	outline: none;
	text-decoration: none;
}
a:visited {
	color: #333;
	text-decoration: none;
}
a:hover, a:active {
	color: #006ebc;
	text-decoration: underline;
}
img { vertical-align: bottom; }
#logoArea,
.memberInner,
footer,
#breadcrumbles,
.contents,
#container h1,
.title,
#newMarina {
	width: 950px;
	margin: 0 auto;
}
/* スマホ用コンテンツ非表示 */
.smt {
  display: none !important;
}

/* header
=========================================================================== */

/* PC */
@media print, screen and (min-width: 768px){
/* ヘッダメニュー */
header { margin-bottom: 10px; }
#logoArea {
	height: 100px;
	color: #666;
}
#logoArea .logo {
	padding-top: 20px;
	float: left;
	font-size: 1.8rem;
	font-weight: bold;
}
#logoArea .logo a {
	color: #006ebc;
	text-decoration: none;
}
#logoArea .logo img {
	margin-right: 20px;
	vertical-align: middle;
}
#logoArea ul {
	height: 75px;
	overflow: hidden;
}
#logoArea li { padding-left: 1px; }
#logoArea li a {
	width: 80px;
	height: 75px;
	padding-top: 50px;
	color: #fff;
	display: block;
	font-size: 1.1rem;
	text-align: center;
	line-height: 1.2;
	overflow: hidden;
}
/* ↓↓↓ 2017.10 変更 ↓↓↓ */
#logoArea li a:hover, 
#logoArea li a:active { text-decoration: none; }
#logoArea #info-bar   a { background: #949494 url(/jp/shared/img/btn_info.png) no-repeat center 12px; }
/* ↑↑↑ 2017.10 変更 ↑↑↑ */
/* ↓↓↓ 2023.07 追記 ↓↓↓ */
#logoArea #join-bar a { background: #4d9f3a url(/jp/shared/img/btn_join.png) no-repeat center 12px; }
/* ↑↑↑ 2023.07 追記 ↑↑↑ */
#logoArea #member-bar a { background: #949494 url(/jp/shared/img/btn_member.png) no-repeat center 12px; }
#logoArea #mobile-bar a { background: #01b4ed url(/jp/shared/img/btn_menu.png) no-repeat center 12px; }
/* ↓↓↓ 2017.10 追記 ↓↓↓ */
#logoArea #info-bar   a:hover, 
#logoArea #info-bar   a:active, 
/* ↓↓↓ 2023.07 追記 ↓↓↓ */
#logoArea #join-bar a:hover, 
#logoArea #join-bar a:active { background-color: #72cd33; }
/* ↑↑↑ 2023.07 追記 ↑↑↑ */
#logoArea #member-bar a:hover, 
#logoArea #member-bar a:active { background-color: #666; }
#logoArea #mobile-bar a:hover, 
#logoArea #mobile-bar a:active { background-color: #006ebc; }
#logoArea .news { display: none; }
/* ↑↑↑ 2017.10 追記 ↑↑↑ */
/* 会員 */
#memberPc {
	min-width: 950px;
	padding: 13px 0;
	background: url(/jp/shared/img/bg_dot.gif);
}
#memberPc .name {
	display: inline-block;
	font-size: 1.5rem;
}
#memberPc .logout {
	margin-left: 15px;
	display: inline-block;
}
#memberPc .name b { font-size: 1.7rem; }
#memberPc ul { float: right; }
#memberPc li { display: table-cell; }
#memberPc li a { float: left; }
#memberPc li p { float: left; }
#memberPc .name a {
	display: inline-block;
	position: relative;
}

} /* PC 768px */
/* 共通 ヘッダメニュー */
#logoArea ul { float: right; }
#logoArea li { display: table-cell; }
#logoArea li a { display: table-cell; }
/* 共通 会員 */
.member li a {
	margin-left: 4px;
	padding: 2px 8px 2px 12px;
	color: #006ebc;
	display: block;
	font-size: 1.4rem;
}
.member li a::before {
	border-color: transparent #006ebc;
}
.member li .info {
	margin: 0 10px 0 0;
	padding-left: 25px;
	background: #01b4ed url(/jp/shared/img/icon_info.png) no-repeat 5px center;
	border: 1px solid #01b4ed;
	color: #fff;
}
.member li .info::before { border: none; }
.member li .info:hover {
	background: #006ebc url(/jp/shared/img/icon_info.png) no-repeat 5px center;
	border: 1px solid #006ebc;
	text-decoration: none;
}
/* ↓↓↓ 2017.10 追記 ↓↓↓ */
.member li .news {
	margin: 0 10px 0 0;
	padding-left: 25px;
	background: #01b4ed url(/jp/shared/img/icon_news.png) no-repeat 5px center;
	border: 1px solid #01b4ed;
	color: #fff;
}
.member li .news::before { border: none; }
.member li .news:hover {
	background: #006ebc url(/jp/shared/img/icon_news.png) no-repeat 5px center;
	border: 1px solid #006ebc;
	text-decoration: none;
}
.member li .news span {
	display: inline-block;
	width: 1.8rem;
	margin-left: 5px;
	border-radius: 50%;
	background: #e5005a;
	color: #fff;
	font-size: 1rem;
	font-weight: bold;
	line-height: 1.8;
	text-align: center;
	vertical-align: middle;
}
/* ↑↑↑ 2017.10 追記 ↑↑↑ */
.member li p {
	margin: 0 0 -10px 5px;
	padding: 2px 0 2px 16px;
	background: url(/jp/shared/img/icon_reserv-info.svg) no-repeat left center;
	color: #e5005a;
}
.member p a {
	color: #006ebc;
	display: inline-block;
}
.member .iconS { background: url(/jp/shared/img/icon_member_s.png) no-repeat left center; }
.member .iconG { background: url(/jp/shared/img/icon_member_g.png) no-repeat left center; }
.member .iconP { background: url(/jp/shared/img/icon_member_p.png) no-repeat left center; }
.member .name {
	min-height: 26px;
	padding-left: 35px;
	background-size: 30px 26px;
	line-height: 1.5;
}
/* スライドエリア */
/* ↓↓↓ 2017.10 追記 ↓↓↓ */
header #slide { display: none; }
/* ↑↑↑ 2017.10 追記 ↑↑↑ */
#slide {
	width: 225px;
	margin: 0 auto;
	padding: 18px 0;
}
/* グローバルナビ */
#slide .nav li {
	width: 225px;
	margin-bottom: 4px;
	display: table;
}
#slide .nav li a {
	height: 50px;
	background: #fff;
	border: 1px solid #006ebc;
	border-radius: 5px;
	color: #007fa7;
	display: table-cell;
	font-size: 1.4rem;
	text-decoration: none;
	vertical-align: middle;
	position: relative;
}
#slide .nav img {
	margin: 0 25px 0 20px;
	vertical-align: middle;
}
#slide .nav .pcLink::after {
	width: 14px;
	height: 13px;
	content: url(/jp/shared/img/icon_pclink.svg);
	position: absolute;
	top: 18px;
	right: 10px;
}
#slide .nav li a:hover { background: #ffffd9; }
#slide .nav li.navReserv a { background: #ffff00; }
#slide .nav li.navReserv img {
	width: 54px;
	margin: 0 15px 0 10px;
}
/* 新規入会勧誘 */
/* ↓↓↓ 2018.11 追記 ↓↓↓ */
#slide .admission {
	margin-top: 40px;
	text-align: center;
}
#slide .admission p {
	margin-bottom: 10px;
	font-size: 1.4rem;
	line-height: 1.2;
}
#slide .admission b, 
#slide .admission span { display: inline-block; }
#slide .admission a {
	display: block;
	padding: 12px 10px 8px;
	border-radius: 5px;
	background: #01b4ed;
	color: #fff;
	font-size: 1.8rem;
	line-height: 1;
}
#slide .admission a:hover, 
#slide .admission a:active {
	background: #006ebc;
	text-decoration: none;
}
#slide .admission a::before {
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
	content: url(/jp/shared/img/icon_admission.svg);
	opacity: .7;
}
/* ↑↑↑ 2018.11 追記 ↑↑↑ */
/* パンくず */
#breadcrumbles {
	margin: 10px auto 20px;
	list-style: none;
	font-size: 1.2rem;
	letter-spacing: -.4em;
}
#breadcrumbles li {
	padding-right: 5px;
	display: inline-block;
	letter-spacing: 0;
}
#breadcrumbles li::after {
	padding-left: 5px;
	color: #01b4ee;
	content:">";
}
#breadcrumbles li:last-child::after { content:""; }

/* container
=========================================================================== */

#container { margin-bottom: 70px; }
article#container h1 {
	margin-bottom: 30px;
	padding: 5px 20px;
	font-size: 2.2rem;
	position: relative;
}
article#container h1::before,
.title::before {
	width: 0;
	height: 100%;
	border-style: solid;
	border-width: 10px 5px;
	border-color: #01b4ee;
	border-radius: 5px;
	pointer-events: none;
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
}
/* title */
.title {
	position: relative;
	margin-bottom: 30px;
	padding: 10px 0 0 20px;
	position: relative;
}
article#container .title h1 {
	width: auto;
	margin: 0;
	padding: 0;
	float: left;
}
article#container .title h1::before { border: none; }
.contents {
	margin-bottom: 40px;
	position: relative;
}
.contentsInner {
  margin: 0 15px;
}
.comTitle {
	margin-bottom: 12px;
	padding: 8px 15px;
	background: #8d8d8d;
	color: #fff;
	position: relative;
	font-size: 1.8rem;
}
.comTitle a { color: #fff; }
.comTitle02 {
  padding: 4px 8px;
  background: #e2f8ff;
  color: #006ebc;
  font-size: 1.4rem;
}
.comTitle03 {
  padding: 0 15px 5px;
  border-bottom: 3px solid #006ebc;
  color: #006ebc;
  font-size: 1.8rem;
}

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

footer { padding-bottom: 35px; }
#fTel {
	margin-bottom: 35px;
	padding: 13px 20px;
	border: 1px solid #cecece;
	color: #666;
	text-align: center;
}
#fTel strong { font-size: 1.4rem; }
#fTel b {
	padding: 0 15px 0 45px;
	background: url(/jp/shared/img/tel_pc.png) no-repeat 15px center;
	font-size: 2.4rem;
	vertical-align: middle;
}
#fLink {
	color: #666;
	float: left;
}
#fLink li { display: table-cell; }
#fLink li a {
	padding: 0 30px 0 12px;
	color: #666;
	position: relative;
}
#fLink .copyright { text-align: left; }
#pagetop {
	display: block;
	bottom: 10px;
	padding: 0;
	position: fixed;
	right: 10px;
	z-index: 4;
}
#pagetop a {
	width: 63px;
	height: 63px;
	background: url(/jp/shared/img/icon_pagetop.png) no-repeat center;
	background-color: rgba( 158, 158, 158, 0.70 );
	border-radius: 63px;
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

/* common.js
=========================================================================== */

.jsCommon {
  padding-top: 50px;
  text-align: center;
}
.jsCommon h2 {
  margin-bottom: 5px;
  color: #006ebc;
  font-size: 1.8rem;
}
.jsCommon p {
  margin-bottom: 20px;
  font-size: 1.4rem;
  line-height: 1.8;
}
.jsCommon h2 + p a {
  color: #006ebc;
  text-decoration: underline;
}

/* clearfix
=========================================================================== */

.cf::after, #logoArea::after, #container::after, .contents::after, .contentsInner::after,
.member::after, footer::after, #fLink ul::after, .title::after, .comTitle::after {
  content: "";
  clear: both;
  display: block;
}


.reservation-list li {
  list-style-type: decimal !important;
  margin-left: 15px !important;
  display: list-item !important;
  list-style-position: outside !important;
}