@charset "utf-8";
/* CSS Document */
@media (max-width: 640px){

/*固定ページ*/
#pwrap {
	/* padding:0 10px; */
}

.pagetittle{
    width: 100%;
    height: 120px;
    background-color: #fffbfb;
    margin-top: 86px;
    background-size: cover;
    position: relative;
	background-repeat: no-repeat;
    background-size: cover !important;
	background:url(../../../assets/img/low/pagetittle_bg_pc.jpg) bottom center;
    display: none;
}
.pagetittle .bg {
    width: 100%;
    height: 120px;
	background: rgba(0, 0, 0, 0.2);
    /*background: url(../../../assets/img/low/bg_dot.png);*/
}

#news {
    background-size: cover !important;
    background: url(../../../assets/img/low/pttl_news_pc.jpg) center bottom;
}
#beginner {
    background-size: cover !important;
    background: url(../../../assets/img/low/pttl_beginner_pc.jpg) center bottom;
}
#beginner {
    background-size: cover !important;
	background:url(../../../assets/img/low/pttl_beginner_pc.jpg) no-repeat center center;
}
#license {
    background-size: cover !important;
	background:url(../../../assets/img/low/license/pttl_pc.jpg) no-repeat center center;
}
#price {
    background-size: cover !important;
	background:url(../../../assets/img/low/pttl_price_pc.jpg) no-repeat center center;
}
#course {
    background-size: cover !important;
	background:url(../../../assets/img/low/pttl_course_pc.jpg) no-repeat center center;
}
#tour, .ai1ec-event-details-ready .pagetittle {
    background-size: cover !important;
	background:url(../../../assets/img/low/pttl_tour_pc.jpg) no-repeat center center;
}
#shop {
    background-size: cover !important;
	background:url(../../../assets/img/low/pttl_shop_pc.jpg) no-repeat center center;
}
#staff {
    background-size: cover !important;
	background:url(../../../assets/img/low/pttl_staff_pc.jpg) no-repeat center center;
}
#qa {
    background-size: cover !important;
	background:url(../../../assets/img/low/pttl_qa_pc.jpg) no-repeat center center;
}
#gallery {
    background-size: cover !important;
	background:url(../../../assets/img/low/pttl_gallery_pc.jpg) no-repeat center center;
}
#recruit {
    background-size: cover !important;
	background:url(../../../assets/img/low/pttl_recruit_pc.jpg) no-repeat center center;
}
#company {
    background-size: cover !important;
	background:url(../../../assets/img/low/pttl_company_pc.jpg) no-repeat center center;
}
#sitemap {
    background-size: cover !important;
	background:url(../../../assets/img/low/pttl_sitemap_pc.jpg) no-repeat center center;
}
#aboutdiving {
    background-size: cover !important;
	background:url(../../../assets/img/low/pttl_aboutdiving_pc.jpg) no-repeat center center;
}
#point1, #point2, #point3, #point4 {
    background-size: cover !important;
	background:url(../../../assets/img/low/pttl_point_pc.jpg) no-repeat center center;
}
#contact, #documentrequest {
    background-size: cover !important;
	background:url(../../../assets/img/low/pttl_contact_pc.jpg) no-repeat center center;
}
#c-card_campaign {
	background-size: cover !important;
	background:url(../../../assets/img/low/pttl_campaign_pc.jpg) no-repeat center center;
}
#voice {
    background-size: cover !important;
	background:url(../../../assets/img/low/pttl_voice_pc.jpg) no-repeat center center;
}

.pagetittle .cont {
	position: absolute;
    top: 0px;
    width: 100%;
}
.pagetittle .cont .tittle {
	text-align:center;
}
.pagetittle .cont h2{
    color: #fff;
    font-weight: 100;
    margin: auto;
    margin-top: 42px;
    font-size: 22px;
    line-height: 1.4;
    text-align: center;
    text-shadow: rgba(0,0,0,0.4) 0px 0px 8px;
    -moz-text-shadow: rgba(0,0,0,0.4) 0px 0px 8px;
    -webkit-text-shadow: rgba(0,0,0,0.4) 0px 0px 8px;
}
.pagetittle .cont h2 span {
    display: block;
    font-size: 12px;
}
.pagetittle .cont p{
    font-size: 15px;
    color: #ffffff;
    font-weight: normal;
    line-height: 1.4;
}
.breadcrumbs {
	position:absolute;
	top:206px;
	padding: 5px 10px;
    font-size: 10px;
    background: #f9f9f9;
	line-height:1.5;
	width:calc(100% - 20px);
}
.breadcrumbs a {
	font-size:10px;
}
#ptittle {
	padding:60px 0 20px 0;
}
#ptittle p {
	font-size:16px;
	text-align:center;
	color: #004098;
}

.plink_btn {
	margin-bottom: 2em;
}
.plink_btn a {
    width: 80%;
    border: 1px solid #004097;
    display: block;
    text-align: center;
    line-height: 2.5;
    margin: 10px auto;
	position:relative;
}
.plink_btn a:hover {
	background-color:#004097;
	color:#fff;
}
.plink_btn a:after {
    content: "↓";
    position: absolute;
    right: 5px;
    color: #014099;
}
.plink_btn a:hover:after {
	content:"↓";
	position:absolute;
	right:5px;
	color:#fff;
}
#content .post_content {
    position: relative;
    margin-bottom: 24px;
}
#content .post_content h3, .post .entry-content h3{
    color: #fff;
    line-height: 1.3;
    clear: both;
    font-size: 18px;
    margin: 2em 0 1em 0;
    padding: 10px 10px 8px 10px;
    font-weight: bold;
    background: url(../../../assets/img/low/bg_h3_sp.jpg);
    background-size: 50%;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
