@charset "utf-8";
/* CSS Document */
.caution {
	color:#f75d00
}
@media all and (min-width: 641px){
header h1 span {
	font-size: 14px;
	font-weight: normal;
	display: block;
}

/*サイドバー*/
#sidebar .slist ul li{
	margin-bottom:20px;
	border:solid 1px #004097;
}
#sidebar .slist ul li a img {
	width:100%;
}

#sidebar .slist ul li.link{
	overflow:hidden;
}
#sidebar .slist ul li a {
	display:block;
	position:relative;
}
#sidebar .slist ul li a img:hover{
	opacity:1;
}
#sidebar .slist ul li a span {
	display: block;
    background: rgba(255, 255, 255, 0.7);
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 5px 0;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

/*フッター*/

#footer_contact{
    background-color: #f6f4f2;
    padding: 40px 0px 20px 0;
    min-width: 980px;
}
#footer_contact h3 {
	text-align:center;
	padding-top: 0;
    margin-bottom: 10px;
	font-size:inherit;
}
#footer_contact h3 img {
	width:150px;
}
#footer_contact p {
	text-align:center;
	margin-bottom:20px;
	margin-top:10px;
}

#footer_contact ul{
	margin:auto;
	width:960px;
    position:relative;
	text-align:center;
}
#footer_contact ul .ftel_ttl {
	color:#004097;
	font-size:20px;
	font-weight:bold;
	margin-bottom:5px;
	margin-top:0px;
}
#footer_contact ul li {
	margin:0 0px;
	width:316px;
	display:inline-block;
	vertical-align:top;
}
#footer_contact ul li a img {
	width:262px;
}

#footer_contact ul li.contact a {
    width: 280px;
    display: inline-block;
    color: #fff;
    margin: 25px auto 0 auto;
    background: url(../../../assets/img/common/icon_mail_pc.png) no-repeat top 16px left 70px #004097;
    background-size: 20px 20px;
    padding: 13px 0;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
    -webkit-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    -ms-transition: .3s ease-out;
    transition: .3s ease-out;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	box-shadow: 0px 4px 0px 0px #14346e;
    -moz-box-shadow: 0px 4px 0px 0px #14346e;
    -webkit-box-shadow: 0px 4px 0px 0px #14346e;
}
#footer_contact ul li.contact a:hover {
    background: url(../../../assets/img/common/icon_mail_pc.png) no-repeat top 16px left 70px #14346e;
    background-size: 20px 20px;
}


.fnav{
    text-align: center;
    padding: 27px 0px 20px 0px;
}

.fnav ul{
	margin:auto;
}

.fnav ul li {
	display: inline-block;
	padding-right: 14px;
	color: #004097;
}
.fnav ul li a{
	font-size:13px;
	font-weight:bold;
	letter-spacing:1px;
	color:#231815;
}

.fnav ul li:after {
	content: "|";
	font-size:14px;
	display: inline-block;
	color: #fabe00;
	padding-left: 14px;
}

.fnav ul li:last-child:after {
	content: "";
	padding: 0;
}

footer .cont h2{
    text-align: center;
    margin: 30px auto 20px auto;
	width:170px;
}
footer .cont h2 span {
    font-size: 14px;
    font-weight: normal;
    display: block;
}

footer .cont h2 img{
    width:170px;
}

footer .cont dl {
    overflow: hidden;
    margin: auto;
    max-width: 610px;
    margin-bottom: 16px;
    padding-left: 6em;
}

footer .cont dl dt {
    font-size: 12px;
    font-weight: bold;
    float: left;
    width: 5em;
	color: #5d4a0d;
}

footer .cont dl dd {
    font-size: 12px;
    float: left;
    width: 240px;
    margin-bottom: 5px;
}

