@charset "utf-8";

.pattern ul,
.sort,
.addCondition {
	width: 950px;
	margin: 0 auto;
}

/* module
=========================================================================== */

/* ブロック */
.flex {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: stretch;
	align-items: stretch;
}
.flexWrap {
  width: 100%;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.block {
  display: block;
}
.iblock {
  display: inline-block;
}
.mauto {
  margin: 0 auto;
}
/* 矢印系アイコン共通 */
.icon {
	padding-left: 15px;
	position: relative;
}
.icon::before,
.icon::after {
	content: "";
	position: absolute;
	top: 50%;
	bottom: 0;
	left: 0;
}
.iconArrow02::before,
.iconArrow03::after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
/* 矢印系アイコン-三角右 */
.iconArrow01::before {
	width: 0;
	height: 0;
	margin-top: -5px;
	border-style: solid;
	border-width: 4px 0 4px 8px;
	border-color: transparent #aaa;
}
/* 矢印系アイコン-くの字太 */
.iconArrow02::before {
	width: 10px;
	height: 10px;
	border-top: 3px solid #cecece;
	border-right: 3px solid #cecece;
	left: 3px;
}
/* 矢印系アイコン-くの字丸 */
.iconArrow03::before {
	width: 13px;
	height: 13px;
	margin-top: -5px;
	border-radius: 100%;
	background: #000;
}
.iconArrow03::after {
	width: 6px;
	height: 6px;
	margin-top: -2px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	left: 3px;
}
/* telアイコン */
.iconTel b {
  color: #006ebc;
  display: block;
  font-size: 2.0rem;
}
.iconTel span {
  padding-left: 35px;
  background: url(../img/icon_tel.svg) no-repeat 20px center;
  display: inline-block;
}
.iconTel span a {
  color: #006ebc;
}
/* ボタン */
.btnBlue a {
	border: 1px solid #01b4ed;
	border-radius: 3px;
	color: #009dcf;
	display: inline-block;
}
.btnBlue a:hover {
	background-color: #e7f9ff;
	text-decoration: none;
}
.btnLink {
	padding: 8px 40px 8px 50px;
	border: 1px solid #acacac;
	display: inline-block;
  font-size: 1.5rem;
}
.btnLink::before {
	width: 8px;
	height: 8px;
  margin-top: -5px;
	border-top: 2px solid #999;
	border-right: 2px solid #999;
  left: inherit;
	right: 8px;
}
.btnLink:hover {
	background: #e7f9ff;
	text-decoration: none;
}
.btnBack a {
	padding: 5px 30px 4px 40px;
  font-size: 1.3rem;
}
.btnBack a::before {
  margin-top: -4px;
  left: 10px;
	right: inherit;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
.btnNext {
	padding: 8px 50px 8px 40px;
}
.btnNext::after {
  margin-top: -4px;
  right: 10px;
	left: inherit;
	-webkit-transform: rotate(135deg) ;
	transform: rotate(135deg);
}
.magnificClose {
	margin: 0 -20px;
	position: relative;
}
.magnificClose a {
	width: 100%;
	margin-top: 40px;
	padding: 10px 0;
	background: #444;
	border: none;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 1.4rem;
	position: relative;
	text-align: center;
}
.magnificClose a::before {
  width: 15px;
  height: 15px;
  margin-right: 10px;
  background: url(../img/icon_popupclose.svg) no-repeat; 
  background-size: contain;
  content: "";
  display: inline-block;
  vertical-align: middle;
}
/* テキスト・カラー */
.tac {
  text-align: center;
}
.tar {
  text-align: right;
}
.tal {
  text-align: left;
}
.txtCaution {
  color: #f00;
}
.txtCaution {
  padding: 2px 0 0 45px;
  background: url(../img/icon_caution.png) no-repeat;
  background-size: 27px 24px;
  font-size: 1.5rem;
}

/* notes 2022/04 追加
=========================================================================== */

.notesBox.readmore {
	text-align: left;
}
.notesBox.readmore .hide {
	display: none;
	padding-top: 15px;
}
.notesBox.readmore .btn {
	margin-top: 15px;
	text-align: center;
}
.notesBox.readmore .btn a {
	display: inline-block;
	position: relative;
	padding: 5px 10px 5px 10px;
	border: 1px solid #000;
	color: #000;
	font-size: calc(1em + 0.1rem);
	font-weight: 500;
	line-height: 1;
	cursor: pointer;
}
.notesBox.readmore .btn a::before {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-right: 5px;
	border-radius: 50%;
	background: #000;
	vertical-align: bottom;
	content: "";
}
.notesBox.readmore .btn a::after {
	display: inline-block;
	position: absolute;
	top: 8px;
	left: 14px;
	width: 6px;
	height: 6px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
}
.notesBox.readmore .btn a.active::after {
	top: 10px;
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
}


/* table
=========================================================================== */

/* marinaTable */
.marinaTable {
	margin: -4px 0 0 -4px;
	border-collapse: separate;
	border-spacing: 4px;
	line-height: 1.3;
}
.marinaTable th {
	width: 7em;
	background: #f6f6f6;
	color: #6e6e6e;
	font-size: 1.2rem;
	font-weight: normal;
	text-align: center;
  vertical-align: middle;
}
.marinaTable td {
	margin-bottom: 4px;
	padding: 2px 0 2px 15px;
}
.marinaTable td b { font-size: 1.7rem; }
.marinaTable td > a {
  color: #006ebc;
}
/* table */
.table {
  background: #f4f4f4;
	border-bottom: 1px solid #ccc;
}
.table dt {
	border-top: 1px solid #ccc;
	float: left;
}
.table dd {
	background: #fff;
	border-top: 1px solid #ccc;
}
/*comTable */
.comTable > dt {
	width: 15em;
	padding: 10px 20px 5px;
	color: #006ebc;
	font-weight: bold;
	position: relative;
}
.comTable > dd {
	margin-left: 15em;
	padding: 10px 20px 5px;
}
.comTable .formTerms span {
	padding: 2px 5px;
	color: #fff;
	display: block;
	font-size: 1.1rem;
	font-weight: normal;
	line-height: 1.2;
	position: absolute;
	top: 16px;
	right: 10px;
}
.comTable .formTerms {
	padding-top: 15px;
}
.comTable .required span {
	background: #01b4ee;
}
.comTable .any span {
	background: #cecece;
}
.comTable input,
.comTable select {
  margin-bottom: 5px;
}
.comTable .inputSmall {
  width: 125px;
}
.comTable .inputLarge {
  width: 100%;
}
.comTable .inputAuto {
  width: auto;
  padding-right: 25px;
}

/* form
=========================================================================== */

/* select */
select::-ms-expand { display: none; }
.select select {
	position: relative;
	width: 100%;
	padding: 4px 15px 4px 6px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #cecece;
	background: #fff;
	border-radius: 5px;
}
.select {
	position: relative;
	box-sizing: content-box;
}
.select::after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 9px 4.5px 0 4.5px;
	border-color: #444 transparent;
	content: "";
	display: block;
	pointer-events: none;
	position: absolute;
	top: 40%;
	bottom: 0;
	right: 15px;
	z-index: 5;
}
/* checkbox */
.checkbox input[type="checkbox"] { display: none; }
.checkbox label {
	padding: 0 3px 6px 25px;
	cursor: pointer;
	display: inline-block;
	position: relative;
	vertical-align: top;
	z-index: 100;
	position: relative;
}
.checkbox label span::before,
.checkbox label span::after {
	position: absolute;
	content: '';
	-webkit-transition: all .2s;
	transition: all .2s;
}
.checkbox label span::before {
	width: 17px;
	height: 17px;
	margin-top: -8px;
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%);
	border: 1px solid #cfcfcf;
	border-radius: 3px;
	top: 9px;
	left: 0;
}
.checkbox label span::after {
	width: 9px;
	height: 5px;
	margin-top: -4px;
	border-left: 2px solid #01b4ed;
	border-bottom: 2px solid #01b4ed;
	opacity: 0;
	top: 10px;
	left: 4px;
	-webkit-transform: rotate(-45deg) scale(1);
	transform: rotate(-45deg) scale(1);
}
.checkbox label:hover::before { background: #fff; }
.checkbox input[type="checkbox"]:checked + span::before {
	background: #fff;
	border: 1px solid #01b4ed;
}
.checkbox input[type="checkbox"]:checked + span::after {
	opacity: 1;
	-webkit-transform: rotate(-45deg) scale(1);
	transform: rotate(-45deg) scale(1);
}
/* radio */
.radio label {
	margin-right: 20px;
	padding-left: 25px;
	display: inline-block;
	cursor: pointer;
	position : relative;
	overflow: hidden;
}
.radio label span::before,
.radio label span::after {
	content: '';
	position: absolute;
}
.radio label span::before {
	width: 18px;
	height: 18px;
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%);
	border: 1px solid #cfcfcf;
	border-radius : 100%;
	left: 0px;
	top: 1px;
	z-index: 3;
}
.radio label span::after {
	width: 10px;
	height: 10px;
	border-radius: 100%;
	left: 4px;
	top: 5px;
	background: #3498db;
	z-index: 1;
}
.radio label input[type="radio"] {
	width: 20px;
	height: 20px;
	margin: 0px;
	-moz-appearance: none;
	-webkit-appearance: none;
	position: absolute;
	left: -59px;
	top: 0;
	z-index: 2;
}
.radio label input[type="radio"]:checked + span::before  {
  background: #fff;
  z-index: 0;
}

