/*
    Theme Name: Amoeba
    Theme URL: https://bootstrapmade.com/free-one-page-bootstrap-template-amoeba/
    Author: BootstrapMade
    Author URL: https://bootstrapmade.com
*/

/* ==== Google font ==== */
@import url('https://fonts.googleapis.com/css?family=Lato:400,300,700,900');
/* === fontawesome === */
@import url('font-awesome.css');
/* ==== overwrite bootstrap standard ==== */
@import url('overwrite.css');
@import url('animate.css');
/*==========================================================================
  General
  ========================================================================== */
body {
	color:#333333;
	background: #f7f7f7;
	font-size: 16px;
	line-height: 1.6em;
	font-weight: 300;
	text-shadow: none;
}

.clear {
	clear: both;
}

body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Lato','メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	color:#222;
}

h1,h2,h3,h4,h5,h6 {
	font-style: normal;
	margin: 0 0 20px 0;
}
h1 { font-size: 40px; line-height: 30px; }
h2 { font-size: 32px; }
h3 { font-size: 24px; }
h4 { font-size: 18px; }
h5 { font-size: 16px; }
.txt-light { font-weight: 300; }
.txt-regular { font-weight: 400; }
.txt-bold { font-weight: 700; }
.txt-uppercase { text-transform: uppercase; }

blockquote {
	font-family: Georgia, serif;
}

blockquote.bigquote {
	border: none;
	font-size: 48px;
	font-weight: 700;
	line-height: 1.1em;
}

.text-bold {
	font-weight: 900;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display: block;
}


small {
	font-size: 70%;
	font-weight: 100;
}

a:hover {
	text-decoration:none;
}

:focus {
	outline: none;
}

.color-white.txt-shadow {
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}

.t-uppercase {
	text-transform: uppercase;
}