.copyright{
    text-align: center;
    font-size: 12px;
    /*min-width: 980px;*/
    margin-top: 50px;
    margin-bottom: 20px;
}
.orna {
	text-align:center;
}
/* .orna h3 {
	background-image: url(../../../assets/img/common/ttl_orna_l.png), url(../../../assets/img/common/ttl_orna_r.png);
    background-repeat: no-repeat, no-repeat;
    background-position: left center, right center;
    background-size: 80px;
    color: #004098;
    font-size: 40px;
    padding: 0 100px;
    display: inline-block;
    line-height: 1.4;
}
.orna h3 span {
	font-size:30px;
	display:block;
} */
.plink_btn {
	margin-bottom:2em;
	overflow:hidden;
}
.plink_btn li {
    width: 32%;
    display: inline-block;
	margin-right:1%;
	position:relative;
	margin-bottom:1%;
	vertical-align:top;
}
.plink_btn li:nth-child(3n) {
	margin-right:0;
}
.plink_btn a {
	width: 100%;
    border: 1px solid #014099;
	box-sizing: border-box;
    display: inline-block;
    text-align: center;
    line-height: 1.5;
    padding: 5px 20px 5px 0;
	letter-spacing:-1px;
}
.plink_btn a:after {
	content:"↓";
	position:absolute;
	right:5px;
	color:#014099;
}
.plink_btn a:hover {
	background-color:#014099;
	color:#fff;
}
.plink_btn a:hover:after {
	content:"↓";
	position:absolute;
	right:5px;
	color:#fff;
}
.request {
	border:3px solid #014099;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-rad1f4c9fius: 5px;
	position:relative;
}
.request .req_ttl {
	font-size:21px;
	font-weight:bold;
	color:#004097;
}
.request > div {
    padding: 20px 30px;
}
.request div a {
	width: 330px;
    height: 40px;
    padding-top: 10px;
	margin-top: 18px;
    display: block;
    font-size: 17px;
    color: #fff;
    text-align: center;
    font-weight: bold;
	background: url(../../../assets/img/common/icon_arrow_pc.png) no-repeat center right 20px #fcdb00;
	background-size: 18px 18px;
    box-shadow: 0px 4px 0px 0px #e6c90a;
    -moz-box-shadow: 0px 4px 0px 0px #e6c90a;
    -webkit-box-shadow: 0px 4px 0px 0px #e6c90a;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-rad1f4c9fius: 5px;
}
.request div a:hover {
	background: url(../../../assets/img/common/icon_arrow_pc.png) no-repeat center right 20px #e6c90a;
	background-size: 18px 18px;
/*	margin-bottom:0px;
	box-shadow: 0px 0px 0px 0px #e6c90a;
    -moz-box-shadow: 0px 0px 0px 0px #e6c90a;
    -webkit-box-shadow: 0px 0px 0px 0px #e6c90a;*/
}
.request div img {
    position: absolute;
    right: 30px;
    top: 25px;
}
.request ul {
    margin-top: 10px;
    border-top: solid #004097 1px;
	line-height:0;
}
.request ul li {
	width:339px;
	display:inline-block;
	padding: 20px 0 ;
}
.request ul li:first-child {
	border-right: solid #004097 1px;
}
.request ul li img {
	margin:auto;
	display:block;
	width:300px;
}
.label span {
	color:#fff;
	font-weight:bold;
	padding:0 3px;
	margin-right:1em;
}
.label .target {
	background:#fca600;
}
.label .subject {
	background:#2cba4a;
}
.label .type {
	background:#e86f97;
}
.label .kentei {
	background:#68c1ce;
}
.full_img {
  width: 100% !important;
  margin: 1em auto;
  display: block;
}
.one_img {
	max-width:1000px;
	width:100%;
	margin:auto;
	display:block;
}
.two_img {
	width:100%;
	display:block;
}

