html {
  scroll-behavior: smooth;
}

#topBar {
	background-color: #3072e0 !important;
}

#topBar ul.top-links>li>a {
	color: #FFF !important;
	padding: 5px 10px;
}

#topBar, #topBar>.container {
    min-height: 29px;
}

#topBar ul.top-links>li>a>i {	
	opacity: 1.0 !important;
}

#topBar ul.top-links>li {
    border-right: rgba(255,255,255,0.2) 1px solid !important;
}

#topBar ul.top-links>li>a:hover {
    background-color: rgba(255,255,255,0.2);
}

#topMain {
	font-size: 0px;
}

#topMain.nav-pills>li.active>a {
    color: #C02942;
    background-color:#dcdddd;
}

#topMain {
    border-right: initial;
}

#header {
	background-color: #f7f7f7;
	border-top: rgba(0,0,0,0.1) 1px solid!important;
}

#header.header-sm #topNav #topMain>li>a {
    height: 40px;
    line-height: 40px;
}

@media only screen and (max-width: 576px){
	#header #topNav a.logo{
		max-width: 300px!important;
    	height: auto!important;
	}
}

#header #topNav a.logo img{
	width: 100%;
}

#topNav .nav-pills>li:hover{
	background-color: #3072e0;
}

#topNav .nav-pills>li:hover>a{
	color: #FFF;
}

#topMain.nav-pills>li>a:hover{
	color: #FFF;
}

#topNav ul.nav.nav-pills>li {
	width: 20%;
    text-align: center;
}


#topMain.nav-pills>li:first-child {
    border-left: 1px solid #cccccc;
}

#topMain.nav-pills>li>a {
    border-right: 1px solid #cccccc;
    border-left: 1px solid #ffffff;
 }
/*
@media only screen and (min-width: 1201px){
	ul.nav.nav-pills>li {
	    width: 20%;
	}
}

@media only screen and (min-width: 993px) and (max-width: 1200px){
	ul.nav.nav-pills>li {
	    width: 18.7%;
	}
}
*/
@media only screen and (max-width: 992px){
	#topNav ul.nav.nav-pills>li {
	    width: 100%!important;
	}
}

#topMain>li {
    font-size: 14px !important;
}

@media only screen and (max-width: 1200px){
	#topMain>li {
	    font-size: 13px !important;
	}
}
#topNav ul.dropdown-menu li a {
	font-size: 14px;
}

.header-inner {
	padding: 5px;	
	text-align: center;
	/*margin-top: 5px;*/
}

.header-inner li{
	margin-top: 5px;
	padding-right: 0;
	font-size: 20px;
	color: #082b4b;
	padding-left: 20px;
}

.tp-bullets.tp-thumbs {
    z-index: 990 !important;
}

#topNav ul.dropdown-menu {
	min-width: 240px;
}

a, a:focus:not(.btn){
	color: #17325f;
}

/* facebook */
@media screen and (max-width: 767px) {
	.fb-container {
		width: 100%;
		max-width: 500px;
	}
}
 
@media screen and (min-width: 768px) {
	.fb-container {
		width: 500px;
	}
}

.sub-page-img-1 {
	background-image:url('../../assets/images/sub-page-images/common02.jpg')
}

.sub-page-img-2 {
	background-image:url('../../assets/images/sub-page-images/sub-page-travel.jpg')
}

.sub-page-img-3 {
	background-image:url('../../assets/images/sub-page-images/sub-page-hotel.jpg')
}

#header.header-sm #topNav a.logo>img {
	height: auto;
}

#content section:last-child {
	border-bottom: initial;
}

.blog-post-item {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: initial;
}

#header.fixed {
    box-shadow: 1px 1px 3px 1px #999!important;
}

.step-title.step-arrow-top, .step-title.step-arrow-bottom {
    color: #00accd;
    background-color: #fffbd3;
    border: 2px solid #00accd;
}

.step-title.step-arrow-bottom.notlast:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #00accd;
    left: 50%;
    margin-left: -20px;
    bottom: -26px;
}

/* 重ねるボックスの設定 */
.layer-in{
	/* ボックス配置指定 */
	position: absolute;
	bottom: -30px;
	right: 0px;
  }
  
  /* みずどりの基本設定 */
  .layer-img{
	width: 200px;
	height: auto;
  }

@media screen and (min-width: 1201px) {
	.layer {
		max-width: 430px;
	}
}

@media screen and (max-width: 1200px) {
	.layer {
		max-width: 320px;
	}
}

form br{ 
	display: none;
}

.custom-header{
	background-attachment: initial;
}

.custom-header>div>h1, .custom-header>div>span{
	color: #245580 !important;
	font-weight: 600 !important;
}

.custom-header>div>ol>li, .custom-header>div>ol>li>a{
	color: #245580 !important;
}

.custom-header.page-header-xlg{
	padding: 163px 0 163px 0!important;
}


div.testimonial>figure>img {
    width: 130px;
    height: 130px;
}

.testimonial-content {
    padding-left: 150px;
}

section.page-header .breadcrumb > li + li::before {
    content: ">";
}

@media only screen and (max-width: 1024px){
	section.page-header {
	    background-size: auto 100% !important;
	}
}

#fixed-bottom-menu {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    line-height: 2rem;
    margin: 0;
    padding: 0;
    z-index: 30;
}

.fixed-bottom-menu-container {
    background-color: #E16E0D;
}
.fixed-bottom-menu-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-diretion: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.fixed-bottom-menu-item {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
}
.fixed-bottom-menu-item {
    text-align: center;
    -webkit-align-self: baseline;
    -ms-flex-item-align: baseline;
    align-self: baseline;
}

.fixed-bottom-menu-item a {
    color: #FFFFFF;
}

.fixed-bottom-menu-item a {
    display: block;
    padding-top: 0.15rem;
    padding-bottom: env(safe-area-inset-bottom);
    line-height: 1rem;
    text-decoration: none;
}

.fixed-bottom-menu-text {
    font-size: 10px;
}

.social-line{
	background-color: #02b901;
}

.social-line:hover {
    background-color: #02b901 !important;
}

@media only screen and (max-width: 992px) {
    #header {
        height:initial !important;
    }
}

@media only screen and (max-width: 576px) {
    #header {
        height:80px !important;
    }
}

#footer {
    background: rgba(46, 120, 207,1);
    #background: rgba(6, 71, 127,1);
}

/* font size */
.fs-8 { font-size: 8px !important; }


.btn-open-campus:hover, .btn-open-campus:focus, .btn-open-campus:active {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}