/* text */
input, select, textarea {
	font-family: "游ゴシック",YuGothic,"メイリオ",sans-serif;
  vertical-align: middle;
}
input[type="text"],
input[type="password"],
input[type="tel"],
input[type="search"],
input[type="email"],
textarea {
	padding: 5px 8px;
	border: 1px solid #cecece;
	border-radius: 5px;
}
input::-webkit-input-placeholder { color: #999; }
input:-ms-input-placeholder { color: #999; }
input::-moz-placeholder { color: #999; }
textarea::-webkit-input-placeholder { color: #999; }
textarea:-ms-input-placeholder { color: #999; }
textarea::-moz-placeholder { color: #999; }
input:focus, select:focus, textarea:focus {
  border: 1px #01b4ed solid;
  outline: 0;
}

/* error */
.txtError {
  margin-top: 3px;
  padding-left: 20px;
  background: url(../img/icon_error.svg) no-repeat 0 2px;
  color: #f00;
}
.formError {
  background: #ffefef !important;
}
/* btnSearch */
.btnSearch {
	height: 45px;
	margin: 0 auto;
  background: #006ebc;
	border-radius: 5px;
	display: inline-block;
	text-align: center;
}
.btnSearch:hover {
  background: #4d9ad0;
}
.btnSearch input {
	height: 45px;
	padding: 0 35px;
	background: none;
	border: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 2.0rem;
}
/* buttonNext */
.buttonNext {
  background: #95be16;
	border-radius: 5px;
	display: inline-block;
  font-weight: bold;
	text-align: center;
}
.buttonNext:hover {
  background: #aacb45;
}
.buttonNext a,
.buttonNext input {
	width: 325px;
  margin-left: -15px;
	padding: 18px 15px 18px 0;
	background: none;
	border: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 2.0rem;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  z-index: 1;
}
.buttonNext::before {
	width: 14px;
	height: 14px;
  margin-top: -6px;
	border-right: 4px solid rgba(255, 255, 255, 0.5);
	border-top: 4px solid rgba(255, 255, 255, 0.5);
  left: inherit;
	right: 17px;
  z-index: 0;
}
.buttonGlay {
  background: #666;
}
.buttonGlay:hover {
  background: #999;
}
.buttonSpace {
  margin-top: 65px;
}
.buttonSpace .buttonNext {
  margin-bottom: 40px;
}

/* parts
=========================================================================== */

.boxBlue {
  padding: 30px;
  background: #d7f5ff;
  border-radius: 7px;
}
.iconMail {
  padding-left: 35px;
  background: url(../img/icon_mail.svg) no-repeat 0 center;
}
.boxCaution {
  padding: 10px 15px;
  background: #ffffd7;
  border: 1px solid #ccc;
}

/* pattern
=========================================================================== */

.pattern {
	height: 45px;
	margin-top: 35px;
	border-bottom: 3px solid #006ebd;
	position: relative;
	box-sizing: content-box;
}
.pattern ul {
	list-style: none;
	letter-spacing: -.4em;
	text-align: center;
}
.pattern li {
	padding: 0 3px;
	display: inline-block;
	letter-spacing: 0;
}
.pattern li a {
	height: 45px;
	padding: 0 30px;
	background: #e6e6e6;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	color: #a4a4a4;
	display: table-cell;
	font-size: 1.7rem;
	text-align: center;
	vertical-align: middle;
}
.pattern li .active,
.pattern li a:hover {
	background: #006ebd;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

/* newMarina
=========================================================================== */

#newMarina {
	margin-bottom: 65px;
}
#newMarina h2 {
	padding: 0 0 5px;
	border-bottom: 3px solid #006ebc;
	color: #006ebc;
	font-size: 1.8rem;
}
#newMarina ul {
	border-left: 1px solid #cecece;
	border-right: 1px solid #cecece;
}
#newMarina li {
	border-bottom: 1px solid #cecece;
}
#newMarina a {
	padding: 15px 15px 18px;
	display: block;
	text-decoration: none;
}
#newMarina a:hover {
	background: #e7f9ff;
}
#newMarina a::before {
	margin-top: -5px;
  left: inherit;
	right: 15px;
}
#newMarina .marinaSmt {
	display: table-cell;
	vertical-align: middle;
}
#newMarina p {
	display: table-cell;
	vertical-align: middle;
}
#newMarina span {
	width: 5em;
	margin-right: 15px;
	color: #009dcf;
	display: block;
	float: right;
	text-align: left;
}
#newMarina .marinaSmt p:first-child {
	width: 16em;
}
#newMarina .marinaSmt p:nth-child(2) {
	padding-right: 15px;
}
#newMarina img {
	margin-right: 4px;
}

