﻿@charset "UTF-8";
/* CSS Document */

@import url("reset.css");
@import url("font-style.css");
@import url("margin_padding.css");

/* レスポンシブ用 */
.pc { display:block; }
.sp { display:none; }

@media only screen and (max-width: 750px) {
.pc { display:none; }
.sp { display:block; }
	
}

/* 共通 */
.mt30 { margin-top:30px; }
.mb10 { margin-bottom:10px; }
.mb30 { margin-bottom:30px; }
small { font-size:80%; }
.bold { font-weight:bold;}

a:link,
a:visited,
a:hover,
a:active {
	border-bottom:#000 1px dotted;
}



/* ヘッダー */
h1 {
	overflow:hidden;
}

h1 img {
	width:100%;
	max-height:50vh;
	  object-fit: cover;
}


#main_image {
	position:relative;
}

#main_image .caption {
	position: absolute;
    top:100px;
    left: 100px;
	color:#fff;
	/*background-color:#fff;
	padding:.3em 1em;
	opacity:0.6;*/
}
div.caption > p {
	font-size:23px;
}


p.site {
		font-size:45px!important;
		margin-top:20px;
}

p.access {
	display:inline-block;
	background-color:#ff0;
	border-radius:3px;
	opacity:0.8;
	margin-top:20px;
	padding:.5em;
}
p.access > a {
	font-size:15px;
	border-bottom:none; 
}
p.access > a::before{
 content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  left: 0;
  margin-top: -5px;
  margin-right:10px;
  
  }
@media screen and (max-width:1024px) and ( min-width:751px) {
#main_image .caption {
	position: absolute;
    top:20px;
    left: 50px;
	color:#fff;
}
}
@media only screen and (max-width: 750px) {
#main_image .caption {
	position: absolute;
    top:30px;
    left: 50px;
	color:#fff;
}

div.caption > p {
	font-size:3.5vw;
}
p.site {
	font-size:7vw!important;
}
.outline {
  text-shadow: 2px  2px 1px rgba(1, 175, 169, 0.90);
}
}



/* 緊急のお知らせ */
#oshirase {
	width:800px;
	margin:auto;
	padding:1em;
	/*font-size:18px;*/
	font-size:16px;
	/*font-weight:bold;*/
	color:#aa0000;
	white-space : pre-wrap;
	line-height:1.6;
}
#sports {
	width:800px;
	margin:20px 0;
	font-size:18px;
	font-weight:bold;
	color:#aa0000;
	line-height:1.6;
}
@media screen and (max-width:1024px) and ( min-width:751px) {
	#oshirase,#sports {
	width:90%;
}
}
@media only screen and (max-width: 750px) {
#oshirase,#sports {
	width:90%;
	/*font-size:3.5vw;*/
    font-size:3.5vw;
}
}



/* コンテンツ */

section {
	width:1000px;
	margin:auto auto 60px;
}
h2 {
	color:#01afa9;
	font-size:28px;
	line-height:1.4;
	z-index:90;
}
	
div.flexcontainer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap:wrap; 
}

div.flexcontainer div {
	width:490px;
}
div.flexcontainer div:first-child {
	margin-right:20px;
}

h3 {
	font-weight:bold;
	border-left:#01afa9 3px solid;
	margin:30px auto 15px;
	padding-left:.5em;
	line-height:1.4;
}
h3.title {
	font-weight:bold;
	font-size:110%;
	border-left:none;
	color:#01afa9;
	margin:30px auto 15px;
	padding-left:0;
	line-height:1.4;
}
h3 > span {
	font-size:90%;
	font-weight:normal;
}

div {
	line-height:1.6;
}
div > span {
	font-weight:bold;
}

div.single {
display:flex;
flex-wrap:wrap; 
}

div.single > div {
	width:30%;
	margin-right:5%;
	margin-bottom:10px;
}
div.single > div:nth-of-type(3n) {
	margin-right:0%;
}
div.single div img {
	width:100%;
}
/*dl {
	width:490px;
	margin-left:.5em;
	}

dt {
	width:100px;
	float:left;
	margin-bottom:8px;
	line-height:1.4;
	}
dd {
	width:390px;
	float:left;
	margin-bottom:8px;
	line-height:1.4;
}
dl {
	width:790px;
	margin-left:.5em;
	}

dl.single dt {
	width:300px;
	float:left;
	margin-bottom:8px;
	line-height:1.4;
	}
dl.single dd {
	width:490px;
	float:left;
	margin-bottom:8px;
	line-height:1.4;
}*/
dl.set {
	width:790px;
	margin-left:.5em;
	}

