@charset "utf-8";


.hdHmTxt {
    display: block;
}

.hdItem02Btn:hover {
    color: #fff;
}

.hdLogoBx {
    width: 42%;
    max-width: 241px;
    margin: 0 auto;
}

.hdItemInner {
    display: flex;
    justify-content: flex-end;
    max-width: 1240px;
    width: 0%;
    margin: 0 0 0 auto;
    align-items: center;
    position: absolute;
    top: 0;
}


.hdItem03BtnBx {
    max-width: 153px;
    width: 100%;
}

.hdItem03 {
    justify-content: flex-end;
    align-items: center;
    width: 0%;
    /* display: none; */
}

.hdNavLinkBx {
    display: inline-block;
}

.hdNavLink {
    display: block;
    color: #41A9A5;
    font-size: 11px;
    letter-spacing: 0.15em;
    line-height: 1.4em;
    font-weight: 500;
    padding: 0 5px;
}

.hdNavLink:hover {
    color: #F2AB4A;
}

.hdItem02Btn {
    max-width: 153px;
    width: 100%;
    background: #F2AB4A;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff;
    height: 123px;
}

.hdItem02Btn p {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-align: center;
    line-height: 1.2em;
}

.hdItem02Btn img {
    margin-top: 5px;
}

/*スマホ時のナビ*/

.spNav {
    max-width: calc(100% - 70px);
    width: 100%;
    height: 70px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999999;
}

.spNavArea {
    width: 100%;
    height: 100%;
    display: flex;
    background: #99B426;
}

.spNavBlock {
	flex: 1;
	display: flex;
}

