/*===========================*
PRESET
*===========================*/
html {
	-webkit-text-size-adjust: none;
	background: url(../img/bg_water.jpg) center;
}
body {
	background: url(../img/bg_white.png) center 0 repeat-y;
	font-family: Meiryo, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
	padding: 0;
	margin: 0;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: 0.7px;
	position: relative;
	cursor: default;
	min-width: 980px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Meiryo, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
	line-height: 1.4;
	font-weight: normal;
	color: #1c1919;
}
h1 {
	font-size: 28px;
}
h2 {
	font-size: 28px;
}
h3 {
	font-size: 26px;
	margin: 0 0 10px;
}
h4 {
	font-size: 26px;
	margin-bottom: 5px;
}
h5 {
	font-size: 20px;
	margin-bottom: 5px;
}
small {
	display: block;
	font-size: 54%;
	margin-top: .5em;
}
p {
	margin-bottom: 1em;
}
a {
	border: none;
	color: #ef5555;
	text-decoration: none;
}
a:hover {
	color: #0077c9;
	cursor: pointer;
	text-decoration: none;
}
a:focus {
	outline: none;
}
strong {
	font-weight: bold;
}
i {
	display: inline-block;
}
em {
	color: #e53e41;
	display: inline-block;
}
.clearfix:before, .clearfix:after {
	content: " ";
	display: block;
}
.clearfix:after {
	clear: both;
}
.clearfix {
 *zoom:1;
}
/*===========================*
SITE HEADER
*===========================*/
header {
	background: #ffffff;
	border-bottom: 1px solid #cccccc;
	font-family: Meiryo, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
	color: #222;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	line-height: 1;
	letter-spacing: 0.7px;
	cursor: default;
}
header a {
	color: #0058bf;
}
#header {
	padding: 5px 0;
	overflow: hidden;
	max-width: 960px;
	margin: 0 auto;
	position: relative;
}
.headLogo {
	float: left;
}
* html .headSup {
	font-size: 85%;
} /* IE6 */
*:first-child+html .headSup {
	font-size: 85%;
} /* IE7 */
.bg_w {
	width: 100%;
	background-color: #fff;
	padding: 0;
}
.tree > div {
	float: left;
}
.tree a:hover {
	border-bottom: 1px dotted #777;
}
#header .arrow {
	padding: 0 .5em;
}
#nav {
	clear: none;
	float: left;
	width: 100%;
	position: absolute;
	right: 0;
	padding: 0 0 0 200px;
	box-sizing: border-box;
	bottom: 10px;
}
/* About */
#about {
	line-height: 15px;
	float: right;
}
#about ul {
	margin: 0;
	padding: 0;
}
#about ul li {
	margin: 0;
	padding: 0 5px;
	font-size: 91%;
	line-height: 15px;
	float: right;
	display: inline;
}
* html #about ul li {
	font-size: 85%;
} /* IE6 */
*:first-child+html #about ul li {
	font-size: 85%;
} /* IE7 */
/* Nav ==================================================================================== */
#header:after, #topicPath:after, #nav:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html #header, #topicPath, #nav {
	zoom: 1;
} /* IE6 */
*:first-child+html #header, #topicPath, #nav {
	zoom: 1;
} /* IE7 */
/* TopicPath */
#topicPath {
	margin: 0;
	position: absolute;
	bottom: 0;
}
/*===========================*
SITE BODY
*===========================*/
.scroll-top > li > a {
    text-align: center;
}
.OnFL {
	float: left;
}
.OnFR {
	float: right;
}
#billboard {
	position: relative;
	background-color: #000000;
	background-size: cover;
	min-width: 980px;
}
h1 {
	height: 500px;
	margin: 0 auto;
	background: url(../img/mainimg.jpg) no-repeat center center;
}
h1 img {
	max-width: 420px;
	min-width: 300px;
	width: 135%;
	position: relative;
	display: block;
	left: 50%;
	margin-left: -500px;
	top: 50px;
}
.ttl_txt {
	max-width: 420px;
	min-width: 300px;
	width: 135%;
	position: relative;
	display: block;
	left: 50%;
	margin-left: -480px;
	top: -50px;
	font-size: 18px;
	color: #FFFFFF;
	z-index: 1;
	text-align: left;
}
.ttl_txt .txt01 {
	color: #bbe1e6;
}
#leadcopy {
	background: url(../img/bg_pattern.gif) center center repeat;
	text-align: center;
	padding: 10px 0;
}
#leadcopy h4 {
	color: #fff;
	font-size: 16.5px;
	padding: 5px 15px;
}
.contents-wrapper {
	width: 980px;
	margin: 0 auto;
}
#navi {
	width: 100%;
	position: absolute;
	bottom: 0;
	min-width: 980px;
	background: url(../img/bg_navi.png);
	padding: 5px 0;
}
#navi ul {
	width: 980px;
	margin: 0 auto;
	border-left: 1px solid #FFFFFF;
	box-sizing: border-box;
}
#navi ul li {
	list-style: none;
	width: 33.3333%;
	box-sizing: border-box;
	float: left;
	overflow:hidden;
}
#navi ul li a {
	font-size: 16px;
	width: 100%;
	display: inline-block;
	height: 70px;
	line-height: 70px;
	text-align: center;
	color: #FFFFFF;
	box-sizing: border-box;
	border-right: 1px solid #FFFFFF;
}
#navi ul li a:hover {
	background-color: #FFF;
	color: #000000;
	-webkit-transition: background-color .2s;
	transition: background-color .2s;
}
#navi ul li a:after {
	content: "＞";
	padding-right: 10px;
	font-size: 14px;
	transform: rotate(90deg);
	display: block;
	margin-top: -45px;
}
.sectionbody {
	margin: 100px auto;
	position: relative;
	overflow: hidden;
}
.clm01 {
	overflow: hidden;
}
.clm01 li {
	float: left;
}
.clm01 li img {
	vertical-align: top;
	width: 100%;
}
.clm01 .p01 {
	float: left;
	width: 652px;
	height: 469px;
	padding-right: 11px;
	position: relative;
}
.clm01 .p01 dl {
	position: absolute;
	left: 20px;
	bottom: 20px;
	width: 320px;
}
.clm01 .p01 dl dt {
	font-size: 18px;
	line-height: 1.5em;
	font-weight: bold;
	text-align: left;
	color: #FFFFFF;
	margin-bottom: 10px;
}
.clm01 .p01 dl dd {
	font-size: 14px;
	line-height: 1.7em;
	text-align: left;
	color: #FFFFFF;
}
.clm01 .p02, .clm01 .p03 {
	width: 317px;
	height: 229px;
	margin-bottom: 11px;
}
.box_maeda {
	padding: 40px;
	background-color: #dcdddd;
	overflow: hidden;
}
.maeda_txt {
	width: 300px;
	float: left;
	padding-right: 20px;
}
.maeda_txt dt {
	font-size: 20px;
	font-weight: bold;
}
.maeda_txt dd {
	font-size: 13px;
}
.maeda_txt .maeda_ad {
	font-weight: bold;
	white-space: nowrap;
	margin-top: 20px;
}
.gmap {
	float: left;
	width: 240px;
	padding-right: 10px;
}
.osusume {
	float: left;
	width: 330px;
	background-color: #FFFFFF;
	padding: 13px;
	box-sizing: border-box;
	text-align: left;
}
.osusume dt {
	font-size: 18px;
	font-weight: bold;
}
.osusume dd {
	font-size: 13px;
}
.osusume dd .os_time {
	width: 100%;
	margin-top: 5px;
}
.osusume dd .os_time td {
	width: 50%;
	border-bottom: 1px solid #000000;
	padding: 3px 5px;
	text-align: center;
	font-size: 13px;
}
.osusume dd .os_time td.noline {
	border-bottom: none;
}
.osusume dd .os_time td:nth-child(odd) {
	border-right: 1px solid #000000;
}
#section1 h2 img {
	width: 100%;
}
#section1 h2 small {
	font-size: 58%;
}
#section2and3 {
	margin: 0 auto;
	overflow-x: hidden;
}
#section2and3 .sectionbody {
	padding: 24px 10px 0;
}
#section2and3 .full-box h4 {
	padding-top: 20px;
	padding-bottom: 0;
	margin-bottom: 0;
}
#section2and3 .full-box h4::before {
	width: 47px;
	height: 47px;
	content: "";
	display: inline-block;
	position: absolute;
	top: -24px;
	left: 50%;
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background: url(../img/planmini1.png) center center no-repeat;
	background-size: 100% auto;
}
#section2and3 .full-box:nth-child(3) h4::before {
	background: url(../img/planmini2.png) center center no-repeat;
	background-size: 100% auto;
}
#section2 {
	background-size: 100% auto;
	border: none;
}
#section2 h2 img {
	width: 100%;
}
.clm02 {
	overflow: hidden;
}
.clm02 li {
	box-sizing: border-box;
}
.clm02 li img {
	vertical-align: top;
	width: 100%;
}
.clm02 .p01 {
	float: left;
	position: relative;
	width: 652px;
	height: 469px;
}
.clm02 .p01 a {
	border: 5px solid #002844;
	display: block;
	background-color: #002844;
}
.clm02 .p01 dl {
	position: absolute;
	left: 20px;
	bottom: 20px;
	width: 280px;
}
.clm02 .p01 dl dt {
	font-size: 18px;
	line-height: 1.5em;
	font-weight: bold;
	text-align: left;
	color: #FFFFFF;
	margin-bottom: 10px;
}
.clm02 .p01 dl dt span {
	font-size: 21px;
	color: #b2bec7;
}
.clm02 .p01 dl dd {
	font-size: 14px;
	line-height: 1.7em;
	text-align: left;
	color: #FFFFFF;
}
.clm02 .btn01 {
	float: right;
	width: 317px;
	height: 229px;
	margin-bottom: 11px;
}
.clm02 .btn01 a {
	display: table-cell;
	width: 317px;
	height: 229px;
	border: 6px solid #002844;
	color: #002844;
	padding: 10px;
	box-sizing: border-box;
	font-size: 22px;
	text-align: center;
	font-weight: bold;
	background: #fff url(../img/arrow01.png) no-repeat 225px 113px / 20px 20px;
	vertical-align: middle;
}
.clm02 .btn01 span {
	font-size: 14px;
	font-weight: normal;
}
.clm02 .btn01 a:hover {
	background: #002844 url(../img/arrow_on.png) no-repeat 225px 113px / 20px 20px;
	color: #FFF;
}
.clm03 {
	position: relative;
}
.clm03 .p02 img {
	width: 100%;
	vertical-align: top;
}
.clm03 .act_txt {
	position: absolute;
	top: 30px;
	right: 40px;
	color: #FFFFFF;
	width: 590px;
	text-align: left;
}
.clm03 dt {
	font-size: 18px;
	font-weight: bold;
}
.clm03 dt span {
	font-size: 21px;
	color: #d1fcff;
}
.clm03 .btn01 {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 317px;
	height: 229px;
	padding: 11px 0 0 11px;
	background-color: #FFF;
}
.clm03 .btn01 a {
	display: table-cell;
	width: 317px;
	height: 229px;
	border: 6px solid #004650;
	color: #004650;
	padding: 10px;
	box-sizing: border-box;
	font-size: 22px;
	text-align: center;
	font-weight: bold;
	background: #fff url(../img/arrow02.png) no-repeat 225px 113px / 20px 20px;
	vertical-align: middle;
}
.clm03 .btn01 a:hover {
	background: #004650 url(../img/arrow_on.png) no-repeat 225px 113px / 20px 20px;
	color: #FFF;
}
.clm04 {
	margin-top: 50px;
}
.clm04 dl {
	width: 470px;
	overflow: hidden;
}
.c04_ttl {
	font-size: 21px;
	font-weight: bold;
	color: #002844;
}
.c04_txt {
	height: 65px;
	font-size: 14px;
	color: #000000;
	margin-bottom: 10px;
}
.c04_p01 {
	float: left;
	width: 230px;
	height: auto;
}
.c04_p01 img {
	width: 100%;
}
.c04_p02 {
	float: right;
	width: 230px;
	height: auto;
}
.c04_p02 img {
	width: 100%;
}
.clm04 .btn01 {
	clear: both;
	padding-top: 10px;
}
.clm04 .btn01 a {
	display: block;
	width: 100%;
	border: 6px solid #000;
	color: #000;
	padding: 10px;
	box-sizing: border-box;
	font-size: 22px;
	text-align: center;
	font-weight: bold;
	background: #fff url(../img/arrow03.png) no-repeat 370px center / 20px 20px;
}
.clm04 .btn01 a:hover {
	background: #000 url(../img/arrow_on.png) no-repeat 370px center / 20px 20px;
	color: #FFF;
}
#section3 {
	border: none;
	margin-bottom: 30px;
}
#section3 h2 img {
    width: 100%;
}
.divingbox {
	padding: 30px;
	background-color: #cbd3d9;
	overflow: hidden;
}
.dv01 {
	width: 366px;
	float: left;
}
.dv01_ttl {
	color: #002844;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 5px;
}
.dv01_txt {
	color: #000000;
	font-size: 14px;
}
.dv_img {
	width: 542px;
	float: right;
}
.dv_img li {
	width: 265px;
}
.dv_img img {
	width: 100%;
}
.dv_srch {
	clear: both;
	padding-top: 20px;
}
.dv_srch_ttl {
	background: url(../img/bg_diving.png) no-repeat left center;
	color: #002844;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 0;
	padding: 10px 0 5px;
}
.dv_srch_box {
	background-color: #FFFDFD;
	padding: 0 25px 20px;
	overflow: hidden;
}
.dv_srch_l {
	float: left;
	width: 414px;
	margin-top: 20px;
}
.dv_srch_r {
	float: right;
	width: 414px;
	margin-top: 20px;
}
.dv_srch_l dt, .dv_srch_r dt, .srvc_ttl {
	font-size: 18px;
	font-weight: bold;
	color: #002844;
}
.dv_srch_l dd, .dv_srch_r dd {
	overflow: hidden;
	margin-top: 5px;
}
.dv_srch_txt {
	width: 205px;
	float: left;
	font-size: 14px;
}
.dv_srch_btn {
	float: right;
	width: 200px;
}
.divingbox .dv_srch_btn a {
	background: #fff url("../img/arrow01.png") no-repeat scroll 166px center / 17px 17px;
	border: 6px solid #002844;
	box-sizing: border-box;
	color: #002844;
	display: block;
	font-size: 14px;
	line-height: 1.2em;
	font-weight: bold;
	padding: 6px 0;
	text-align: center;
	width: 100%;
}
.divingbox .dv_srch_btn a:hover {
	background: #002844 url("../img/arrow_on.png") no-repeat scroll 166px center / 17px 17px;
	color: #fff;
}
.dv_srch_line {
	float: left;
	width: 100%;
	border-top: 2px solid #B7B6B6;
	margin-top: 20px;
	padding-top: 20px;
}
.dv_srch_line .dv_srch_txt {
	width: 436px;
}
.dv_srch_line dt {
	font-size: 18px;
	font-weight: bold;
	color: #002844;
	float: left;
	width: 440px;
}
.dv_srch_line dd {
	overflow: hidden;
	width: 440px;
	float: left;
}
.dv_srch_line .dv_srch_btn {
	width: 415px;
	float: right;
}
.dv_srch_line .dv_srch_btn a {
	background: #fff url("../img/arrow01.png") no-repeat scroll 310px center / 17px 17px;
	padding: 5px;
}
.dv_srch_line .dv_srch_btn a:hover {
	background: #002844 url("../img/arrow_on.png") no-repeat scroll 310px center / 17px 17px;
}
.snowkelbox {
	padding: 30px;
	background-color: #cbd8da;
	overflow: hidden;
	margin-top: 20px;
}
.snowkelbox .dv01_ttl {
	color: #004650;
}
.snowkelbox .dv_srch_ttl {
	color: #004650;
	background: url(../img/bg_snowkel.png) no-repeat left center;
}
.snowkelbox .dv_srch_l dt, .snowkelbox .dv_srch_r dt {
	color: #004650;
}
.snowkelbox .dv_srch_btn a {
	background: #fff url("../img/arrow02.png") no-repeat scroll 166px center / 17px 17px;
	border: 6px solid #004650;
	box-sizing: border-box;
	color: #004650;
	display: block;
	font-size: 14px;
	line-height: 1.2em;
	font-weight: bold;
	padding: 6px 0;
	text-align: center;
	width: 100%;
}
.snowkelbox .dv_srch_btn a:hover {
	background: #004650 url("../img/arrow_on.png") no-repeat scroll 166px center / 17px 17px;
	color: #fff;
}
.service {
	border: 6px solid #dcdddd;
	padding: 0 20px;
	margin-top: 20px;
}
.service .dv_srch {
	padding-top: 0;
}
.service .dv_srch_l {
	width: 100%;
}
.service .dv_srch_l dd {
	width: 414px;
}
.service .dv_srch_btn a {
	background: #fff url("../img/arrow03.png") no-repeat scroll 166px center / 17px 17px;
	border: 6px solid #000;
	box-sizing: border-box;
	color: #000;
	display: block;
	font-size: 14px;
	line-height: 1.2em;
	font-weight: bold;
	padding: 6px 0;
	text-align: center;
	width: 100%;
}
.service .dv_srch_btn a:hover {
	background: #000 url("../img/arrow_on.png") no-repeat scroll 166px center / 17px 17px;
	color: #fff;
}
#section3 .inner-box-wide img {
	width: 49%;
}
.dtxt {
	font-size: 14px;
	text-align: right;
	margin-top: 5px;
}
/*===========================*
SITE FOOTER
*===========================*/
#Footer {
	background: #fff;
	border-top: 1px solid #c5bfb9;
	color: #ccc;
	padding: 20px;
	text-align: center;
	margin-bottom: -20px;
	font-family: sans-serif;
}

