@charset "utf-8";

/*---header---*/

.hNavLink, .dropdownBox {
    margin: 0 20px 0 0 !important;
    color: #fff;
	font-family: "Space Grotesk", sans-serif;
}

.hNavLink:hover {
  	color: #fff;
}

.hNavLink p {
    text-decoration: none;
}

.hNavLink:hover p {
    text-decoration: underline;
}

.hSnsLink {
    position: relative;
    z-index: 99999;
}

* -- ドロップダウン -- */

.dropdownBox {
    position: relative;
    padding: 15px 0;
    cursor: pointer;
}

.dropdownBox:hover .dropdownList {
    transform: scaleY(1);
    transition: all .2s;
}

.dropdownBox:before {
	content:"";
  	position: absolute;
  	top: 100%;
    right: 0;
    left: 0;
    width: 100%;
    height: 30px;
	display: block;
    z-index: 1;
}

.dropdownBox02 {
    position: relative;
    margin: 0 40px 0 0;
    cursor: pointer;
}

.dropdownBox02:hover .dropdownList {
    transform: scaleY(1);
    transition: all .2s;
}

.dropdownBox02:before {
	content:"";
  	position: absolute;
  	top: 100%;
    right: 0;
    left: 0;
    width: 100%;
    height: 30px;
	display: block;
    z-index: 1;
}

.dropdownBox02 .dropdownList {
    top: 56px;
}

.hNavLinkBox {
    position: relative;
 	width: 100%;
    max-width: 60px;
    color: #fff;
	font-family: "Space Grotesk", sans-serif;
    padding: 0 13px 0 0;
}

.hNavLinkBox:after {
	content:"";
  	position: absolute;
  	top: 0;
    bottom: 0;
    right: 0;
    left: auto;
    max-width: 8px;
    width: 100%;
    height: 8px;
    margin: auto;
    background: url(/system_panel/uploads/images/h_arrow_down.svg) no-repeat;
    background-size: contain;
}

.hInsta01 {
    display: block;
    max-width: 30px;
} 

.hInsta01:hover {
    opacity: .5;
}

.hInsta02 {
    display: none;
    max-width: 30px;
}  

.hInsta02:hover {
    opacity: .5;
} 

.dropdownList {
    position: absolute;
    top: 48px;
    left: -62px;
    width: 152px;
    height: auto;
    padding: 10px 15px 16px 15px;
    background: #FFF;
    transform: scaleY(0);
    transform-origin: center top;
    transition: all .2s;
    z-index: 2;
}

.dropdownItem {
    text-align: left;
    transition: all .2s;
}

.dropdownListLink {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 5px;
}

.dropdownListLink:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: auto;
    max-width: 8px;
    width: 100%;
    height: 8px;
    margin: auto;
    background: url(/system_panel/uploads/images/h_arrow_right.svg) no-repeat;
    background-size: contain;
}
}

.dropdownListLink {
    display: block;
    padding: 10px 0 0;
    color: #333;
}

.dropdownListLink:hover {
    color: #819E7F;
    transition: all .2s;
}

.dropdownTxt {
    font-size: 13px;
    letter-spacing: 0.1em;
    color: #232323;
    transition: all .2s;
}

.dropdownTxt:hover {
    opacity: .5;
}

/*---追従header---*/

.is-animation.header {
    position: fixed;
    background-color: #fff;
    transition: all .5s;
}

.is-animation .hLink {
    width: 20%;
    padding: 10px 10px 10px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.is-animation .hLogo {
	display: none;
}

.is-animation .hLogoIs {
	display: block;
}

/*---footer---*/

.fCWr:after {
	content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    max-width: 1920px;
    width: 100%;
    height: 100%;
    background: rgba(101,125,99,0.8);
    z-index: 1;
}

.fRsvLinkBox:last-child {
    border: none;
}

.fRsvLink:after {
	content: "";
    position: absolute;
    top: 20%;
    right: 0;
    left: auto;
  	bottom: auto;
    max-width: 32px;
    width: 100%;
    height: 32px;
    background: url(/system_panel/uploads/images/maru_arrow_brown.svg) no-repeat;
  	background-size: contain;
    z-index: 1;
    transition: all .2s;
}

.fRsvLink:hover::after {
    right: -5px;
    transition: all .2s;
}

.fRsvTxt {
	font-size: 16px;
}

.fRsvSubTxt a {
	color: #333;
    text-decoration: underline; 	
}

.fRsvSubTxt a:hover {
	color: #333;
    text-decoration: none; 	
}

.fNavLink p {
    text-decoration: none;
}

.fNavLink:hover p {
    text-decoration: underline;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:768px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.hR {
    flex-direction: column-reverse;
    justify-content: flex-end;
    align-items: flex-end !important;
}
  
.hNavBox {
    width: 90% !important;
    margin: 20px 0 0;
}

.hLink {
    width: 100%;
    padding: 24px 0px 0px 24px;
}
  
/*---追従header---*/

.is-animation .hLink {
    width: 11.5%;
    justify-content: flex-start;
}
  
.fRsvLink:after {
    top: 0;
  	bottom: 0;
    max-width: 40px;
    height: 40px;
}

.fRsvTxt {
	font-size: 20px;
}
  
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 768px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1024px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  
.hNavLink, .dropdownBox {
    margin: 0 16px 0 0 !important;
}

/*---追従header---*/

.is-animation .hLink {
    width: 7.5%;
    justify-content: flex-start;
}
  
.fRsvLink:after {
    max-width: 40px;
    height: 40px;
}

.fRsvTxt {
	font-size: 20px;
}

.fRsvFlex {
    gap: 8px;
}

.fRsvLinkFlex {
    width: 86%;
}
  
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1024px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1110px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  
.fR {
    width: 34.28%;
}
  
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1110px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1250px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  
.hR {
    flex-direction: row;
    justify-content: flex-end;
    align-items: center!important;
}
  
.hNavBox {
    width: 100% !important;
    margin: 0;
}

.hLink {
    width: 100%;
    padding: 40px 0px 0px 40px;
}
  
.hNavLink, .dropdownBox {
    margin: 0 24px 0 0 !important;
}
  
/*---追従header---*/

.is-animation .hLink {
    width: 6%;
    justify-content: flex-start;
}
  
.fRsvLink:after {
    max-width: 48px;
    height: 48px;
}

.fRsvTxt {
	font-size: 24px;
}
  
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1250px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1440px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.hNavLink, .dropdownBox {
    margin: 0 25px 0 0 !important;
}

.hNavLink:last-child {
    margin: 0 38px 0 0 !important;
}


/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1440px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