/* searchTitle
=========================================================================== */

article#container .searchTitle {
	font-size: 1.8rem;
	font-weight: bold;
}
article#container .searchTitle span {
	color: #006ebe;
}
article#container .searchTitle .day {
	font-size: 2.6rem;
}
article#container .searchTitle .searchSpecial {
  margin-right: 10px;
  padding: 3px 10px;
  background: #e5005a;
  color: #fff;
  font-size: 1.5rem;
  font-weight: normal;
}

/* reservTitle
=========================================================================== */

.reservTitle h2,
.reservTitle p {
	display: inline-block;
	vertical-align: middle;
}
.reservTitle p {
	font-size: 1.3rem;
}
.reservTitle .marinaName {
	display: block;
	position: absolute;
	top: 25%;
	right: 18px;
}

/* lineup
=========================================================================== */

/* .lineup {
	margin: 0 15px;
} */
/* 装備 */
.equipment ul {
	margin-left: -5px;
	position: relative;
	font-size: 0;
}
.equipment li {
	min-width: 35px;
	height: 35px;
	margin-left: 5px;
	padding: 8px 5px;
	background: #d9f5ff;
	border-radius: 5px;
	color: #0082a0;
	display: inline-block;
	font-size: 1.1rem;
	text-align: center;
}
/* 予約 */
.reserv li {
	background: #f6f6f6;
	border-radius: 5px;
	vertical-align: top;
}
.reserv li a {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	background: #fff;
	border: 1px solid #888;
	border-radius: 5px;
	color: #444;
	text-decoration: none;
}
.reserv li a::before {
	width: 8px;
	height: 8px;
	margin-top: -5px;
	border-top: 2px solid #ccc;
	border-right: 2px solid #ccc;
	right: 5px;
	left: inherit;
}
.reserv li a:hover {
	background: #e7f9ff;
}
.reserv .rsvDay {
	font-size: 1.4rem;
	white-space: nowrap;
}
.reserv .rsvDay b {
	display: inline-block;
	font-size: 1.7rem;
}
.reserv a .rsvDay b {
	color: #006ebc;
}
.reserv .rsvEntry {
	-webkit-flex: 1;
	flex: 1;
	color: #e5005a;
	font-size: 1.6rem;
	text-align: center;
}
.reserv .rsvEntry .sign {
	line-height: 1.4;
	vertical-align: middle;
}
.reserv .rsvEntry .sign img {
	width: 28px;
}
/* .reserv .rsvEntry .sign img {
	position: absolute;
	top: 5px;
	left: 15px;
} */
.reserv .signNo {
	color: #9f9f9f;
}
.reserv .rsvPrice {
	color: #838383;
	font-size: 1.6rem;
	text-align: right;
}
.reserv .rsvPrice span {
	font-size: 1.1rem;
}

