@charset "UTF-8";

/************* ヘッダ部分(h1, logo, tel, mail)*******************************/
#header {
    position: fixed;
    top: 0;
    left: 0;
    transition: .5s;
    width: 100%;
    z-index: 9999;
    padding: 0;
 min-height: 90px;
}

#header.hide {
    transform: translateY(-130%);
}

.h_inner { 
	padding:  0 0;
	box-sizing: border-box;
}

.head_h1 {
    padding: 0;
    display: none;
}

.head_h1 h1 { 
	color:#fff; 
	font-weight: 500;
	text-align:left;
	font-size: 10px;
	font-size: 1.0rem;
}

.logo {
	margin: 0 0 0 0;
}

.logo a:hover, .sp_logo a:hover {
 text-decoration: none;
}

.logo .top_view a, .logo .under_view a, .sp_logo .top_view a, .sp_logo .under_view a{
 display: flex;
 align-items: flex-start;
}

.logo_txt {
 font-size: 18px;
 color: #000;
 margin: 0 0 0 3px;
}

/************* グローバルナビゲーション *******************************/

#gnav {
    margin: 0;
    padding: 0 0;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: #302a2e;
 min-height: 90px;
}

#gnav.sticky {
background: rgba(51,51,51,0.8);
}

.pc_menu {
    display: flex;
    justify-content: space-between;
    padding: 0 2px 0 20px;
    box-sizing: border-box;
    align-items: center;
    width: 100%;
}

.logo_area {
    width: 100%;
    max-width: 220px;
    box-sizing: border-box;
}

.nav_area {
	width: 100%;
	box-sizing: border-box;
}

.h_conInfo {
	width: 100%;
	display: flex;
	justify-content: flex-end;
	margin: 2px 0px 0 0;
}
.h_conInfo li:not(:last-child){
 margin: 0 2px 0 0;
}
.h_conInfo a{
 background: #636262;
 display: block;
 width: 100%;
 height: 100%;
 text-decoration: none;
 color: #fff;
 border: 1px solid #636262;
 padding: 3px 10px 3px 10px;
 box-sizing: border-box;
 font-size: 12px;
 font-size: 1.2rem;
 letter-spacing: 1px;
 text-indent: 1px;
}
.h_conInfo a:hover{
 background: #fff;
 color: #636262;
}

.nav_list {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin: 0px 0 0 0;
    padding: 10px 10px 0 0;
    box-sizing: border-box;
    align-items: center;
}

.pc_menu ul.nav_list li {
	display: inline-block;
	position: relative;
	height: auto;
	margin-bottom: 0px;
	text-align: center;
	box-sizing: border-box;
}

.pc_menu ul.nav_list li a {
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
    display: block;
    position: relative;
    text-decoration: none;
    margin: 0 0 0 0;
    padding: 10px 20px 10px 20px;
    font-weight: 400;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    letter-spacing: 2px;
}

.pc_menu ul.nav_list li.active a:after {
	content: '';
	display: block;
	margin: auto;
	height: 2px;
	width: 0px;
	background: transparent;
    transition: width .5s ease, background-color .5s ease;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    bottom: 4px;
    left: 50%;
}

.pc_menu ul.nav_list li.active a:hover:after {
	width: 30px;
	background:#fff;
}

.pc_menu ul.nav_list li.now a:after {
	content: '';
	display: block;
	margin: auto;
	height: 2px;
	width: 30px;
	background:#fff;
    transition: width .5s ease, background-color .5s ease;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    bottom: 4px;
    left: 50%;
}


.pc_menu .nav_list ul.sub_menu {
    height:0;
    left:0px;
    overflow:hidden;
    position:absolute;
    top:100%;
	z-index: 9999;
	padding: 5px 0 0 0;
}

.pc_menu .nav_list li:hover ul.sub_menu {
    height:auto;
    width:100%;
}

.pc_menu .nav_list li ul li {
    -moz-transition-delay:0s;
    -o-transition-delay:0s;
    -webkit-transition-delay:0s;
    transition-delay:0s;
	float: none!important;
	display: block!important;
	padding: 0!important;
	margin: 0!important;
	width:100%;
	background: none;
	border: none;
}

.pc_menu .nav_list li ul li:last-child {
    background: none;
}