@media screen and (max-width: 960px) {
#header {
	padding: 5px;
}
.modelcourse {
	width: 32.3%;
}
#plan1 h4 {
	height: 4.5em;
}
#plan2 h4, #plan3 h4 {
	height: 4.5em;
}
}

@media screen and (max-width: 768px) {
body {
	min-width: inherit;
	width: 100%;
}
#billboard {
	min-width: inherit;
	width: 100%;
}
h1 img {
	width: 390px;
	position: relative;
	display: block;
	left: 10px;
	top: 50px;
	margin-left: 0;
}
.ttl_txt {
	max-width: inherit;
	min-width: inherit;
	width: 50%;
	position: relative;
	display: block;
	left: 30px;
	margin-left: 0;
	top: -40px;
	font-size: 18px;
}
#navi {
	min-width: inherit;
}
#navi ul {
	width: 100%;
	min-width: inherit;
}
.contents-wrapper {
	width: 100%;
}
.sectionbody {
	margin: 50px auto;
}
.clm01 li img {
	width: 100%;
}
.clm01 .p01 {
	width: 100%;
	height: auto;
	padding-bottom: 5px;
}
.clm01 .p01 dl {
	width: 50%;
}
.clm01 .p02, .clm01 .p03 {
	width: 50%;
	height: auto;
	margin-bottom: 5px;
	box-sizing: border-box;
}
.box_maeda {
	padding: 20px;
}
.maeda_txt {
	width: 50%;
}
.gmap {
	width: 40%;
	float: right;
	padding-right: 0px;
}
.gmap iframe {
	width: 100%;
}
.osusume {
	width: 100%;
	padding: 20px 50px;
	margin-top: 10px;
}
.clm01 .p02 {
	padding-right: 3px;
}
.clm01 .p03 {
	padding-left: 3px;
}
.clm02 li img {
	width: 100%;
}
.clm02 .p01 {
	width: 100%;
	height: inherit;
}
.clm02 .p01 dl {
	width: 50%;
}
.clm02 .btn01 {
	width: 50%;
	padding: 5px;
	height: auto;
	margin-bottom: 5px;
	float: left;
}
.clm02 .btn01 a {
	display: inline-block;
	width: 100%;
	height: 130px;
	padding: 10px;
	box-sizing: border-box;
	font-size: 22px;
	line-height: 1.4em;
}
.clm03 .act_txt {
	top: 10px;
	right: 10px;
	width: 70%;
}
.clm03 .btn01 {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 317px;
	height: 100px;
	padding: 11px 0 0 11px;
	background-color: #FFF;
}
.clm03 .btn01 {
	width: 50%;
	padding: 5px;
	box-sizing: border-box;
}
.clm03 .btn01 a {
	width: 100%;
	height: 95px;
	display: inline-block;
	box-sizing: border-box;
}
.clm04 dl {
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	margin-bottom: 20px;
}
.c04_p01, .c04_p02 {
	width: 50%;
}
.c04_p01 img, .c04_p02 img {
	width: 100%;
}
.clm04 .btn01 {
	padding-top: 0;
}
.dv01 {
	width: 100%;
	margin-bottom: 10px;
}
.dv01_ttl {
	margin-bottom: 0px;
}
.dv_img {
	width: 100%;
}
.dv_img li {
	width: 49.5%;
}
.dv_img li img {
	width: 100%;
}
.dv_srch_l, .dv_srch_r {
	width: 100%;
}
.dv_srch_txt {
	width: 58%;
}
.dv_srch_btn {
	width: 40%;
}
.dv_srch_line dt {
	width: 58%;
}
.dv_srch_line .dv_srch_btn {
	width: 40%;
}
.dv_srch_line .dv_srch_txt {
	width: 58%;
}
.service .dv_srch_l dd {
	width: 100%;
}
/*ボタンやじるし*/
#section2 a, #section2 a:hover, #section3 a, #section3 a:hover {
	background-image: none;
}
#btn01 {
	padding-top: 30px;
}
#section3 a {
	text-align: left;
	padding-left: 20px;
}
#section2 a:after, #section3 a:after {
	content: "＞";
	float: right;
	padding-right: 10px;
}
#section3 a:after {
	margin-top: -8px;
}
}