#content .post_content .item:first-child h3 {
    margin-top: 0 !important;
}
#content .post_content h4, .post .entry-content h4 {
    font-size: 18px;
    line-height: 1.3;
	min-height:28px;
    color: #004097;
    margin: 2em 0 0.8em 0;
    clear: both;
    position: relative;
    padding: 10px 0 10px 50px;
    background-image: url(../../../assets/img/low/icon_h4.png), url(../../../assets/img/low/line_h4.gif);
    background-repeat: no-repeat, repeat-x;
    background-position: left center, left bottom 10px;
    background-size: 50px 50px, 1px 1px;
}
/*#content .post_content h4:after {
	content:"";
	border-bottom: 2px solid #cb6031;
	width:50px;
    position: absolute;
    bottom: 0px;
    left: 0;
}*/
#content .post_content h5, .post .entry-content h5{
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
    color: #004097;
    margin: 2em 0 0.8em 0;
    clear: both;
    position: relative;
    padding: 10px 40px 10px;
    background: url(../../../assets/img/low/icon_h5.png) no-repeat left top 5px;
    background-size: 35px 35px;
}
#content .post_content h5.sh5 {
    background: no-repeat !important;
    padding: 0 !important;
    font-size: 15px !important;
    margin: 0 0 1em 0 !important;
    border: none;
}
#content .post_content h6, .post .entry-content h6 {
    font-size: 14px;
    font-weight: normal;
    color: #004097;
    border-bottom: 1px dashed #c7deea;
    margin: 2em 0 1.5em;
    clear: both;
    background: #f1faff;
    padding: 5px 10px 3px 10px;
}
#content .post_content h7, .post .entry-content h7 {
	font-size: 12px;
    margin: 1.5em 0 1em 0;
	background: url(../../../assets/img/low/h6_bg.png) no-repeat;
    background-size: 10px 10px;
    background-position: left top 4px;
    padding-left: 14px;
	clear:both;
}
#content .post_content h7 span, .post .entry-content h7 span {
    font-weight: bold;
    font-size: 15px;
    border-bottom: 1px solid #fc0;
    display: inline-block;
	color:#000;
}
#content .post_content  .text{
	margin-bottom:10px;
}

#content .post_content a{
    text-decoration: none;
    color: #004097;
}
#content .post_content a:hover{
	text-decoration:none;
}

#content .post_content .text a{
    text-decoration: underline;
    color: #004097;
}

#content .post_content .text a:hover{
	text-decoration:none;
}

#content .post_content .text span.red{
     color: #004097;
}


#content .post_content div.item{
    margin-bottom: 30px;
}

#content .post_content .btn{
    width: 100%;
    max-width: 300px;
    border: 2px solid #eb6da5;
    border-radius: 28px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 28px;
    -webkit-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    -ms-transition: .3s ease-out;
    transition: .3s ease-out;
    background-color: #fff;
    margin-bottom: 12px;
}

#content .post_content .btn:hover{
	background-color:#eb6da5;
}

#content .post_content .btn a{
    display: block;
    font-size: 11px;
    text-align: center;
    text-align: center;
    color: #eb6da5;
    padding: 5px 0px 5px 0px;
    background-image: url(../../../assets/img/top/topnews_btn_pc.png);
    background-repeat: no-repeat;
    background-position: center right 8px;
    background-size: 12px;
    -webkit-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    -ms-transition: .3s ease-out;
    transition: .3s ease-out;
    text-decoration: none;
}

#content .post_content .btn a:hover{
	color: #fff;
	background-image: url(../../../assets/img/top/topnews_btn_hover_pc.png);
}