.pc_menu .nav_list li:hover ul li {
    opacity:1;
    -moz-transition-delay:0.3s;
    -o-transition-delay:0.3s;
    -webkit-transition-delay:0.3s;
    transition-delay:0.3s;
}

.pc_menu .nav_list ul li a {
    color: #fff!important;
	border: 0;
	letter-spacing: 0;
	margin: 0;
	font-weight: normal;
    line-height:1px;
    -moz-transition:0.5s;
    -o-transition:0.5s;
    -webkit-transition:0.5s;
    transition:0.5s;
	font-size: 13px!important;
	font-size: 1.3rem!important;
	padding: 10px 10px!important;
	background: #90c31f;
	position: relative;
	text-align: left;
	z-index: 1;
}

.pc_menu .nav_list ul li a:hover {
		background: #99cf21;
}

.pc_menu .nav_list ul li a:after {
    background: #99cf21;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: scaleX(0);
    transition: all .3s ease;
    opacity: 0;
    z-index: -1;
}

#gnav .nav_list ul li a:hover:after {
    transform-origin: center bottom;
    transform: scaleX(1);
    opacity: 1;
}

#gnav .nav_list li.now ul li a { 
	background: #90c31f!important;
}

#gnav .nav_list li:hover ul li a {
    line-height:1.6em;
}

.sticky.fixed .nav_list ul li a { 
	background: #90c31f!important;
}

.sticky.fixed .nav_list ul li a:hover {
	background: #99cf21!important;
}
.pc_menu .nav_list .navi_icon a{
 padding: 10px 10px 10px 10px;
}

/************* stickey ヘッダ *******************************/

.fixed {
    position: fixed;
    z-index: 9999;
    background: #000;
    top: 0;
    left: 0;
    box-shadow: rgba(0, 0, 0, 0.10) 0px 2px 6px 0px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.10) 0px 2px 6px 0px;
    -moz-box-shadow: rgba(0, 0, 0, 0.10) 0px 2px 6px 0px;
}

#gnav.fixed .pc_menu {
    padding: 0 24px;
}

/************* SP menu スマホメニュー *******************************/

.sp_menu { 
	box-sizing: border-box;
}	
	
.sp_logo {
    max-width: 270px;
    width: 100%;
    float: left;
    padding: 10px 0 5px 20px;
}

#trigger-overlay, .overlay .overlay-close {
    position: relative;
    float: left;
    width: 44px;
    height: 44px;
    z-index: 50;
    border: 0;
    cursor: pointer;
}

#trigger-overlay {
    z-index: 100;
}

#trigger-overlay.active {
    z-index: 200;
}

.overlay .overlay-close {
    opacity: 0;
}

#trigger-overlay span {
	position: absolute;
	top: 50%;
	left: 50%;
	right: 0;
	width: 25px;
	height: 3px;
	margin-top: -1.5px;
	background: #fff;
	transition: all 0.3s;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	cursor: pointer;
}

#trigger-overlay.active span {
	background-color: transparent;
}

#trigger-overlay span:after,
#trigger-overlay span:before {
	position: absolute;
	left: 0;
	width: 25px;
	height: 100%;
	background: #fff;
	content: '' !important;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;

	-ms-transition: all 0.3s;
	border-radius: 7px;
}