/* 予約不可 */
.reserv li.none {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	color: #9f9f9f;
}
/* Charter */
.reserv li.charter a {
	background: #f8f5e9;
}
.reserv li.charter a:hover {
	background: #f1ecd5;
}
.reserv li.charter a .rsvDay b {
	color: #b7a027;
}
.reserv li.charter .rsvDay b {
	display: inline-block;
	position: relative;
	padding-left: 55px;
}
.reserv li.charter .rsvDay b::before {
	position: absolute;
	top: 50%;
	left: 0;
	padding: 0 5px;
	background: #b7a027;
	color: #fff;
	font-weight: bold;
	vertical-align: middle;
	content: "Charter";
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.reserv li.charter .rsvEntry {
	margin-right: 5em;
}
.comment {
	clear: both;
	padding-top: 10px;
	padding-left: 1em;
	text-indent: -1em;
	font-size: 1.2rem;
}

/* PC用 */
@media screen and (min-width: 768px){
.lineup {
	float: left;
}
/* 装備 PC用 */
.reservWrap {
	position: relative;
	padding: 45px 15px 0;
}
.equipment {
	width: 100%;
	position: absolute;
	top: 0;
	left: 15px;
}
.capacity {
	width: auto;
	height: 35px;
	padding: 3px 10px;
	background: #01b4ee;
	border-radius: 5px;
	color: #fff;
	float: left;
	line-height: 30px;
}
.capacity b {
	font-size: 1.7rem;
}
/* 予約 PC用 */
.reserv {
	float: right;
	width: calc(100% - 210px);
}
.reserv li + li {
	margin-top: 10px;
}
.reserv li.none,
.reserv li a {
	padding: 5px 40px 5px 20px;
}
.reserv .rsvDay {
	width: 21em;
}
.reserv .rsvDay b {
	width: 12em;
}
.reserv .rsvEntry {
	font-weight: bold;
}
.reserv .rsvEntry .sign {
	margin-right: 10px;
	font-size: 2.2rem;
}
.reserv .rsvPrice {
	width: 5em;
}
/* Charter */
.reserv li.charter .rsvDay b::before {
	font-size: 1rem;
}
} /* PC 768px */

/* Media Queries - iPad
=========================================================================== */

@media only screen and (min-width: 768px) and (max-width: 768px) {
.sort {
  margin-bottom: 10px;
}
.equipment li {
	padding: 10px 5px 8px;
}
.capacity {
	padding: 5px 10px 3px;
}
/* .reserv .rsvEntry {
  padding: 5px 0;
} */
} /* iPad 768px */

/* lineupPrice
=========================================================================== */

.lineupPrice table {
	width: 100%;
	margin-bottom: 10px;
	border-collapse: separate;
	border-spacing: 0;
	border-left: 1px solid #cecece;
	border-top: 1px solid #cecece;
	color: #444;
	text-align: center;
}
.lineupPrice table th,
.lineupPrice table td {
	padding: 8px 3px;
	border-right: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
	vertical-align: middle;
}
.lineupPrice table thead th {
	padding: 10px 3px;
  background: #f4f4f4;
	font-size: 1.4rem;
	font-weight: bold;
}
.lineupPrice table tfoot th {
	background: #fbf7dc;
	font-size: 1.4rem;
}
.lineupPrice table th {
	font-weight: normal;
}
.lineupPrice table tr:nth-child(even) {
	background: #f6f6f6;
}
.lineupPrice table .hours3 th {
	background: #51c4e8;
	color: #fff;
}
.lineupPrice table .hours3 td:nth-of-type(1) {
	background: #dcf4fb;
}
.lineupPrice table .hours6 th {
	background: #02a2d5;
	color: #fff;
}
.lineupPrice table .hours6 td:nth-of-type(1) {
	background: #cdedf7;
}

/* addCondition
=========================================================================== */

.addCondition {
	border: 1px solid #cecece;
}
.addCondition h2 {
	margin: 0 12px;
	padding: 10px 5px 10px 35px;
	background: url(../img/icon_search.svg) no-repeat 0 center;
	cursor: pointer;
	font-size: 1.5rem;
	font-weight: normal;
	position: relative;
}
.addCondition h2::after {
	padding: 3px 0 0 10px;
	content: url(../img/icon_close.svg);
	display: inline-block;
	vertical-align: middle;
}
.addCondition .active::after {
	content: url(../img/icon_open.svg);
}
.condition {
	margin: 0 12px;
	text-align: center;
	display: none;
}
.addWrap {
	padding-bottom: 15px;
	letter-spacing: -.4em;
	text-align: left;
}
/* upper */
.upper {
	margin: 20px 13px 0 0;
	background: url(../img/bg_select.png);
	border-radius: 5px;
	display: inline-block;
	vertical-align: top;
	letter-spacing: 0;
}
.upper h3 {
	margin-top: -20px;
}
.upper:last-child {
	margin: 20px 0 0;
}
.upper dl {
	padding: 10px 10px 5px;
}
.upper dt {
	padding: 0 0 2px 20px;
	position: relative;
}
.upper dt::after,
.upper dt::before {
	display: block;
	content: '';
	position: absolute;
}
.upper dt::before {
	top: 8px;
	left: 3px;
}
.upper dt::after {
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	top: 7px;
  left: 6px;
}
.upper dd {
	margin-bottom: 15px;
}
/* lower */
.lower {
	margin-right: 8px;
	padding: 0 13px 0 7px;
	border-right: 1px dotted #cecece;
	display: inline-block;
	letter-spacing: 0;
	vertical-align: top;
}
.lower .comTitle02 {
	margin: 0 -5px 8px -7px;
}
.lowerOption {
	width: 155px;
}
.lowerMarina {
	width: 523px;
	margin-right: 0;
	padding-right: 0;
	border: 0;
}
.lowerMarina dl {
	padding-right: 12px;
	display: table-cell;
	vertical-align: top;
}
.condition .btnSearch {
	margin-top: 18px;
}

/* sort
=========================================================================== */

.sort p {
	color: #555;
	display: inline-block;
	font-size: 1.5rem;
}
.sort select {
	width: auto;
}
.sort .result {
	padding-right: 30px;
	color: #000;
	font-size: 1.6rem;
}
.sort .result span {
	color: #ea0052;
	font-size: 5.0rem;
}

/* marinaWrap
=========================================================================== */

.contents .marinaWrap {
	margin: 0 15px;
}
.marinaWrap p:first-child {
	padding-right: 20px;
	display: table-cell;
	vertical-align: top;
}
/* marinaDetail */
.marinaDetail {
	display: table-cell;
	vertical-align: top;
}
.marinaDetail table {
	margin-bottom: 15px;
	line-height: 1.3;
}
.marinaDetail th {
	width: 6em;
}
.marinaDetail td span {
	padding-left: 12px;
}
.marinaDetail td span a {
	padding: 3px 10px 2px 25px;
	background: #585858 url(../img/icon_map.svg) no-repeat 8px center;
	border-radius: 5px;
	color: #fff;
	text-decoration: none;
}
.marinaDetail td span a:hover {
	background-color: #8d8d8d;
}
/* iconService */
.iconService {
	margin-bottom: -5px;
	letter-spacing: -.4em;
}
.iconService li {
	margin: 0 5px 5px 0;
	display: inline-block;
	letter-spacing: 0;
  vertical-align: middle;
}
.iconService li:last-child {
  margin-right: 0;
}
/* lecture */
.lecture {
	margin-left: 25px;
	color: #fff;
	display: inline-block;
}
.lecture a {
	padding: 4px 10px 4px 22px;
	background: #999 url(../img/icon_lecture.png) no-repeat 5px center;
  color: #fff;
  display: block;
}
.lecture a:hover {
  background-color: #777;
}

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

#newMarina a::after, .lineup::after, .condition::after, .sort::after, .comTable dd::after {
  content: "";
  clear: both;
  display: block;
}