#content .post_content dl {
	overflow:hidden;
	line-height:2;
}
#content .post_content dl dt {
	width: 100%;
    padding: 0;
	color: #004097;
	font-weight: bold;
}
#content .post_content dl dd {
    padding: 0;
    border-left: none;
    padding-bottom: 10px;
    border-bottom: dotted 1px #fabe00;
    margin-bottom: 10px;
	line-height: 1.6;
    margin-top: 4px;
}
#content .post_content dl dd:last-child {
	border-bottom:none;
	margin-bottom:0;
}
#content .post_content .check {
	position: relative;
    border: solid 1px #004097;
    margin-top: 30px;
    padding: 20px 15px 10px 5px;
	clear:both;
}
#content .post_content .check p {
	background: #004097;
    width: 16em;
    text-align: center;
    color: #fff;
    font-size: 15px;
    position: absolute;
    top: -18px;
    left: 50%;
    margin-left: -8em;
}
#content .post_content .check li {
	display: block;
    background: url(../../../assets/img/low/icon_check.png) no-repeat;
    background-size: 15px 15px;
    padding-left: 18px;
    background-position: top 6px left;
    line-height: 2;
    margin-left: 2em;
    font-size: 14px;
    margin-bottom: 0.5em;
}
#content .post_content .stress {
	position: relative;
    border: dotted 1px #004097;
    margin-top: 30px;
    padding: 10px;
    font-size: 14px;
    color: #004097;
    font-weight: bold;
}
#content .post_content .nbarea {
	overflow:hidden;
	margin-bottom:2em;
}
#content .post_content .nbarea .number {
	width: 40px;
    height: 40px;
    color: #fff;
    float: left;
    background: #004097;
    font-size: 22px;
    line-height: 1.8;
    text-align: center;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
	font-family:'Dancing Script', cursive ,"游明朝",YuMincho,"ヒラギノ明朝 ProN W3",Hiragino Mincho ProN,"MSP明朝","MS PMincho","MS 明朝",serif
}
#content .post_content .nbarea .ntext {
	margin-left:50px;
}
#content .post_content .contact_area {
	background-color: #f9f9f9;
    padding: 20px;
	position:relative;
	min-height: 160px;
}
#content .post_content .contact_area .tel {
    color: #827e71;
    width: 280px;
    letter-spacing: 1px;
    background: url(../../../assets/img/common/icon_tel_pc.png) no-repeat center left 7%;
    background-size: 17px;
    margin: 1em auto;
    padding: 2px 0px 2px 0px;
    border: 1px solid #004097;
	border-radius: 27px;
    -webkit-border-radius: 27px;
    -moz-border-radius: 27px;
}
#content .post_content .contact_area .tel a {
    color: #827e71;
    font-size: 16px;
    width: 280px;
    text-align: center;
    display: block;
}
#content .post_content .contact_area .contact a {
	background: url(../../../assets/img/common/icon_mail_pc.png) no-repeat center left 7% #004097;
    background-size: 20px 20px;
    width: 280px;
    height: 36px;
    color: #fff;
    display: block;
    margin: auto;
	text-align: center;
    line-height: 3;
    position: relative;
	border-radius: 27px;
    -webkit-border-radius: 27px;
    -moz-border-radius: 27px;
}
#content .post_content .contact_area .contact a:hover {
	background: url(../../../assets/img/common/icon_mail_pc.png) no-repeat center left 7% #5d4a0d;
    background-size: 20px 20px;
}
#content .post_content .contact_area .contact a img {
	top: 13px;
    left: 85px;
    width: 9px;
    position: absolute;
}
#content .post_content .contact_area .reserve a {
	background: #c60645;
    width: 280px;
    height: 36px;
    color: #fff;
    display: block;
    margin: 1em auto 0 auto;
    font-size: 13px;
    line-height: 3;
	text-align: center;
    position: relative;
}
#content .post_content .contact_area .reserve a:hover {
	background:#ef0753;
}
#content .post_content .contact_area .reserve a img {
	position: absolute;
    top: 15px;
    left: 70px;
    width: 9px;
}
#content .post_content .photolist {
	overflow:hidden;
	margin-top:2em;
}
#content .post_content .photolist li {
	margin-bottom:2em
}
#content .post_content .photolist li h5 {
	margin:0 0 0.5em;
}
#content .post_content .photolist li img {
	margin-bottom:3px;
}
#content .post_content .appeal {
	clear:both;
}
#content .post_content .appeal li {
	background: url(../../../assets/img/low/icon_appeal.png) no-repeat left top 5px;
    background-size: 30px 30px;
    font-size: 14px;
    padding: 10px 0 10px 35px;
    font-weight: bold;
    margin-bottom: 10px;
}
#content .post_content iframe {
	width:100%;
}

/*スケジュール*/
#schedule table th,#schedule table td{
	font-size:12px;
	padding: 6px 9px;
}

/*ギャラリー*/
#gallery ul div{
	margin-bottom:25px;
}
#gallery ul li{
	margin-bottom:10px;
}

#gallery ul li img{
	margin-bottom:0px;
}

#gallery ul li p{
    line-height: 1.4;
    margin: 5px 0 2em 0;
}
/*よくある質問*/
#qa dl dt {
	background: url(../../../assets/img/low/icon_q.jpg) left 11px no-repeat;
    background-size: 25px 25px;
    color: #004097;
    font-size: 18px;
    font-weight: bold;
    padding: 12px 0 12px 30px;
    float: none;
    line-height: 1.4;
    width: 90%;
}
#qa dl dd {
	background: url(../../../assets/img/low/icon_a.jpg) left 15px no-repeat;
    background-size: 25px 25px;
    padding-left: 30px;
    border: none;
    float: none;
    margin-bottom: 0;
    padding: 12px 0 12px 32px;
    margin-left: 0;
}
.tour .bigtour .date, .tour .bigtour tr td:first-child {
	width:20%;
	word-break: break-all;
}
.tour .bigtour tr td:last-child {
    width: 30%;
    font-size: 10px;
}
.tour .bigtour td a {
    display: inline-block;
    color: #fff;
    padding: 10px;
    text-align: center;
    margin: auto;
    background: #21b8ce;
    -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;
}

/*アクセス*/
#access  iframe{
    max-width: 100%;
}

/*企業情報*/
.company table th {
    width: 18%;
}

/*４０４*/
#nfound{
    margin-bottom: 28px;
    margin-top: 100px;
}
#nfound h4{
}
#nfound a{
    text-decoration: underline;
    text-align: right;
    margin-top: 20px;
	color: #cb6031;
}

