@charset "utf-8";
/* CSS Document */
body {
	font-size: 12px;
	letter-spacing: 0px;
	line-height: 150%;
}
body.noscroll {
	height: 100%;
	overflow: hidden;	
}
.container {
	width: 100%;
	padding: 0;
}
.container.last-child {
	margin-bottom: 0;
}
.row:last-child {
	margin-bottom: 0;
}
.row.last-child {
	margin-bottom: 0;
}
.row {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 0 10px;
	overflow: hidden;
}
.row-no-offset {
	margin: 0 -5px;
}
.row-no-offset [class*=col-sm-] {
	padding: 0;
}
.row [class*=col-sm-] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 5px;
	overflow: hidden;
	float: left;
}
.col-sm-1 {
	width: 8.33333333%;
}
.col-sm-2 {
	width: 16.666667%;
}
.col-sm-3 {
	width: 25%;
}
.col-sm-4 {
	width: 33.33333333%;
}
.col-sm-5 {
	width: 41.66666667%;
}
.col-sm-6 {
	width: 50%;
}
.col-sm-7 {
	width: 58.33333333%;
}
.col-sm-8 {
	width: 66.66666666%;
}
.col-sm-9 {
	width: 75%;
}
.col-sm-12 {
	width: 100%;
}
.row>.col-sm-12:last-child {
	margin-bottom: 0;
}
.row>.col-sm-12.last-child {
	margin-bottom: 0;
}
.col-sm-offset-0 {
	margin-left: 0;
}
.col-sm-offset-2 {
	margin-left: 16.666667%;
}
.col-sm-offset-3 {
	margin-left: 25%;
}
.col-sm-offset-4 {
	margin-left: 33.333333%;
}

.row-nopadding>[class*=col-] {
	padding: 0;
}
.row-nomargin,
.container>.row-nomargin,
.container>.row-nomargin:last-child {
	margin: 0;
}

.visible-md,
.visible-lg {
	display: none !important;
}
.visible-sm {
	display: block !important;
}
.hidden-sm {
	display: none !important;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
	line-height: 1.414;
}
h1 {
	font-size: 18px;
}
h2 {
	margin: 0 0 40px;
	font-size: 15px;
	font-weight: bold;
}
h2 small {
	font-size: 9px;
	margin-top: 5px;
	letter-spacing: 1px;
}
h3 {
	font-size: 15px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
}
small {
	font-size: 80%;	
}
big {
	font-size: 130%;
}
b {
	font-size: 155%;	
	font-weight: bold;
}
hr {
	margin-bottom: 10px;	
}
.text-center-sm {
	text-align: center;
}
/* Buttons
-------------------------------------------- */
.btn-lg {
	width: 100%;
	padding: 10px 5px;
	font-size: 9px;
}
.btn-md {
	width: 100%;
	padding: 15px 5px;
	font-size: 10px;
}
.btn-ft {
	font-size: 11px;
	padding: 13px;
}
/* head-menu
-------------------------------------------- */
.menu-icon {
	display: block;
	float: left;
	transition: all 0.2s ease-in;
}
.menu-icon span {
	display: block;
	width: 22px;
	height: 2px;
	margin-bottom: 7px;
	transition: all 0.2s ease-out;
	background-color: #666;
}
.menu-icon span.bar1 {
	margin-top: 0px;
}
.menu-icon span.bar3 {
	margin-bottom: 4px;
}
.menu-icon.active {
	transform: rotate(-45deg);
}
.menu-icon.active .bar1 {
	transform: rotate(0deg) translateY(10px);
}
.menu-icon.active .bar2 {
	opacity: 0;
}
.menu-icon.active .bar3 {
	transform: rotate(-90deg) translateX(8px);
}
#wrap {
	width: 100%;
	height: 100%;
}
#wrap.active nav#nav-menu {
	width: 75vw;
	z-index: 999;
}
#wrap.active .wrap {
	filter: blur(2px) brightness(60%);
	-webkit-transform: rotate(0.01deg);
	transform: rotate(0.01deg);
}

