@charset "UTF-8";
body {
	margin: 0;
	padding: 0;
	width: 100%;
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", sans-serif;/*  background: #fff url(../images/icon/bg.png) no-repeat fixed left top;
  background-size: cover;*/
}
*, *:berofe, *:after {
 box-sizing: border-box;
}
.clearfix::after {
	content: "";
	display: block;
	clear: both;
}
a:link, a:visited, a:hover, a:active {
	color: #fff;
	text-decoration: none;
}
/*----------------------
* header
*----------------------*/
header {
	background-color: #fff;
}
.header_wrap {
	max-width: 1000px;
	height: 100px;
	margin: 0 auto;
	background: #fff;
}
#logo {
	float: left;
	margin-left: 5px;
	position: relative;
	top: 12px;
}
#add {
	float: right;
	width: 400px;
	line-height: 1.3;
}
#open {
	float: left;
	margin-top: 30px;
	margin-left: 24px;
	font-size: 13px;
}
#tel {
	float: right;
	margin-top: 37px;
	margin-right: 5px;
}
#tel_2 {
	font-size: 1.4em;
}
/*----------------------
* nav
*----------------------*/
nav {
	background: #007ce7;
	height: 40px;
}
#nav_wrap {
	max-width: 1000px;
	margin: 0 auto;
}
#nav_wrap ul {
}
#nav_wrap ul li {
	float: left;
	width: 12.5%;
	line-height: 40px;
	text-align: center;
	text-shadow: 1px 1px 1px #2a2a2a;
}
#nav_wrap ul li:nth-child(3) {
	font-size: 15.5px;
}
#nav_wrap ul li a {
	display: block;
	border-radius: 8px;
	transition: 0.3s;
}
#nav_wrap ul li a:hover {
	background: #00f;
	opacity: 0.8;
}
/*------------------------------------------
* top page
*-----------------------------------------*/


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

.swiper-container {
	max-height: 700px;
	background: #000;
}
.swiper-wrapper img {
  width: 100%;
	max-width: 1900px;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

/*----------------------
* main
*----------------------*/

.main {
	overflow: hidden;
}
#main_wrap {
	max-width: 1000px;
	margin: 0 auto;
	text-align: center;
}
#main_wrap > h1 {
	font-size: 1.5em;
	padding: 50px 0 35px;
}
#main_wrap p {
	padding: 10px;
	line-height: 2em;
}
#main_wrap p:nth-child(1) {
	padding-top: 30px;
}
section {
	margin-bottom: 30px;
}
/*----------------------
* top page nav
*----------------------*/
.topnav_wrap {
	margin: 0 auto;
	max-width: 1000px;
	text-align: center;
	overflow: hidden;
	padding-bottom: 40px
}
.t_nav {
	float: left;
	width: 25%;
	height: 320px;
	padding: 60px 10px 0px 10px;
	box-sizing: border-box;
}
.t_nav_inner {
}
.t_nav_inner p {
	padding-top: 25px;
	color: #000;
}
.t_nav_inner img {
	width: 180px;
	height: 180px;
	border-radius: 50%;
	transition: transform 1s;
}
.t_nav a img:hover {
	transform: scale(1.13);
	opacity: 0.8;
}


/*----------------------
* googleカレンダー
*----------------------*/
/*.shedule {
  text-align: center;
  position: relative;
  margin: 0 auto;
  width: 90%;
  padding-bottom: 20px;
}
*/
.shedule h1 {
  font-size: 20px;
  padding: 10px 0;
  margin-bottom: 15px;
  border-bottom: 3px solid #007ce7;
}

