/*
Theme Name: Nifty Lite
Theme URI: https://speciatheme.com/nifty-free/
Author: Specia
Author URI: https://speciatheme.com/
Description: Nifty Lite is a trending WordPress theme with lots of powerful features, instantly giving a professional look to your online presence. It fits for business, portfolio, food & restaurant, gym & fitness, spa salon, medical practitioner & hospitals, landing pages, product pages, corporate business, digital agency, product showcase, financial advisor, accountant, law firm, wealth advisor, photography, personal, and any eCommerce stores. Nifty premium version provides you more than 10 different designs and supports popular plugins WPML, Polylang, WooCommerce, Contact Form 7, Revolution Slider, Elementor, Visual Composer, WP-Forms, Ninja Forms, Jetpack, WP-Featherlight, Give (WordPress Donation Plugin), Gravity Forms, Yoast SEO and many more. View the demo of Nifty Premium https://demo.speciatheme.com/pro/?theme=nifty
Template: specia
Version: 3.0.4
License: GPLv3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: nifty-lite
Tags: one-column, two-columns, left-sidebar, right-sidebar, flexible-header, custom-background, custom-colors, custom-header, custom-menu,  custom-logo, featured-image-header, featured-images, footer-widgets, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, editor-style, blog, photography, portfolio, grid-layout

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

*/

html{
	 scroll-behavior: smooth;
}

/*---------------------------------------
    Header Social Icons
-----------------------------------------*/
.header-top-info-8 .social {
    padding: 0px 0;
    margin: 0;
    line-height: 20px;
    padding: 5px 0 4px;
}
.header-top-info-8 .social li {
    font-family: 'Awesomefont';
    margin-right: 4px;
        display: inline-block;
}
.header-top-info-8 .social li {
    position: relative;
}
.text-center .social li {
    margin: 0 2px;
}
.social li a {
    display: table;
    position: relative;
    -webkit-transition: .3s all;
    transition: .3s all;
     overflow: hidden;
}
.header-top-info-8 .social li a i {
    background: #ffffff;
    border-radius: 3px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    color: #283645;
    width: 25px;
    height: 25px;
    font-size: 12px;
    -webkit-transition: all 200ms ease-out;
       -moz-transition: all 200ms ease-out;
         -o-transition: all 200ms ease-out;
            transition: all 200ms ease-out;
}
.header-top-info-8 .social li a i:hover {
    color: #ffffff;
    -webkit-animation: socialFxD .3s forwards;
            animation: socialFxD .3s forwards
}
@-webkit-keyframes socialFxD {
    49% {
        -webkit-transform: translateX(100%);
                transform: translateX(100%)
    }
    50% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: translateX(-100%);
                transform: translateX(-100%)
    }
    51% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
    }
}


.owl-item .item{
	height:100vh;
	transform: scale(1, 1);
	background-size:cover !important;
	transition: transform 15000ms ease-out 0s;
}

.owl-item.active .item{
	transform: scale(1.1, 1.1);
	transition: transform 15000ms ease-out 0s;
}

.owl-controls{
	display:none;
}
/*---------------------------------------
    Nifty Navigation
-----------------------------------------*/
.nifty-logo {
    padding: 0 17% !important;
}
.navbar-brand {
    color: #ffffff;
}
.site-title a, .site-description {
    color: #ffffff;
}
.nav-nifty {
    padding: 0 !important;
}

.nav-nifty {
    background: #1c314c !important;
}

.nav-nifty .navbar-nav > .active > a{
	border-top:none !important;
}
.nav-nifty .navbar-nav>.active > a, .nav-nifty .navbar-nav>.active > a:hover, .dropdown-menu > .active > a {
    background: transparent !important;
}