dl.set dt {
	width:700px;
	float:left;
	margin-bottom:10px;
	line-height:1.4;
	}
dl.set dd {
	width:90px;
	float:left;
	margin-bottom:10px;
	line-height:1.4;
}

dt > span {
	font-size:80%;
	font-weight:normal;
}
ul li {
	margin-bottom:8px;
	line-height:1.4;
}
ul.details li{
	text-indent:-1em;
	padding-left:1.5em;
}
ul.menu li:before {
    font-family: "Font Awesome 5 Free";
    content: '\f111\00a0';
    font-weight: 900;
    font-size: .6em;
    color: #01afa9;
    vertical-align: 20%;
}
ul.details li.no{
	text-indent:0em;
	padding-left:.5em;
}


ul.caution li{
	text-indent:-1em;
	padding-left:1em;
}

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

p.map {
	text-align:center;
	margin-top:30px;
}



.wrapper{
    min-height: 100vh;
    position: relative;
    padding-bottom: 120px;
    box-sizing: border-box;
}


.more_btn {
	text-align:center;
}
.more_btn span {
		border-bottom:#000 1px solid;
		font-weight:normal;
}
.more_btn:before {
	content: "";
    display: inline-block;
    width: 0;
    height: 0;
    left: 10px;
    top: 10px;
    border-top: 10px solid #000;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
    border-bottom: 0px solid transparent;
	margin-right:.5em;
}

.single div:last-child {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 6%;
	border: #ddd 3px solid;
}
.single div > p {
	line-height: 1.4;
	padding: 4.5%;
}

.inquiry > span {
	display: block;
    line-height: 1.4;
}
.inquiry {
	width: 80%;
	margin: 3% auto 0;
	border: #ddd 3px solid;
	padding: 3%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content:center;
	align-items: center;
}
.inquiry > span:first-child {
	margin-right: 3%;
}
.inquiry > span:nth-child(2) {
	font-size: 160%;
}

.inquiry > span:last-child {
	padding-top: 3%;
	text-indent: -1em;
	padding-left: 1em;
}

#newmenu .newmenu_item {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
}

#newmenu .newmenu_item dl {
	width: 48%;
}

#newmenu .newmenu_item dt img {
	width: 100%;
}

#marinesports div:last-child::after,
#newmenu div::after,
#newmenu dl::after {
    content: none;
}
#newmenu p {
	width: 80%;
	margin: 3% auto 0;
	border: #ddd 3px solid;
	padding: 3%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content:center;
	align-items: center;
}
#newmenu dt {
	font-weight: bold;
}
#newmenu dt > span {
	font-size: 120%;
	font-weight: bold;
}

#newmenu dd {
	padding-top: 4%;
}

#newmenu dd > ul {
	padding-top: 4%;
}

#newmenu dd > ul li {
	line-height: 1;
}

#newmenu dd > ul li:before {
	content:'└';
}
#newmenu p > span {
	display: block;
    line-height: 1.4;
}

#newmenu p > span:first-child {
	margin-right: 3%;
}
#newmenu p > span:nth-child(2) {
	font-size: 160%;
}

#newmenu p > span:last-child {
	padding-top: 3%;
	text-indent: -1em;
	padding-left: 1em;
}

@media screen and (max-width:1024px) and ( min-width:751px) {
section {
	width:730px;
	margin:auto auto 60px;}
div.flexcontainer div {
	width:350px;
}
	h2 img {
		width:100%;
	}
dl.set {
	width:90%;
	margin-left:.5em;
	}

dl.set dt {
	width:90%;
	float:left;
	margin-bottom:10px;
	line-height:1.4;
	}
dl.set dd {
	width:10%;
	float:left;
	margin-bottom:10px;
	line-height:1.4;
}
.single div:last-child {
	margin-bottom: 8.2%;
}
}