.calender1_1 {
	width: 70%;
	float:left;
}
.calender2_1 {
	width: 48%;
	float: right;
}
/*----------------------
* footer
*----------------------*/
footer {
	clear: both;
	width: 100%;
	background: #007ce7;
  position: relative;
}
#footer_wrap {
	max-width: 1000px;
	margin: 0 auto;
	padding: 10px 0;
	color: #fff;
	overflow: hidden;
	text-shadow: 1px 1px 3px #000;
}
#gifudiving {
	float: left;
    width: 48%;
	padding: 20px 10px 10px 0;
}
#gifudiving h1 {
	font-size: 1.3em;
}
#gifudiving p {
	padding: 15px 0px 10px 0px;
}
#footer_add {
	clear: both;
}
#gifudiving #footer_add p {
	padding: 0px 0px 10px 0px;
}
#f_open {
	line-height: 1.4
}
#f_tel {
	padding: 4px 10px 0 10px;
}
#f_tel_2 {
	padding-top: 5px;
	font-size: 1.4em;
}
#copy {
	clear: both;
	float: right;
}
/*------------------------------------------
* 入門コース
*-----------------------------------------*/
#bgn_main_wrap {
	max-width: 1000px;
	margin: 0 auto;
	padding: 20px 7px;
	background: #fff;
}
.top_h1 {
	text-align: center;
	font-size: 1.4em;
	padding-bottom: 15px;
	border-bottom: 5px solid #0066ff;
}
#bgn_main_wrap .section h1, #diver_main_wrap .section h1 {
	font-size: 1.3em;
	display: block;
	border-bottom: 3px solid #000;
	padding-bottom: 4px;
	margin-bottom: 15px;
	opacity: 0.8;
}

/*----------------------
* cカード流れ
*----------------------*/

.card img {
	width: 100%;
}
/*----------------------
* table
*----------------------*/
#table_wrap {
	padding: 15px 0;
	margin: auto;
}
#bgn table {
	width: 90%;
	height: 180px;
	margin: 0 auto;
	text-align: center;
	border-collapse: collapse;
}
#bgn table th, #bgn table td {
	border: 1px solid #000;
	vertical-align: middle
}
#bgn section, #diver section {
	padding: 20px 0;
}
.section h2.need {
	padding: 10px 0 10px 50px;
}
.section ul {
	padding: 0 0 30px 60px;
}
.section ul li {
	float: left;
	width: 150px;
	list-style-type: none;
}
.section ul li:nth-child(2) {
	width: 250px;
}
.section::after {
	content: "";
	display: block;
	clear: both;
}
.section p {
	line-height: 1.4;
	padding: 10px;
}
.chara h2 {
	border-bottom: 1px solid #007ce7;
	padding: 15px 0;
}
/*------------------------------------------
* ツアー紹介
*-----------------------------------------*/
.osusume {
	list-style: none;
	line-height: 1.3em;
}
.tours_img {
	border: none;
}
/*------------------------------------------
* 潜水士免許取得について
*-----------------------------------------*/
#diver {
	background: #fff;
}
#diver #m_wrap p .test {
	font-size: 1.5em;
	font-weight: bold;
	color: #f00;
}
.nittei {
	font-size: 1.1em;
}
.section .f_right {
	float: right;
	padding: 0 0 10px 15px;
}
.section ol {
	padding-left: 40px
}
/*----------------------
* ギャラリー
*----------------------*/
#gallery {
  background: #fff url(../images/gallery/gallery_bg1.jpg) fixed left top;
  background-size: cover;
}
#g_wrap { background:rgba(255,255,255,0.8)}
#g_main_wrap {
	max-width: 100%;
	margin: 0 auto;
	padding: 20px 0;
}
.dw-pnl__cntnt {
  border-radius: 10px;
  overflow: hidden;
  padding: 10px;
  width: 100%;
}
.grid-item {
  float: left;
  width: 238px;
  height: 172px;
  padding: 4px;
  box-sizing: border-box;
}
.grid-item img { width: 100%; height: 100%;}
.grid-item--height2 { height: 306px; }