/*お問い合わせ*/
#contactinput{
    margin-bottom: 80px;
}
.contact form p{
	font-size:12px;
	font-weight:bold;
	/* margin-top: 20px; */
    line-height: 1.5;
}
.contact form p span {
    font-weight: normal;
}
.contact form .wpcf7-form-control-wrap {
    margin-bottom: 2em;
    display: inline-block;
}

.contact form input{
	margin-top:8px;
	width: calc(100% - 24px);
}
.contact form select {
	margin-top:8px;
}
.contact form input[type="checkbox"] {
	width:13px;
}
.contact form input[type="datetime"] {
	margin-bottom:8px;
}
.contact form textarea{
	margin-top:8px;
	width: calc(100% - 24px);
}

.contact form {
    margin-bottom: 40px;
}

form input[type="submit"] {
    width: 80%!important;
    margin: auto;
    text-align: center;
    background: #014099;
    color: #FFF;
    border: none;
    padding-top: 7px;
    padding-bottom: 7px;
    font-family: 游ゴシック, YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
    border-radius: 2px;
    -webkit-border-radius: 2px;
}

.contact form p .most{
    background-color: #CE2700;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    font-size: 10px;
    padding: 3px 4px;
    color: #FFF;
    margin-left: 6px;
}

.contact form p .example,.contact form p .suple{
    display: block;
    margin-bottom: -2em;
}

.contact .btn_submit{
    text-align: center;
}


#privacy{
	margin-bottom:40px;
}

#content .post_content #privacy h5 {
    font-weight: bold;
    margin-bottom: 3px;
    font-size: 12px;
    color: #eb6da5;
}

#privacy .text {
    clear: both;
    margin-bottom: 20px;
}

/*新着情報*/
#newslist .newslist{
	margin-left:10px;
	margin-right:10px;
}
#newslist .newslist li{
    overflow: hidden;
    margin-bottom: 15px;
}

#newslist .newslist li figure {
    position: relative;
    overflow: hidden;
    width: 100px;
    height: 100px;
    margin: 0px;
    float: left;
    margin-right: 10px;
}

#newslist .newslist li figure .newsimg {
    position: absolute;
    float: left;
    top: 0px;
    left: 0px;
    width: 100%;
}

#newslist .newslist li .n_time {
    font-size: 10px;
    margin-bottom: -2px;
}

#newslist .newslist li .n_tittle {
    font-size: 15px;
    color: #004097;
    font-weight: bold;
	line-height:1.5;
}

#newslist .newslist li .n_text {
    font-size: 11px;
    margin-bottom: -1px;
}

#newslist .newslist li .n_conti {
    font-size: 11px;
    float: left;
    margin-bottom: 1px;
    color: #004097;
    border-bottom: 1px dotted #004097;
    line-height: 15px;
    margin-top: 3px;
}
#newslist .newslist li .n_tittle {
	line-height:1.5;
}
#newslist .newslist li .n_tittle a {
    font-size: 16px;
}
#newslist .newslist li .n_tcts {
	float: left;
    width: calc(100% - 110px);
}
.page-numbers {
    margin: auto;
    display: table;
    font-size: 12px;
}
.page-numbers li {
    display: table-cell;
    border-bottom: none!important;
    padding-left: 10px;
    padding-right: 10px;
}

#content nav {
    width: auto!important;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: dashed 1px #d2cfc5;
    border-bottom: dashed 1px #d2cfc5;
    margin-top: 40px;
    margin-left: 10px;
    margin-right: 10px;
}

#content nav a{
    color: #004097;
    text-decoration: none;
}

.nsingle .entry-header{
    display: block!important;
    margin-left: 0px!important;
    width: 100%;
	position:static;
}

.nsingle .entry-header h1{
	display:none;
}

.nsingle .n_tittle{
    margin-bottom: 10px;
    font-size: 19px;
    line-height: 22px;
    text-align: left;
    margin-top: 0px;
    padding-top: 0px;
    color: #004097 !important;
    font-weight: bold;
	border-bottom: dashed 1px #d2cfc5;
    padding: 0px 0 6px 0;
}

img[class*="align"], img[class*="wp-image-"] {
    border: none!important;
}
.nsingle{
    overflow: hidden;
    padding-top: 50px;
}
.nsingle img{
    width: 80%;
    padding-left: 0px;
    height: auto;
}

#nav-single {
    float: right;
    position: relative;
    top: -0.3em;
    text-align: right;
    z-index: 1;
}

#nav-single .nav-previous {
    padding-right: .5em;
}

#content nav{
    width: 100%;
    margin-bottom: 40px;
}

#nav-single .nav-previous{
	float:left;
}

#comments{
	display:none;
}

.nsingle #nav-single{
    width: 100%!important;
    margin-left: 0px;
    margin-right: 0px;
    min-height: 26px;
	margin-bottom: 20px;
}

#nav-single .linknews a{
    position: absolute;
    top: 10px;
    left: 50%;
    margin-left: -30px;
}
.btn_area2 {
	margin-bottom:20px;
	overflow:hidden;
	text-align:center;
}
.bs_btn2{
	width:44%;
	margin:0 8px 8px;
	position:relative;
	display: inline-block;
    border-radius: 3px;        /* CSS3草案 */  
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px;   /* Firefox用 */
    -webkit-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    -ms-transition: .3s ease-out;
    transition: .3s ease-out;
	background-color:#abcd38;  
}
.btn_area2 ul {
	margin-left:0px;
	text-align:center;
}