.bnr_list ul {
	overflow:hidden;
	margin:50px 0;
}
.bnr_list ul li {
	margin-bottom:40px;
}
.bnr_list ul li:nth-child(odd) {
	float:left;
	width:49%;
}
.bnr_list ul li:nth-child(even) {
	float:right;
	width:49%;
}
.bnr_campa ul {
	margin:60px 0 20px 0;
}
.bnr_campa ul li {
	margin-top:40px;
}
.shop_list h3 {
	background:url(../../../assets/img/common/line_bttl_pc.png) repeat-x center center;
	background-size:135px 3px;
	margin-top:60px;
}
.shop_list h3 p {
	background:url(../../../assets/img/common/bg_bttl_pc.png) repeat-x center center;
	background-size:260px 45px;
	color:#fff;
	width:260px;
	height:45px;
	font-size: 17px;
    line-height: 2.8;
    letter-spacing: 1px;
	margin:0 auto 20px auto;
}
.shop_list ul {
	text-align:center;
}
.home .shop_list ul li {
	width: 30%;
    display: inline-block;
    margin: 0 1% 30px 1%;
    text-align: center;
    font-size: 18px;
	float:none;
}
.home .shoplist li:nth-child(even) {
    float: none;
}
.shop_list ul li img {
	width:100%;
}
.shop_list ul li span {
	font-weight:bold;
	font-size:20px;
}
.lowbnr_list {
	margin:40px 0;
}
.lowbnr_list .swell-block-column a {
	display:block;
	text-align:center;
	position:relative;
	border:1px solid #014099;
	box-sizing: border-box;
    min-height: 130px;
}
.lowbnr_list .swell-block-column a:hover {
	opacity: 0.7;
}
.lowbnr_list .swell-block-column:nth-child(1) a {
	background: url(../../../assets/img/common/bnr_aboutdive_pc.jpg) no-repeat center top;
	background-size:100%;
}
.lowbnr_list .swell-block-column:nth-child(2) a {
	background: url(../../../assets/img/common/bnr_qa_pc.jpg) no-repeat center top;
	background-size:100%;
}
.lowbnr_list .swell-block-column:nth-child(3) a {
	background: url(../../../assets/img/common/bnr_voice_pc.jpg) no-repeat center top;
	background-size:100%;
}
.lowbnr_list .swell-block-column:nth-child(4) a {
	background: url(../../../assets/img/common/bnr_galleryms_pc.jpg) no-repeat center top;
	background-size:100%;
}
.lowbnr_list .swell-block-column:nth-child(5) a {
	background: url(../../../assets/img/common/bnr_gallerydv_pc.jpg) no-repeat center top;
	background-size:100%;
}
.lowbnr_list .swell-block-column:nth-child(6) a {
	background: url(../../../assets/img/common/bnr_recruit_pc.jpg) no-repeat center top;
	background-size:100%;
}
.lowbnr_list .swell-block-column a em {
	display: block;
    background: rgba(255, 255, 255, 0.7);
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 5px 0;
    font-size: 16px;
    font-weight: bold;
	font-style: normal;
}
.bnr_sns li {
	display:inline-block;
	vertical-align:top;
	width:19%;
	margin-bottom:20px;
	margin-right:1%
}
.bnr_sns li:nth-child(2) {
	margin-right:2%;
}
.bnr_sns li:nth-child(5) {
	margin-right:0;
}
.bnr_sns li img {
	width:100%;
}
.cvoice h3 {
	margin:50px 0 60px 0;
}
.cvoice ul li {
	overflow:hidden;
	margin-top: 30px;
    padding-bottom: 18px;
    border-bottom: dotted 1px #fabe00;
}
.cvoice ul li img {
	max-width:300px;
	width:22%;
	float:left;
	display:none;
}
.cvoice ul li div {
	float:right;
	/*width:75%;*/
}
#content .post_content .cvoice ul li div h4 {
	color: #014099;
    border-bottom: 2px solid #014099;
    font-size: 24px;
    font-weight: bold;
    background: none;
    margin: 0 0 0.5em 0;
    padding: 0;
}
#content .post_content .cvoice ul li div h4 span {
	color: #fabe00;
    font-weight: normal;
    font-size: 20px;
    display: inline-block;
    /*padding-left: 1em;*/
}
.menucontents .cvoice ul li:first-child {
	margin-top:0;
}
.menucontents .cvoice ul li div h4 span {
	padding-left:0;
	display:block;
	margin: 3px 0;
}
.shoplist li {
	width:49%;
	float:left;
	text-align: center;
    position: relative;
	margin-bottom:2%;
	background:#7fcef4;
	color:#014099;
	font-size:18px;
	font-weight:bold;
}
.shoplist li p:first-child {
	border-bottom:solid 1px #014099;
	width: 70%;
    margin: auto;
	color:#014099;
	padding-top:5px;
}
.shoplist li a {
	background: url(../../../assets/img/common/icon_tel_pc.png) no-repeat left center;
	background-size: 20px 20px;
    display: inline-block;
    padding: 0 32px;
	font-size:18px;
	font-weight:bold;
}
.shoplist li:nth-child(even) {
	float:right;
}
.shoplist li img {
	margin-bottom:0px;
}