.nav-nifty .navbar-nav > .active > a, .nav-nifty .navbar-nav > .active > a:hover {
    border-radius: 0 !important;
    padding: 12px 17px !important;
    text-transform: uppercase !important;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus {
    color: #333 !important;
}
.dropdown-menu > .active > a:hover {
    color: #ffffff !important;
}

.nav-nifty .navbar-nav > li > a {
    color: #ffffff !important;
    text-transform: uppercase;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 70px;
}

.nifty_button {
    padding: 10px 0;
}
a.nifty-button {
    margin-left: 20px !important;
    padding: 17px 12px !important;
    font-weight: 600 !important;
    color: #ffffff;
}

a.nifty-button, a.nifty-button:hover, .navbar-default .navbar-nav > li > a.nifty-button:hover {
    color: #ffffff !important;
}
.nifty-button-container ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: right;
}
.header_nifty_dark {
    width: 100%;
	position:relative;
}
.header_nifty_dark p {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
  z-index:10;
}

.header_nifty_dark .info_details .icon {
    width: 28px;
    height: 25px;
    display: inline-block;
    position: relative;
    top: 4px;
}
.header_nifty_dark .info_details .icon i {
    font-size: 23px;
    line-height: 33px;
}
.header_nifty_dark .info_details a {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
}
.header_nifty_light {
    background: #fff;
    width: 100%;
    z-index: 9;
    padding: 32px 0 32px 0;
}
.header_nifty_light .info_details .icon {
    width: 28px;
    height: 25px;
    display: inline-block;
    position: relative;
    top: 4px;
}
.header_nifty_light .info_details .icon i {
    font-size: 23px;
    line-height: 33px;
}
.header_nifty_light .info_details a {
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
}

.header_nifty_dark {
    background: #fff;
}

.nav-nifty, .nav-nifty-sub {
    padding: 0 !important;
}

.nav-nifty {
    background:#005599 !important;
	box-shadow:none;
}

.nav-nifty-sub {
    background:#fff !important;
	box-shadow:none;
}

.nav-nifty-sub .navbar-nav > .active > a, .nav-nifty-sub .navbar-nav > .active > a:hover {
    border-top: solid 3px #01d2d6 !important;
	background:initial;
	color:#747474 !important;
}

.nav-nifty .navbar-nav>.active > a, .nav-nifty .navbar-nav>.active > a:hover, .dropdown-menu > .active > a {
    background: transparent !important;
}

.nav-nifty .navbar-nav > .active > a, .nav-nifty .navbar-nav > .active > a:hover {
    border-radius: 0 !important;
    padding: 12px 17px !important;
    text-transform: uppercase !important;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus {
    color: #333 !important;
}
.dropdown-menu > .active > a:hover {
    color: #ffffff !important;
}

.navbar-nav > li > a {
    color: #fff;
    text-transform: uppercase;
	font-size:17px;
	font-family: "UD Shin Go Medium" !important;
}

.nifty_button {
    padding: 10px 0;
}
a.nifty-button {
    margin-left: 20px !important;
    padding: 17px 12px !important;
    font-weight: 600 !important;
    color: #ffffff;
}

a.nifty-button, a.nifty-button:hover, .navbar-default .navbar-nav > li > a.nifty-button:hover {
    color: #ffffff !important;
}
.nifty-button-container ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: right;
}

/*---------------------------------------
    Nifty Cart
-----------------------------------------*/
.nifty-cart {
    background: transparent;
    width: 35px;
    height: 35px;
    position: relative;
    top: 14px;
}
.cart-icon {
    position: relative;
}
.nifty-cart a.cart-icon i {
    font-size: 20px;
    color: #ffffff;
}
.nifty-cart a.cart-icon span {
    position: relative;
    font-size: 11px;
    bottom: 31px;
    left: 11px;
    padding: 0px 4px;
    border-radius: 50%;
    color: #ffffff;
}
.nifty-button-container ul li {
    display: -webkit-inline-box;
}
.navbar-collapse.in {
    overflow-y: initial !important;
}
.navbar-collapse {
    border-top: 0 !important;
	padding:0;
}
/*---------------------------------------
    Nifty Media Query CSS
-----------------------------------------*/
@media only screen and (min-width: 200px) and (max-width: 768px) and (orientation : portrait) {
    .nifty-logo .custom-logo {
        margin: 0 auto !important;
        padding-bottom: 8px;
        margin-bottom: 23px !important;
    }
    .nifty-logo .navbar-brand {
        float: none !important;
    }
    .header_nifty_dark {
        /* background: #ffffff !important; */
    }
    .breadcrumb.nifty {
        margin-top: 0;
    }
    .contact_email, .contact_phone {
        display: none;
    }
    .nav-nifty.navbar-default .navbar-toggle .icon-bar {
        background-color: #fff !important;
    }
	.nav-nifty .navbar-header{
		text-align:center;
	}
    .nav-nifty .navbar-header .navbar-toggle {
        position: relative;
        background-image: none;
        float: none;
        left: 0;
		margin-right:0;
    }
    .navbar-default .navbar-toggle {
        border: none;
    }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        background: transparent;
    }
    .nav-nifty .dropdown-menu > li > a {
        color: #ffffff !important;
    }
	.navbar-nav{
		margin:0;
	}
    .nifty-button-container ul {
        text-align: left;
    }
    .call-to-action h2 {
        font-size: 20px;
        line-height: 24px;
        font-weight: 800;
        margin: 0 0 13px;
    }
    .call-to-action .call-btn-1 {
        float: left;
    }
}