@media screen and (max-width: 560px) {
#nav {
	display: none;
}
#navi ul li a:after {
	display: inline-block;
}
h1 {
	height: 250px;
	background: url(../img/mainimg.jpg) no-repeat center center / cover;
}
h1 img {
	max-width: none;
	min-width: 0;
	width: 215px;
	position: relative;
	display: block;
	left: 10px;
	top: 30px;
}
.ttl_txt {
	max-width: none;
	min-width: 0;
	width: 250px;
	box-sizing: border-box;
	position: relative;
	display: block;
	left: 20px;
	top: 0;
	font-size: 14px;
}
#navi {
	position: inherit;
	padding: 0;
}
#navi ul {
	border-left: none;
}
#navi ul li {
}
#navi ul li a {
	font-size: 18px;
	font-weight: bold;
	height: 50px;
	line-height: 50px;
	border-right: none;
	border-bottom: 1px solid #FFFFFF;
}
.sectionbody {
	margin: 20px auto;
}
#section1 h2 {
	width: 100%;
	height: 130px;
	background: url(../img/sbttl01_sp.png) no-repeat center center / 300px 120px;
}
#section1 h2 img {
	display: none;
}

.clm01 .p01 dl {
	width: 100%;
	position: static;
	padding: 15px;
	box-sizing: border-box;
	background-color: #000000;
}
.clm01 .p01 dl dt {
	font-size: 14px;
}
.clm01 .p01 dl dd {
	font-size: 13px;
}
.maeda_txt {
	width: 100%;
	padding-right: 0;
}
.gmap {
	width: 100%;
	margin-top: 20px;
}
.osusume {
	padding: 20px;
}
#section2 h2 {
	width: 100%;
	height: 130px;
	background: url(../img/sbttl02_sp.png) no-repeat center center / 300px 120px;
}
#section2 h2 img {
	display: none;
}
#section3 h2 {
	width: 100%;
	height: 130px;
	background: url(../img/sbttl03_sp.png) no-repeat center center / 300px 120px;
}
#section3 h2 img {
	display: none;
}