.fshop ul {
	border-top:solid 1px #1eb9e6;
	margin-top: 10px;
    padding-top: 30px;
}
.fshop ul li {
	border-bottom:dashed 1px #1eb9e6;
	margin-bottom:1em;
}
.fshop ul li h5 {
	color: #fff;
    background: #1eb9e6;
    display: inline-block;
    padding: 3px 0;
    font-size: 16px;
    width: 250px;
    text-align: center;
	margin-right:1.5em;
}
.fshop ul li a {
	color:#1eb9e6;
	font-size:16px;
    font-weight: bold;
}
.fshop ul li p {
	display:inline-block;
	margin-left:1.5em;
	font-size:16px;
}
footer .contact {
	background:url(../../../assets/img/common/bg_contact_pc.jpg) repeat-x center bottom #d3edfb;
	background-size:1080px 40px;
	padding:30px 10px 40px 10px;
}
footer .contact h3 {
	color:#008cd6;
	font-size:24px;
	text-align:center;
}
footer .contact ul, .contact dl  {
	width: calc(100% - 10px);
    max-width: 1080px;
    margin: auto;
    padding-left: 10px;
    padding-right: 10px;
	text-align:center;
}
footer .contact ul li {
	width: 30%;
	max-width: 300px;
    display: inline-block;
	text-align:center;
	margin:0 1%;
}
footer .contact ul li a {
    width: 100%;
	display: inline-block;
    color: #fff;
    padding: 8px 0;
	font-size:18px;
    text-align: center;
    margin: auto;
    background: url(../../../assets/img/common/icon_arrow_pc.png) no-repeat center right 20px #21b8ce;
    background-size: 18px 18px;
    -webkit-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    -ms-transition: .3s ease-out;
    transition: .3s ease-out;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
}
footer .contact ul li:nth-child(2) a {
	background: url(../../../assets/img/common/icon_arrow_pc.png) no-repeat center right 20px #fabe00;
    background-size: 18px 18px;
}
footer .contact ul li a:hover {
	background: url(../../../assets/img/common/icon_arrow_pc.png) no-repeat center right 20px #004098;
    background-size: 18px 18px;
}
footer .contact ul li:nth-child(2) a:hover {
	background: url(../../../assets/img/common/icon_arrow_pc.png) no-repeat center right 20px #fae700;
    background-size: 18px 18px;
}
footer .contact dl dt {
	color:#008cd6;
	font-weight: bold;
    margin: 10px 0.5em 0 1em;
    font-size: 13px;
}
footer .contact dl dt, .contact dl dd {
	display:inline-block;
}
/*.link_btn {
	background: url(../../../assets/img/common/bg_bttl_pc.png) repeat-x center center;
    background-size: 260px 45px;
    color: #fff;
    width: 260px;
    height: 45px;
    font-size: 17px;
    line-height: 2.9;
	display:block;
	text-align:center;
}
.link_btn:hover {
	background: url(../../../assets/img/common/bg_bttl_on_pc.png) repeat-x center center;
    background-size: 260px 45px;
    color: #fff;
}*/
.link_btn {
	background-image: url(../../../assets/img/common/arrow_w_L.png) , url(../../../assets/img/common/bg_bttl_pc.png);
    background-repeat:no-repeat , repeat-x ;
    background-position: right 10px top 16px , center center;
    background-size: 12px 12px , 402px 46px;
    color: #fff;
    max-width: 380px;
    height: 46px;
    font-size: 17px;
    line-height: 2.9;
	display:block;
	text-align:center;
}
.link_btn:hover {
	background-image: url(../../../assets/img/common/arrow_w_L.png) , url(../../../assets/img/common/bg_bttl_on_pc.png);
    background-repeat:no-repeat , repeat-x ;
    background-position: right 10px top 16px , center center;
    background-size: 12px 12px , 402px 46px;
    color: #fff;
}
#diving_blog .link_btn {
	background-image: url(../../../assets/img/common/arrow_w_L.png) , url(https://noris.co.jp/wp-content/themes/twentyeleven/images/common/bg_bttl_pc.png);
	background-repeat:no-repeat , repeat-x ;
	background-position: right 10px top 16px , center center;
	background-size: 12px 12px , 402px 46px;
}
#diving_blog .link_btn:hover {
	background-image: url(../../../assets/img/common/arrow_w_L.png) , url(https://noris.co.jp/wp-content/themes/twentyeleven/images/common/bg_bttl_on_pc.png);
	background-repeat:no-repeat , repeat-x ;
	background-position: right 10px top 16px , center center;
	background-size: 12px 12px , 402px 46px;
}
.center {
	display:block;
	margin:auto;
}
strong {
	color: #ec1f27;
	font-size: 120%;
}
.block {
	display:block;
}
.sh5 {
	background: no-repeat !important;
    padding: 0 !important;
    font-size: 18px !important;
    margin: 0 0 1em 0 !important;
}
.address .tel_btn {
	width: 80%;
    max-width: 400px;
    padding: 15px 0;
    margin-bottom: 1em;
	border:2px solid #80cef4;
	color:#004098;
	background: url(../../../assets/img/common/icon_tel.png) no-repeat center left 10% #f4fbff;
    background-size:36px 36px;
	display:block;
	font-size:38px;
	font-weight:bold;
	text-align:center;
	border-radius:15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
}
.item .tel_btn {
	width:50%;
	padding:10px 0;
	border:2px solid #80cef4;
	color:#004098;
	background: url(../../../assets/img/common/icon_tel.png) no-repeat center left 10% #f4fbff;
    background-size:36px 36px;
	display:block;
	font-size:30px;
	font-weight:bold;
	text-align:center;
	border-radius:15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
}