#trigger-overlay span:before {
	transform: translateY(-300%);
	-webkit-transform: translateY(-300%);
	-moz-transform: translateY(-300%);
	-ms-transform: translateY(-300%);
}
#trigger-overlay span:after {
	transform: translateY(300%);
	-webkit-transform: translateY(300%);
	-moz-transform: translateY(300%);
	-ms-transform: translateY(300%);
}
#trigger-overlay.active span:before {
	transform: translateY(0) rotate(45deg);
	-webkit-transform: translateY(0) rotate(45deg);
	-moz-transform: translateY(0) rotate(45deg);
	-ms-transform: translateY(0) rotate(45deg);
}
#trigger-overlay.active span:after {
	transform: translateY(0) rotate(-45deg);
	-webkit-transform: translateY(0) rotate(-45deg);
	-moz-transform: translateY(0) rotate(-45deg);
	-ms-transform: translateY(0) rotate(-45deg);
}
#trigger-overlay.active span:after,
#trigger-overlay.active span:before {
	background-color: #fff;
}

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    z-index: 30;
}
.overlay:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.86);
    z-index: -1;
}
.overlay-hugeinc {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s,visibility 0 0.5s;
    -webkit-transition: opacity 0.5s,visibility 0 0.5s;
    -moz-transition: opacity 0.5s,visibility 0 0.5s;
    -ms-transition: opacity 0.5s,visibility 0 0.5s;
}
.overlay-hugeinc.open {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
}
.overlay-hugeinc .sp_nav {
    perspective: 1200px;
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    -ms-perspective: 1200px;
}
.overlay-hugeinc .sp_nav .sp_navInner {
    opacity: 0.4;
    transform: translateY(-25%) rotateX(35deg);
    -webkit-transform: translateY(-25%) rotateX(35deg);
    -moz-transform: translateY(-25%) rotateX(35deg);
    -ms-transform: translateY(-25%) rotateX(35deg);
    transition: transform 0.5s,opacity 0.5s;
    -webkit-transition: -webkit-transform 0.5s,opacity 0.5s;
    -moz-transition: -moz-transform 0.5s,opacity 0.5s;
    -ms-transition: -ms-transform 0.5s,opacity 0.5s;
}
.overlay-hugeinc.open .sp_nav .sp_navInner {
    opacity: 1;
    transform: rotateX(0);
    -webkit-transform: rotateX(0);
    -moz-transform: rotateX(0);
    -ms-transform: rotateX(0);
}
.overlay-hugeinc.close .sp_nav .sp_navInner {
    transform: translateY(25%) rotateX(-35deg);
    -webkit-transform: translateY(25%) rotateX(-35deg);
    -moz-transform: translateY(25%) rotateX(-35deg);
    -ms-transform: translateY(25%) rotateX(-35deg);
}


.overlay .sp_nav {
    position: relative;
    top: 50%;
    width: 100%;
    height: 100%;
    padding: 5% 0 5%;
    overflow-y: auto;
    text-align: center;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.overlay .sp_nav .sp_navInner {
     display: inline-block;
}

.overlay .sp_nav .sp_navInner ul {
	padding: 20px 0 40px 0;
	line-height: 1;
}

.overlay .sp_nav .sp_navInner ul li{
}

.overlay .sp_nav .sp_navInner li a {
    display: block;
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 2.3em;
    color: #FFF;
    text-align: center;
    padding: 0 30px 0 30px;
    background: transparent;
    border-radius: 1.4em;
    text-decoration:none;
}
.overlay .sp_nav .sp_navInner li a:hover {
    background: #9e7c55;
}

/* =#trigger-overlay
-------------------------------------------------------------------------*/
#trigger-overlay:not([class="active"]):hover span:before {
    transform: translateY(-500%);
    -webkit-transform: translateY(-350%);
    -moz-transform: translateY(-350%);
    -ms-transform: translateY(-350%);
}
#trigger-overlay:not([class="active"]):hover span:after {
    transform: translateY(500%);
    -webkit-transform: translateY(350%);
    -moz-transform: translateY(350%);
    -ms-transform: translateY(350%);
}
#trigger-overlay.active span:after,
#trigger-overlay.active span:before {
    background-color: #fff!important;
}

#trigger-overlay:not([class="active"]):hover span,
#trigger-overlay:not([class="active"]):hover span:after,
#trigger-overlay:not([class="active"]):hover span:before {
    background-color: #fff;
}

/* Let's get this party started */
.sp_nav::-webkit-scrollbar {
    width: 2px;
}
/* Track */
.sp_nav::-webkit-scrollbar-track {
    background:#fff; /* rgba fallback */
	background:rgba(190,190,190,0.4);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
 
/* Handle */
.sp_nav::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background:#fff; /* rgba fallback */
	background:rgba(190,190,190,0.7);
}
.sp_nav::-webkit-scrollbar-thumb:window-inactive {
	background:#fff; /* rgba fallback */
	background:rgba(190,190,190,0.7);
}

/*画面サイズが1280px以下に適用*/
@media screen and (max-width : 1280px){

.logo {
} 
 
.logo .top_view a, .logo .under_view a, .sp_logo .top_view a, .sp_logo .under_view a {
 display: block;
 align-items: flex-start;
}
 
.logo span, .sp_logo span{
 display: block;
} 
 
.logo_txt {
 margin: 0;
} 
 

}