@media only screen and (min-width: 200px) and (max-width: 768px) and (orientation : landscape) { 
    .nifty-logo .custom-logo {
        margin: 0 auto !important;
        padding-bottom: 8px;
        margin-bottom: 23px !important;
    }
    .nifty-logo .navbar-brand {
        float: none !important;
    }
    .header_nifty_dark {
        /* background: #ffffff !important; */
    }
    .breadcrumb.nifty {
        margin-top: 0;
    }
    .contact_email, .contact_phone {
        display: none;
    }
    .nav-nifty.navbar-default .navbar-toggle .icon-bar {
        background-color: #fff !important;
    }
    .nav-nifty .navbar-header .navbar-toggle {
        position: relative;
        background-image: none;
        float: initial;
        left: 0;
		margin-right:0;
    }
    .navbar-default .navbar-toggle {
        border: none;
    }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        background: transparent;
    }
    .nav-nifty .dropdown-menu > li > a {
        color: #ffffff !important;
    }
    .nifty-button-container ul {
        text-align: left;
    }
    .call-to-action h2 {
        font-size: 20px;
        line-height: 24px;
        font-weight: 800;
        margin: 0 0 13px;
    }
    .call-to-action .call-btn-1 {
        float: left;
    }
}

/*---------------------------------------
    Search Result
-----------------------------------------*/ 

.page-wrapper .posts-navigation a {
    background: transparent;
    font-family: 'Open Sans', sans-serif;
    padding: 12px 24px;
    border-radius: 30px;
    display: table-cell;
    float: left;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.page-wrapper .posts-navigation a:hover {
    color: #fff;
}

.page-wrapper .posts-navigation .nav-next {
    float: right;
}

/*---------------------------------------
    ADD
-----------------------------------------*/
.header-logo img {
    max-width: 80%;
    height: auto;
    margin: 0 auto;
}

.page_logo{
	width:300px;
}

body{
	overflow-x:hidden;
}

b, strong{
font-family: 'UD Shin Go Medium' !important;	
}

body, p, span, ul, li, a{
	font-family: 'UD Shin Go Regular' !important;
	color:#1d2129;
}
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
	font-family: UD Shin Go Medium !important;
}
p{
	font-size:16px;
}
.page-breadcrumb a{
	color:#003966 !important;
}

.section-heading{
	font-family: UD Shin Go Medium !important;
	font-weight:bold;
	font-size:30px;
	margin-bottom: 30px;
}
.section-description{
	font-family: UD Shin Go Regular !important;
	line-height: 2.4;
	display: flex;
   align-items: center;
   justify-content: center;
	margin-bottom: 0;
}
.section-description .text-left{
	display: block;
   text-align: left;
}
.section-description .text-right{
	display: block;
   text-align: right;
}
.section-btn{
	display: inline-block;
   background: #005599;
   color: #fff;
   padding: 10px 40px 10px 30px;
   margin-top: 3rem;
   font-weight: 700;
   font-size: 1.8rem;
	position: relative;
	border: 1px solid #005599;
}
.section-btn:hover{
   color: #005599;
   background: #fff;	
}
.section-btn:after{
	 content: "";
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    border-radius: 2px;
    -webkit-transform: rotate(45deg);
    position: absolute;
    top: 38%;
    right: 15px;
    transform: rotate(45deg);
}
.section-btn:hover:after{
    border-top: 2px solid #005599;
    border-right: 2px solid #005599;	
}
.page-header{
	height:300px;
	margin:0;
    border-bottom: 0;
	background-repeat:no-repeat !important;
	background-size:cover !important;
	background-position:center center !important;
}

