﻿body{background-color:#fffcf5;overflow-x:hidden;position:relative}main{margin-left:40px;margin-top:50px;min-width:0;flex-grow:1;position:relative;padding-bottom:100px}@media screen and (max-width: 1150px){main{margin:0;overflow:hidden}}.ly_outerWrap{display:flex;width:1480px;max-width:90%;margin-left:auto;margin-right:auto}@media screen and (max-width: 1150px){.ly_outerWrap{display:block;width:auto;max-width:none}}.ly_header{position:relative;flex-shrink:0}.ly_header_inner{position:sticky;top:0;left:0;background-color:#fff;box-shadow:0 0 8px rgba(0,0,0,.0901960784);width:250px;padding:3.1em 1.6em 1.6em;border-radius:0 0 20px 20px;z-index:1}.ly_header_logo{margin-bottom:3.8em}.ly_header_logo_inner{display:flex;flex-direction:column;align-items:center}.ly_header_logo_img{margin-bottom:20px}.ly_header_menu_item{border-bottom:2px dotted #dcdcdc}.ly_header_menu_item:last-child{border-bottom:none}.ly_header_menu_item_inner{display:flex;align-items:center;padding:1.2em .6em}.ly_header_menu_item_inner:hover{color:#73bc4b;text-decoration:none}.ly_header_menu_icon{background-image:url(../../img/common/icon_menu_greeting.svg);background-position:center center;background-repeat:no-repeat;background-size:contain;width:26px;height:26px;margin-right:14px}.ly_header_menu_icon._first{background-image:url(../../img/common/icon_menu_first.svg)}.ly_header_menu_icon._guide{background-image:url(../../img/common/icon_menu_guide.svg)}.ly_header_menu_icon._about{background-image:url(../../img/common/icon_menu_about.svg)}.ly_header_menu_icon._faq{background-image:url(../../img/common/icon_menu_faq.svg)}.ly_header_menu_icon._access{background-image:url(../../img/common/icon_menu_access.svg)}.ly_header_menu_icon._news{background-image:url(../../img/common/icon_menu_news.svg)}.ly_header_menu_txt{letter-spacing:-1px}@media screen and (max-width: 1440px){.ly_header_inner{width:230px}.ly_header_logo{margin-bottom:2em}}@media screen and (max-width: 1150px){.ly_header_inner{display:none}}.ly_spHeader_inner{height:50px;display:none}.ly_spHeader_fixed{height:50px;position:fixed;top:0;left:0;width:100%;z-index:2000;display:flex;align-items:center;justify-content:space-between;padding:10px 16px}.ly_spHeader_logo{width:190px}.ly_spHeader_logo_inner{display:flex;gap:5%}.ly_spHeader_logo_img{width:22%}.ly_spHeader_logo_txt{width:73%;padding-top:5px}@media screen and (max-width: 1150px){.ly_spHeader_inner{display:block}}.ly_spHeader_open{width:40px;height:18px;position:relative;cursor:pointer}.ly_spHeader_open span{position:absolute;left:0;width:100%;height:2px;background-color:#6e2d0f;transition:.3s}.ly_spHeader_open span:nth-child(1){top:0}.ly_spHeader_open span:nth-child(2){top:8px}.ly_spHeader_open span:nth-child(3){top:16px}.ly_spHeader_open.is_active span:nth-child(1){top:8px;transform:rotate(25deg)}.ly_spHeader_open.is_active span:nth-child(2){opacity:0}.ly_spHeader_open.is_active span:nth-child(3){top:8px;transform:rotate(-25deg)}.ly_spMenu{position:fixed;top:0;left:0;width:100%;height:100vh;background-color:#fff;z-index:1000;opacity:0;visibility:hidden;transition:opacity .3s,visibility .3s}.ly_spMenu.is_active{opacity:1;visibility:visible}.ly_spMenu_list{padding:80px 0 0;width:250px;margin:0 auto}.ly_spMenu_item{border-bottom:2px dotted #dcdcdc}.ly_spMenu_item:last-child{border-bottom:none}.ly_spMenu_item_inner{display:flex;align-items:center;padding:20px 30px}.ly_spMenu_item_inner:hover{color:#73bc4b;text-decoration:none}.ly_spMenu_icon{background-image:url(../../img/common/icon_menu_greeting.svg);background-position:center center;background-repeat:no-repeat;background-size:contain;width:26px;height:26px;margin-right:15px}.ly_spMenu_icon._first{background-image:url(../../img/common/icon_menu_first.svg)}.ly_spMenu_icon._guide{background-image:url(../../img/common/icon_menu_guide.svg)}.ly_spMenu_icon._about{background-image:url(../../img/common/icon_menu_about.svg)}.ly_spMenu_icon._faq{background-image:url(../../img/common/icon_menu_faq.svg)}.ly_spMenu_icon._access{background-image:url(../../img/common/icon_menu_access.svg)}.ly_spMenu_icon._news{background-image:url(../../img/common/icon_menu_news.svg)}.ly_subHeader{aspect-ratio:23/10;display:flex;justify-content:center;align-items:center;border-radius:20px;background-repeat:no-repeat;background-position:center center;background-size:cover;margin-bottom:30px}.ly_subHeader h1{color:#fff;text-align:center}.ly_subHeader h1 img{margin-bottom:10px}.ly_subHeader h1 span{display:block;text-align:center;font-size:1.8rem}.ly_subHeader._news{background-image:url(../../img/news/bg_subheader.jpg)}.ly_subHeader._greeting{background-image:url(../../img/greeting/bg_subheader.jpg)}.ly_subHeader._first{background-image:url(../../img/first/bg_subheader.jpg)}.ly_subHeader._guide{background-image:url(../../img/guide/bg_subheader.jpg)}.ly_subHeader._about{background-image:url(../../img/about/bg_subheader.jpg)}.ly_subHeader._faq{background-image:url(../../img/faq/bg_subheader.jpg)}.ly_subHeader._access{background-image:url(../../img/access/bg_subheader.jpg)}@media screen and (max-width: 1150px){.ly_subHeader{border-radius:0}}@media screen and (max-width: 768px){.ly_subHeader h1 img{transform:scale(0.6);margin-bottom:0}.ly_subHeader h1 span{font-size:1.6rem}}.ly_subContent{padding:50px;background-color:#fff;border-radius:20px}@media screen and (max-width: 1150px){.ly_subContent{margin-left:15px;margin-right:15px;padding:20px}}.ly_footer{background-color:#fff;padding:40px 0}.ly_footer_inner{margin:0 auto;width:860px;max-width:90%;position:relative}.ly_footer_leadTxt{font-size:2.5rem;font-weight:bold;font-family:"Zen Maru Gothic","游ゴシック Medium","Yu Gothic Medium","游ゴシック体","YuGothic","メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic ProN",sans-serif;text-align:center;border-bottom:2px dotted #dcdcdc;padding:10px;color:#6e6e6e}.ly_footer_leadTxt br{display:none}.ly_footer_list{display:flex;justify-content:center;flex-wrap:wrap;gap:25px;padding:20px}.ly_footer_item a{font-size:1.5rem;display:block}.ly_footer_item a:hover{color:#73bc4b;text-decoration:none}.ly_footer_copy{font-size:1.2rem;font-family:"Montserrat","游ゴシック Medium","Yu Gothic Medium","游ゴシック体","YuGothic","メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic ProN",sans-serif;font-weight:400;text-align:center;display:block}.ly_footer_img{position:absolute;top:50%;right:-200px;transform:translateY(-50%)}@media screen and (max-width: 1150px){.ly_footer{overflow:hidden}}@media screen and (max-width: 768px){.ly_footer_leadTxt{font-size:2rem}.ly_footer_leadTxt br{display:block}.ly_footer_list{gap:10px 15px}.ly_footer_item a{font-size:1.3rem}.ly_footer_item img{height:16px}.ly_footer_copy{font-size:1.1rem}}.ly_modal{position:fixed;top:0;right:30px;z-index:9;border-radius:0 0 25px 25px;background-color:#73bc4b;border:solid #fff;border-width:0 3px 3px 3px;filter:drop-shadow(0 0 8px rgba(0, 0, 0, 0.1019607843));padding:15px 17px 15px 27px;display:flex;align-items:center;gap:20px;color:#fff}.ly_modal:hover{text-decoration:none;opacity:.8}.ly_modal:focus{text-decoration:none}.ly_modal_txt01{border-bottom:3px dotted #fff;font-size:1.4rem;padding:0 5px 8px;margin-bottom:10px}.ly_modal_txt02{font-size:2rem;font-weight:bold;display:flex;justify-content:center;align-items:center;gap:15px;font-family:"M PLUS Rounded 1c","游ゴシック Medium","Yu Gothic Medium","游ゴシック体","YuGothic","メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic ProN",sans-serif}.ly_modal_txt02 span{flex-shrink:0}.ly_modal_txt02 span img{display:block}.ly_modal_arrow{flex-shrink:0;width:40px;height:40px;background-color:#f5c83c;display:flex;justify-content:center;align-items:center;border-radius:50%}.ly_modal_bnr{display:none}@media screen and (max-width: 1150px){.ly_modal{top:70px;right:0;border-radius:0;border:none;display:block;padding:0;background:none;width:40px}.ly_modal_txt01{display:none}.ly_modal_cont{writing-mode:vertical-rl;display:none}.ly_modal_txt02{writing-mode:vertical-rl;font-size:1.4rem;letter-spacing:1px}.ly_modal_txt02 span{display:none}.ly_modal_arrow{width:20px;height:20px;display:none}.ly_modal_arrow img{width:8px}.ly_modal_bnr{display:block}}.modal{display:none;position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999}.modal_bg{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5)}.modal_content{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);background:#fff;padding:75px;border-radius:10px;max-width:90%;width:840px;box-shadow:0 10px 30px rgba(0,0,0,.2);text-align:center}.modal_head{color:#78af32;font-size:2.8rem;font-weight:bold;border-top:2px dotted #78af32;border-bottom:2px dotted #78af32;width:600px;max-width:100%;display:inline-block;padding:25px;margin-bottom:25px}.modal_txt01{font-size:1.8rem;margin-bottom:25px}.modal_tel{display:inline-block;margin-bottom:20px}.modal_txt02{font-size:1.8rem;color:#78af32;background-color:#f2f7eb;width:464px;max-width:100%;padding:15px;display:inline-block;margin-bottom:25px;border-radius:30px}.modal_txt02 br{display:none}.modal_txt03{font-size:1.5rem;margin-bottom:40px}.modal_close{display:inline-block;padding:23px;width:270px;max-width:100%;background:#73bc4b;color:#fff;border:none;border-radius:35px;cursor:pointer;border:2px solid rgba(0,0,0,0);transition:.2s ease-in-out}.modal_close:hover{color:#73bc4b;background-color:#fff;border-color:#73bc4b}@media screen and (max-width: 768px){.modal_content{padding:30px}.modal_head{font-size:2rem;padding:10px;margin-bottom:15px}.modal_txt01{font-size:1.2rem;margin-bottom:15px}.modal_txt02{font-size:1.6rem;width:250px;border-radius:50px;margin-bottom:15px}.modal_txt02 br{display:block}.modal_txt03{font-size:1.3rem;margin-bottom:20px}.modal_close{padding:15px}}.ly_deco{position:absolute;top:0;left:-60%;width:120vw;height:100%;z-index:-1;overflow:hidden}.ly_deco_img{position:absolute}.ly_deco_img._01{top:-10px;left:13%;transform-origin:left}.ly_deco_img._02{top:150px;right:-1%;transform-origin:right}.ly_deco_img._03{top:480px;left:10%;transform-origin:left}.ly_deco_img._04{top:650px;left:23%;transform-origin:left}.ly_deco_img._05{top:670px;right:-1%;transform-origin:right}.ly_deco_img._06{top:950px;left:10%;transform-origin:left}.ly_deco_img._07{top:1210px;left:23%;transform-origin:left}.ly_deco_img._08{top:1200px;right:5%;transform-origin:right}.ly_deco_img._09{top:1800px;right:10%;transform-origin:right}.ly_deco_img._10{top:2400px;left:26%;transform-origin:left}.ly_deco_img._11{top:2700px;right:14%;transform-origin:right}.ly_deco_img._12{top:3200px;left:20%;transform-origin:left}.ly_deco_img._13{top:3600px;right:10%;transform-origin:right}.ly_deco_img._14{top:4200px;left:26%;transform-origin:left}.ly_deco_img._15{top:4500px;right:14%;transform-origin:right}.ly_deco_img._16{top:5000px;left:20%;transform-origin:left}.ly_deco_img._17{top:5400px;right:10%;transform-origin:right}.ly_deco_img._18{top:6000px;left:26%;transform-origin:left}.ly_deco_img._19{top:6300px;right:14%;transform-origin:right}.ly_deco_img._20{top:6800px;left:20%;transform-origin:left}@media screen and (max-width: 1150px){.ly_deco{left:0;width:100%}.ly_deco_img{transform:scale(0.5)}}@media screen and (max-width: 768px){.ly_deco_img._03{display:none}.ly_deco_img._04{top:560px;left:-12%}.ly_deco_img._05{top:640px;right:-37%}.ly_deco_img._06{left:-8%}.ly_deco_img._07{left:-18%}.ly_deco_img._08{right:-4%}.ly_deco_img._09{right:-20%}.ly_deco_img._10{left:-12%}.ly_deco_img._11{right:-20%}.ly_deco_img._12{left:-12%}.ly_deco_img._13{right:-20%}.ly_deco_img._14{left:-12%}.ly_deco_img._15{right:-20%}.ly_deco_img._16{left:-12%}.ly_deco_img._17{right:-20%}.ly_deco_img._18{left:-12%}.ly_deco_img._19{right:-20%}.ly_deco_img._20{left:-12%}}