#nav-menu {
	color: #FFF;
	position: fixed;
	top: 0;
	width: 50px;
	height: 100%;
	right: 0;
	z-index: 999;
	transition: all 0.2s ease-out;
}
#nav-menu .menu-icon-container {
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 999;
	padding: 14px 15px 10px;
}
#nav-menu .menu-list-container {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	display: none;
	overflow-y: auto;
	background: url(../images/_temp/base_bg.png) 0 0 repeat;
	transition: all 0.3s ease-out;
}
#nav-menu .menu-list-container.active {
	display: block;
}
#nav-menu .menu-list-container ul {
	width: 90%;
	margin: 50px auto 20px;
	border-top: 1px solid rgba(0,0,0,0.1);
}
#nav-menu .menu-list-container li {
	width: 100%;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	line-height: 1.5;
	background: url(../images/_temp/navi_right_arrow.png) 95% 16px no-repeat;
	background-size: 4px 10px;
}
#nav-menu .menu-list-container li a {
	display: block;
	padding: 15px 5px;
	line-height: 1;
	color: #333;
	font-size: 11px;
	text-decoration: none;
}
#nav-menu .menu-list-container li.sub-menu-li {
	background: url(../images/_temp/navi_bottom_arrow.png) 95% 20px no-repeat;
	background-size: 10px 4px;
}
#nav-menu .menu-list-container li.pulldown {
	background: url(../images/_temp/navi_bottom_arrow.png) 95% 20px no-repeat;
	background-size: 10px 4px;
}
#nav-menu .menu-list-container li.pulldown ul {
	margin: 0;
	width: 100%;
}
#nav-menu .menu-list-container li.pulldown ul li {
	border-bottom: 1px solid rgba(0,0,0,0.1);
	background: none;
}
#nav-menu .menu-list-container li.pulldown ul li a {
	padding: 15px 5px;
}
#nav-menu .menu-list-container li.pulldown ul li:last-child {
	border-bottom: none;
}
#nav-menu .menu-list-container li .nodisplay {
	display: none;	
}
#nav-menu .menu-list-container .nav-menu-btn {
	width: 90%;
	margin: 0 auto;
}
#nav-menu .menu-list-container .nav-menu-btn .btn-lg {
	padding: 20px 5px;
	font-size: 10px;
}
#nav-menu .menu-list-container .nav-menu-btn .btn {
	margin: 0 0 20px;
}