.section-heading {
    color: #003966 !important;
}

.flex {
	display:flex;
	flex-wrap: wrap;
}

.flex .p-2{
	width:calc(100% / 3);
	position:relative;
	overflow:hidden;
}
.flex .p-2 a img{
	transition-duration: 0.3s;	
}
.flex .p-2 a:hover img{
	transform: scale(1.1);
	transition-duration: 0.3s;
}
.flex .p-2 .icon{
	display:inline-block;
	width:16px;
	margin-left:5px;
}
.flex .p-2 a:hover .icon{
	transform: scale(1);
}
.flex .p-1{
	width:50%;
	position: relative;
	background: #f4f9fc;
}

.flex .p-1 iframe{
	vertical-align:bottom;
}

.flex .p-1 div{
	position:absolute;
  	top: 50%;
  	left: 50%;
  	-ms-transform: translate(-50%,-50%);
  	-webkit-transform: translate(-50%,-50%);
  	transform: translate(-50%,-50%);
  	margin:0;
  	padding:0;
	width: 90%;
}
.flex .p-1 div .section-heading:nth-of-type(2){
	margin-top:50px;
}
.flex .p-2 p{
	position:absolute;
  	top: 50%;
  	left: 50%;
  	-ms-transform: translate(-50%,-50%);
  	-webkit-transform: translate(-50%,-50%);
  	transform: translate(-50%,-50%);
  	margin:0;
  	padding:0;
	font-size: 25px;
    padding: 25px 0;
    white-space: nowrap;
    width: 100%;
    background: rgba(0,0,0,0.5);
	color:#fff;
}
	.flex .p-1 br.sp{
		display:none;
	} 
@media (max-width: 1200px){
	.flex .p-1{
		width:100%;
	}
	.flex .p-1 div{
		position:relative;
		width:90%;
		padding:60px 0;
	}
	.flex .p-1:nth-of-type(3){
		order:4;
	}
	.flex .p-1 iframe{
		height:350px;
	}
}
@media (max-width: 767px){
	.header-logo img {
    	max-width: 300px;
	}
	.page_logo{
		width:240px;
	}

	.page-header{
		height:150px;
	}
	.flex .p-2{
		width:50%;
	}
	.flex .p-2 p{
		font-size:20px;
	}
	.flex .p-1 br.pc{
		display:none;
	} 
	.flex .p-1 br.sp{
		display:block;
	} 
	.section-description,
	.section-description .text-right{
		text-align: left;
	}
}

@media (max-width: 350px){
	.flex .p-2 p{
		font-size:18px;
		padding: 10px 0;
	}	
}
.blog-version-1  h2.entry-title {
    line-height: 24px;
	color:#fff;
	text-align:center;
}
.blog-version-1 h2.entry-title a {
    font-size: 18px;
	color:#fff !important;
}

.blog-version-1 footer.entry-footer {
    background: #005599 !important;
}

.portfolio-version {
    background: #fff  !important;
}

.single-content,
.entry-content {
    padding: 20px 20px 0;
}
.entry-date{
	margin-bottom:20px;
	text-align:right;
}

.entry-content .more-link {
    color: #005599 !important;
    border: solid 2px #005599 !important;
}

.entry-content .more-link:hover {
	color:#fff !important;
	background: #005599 !important;
    /*border: solid 2px #5fa6df !important;*/
}

/*
.entry-content p:nth-child(2){
	height:100px;
}
*/
.page-wrapper article{
	border:0;
	padding-bottom: 0;
}

.single article img{
	padding-bottom: 15px;
}

.single article figure img{
	padding-bottom: 0 !important;	
}

.single article figure{
	margin-bottom:15px;
}

