body {
	font-family: 'YuGothic','Noto Sans JP';
	font-weight: 400;
	color:#1a1a1a;
}

a {
	transition: 0.4s;
}

a:hover {
	transition: 0.4s;
	text-decoration: none;
}

img {
	transition: 0.4s;
	max-width: 100%;
}

header {
	position: fixed;
	width: 100%;
	background-color: #fff;
	z-index: 100;
	box-shadow: 0px 0px 10px 1px rgba(119, 119, 119, 0.15);
	-moz-box-shadow: 0px 0px 10px 1px rgba(119, 119, 119, 0.15);
	-webkit-box-shadow: 0px 0px 10px 1px rgba(119, 119, 119, 0.15);
}

.container-header {
	max-width: 1440px;
	margin-left: auto;
	padding: 0px;
}

header .top-menu {
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
	flex-wrap: wrap;
}

header .top-menu .top-logo {
	transition: 0.4s;
	position: absolute;
	width: 200px;
	left: 15px;
	top: 0;
	text-align: center;
	background-color: #eee;
}

header .top-menu .top-logo .logo {
	transition: 0.4s;
	display: block;
	position: absolute;
	width: 200px;
	height: 200px;
	top: -50px;
	left: 0;
	transform: translateX(0%);
	background-color: #fff;
	border-radius: 100%;
	border-bottom:1px solid #eee;
	z-index: 1000;
}

header .top-menu .top-logo .logo img {
	position: absolute;
	width: 60%;
	top: 50px;
	left: 52%;
	transform: translateX(-50%);
}

header .top-menu .top-logo.scroll .logo {
	transition: 0.4s;
	width: 150px;
	height: 150px;
}

header .top-menu .top-logo.scroll .logo img {
	transition: 0.4s;
	width: 70px;
}

header .top-menu .top-menu {
	width: 80%;
	text-align: center;
}

header .top-menu .top-menu .main-menu {
	width: 100%;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
}