@media only screen and (max-width: 750px) {

section {
	width:90%;
	margin:60px auto auto;
}

h2,
h2 img {
	width:100%;
	font-size:5vw;
}
	
div.flexcontainer {
	flex-direction: column;
}
div.flexcontainer div {
	width:100%;
}
/* マリンスポーツ */

div.single > div {
	width:45%;
	margin-right:8%;
}
div.single > div:nth-of-type(3n) {
	margin-right:8%;
}
div.single > div:nth-of-type(2n) {
	margin-right:0%;
}

div.single div img {
	width:100%;
}
dl.single,
dl.set {
	width:90%;
	margin-left:.5em;
	}
dl.single dt,
dl.set dt{
	width:80%;
	}
dl.single dd,
dl.set dd {
	width:20%;
    text-align: right;
}
dt > span {
font-size:100%;
}
.inquiry {
	width: 100%;
}
#newmenu .newmenu_item {
	display: block;
}
#newmenu .newmenu_item dl {
	width: 100%;
}
#newmenu dd {
	padding-bottom: 4%;
}
#newmenu p {
	width: 100%;
}
.single div:last-child {
	margin-bottom: 14.7%;
}
.single div > p {
	line-height: 1.3;
	font-size: 0.9em;
}
iframe {
	width:100%;
	height:80;
}


}

#beach_image,
#faq_image,
#marinesports_image {
	position:relative;
}

#beach_image .caption,
#marinesports_image .caption,
#faq_image .caption {
	position: absolute;
    bottom:0px;
    left: 0px;
	background-color:#fff;
	padding:.3em 1em;
	opacity:0.8;
}

/* footer */
footer{
    width: 100%;
    background-color: #01afa9;
    color: #fff;
    padding: 30px 0;
    bottom: 0;
}

footer p {
	width:800px;
	margin:0 auto 10px;
	line-height:1.4;
}
footer p.external {
	text-align: right;
	font-size: 90%;
}

footer p.copy {
	text-align:center;
	font-size:80%;
	margin:30px auto;
}
footer a:link,
footer a:visited,
footer a:hover,
footer a:active {
	color:#fff;
	border-bottom:#fff 1px dotted;
}

.tel {
	display:inline-block;
	background-image:url("../images/icon_tel.gif");
	background-repeat: no-repeat;
	padding-left:20px;
	font-weight:normal;
}
.telw {
	display:inline-block;
	background-image:url("../images/icon_telw.gif");
	background-repeat: no-repeat;
	padding-left:20px;
}
.telw {
	display:inline-block;
	background-image:url("../images/icon_telw.gif");
	background-repeat: no-repeat;
	padding-left:20px;
}
.mail {
	display:inline-block;
	background-image:url("../images/icon_mail.gif");
	background-repeat: no-repeat;
	padding-left:20px;
}

@media screen and (max-width:1024px) and ( min-width:751px) {
	footer p {
	width:700px;
	margin:0 auto 10px;
	line-height:1.4;
}
}

@media only screen and (max-width: 750px) {

footer {
	width:100%;
}
	
footer p {
	width:90%;
}
}


@media (min-width: 751px) {

footer a[href*="tel:"],
a[href*="tel:"] {
border-bottom:none;
pointer-events: none;
cursor: default;
text-decoration: none;
}

}

s { text-decoration: line-through;}
	
span.k_red {
	color:#f00;
	font-weight:bold;
	font-size:110%;
}
.news {
border:#ddd 3px solid;
text-align: center;
padding: 1em;
margin-bottom: -30px;
}
/*#main_image .caption .text,
#beach_image .caption .text,
#marinesports_image .caption .text,
#faq_image .caption .text {
	font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
    padding: 2px 0 0 0;
    line-height: 1;
    background-color: #000;
    text-align: left;
    overflow: hidden;
	width:0;
}
#main_image .caption .text,
#beach_image .caption .text,
#marinesports_image .caption .text,
#faq_image .caption .text {
	animation: anime1 5s ease;
	animation-fill-mode: forwards;
}

@keyframes anime1 {
0% {width: 0px; height: 50px; background-color:#000;}
100% {width: 500px; height: 50px; background-color: #000;}
}

#main_image .caption .text span,
#beach_image .caption .text span,
#marinesports_image .caption .text span,
#faq_image .caption .text span {
	margin: 1px 0 0 5px;
    color: #fff;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    background-color: #000;
    font-weight: normal;
}
#main_image .caption .text span,
#beach_image .caption .text span,
#marinesports_image .caption .text span,
#faq_image .caption .text span {
	animation: anime1 5s ease 3s;
	animation-fill-mode: forwards;
}


@keyframes anime1 {
0% {width: 0px; height: 50px; background-color:#000;}
100% {width: 500px; height: 50px; background-color: #000;}
}
*/