.page-wrapper article:hover footer.entry-footer {
     background: #01d2d6;
}

.category-information .page-wrapper article{
border: 1px solid #f5f6f8 !important
}

.entry-content .more-link {
	border-radius:0;
}

.previous_post a:before{
	content: "\f100";
    font-family: "Fontawesome";
    font-size: 14px;
    margin-right: 5px;
}

.next_post a:after{
	content: "\f101";
    font-family: "Fontawesome";
    font-size: 14px;
    margin-left: 5px;
}

.previous_post a,
.next_post a{
	display:block;
}

.paginations a:hover, 
.paginations a:focus, 
.paginations a.active, 
span.page-numbers.current{
	border: 1px solid #5fa6df !important;
    background-color: #5fa6df !important;
}
.page-nav a,
a.page-numbers{
	color:#005599 !important
	/*color:#5fa6df !important;*/
}
a.page-numbers:hover{
	color:#fff !important;
}
.page-wrapper,
.site-content{
	background:#eee;
}

.single .page-wrapper{
	background:#fff;
}

.sub-menu{
	list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
	justify-content:center;
	flex-wrap:wrap;
}

.sub-menu li a{
	transition:.3s;
	color:#009988;
}
.sub-menu li a:hover{
	color:#1c314c;
	transition:.3s;
}

.sub-page .icon{
	width:100px;
	margin:0 auto;
}
.camp .sub-menu li{
	width: 25%;
	text-align:center;
	border-right: 5px dotted !important;
}

@media (max-width: 767px){
	.camp .sub-menu li{
	width: 50%;
	}
	.camp .sub-menu li:nth-child(3){
	border-left: 5px dotted !important;	
	}
	.camp .sub-menu li:nth-child(1),
	.camp .sub-menu li:nth-child(2){
	margin-bottom: 1rem;
}
}

.squ .sub-menu li{
	width: 50%;
	text-align:center;
	border-right: 5px dotted !important;
}

.sub-menu li:first-child{
	border-left: 5px dotted !important;
}

.sub-menu li i,
.sub-content h6 i {
	font-size:30px;
	padding-bottom:5px;
}

.sub-content h4{
	line-height:1.5;
	font-size:30px;
}


.sub-content div>div{
	background:white;
	position:relative;
}

.sub-content div>div img{
	width:100%;
}

.sub-content div div:nth-child(2){
	padding:30px;
	margin-bottom:30px;
}

.sub-content.np div div:nth-child(2){
	min-height:500px;
}

.sub-content.np3 div div:nth-child(2){
	min-height:168px;
}

div.f-column{
	min-height:234px;
}

div.s-column{
	min-height:190px;
}

.sub-content.np6 div div:nth-child(2){
	min-height:254px;
}

@media (max-width: 1200px){
.sub-content.np div div:nth-child(2){
	min-height:570px;
}

.sub-content.np3 div div:nth-child(2){
	min-height:190px;
}

div.f-column{
	min-height:278px;
}

div.s-column{
	min-height:215px;
}
	
.sub-content.np6 div div:nth-child(2){
	min-height:295px;
}

}

@media (max-width: 767px){
.sub-content.np div div:nth-child(2),
.sub-content.np3 div div:nth-child(2),
.sub-content.np4 div div:nth-child(2),
.sub-content.np6 div div:nth-child(2){
	min-height:initial;
}
}

.sub-content span{
	font-weight:bold;
}

.sub-content small{
	color:#ff0000;
	line-height: 1.5;
	padding-top:1.5rem;
	display:block;
}

.sub-content p.fa-title{
	font-family: UD Shin Maru Go DemiBold!important;
	text-align:left;
	padding-bottom:1rem;
}
.sub-content p:nth-of-type(1){
	margin-bottom:0;
}

.sub-content.reserve div>div{
	background:#fff;
	padding: 30px;
}
.sub-content.reserve p{
	font-family: UD Shin Maru Go DemiBold!important;
	font-size:20px;
	margin:0;
	padding:10px;
}

.sub-content ul{
	padding: 10px 0px 0 0;
	list-style:none;
	margin:0;
	
}
.sub-content ul li{
	 font-size: 16px;
	color:#1d2129;
	padding: 6px 0 0 0;
}
.lb-data .lb-caption{
	color:#fff;
}