.clm02 .p01 dl {
	width: 100%;
	position: static;
	padding: 20px;
	box-sizing: border-box;
	background-color: #000000;
}
.clm02 .p01 dl dt {
	font-size: 14px;
}
.clm02 .p01 dl dd {
	font-size: 13px;
}
.clm02 .btn01 {
	width: 100%;
	padding: 5px;
	margin-bottom: 0;
}
.clm02 .btn01 a {
	width: 100%;
	height: inherit;
	padding: 15px 5px;
	box-sizing: border-box;
	font-size: 18px;
	line-height: 1.4em;
	background-image: none;
}
#btn01 {
	padding: 15px;
}
.clm02 .btn01 span {
	display: inline-block;
}
.clm03 .p02 img {
	width: 150%;
}
.clm03 .act_txt {
	position: static;
	width: 100%;
	background-color: #000000;
	padding: 20px;
	box-sizing: border-box;
}
.clm03 dt {
	font-size: 14px;
}
.clm03 dd {
	font-size: 13px;
}
.clm03 .btn01 {
	position: static;
	width: 100%;
	height: inherit;
	padding: 5px;
	box-sizing: border-box;
}
.clm03 .btn01 a {
	height: inherit;
	font-size: 18px;
	line-height: 1.4em;
	padding: 15px 5px;
	background-image: none;
}
.clm04 {
	margin-top: 20px;
}
.c04_ttl {
	font-size: 18px;
}
.c04_txt {
	height: auto;
}
.clm04 .btn01 a {
	font-size: 18px;
	background-image: none;
}
.divingbox {
	padding: 15px;
}
.dv_srch_box {
	padding: 0 15px 15px;
}
.dv_srch_txt {
	width: 100%;
}
.dv_srch_btn {
	width: 100%;
}
.dv_srch_l dd, .dv_srch_r dd {
	margin-bottom: 10px;
}
.dv_srch_txt {
	width: 100%;
	margin-bottom: 5px;
}
.dv_srch_line dt {
	width: 100%;
}
.dv_srch_line .dv_srch_txt {
	width: 100%;
}
.dv_srch_line .dv_srch_btn {
	width: 100%;
}
.snowkelbox {
	padding: 15px;
}
.service {
	padding: 0;
}
}

@media screen and (max-width: 450px) {
#navi ul li {
	width: 100%;
}
.modelcoursebox {
	width: 90%;
	margin: 0 auto;
}
.modelcourse {
	display: table;
	width: 100%;
	margin: 0 auto;
}
.modelcourse img {
	display: table-cell !important;
	width: 176px;
}
.coursedescription {
	height: 50px;
	display: table-cell;
	width: 100%;
	vertical-align: middle;
}
}

@media screen and (max-width: 350px) {
#leadcopy h4 {
	font-size: 14px;
}
#section2 {
	background-size: 100% 20%;
}
.modelcoursebox {
	width: 90%;
	margin: 0 auto;
}
.modelcourse {
	display: block;
	width: 100%;
	margin: 0 auto;
}
.modelcourse img {
	width: 100%;
	display: block;
}
.coursedescription {
	display: block;
	width: auto;
}
}