/*------------------------------------------
* 会社概要
*-----------------------------------------*/
.f_left {
	float: left;
	padding-right: 25px;
	padding-bottom: 10px;
}
span.namae {
	font-size: 1.2em;
}
.taizou {
	border-bottom: 1px dotted #0F0F0F;
}
.sayusaru {
	padding-top: 15px;
}
/*.map-embed {
	max-width: 100%;
	height: 0;
	margin: 0;
	padding: 0 0 56.25%;
	overflow: hidden;
	position: relative;
	top: 0;
	left: 0;
}
.map-embed > div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}*/
.map-embed img {
	max-width: none;
}
.section p.gmap {
	text-align: center;
	margin-top: 20px;
    border: 1px solid;
}
.section p.gmap a {
	color: #000;
}
/*----------------------
* ステップアップ
*----------------------*/
.none {
	display: none;
}
#scb1, #scb2, #scb3, #scb4, #sp1, #sp2, #sp3, #sp4, #sp5, #sp6, #sp7 {
	text-align: center;
	background: #007ce7;
	color: #fff;
	height: 30px;
	line-height: 30px;
	padding: 10px 0;
	border: 1px solid #000;
	transition: 0.5s;
}
#scb1:hover, #scb2:hover, #scb3:hover, #scb4:hover, #sp1:hover, #sp2:hover, #sp3:hover, #sp4:hover, #sp5:hover, #sp6:hover, #sp7:hover {
	cursor: pointer;
	background: blue;
}
.overview {
	padding: 0;
	text-align: center;
	width: 100%;
}
.overview img {
	width: 100%;
	height: auto;
}
/*----------------------
* よくある質問
*----------------------*/

#qa dt {
	cursor: pointer;
}

#qa dd {
	background: rgba(110,203,255,1.00);
	opacity: 0.8;
	border-radius: 10px;
}
#qa dd, #qa dt {
	text-indent: -2.6em;
	padding: 0px 20px 0px 50px;
}
#qa dt {
	padding-top: 25px;
}
#qa dd:first-letter, #qa dt:first-letter {
	font-size: 1.6em;
	font-weight: bold;
	margin-right: 10px;
	padding: 5px;
}
#qa dd {
	margin: 9px 0 -1px 0;
	padding-top: 8px;
	padding-bottom: 15px;
	border-bottom: 1px #000 dotted;
}
#qa dt:first-letter {
	color: #0F78E1;
}
#qa dd:first-letter {
	color: #ff6767;
}
.other_q  {
  text-align: center;
}
.other_q button {
  width: 80%;
  height: 40px;
  margin: 8px auto;
  border: 1px solid #000;
  border-shadow: none;
  border-radius: 10px;
  font-size: 18px;
  letter-spacing: 4px;
}
.other_q button:hover { cursor: pointer}
/*------------------------------------------
* フォーム
*-----------------------------------------*/
#mail_form {
	width: 600px;
	margin: 0 auto;
	text-align: center;
}
#name, #form_tel, #mail, #mail_contents {
	border: 1px solid rgba(0, 124, 231, 0.6);
	width: 100%;
	font-size: 20px;
	border-radius: 5px;
	font-family: inherit;
}
#mail_contents {
	height: 200px;
}
label.control-label {
	float: left;
	padding: 15px 0 3px 3px;
}
#mail_submit_button {
	width: 80%;
	height: 50px;
	margin-top: 10px;
	border: none;
	border-radius: 20px;
	background-color: #007ce7;
	color: #fff;
	font-size: 20px;
	text-align: center;
}
#mail_submit_button span {
	text-shadow: 1px 1px 1px #2a2a2a;
}
#mail_submit_button:hover { cursor: pointer}
h1.form_h1 { text-align: center;}


/*------------------------------------------
* SNS
*-----------------------------------------*/
.sns_wrap {
  position: relative;
  top: -60px;
  left: 5px;
  float: right;
}

.fb, .twt, .line, .mail {
  float: left;
  padding: 3px;
  box-sizing: border-box;
}
/*------------------------------------------
* 送信完了画面
*-----------------------------------------*/
#send footer {
  position: absolute;
  bottom: 0;
}
#send .red { color: red}
#send .sbtn { margin-top: 20px}
#send .s_wrap {
  width: 80%;
  margin: 0 auto;
}
#send #formWrap {
	width:80%;
	margin:30px auto;
	color:#555;
	line-height:120%;
	font-size:90%;
}
#send table.formTable{
	width:100%;
	margin:20px auto;
	border-collapse:collapse;
}
#send table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
#send table.formTable th{
	width:30%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}
#send p { text-align: center}
#send p.error_messe{
	margin:5px 0;
	color:red;
}
#send h2 {
  text-align: center;
  font-size: 20px;
  padding: 10px 0;
  margin-bottom: 15px;
  border-bottom: 3px solid #007ce7;
}
#send .sendend {
  margin: 150px 0;
}
#send .black {
  color: #000;
}
/*------------------------------------------
* ドロワーメニュー
*-----------------------------------------*/