.news-list-item img{
	height:250px;
	width: 100%;
	object-fit:cover;
	font-family: 'object-fit: contain;';
}

/*---------------------------------------
    YOUTUBE
-----------------------------------------*/
.youtube {
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
}
.youtube iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/*---------------------------------------
   slider
-----------------------------------------*/
#slide_wrap {
  position: relative;
  overflow: hidden;
}
#slide_wrap .slide_item {
  opacity: 0;
  transform: scale(1);
  transition: opacity 2s linear, transform 7.5s linear;
  position: relative;
  z-index: 1;	
}
#slide_wrap .slide_item:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
}
#slide_wrap .slide_item.show_ {
  opacity: 1;
}
#slide_wrap .slide_item.zoom_ {
  transform: scale(1.1);
}
#slide_wrap .slide_item img {
  display: block;
  object-fit: cover;
	font-family: 'object-fit:cover;';
	height:100vh;
	width:100vw;

}

/*---------------------------------------
    MENU
-----------------------------------------*/
#menu-top li a:hover,#menu-top li.current a{
	background:#fff;
	color:#005599 !important;
}

#menu-top li a{
	transition:.3s;
}
.nav.navbar-nav{
	width:100%;
	white-space:nowrap;
}
.navbar .navbar-nav > li{
	width:calc( 100% / 5 - 2px);
	text-align:center;
	margin: 0;
	white-space:nowrap;
}
.navbar #menu-gnb.navbar-nav > li{
	width:calc( 100% / 6 - 2px);
}
.navbar #menu-gnb > li a{
	color:#005599;
	/*color:#5fa6df;*/
	-webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
	    height: 70px;
}
.navbar #menu-gnb > li a:hover:before, 
.navbar #menu-gnb > li a:focus:before, 
.navbar #menu-gnb > li a:active:before,
.navbar #menu-gnb > li a.current:before{
	-webkit-transform: translateY(0);
    transform: translateY(0);
}
.navbar #menu-gnb > li a:before{
	content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: 0;
	background:#005599;
    /*background:#5fa6df;*/
    height: 4px;
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
#trekking a:after{
	content: url(images/blank_b.png);
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-left:2px;
}
#reserve{
background-color:#003966;
}

.sp_second-menu{
	display:none;
}
@media (max-width: 767px){
	.navbar .navbar-nav > li{
		width:100%;	
		text-align:left;
	}
	.navbar .navbar-nav > li a{
		padding: 10px 0;
	}
	.navbar .navbar-nav > li　a br{
		display: none;
	}
	.second-menu{
		display:none;
	}
	.sp_second-menu{
		display:flex;
		margin-left:0;
		padding-left:0;
		flex-wrap:wrap;
		list-style:none;
	}
	.sp_second-menu li a{
		color:#fff;
		display:inline-block;
		padding:0 !important;
	}
	.sp_second-menu li{
		width:50%;
		padding:10px 0;
	}
	#menu-top li.current .sp_second-menu li a,
	#menu-top li.current .sp_second-menu li a:hover{
		background: #005599 !important;
		color: #fff !important;
	}
	#menu-top li.current .sp_second-menu li a:hover{
		text-decoration: underline;
	}
	.sp_second-menu li:before{
		content: "\f054";
    	font-family: "Fontawesome";
    	font-size: 9px;
    	margin-right: 5px;
		margin-left: 20px;
		color:#fff;
	}
	.sp_second-menu #trekking a:after {
		content: url(images/blank.png);
	}
}

.sns{
	display:flex;
	flex-wrap:nowrap;
}

.sns div{
	width: calc(100% / 3);
	text-align:center;
}

.sns div a{
	display:block;
}

.sns div img{
	padding:2px !important;
	display: inline-block;
}

.sns .fb{
	background:#1877f2;
}

.sns .tw{
	background:#1da1f2;
}

.sns .ln{
	background:#00B900;
}