.spNavConte-l {
	width: 33.33%;
	border-right: 1px solid #FFF;
}
.spNavLink {
    padding: 5px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.spNavLinkIconBx {
	width: 100%;
	height: 30px;
	position: relative;
}

.spNavLinkIconBx > * {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.spFa {
    font-size: 23px;
    color: #7e93ff;
}

.spFa.spFa-pageTop {
	font-size: 40px;
}

.spNavBtnBar {
    max-width: 36px;
    height: 26px;
    width: 100%;
    position: relative;
}

.spNavBtnTxt {
    margin: 5px auto 0;
    font-size: 12px;
    color: #FFF;
}

.spNavLinkTxt {
    margin: 5px auto 0;
    font-size: 12px;
    color: #333;
}

/*ページデザイン編集画面の調整*/
/*header*/

.header {
    /* position: fixed; */
    right: 0;
    left: 0!important;
    top: 0;
    z-index: 999;
    margin: 0px 0px 0 auto;
    left: auto;
    padding: 15px 8px 8px 8px;
}

.onlineBtn {
    position: fixed;
    z-index: 999;
    right: 0;
    top: 50%;
    width: 20%;
}

.hdWrap {
 position: absolute;
 top: 10px;
 z-index: 1;
 padding: 10px 0 10px 0;
}

.hdLogoLink {
    width: 30%;
}

.hdWrap {
    max-width: 1920px;
    width: 100%;
}

.hdItem02 {
    width: 71%;
    display: none;
    justify-content: space-between;
    align-items: center;
    /* max-width: 200px; */
}

.hdInner {
    max-width: 1840px;
    margin: 0 0 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    }

.hdWrap {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
padding: 0 10px;z-index: 999;}

.hdOnlineBtn:hover {
    background: #fff;
    color: #AF4630;
}

.hdOnlineBtn {
    display: flex;
    background: #AF4630;
    max-width: 130px;
    width: 100%;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
	color: #fff;padding: 12px 5px;
	font-weight: 500;
	line-height: 1.56em;
	letter-spacing: 0.0025em;
	border: 1px solid #AF4630;
}

.hPcHamBox01.open .spNavBtnBarItem:nth-of-type(3) {
    transform: translateY(-12px) rotate(45deg);
}

.hWrap {
	margin: 0 auto;
	max-width: 1920px;
	width: 100%;
	background: #fff;
}

.hWrap {
    display: block;
}

.hConte {
	display: none;
}

.hLogo {
    max-width: 100px;
    width: 100%;
}

.hLogoLink {
    display: block;
}

.hArea {
	padding: 10px 15px;
	width: 100%;
	justify-content: center;
	display: flex;
}

/*スマホ時のナビ*/

.spNav {
	/* max-width: 1920px; */
	/* width: 100%; */
	/* position: fixed; */
	/* bottom: 0; */
	/* left: 0; */
	/* z-index: 999999; */
}

.spNavConte-m {
    padding: 10px 5px 5px;
    width: 70px;
    height: 70px;
    position: fixed;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background: #41A9A5;
    z-index: 99999999;
}


.spNavArea {
	width: 100%;
	display: flex;
}

.spNavConte-l {
	width: 25%;
	background: #F3F9F9;
	border-right: 1px solid #ccc;
}


.spNavLink {
	padding: 11px 5px 5px;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.spFa {
	font-size: 23px;
	color: #41A9A5;
}


.spNavBtnBar {
	max-width: 24px;
	height: 24.22px;
	width: 100%;
	position: relative;
	margin-bottom: 12px;
}

.spNavBtnTxt {
	margin: 5px auto 0;
	font-size: 12px;
	color: #fff;
}

.spNavLinkTxt {
	margin: 5px auto 0;
	font-size: 10px;
	color: #41A9A5;
	text-align: center;
}

.spNavBtn {
	padding: 12px 5px 5px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	cursor: pointer;
	position: fixed;
}

.spNavBtnBarItem {
	width: 100%;
	height: 2px;
	background: #fff;
	/* border-radius: 3px; */
	position: absolute;
	left: 0;
	transition: ease .5s;
}

.spNavBtnBarItem:nth-of-type(1) {
	top: 6px;
}

.spNavBtnBarItem:nth-of-type(2) {
	top: 14px;
}

.spNavBtnBarItem:nth-of-type(3) {
	bottom: -3px;
}

.open .spNavBtnBarItem {
	transition: ease .5s;
}

.open .spNavBtnBarItem:nth-of-type(1) {
	transform: translateY(7px) rotate(-45deg);
}

.open .spNavBtnBarItem:nth-of-type(2) {
	opacity: 0;
}

.open .spNavBtnBarItem:nth-of-type(3) {
	transform: translateY(-9px) rotate(45deg);
}

.spMenu {
	margin: auto;
	padding: 0 15px;
	max-width: 1920px;
	width: 100%;
	position: fixed;
	right: -100%;
	background: #fff;
	z-index: 99;
	transition: ease .5s;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	top: 0;
}

.spMenu.open {
	right: 0;
	height: 100%;
}

.spMenuArea {
	width: 100%;
	height: 100%;
}

.spMenuConte {
	padding: 80px 0 150px;
	width: 100%;
	height: 100%;
	overflow-y: scroll;
	-ms-overflow-style: none;
	/* display: flex; */
	/* justify-content: center; */
	/* align-items: center; */
}

.spMenuConte::-webkit-scrollbar {
	display:none;
}

.spMenuLink {
	display: block;
	font-weight: bold;
	color: #41A9A5;
	/* margin-bottom: 16px; */
	font-size: 18px;
	text-align: center;
	padding: 5px;
}

.spMenuLink:hover {
	color: #F2AB4A;
	/* background: #FCA528; */
}

/*-- headerスクロール--*/

.onlineBtn {
 opacity:0;
 visibility:hidden;
}

.header.is-animation .onlineBtn {
    opacity:1;
    visibility: visible;
}

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

.is-animation .pcHdNavWr {
    height: auto!important;
    padding-top: 0;
    background: none!important;
}

.header.is-animation {
    margin: 0;
    padding: 5px 10px;
    max-width: 1920px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    /* background: #fff; */
    /* box-shadow: 10px 20px 25px rgb(0 0 0 / 16%); */
    /* display: flex; */
    justify-content: space-between;
    margin: 0 auto;
}

	.is-animation .hdNAvLink {
   color:#333;
}

.is-animation .hdLogoBx {
    margin-top: 10px;
}

	.is-animation .hdLogoLink {
   color:#333;
   padding-top: 2px;
   margin-top: 10px;
}

.is-animation .hdAr {
	padding: 5px 0 5px 0;
}

.is-animation .hdLogoLink:hover {
    color: #333;
}

.scrollHd {
	top: -243px !important;
	transition: ease-in-out 0.3s;
	right: 0;
	left: 0;
	bottom: auto;
}
.scrollHd.is-animation {
	top: 0 !important;
	transition: ease-in-out 0.5s;
}



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

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

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

.hWrap {
    /* display: none; */
}

.hArea {
    display: none;
}

.spNav {
 display:none;
}

.spMenu {
	z-index: 99;
  	height: 100vh !important;
}

.spMenuConte {
	padding: 200px 0 50px;
}

.spMenuLink {
	font-size: 20px;
	/* margin-bottom: 15px; */
}

.hdLogoLink {
    width: 18.95%;
}

.hdOnlineBtn {
    font-size: 16px;
}

.onlineBtn {
    width: 9.9%;
}

.spNavConte-m {
	display:
	flex;
	background: #5CB9B5;
	/* border-radius: 50%; */
	width: 100%;
	height: 123px;
	top: 20px;
	right: 20px;
	max-width: 153px;
	position: static;
	justify-content: center;
}

.spMenu {
	width: 100%;
}

.hdItem03 {
    display: flex;
}

.hdHmTxt {
    display: none;
}

.hdItem03 {
    width: 100%;
}

.hdItemInner {
    display: flex;
    justify-content: flex-end;
    max-width: 1240px;
    width: 100%;
    margin: 0 0 0 auto;
    align-items: center;
}

.hdItemInner {
    position: static;
    top: 0;
}

.hdLogoBx {
    margin: 0 auto 0 0;
    width: 20%;
    padding: 0 15px;
}

.spNavBtnBar {
	margin-bottom: 12px;
}

.header {
    padding: 0px;
}
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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

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

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

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

.spMenuLink {
	font-size: 14px;
}

.hdOnlineBtn {
    max-width: 220px;
}

.hdWrap {
 top: 30px;
}

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

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

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

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

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

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

	.spMenu {
	width: 30%;
}

.hdItem03BtnBx {
    display: block;
}

.hdItem03 {
    width: 29.85%;
}

.hdItem02 {
    display: flex;
}
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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


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

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

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

.hdNavLink {
    font-size: 15px;
}
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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