/* Media Queries - 767px
=========================================================================== */

@media screen and (max-width: 767px){
#newMarina,
.pattern ul,
.sort,
.addCondition,
.lowerMarina {
	width: auto !important;
	min-width: auto !important;
}
/* parts */
.boxBlue {
  padding: 15px;
}
/* module */
.magnificClose {
	margin: 0;
}
.magnificClose button {
	padding: 10px 0;
}
/* form */
input::-webkit-input-placeholder {
  font-size: 1.4rem;
}
/* table */
.table { background: none; }
.table > dt {
  background: #f4f4f4;
	float: none;
}
/* comTable */
.comTable {
	margin-bottom: 25px;
	border-bottom: none;
}
.contents .comTable > dt {
	width: auto;
  margin: 0 -10px;
	padding: 10px 15px;
}
.contents .comTable > dd {
/* margin-left: 0 !important; */
  margin: 0 -10px;
	padding: 15px 0 20px 10px;
}
.comTable .formTerms {
	padding-top: 10px;
}
.comTable .formTerms span {
	top: 11px;
}
.comTable input[type="text"],
.comTable input[type="tel"],
.comTable input[type="email"],
.comTable input[type="password"] {
	padding: 10px;
}
.comTable .inputLarge {
  width: 98%;
}
/* form */
.select select {
	padding: 10px 15px 10px 5px;
	font-size: 1.4rem;
	font-weight: bold;
}
.buttonSpace {
  margin-top: 20px;
}
.buttonSpace .buttonNext {
  margin-bottom: 20px;
}
/* pattern */
#container .pattern ul {
	width: auto;
	min-width: auto;
}
.pattern {
	margin: 0 -10px 0;
}
/* newMarina */
#newMarina {
	margin-bottom: 30px;
}
#newMarina h2 {
	margin: 0 -10px;
	padding-left: 10px;
}
#newMarina a::after {
	right: 5px;
}
#newMarina ul {
	margin: 0 -10px;
}
#newMarina p {
	display: table-cell;
	text-align: right;
}
#newMarina img {
  margin: 2px 2px;
}
#newMarina .marinaSmt p:last-child {
	padding-right: 5px;
}
#newMarina a {
	width: 100%;
	padding: 10px 20px 10px 10px;
	display: table;
	position: relative;
}
#newMarina .marinaSmt {
	width: 75%;
	display: table-cell;
}
#newMarina .marinaSmt p {
	padding-right: 10px;
	display: block;
	text-align: left;
}
/* searchTitle */
article#container .searchTitle .searchSpecial {
  display: block;
  font-size: 1.3rem;
  text-align: center;
}
/* reservTitle */
.reservTitle h2,
.reservTitle p {
	display: inline-block;
}
.reservTitle {
	margin: 0;
	position: relative;
}
.reservTitle .marinaName {
	display: block;
	position: inherit;
	top: inherit;
	right: inherit;
}
/* equipment */
.boatImg {
	padding-right: 8px;
	vertical-align: top;
	float: left;
}
.equipment {
	width: 100%;
	display: table-cell;
	vertical-align: middle;
}
*::-ms-backdrop, .equipment ul {
	display: inline-block;
}
.equipment li {
	margin-top: 5px;
	font-size: 1.1rem;
}
.capacity {
	width: auto;
	height: auto;
	padding: 0;
	background: none;
	color: #1188ad;
	float: none;
	font-weight: bold;
}
.capacity:after {
	content: "";
	clear: both;
	display: block;
}
/* reserv */
.reserv { margin-top: 10px; }
.reserv li + li {
	margin-top: 5px;
}
.reserv li.none, 
.reserv li a {
	padding: 10px 20px 10px 10px;
}
.reserv .rsvDay {
	width: 11em;
	font-size: 1.2rem;
}
.reserv .rsvDay b {
	width: 3.5em;
	font-size: 1.4rem;
}
.reserv .rsvEntry {
	font-size: 1.4rem;
}
.reserv .rsvEntry .sign {
	margin-right: 5px;
}
.reserv .rsvEntry .sign img {
	width: 24px;
}
.reserv .rsvPrice {
	width: 5em;
	font-size: 1.4rem;
}
/* Charter */
.reserv li.charter .rsvDay b {
	padding: 15px 0 0;
	vertical-align: middle;
}
.reserv li.none.charter, 
.reserv li.charter a {
	padding: 5px 20px 5px 10px;
}
.reserv li.charter .rsvDay b::before {
	top: 2px;
	padding: 0 1px;
	font-size: 0.9rem;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
/* addCondition */
.addCondition {
	border-radius: 5px;
}
.addCondition h2 {
	color: #616161;
	font-weight: bold;
}
.addCondition h2::after {
	padding: 3px 0 0 10px;
	position: absolute;
	right: 0;
	top: 25%;
}
.addWrap {
  padding-bottom: 0;
	letter-spacing: -.4em;
}
.addWrap .lower {
  width: 100%;
	margin-bottom: 10px;
	display: block;
}
.upper,
.upper dl {
	width: 100%;
	margin: 0;
	display: block;
}
.upper {
	background: none;
	border-radius: none;
}
.upper h3 {
	font-size: 1.4rem;
	font-weight: normal;
}
.upper dl {
	margin-bottom: 15px;
	background: url(../img/bg_select.png);
	border-radius: 5px;
}
.upper dd select {
	letter-spacing: 0;
}
/* lower */
.lower h3 {
	margin: 0 0 10px -10px;
}
.lowerOption {
	margin-right: 0;
	padding-right: 0;
	border: 0;
}
.lowerMarina br {
	display: block !important;
}
/* sort */
.sort .result {
	padding: 0;
}
.sort .select {
  margin-top: 20px;
	float: right;
}
/* marinaWrap */
.contents .marinaWrap,
.reservList .reservWrap {
	margin: 0;
}
.marinaWrap p:first-child {
	padding-right: 10px;
}
.marinaWrap p:first-child img {
	width: 115px;
}
} /* 767px */