/*---------------------------------------
    Footer
-----------------------------------------*/
.footer-sidebar{
	background-repeat:no-repeat !important;
	background-size:cover !important;
	background-position:center center !important;
}
.footer-sidebar .background-overlay {
	background: rgba(23, 61, 60, 0.5) !important;
	opacity: 1 !important;
}
.footer-info{
	padding-left:10px;
}
.footer-sidebar .widget .footer-flex li {
	display:inline-block;
	width:24%;
}
.footer-copyright, .footer-copyright p, .footer-copyright p a {
    background: #005599 !important;
	font-size:14px;
}

.footer-sidebar .widget ul li a {
	color:#fff !important;
}
.footer-sidebar .widget ul li a:hover{
	color:#005599 !important;
}
.top-scroll{
	animation:none !important;
}
.footer-sub-menu{
	padding: 0.5rem 1rem;
   line-height: 1.6;
}
@media (max-width: 420px){
.footer-sidebar .widget .widget-title{
	font-size:20px;
}
}


.sea-content {
	display:flex;
	margin: 0 8.33333333%;
	flex-wrap:wrap;
	justify-content: space-between;
}

.sea-content article{
	width: calc(100%/2 - 20px);
	padding-bottom:0 !important;
}

.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
	  max-width: 800px;
	  width: 100%;
	margin: 0 auto;
}
 
.movie-wrap iframe {
		position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
@media (max-width: 768px){
	.sea-content {
		margin: 0;
	}
	.sea-content article{
		width:100%;
	}
	.movie-wrap iframe {
	   width: 100%;
		height: 100%;
   }
}

.sp_only{
	display:none;
}
@media (max-width: 768px){
.sp_only{
	display:block;
}
.pc_only{
	display:none;
}
}

/*---------------------------------------
    Fixed Page
-----------------------------------------*/
.sub-page_img{
	margin-bottom: 6rem;
}
.sub-page_list{
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	gap: 5%;
	margin: 0;
	padding: 0;
}
.sub-page_list p{
	margin-bottom: 0;
}
.sub-page_list-title{
	background-color: #005599;
	color: #fff;
	font-weight: bold;
	padding: 10px 0;
   text-align: center;
}
.sub-page_list-text{
	background-color: #fff;
	padding: 20px;
}
.sub-page_list li{
	background-color: #fff;
	width: calc(100% / 3  - 3.4%);
	padding: 0;
	margin-bottom: 3rem;
}
.sub-page_list.-picture li{
	width: calc(100% / 2 - 2.5%);
}
.sub-page a{
	color: #003966 !important;
}
@media (max-width: 768px){
	.sub-page_list li{
			width: calc(100% / 2 - 2.5%);
	}
}
@media (max-width: 420px){
	.sub-page_list li, .sub-page_list.-picture li{
			width: 100%;
	}	
}

.policy-box_outer{
	padding: 50px 30px;
	margin-top: 5rem;
	background: #fff;
	box-shadow: 0px 6px 12px rgb(0 0 0 / 16%);
}
.policy-box{
   margin-bottom: 5rem;
}
.policy-box h3{
	background-color: #1c314c;
   color: #fff;
   padding: 10px;
}
.policy-box_title{
	font-weight: 700;
	margin-bottom: 0;
}
.policy-box p:nth-of-type(1){
	margin-bottom: 2rem;
}
.policy-box_list li{
	color: #1d2129 !important;
}

.news-list{
	display: flex;
	flex-wrap: wrap;
   gap: 5%;
   align-items: stretch;
}
.news-list-item{
	width: calc(100% / 3 - 3.35%);
	background: #fbfbfb;
	margin-bottom: 5%;
}
.blog-version-1 article{
	padding-bottom: 0;
}
@media (max-width: 990px){
	.news-list-item{
		width: calc(100% / 2 - 2.5%);
	}
}
@media (max-width: 768px){
	.news-list-item{
		width: 100%;
	}
}

.header_nifty_dark p.header-side-logo{
	right:0;
	left:auto;
	transform: none;
	top: 10%;
}
.header_nifty_dark p.header-side-logo img{
	max-width: 300px;
}
@media (max-width: 768px){
.header_nifty_dark p.header-side-logo img{
	width: 70vw;
}	
}