/*背景グラデーション*/
.backgra{background: rgba(94,216,233,1.0);} /* Old browsers */
.backgra{background: -moz-linear-gradient(-45deg, rgba(29,32,136,1.0) 0%, rgba(0,167,234,1.0) 40%, rgba(27,184,206,1.0) 70%, rgba(94,216,233,1.0) 100%);} /* FF3.6-15 */
.backgra{background: -webkit-linear-gradient(-45deg, rgba(29,32,136,1.0) 0%, rgba(0,167,234,1.0) 40%, rgba(27,184,206,1.0) 70%, rgba(94,216,233,1.0) 100%);} /* Chrome10-25,Safari5.1-6 */
/*.backgra{background: -webkit-linear-gradient(-45deg, #1d2088 0%, #00a7ea 40%, #1bb8ce 70%, #5ED8E9 100%);} /* Chrome10-25,Safari5.1-6 */
.backgra{background: linear-gradient(135deg, rgba(29,32,136,1.0) 0%, rgba(0,167,234,1.0) 40%, rgba(27,184,206,1.0) 70%, rgba(94,216,233,1.0) 100%);} /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
.backgra{filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d2088', endColorstr='#5ED8E9',GradientType=1 );}/* IE6-9 fallback on horizontal gradient */
/**/
.backgra2{background: #5ED8E9;} /* Old browsers */
.backgra2{background: -moz-linear-gradient(-45deg, #5ED8E9 0%, #1bb8ce 40%,  #00a7ea 70%, #1d2088 100%);} /* FF3.6-15 */
.backgra2{background: -webkit-linear-gradient(-45deg, #5ED8E9 0%, #1bb8ce 40%,  #00a7ea 70%, #1d2088 100%);} /* Chrome10-25,Safari5.1-6 */
.backgra2{background: linear-gradient(135deg, #5ED8E9 0%, #1bb8ce 40%,  #00a7ea 70%, #1d2088 100%);} /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
.backgra2{filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5ED8E9', endColorstr='#1d2088',GradientType=1 );}/* IE6-9 fallback on horizontal gradient */

/*==========================================================================
  Misc & Adjust 
 ========================================================================== */
.row {
	z-index: 9999;
}

.big {
	font-size: 20pt;
	font-weight: 300;
}


.blink:hover {
	opacity: 0.9;
}

.half-offset {
	margin-bottom: 75px !important;
}

.no-offset {
	margin: 0 !important;
	padding: 0;
}

.content,.container {
	overflow: hidden;
}

.trans {
	border: 0 !important;
	background: 0 !important;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
}

.nobg {
	background: 0;
	border: 0;
}

.noborder {
	border: 0 !important;
}

.color-white {
	color: #fff;
}

.theme-bg {
	background-color: #ff7701 !important;
}

.normalize-font-top {
	padding-top: 25px;
}



/* --- float --- */
.float-left {
	float: left;
}

.float-right {
	float: right;
}

/* --- align --- */
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.align-center {
	text-align: center;
}

/* ---- padding ---- */
/* top */
.pad-top0 {
	padding-top: 0;
}
.pad-top5 {
	padding-top: 5px;
}

.pad-top10 {
	padding-top: 10px;
}

.pad-top15 {
	padding-top: 15px;
}
.pad-top20 {
	padding-top: 20px;
}
.pad-top25 {
	padding-top: 25px;
}
.pad-top30 {
	padding-top: 30px;
}
.pad-top35 {
	padding-top: 35px;
}
.pad-top40 {
	padding-top: 40px;
}
/* bottom */
.pad-bot0 {
	padding-bottom: 0;
}
.pad-bot5 {
	padding-bottom: 5px;
}

.pad-bot10 {
	padding-bottom: 10px;
}

.pad-bot15 {
	padding-bottom: 15px;
}
.pad-bot20 {
	padding-bottom: 20px;
}
.pad-bot25 {
	padding-bottom: 25px;
}
.pad-bot30 {
	padding-bottom: 30px;
}
.pad-bot35 {
	padding-bottom: 35px;
}
.pad-bot40 {
	padding-bottom: 40px;
}


/* ---- margin --- */
.mar-left5 { margin-left: 5px; }
.mar-left10 { margin-left: 10px; }
.mar-left15 { margin-left: 15px; }
.mar-left20 { margin-left: 20px; }
.mar-left25 { margin-left: 25px; }
.mar-left30 { margin-left: 30px; }

.mar-right5 { margin-right: 5px; }
.mar-right10 { margin-right: 10px; }
.mar-right15 { margin-right: 15px; }
.mar-right20 { margin-right: 20px; }
.mar-right25 { margin-right: 25px; }
.mar-right30 { margin-right: 30px; }

/* top */
.mar-top0 {
	margin-top: 0;
}
.mar-top5 {
	margin-top: 5px;
}

.mar-top10 {
	margin-top: 10px;
}

.mar-top15 {
	margin-top: 15px;
}
.mar-top20 {
	margin-top: 20px;
}
.mar-top25 {
	margin-top: 25px;
}
.mar-top30 {
	margin-top: 30px;
}
.mar-top35 {
	margin-top: 35px;
}
.mar-top40 {
	margin-top: 40px;
}


/* bottom */
.mar-bot0 {
	margin-bottom: 0;
}
.mar-bot5 {
	margin-bottom: 5px;
}

.mar-bot10 {
	margin-bottom: 10px;
}

.mar-bot15 {
	margin-bottom: 15px;
}
.mar-bot20 {
	margin-bottom: 20px;
}
.mar-bot25 {
	margin-bottom: 25px;
}
.mar-bot30 {
	margin-bottom: 30px;
}
.mar-bot35 {
	margin-bottom: 35px;
}
.mar-bot40 {
	margin-bottom: 40px;
}


/*===========================
  --- Sections ----
=========================== */

section.section {
    width:100%;
	margin:0;
	padding: 80px 0 60px 0;
}

/*ポートフォリオページトップ画像*/
section.section2 {
    width:100%;
	margin: 0;
	padding: 0px 0 60px 0;
}

.bg-white {
	background-color: #fff;
}

/* --- section heading --- */
.section-header {
	text-align: center;
	border-bottom:1px solid #ccc;
	padding-bottom:10px;
}
.section-header h2.section-heading {
	text-transform: uppercase;
	font-weight: 700;
}
.section-header p {color:#666;}

.fullvisual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}



/* ==========================
 --- Parallax ---
============================= */

#homemain {
	/*background-image: url(../img/homemain_hiryu2-min.jpg);*/
	background-image: url("../img/img_main_001_0082-min.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: top center;
	width: 100vw;
	height: 100vh;
	background-color:#D4FCFF;
}
#shipimage001{	
	/*background-image: url(../img/image001_3908-min.jpg);*/
	background-image: url("../img/img_main_002_0097-min.jpg");
}
#shipimage002{	
	background-image: url(../img/image002_3854-min.jpg);
}
#shipimage003{	
	background-image: url(../img/image003_3890-min.jpg);
}
#shipimage001,#shipimage002,#shipimage003 {
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center center;
	width: 100vw;
	height:300px;
}
#portfoliomain {
	background-image: url("../img/img_main_002_0097-min.jpg");
	background-repeat:no-repeat;
	background-size: cover;
	background-position: center center;
	width: 100%;
	height:300px;
}


/*===========================
  --- Header & menu ----
=========================== */
.navbar {
	line-height: 100px;
	height: 100px;
	/*background-color: rgba(0,0,0,0.3);*/
	display: block;
	vertical-align: middle;
	text-align: center;
	margin-bottom: 0;
	padding-bottom:0;
}

.navbar .navbar-collapse {
	margin-bottom: 0;
	padding-bottom:0;
}

.nav li {
	height: 100%;
	line-height: 100%;
	margin-bottom: 0;
	padding-bottom:0;
}

.nav>li>a {
	display: table-cell;
	height: 100%;
	line-height: 100%;
	vertical-align: middle;
	color: #fff;
	font-weight: 700;
	font-size: 13px;
	letter-spacing: .1em;
	text-transform: uppercase;
	text-shadow: none;
}

.nav>li>a:hover {
	color: #fff;
	background: none;
}

.navbar-nav {
	float: right;
	margin-bottom: 0;
	padding-bottom:0;	
}

.navbar .navbar-nav > .active > a {
	color: #fff;
}
.navbar .navbar-nav > .active > a {
	padding-bottom: 22px;
}

h1 a.navbar-brand {
	font-size: 24px;
	color: #fff;
	font-weight: 900;
	text-shadow: none;
}

.navbar-brand {
	padding:5px 0;
	display: table-cell;
	vertical-align: middle;
	line-height: 90px;
}

.navbar-brand img {
	vertical-align: middle;
	width:auto;
	height:50px;
}

.navbar-toggle {
	padding: 0;
	margin: 0;
	width: 80px;
}

.navbar-collapse.in {
	margin-top: -5px !important;
}

.navbar i {font-size:24px;}

/* サイト説明文・船長電話番号 */
.sitedescription{float:left;padding:15px 0 0 30px;text-align: left;color:#fff;
	display: table-cell;
	height: 100%;
	line-height: 100%;
	vertical-align: middle;
	margin:0 auto;
	padding-bottom:0;	

}
.sitedesc{font-weight:normal;font-size:75%;}
.sitetel{font-weight:bold;}

/*メニュー下文字*/
span.submenu {display:block;width:100%;line-height:1em;text-align:center;/*font-family: 'Lato', 'sans-serif';*/font-family: 'Noto Sans JP', sans-serif;font-weight:normal;font-size:11px;padding-top:5px;}

/*電話.navbar-toggle*/
.btn-phone,.btn-insta,.btn-line {
 display:none;
}

/*===========================
  --- Featured section ----
=========================== */

section.featured {
	padding: 200px 0 60px;
	background: #70B9B0;
	color: #fdfdfd;
}

section.featured h2.slogan {
	color: #fff;
	font-size: 48px;
	font-weight: 900;
}
  
 /* inner heading */
section.featured.inner {
	background: #eee;
	padding: 150px 0 50px;
}
  
  
/* --- Flexslider --- */
.flexslider {
	margin: 0;
	background: 0;
	border: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
}

.flex-control-paging li a {
	width: 8px;
	height: 8px;
}

.flex-control-paging li a.flex-active {
	background: #fff;
}

.flex-control-nav {
	bottom: -25px;
}

.flexslider .slides img {
	width: auto;
	display: inline;
}

.flex-direction-nav a {
	display: block;
	width: 50px;
	height: 98px;
	margin: -29px -20px 0;
	position: absolute;
	top: 30%;
	z-index: 10;
	overflow: hidden;
	opacity: 0;
	cursor: pointer;
	color: rgba(0,0,0,0.8);
	text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}

.flex-direction-nav .flex-next {
	right: -70px;
	background: url(../img/arrow_large_right.png) no-repeat top left;
}

.flex-direction-nav .flex-prev {
	left: -70px;
	background: url(../img/arrow_large_left.png) no-repeat top left;
}

.flex-direction-nav a.flex-next:before {
	content: none !important;
}

/* removing default arrows */
.flex-direction-nav a:before {
	content: none !important;
}

/* --- Revolution slider --- */

.featured .fullwidthbanner ul {
	list-style: none;
	padding:0;
}

.tp-rightarrow.large {
	margin-left: 0;
}

.tp-leftarrow.default {
	width: 49px !important;
	height: 98px !important;
	background: url(../img/arrow_small_left.png) no-Repeat top left;
}

.tp-rightarrow.default {
	width: 49px !important;
	height: 98px !important;
	background: url(../img/arrow_small_right.png) no-Repeat top left;
}

.fullwidthbanner-container {
	padding-top: 100px;
	width: 100% !important;
	position: relative;
	padding: 0;
	max-height: 650px !important;
	overflow: hidden;
}

.fullwidthbanner {
	height: 650px;
}

.tp-bullets.simplebullets.round .bullet {
	background: url(../img/bullets-new.png) no-repeat top left;
}  

.tp-caption.large_bold_white {
	font-size:60px;
	line-height:60px;
	font-weight:800;
	font-family:"Open Sans";
	color: #fff;
	text-decoration:none;
	background-color:transparent;
	text-shadow:none;
	margin:0px;
	padding:1px 4px 0px;
	border-width:0px;
	border-color:rgb(255, 214, 88);
	border-style:none;
}
.tp-caption.small_thin_white {
	font-size:18px;
	line-height:26px;
	font-weight:300;
	font-family:"Open Sans";
	color: #fff;
	text-decoration:none;
	background-color:transparent;
	padding:1px 4px 0px;
	text-shadow:none;
	margin:0px;
	border-width:0px;
	border-color:rgb(255, 214, 88);
	border-style:none;
}


.fullwidthbanner a.btn {
	color: #fff;
}

/*==========================
About　＆　Access
=========================== */

.table_about {width:100%;}
.table_about td {vertical-align: top;border:none;}
.table_about td.about01 {width:25%;text-align: right;padding:20px 15px 20px 0;}
.table_about td.about02 {width:75%;text-align: left;padding:20px 0 20px 15px;}

.ship-photo,
.access-photo {
	box-sizing:border-box;
	/*-webkit-border-radius:50%;
		-moz-border-radius:50%;
			border-radius:50%;	*/
	margin: 0 0 20px 0;
}
.ship-photo img,
.access-photo img {
	width:100%;
	height:auto;
	/*-webkit-border-radius:50%;
		-moz-border-radius:50%;
			border-radius:50%;	*/
}

/*GoogleMapストリートビュー*/
.g-map{
position: relative;
padding-bottom: 75%;
height: 0;
overflow: hidden;
	margin: 0 0 20px 0;
}
.g-map iframe{
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}



.ship-detail h4,
.access-detail h4 {
	font-weight: 700;
	margin:0 0 5px 0;
}

/*====================
  Access
==================== */
/*マップ区切り*/
.access-container {
    width:100%;
	margin:30px 0 0 0;
	padding:30px 0 0 0;
    border-top:solid 2px #eee;
}

/* アクセス */
.snowblue {color:#1080c3;}

/*アクセスマップ*/
.ac-map,.a-map,.a-map-b {
/*position: relative;
padding-bottom: 75%;
height: 0;
overflow: hidden;*/
	margin: 0 0 20px 0;
}
.ac-map img,.a-map img,.a-map-b img {width:100%; height:auto;opacity: 1.0;}

.a-map img:hover ,.a-map-b img:hover {opacity: 0.6;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	-ms-transition: all 1s;
	transition: all 1s;
}
.a-map:hover {
	background-image: url(../img/access_map_ph-min.png);
	background-size: 100% auto;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
.a-map-b:hover {
	background-image: url(../img/access_mapB_ph.png);
	background-size: 100% auto;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}

.accesstit {text-align: center;font-weight: bold;font-size: 120%;}
.accesstit:before {font-family: "FontAwesome";content:"\f278";margin-right:8px;}


.table_access {width:100%;}
.table_access td {vertical-align: top;border:none;}
.table_access td.access01 {width:25%;text-align: right;padding:20px 15px;}
.table_access td.access02 {width:75%;text-align: left;padding:20px 15px;}

.btn-gmap {background:#1bb8ce;border-radius:10px;font-size:12px;color:#fff;text-decoration: none;padding:5px 10px;margin:5px 0 0;}
.btn-gmap:hover {background:#ff0000;border-radius:10px;font-size:12px;color:#fff;text-decoration: none;padding:5px 10px;margin:5px 0 0;}

.btn-route {background:#1bb8ce;border-radius:10px;font-size:16px;font-weight:bold;color:#fff;text-decoration: none;padding:10px 15px;margin:0;width:100%;}
.btn-route:hover {background:#ff0000;color:#fff;text-decoration: none;}

.phonenum  {color:#333; text-decoration: none;}
.phonenum a {color:#333; text-decoration: none;}


/*==========================
Price
=========================== */
.pricetit {text-align: center;font-weight: bold;font-size: 120%;}
.pricetit:before {font-family: "FontAwesome";content:"\f11d";margin-right:8px;}

table.price01 {width:100%;margin-bottom:10px;}
table.price01 th {background:#EFEFEF;text-align: center;font-weight: normal;font-size:90%;}
table.price01 td {}
table.price01 td.kind {width:60%;text-align: left;}
table.price01 td.rate {width:30%;text-align: right;}
table.price01 td.capa {width:10%;text-align: center;}
table.price01 td.kind2 {width:70%;text-align: left;}



/*===========================
  Portfolio
============================ */
nav#filter a {
	background-color: #EEE;
	color:#555;
}
nav#filter a:hover, nav#filter a.current {
	background-color: #1bb8ce;
	color:#fff;
}

/* ------- */

.isotopeWrapper article{
    margin-bottom: 30px;
}

#portfolio img  {
	width:100%;
}

#portfolio article p {
	margin-bottom:1.45em;/*set next row on the baseline*/
}
nav#filter {
	margin-bottom:1.5em;
}

nav#filter li {
	display:inline-block;
	margin:0 0 10px 5px;
}
nav#filter li:first-child {
	display:inline-block;
	margin:0 0 10px 0px;
}
nav#filter a {
	padding: 4px 12px;
	line-height: 20px;
	text-decoration: none;
}


.portfolio-items article img {width:100%;} 

.portfolio-item {
	display: block;
	position: relative;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.portfolio-item img {
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;

}
.portfolio-item .portfolio-desc {
    display: block;
    opacity: 0;
    position: absolute;
    width: 100%;
	left: 0;
	top: 0;
	color: rgba(220, 220, 220);
}


.portfolio-item:hover .portfolio-desc {
	padding-top: 20%;
	height: 100%;
    transition: all 200ms ease-in-out 0s;
	opacity: 1;
}

.portfolio-item .portfolio-desc a {
	color: #fff;
}
.portfolio-item .portfolio-desc a:hover {
	/*text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.7);*/
	text-decoration: none;
}
.portfolio-item .portfolio-desc .folio-info {
	top:-20px;
	padding: 30px;
	height: 0;
    opacity: 0;
    position: relative;
}

.portfolio-item:hover .folio-info{
	height: 100%;
    opacity: 1;
    transition: all 500ms ease-in-out 0s;
	top:5px;
}

.folio-info h5 {color:#fff;font-weight:bold;}

.portfolio-item .portfolio-desc .folio-info h5 {
	text-transform: uppercase;
}
.portfolio-item .portfolio-desc .folio-info p {
	color: #ffffff;
	font-size: 12px;
}


/*===========================
  --- Testimonial ----
=========================== */
#testimonals {
	padding-top: 20px;
	padding-bottom:40px;
	position:relative;
	margin-top:50px;
}
.testimonial i {
	color: #fff;
}
.testimonial span.author {
	color: #fff;
	font-weight: 700;
}

.testimonial h5 {
	color: #fff;
	font-size: 18px;
	font-family: Georgia, sans-serif;
	line-height: 1.5em;
}	

/*===========================
  --- Contact ----
=========================== */

.validation {
	display:none;
	margin: 0 0 20px;
	font-weight:400;
	font-size:13px;
}

#sendmessage {
	border:1px solid #fff;
	display:none;
	text-align:center;
	padding:15px 12px 15px;
	margin:10px 0;
	font-weight:600;
	margin-bottom:30px;
}

#errormessage {
    display:none;
}

#sendmessage.show, #errormessage.show, .show {
	display:block;
}

#contact-form {
	position: relative;
	z-index: 999;
}

#contact-form input[type=text],#contact-form input[type=email], .contactForm textarea {
	width: 100%;
	background: rgba(227, 231, 228, 1);
	font-family: 'Open Sans', sans serif;
	border: 0;
	font-size:14px;
	text-align: left;
	vertical-align: middle;
	padding:0 10px;
}
#contact-form input[type=text]:focus,#contact-form input[type=email]:focus, .contactForm textarea:focus {
	background: rgba(101, 106, 100, 1);
	color: #eff1ef;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	transition: background 0.25 ease-in;
	-moz-transition: background 0.25 ease-in;
	-webkit-transition: background 0.25 ease-in;
}
#contact-form input[type=text],#contact-form input[type=email] {
	height: 60px;
	margin-bottom:30px;
}
#contact-form input[type=submit] {
	color: #fff;
	width: 185px;
	height: 60px;
	text-shadow: none;
	font-size: 14px;
	padding:0.5em;
	letter-spacing: 0.05em;
	margin: 0 0 20px 0;
	display: block;
	border: 0;
	text-transform: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