header .top-menu .top-menu .main-menu ul {
	list-style-type: none;
	width: 100%;
	padding: 0;
	margin: 0;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

header .top-menu .top-menu .main-menu ul li {
	display: inline-block;
	text-align: center;
	width: 20%;
}
header .top-menu .top-menu .main-menu ul li.list-insta {
	width: 60px;
}

header .top-menu .top-menu .main-menu ul li a.insta-btn {
	padding: 5px;
	width: 60px;
}
header .top-menu .top-menu .main-menu ul li a {
	display: block;
	color:#1a1a1a;
	font-size: 18px;
	padding: 16px 15px;
	padding-bottom: 17px;
}

header .top-menu .top-menu .main-menu ul li a:hover {
	background-color: #eee;
}

.line-btn img {
	width: 30px;
	margin-right: 5px;
	display: inline-block;
}


.section-top {
	min-height: 92vh;
	background-color: #eee;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.simple-fin {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: -2px;
	z-index: 2;
}

.simple-fin img {
	width: 100%;
}

.section-top .top-text {
	text-align: left;
	width: 100%;
	color:#fff;
}

.section-top .top-text h1 {
	  text-shadow: 4px 4px 5px rgba(0, 0, 0, 1);
	  font-size: 44px;
}

.section-intro {
	padding-bottom: 60px;
	position: relative;
}

.title-intro {
	text-align: center;
	margin: 0;
	margin-bottom: 60px;
}

.intro-title-box {
	border:2px solid #111;
	height: 250px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.intro-title-box .trans-box {
	margin: 60px 0;
	font-size: 40px;
	padding: 20px 0px;
	text-align: center;
	width: 60%;
	background-color: rgba(255,255,255,0.6);
}

.menu-intro {
	margin: 100px 0;
	text-align: center;
}

.menu-intro h2 {
	margin-top: 30px;
	margin-bottom: 0;
	font-size: 36px;
	letter-spacing: 3px;
}

.menu-intro p {
	margin: 30px 0;
	font-size: 18px;
	line-height: 1.8em;
	letter-spacing: 2px;
}

.menu-box-item h4 {
	font-size: 18px;
	letter-spacing: 3px;
	font-weight: 300;
	margin: 0;
}

.menu-box-item h3 {
	font-size: 30px;
	margin: 15px 0;
	color:#bf272d;
	font-weight: 300;
	letter-spacing: 3px;
	line-height: 1.6em;
}

.menu-box-item p {
	margin: 0;
	font-size: 22px;
	letter-spacing: 4px;
	line-height: 1.8em;
	font-weight: 300;
}

.section-boat {
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: bottom center;
	text-align: center;
	padding-bottom: 30px;
}

.section-boat img {
	max-width: 85%;
}

.section-gray {
	padding-bottom: 60px;
	padding-top: 1px;
	background-color: #f2f2f2;
	position: relative;
}

.title-bubble {
	display: block;
	width: 250px;
	height: 85px;
	font-size: 24px;
	padding: 0 10px;
	padding-top: 18px;
	text-align: center;
	background-image: url('../img/title-bubble.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center;
	font-weight: 700;
	color:#fff;
	margin:auto;
	margin-bottom: 60px;
}

.swiper-menu .swiper-slide {
	text-align: center;
}

.each-slide {
	width: 275px;
	position: relative;
	text-align: center;
	margin: auto;
}

.each-slide img {
	width: 100%;
	max-width: none;
	display: block;
	margin: auto;
}

/* .mask-it {
	clip-path: url(#myClip);
} */

.cover-swiper {
	position: relative;
}

.cover-swiper .c-swiper-prev {
	position: absolute;
	left: -30px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 100px;
	line-height: 1em;
	cursor: pointer;
	z-index: 2;
}

.cover-swiper .c-swiper-next {
	position: absolute;
	right: -30px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 100px;
	line-height: 1em;
	cursor: pointer;
	z-index: 2;
}

.cover-swiper .c-swiper-prev:focus,
.cover-swiper .c-swiper-next:focus {
	outline: none;
}

.slide-description {
	margin-top: 30px;
	font-size: 24px;
	text-align: center;
}

.cover-slide {
	margin-bottom: 100px;
}

.wave-white {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 2;
}

.wave-white img {
	width: 100%;
}


.qa-list dl {
	font-size: 18px;
	line-height: 2.7rem;
	letter-spacing: 0.2rem;
}

.qa-list dt {
	background-color: #F2F2F2;
	padding-left: 5rem;
	text-indent: -2rem;
}

.qa-list dd {
	padding-bottom:1rem;
	padding-left: 5rem;
	text-indent: -2rem;
}
.q-and-a img {
	width: 200px;
}

.section-location {
	padding-bottom: 60px;
}

.row-of-map {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
}

.row-of-map .the-map-block {
	width: 60%;
}

.row-of-map .the-map-block iframe {
	width: 100%;
	height: 100%;
}

.row-of-map .the-pic-box {
	width: 40%;
}

.row-of-map .the-pic-box img {
	width: 100%;
}

.location-name {
	margin: 60px 0;
	text-align: center;
}

.location-name h2 {
	color:#bf272d;
	margin: 15px 0;
}

.location-name p {
	font-size: 20px;
	margin: 30px 0;
	letter-spacing: 3px;
}

.cover-table-company {
	max-width: 800px;
	margin: auto;
}

.cover-table-company table {
	width: 100%;
	font-size: 18px;
	letter-spacing: 3px;
}

.cover-table-company table tr td {
	padding: 15px;
	border-bottom: 1px solid #ccc;
}

.cover-table-company table tr td:first-child {
	text-align: right;
	color:#bf272d;
	width: 20%;
}

footer {
	background-color: #f2f2f2;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

footer .left-zone {
	padding-left: 30px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

footer .left-zone .footer-logo {
	margin-right: 30px;
}

/*BURGER ICON*/
.burger-icon {
	color:#333333;
	cursor: pointer;
	position: relative;
	width: 30px;
	height: 30px;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	float: right;
	display: none;
}

.burger-line { /* bar color */
	transition: 0.3s;
	width: 100%;
	height: 4px;
	background-color: #111;
	border-radius: 3px;
}

.burger-icon .burger-line:last-child {
	margin-bottom: 0;
}

.burger-line-1 {
	position: relative;
	top: 0;
}

.burger-line-3 {
	position: relative;
	bottom: 0;
}

.burger-icon.open .burger-line-1 {
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(-45deg);
}

.burger-icon.open .burger-line-2 {
	opacity: 0;
}

.burger-icon.open .burger-line-3 {
	position: absolute;
	bottom: 50%;
	transform: translateY(50%) rotate(45deg);
}

.burger-menu {
	position: fixed;
	width: 100%;
	left: auto;
	right: 0;
	padding: 15px;
	background-color: #fff;
	color:#fff;
	z-index: 80;
	display: none;
}

.burger-menu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	text-align: center;
}

.burger-menu ul li {
	display: block;
}

.burger-menu ul li.list-insta img {
	width: 80px;
}

.burger-menu ul li a {
	color:#111;
	display: block;
	padding: 10px 0;
	border-bottom: 1px solid #eee;
}

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

.copyright {
	font-size: 12px;
}
.swiper-slide p {
	text-align: center;
	margin: 15px 30px;
}


/* line demaekan */
.floating-section ul.footing-pc{
	display:block;
	position: fixed;
	bottom:156px;
	right:0;
	z-index:999;
	list-style: none;
}

.floating-section ul.footing-pc a {
	writing-mode: vertical-rl;
	display: flex;
	align-items: center;

}

.floating-section a.line-btn,
a.line-btn {
	padding: 15px 15px;
	background-color: #00ca41;
	color:#fff;
}

.floating-section a.demaekan-btn,
a.demaekan-btn {
	padding: 15px 15px;
	background-color: white;
	color: black;
}

.floating-section .line-btn img {
	margin-top: 8px;
	margin-right: 0;
}

.floating-section .demaekan-btn img{
	width:30px;
	height: 30px;
	margin-bottom: 8px;
}

ul.footing-sp {
	display: none;
	/* position: fixed;
	bottom: 0;
	left: 0;
	padding: 6px 0;
	padding-left: 1%;
	width: 100%;
	z-index: 100;
	background-color: #9c9a9a;
	box-shadow: 0px 0px 13px -3px #000; */

}

/*zzz*/
/* @media only screen and (max-width: 1510px) {
	header .top-menu .top-menu{
		width:80%
	}
} */


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

	header .top-menu .top-menu .main-menu ul li a {
		padding: 15px 0;
		font-size: 16px;
	}	

	header .top-menu .top-menu .main-menu ul li a.line-btn {
		padding: 15px 0;
	}

	header .top-menu .top-menu {
		align-items: flex-end;
		width: 75%;
	}

	header .top-menu .top-logo .logo img {
		width: 60%;
	}

}

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

	header .top-menu .top-menu .main-menu {
		display: none;
	}

	header .top-menu .top-menu {
		justify-content: flex-end;
		align-items: center;
		width: 80%;
	}

	.burger-icon {
		display: inline-flex;
		margin: 15px;
	}

	.menu-box-item h3 {
		font-size: 22px;
	}

	.menu-box-item p {
		font-size: 16px;
	}

	.section-intro {
		padding-top: 60px;
	}

	header .top-menu .top-logo {
		width: 150px;
		left: 0;
	}
	
	.floating-section ul.footing-pc {
		display: none;
	}

	.floating-section a.line-btn,
	a.line-btn {
		display: flex;
		column-gap: 10px;
		height: 100%;
		align-items: center;
		justify-content: center;
	}

	.floating-section a.demaekan-btn,
	a.demaekan-btn {
		display: flex;
		height: 100%;
		align-items: center;
		justify-content: center;
		column-gap: 10px;
	}

	.floating-section ul.footing-sp {
		display: flex;
		position: fixed;
		bottom: 0;
		padding: 6px 0;
		width: 100%;
		z-index: 100;
		background-color: #9c9a9a;
		box-shadow: 0px 0px 13px -3px #000;
		margin-bottom: 0;
		justify-content: space-around;
	}

	ul.footing-sp li.line-link-sp,
	ul.footing-sp li.demae-link-sp {
		width:48%;
	}

	ul.footing-sp li {
		display: inline-block;
		letter-spacing: normal;

	}

	.floating-section .line-btn img {
		margin-top: 0;
		margin-right: 0;
	}
	
	.floating-section .demaekan-btn img{
		width:30px;
		height: 30px;
		margin-bottom: 0;
	}

}

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

	header .top-menu .top-menu {
		width: 100%;
	}

	.intro-title-box {
		height: 180px;
	}

	.intro-title-box .trans-box {
		width: 80%;
		font-size: 30px;
	}

	.cover-menu-row .each-menu-item img {
		width: 300px;
		margin: auto;
		display: block;
	}

	.cover-menu-row .each-menu-item {
		margin-bottom: 60px;
	}

	.m-order-1 {
		order:1;
	}

	.m-order-2 {
		order:2;
	}

	.cover-table-company table tr td:first-child {
		width: 30%;
	}

	.row-of-map .the-map-block {
		width: 100%;
		height: 250px;
	}

	.row-of-map .the-pic-box {
		width: 100%;
	}

	.location-name p {
		padding: 0 15px;
		font-size: 16px;
	}

	.cover-table-company table {
		font-size: 16px;
	}

	

}

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

	header .top-menu .top-menu {
		width: 70%;
	}

	.cover-swiper .c-swiper-prev {
		left: 5px;
	}

	.cover-swiper .c-swiper-next {
		right: 5px;
	} 

	.section-top .top-text h1 {
		font-size: 34px;
	}

	.section-top {
		min-height: 80vh;
	}

	.title-intro {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;
	}

	.title-intro span {
		width: 100%;
		order:2;
	}

	.title-intro img {
		order:1;
		margin-bottom: 30px;
	}

	.section-boat img {
		max-width: 90%;
	}

	.section-boat {
		padding-bottom: 10px;
	}

	.title-intro {
		font-size: 24px;
	}

	.intro-title-box .trans-box {
		font-size: 20px;
	}

	.intro-title-box {
		height: 110px;
	}

	.menu-intro img {
		max-width: 120px;
	}

	.menu-box-item h3 {
		letter-spacing: 2px;
	}

	.menu-box-item p {
		letter-spacing: 2px;
	}

	.menu-intro p {
		font-size: 16px;
		letter-spacing: 2px;
	}

	.menu-intro h2 {
		font-size: 24px;
	}

	.cover-swiper .c-swiper-next {
		right: -10px;
		font-size: 50px;
		width: 50px;
		height: 50px;
		border-radius: 100%;
		background-color: #fff;
		text-align: center;
	}

	.cover-swiper .c-swiper-prev {
		left: -10px;
		font-size: 50px;
		width: 50px;
		height: 50px;
		border-radius: 100%;
		background-color: #fff;
		text-align: center;
	}

	.slide-description {
		font-size: 20px;
	}

	.cover-table-company table tr td {
		padding: 5px;
		font-size: 14px;
		letter-spacing: 0;
		vertical-align: top;
	}

	footer {
		flex-wrap: wrap;
	}

	footer .left-zone {
		width: 100%;
		padding: 15px;
		order:2;
	}

	footer a.line-btn {
		width: 100%;
		text-align: center;
	}

	header .top-menu .top-logo .logo {
		width: 130px;
		height: 130px;
	}

	header .top-menu .top-logo.scroll .logo {
		width: 130px;
		height: 130px;
	}

	header .top-menu .top-logo .logo img {
		width: 50%;
	}

	header .top-menu .top-logo.scroll .logo img {
		width: 50%;
	}

	.burger-menu ul li a.line-btn {
		background-color:#fff;
	}
	ul.footing-sp {
		font-size: 14px;
	}
	
}

@media only screen and (min-width: 500px){
	.floating-section .sp-only {
		display: none;
	}
}
@media only screen and (max-width: 375px) {
	.qa-list dl {
		line-height: 2rem;
	}
}




