@charset "UTF-8";

/*----- header  -----*/
#top-head {
	position: fixed;
	height: 100px;
    width: 100%;
	margin: auto;
	padding: 0 30px;
	line-height: 1;
    background-color: #fff;
    z-index: 1000;
 }
#top-head a {
	height: 36px;
	color: #000;
	text-decoration: none;
 }
#top-head .logo {
	padding: 0;
    margin: auto;
    position: absolute;
    top: 25%;
 }
#top-head .logo img{
	height: 50px;
    width: auto;
 }
#global-nav ul {
    display: table;
    position: absolute;
    /* right: 35px; */
    right: 3vw;
    top: 12%;
    line-height: inherit;
    list-style: none;
    font-size: 15px;
}
#global-nav ul li {
    display: inline-table;
    padding-left: 15px;
 }

 .to_tour a {
    background-color: #d1b478;
    color: #fff !important;
    height: auto !important;
    width: 98px;
    padding: 8px 10px;
    border-radius: 5px;
 }

 .to_recruit {
    padding-left: 10px !important;
 }

 .to_recruit a {
    background-color: #d5554a;
    color: #fff !important;
    height: auto !important;
    width: 98px;
    padding: 8px 10px;
    border-radius: 5px;
 }

.to_tour a p,
.to_recruit a p {
    text-align: center !important;
}


.to_tour a:hover,
.to_recruit a:hover {
    color: #fff !important;
    opacity: 0.7;
}

#global-nav li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
}
#global-nav li a:hover{
    color: #d75446;
}
#global-nav ul a::after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #d75446;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}
#global-nav ul a:hover::after {
  bottom: 5px;
  opacity: 1;
  visibility: visible;
}


.to_tour a:hover::after,
.to_recruit a:hover::after {
    display: none;
}






/*----- Toggle Button  -----*/
#nav-toggle {
	display: none;
	position: absolute;
	right: 12px;
	top: 14px;
	width: 34px;
	height: 36px;
	cursor: pointer;
	z-index: 101;
 }

#nav-toggle div {
	position: relative;
 }

#nav-toggle-text {
	margin-top: 29px;
        color: #00a0e9;
	font-size: 12.4px;
        text-align: center;
 }

#nav-toggle span {
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	background: #00a0e9;
        color: #00a0e9;
	left: 0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
 }

#nav-toggle span:nth-child(1) {
	top: 0;
 }

#nav-toggle span:nth-child(2) {
	top: 11px;
 }

#nav-toggle span:nth-child(3) {
	top: 22px;
 }


/*----- フッター  -----*/
footer {
	position: relative;
    width: 100%;
	padding: 30px;
	background-color: #fcf7ed;
　}
#page_top {
    position: fixed;
    bottom: 30px;
    right: 20px;
    z-index: 3;
}
#page_top img{
   width: 50px;
}
#page_top a {
    text-align: center;
    text-decoration: none;
    padding: 20px 20px;
}
#page_top a:hover {
    text-decoration: none;
}
.footer{
    display: table;
    position: relative;
    width: 100%;
}
.footer ul{
    display: table-cell;
    padding-left: 20px;
}
ul.footer_banner{
    display: flex;
    padding: 0;
    position: absolute;
    right: 50px;
    bottom: 0;
    margin: 0;
}
ul.footer_banner li{
    list-style: none;
    padding-left: 20px;
    margin-top: auto;
}
.fbanner img{
    width: 200px;
    background-color: #fff;
}
.footer_inner img{
    width: 200px;
}
.footer_inner{
    left: 0;
    margin: 0;
    padding: 0;
    font-size: 14px;
    margin-right: 10px;
}
.footer_inner section{
    display: table-cell;
    vertical-align: middle;
    margin: 0;
    padding: 0;
}
.footeradd {
    padding: 0;
}
.footeradd li{
    list-style: none;
    display: table-cell;
    padding-right: 10px;
}

/*----- フッタ-サイド  -----*/
.side {
  position: fixed;
  width: 60px;
  height: 60px;
  text-align: center;
  bottom: 0;
  z-index: 99;
  opacity: 0;
  right: -60px;
  -webkit-transition: all 0.5s cubic-bezier(0.67,.31,.03,.9);
  transition: all 0.5s cubic-bezier(0.67,.31,.03,.9);
}

body#home .side {
	height: 194px;
	padding-right: 126px;
}

.scrolled .side {
  opacity: 1;
  right: 0px;
}

.side img {
  vertical-align: bottom;
}
@media screen and (max-width: 1000px) {
    ul.footer_banner {
        padding: 10px 0 0 0;
        position: inherit;
        left: 0;
    }
    ul.footer_banner li {
        padding: 0 20px 0 0;
    }
    .footer_illust{
        display: none;
    }
    ul.footer_inner{
        padding-bottom: 10px;
    }
}
@media screen and (max-width: 719px) {
    .footer_inner img {
        width: 160px;
        margin-right: 10px;
    }
}
@media screen and (max-width: 580px) {
    .footer_inner section {
        display: block;
    }
    ul.footer_banner li {
        padding: 10px 0 0;
    }
}
@media screen and (max-width: 375px) {
    .footeradd li{
        display: block;
    }
}