.drawer-menu {
	box-sizing: border-box;
	position: fixed;
	top: 0;
	right: 0;
	width: 200px;
	height: 100%;
	padding: 120px 0;
	background: #007ce7;
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
	-webkit-transform: perspective(500px) rotateY(-90deg);
	transform: perspective(500px) rotateY(-90deg);
	opacity: 0;
}
.drawer-menu li {
	text-align: center;
}
.drawer-menu li a {
	display: block;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	color: #fff;
	-webkit-transition: all .8s;
	transition: all .8s;
}
.drawer-menu li a:hover {
	color: #1a1e24;
	background: #fff;
}
/* checkbox */
.check {
	display: none;
}
/* menu button - label tag */
.menu-btn {
	position: fixed;
	display: none;
	top: 40px;
	right: 40px;
	width: 40px;
	height: 40px;
	font-size: 10px;
	text-align: center;
	cursor: pointer;
	z-index: 3;
}
.bar {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 40px;
	height: 4px;
	background: #007ce7;
	-webkit-transition: all .5s;
	transition: all .5s;
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
}
.bar.middle {
	top: 15px;
	opacity: 1;
}
.bar.bottom {
	top: 30px;
	-webkit-transform-origin: left bottom;
	-ms-transform-origin: left bottom;
	transform-origin: left bottom;
}
.menu-btn__text {
	position: absolute;
	bottom: -15px;
	left: 0;
	right: 0;
	margin: auto;
	color: #007ce7;
	-webkit-transition: all .5s;
	transition: all .5s;
	display: block;
	visibility: visible;
	opacity: 1;
}
.menu-btn:hover .bar {
	background: #999;
}
.menu-btn:hover .menu-btn__text {
	color: #999;
}
.close-menu {
	position: fixed;
	top: 0;
	right: 200px;
	width: 100%;
	height: 100vh;
	background: rgba(0,0,0,0);
	cursor: url(../images/icon/close.svg), auto;
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	visibility: hidden;
	opacity: 0;
}
/* checked */
.check:checked ~ .drawer-menu {
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	opacity: 1;
	z-index: 2;
}
.check:checked ~ .contents {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transform: translateX(-300px);
	-ms-transform: translateX(-300px);
	transform: translateX(-300px);
}
.check:checked ~ .menu-btn .menu-btn__text {
	visibility: hidden;
	opacity: 0;
}
.check:checked ~ .menu-btn .bar.top {
	width: 56px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.check:checked ~ .menu-btn .bar.middle {
	opacity: 0;
}
.check:checked ~ .menu-btn .bar.bottom {
	width: 56px;
	top: 40px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.check:checked ~ .close-menu {
	-webkit-transition-duration: 1s;
	transition-duration: 1s;
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
	background: rgba(0,0,0,.5);
	visibility: visible;
	opacity: 1;
	z-index: 3;
}
.section h1 img {
	height: 1.5em;
	margin-bottom: -10px;
	padding: 0 5px 0 7px;
}

@media screen and (max-width: 768px) {
header #add, #navigation {
	display: none;
}
header {
	border-bottom: 5px solid #0066ff;
}
#logo {
	height: 70px;
	position: relative;
	top: 20px;
	left: 10px;
}
.menu-btn {
	position: fixed;
	top: 30px;
	right: 30px;
	width: 40px;

}
.drawer-menu {
	box-sizing: border-box;
	padding: 90px 0;

}
.drawer-menu li a {
	height: 50px;
	line-height: 50px;
	font-size: 14px;
}
.t_nav {
	float: left;
	width: 50%;
	height: 250px;
	padding: 60px 10px 0px 10px;
	box-sizing: border-box;
}
.t_nav_inner img {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	transition: transform 1s;
}
.t_nav a img:hover {
	transform: scale(1.13);
	opacity: 0.8;
}
.menu-btn {
	display: block;
}
.section {
	margin-bottom: 10px;
}
#bgn_main_wrap .section h1, #diver_main_wrap .section h1 {
	font-size: 1.1em;
	border-bottom: 3px solid #000;
	padding-bottom: 4px;
	margin-bottom: 0px;
	text-align: center;
}
.section h2.need {
	padding: 10px 0 10px 0;
}
.section .motimono {
	display: table;
	padding: 10px 0 0 0;
	text-align: center;
	margin: 0 auto;
}
.section .motimono li {
	display: table-cell;
	float: left;
	width: auto;
}
#gifudiving, #gifudiving h1, #footer_add, #f_open, #footer_add, #gifudiving p, #f_tel, #f_tel_1, #f_tel_2, #copy {
	clear: both;
	float: none;
	padding: 5px;
}
#footer_wrap, #f_open {
	text-align: center;
}
.section .tbook, .tours_img {
	display: none;
}
#qa dd.togle {
	display: none;
}
#mail_form {
	width: 90%;
}
.section h1 img {
display:none;
}
.chara .h2 {
  background: #007ce7;
  color: #fff;
  margin: 5px 0;
}
.chara h2:hover {
	cursor: pointer;
	opacity: 0.8;
}
.gallery_wrap .item {
	width: 100%;
	margin: 5px;
}
.gallery_wrap .item img{
	width: 100%;
}
.togle_p {
  display: none;
}
#mail_form {
	width: 80%;
}
.s-grid {
	width: 100%;
	text-align: center;
}
.s-grid-item {
	float: left;
	width: 33.3333%;
	height: 300px;
	margin: 0 auto;
	box-sizing: border-box;
}
.s-grid-item img {
	width: 100%;
	height: 292px;
}

