/* 
  ------------------------------------------------
  PVII CSS Page Builder Magic 2
  Copyright (c) 2013 Project Seven Development
  www.projectseven.com
  09: 2 Col Fixed Sidebar Right, Top Menu
  ------------------------------------------------
*/

body {
	font-family: "Segoe UI", Optima, Helvetica, Arial, sans-serif;
	margin: 20px 0px;
	padding: 0px;
}
img {
	vertical-align: bottom;
}

/*Rounded Corners*/
.content-wrapper {border-radius: 8px; }
.masthead {border-radius: 6px 6px 0px 0px;}
.footer { border-radius: 0px 0px 6px 6px; }

.masthead {
	padding: 0px;
	text-align: left;
}
.masthead .logo {
	background-color: #222;
}
.masthead h1 {
	margin: 0;
	color: #8C8C8C;
	padding: 20px 20px 10px 20px;
	font-size: 1.35em;
	font-weight: normal;
	letter-spacing: .35em;
}
/*Max-Width allows the image to scale with the page*/
.masthead .banner img {
	height: auto !important;
	width: auto !important;
	max-width: 100%;
	display: block;
}
.masthead .banner {
	z-index: 20;
	box-shadow: 0px 0px 20px #000;
	/*position: relative;*/
}

.content-wrapper {
	border: 1px solid #222;
	/*overflow: hidden;*/
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.columns-wrapper {
	overflow: hidden;
	background-color: #FFF;
}

.main-content {
	float: left;
	width: 74%;
	text-align:center;
	margin:auto;
	padding:1em;
}

.main-content p {
	padding: 0em 1em 0em;
	line-height: 170%;
	text-align: justify;
	text-justify: distribute-all-lines;
}


.sidebar {
	width: 22%;
	float: left;
	text-align:center;
	height:auto;
}
.sidebar .content {
	padding: 10px;
	font-size: .85em;
	line-height: 1.5em;
	background-color: #D8D8D8;
	background-image: -webkit-linear-gradient(#FFF, #AAA);
	background-image: linear-gradient(#FFF, #AAA);
}
.main-content .content{
	padding: 30px;
	font-size: 1em;
	line-height: 1.5em;
	border-right: 1px solid #000;
}

/*Heading styles*/
h1, h2, h3, h4 {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
h1 { font-size: 1.5em; }
h2 { font-size: 1.35em; }
h3 { font-size: 1.25em; }
h4 { font-size: 1.1em; }

/*A utility rule assigned to the first heading to remove top margins.*/
.page-topper { margin-top: 0px; }

/*Make Image Scalable - Assign this class to any image to make it scale with the browser window size*/
img.scalable {
	height: auto !important;
	width: auto !important;
	max-width: 100%;
}

.sidebar ul, .sidebar ol, .sidebar2 ul, .sidebar2 ol {
	margin: 0 0 0 .5em;
	padding: 0 0 0 .5em;
	line-height: normal;
}
.sidebar li, .sidebar2 li { 
	margin-bottom: 4px; 
}

/*Ordinary Link Styles*/
.content a { color: #0066CC; }
.content a:hover, .content a:focus { color: #C30; }
.footer a {
	color: #8C8C8C;
}
.footer a:hover, .footer a:focus { color: #FFF; }


/*The DIV that contains the horizontal menu bar at the top of your page.*/
.menutop-wrapper {
	position: relative;
	z-index: 101;
	text-align: center;
	padding: 8px;
	background-color:#000080;
}
ul.menutop {
	margin: 0px;
	padding: 0px;
	display: inline-block;
	vertical-align: bottom;
}
.menutop li {
	list-style-type: none;
	margin-right: 5px;
	float: left;
}
.menutop li:last-child {
	margin-right: 0px;
}
.menutop a {
	display: block;
	color: #CCC;
	text-decoration: none;
	padding: 12px 12px;
	font-size: 1em;
	border: 1px solid;
	background-color: #333;
	box-shadow: inset 0px 12px 6px rgba(255,255,255,.15), 0px 0px 10px rgba(0,0,0,.5);
	border-radius: 5px;
	border-color: rgba(255,255,255,.5);
	-webkit-transition: all linear .35s .1s;
	transition: all linear .35s .1s;
}
.menutop a:hover, .menutop a:focus {
	color: #FFFFFF;
	background-color: rgba(51,51,51,0.2);
	outline: 0;
}

/*The Footer*/
.footer {
	background-color: #222;
	box-shadow: inset 0px 16px 2px rgba(255,255,255,.025);
	border-top: 1px solid #000;
	padding: 15px 30px;
	font-size: .7em;
	color: #8C8C8C;
	text-align: center;
}
.footer p.copyright {
	text-transform: uppercase;
	margin: 0px;
}

/*特定の要素の表示と非表示*/
/*スマホでは表示*/ 
      .S-show-L-hide{
    display:none !important
  }
  
  /* 特定の項目をLとM画面で消す*/
  .hide-large-screen{
    display: none !important;
  }

/*Youtube埋め込みレスポンシブル化*/ 
.movie-wrap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
	margin-bottom:1em;
}
 
.movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.form {text-align:left;margin:auto}

.img-contents {float:left;margin:0em 1em 0em 1em;width:150px;}

/*▼▼フォームの予約ボタン*/
.btn {
  background: #ffff5c;
  background-image: -webkit-linear-gradient(top, #ffff5c, #dde335);
  background-image: -moz-linear-gradient(top, #ffff5c, #dde335);
  background-image: -ms-linear-gradient(top, #ffff5c, #dde335);
  background-image: -o-linear-gradient(top, #ffff5c, #dde335);
  background-image: linear-gradient(to bottom, #ffff5c, #dde335);
  -webkit-border-radius: 16;
  -moz-border-radius: 16;
  border-radius: 16px;
  text-shadow: 1px 1px 3px #f2e9f2;
  -webkit-box-shadow: 0px 1px 3px #666666;
  -moz-box-shadow: 0px 1px 3px #666666;
  box-shadow: 0px 1px 3px #666666;
  font-family: Arial;
  color: #0f0c66;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  width:35%;
  float:left;
  margin-left:5%;
}

.btn a {text-decoration:none}

.btn2 {
 background: #ffff5c;
  background-image: -webkit-linear-gradient(top, #ffff5c, #dde335);
  background-image: -moz-linear-gradient(top, #ffff5c, #dde335);
  background-image: -ms-linear-gradient(top, #ffff5c, #dde335);
  background-image: -o-linear-gradient(top, #ffff5c, #dde335);
  background-image: linear-gradient(to bottom, #ffff5c, #dde335);
  -webkit-border-radius: 16;
  -moz-border-radius: 16;
  border-radius: 16px;
  text-shadow: 1px 1px 3px #f2e9f2;
  -webkit-box-shadow: 0px 1px 3px #666666;
  -moz-box-shadow: 0px 1px 3px #666666;
  box-shadow: 0px 1px 3px #666666;
  font-family: Arial;
  color: #0f0c66;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  width:35%;
   float:right;
   margin-right:5%;
}

.btn2 a {text-decoration:none}

.btn:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}

.btn2:hover {
 background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}

/*フォーム*/
.btn-box {
width: 100%;
height: auto;
margin-top:1.5em;
padding-bottom:1em;
}

input.name {width:50%;margin-bottom:0.75em}
input.width100 {width:100%}
input.size {width:15%}
select.name1 {width:50%;margin-bottom:0.75em}
textarea.textarea {width:100%}

.header-ow {background-color:#039; color:#FFF !important}
.header-ow h2 {margin-bottom:0; !important}
.header-ow h4 {margin-top:0;font-size:0.9em  !important}

/*スマホ用CSS*/
@media only screen and (min-width: 0px) and (max-width: 1024px) {
body {margin: 0px;}
.content-wrapper {width: auto; margin: 0px;}
.content-wrapper, .footer, .masthead {border-radius: 0px;}
ul.menutop {display: block;}
.menutop li {
	display: block;
	float: none;
	margin-right: 0px;
	margin-bottom: 5px;
}
.sidebar, .main-content {
	width: auto !important;
	float: none !important;
	position: static !important;
}
/* サイドバーを消す*/
.sidebar{
    display: none !important;
  }
/* PC用トップ固定ナビを消す*/
.top-navi-l{
    display: none !important;
  }
  
/*特定の要素の表示と非表示*/
/*スマホでは非表示*/  
.L-show-S-hide{
    display: none !important;
  }
/*スマホでは表示*/ 
.S-show-L-hide{
    display:block !important
  }
/*メインコンテンツ上部余白調整*/ 
.content {
	padding: 0px 10px !important;
	border: none !important;
	height: auto !important;
	max-height: 888678px;
}

/* スマホ表示での文字表示を小さくする */
.main-content{
padding:0px;
}
.main-content .content{
	font-size: 0.875em;padding:0px;
}

.p-standard {
	padding:0em !important;
	margin:1em !important;
	text-align:justify;
	text-justify:auto;
	line-height:170%;
	color:#666666;
	font-size:0.975em !important;
	font-weight:normal;
}

.s-font {font-size:0.975em !important}

/*スマホ用トップ固定ナビを表示*/
  .hide-large-screen{
    display:block !important;
  }
.content {
	padding: 10px 10px !important;
	border: none !important;
	height: auto !important;
	max-height: 888678px;
}

.img-contents {float:none;margin:0 0.5em 0.5em 0;width:100%;}

/*フォーム*/
.btn {width:83% !important;margin-left:0 !important;text-align:center}

input {font-size:1.2em}
select {font-size:1.2em}
text-area {font-size:1.2em}

input.name {width:90% !important}
input.size {width:30% !important}
select.name1 {width:90%;margin-bottom:0.75em}
textarea.textarea {width:95%}

/*画像をスマホ表示のみ100％幅にする*/
.S-show-full {width:100%;height:auto}

/*スマホ用本文ヘッダー（OPENWATER DIVER 等のヘッダー*/
.S-honbun-header {background-color:#039; color:#FFF}
.S-honbun-header h2 {margin-bottom:0;}
.S-honbun-header h4 {margin-top:0;font-size:0.9em}	
	
.S-side-padding {margin:0px 10px 0px 10px;}

.list-001 {font-size:1.0em;padding-left:2em}

}