.bs_btn2:hover{
	background-color:#789a08;
	border-radius: 3px;        /* CSS3草案 */  
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px;   /* Firefox用 */
}

.bs_btn2 a{
    display: block;
    text-align: center;
    font-size: 14px;
    color: #fff;
    padding: 10px 0 10px;
    -webkit-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    -ms-transition: .3s ease-out;
    transition: .3s ease-out; 
}

.bs_btn2 a:hover{
	color:#fff;
	background: #789a08;
	border-radius: 3px;        /* CSS3草案 */  
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px;   /* Firefox用 */
}
.bs_btn2 .icon_arrow {
    width: 6px !important;
    position: absolute;
    right: 8px;
    top: 16px;
	transform: rotate( 90deg );
}
.bnr_list ul {
	overflow:hidden;
	margin:0;
}
.nolead #content .post_content {
	margin-top:60px;
}
/*.bnr_list ul li {
	margin-bottom:15px;
	display:inline-block;
	vertical-align:top;
}
.bnr_list ul li img {
	box-shadow: rgba(3, 3, 3, 0.2) 0px 5px 5px;
	border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
	width:100%;
}
.bnr_list ul li:nth-child(1),.bnr_list ul li:nth-child(2),.bnr_list ul li:nth-child(3) {
	width:30%;
}
.bnr_list ul li:nth-child(1),.bnr_list ul li:nth-child(2) {
	margin-right:3%;
}
.bnr_list ul li:nth-child(4),.bnr_list ul li:nth-child(5),.bnr_list ul li:nth-child(7),.bnr_list ul li:nth-child(8) {
	width:48%;
}
.bnr_list ul li:nth-child(4),.bnr_list ul li:nth-child(7) {
	margin-right:1%;
}
.bnr_list ul li:nth-child(6) {
	width:98%
}
.bnr_list ul li:nth-child(7),.bnr_list ul li:nth-child(8) {
	margin-bottom:0;
}*/
input#s {
    background: url(images/search.png) no-repeat 5px 6px;
    font-size: 14px;
    height: 22px;
    line-height: 1.2em;
    padding: 5px 10px 5px 9px;
}
input#searchsubmit {
    background-color: #004097!important;
    border: none;
    margin-right: 3px;
    cursor: pointer;
    color: #FFF!important;
    opacity: 1;
	font-weight: normal;
	padding: 8px 10px 5px 10px;
}
.searchform {
	border: solid 1px #f1f1f1;
    margin-bottom: 30px;
    padding: 12px 20px;
    background: #fdfdfd;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.categories {
	list-style:none;
}
.categories ul li {
	display:inline-block;
	position:relative;
	padding-right:16px;
}
.categories ul li:after {
	content:"/";
	position:absolute;
	right:3px;
	top:0px;
}
.categories ul li a {
	color:#004097;
	font-weight:bold;
}
.cat_icon a {
    background: #fabe00;
    color: #fff;
    font-size: 11px;
    padding: 1px;
}
#newslist .newslist li {
    margin-bottom: 20px;
    padding-bottom: 20px;
    overflow: hidden;
    border-bottom: 1px dotted #eee;
}
.relation h5 {
	margin-top:0px;
	margin-bottom:10px;
}
.relation ul li a {
    margin-left: 10px;
    font-size: 14px;
    font-weight: bold;
}
.relation ul {
	margin-bottom:20px;
}
.relation ul li {
	margin-bottom:0.5em;
}
.fancybox-close {
    top: -30px !important;
    right: 10px !important;
}

#content .post_content .spcourse ul li h5 {
    color: #f39800;
    background: #fef0dd;
    border: solid 1px #f39800;
    text-align: left;
    margin: 30px 0 10px 0;
    padding: 10px 20px;
    font-size: 15px;
}
#content .post_content .spcourse h5.inst {
    color: #92539d;
    background: #f2eaf4;
    border: solid 1px #92539d;
    text-align: left;
    margin: 20px 0 10px 0;
    padding: 10px 20px;
    font-size: 15px;
}

/*よくある質問*/
/*.qa ul.qalist li{
    margin-bottom: 20px;
    position: relative;
	background-color:#f4fafe;
	border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.qa ul.qalist li .question{
	position:relative;
	cursor:pointer;
}

.qa ul.qalist li .question p{
    margin-left: 23px;
    padding: 12px 0px;
    font-size: 15px;
    font-weight: bold;
    color: #004097;
    line-height: 1.4;
    padding-right: 30px;
	padding-left:20px;
}
.qa ul.qalist li .question span {
	font-size:22px;
	color: #fabe00;
    position: absolute;
    top: 7px;
    left: 18px;
}

.qa ul.qalist li .question .arrow{
    width: 14px;
    height: 14px;
    position: absolute;
    top: 12px;
    right: 10px;
    text-align: center;
}

.qa ul.qalist li .question .arrow img{
    transition: all .4s;
    transform: rotateZ(90deg);
    -webkit-transform: rotateZ(90deg);
	width:14px;
}
.qa ul.qalist li .question .arrow.active img {
    transform: rotateZ(-90deg);
    -webkit-transform: rotateZ(-90deg);
	width:14px;
}

.qa ul.qalist li .answer{
	position:relative;
	display:none;
	background-color:#f4fafe;
	padding-bottom: 10px;	
}

.qa ul.qalist li .answer div{
    margin-left: 38px;
    padding: 12px 10px 12px 35px;
    font-size: 15px;
	background: #fff;
    margin: 0 10px;
	position:relative;
}
.qa ul.qalist li .answer div span {
	color:#014099;
	font-size:22px;
    position: absolute;
    top: 6px;
	left:10px;
	font-weight:bold;
}*/