/* ID
-----------------------------------------------*/
header {
	position: fixed;
	top: 0;
    z-index: 999;
	height: 50px;
	background: #FFF;
}
.wrap:nth-child(2) {
	margin-top: 50px;	
}
header h1 {
	width: 73px;
	height: 30px;
	margin: 10px;
}
#pankuzu {
	font-size: 11px;
	padding: 5px 20px;
}
footer {
	background: url(../images/_temp/footer_bg.jpg) 40% 50% no-repeat;
	background-size: cover;
}
footer .footer-top {
	padding: 20px 8px;
	margin-bottom: 20px;
}
footer .footer-top .footer-txt {
	font-size: 10px;
	margin-bottom: 5px;
	text-align: center;
}
footer .footer-top img {

}
footer .sns-copyright {
	padding-bottom: 10px;
}
footer .sns {
	text-align: center;
	margin-bottom: 10px;
}
footer .sns a {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-right: 10px;
}
footer .copyright {
	text-align: center;
	font-size: 11px;
}
#topimage {
	height: 570px;
	background: url(../images/topimage_sp.jpg) 50% 100% no-repeat;
	background-size: 100%;
}
#topimage .topimage-logo {
	width: 80vw;
	transform: translate(-50%, -60%);
}
#about {
	background: url(../images/about_bg.png) 100% 50% no-repeat;
	background-size: 40%;
	padding: 40px 0;
}
#about .about-title {
	margin-bottom: 30px;
}
#about .about-title .about-title-sub {
	font-size: 16px;
	margin-bottom: 15px;
}
#about .about-title .about-title-main {
	font-size: 24px;
}
#about .about-line {
	margin: 0 auto 30px;
	width: 300px;
}
#about .about-content {
	font-size: 11px;
	padding-right: 30px;
	padding-left: 30px;
	line-height: 1.8;
	text-align: left;
}
#about .about-content br {
	display: none;
}
#plan-arr {
	padding: 20px 0 10px;
}
#plan-arr img {
	max-width: 80%;
}
#plan-list {
	padding: 40px 8px;
}
#plan-list .plan-list-item {
	width: 100%;
	margin: 0 auto 10px;
}
#plan-list .plan-list-item .plan-list-item-content {
	padding: 10px;
}
#plan-list .plan-list-item .plan-list-item-name {
	text-align: center;
	font-size: 11px;
	margin-bottom: 12px;
	padding-top: 8px;
	line-height: 1.4;
	letter-spacing: -0.7px;
}
#plan-list .plan-list-item .plan-list-item-name small {
	font-size: 8px;
	margin-top: 10px;
	letter-spacing: 1px;
}
#plan-list .plan-list-item .plan-list-item-description {
	margin-bottom: 10px;
	font-size: 10px;
	line-height: 1.5;
}
#plan-list .plan-list-item .plan-list-item-img .icon {
	position: absolute;
	width: 40px;
	height: 40px;
	right: 5px;
	bottom: -20px;
}
#access {
	padding: 40px 0;
	background: url(../images/access_bg.jpg) 50% 50% no-repeat;
	background-size: cover;	
}
#access .access-info {
	width: 85vw;
	margin: 0 auto;
}
#access .access-info .access-info-content {
	padding: 0;
}
#access .access-info .access-info-content .access-info-title {
	margin-bottom: 30px;
	font-size: 30px;
	text-align: center;
}
#access .access-info .access-info-content .access-info-title small {
	font-size: 11px;
	margin-bottom: 15px;
}
#access .access-info .access-info-content .access-info-block {
	border: 1px solid #BBB;
	padding: 10px;
	margin-bottom: 10px;
	font-size: 10px;
}
#access .access-info .access-info-content .access-info-description {
	margin-bottom: 20px;
	font-size: 11px;
	line-height: 1.8;
}
#access .access-info .access-info-content .access-info-btn {
	margin-bottom: 20px;
	text-align: center;
}
#access .access-info .access-info-map {
	text-align: center;
	padding: 0;
}
#access .access-info .access-info-map img {
	height: 300px;
}
#access-info {
	padding-right: 15px;
	padding-left: 15px;
}


#instagram {
	padding: 40px 8px;
	background: url(../images/instagram_bg.png) 50% 0 no-repeat, url(../images/_temp/base_bg.png) 0 0 repeat;
	background-size: 100%, auto;
}
#instagram .container {
	width: 100%;	
}
#instagram .row .col-lg-2 {
	margin-bottom: 10px;
}
#blog {
	padding: 40px 8px;
}
#blog .row .col-lg-3 {
	padding-top: 13px;	
}
#blog .blog-item {
	width: 100%;
	margin: 0 auto;
	padding: 5px;
	background: #FFF;
}
#blog .blog-item .blog-item-img {
	margin-bottom: 10px;
}
#blog .blog-item .blog-item-img .icon{
	width: 24px;
	height: 40px;
	top: 5px;
}
#blog .blog-item .blog-item-date {
	margin-bottom: 5px;
	font-size: 11px;
	padding-right: 5px;
	padding-left: 5px;
}
#blog .blog-item .blog-item-title {
	margin-bottom: 5px;
	font-size: 12px;
	padding-right: 5px;
	padding-left: 5px;
}