/* margin padding */
.PmB-10{margin-bottom:-10px !important;}
.PmB0{margin-bottom:0px !important;}
.PmB5{margin-bottom:5px !important;}
.PmB10{margin-bottom:10px !important;}
.PmB15{margin-bottom:15px !important;}
.PmB20{margin-bottom:20px !important;}
.PmB25{margin-bottom:25px !important;}
.PmB30{margin-bottom:30px !important;}
.PmB40{margin-bottom:40px !important;}
.PmB50{margin-bottom:50px !important;}
.PmL10{margin-left:10px !important;}
.PmL15{margin-left:15px !important;}
.PmL20{margin-left:20px !important;}
.PmL35{margin-left:35px !important;}
.PmL55{margin-left:55px !important;}
.PmL120{margin-left:120px !important;}
.PmL150{margin-left:150px !important;}
.PmL170{margin-left:170px !important;}
.PmT0{margin-top:0px !important;}
.PmT10{margin-top:10px !important;}
.PmT15{margin-top:15px !important;}
.PmT20{margin-top:20px !important;}
.PmT25{margin-top:25px !important;}
.PmT30{margin-top:30px !important;}
.PmT35{margin-top:35px !important;}
.PmT40{margin-top:40px !important;}
.PmT50{margin-top:50px !important;}
.PmT60{margin-top:60px !important;}
.PmT70{margin-top:70px !important;}
.PmT75{margin-top:75px !important;}
.PmY35{margin-top:35px !important;
margin-bottom:35px !important;}
.PmY20{margin-top:20px !important;
margin-bottom:20px !important;}
.PmY40{margin-top:40px !important;
margin-bottom:40px !important;}
.PmY50{margin-top:50px !important;
margin-bottom:50px !important;}
.PpB30{padding-bottom:30px !important}

}
@media all (min-width: 641px) and (max-width: 1000px) {
#nav_pc.scroll div.hmenuprice{
	left:340px !important;
}
}

p.text_btn a {
	color: #ffaa00;
	border: solid 1px;
	display: block;
	text-align: center;
	margin: 2em 0 0;
	padding: 0.3em 0;
	font-size: 110%;
	font-weight: bold;
	-webkit-transition: .3s ease-out;
	-moz-transition: .3s ease-out;
	-ms-transition: .3s ease-out;
	transition: .3s ease-out;
}
p.text_btn a:hover {
	color: #fff;
	background: #ffaa00;
}