/*Cカード取得キャンペーン*/
#content .post_content .cccampaign h3 {
	background: url(../../../assets/img/low/c-card_campaign/bg_head_pc.png) no-repeat center bottom;
    background-size: 100%;
    color: #014099;
    text-align: center;
    padding-bottom: 10px;
    font-size: 17px;
    line-height: 1.4;
    margin:20px 0 15px 0;
    clear: both;
}
#content .post_content .cccampaign .reco img, .ttl_padi {
	width: 98%;
    margin-bottom: 0;
	margin:auto;
	display:block;
}
.cccampaign .ttl_padi {
	margin:30px auto !important;
}
.cccampaign .point {
	margin-top:20px;
}
#content .post_content .cccampaign .point li {
	background: url(../../../assets/img/low/c-card_campaign/icon_tatsu_pc.jpg) no-repeat left center;
    background-size: 30px;
	padding-left:35px;
	font-size:13px;
	font-weight:bold;
	margin-bottom: 1em;
    letter-spacing: 2px;
}
.cccampaign .point li span {
	color:#ea6182;
}
#content .post_content .cccampaign .feature ul {
	line-height: 2.4;
    letter-spacing: 1px;
    text-align: center;
    min-height: 200px;
    margin-top: 30px;
    padding-bottom: 20px;
    background-image: url(../../../assets/img/low/c-card_campaign/bg_fish_l_pc.jpg), url(../../../assets/img/low/c-card_campaign/bg_fish_r_pc.jpg);
    background-repeat: no-repeat, no-repeat;
    background-position: left center, right center;
    background-size: 55px 106px, 55px 106px;
}
.cccampaign .feature ul li {
	font-size: 14px;
    font-weight: bold;
    padding-top: 30px;
    margin-bottom: 1.5em;
    line-height: 1.7;
}
.cccampaign .feature ul li span {
	font-size:11px;
	font-weight:normal;
	display:block;
}
.cccampaign .feature ul li:nth-child(1) {
	background: url(../../../assets/img/low/c-card_campaign/icon_1_pc.png) no-repeat top center;
    background-size: 35px 29px;
}
.cccampaign .feature ul li:nth-child(2) {
	background: url(../../../assets/img/low/c-card_campaign/icon_2_pc.png) no-repeat top center;
    background-size: 35px 29px;
}
.cccampaign .feature ul li:nth-child(3) {
	background: url(../../../assets/img/low/c-card_campaign/icon_3_pc.png) no-repeat top center;
    background-size: 35px 29px;
}
.cccampaign .feature ul li:nth-child(4) {
	background: url(../../../assets/img/low/c-card_campaign/icon_4_pc.png) no-repeat top center;
    background-size: 35px 29px;
}
.cccampaign .feature ul li:nth-child(5) {
	background: url(../../../assets/img/low/c-card_campaign/icon_5_pc.png) no-repeat top center;
    background-size: 35px 29px;
}
.cccampaign table .coursenm {
    font-weight: bold;
    width: 38%;
}
.cccampaign table span {
    color: #cc242a;
    font-size: 16px;
    font-weight: bold;
}
.cccampaign iframe {
    height: 300px !important;
}
/*アメブロ*/
.abfeed dl dt {
	font-weight:100;
	color:#231815;
	font-size:13px;
}
.abfeed dl dd {
	font-weight:bold;
}

/*ツアー*/
.mainbnr p {
	font-size: 14px;
    text-align: center;
    color: #004098;
    line-height: 1.6;
}
#content .post_content .abouttour .h3outer {
	text-align:center;
}
#content .post_content .abouttour 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: 40px;
    color: #004098;
    font-size: 22px;
    padding: 15px 50px;
    display: inline-block;
	margin-top: 1.5em;
}
.abouttour .point li {
	font-size:14px;
	font-weight:bold;
	margin-bottom: 0.5em;
    letter-spacing: 2px;
}
.abouttour .point li:before {
	content:"●";
	color:#004098;
}
.abouttour ul.tourbnr {
	margin:30px 0;
	overflow:hidden;
}
.w60 {
	width:60%;
	margin:auto;
	display:block;
}
ul.tourbnr li {
	width: 49%;
    float: left;
    text-align: center;
    position: relative;
    box-sizing: border-box;
    margin-bottom: 1%;
}
ul.tourbnr li:nth-child(2n) {
	float:right;
}
ul.tourbnr li:last-child {
	width:100%;
}

