@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;600;700;900&display=swap');
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;padding: 0;background: transparent;border: 0;outline: 0;font-size: 1em;}
html {font-size: 62.5%;}
body, table, input, textarea, select, option {font-family: 'Noto Sans JP', sans-serif;}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {display: block;}
ol, ul {list-style: none;box-sizing: border-box;}
blockquote, q {quotes: none;}
:focus {outline: 0;}
ins {text-decoration: none;}
del {text-decoration: line-through;}
img {vertical-align: top;max-width: 100%;height: auto;}
a,
a:link {color: #472400;text-decoration: none;transition: .3s;}
a:visited {color: #472400;}
a:hover {color: #472400;}
a:active {color: #472400;}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {color: #472400;font-size: 1.6rem;line-height: 1.5;text-size-adjust: none;-webkit-text-size-adjust: none;background-color: #FFF;}
#container {padding-top: 98px;text-align: left;}
#main {display: block;}
a[href^="tel:"] {cursor: default;pointer-events: none;}
@media all and (min-width: 751px) {
	.sp {display: none !important;}
}
@media all and (max-width: 750px) {
	body {min-width: inherit;}
	body.fixed {width: 100%;position: fixed;left: 0;}
	#container {padding-top: 119px;}
	a:hover,
	a:hover img {opacity: 1 !important;}
	.pc {display: none !important;}
	a[href^="tel:"] {cursor: pointer;pointer-events: auto;}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
.ly_header {padding: 14px 30px;width: 100%;position: fixed;left: 0;top: 0;box-sizing: border-box;z-index: 9999;background-color: #FFF8F8;}
.ly_header .bl_hBox {display: flex;align-items: center;justify-content: space-between;box-sizing: border-box;}
.ly_header .bl_lBox {display: flex;align-items: center;box-sizing: border-box;}
.ly_header .bl_lBox .el_linkList {display: flex;align-items: center;}
@media all and (min-width: 751px) {.ly_header .bl_lBox .el_linkList a:hover {opacity: 0.7;}.ly_header .el_logo a:hover {opacity: 0.7;}}
.ly_header .bl_lBox .el_linkList li:not(:last-of-type) {margin-right: 20px;}
.ly_header .bl_lBox .el_linkList img {height: 51px;}
.ly_header .el_logo {margin-right: 33px;width: 216px;}
.ly_header .el_logo a {display: block;transition: 0.3s ease;}
.ly_header .el_logo a:link {transition: none;}
.ly_header .bl_gNavi .el_linkUl {display: flex;font-size: 1.5rem;font-weight: 500;}
.ly_header .bl_gNavi .el_linkUl a {padding: 1px 18px;display: block;color: #472400;border-right: 1px solid #ccc;}
@media all and (min-width: 751px) {.ly_header .bl_gNavi .el_linkUl a:hover {opacity: 0.7;}}
.ly_header .bl_gNavi .el_linkUl li:last-of-type a {padding-right: 0;border: none;}
@media all and (max-width: 780px) {
	.ly_header .el_logo {
		width: 200px;
	}
	.ly_header .bl_lBox .el_linkList img {
		height: 46px;
	}
}
@media all and (max-width: 750px) {
	.ly_header {padding: 20px 20px;}
	.ly_header .bl_hBox {display: block;}
	.ly_header .bl_lBox .el_linkList {display: flex;align-items: center;}
	.ly_header .bl_lBox .el_linkList li:not(:last-of-type) {margin-right: 13px;}
	.ly_header .bl_lBox .el_linkList img {height: 50px;}
	.ly_header .bl_lBox .el_linkList li:nth-of-type(2) img {height: 48px;}
	.ly_header .el_logo {margin-right: 14px;width: 51px;}
	.ly_header .bl_gNavi {display: none;}
	.bl_menu {width: 34px;height: 35px;position: fixed;right: 20px;top: 28px;z-index: 99999;cursor: pointer;}
	.bl_menu .el_line {width: 34px;height: 3px;position: absolute;left: 0;top: 3px;background-color: #472400;transition: .3s;}
	.bl_menu.on .el_line {transform: translateY(13px) rotate(45deg);}
	.bl_menu .el_line:nth-of-type(2) {top: 16px;}
	.bl_menu.on .el_line:nth-of-type(2) {opacity: 0;}
	.bl_menu .el_line:nth-of-type(3) {top: 29px;}
	.bl_menu.on .el_line:nth-of-type(3) {transform: translateY(-13px) rotate(-45deg);}
	.bl_menuBox {padding: 91px 0;width: 100%;height: 100%;position: fixed;left: 0;top: 0;overflow-y: auto;box-sizing: border-box;z-index: 999;background-color: #fff;display: none;}
	/* .bl_menuBox .bl_linkList .bl_list:not(:last-of-type) {
		margin-bottom: -1px;
	} */
	.bl_menuBox .bl_linkList .bl_link {padding: 16px 19px 18px;display: block;font-size: 1.6rem;font-weight: 500;border-top: 1px solid #ccc;background: url(../images/icon_04.png) no-repeat right 19px center / 7px auto;background-color: #FFF8F8;}
	.bl_menuBox .bl_linkList .bl_list:last-of-type .bl_link {border-bottom: 1px solid #ccc;}
	.bl_menuBox .bl_linkList .bl_list01 {margin-bottom: -1px;position: relative;}
	.bl_menuBox .bl_linkList .bl_list01 .bl_link {padding: 24px 19px;font-size: 2rem;border-color: #6ACEE2;border-bottom: 1px solid #6ACEE2;background-image: url(../images/icon_05.png);background-color: #EFFDFF;}
	.bl_menuBox .bl_linkList .el_txt {padding-left: 25px;display: inline-block;vertical-align: 4px;background: url(../images/icon_06.png) no-repeat left center / 17px auto;}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
.ly_footer {padding-top: 57px;border-top: 1px solid #ccc;}
.ly_footer .bl_fBox {margin: 0 auto 58px;padding: 0 20px;max-width: 1000px;box-sizing: border-box;display: flex;align-items: center;justify-content: space-between;}
.ly_footer .bl_logo {width: 33.1%;}
.ly_footer .bl_logo a {display: block;transition: 0.3s ease;}
.ly_footer .bl_logo a:link {transition: none;}
.ly_footer .bl_textBox {width: 57.8%;}
.ly_footer .bl_textBox  .bl_text {font-size: 1.4rem;line-height: 1.71;}
.ly_footer .bl_textBox  .bl_text .el_txt01 {font-weight: 500;}
.ly_footer .bl_btmBox {padding: 10px 0;background-color: #FFF8F8;}
.ly_footer .bl_btmBox .bl_inner {margin: 0 auto;padding: 0 20px;max-width: 1080px;display: flex;align-items: center;justify-content: space-between;box-sizing: border-box;}
.ly_footer .bl_btmBox .bl_fNavi {display: flex;}
.ly_footer .bl_btmBox .bl_fNavi .bl_list:not(:last-of-type) {margin-right: 36px;}
.ly_footer .bl_btmBox .bl_fNavi .el_link {display: block;font-size: 1.2rem;}
.ly_footer .bl_btmBox .bl_copyright {font-size: 1.2rem;font-style: normal;}
@media all and (min-width: 751px) {.ly_footer .bl_btmBox .bl_fNavi .el_link:hover {opacity: 0.7;}.ly_footer .bl_textBox .bl_text a:hover{opacity: 0.7;}.ly_footer .bl_logo a:hover {opacity: 0.7;}}
@media all and (max-width: 750px) {
	.ly_footer {padding-top: 40px;}
	.ly_footer .bl_fBox {margin: 0 auto 38px;padding: 0 38px;max-width: inherit;display: block;}
	.ly_footer .bl_logo {margin: 0 auto 33px;width: auto;max-width: 293px;}
	.ly_footer .bl_textBox {width: auto;}
	.ly_footer .bl_textBox .bl_text {font-size: 1.6rem;line-height: 1.56;}
	.ly_footer .bl_textBox .bl_text .el_txt {margin-bottom: 8px;display: block;}
	.ly_footer .bl_textBox .bl_text small {margin-bottom: 4px;font-size: 1.4rem;display: block;}
	.ly_footer .bl_btmBox {padding: 0 0 21px;background-color: #FFF8F8;}
	.ly_footer .bl_btmBox .bl_inner {margin: 0 auto;padding: 0 29px;max-width: inherit;display: block;}
	.ly_footer .bl_btmBox .bl_fNavi {margin: 0 -29px 15px;flex-wrap: wrap;justify-content: space-between;}
	.ly_footer .bl_btmBox .bl_fNavi .bl_list {width: 50%;display: flex;}
	.ly_footer .bl_btmBox .bl_fNavi .bl_list:not(:last-of-type) {margin-right: 0;}
	.ly_footer .bl_btmBox .bl_fNavi .el_link {padding: 20px 10px 20px 20px;width: 100%;display: flex;align-items: center;justify-content: center;font-size: 1.3rem;box-sizing: border-box;border-right: 1px solid #ccc;border-bottom: 1px solid #ccc;}
	.ly_footer .bl_btmBox .bl_fNavi .bl_list:nth-of-type(2n) .el_link {border-right: none;}
	.ly_footer .bl_btmBox .bl_copyright {display: block;line-height: 1.67;text-align: center;}
	.ly_footer .bl_textBox  .bl_text .el_txt01 {font-weight: 700;}
}
@media all and (max-width: 374px) {
	.ly_footer .bl_fBox {padding: 0 20px;}
	.ly_footer .bl_btmBox .bl_fNavi .el_link {padding: 20px 10px;}
}