#contact-form input[type=submit]:hover, #contact-form input[type=submit]:active {
	background: #43413e !important;
}
#contact-form textarea {
	padding-top: 1em;
}

textarea.form-control {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

div.cform-response-output {
	max-width: 60%;
	text-align: center;
	margin-left: 40% !important;
	margin-top: 0.5em !important;
	padding: 0.5em !important;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.cform-not-valid-tip {
	color: #888;
	border: 1px dotted #ad3729 !important;
	width: 100% !important;
	left: 0 !important;
	padding: 0.5em !important;
	font-family: 'Open Sans', sans-serif;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

/* google map */
#section-map {
	position:relative;
	margin-top:10px;
    height: 400px;
}
#google-map{
	position:relative;
	margin-top:10px;
    height: 400px;
}

/*====================
  Clients
==================== */
#clients img {
	opacity: 0.7;
}

#clients img:hover {
	opacity: 1;
}



/*=========================
  Footer
 ================= */

section#footer {
	/*background: rgba(0,198,255,1.00);*/
	margin: 0;
}
/*タブレット　========================*/
@media screen and (max-width: 991px) {
section#footer {
	padding-top:120px;
}


}

section#footer .copyright {
	text-align: center;
}

/*ご予約phone*/
.yoyaku {font-size: 125%;font-weight:bold;padding:0 0 5px 0;}
.phone {font-size: 250%;font-weight:bold;}
.phone a {color:#fff;text-decoration: none;}

.face {margin:15px auto; width:15%;height:auto;}
.face img {width:100%; height:auto;}

/* footer social icons */
ul.social-network {
	list-style: none;
	display: inline;
	margin-left:0 !important;
	padding: 0;
}
ul.social-network li {
	display: inline;
	margin: 0 5px;
}

/* footer menu */
ul.footer-menu {
	list-style: none;
	display: inline;
	margin-left:0 !important;
	padding: 0;
}
ul.footer-menu li {
	display: inline;
	margin: 0 5px;
}

a.scrollup{
	height:32px;
	width:32px;
	color:#fff;
	font-size:18px;
	line-height:32px;
	text-align:center;
	text-decoration:none;
	position:fixed;
	bottom:10px;
	right:10px;
	z-index:9999;
	opacity:0.5;
}
a.scrollup:hover{
	opacity:1;
	color:#fff;
}

/*===========================
  --- Template Components ----
=========================== */

/* footer social icons */
.social-network a.icoRss:hover {
	background-color: #F56505;
}
.social-network a.icoFacebook:hover {
	background-color:#3B5998;
}
.social-network a.icoTwitter:hover {
	background-color:#33ccff;
}
.social-network a.icoGoogle:hover {
	background-color:#BD3518;
}
.social-network a.icoVimeo:hover {
	background-color:#0590B8;
}
.social-network a.icoLinkedin:hover {
	background-color:#007bb7;
}
.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i, 
.social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {
	color:#fff;
}
a.socialIcon:hover, .socialHoverClass {
	color:#44BCDD;
}

.social-circle li a {
	display:inline-block;
	position:relative;
	margin:0 auto 0 auto;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	text-align:center;
	width: 50px;
	height: 50px;
	font-size:20px;
}
.social-circle li i {
	margin:0;
	line-height:50px;
	text-align: center;
}

.social-circle li a:hover i, .triggeredHover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
.social-circle i {
	color: #fff;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}


/* stats */
.stats .icon {
	margin: 0 0 20px 0;
}

.stats strong.number {
	font-size: 38px;
}

.stats span.text {
	font-weight: 700;
	font-size: 24px;
}

/* buttons */
.btn {
	border: 0;
}

.btn.bold {
	font-weight: 600;
}

.btn-cta {
	color: #ffffff;
	border-bottom: 4px solid;
}
.btn-cta:hover {
	color: #ffffff;
}

.btn-cta {
	border-bottom: 2px solid;
}
.btn-cta.btn-lg {
	border-bottom: 4px solid;
}



/* ========================================
Media queries
========================================= */

/*PCワイド　===========================*/
@media screen and (min-width: 1200px) {
}

/*PC　===============================*/
@media screen and (max-width: 1199px) {
#homemain,#shipimage001,#shipimage002,#shipimage003{	
	background-attachment: scroll;
}
#section-about,#section-price,#section-access {
	padding-top:100px;
}

}