/* Page top
-------------------------------------------- */
#page-top {
	height: 500px;
	position: relative;
}
#page-top .page-top-txt {
	transform: translate(-50%, -60%);
	padding-bottom: 20px;
	font-size: 35px;
	line-height: 1.5;
}
#page-top .page-top-txt small {
	font-size: 15px;
}
#page-top .page-top-bottom {
	height: 15px;
}
#page-top.plan-parasailing-top:before {
	background: url(../images/plan/plan_parasailing_top_sp.jpg) 50% 50% no-repeat;
	background-size: cover;
}
#page-top.access-top:before {
	background: url(../images/access/access_top_sp.jpg) 50% 50% no-repeat;
	background-size: cover;
}
#page-top.plan-flyboard-top:before {
	background: url(../images/plan/plan_flyboard_top_sp.jpg) 50% 50% no-repeat;
	background-size: cover;
}
#page-top.plan-marinetube-top:before {
	background: url(../images/plan/plan_marinetube_top_sp.jpg) 50% 50% no-repeat;
	background-size: cover;
}
#page-top.privacy-top:before {
	background: url(../images/privacy_top_sp.jpg) 50% 50% no-repeat;
	background-size: cover;
}
#page-top.company-top:before {
	background: url(../images/company_top_sp.jpg) 50% 50% no-repeat;
	background-size: cover;
}
#page-top.recruitment-top:before {
	background: url(../images/recruitment_top_sp.jpg) 50% 50% no-repeat;
	background-size: cover;
}
#page-top.faq-top:before {
	background: url(../images/faq/faq_top_sp.jpg) 50% 50% no-repeat;
	background-size: cover;
}
#page-top.reservation-top:before {
	background: url(../images/reservation/reservation_top.jpg) 50% 50% no-repeat;
	background-size: cover;
}

/* Choice reason
-------------------------------------------- */
#choice {
	padding: 40px 0;
	background: url(../images/plan/choice_bg_sp.jpg) 50% 50% no-repeat;
	background-size: cover;
}
#choice .choice-point .col-sm-12 {
	padding-right: 20px;
	padding-bottom: 12px;
	padding-left: 20px;
}
#choice .choice-point .choice-point-block {
	box-shadow: 0 3px 8px rgba(0,32,64,0.35);
	padding: 20px;
}
#choice .choice-point .point-number {
	margin: 20px auto;
}
#choice .choice-point .point-name {
	font-size: 15px;
	margin-bottom: 20px;
}
#choice .choice-point .point-content {
	font-size: 11px;
}

/* Plan page price
-------------------------------------------- */
#plan-price {
	padding: 40px 15px;
}
#plan-price .plan-price-item {
	padding: 20px 0px;
	line-height: inherit;
}
#plan-price .plan-price-item.last-item {
	margin-bottom: 20px;
}
#plan-price .plan-price-item .plan-item-name {
	font-size: 12px;
	margin-bottom: 5px;
	line-height: inherit;
}
#plan-price .plan-price-item .plan-item-price {
	font-size: 11px;
	text-align: left;
}
#plan-price .plan-price-item .plan-item-price big {
	font-size: 20px;
}

/* Plan page photo
-------------------------------------------- */
#photo-show {
	height: auto;
}
#photo-show .col-sm-4 {
	height: 140px;
	overflow: hidden;
}
/* Plan page info
-------------------------------------------- */
#plan-info {
	padding: 40px 15px;
}
#plan-info .plan-info-item {
	padding: 15px 0px;
	line-height: 1.5;
}
#plan-info .plan-info-item .col-sm-12:nth-child(odd) {
	font-weight: bold;
	margin-bottom: 10px;
}

/* Plan page flow
-------------------------------------------- */
#plan-flow {
	padding: 40px 15px;
	background: url(../images/plan/plan_flow_bg_sp.jpg) 50% 50% no-repeat;
	background-size: cover;
}
#plan-flow .plan-flow-item {
	text-align: center;
	color: #FFF;
	padding: 0 5px;
}
#plan-flow .plan-flow-item .plan-flow-item-time {
	padding: 10px 40px;
	font-size: 18px;
	margin-bottom: 15px;
}
#plan-flow .plan-flow-item .plan-flow-item-name {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 15px;
}
#plan-flow .plan-flow-item .plan-flow-item-content {
	font-size: 11px;
	margin-bottom: 40px;
}