/* Media Queries - 568px
=========================================================================== */

@media screen and (max-width: 568px){
.txtCaution {
  padding: 2px 0 2px 45px;
  font-size: 1.3rem;
}
/* form */
.buttonNext,
.buttonNext input {
	width: 100%;
}
/* pattern */
.pattern {
	height: auto;
}
.pattern li {
	vertical-align: bottom;
}
.pattern li a {
	height: auto;
	padding: 10px;
	font-size: 1.5rem;
}
/* container */
article#container h1 .day {
	font-size: 2.0rem;
}
/* title */
.reservTitle {
	font-size: 1.6rem;
}
.reservTitle {
	padding: 5px 10px;
	background: #8d8d8d;
	color: #fff;
	position: relative;
	font-size: 1.2rem;
	line-height: 1.4;
}
.reservTitle h2 {
	font-size: 1.5rem;
}
.reservTitle .marinaName {
	position: inherit;
	top: auto;
	right: auto;
	clear: left;
}
/* lineup */
.boatImg,
.boatImg img {
	width: 115px;
}
.equipment li {
	margin: 3px 0 0 3px;
}
/* addCondition */
.lowerPrice dl {
	display: block;
	margin-bottom: 10px;
	padding: 0;
	border-right: none;
	vertical-align: top;
}
.lowerMarina dl {
	padding-right: 10px;
	display: block;
	vertical-align: top;
}
.lowerMarina br {
	display: none !important;
}
/* sort */
.sort {
	margin: 10px 0;
}
.sort .result {
	padding: 0;
	font-size: 1.2rem;
	vertical-align: bottom;
}
.sort .result span {
	padding: 0 5px;
	font-size: 2.5rem;
	font-weight: bold;
}
.sort .select select {
	padding: 7px 30px 7px 10px;
}
/* marinaWrap */
.marinaWrap p:first-child {
	margin: 0 auto;
	padding: 0 0 15px;
	display: block;
	text-align: center;
}
.marinaWrap p:first-child img {
	width: 200px;
}
.marinaDetail {
	display: block;
	text-align: center;
}
.marinaDetail table {
	margin-bottom: 10px;
	text-align: left;
}
.marina th {
	width: 5.5em;
}
.marinaDetail td {
	padding-left: 5px;
}
.marinaDetail td span {
	padding: 5px 0 0;
	display: block;
}
.marinaDetail .lecture {
  font-size: 1.2rem;
}
} /* 568px */

/* Media Queries - 320px
=========================================================================== */

@media screen and (max-width: 320px){
/* module */
.magnificClose {
	padding: 10px 0 10px;
}
/* pattern */
.pattern li a {
	font-size: 1.3rem;
}
/* lineupPrice */
.lineupPrice table td {
	text-align: right;
}
} /* 320px */