﻿.ly_header{padding:0 15px;width:100%;background:linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%)}.ly_header_inner{height:55px;display:flex;justify-content:space-between;align-items:center;width:calc(100% - 30px - 35px)}.ly_header_logo{max-width:200px}.ly_header_logo a{display:block}.ly_header_logo img{display:block}@media screen and (min-width: 768px){.ly_header{background:none}.ly_header_inner{height:110px;width:calc(100% - 30px - 115px)}.ly_header_logo{max-width:360px}}.page-home .ly_header_inner{position:absolute;z-index:98}.page-home .ly_lang_wrap{display:block}.ly_lang_wrap{position:relative;display:none}.ly_lang_btn{cursor:pointer;color:#fff;background:none;font-family:"Montserrat","游ゴシック Medium","Yu Gothic Medium","游ゴシック体","YuGothic","メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic ProN",sans-serif;display:flex;align-items:center;width:100%;text-align:left;filter:drop-shadow(0px 0px 2px #fff)}.ly_lang_icon{margin-right:5px;filter:drop-shadow(0px 0px 2px #fff)}.ly_lang_ttl{flex-grow:1}.ly_lang_arrow{flex-shrink:0;display:flex;align-items:center;transition:.2s ease-in-out;filter:drop-shadow(0px 0px 2px #fff)}.ly_lang_arrow._open{transform:rotate(180deg)}.ly_lang_dropdown{position:absolute;top:35px;right:50%;transform:translateX(50%)}.ly_lang_list{background-color:#fff;border:1px solid #00af32;border-radius:15px;padding:5px 15px}.ly_lang_item{text-align:center;padding:5px;border-bottom:1px solid #00af32}.ly_lang_item:last-child{border-bottom:none}.ly_lang_item a{font-size:1.2rem;white-space:nowrap}.ly_lang_item a:hover{color:#00af32;text-decoration:none}@media screen and (min-width: 768px){.ly_lang_list{padding:10px 30px}.ly_lang_item{padding:10px}.ly_lang_item a{font-size:1.5rem}.ly_lang_dropdown{right:0;transform:translateX(0)}.ly_lang_icon{width:30px;margin-right:8px}.ly_lang_icon img{width:100%}.ly_lang_arrow{width:11px}.ly_lang_arrow svg{width:100%}}.ly_drawer{display:flex;align-items:flex-end;justify-content:flex-end;column-gap:13px;height:25px;position:fixed;top:15px;right:15px;z-index:99}.ly_drawer_btn{position:relative;z-index:1;width:22px;height:35px;border:none;background-color:rgba(0,0,0,0);cursor:pointer;transition:all .3s ease}.ly_drawer_btn span{position:absolute;top:50%;left:50%;display:block;width:22px;height:2px;background-color:#323232;border-radius:100vh;transition:all .3s ease}.ly_drawer_btn span:nth-child(1){transform:translate(-50%, calc(-50% - 7px))}.ly_drawer_btn span:nth-child(2){transform:translate(-50%, -50%)}.ly_drawer_btn span:nth-child(3){transform:translate(-50%, calc(-50% + 7px))}.ly_drawer_btn p{font-size:8px;transform:translateY(15px);color:#323232;font-family:"Montserrat","游ゴシック Medium","Yu Gothic Medium","游ゴシック体","YuGothic","メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic ProN",sans-serif}.ly_drawer_btn.js-open span{background-color:#fff}.ly_drawer_btn.js-open span:nth-child(1){transform:translate(-50%, -50%) rotate(45deg)}.ly_drawer_btn.js-open span:nth-child(2){transform:translate(-50%, -50%) rotate(-45deg)}.ly_drawer_btn.js-open span:nth-child(3){display:none}.ly_drawer_btn.js-open p{color:#fff}.ly_drawer_btn_pcWrap{display:none}@media screen and (min-width: 768px){.ly_drawer_btn._sp{display:none}}.ly_drawer_logo{max-width:200px;margin-bottom:20px}.ly_drawer_logo_sub{display:none}.ly_drawer_nav{position:fixed;top:0;left:0;z-index:0;opacity:0;visibility:hidden;width:100vw;height:100vh;transition:all .3s ease}.ly_drawer_nav_inner{position:relative;z-index:1;transform:translateX(100%);overflow-y:scroll;width:100%;height:100%;margin:0 0 0 auto;padding:20px 25px 80px;background-color:rgba(0,0,0,.85);transition:all .3s ease}.ly_drawer_nav_menu{padding:0 30px}.ly_drawer_nav_menuItem a{color:#fff;display:flex;justify-content:space-between;align-items:center;border:1px solid #fff;padding:8px 20px;border-radius:50px;margin-bottom:15px}.ly_drawer_nav_menuItem a:hover{background-color:#00af32;text-decoration:none}.ly_drawer_nav_menuItem a p{padding:8px 5px 8px 15px}.ly_drawer_nav_menuItem a span{flex-shrink:0;width:36px;text-align:center}.ly_drawer_nav_subMenu{display:flex;flex-wrap:wrap;justify-content:space-between}.ly_drawer_nav_subMenuItem{width:48%}.ly_drawer_nav_subMenuItem._last a{border-bottom:none}.ly_drawer_nav_subMenuItem a{color:#fff;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #fff;padding:15px 10px;font-size:1.2rem;height:100%}.ly_drawer_nav_subMenuItem a:hover{color:#00af32;text-decoration:none}.ly_drawer_nav_subMenuItem a span{flex-shrink:0;width:17px;text-align:center;margin-left:10px}.ly_drawer_nav_subMenuItem a span img{vertical-align:middle}.ly_drawer_nav_bg{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.4);opacity:0;transition:opacity .2s ease}.ly_drawer_nav.js-open{opacity:1;visibility:visible}.ly_drawer_nav.js-open .ly_drawer_nav_inner{transform:translateX(0)}.ly_drawer_nav.js-open .ly_drawer_nav_bg{opacity:1}.ly_drawer_nav_lang{width:48%}.ly_drawer_close{background:none;width:220px;margin:20px auto 0;border:1px solid #fff;border-radius:50px;color:#fff;display:flex;justify-content:center;padding:10px}.ly_drawer_close div{position:relative;width:22px;height:22px;margin-right:10px}.ly_drawer_close span{position:absolute;top:50%;left:50%;display:block;width:22px;height:2px;background-color:#fff;border-radius:100vh}.ly_drawer_close span:nth-child(1){transform:translate(-50%, -50%) rotate(45deg)}.ly_drawer_close span:nth-child(2){transform:translate(-50%, -50%) rotate(-45deg)}.ly_drawer_lang_wrap{position:relative}.ly_drawer_lang_btn{cursor:pointer;color:#fff;background:none;padding:13px 10px;font-family:"Montserrat","游ゴシック Medium","Yu Gothic Medium","游ゴシック体","YuGothic","メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic ProN",sans-serif;display:flex;align-items:center;width:100%;text-align:left;transition:.2s ease-in-out}.ly_drawer_lang_btn:hover{cursor:pointer;color:#00af32}.ly_drawer_lang_icon{width:22px;margin-right:10px}.ly_drawer_lang_ttl{flex-grow:1}.ly_drawer_lang_arrow{flex-shrink:0;display:flex;align-items:center;transition:.2s ease-in-out}.ly_drawer_lang_arrow._open{transform:rotate(180deg)}.ly_drawer_lang_dropdown{position:absolute;bottom:43px;left:50%;transform:translateX(-50%)}.ly_drawer_lang_list{background-color:#171717;border:1px solid #fff;border-radius:15px;padding:5px 15px}.ly_drawer_lang_item{text-align:center;padding:5px;border-bottom:1px solid #fff}.ly_drawer_lang_item:last-child{border-bottom:none}.ly_drawer_lang_item a{font-size:1.2rem;white-space:nowrap;color:#fff}.ly_drawer_lang_item a:hover{color:#00af32;text-decoration:none}@media screen and (min-width: 768px){.ly_drawer{top:0;right:0}.ly_drawer_logo{display:none}.ly_drawer_logo_sub{display:block;text-align:right;margin-top:40px}.ly_drawer_logo_sub a img{transition:.2s ease-in-out}.ly_drawer_logo_sub a:hover img{opacity:.8}.ly_drawer_nav_inner{max-width:1170px;width:90%;max-height:850px;padding:100px 50px 40px;border-radius:30px 0 0 30px}.ly_drawer_nav_menu{display:flex;flex-wrap:wrap;justify-content:space-between;padding:0 80px}.ly_drawer_nav_menuItem{width:48%}.ly_drawer_nav_menuItem a{border-width:2px;margin-bottom:30px}.ly_drawer_nav_subMenu{max-width:545px;margin:0 auto}.ly_drawer_nav_subMenuItem a{font-size:1.5rem}.ly_drawer_nav_subMenuItem a p{padding:5px}.ly_drawer_nav_subMenuItem a span{width:auto}.ly_drawer_nav_subMenuItem._last a{border-bottom:1px solid #fff}.ly_drawer_nav_lang{border-bottom:1px solid #fff}.ly_drawer_close{display:none}.ly_drawer_btn{width:100%;height:45px}.ly_drawer_btn_pcWrap{display:block;background-color:rgba(0,0,0,.85);width:100px;height:68px;position:absolute;top:0;right:0;border-left:2px solid #fff}.ly_drawer_btn span{width:30px;background-color:#fff}.ly_drawer_btn span:nth-child(1){transform:translate(-50%, calc(-50% - 10px))}.ly_drawer_btn span:nth-child(3){transform:translate(-50%, calc(-50% + 10px))}.ly_drawer_btn p{color:#fff;font-size:1.3rem;transform:translateY(28px)}.ly_drawer_lang_btn{padding:19px 15px}.ly_drawer_lang_dropdown{bottom:50px}.ly_drawer_lang_list{padding:10px 30px}.ly_drawer_lang_item{padding:10px}.ly_drawer_lang_item a{font-size:1.5rem}}@media screen and (min-width: 1150px){.ly_drawer_btn{height:65px}.ly_drawer_btn_pcWrap{height:88px}}.ly_aside{display:none;position:fixed;top:68px;right:0;width:100px}.ly_aside_list{border-top:2px solid #fff}.ly_aside_item{background-color:#00af32;text-align:center;border-bottom:2px solid #fff;border-left:2px solid #fff}.ly_aside_item>a{color:#fff;font-size:1.3rem;padding:10px 5px;line-height:1.2;display:flex;flex-direction:column;justify-content:center;align-items:center;height:68px}.ly_aside_item>a span{display:block;margin:0 auto 5px;flex-shrink:0;transition:.2s ease-in-out}.ly_aside_item>a:hover{text-decoration:none}.ly_aside_item>a:hover span{transform:translateY(-2px)}.ly_aside_top{text-align:center}.ly_aside_top a{background-color:rgba(0,0,0,.85);border-bottom-left-radius:30px;color:#fff;font-size:1.3rem;padding:5px 5px;line-height:1.2;display:flex;flex-direction:column;justify-content:center;align-items:center;height:88px;border-bottom:2px solid #fff;border-left:2px solid #fff}.ly_aside_top a span{display:block;margin:0 auto 5px;flex-shrink:0;transition:.2s ease-in-out}.ly_aside_top a:hover{text-decoration:none}.ly_aside_top a:hover span{transform:translateY(-2px)}@media screen and (min-width: 768px){.ly_aside{display:block}}@media screen and (min-width: 1150px){.ly_aside{top:88px}.ly_aside_item>a{padding:10px 5px;height:88px}.ly_aside_item>a span{margin:0 auto 10px}}.ly_spMenu{position:fixed;bottom:0;left:0;width:100%;border-top:1px solid #00af32;background-color:#fff;z-index:98}.ly_spMenu_list{display:flex}.ly_spMenu_item{width:20%;text-align:center;position:relative}.ly_spMenu_item::after{content:"";display:block;width:1px;height:15px;background-color:#00af32;position:absolute;top:50%;right:-0.5px;transform:translateY(-50%)}.ly_spMenu_item:last-child::after{display:none}.ly_spMenu_item a{font-size:2.8vw;display:block;padding:10px 0}.ly_spMenu_item a:hover{text-decoration:none}.ly_spMenu_item span{display:block;height:18px;margin:0 auto 5px}.ly_spMenu_item span img{vertical-align:middle}@media screen and (min-width: 768px){.ly_spMenu{display:none}}.ly_subHeader{background-repeat:no-repeat;background-position:center center;background-size:cover;background-color:#00af32;display:flex;align-items:center;position:relative;min-height:100px;background-image:url(/cms/wp-content/themes/trc/img/common/over_subheader.png)}.ly_subHeader._high::before{content:"";display:block;width:100%;height:100%;position:absolute;top:0;left:0;background-color:#000;opacity:.3;mix-blend-mode:multiply}.ly_subHeader._rental{background-image:url(/cms/wp-content/themes/trc/img/rental/bg_subheader.jpg)}.ly_subHeader._news{background-image:url(/cms/wp-content/themes/trc/img/news/bg_subheader.jpg)}.ly_subHeader._shop{background-image:url(/cms/wp-content/themes/trc/img/shop/bg_subheader.jpg)}.ly_subHeader._useful{background-image:url(/cms/wp-content/themes/trc/img/useful/bg_subheader.jpg)}.ly_subHeader._pickup{background-image:url(/cms/wp-content/themes/trc/img/pickup/bg_subheader.jpg)}.ly_subHeader._lease{background-image:url(/cms/wp-content/themes/trc/img/lease/bg_subheader.jpg)}.ly_subHeader._company{background-image:url(/cms/wp-content/themes/trc/img/company/bg_subheader.jpg)}.ly_subHeader_ttl{width:100%;padding:0 15px;text-align:center;color:#fff;font-size:1.8rem;position:relative}.ly_subHeader_subTtl{font-size:1.2rem;display:block;font-family:"Montserrat","游ゴシック Medium","Yu Gothic Medium","游ゴシック体","YuGothic","メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic ProN",sans-serif}@media screen and (min-width: 768px){.ly_subHeader{min-height:240px}.ly_subHeader_ttl{font-size:3.2rem}.ly_subHeader_subTtl{font-size:1.8rem}}.ly_bread{padding:0 15px}.ly_bread_list{max-width:1150px;width:100%;margin:10px auto 30px auto;display:flex;flex-wrap:wrap;position:relative;z-index:2}.ly_bread_item{position:relative;padding:0 15px 0 8px;font-size:.9rem}.ly_bread_item:first-child{padding-left:0}.ly_bread_item::after{content:"";display:block;position:absolute;width:5px;height:5px;border-right:1px solid #1a1a1a;border-bottom:1px solid #1a1a1a;transform:rotate(-45deg) translateY(-50%);top:46%;right:0}.ly_bread_item:last-child::after{display:none}@media screen and (min-width: 768px){.ly_bread_list{margin:20px auto 100px}.ly_bread_item{font-size:1.4rem;padding:0 20px 0 10px}.ly_bread_item::after{width:8px;height:8px;border-width:1.5px}.ly_bread_item:first-child img{width:19.5px}}.ly_footer{background-color:#fff;padding-bottom:59px}.ly_footer_logo{text-align:center;max-width:200px;padding:20px 0 15px;margin:0 auto}.ly_footer_logo img{display:block}.ly_footer_logo a{display:none}.ly_footer_inner{background-color:#323232;padding:20px 15px}.ly_footer_cont{padding:0 15px;max-width:1120px;margin-right:auto;margin-left:auto}.ly_footer_list{padding:0 5px}.ly_footer_item{border-bottom:1px solid #666}.ly_footer_item a{display:inline-block;color:#fff;padding:15px 10px;font-size:1.2rem}.ly_footer_subList:nth-child(1){width:70%}.ly_footer_subList:nth-child(2){width:30%}.ly_footer_subList_wrap{display:flex;padding:15px 10px;margin-bottom:20px}.ly_footer_subItem a{color:#fff;font-size:1rem}.ly_footer_picList{display:flex;justify-content:center;margin-bottom:20px}.ly_footer_picItem{width:48%;max-width:240px;margin:0 5px;border-radius:50px;background-repeat:no-repeat;background-position:center;background-size:cover;overflow:hidden}.ly_footer_picItem._shops{background-image:url(/cms/wp-content/themes/trc/img/common/footer_bg01.jpg)}.ly_footer_picItem._career{background-image:url(/cms/wp-content/themes/trc/img/common/footer_bg02.jpg)}.ly_footer_picItem a{color:#fff;display:block;padding:12px;text-align:center}.ly_footer_picItem a:hover{text-decoration:none;background:#00af32}.ly_footer_miscList{display:flex;flex-wrap:wrap;justify-content:center;margin-bottom:20px}.ly_footer_miscItem{padding:0 10px}.ly_footer_miscItem a{color:#fff;font-size:1rem}.ly_footer_copy{color:#fff;text-align:center;font-size:.7rem;display:block}.ly_footer_innerLogo{margin-bottom:20px}.ly_footer_innerLogo a{display:block;max-width:200px;margin:0 auto}@media screen and (min-width: 768px){.ly_footer{padding-bottom:0}.ly_footer_logo{max-width:360px;padding:60px 0 55px}.ly_footer_inner{padding:55px 15px 20px}.ly_footer_cont{display:flex;flex-wrap:wrap;justify-content:space-between}.ly_footer_list{order:0;width:30%;padding:0;margin-bottom:50px}.ly_footer_item{border-bottom:none;margin-bottom:20px}.ly_footer_item a{font-size:1.5rem;padding:0}.ly_footer_subList_wrap{order:1;display:block;width:30%;padding:0;margin-bottom:50px}.ly_footer_subList:nth-child(1),.ly_footer_subList:nth-child(2){width:100%}.ly_footer_subItem{margin-bottom:20px}.ly_footer_subItem a{font-size:1.5rem;padding:0}.ly_footer_picList{order:3;width:100%;margin-bottom:60px}.ly_footer_picItem{margin:0 30px}.ly_footer_miscList{order:2;display:block;width:30%;margin-bottom:50px}.ly_footer_miscItem{margin-bottom:20px}.ly_footer_miscItem a{font-size:1.5rem;padding:0}.ly_footer_innerLogo{order:3;width:100%;margin-bottom:40px}.ly_footer_innerLogo a{max-width:360px}}footer{background-color:#fff;padding-bottom:59px}@media screen and (min-width: 768px){footer{padding-bottom:0}}.ly_wrapBase{padding:0 15px;max-width:1120px;margin-right:auto;margin-left:auto}.ly_wrap1320{padding:0 15px;max-width:1320px;margin-right:auto;margin-left:auto}.ly_wrapGray{background-color:#f8f8f8;padding:30px 0}@media screen and (min-width: 768px){.ly_wrapGray{padding:50px 0}}.ly_emergency{position:relative;width:100%;max-width:1600px;margin:0 0 0 auto;padding:10px 0}.ly_emergency_wrap{background-color:#fce5cd}.ly_emergency_ttl{flex-shrink:0;width:210px;padding:0px 15px 0px 40px;position:relative;font-weight:bold;z-index:1}.ly_emergency_ttl::before{content:"";background:url(/cms/wp-content/themes/trc/img/home/icon-emergency.svg) no-repeat center center/contain;width:20px;height:20px;position:absolute;top:50%;left:15px;transform:translateY(-50%)}.ly_emergency_cont{padding:0px 35px 0px 10px}.ly_emergency_item{margin-bottom:5px;line-height:1.2}.ly_emergency_item:last-child{margin-bottom:0}.ly_emergency_closeBtn{position:absolute;width:20px;height:20px;cursor:pointer;top:50%;right:10px;transform:translateY(-50%)}.ly_emergency_closeBtn span{display:block;width:20px;height:1px;background-color:#9fa0a0;position:absolute;top:10px}.ly_emergency_closeBtn span:first-child{transform:rotate(-45deg)}.ly_emergency_closeBtn span:last-child{transform:rotate(45deg)}@media screen and (min-width: 768px){.ly_emergency{display:flex;align-items:center}.ly_emergency_ttl{padding:0 20px 0 40px;border-right:2px solid #323232}.ly_emergency_cont{padding:10px 40px 10px 20px}.ly_emergency_item{margin-bottom:10px;line-height:1.3}.ly_emergency_item:last-child{margin-bottom:0}.ly_emergency_closeBtn{right:20px}}.ly_gotop a{position:fixed;bottom:-200px;right:10px;z-index:90;width:50px;height:50px;transition:all .5s ease;background-color:rgba(0,0,0,.85);color:#fff;padding:5px 5px;line-height:1.2;display:flex;flex-direction:column;justify-content:center;align-items:center;text-decoration:none;font-size:1.2rem;border-radius:5px}.ly_gotop a span{display:block;margin:0 auto 5px;flex-shrink:0;transition:.2s ease-in-out;width:12px}.ly_gotop.scroll a{bottom:69px}@media screen and (min-width: 768px){.ly_gotop{display:none}}