/* Access page flow
-------------------------------------------- */
#google-map {
	height: 360px;
	margin-bottom: 40px;
}
#access-info .navi-by-car {
	margin-bottom: 20px;
}
#access-info .access-navi dt {
	padding: 10px;
	font-size: 16px;
}
#access-info .access-navi dd {
	padding: 20px;
}
#access-info .access-navi dd p {
	margin-bottom: 20px;
}
#access-info .access-navi dd p:last-child {
	margin-bottom: 0;
}
#youtube {
	padding: 40px 15px;	
}
#meeting-place {
	padding-bottom: 40px;
	padding-right: 15px;
	padding-left: 15px;
}
#meeting-place .meeting-place-img {
	height: 250px;
}
#meeting-place .meeting-place-txt {
	height: auto;
	padding: 30px;
}
#meeting-place .meeting-place-txt .place-title {
	margin-bottom: 20px;
	font-size: 24px;
}
#meeting-place .meeting-place-txt .place-content {
	font-size: 12px;
}

/* Forms
-------------------------------------------- */
input[type=text],
input[type=email],
input[type=tel],
input[type=password],
input[type=date],
textarea,
select {
	padding: 6px;
	border: 1px solid #666;
}
textarea {
	min-height: 150px;
}

/* Reuse
-------------------------------------------- */
.box-border-text {
	padding: 10px;
}

/* privacy
-------------------------------------------- */
#privacy {
	padding: 35px 0;	
}
/* Company
-------------------------------------------- */
#company {
	padding: 40px 15px;
}
#company .row [class*=col-sm-] {
	padding: 16px;
	text-align: left;
}
#company .row [class*=col-sm-]:nth-child(odd) {
	/*padding-bottom: 0;*/
	margin-bottom: 0;
	
}
#company th,#company td{
	width: auto;
	display:block;
	padding:16px;
}
#company th{
	text-align:left;
}
.first-text{
	padding:0 16px;
}

/* FAQ
-------------------------------------------- */
#faq {
	padding: 15px 10px;
}
/* .collapsible
-------------------------------------------- */
.collapsible-default {
	line-height: 22px;
}
.collapsible-default .collapsible-heading {
	padding: 10px 40px 0;
	min-height: 30px;
}
.collapsible-default .collapsible-heading:before {
	width: 20px;
	height: 20px;
	top: 10px;
	left: 10px;
}
.collapsible-default .collapsible-heading:after {
	width: 20px;
	height: 20px;
	top: 10px;
	right: 10px;
}

.collapsible-default .collapsible-body {
	padding: 10px 10px 10px 40px;
}

.collapsible-default .collapsible-body.active:before {
	width: 20px;
	height: 20px;
	top: 10px;
	left: 10px;
}
/* reservation
-------------------------------------------- */
#tel-reserve {
	padding: 40px 15px;
}
#line-reserve {
	padding: 40px 15px;
}
#form-reserve {
	padding: 40px 15px;
}
.form-block {
	width: 100%;
	margin: 0 auto;
}
.form-block table {
	width: 100%;
}
.form-block table th {
	width: 30%;
}
.form-block th, .form-block td {
	padding: 10px;
}
.plan-block {
	width: 100%;
	margin: 0 auto 10px;
	padding: 10px;
}
.close-btn {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 15px;
	height: 15px;
	background: url(../images/reservation/close.png) 0 0 no-repeat;
	z-index: 9999;
}
.plan-block-btn {
	width: 100%;
	margin: 0 auto 10px;
}
.info-block {
	width: 100%;
	margin: 0 auto 10px;
	padding: 10px;
}
.info-block .w30 {
	width: 45%;
}
.info-block .w20 {
	width: 25%;
}