.tourbeginner .tourlead {
	font-size: 15px;
    color: #004098;
	font-weight: 500;
	border-top: 1px solid #fdd000;
    padding-top: 20px;
    margin-bottom: 10px;
}
.tourbeginner .tourlead span {
	background: url(../../../assets/img/common/marker.png) repeat-x bottom;
	background-size:5px 4px;
}
#content .post_content .tourbeginner h4 {
    background: none;
    border-bottom: 1px solid #fdd000;
    color: #f08700;
    border-top: 1px solid #fdd000;
	text-align: center;
    font-size: 17px;
	margin-top:1em;
	padding: 10px 0;
}
#content .post_content .tourbeginner h4 span {
	color:#004098;
	font-weight:500;
	display:block;
	font-size:15px;
}
.tourbeginner .tourlist li {
	margin-bottom:10px;
}
.tourbeginner .requestmethod {
	background: #e9f6fe;
    border: #21b8ce solid 1px;
    box-sizing: border-box;
    padding: 20px 20px 0;
    width: 100%;
    display: block;
    text-align: center;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
.tourbeginner .requestmethod p {
	font-size: 15px;
    font-weight: 600;
    line-height: 1.7;
    margin-bottom: 1em;
}
.tourbeginner .requestmethod p span {
	color:#bb0007;
	display:block;
}
.tourbeginner .sh5 {
	display:inline-block;
}
.nativesea {
	background: #fefefe;
    border: #21b8ce solid 1px;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: bold;
    padding: 20px 20px 0;
    clear: both;
    width: 100%;
    display: block;
    text-align: center;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
.nativesea .lphoto_cts h5 {
    background: url(../../../assets/img/low/logo_ns.jpg) no-repeat center top;
    background-size: 100px 103px;
    padding: 120px 0 0 0;
	margin: 0 0 1em 0;
    font-size: 17px;
}
.nativesea .lphoto_cts .lphoto {
	margin-bottom:0;
}
.nativesea .lphoto_cts {
	margin-bottom:20px !important;
}

.shoplist {
	overflow:hidden;
	margin-bottom:10px;
}
.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;
	font-size:13px;
}
.shoplist li a {
	background: url(../../../assets/img/common/icon_tel_pc.png) no-repeat left center;
	background-size: 10px 10px;
    display: inline-block;
    padding: 0 18px;
	font-size:13px;
	font-weight:bold;
}
.shoplist li:nth-child(even) {
	float:right;
}
.shoplist li img {
	margin-bottom:0px;
}

/*ノリスの強み*/
.pointbnr {
	overflow:hidden;
	text-align:center;
}
.pointbnr a {
	float:left;
    width: 49%;
	display:block;
	margin-bottom:2%;
}
.pointbnr a:nth-child(even) {
	float:right;
}
.pointbnr a img {
	width:100%;
	margin-bottom:0;
}

/*料金*/
.tab li {
	width:32%;
	float: left;
	margin-right:2%;
}
.tab li:last-child {
	margin-right:0;
	float:right;
}
.tab li a {
    background: #dff2fc;
    border: #21b8ce solid 1px;
	border-bottom:none;
	box-sizing: border-box;
	font-size: 13px;
    font-weight: bold;
	padding:6px 0 4px;
	width:100%;
	display:block;
	text-align:center;
	border-radius: 10px 10px 0 0 / 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0 / 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0 / 10px 10px 0 0;
}

.content {
    clear: both;
    overflow: hidden;
    width: 100%;
    /*border: 1px solid #fabe00;
    box-sizing: border-box;
    padding: 20px 20px;*/
}
.area {
    display: none;
}
.tab li a:hover {
    background: #fffae9;
    border: #fabe00 solid 1px;
	border-bottom:none;
	color:#fabe00;
}
.tab li.active a {
	background: #fabe00;
    border: #fabe00 solid 1px;
	border-bottom:none;
	color:#fff;
}
.price .camp_price {
	background: #fffae9;
    border: #fabe00 solid 1px;
    display: inline-block;
    margin: 0 0 30px;
    padding: 10px 15px 15px;
    font-size: 18px;
    color: #fabe00;
    line-height: 1.7;
    font-weight: bold;
    border-radius: 10px;
    width: 100%;
    box-sizing: border-box;
}
.price .camp_price span {
	color: #b60205;
    font-size: 26px;
    border-bottom: double 3px #b60205;
}
.price table {
	margin-bottom:1em;
}

.gallery {
	margin-top:60px;
}
.gallery .explain {
    margin-bottom: 2em;
    margin-top: -6px;
}

.staff section {
	text-align: center;
    position: relative;
    border: 1px solid #014099;
    box-sizing: border-box;
	margin-bottom:10px;
}
.staff section a {
	display:block;
}
.staff section a:hover {
	opacity:0.8;
}
.staff section a img:hover {
	opacity:1;
}
.staff section img {
	width:100%;
	margin-bottom:0px;
}
.staff section div {
    position: absolute;
    bottom: 0;
    display: block;
    background: rgba(255, 255, 255, 0.7);
    width: 100%;
	padding:5px 0;
}
.staff section p {
	line-height:1.7;
}
.staff section .name {
    color: #004097;
    font-size: 18px;
    font-weight: bold;
}
.staff section .name span {
	font-size:15px;
    font-family: 'Cantata One', serif, "Times New Roman" ,"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}
#content .post_content .staffdetail h3 span {
	font-weight:normal;
	font-size:15px;
	display:block;
	margin-right:1em;
}
#content .post_content .staffdetail h3 span.nameen {
	display:inline-block;
	font-family: 'Cantata One', serif, "Times New Roman" ,"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}
.staffdetail {
    margin-top: -80px;
}
.staffdetail .item:first-child {
	padding-top:85px;
}
.staffdetail > .item {
	padding-top: 90px;
	margin-bottom:-60px !important;
}
.staffdetail > .item:last-child {
	margin-bottom:0px !important;
}
.staffdetail .message {
	padding-bottom:5px;
	position:relative;
}
.staffdetail .message p {
	background: #fffae9;
    border: #fabe00 solid 1px;
    display: inline-block;
    margin: 0 0 30px;
    padding: 10px;
    font-size: 15px;
    color: #fabe00;
    line-height: 1.7;
    font-weight: bold;
    border-radius: 10px;
    width: 100%;
    box-sizing: border-box;
}
.staffdetail .message p:after {
	content: "";
    background: url(../../../assets/img/low/balloon.png) no-repeat left top;
    background-size: 40px 30px;
    width: 40px;
    height: 30px;
    position: absolute;
    left: 100px;
    bottom: 6px;
}
.staffdetail .lphoto_cts {
	margin-bottom:10px !important;
    border-bottom: dotted 1px #fabe00;
}

#content .post_content .sitemap h2 {
	font-size: 18px;
    line-height: 1.3;
    min-height: 28px;
    color: #004097;
    margin: 2em 0 0.8em 0;
    clear: both;
    position: relative;
    padding: 10px 0 10px 50px;
    background-image: url(../../../assets/img/low/icon_h4.png), url(../../../assets/img/low/line_h4.gif);
    background-repeat: no-repeat, repeat-x;
    background-position: left center, left bottom 10px;
    background-size: 50px 50px, 1px 1px;
}
.sitemap .wsp-container ul .page_item:before, .wsp-posts-list .wsp-post:before, .wsp-ai1ec_events-list li:before, .wsp-events_categoriess-list li:before {
	content:"» ";
	color:#004097;
}
#content .post_content .sitemap .wsp-container h2:first-child {
	margin-top:0px;
}
.sitemap .wsp-container ul li .children {
	padding-left:1em;
}
.sitemap .wsp-container ul li .children li:before {
	content:"- ";
	color:#004097;
}
.sitemap .wsp-category-title {
	color:#004097;
}
.sitemap .wsp-posts-list li strong {
	margin-top: 1em;
    display: block;
}
#content .post_content iframe {
    width: 100%;
    height: 340px;
}
.shop iframe {
	margin-top: -20px;
}