/*タブレット　========================*/
@media screen and (max-width: 991px) {
.face {width:25%;height:auto;}
#section-about,#section-price,#section-access {
	padding-top:120px;
}


}

/*スマホ　===========================*/
@media screen and (max-width: 767px) {

	.navbar.navbar-fixed-top {
		background-color:rgba(0,198,255,1.00);
	}
	.navbar .navbar-collapse ul.nav {
		background-color: #444;
		width: 100%;
		float: none;
		margin:0;
		padding:0;
	}
	.navbar .navbar-collapse ul.nav li {
		border-bottom: 1px solid #666;
	}
   
    .navbar .icon {display: none;}

    
	/*ヘッダーロゴ*/
	.navbar-brand {padding:5px 15px;}
	/*メニュー下文字*/
	span.submenu {display:inline;text-align:left;padding-left:10px;}
	
	section.featured {
		padding-top: 80px;
	}
	
	.about-ship,.col-lg-4 {
		margin-bottom: 30px;
	}
	
	.stats .col-md-3 {
		margin-bottom: 30px;
	}

/*スマホアイコン,instagram,LINE*/
a.btn-phone,a.btn-insta,a.btn-line {
	display:inline-block;
  background-color: #fff;
  background-image: none;
  border: 1px solid #fff;
  border-radius: 20px;
	padding: 3px;
	width: 40px;
	height:40px;
	color:#1bb8ce;
	text-align: center;
	vertical-align: middle;
	/*font-size: 32px;
	line-height: 1em;*/
	margin:0;
  position: absolute;
  top: 50%;
	/*right:60px;*/
  /*left: 50%;*/
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
  transform: translate(-50%, -50%);
}
    a.btn-phone{top: 50%;right:160px;}
    a.btn-insta{top: 50%;right:110px;}
    a.btn-line{top: 50%;right:60px;}

    a.btn-phone i {font-size: 32px;line-height: 1em;}
    a.btn-insta i{font-size: 26px;line-height: 1.3em;}
    a.btn-line i {font-size: 22px;line-height: 1.6em;}
    
a.btn-phone:hover,a.btn-insta:hover,a.btn-line:hover {background:#ff0000;color:#fff; border: 1px solid #fff;}
a.btn-phone:hover i,a.btn-insta:hover i,a.btn-line:hover i, .triggeredHover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}	

.face {width:50%;height:auto;}

	
}

/*===============================================
navbar設定
===============================================*/
@media (min-width: 959px) and (max-width: 1199px) {
	.navbar-nav {margin-top: 20px;}
}

@media only screen and (min-device-width : 979px) and (max-device-width : 1024px)  {
	.navbar-nav {margin-top: 20px;}
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
	.navbar-nav {margin-top: 20px;}
}

/*===============================================
Googleカレンダー
===============================================*/
.gcalendar {margin-bottom:50px;max-width:100%!important;}

.gcalendar iframe {width: 100%;max-width:100%!important; height: 400px;/*width:calc(100vw - 30px);*/}

@media all and (min-width: 768px) {
.gcalendar iframe {height: 600px;}
}

/*カレンダー表示に関する注意書き*/
.cal-cash {font-size:13px;line-height: 20px;}
.cal-cash a {color:#000;}

/*===============================================
　LINE
===============================================*/
.line_friends,.line_qr {width:150px;height:auto;margin:1rem auto;}
.line_friends img,.line_qr img {width:100%;height:auto;}
.line_friends a:hover img,.line_qr a:hover img {opacity: 0.75;}