#send footer {
  position: static;
}
.s-grid-item img {
	width: 100%;
	height: 200px;
}
.calender1_1 {
	width: 100%;
	height: auto;
	float: none;
}
.calender2_1 {
	width: 100%;
	float: none;
	margin-bottom: 30px;
}

}

@media only screen and (max-width : 480px) {
 .s-grid-item {
	float: left;
	width: 50%;
	height: 50%;
	margin: 0 auto;
	box-sizing: border-box;
}
    #gifudiving {
        float: none;
        width: 100%;
        padding: 20px 10px 10px 0;
    }

    /*------------------------------------------
    * SNS
    *-----------------------------------------*/
    .sns_wrap {
      position: relative;
      top: 0px;
      left: 0px;
    }

    .fb, .twt, .line, .mail {
      float: left;
      padding: 3px;
      box-sizing: border-box;
    }

}
  
@media only screen and (max-width : 320px) {
 #logo {
   width: 50px;
	float: none;
	margin: 0;
	position: relative;
	top: 30px;
  left: 10px;
}
#logo img {
  height: 52px;
}

.drawer-menu li a {
	height: 45px;
	line-height: 45px;
}

#main_wrap > h1 {
	font-size: 1.1em;
	padding: 30px 0 20px ;
}
#main_wrap p {
	padding: 5px 13px;;
	line-height: 1.3em;
  text-align: left;
}
.t_nav {
	height: 250px;
	padding: 50px 5px 0px 5px;
	box-sizing: border-box;
}
/*.swiper-container {
	max-height: 83vh;
	background: #000;
}
.swiper-wrapper img {
  width: auto;
	height: 83vh;;
}*/
.top_h1 {
	text-align: center;
	font-size: 1.2em;
}
#bgn_main_wrap .section h1, #diver_main_wrap .section h1 {
	font-size: 1.1em;
	border-bottom: 3px solid #007ce7;
	padding-bottom: 4px;
	margin-bottom: 0px;
}
/*#g_main_wrap {
	width: 100%;
	margin: 0 auto;
	padding: 20px 0;
	background: #fff;
}*/
/*.js-masonry{
	width:100%;
}*/

/*.gallery_wrap img {
	width: 90%;
	padding: 5px;
	box-sizing: border-box;
}*/
.sns_wrap {
  float: none;
}
.sns {
  width: 90%;
  margin: 0 auto;
}
.fb, .twt, .line, .mail{
  float: none;
  display: inline-block;
}
.section h2 {
  width: 95%;
  text-align: center;
  padding: 14px 0;
}
#scb3, #sp1, #sp2 {
  font-size: 0.9em;
}
#scb4 {
  font-size: 0.7em;
}
.section ol.osusume{
  padding-left: 10px;
}
.s-grid-item img {
	width: 100%;
	height: 150px;
}
}
/* Lサイズ、ワイドスクリーン : Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
 
}
 
/* Mサイズ、デスクトップ : Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
 
}