.sicon {
	display:inline-block;
	margin-right:20px;
}
.sicon span {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 5px;
	margin-right:5px;
}
.sicon .shimeji {
	background: #e74c3c;
}
.sicon .sokayama {
	background: #e67e22;
}
.sicon .ssannomiya {
	background: #3498db;
}
.sicon .smaiko {
	background: #9fcb33;
}
.sicon .smeguro {
	background: #9b5673;
}
.ai1ec-calendar {
	margin-bottom:60px !important;
}
.ai1ec-category-filter .ai1ec-dropdown-toggle {
	text-indent:-9999px;
	background: url(../../../assets/img/low/shop_choice.svg) no-repeat center !important;
    background-size: 70px !important;
	width: 100px !important;
}
/*.ai1ec-word-wrap.ai1ec-month-view .ai1ec-allday .ai1ec-event::before {
	content: "";
    background: url(../../../assets/img/low/icon_large.svg) no-repeat left center !important;
    background-size: 28px !important;
    width: 27px;
    height: 13px;
	left: 8px;
    margin-top: 1px;
    display: inline-block;
    position: absolute;
}
.ai1ec-word-wrap.ai1ec-month-view .ai1ec-allday .ai1ec-event .ai1ec-event-title {
	padding-left:36px;
}*/
.ai1ec-dropup {
	display:none !important;
}
.ai1ec-title-buttons .ai1ec-btn-group {
	margin-left:0 !important;
}

.ai1ec-event-details-ready .pagetittle .cont:before {
	content:"TOUR SCHEDULE";
    color: #fff;
    font-weight: 100;
    width: 100%;
    margin: auto;
    display: block;
    margin-top: 42px;
    font-size: 22px;
    line-height: 1.4;
    text-align: center;
    text-shadow: rgba(0,0,0,0.4) 0px 0px 8px;
    -moz-text-shadow: rgba(0,0,0,0.4) 0px 0px 8px;
    -webkit-text-shadow: rgba(0,0,0,0.4) 0px 0px 8px;
}
.ai1ec-event-details-ready .pagetittle .cont:after {
	content:"ツアースケジュール";
    display: block;
    font-size: 12px;
    color: #fff;
    text-align: center;
    font-weight: 100;
}
.ai1ec-event-details-ready .pagetittle h2 {
	display:none;
}

.ai1ec-event-details-ready .breadcrumbs span:nth-last-child(2) ,.ai1ec-event-details-ready .breadcrumbs span:nth-last-child(3) {
	display:none;
}
.ai1ec-event-details-ready .breadcrumbs span span {
	display:inline-block !important;
}
.ai1ec-event-details-ready .ai1ec-actions, .ai1ec-event-details-ready #nav-single, .ai1ec-event-details-ready .relation ,.ai1ec-event-details-ready .searchform, .ai1ec-event-details-ready .n_time {
display:none;
}
.ai1ec-event-details-ready .nsingle {
	padding-top:70px;
}
.shop_if li {
	margin-bottom:15px;
	padding-bottom:15px;
}
.post_content strong {
    color: #ec1f27;
    font-size: 120%;
}

}