/*画面サイズが1220px以下に適用*/
@media screen and (max-width : 1220px){

.pc_menu ul.nav_list li a {
    padding: 10px 10px 10px 10px;
    letter-spacing: 1px;
}

}


/*画面サイズが1061px以上に適用*/
@media screen and (min-width : 1061px){
.sp_menu { 
		display: none;
}
	
}

/*画面サイズが1060px以下に適用*/
@media screen and (max-width : 1060px){
	
.logo_area, .pc_menu { 
	display: none;
}

.page_titbox_main {
    margin: 92px 0 0 0;
}
/************* Header *******************************/

#header {
    position: fixed;
    padding: 0 0 0 0;
    top: 0;
    left: 0;
	min-height: 80px;
    box-sizing: border-box;
}

.head_h1 {
    display: none;
}
	
#gnav {
    min-height: 80px;
}

.sp_btns {
    float: right;
 margin: 8px 0 0 0;
}	
	
.ip_spInfo {
    display: flex;
	justify-content: flex-end;
}	
	

.ip_spInfo li.h_tel_sp {
    max-width: 190px;
    width: 100%;
    margin: 13px 0px 0 0;
    line-height: 1.3;
}

.ip_spInfo li.h_tel_sp span {
    font-size: 22px;
    color: #fff;
    background: url(../img/common/h_tel_sp.png) 0 6px no-repeat;
    padding: 1px 0 0 24px;
    display: inline-block;
    letter-spacing: 1.9px;
    font-weight: 500;
    background-size: 20px;
}
	
.ip_spInfo li.h_mail_sp {
    width: 44px;
	height: 44px;
    margin: 8px 0 0 0;
    background: url(../img/common/h_mail_sp.png) 50% 50% no-repeat;
    background-size: 30px auto;
}
	
.ip_spInfo li.h_mail_sp a{
    line-height: 44px;
	display: block;
}	
	
.ip_spInfo li.h_mail_sp span{
	display: block;
    text-indent: -9999px;
}	
	
.ip_spInfo li.sp_navList {
	margin: 7px 0 0 0;		
}
.sp_logo {
    padding: 15px 0 5px 20px;
}
}

/*画面サイズが767px以下に適用*/
@media screen and (max-width : 767px){

	
#sp_tel {
	display: block;
}	
	
#header {
	min-height: 52px;
}

#gnav {
    min-height: 52px;
}
	
#gnav.sticky {
    min-height: 52px;
}	

.sp_logo {
 max-width: 175px;
 line-height: 1.6;
 padding: 8px 0 8px 10px;
}	
	
.logo_txt {
 font-size: 14px;
 margin: 0;
} 
	
.sp_btns {
 float: right;
 padding: 5px 0 5px 0;
 max-width: 136px;
 width:100%;
 margin: 0 0 0 0;
	}
	
.ip_spInfo li.h_tel_sp {
    max-width: 44px;
    width: 100%;
    margin: 4px 0 0 0;
    line-height: 1.3;
}

.ip_spInfo li.h_tel_sp span {
    background: url(../img/common/h_tel_sp.png) 50% 50% no-repeat;
    padding: 0;
    display: block;
    text-indent: -9999px;
    background-size: 24px auto;
    line-height: 40px;
}
	
.ip_spInfo li.h_tel_sp span a{
    display: block;
}	
	
.ip_spInfo li.h_mail_sp {
    margin: 3px 0 0 0;
}
	
.ip_spInfo li.sp_navList {
    margin: 2px 0 0 0;
}	
	
.overlay .sp_nav {
    padding: 70px 0 70px;
}
.overlay .sp_nav .sp_navInner li a {
    display: block;
    font-size: 16px;
	font-size: 1.6rem;
    color: #FFF;
    text-align: center;
	padding: 0 10px 0 15px;
	border-radius: 1.4em;
	background: transparent;
	text-decoration: none;
}


#trigger-overlay:not([class="active"]):hover span,
#trigger-overlay:not([class="active"]):hover span:after,
#trigger-overlay:not([class="active"]):hover span:before{
    background-color: #f2f2f2;
}
}