@charset "UTF-8";/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.hinge{-webkit-animation-duration:2s;animation-duration:2s}@-webkit-keyframes bounce{0%,20%,50%,80%,100%{-webkit-transform:translateY(0);transform:translateY(0)}40%{-webkit-transform:translateY(-30px);transform:translateY(-30px)}60%{-webkit-transform:translateY(-15px);transform:translateY(-15px)}}@keyframes bounce{0%,20%,50%,80%,100%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}40%{-webkit-transform:translateY(-30px);-ms-transform:translateY(-30px);transform:translateY(-30px)}60%{-webkit-transform:translateY(-15px);-ms-transform:translateY(-15px);transform:translateY(-15px)}}.bounce{-webkit-animation-name:bounce;animation-name:bounce}@-webkit-keyframes flash{0%,50%,100%{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,100%{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.1);transform:scale(1.1)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes pulse{0%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}100%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{0%{-webkit-transform:scale(1);transform:scale(1)}30%{-webkit-transform:scaleX(1.25) scaleY(0.75);transform:scaleX(1.25) scaleY(0.75)}40%{-webkit-transform:scaleX(0.75) scaleY(1.25);transform:scaleX(0.75) scaleY(1.25)}60%{-webkit-transform:scaleX(1.15) scaleY(0.85);transform:scaleX(1.15) scaleY(0.85)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes rubberBand{0%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}30%{-webkit-transform:scaleX(1.25) scaleY(0.75);-ms-transform:scaleX(1.25) scaleY(0.75);transform:scaleX(1.25) scaleY(0.75)}40%{-webkit-transform:scaleX(0.75) scaleY(1.25);-ms-transform:scaleX(0.75) scaleY(1.25);transform:scaleX(0.75) scaleY(1.25)}60%{-webkit-transform:scaleX(1.15) scaleY(0.85);-ms-transform:scaleX(1.15) scaleY(0.85);transform:scaleX(1.15) scaleY(0.85)}100%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{0%,100%{-webkit-transform:translateX(0);transform:translateX(0)}10%,30%,50%,70%,90%{-webkit-transform:translateX(-10px);transform:translateX(-10px)}20%,40%,60%,80%{-webkit-transform:translateX(10px);transform:translateX(10px)}}@keyframes shake{0%,100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}10%,30%,50%,70%,90%{-webkit-transform:translateX(-10px);-ms-transform:translateX(-10px);transform:translateX(-10px)}20%,40%,60%,80%{-webkit-transform:translateX(10px);-ms-transform:translateX(10px);transform:translateX(10px)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}100%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);-ms-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);-ms-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);-ms-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);-ms-transform:rotate(-5deg);transform:rotate(-5deg)}100%{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}}.swing{-webkit-transform-origin:top center;-ms-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scale(1);transform:scale(1)}10%,20%{-webkit-transform:scale(0.9) rotate(-3deg);transform:scale(0.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale(1.1) rotate(3deg);transform:scale(1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale(1.1) rotate(-3deg);transform:scale(1.1) rotate(-3deg)}100%{-webkit-transform:scale(1) rotate(0);transform:scale(1) rotate(0)}}@keyframes tada{0%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}10%,20%{-webkit-transform:scale(0.9) rotate(-3deg);-ms-transform:scale(0.9) rotate(-3deg);transform:scale(0.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale(1.1) rotate(3deg);-ms-transform:scale(1.1) rotate(3deg);transform:scale(1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale(1.1) rotate(-3deg);-ms-transform:scale(1.1) rotate(-3deg);transform:scale(1.1) rotate(-3deg)}100%{-webkit-transform:scale(1) rotate(0);-ms-transform:scale(1) rotate(0);transform:scale(1) rotate(0)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translateX(0%);transform:translateX(0%)}15%{-webkit-transform:translateX(-25%) rotate(-5deg);transform:translateX(-25%) rotate(-5deg)}30%{-webkit-transform:translateX(20%) rotate(3deg);transform:translateX(20%) rotate(3deg)}45%{-webkit-transform:translateX(-15%) rotate(-3deg);transform:translateX(-15%) rotate(-3deg)}60%{-webkit-transform:translateX(10%) rotate(2deg);transform:translateX(10%) rotate(2deg)}75%{-webkit-transform:translateX(-5%) rotate(-1deg);transform:translateX(-5%) rotate(-1deg)}100%{-webkit-transform:translateX(0%);transform:translateX(0%)}}@keyframes wobble{0%{-webkit-transform:translateX(0%);-ms-transform:translateX(0%);transform:translateX(0%)}15%{-webkit-transform:translateX(-25%) rotate(-5deg);-ms-transform:translateX(-25%) rotate(-5deg);transform:translateX(-25%) rotate(-5deg)}30%{-webkit-transform:translateX(20%) rotate(3deg);-ms-transform:translateX(20%) rotate(3deg);transform:translateX(20%) rotate(3deg)}45%{-webkit-transform:translateX(-15%) rotate(-3deg);-ms-transform:translateX(-15%) rotate(-3deg);transform:translateX(-15%) rotate(-3deg)}60%{-webkit-transform:translateX(10%) rotate(2deg);-ms-transform:translateX(10%) rotate(2deg);transform:translateX(10%) rotate(2deg)}75%{-webkit-transform:translateX(-5%) rotate(-1deg);-ms-transform:translateX(-5%) rotate(-1deg);transform:translateX(-5%) rotate(-1deg)}100%{-webkit-transform:translateX(0%);-ms-transform:translateX(0%);transform:translateX(0%)}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes bounceIn{0%{opacity:0;-webkit-transform:scale(0.3);transform:scale(0.3)}50%{opacity:1;-webkit-transform:scale(1.05);transform:scale(1.05)}70%{-webkit-transform:scale(0.9);transform:scale(0.9)}100%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes bounceIn{0%{opacity:0;-webkit-transform:scale(0.3);-ms-transform:scale(0.3);transform:scale(0.3)}50%{opacity:1;-webkit-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05)}70%{-webkit-transform:scale(0.9);-ms-transform:scale(0.9);transform:scale(0.9)}100%{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}}.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px)}60%{opacity:1;-webkit-transform:translateY(30px);transform:translateY(30px)}80%{-webkit-transform:translateY(-10px);transform:translateY(-10px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes bounceInDown{0%{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px)}60%{opacity:1;-webkit-transform:translateY(30px);-ms-transform:translateY(30px);transform:translateY(30px)}80%{-webkit-transform:translateY(-10px);-ms-transform:translateY(-10px);transform:translateY(-10px)}100%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%{opacity:0;-webkit-transform:translateX(-2000px);transform:translateX(-2000px)}60%{opacity:1;-webkit-transform:translateX(30px);transform:translateX(30px)}80%{-webkit-transform:translateX(-10px);transform:translateX(-10px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes bounceInLeft{0%{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translateX(-2000px)}60%{opacity:1;-webkit-transform:translateX(30px);-ms-transform:translateX(30px);transform:translateX(30px)}80%{-webkit-transform:translateX(-10px);-ms-transform:translateX(-10px);transform:translateX(-10px)}100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%{opacity:0;-webkit-transform:translateX(2000px);transform:translateX(2000px)}60%{opacity:1;-webkit-transform:translateX(-30px);transform:translateX(-30px)}80%{-webkit-transform:translateX(10px);transform:translateX(10px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes bounceInRight{0%{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translateX(2000px)}60%{opacity:1;-webkit-transform:translateX(-30px);-ms-transform:translateX(-30px);transform:translateX(-30px)}80%{-webkit-transform:translateX(10px);-ms-transform:translateX(10px);transform:translateX(10px)}100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%{opacity:0;-webkit-transform:translateY(2000px);transform:translateY(2000px)}60%{opacity:1;-webkit-transform:translateY(-30px);transform:translateY(-30px)}80%{-webkit-transform:translateY(10px);transform:translateY(10px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes bounceInUp{0%{opacity:0;-webkit-transform:translateY(2000px);-ms-transform:translateY(2000px);transform:translateY(2000px)}60%{opacity:1;-webkit-transform:translateY(-30px);-ms-transform:translateY(-30px);transform:translateY(-30px)}80%{-webkit-transform:translateY(10px);-ms-transform:translateY(10px);transform:translateY(10px)}100%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{0%{-webkit-transform:scale(1);transform:scale(1)}25%{-webkit-transform:scale(0.95);transform:scale(0.95)}50%{opacity:1;-webkit-transform:scale(1.1);transform:scale(1.1)}100%{opacity:0;-webkit-transform:scale(0.3);transform:scale(0.3)}}@keyframes bounceOut{0%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}25%{-webkit-transform:scale(0.95);-ms-transform:scale(0.95);transform:scale(0.95)}50%{opacity:1;-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}100%{opacity:0;-webkit-transform:scale(0.3);-ms-transform:scale(0.3);transform:scale(0.3)}}.bounceOut{-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{0%{-webkit-transform:translateY(0);transform:translateY(0)}20%{opacity:1;-webkit-transform:translateY(-20px);transform:translateY(-20px)}100%{opacity:0;-webkit-transform:translateY(2000px);transform:translateY(2000px)}}@keyframes bounceOutDown{0%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}20%{opacity:1;-webkit-transform:translateY(-20px);-ms-transform:translateY(-20px);transform:translateY(-20px)}100%{opacity:0;-webkit-transform:translateY(2000px);-ms-transform:translateY(2000px);transform:translateY(2000px)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{0%{-webkit-transform:translateX(0);transform:translateX(0)}20%{opacity:1;-webkit-transform:translateX(20px);transform:translateX(20px)}100%{opacity:0;-webkit-transform:translateX(-2000px);transform:translateX(-2000px)}}@keyframes bounceOutLeft{0%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}20%{opacity:1;-webkit-transform:translateX(20px);-ms-transform:translateX(20px);transform:translateX(20px)}100%{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translateX(-2000px)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{0%{-webkit-transform:translateX(0);transform:translateX(0)}20%{opacity:1;-webkit-transform:translateX(-20px);transform:translateX(-20px)}100%{opacity:0;-webkit-transform:translateX(2000px);transform:translateX(2000px)}}@keyframes bounceOutRight{0%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}20%{opacity:1;-webkit-transform:translateX(-20px);-ms-transform:translateX(-20px);transform:translateX(-20px)}100%{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translateX(2000px)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{0%{-webkit-transform:translateY(0);transform:translateY(0)}20%{opacity:1;-webkit-transform:translateY(20px);transform:translateY(20px)}100%{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px)}}@keyframes bounceOutUp{0%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}20%{opacity:1;-webkit-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px)}100%{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translateY(-20px);transform:translateY(-20px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translateY(-20px);-ms-transform:translateY(-20px);transform:translateY(-20px)}100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px)}100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translateX(-20px);transform:translateX(-20px)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translateX(-20px);-ms-transform:translateX(-20px);transform:translateX(-20px)}100%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translateX(-2000px);transform:translateX(-2000px)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translateX(-2000px)}100%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translateX(20px);transform:translateX(20px)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translateX(20px);-ms-transform:translateX(20px);transform:translateX(20px)}100%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translateX(2000px);transform:translateX(2000px)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translateX(2000px)}100%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(20px);transform:translateY(20px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px)}100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translateY(2000px);transform:translateY(2000px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translateY(2000px);-ms-transform:translateY(2000px);transform:translateY(2000px)}100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(20px);transform:translateY(20px)}}@keyframes fadeOutDown{0%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(2000px);transform:translateY(2000px)}}@keyframes fadeOutDownBig{0%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(2000px);-ms-transform:translateY(2000px);transform:translateY(2000px)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-20px);transform:translateX(-20px)}}@keyframes fadeOutLeft{0%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-20px);-ms-transform:translateX(-20px);transform:translateX(-20px)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-2000px);transform:translateX(-2000px)}}@keyframes fadeOutLeftBig{0%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translateX(-2000px)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(20px);transform:translateX(20px)}}@keyframes fadeOutRight{0%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(20px);-ms-transform:translateX(20px);transform:translateX(20px)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(2000px);transform:translateX(2000px)}}@keyframes fadeOutRightBig{0%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translateX(2000px)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-20px);transform:translateY(-20px)}}@keyframes fadeOutUp{0%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-20px);-ms-transform:translateY(-20px);transform:translateY(-20px)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px)}}@keyframes fadeOutUpBig{0%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) translateZ(0) rotateY(-360deg) scale(1);transform:perspective(400px) translateZ(0) rotateY(-360deg) scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);transform:perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);transform:perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) translateZ(0) rotateY(0deg) scale(0.95);transform:perspective(400px) translateZ(0) rotateY(0deg) scale(0.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%{-webkit-transform:perspective(400px) translateZ(0) rotateY(0deg) scale(1);transform:perspective(400px) translateZ(0) rotateY(0deg) scale(1);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) translateZ(0) rotateY(-360deg) scale(1);-ms-transform:perspective(400px) translateZ(0) rotateY(-360deg) scale(1);transform:perspective(400px) translateZ(0) rotateY(-360deg) scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);-ms-transform:perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);transform:perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);-ms-transform:perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);transform:perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) translateZ(0) rotateY(0deg) scale(0.95);-ms-transform:perspective(400px) translateZ(0) rotateY(0deg) scale(0.95);transform:perspective(400px) translateZ(0) rotateY(0deg) scale(0.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%{-webkit-transform:perspective(400px) translateZ(0) rotateY(0deg) scale(1);-ms-transform:perspective(400px) translateZ(0) rotateY(0deg) scale(1);transform:perspective(400px) translateZ(0) rotateY(0deg) scale(1);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;-ms-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-10deg);transform:perspective(400px) rotateX(-10deg)}70%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}100%{-webkit-transform:perspective(400px) rotateX(0deg);transform:perspective(400px) rotateX(0deg);opacity:1}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);-ms-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-10deg);-ms-transform:perspective(400px) rotateX(-10deg);transform:perspective(400px) rotateX(-10deg)}70%{-webkit-transform:perspective(400px) rotateX(10deg);-ms-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}100%{-webkit-transform:perspective(400px) rotateX(0deg);-ms-transform:perspective(400px) rotateX(0deg);transform:perspective(400px) rotateX(0deg);opacity:1}}.flipInX{-webkit-backface-visibility:visible !important;-ms-backface-visibility:visible !important;backface-visibility:visible !important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-10deg);transform:perspective(400px) rotateY(-10deg)}70%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg)}100%{-webkit-transform:perspective(400px) rotateY(0deg);transform:perspective(400px) rotateY(0deg);opacity:1}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);-ms-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-10deg);-ms-transform:perspective(400px) rotateY(-10deg);transform:perspective(400px) rotateY(-10deg)}70%{-webkit-transform:perspective(400px) rotateY(10deg);-ms-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg)}100%{-webkit-transform:perspective(400px) rotateY(0deg);-ms-transform:perspective(400px) rotateY(0deg);transform:perspective(400px) rotateY(0deg);opacity:1}}.flipInY{-webkit-backface-visibility:visible !important;-ms-backface-visibility:visible !important;backface-visibility:visible !important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px) rotateX(0deg);transform:perspective(400px) rotateX(0deg);opacity:1}100%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px) rotateX(0deg);-ms-transform:perspective(400px) rotateX(0deg);transform:perspective(400px) rotateX(0deg);opacity:1}100%{-webkit-transform:perspective(400px) rotateX(90deg);-ms-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.flipOutX{-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible !important;-ms-backface-visibility:visible !important;backface-visibility:visible !important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px) rotateY(0deg);transform:perspective(400px) rotateY(0deg);opacity:1}100%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px) rotateY(0deg);-ms-transform:perspective(400px) rotateY(0deg);transform:perspective(400px) rotateY(0deg);opacity:1}100%{-webkit-transform:perspective(400px) rotateY(90deg);-ms-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible !important;-ms-backface-visibility:visible !important;backface-visibility:visible !important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedIn{0%{-webkit-transform:translateX(100%) skewX(-30deg);transform:translateX(100%) skewX(-30deg);opacity:0}60%{-webkit-transform:translateX(-20%) skewX(30deg);transform:translateX(-20%) skewX(30deg);opacity:1}80%{-webkit-transform:translateX(0%) skewX(-15deg);transform:translateX(0%) skewX(-15deg);opacity:1}100%{-webkit-transform:translateX(0%) skewX(0deg);transform:translateX(0%) skewX(0deg);opacity:1}}@keyframes lightSpeedIn{0%{-webkit-transform:translateX(100%) skewX(-30deg);-ms-transform:translateX(100%) skewX(-30deg);transform:translateX(100%) skewX(-30deg);opacity:0}60%{-webkit-transform:translateX(-20%) skewX(30deg);-ms-transform:translateX(-20%) skewX(30deg);transform:translateX(-20%) skewX(30deg);opacity:1}80%{-webkit-transform:translateX(0%) skewX(-15deg);-ms-transform:translateX(0%) skewX(-15deg);transform:translateX(0%) skewX(-15deg);opacity:1}100%{-webkit-transform:translateX(0%) skewX(0deg);-ms-transform:translateX(0%) skewX(0deg);transform:translateX(0%) skewX(0deg);opacity:1}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{0%{-webkit-transform:translateX(0%) skewX(0deg);transform:translateX(0%) skewX(0deg);opacity:1}100%{-webkit-transform:translateX(100%) skewX(-30deg);transform:translateX(100%) skewX(-30deg);opacity:0}}@keyframes lightSpeedOut{0%{-webkit-transform:translateX(0%) skewX(0deg);-ms-transform:translateX(0%) skewX(0deg);transform:translateX(0%) skewX(0deg);opacity:1}100%{-webkit-transform:translateX(100%) skewX(-30deg);-ms-transform:translateX(100%) skewX(-30deg);transform:translateX(100%) skewX(-30deg);opacity:0}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}100%{-webkit-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}}@keyframes rotateIn{0%{-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(-200deg);-ms-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}100%{-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}100%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);opacity:0}100%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);opacity:0}100%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}100%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{0%{-webkit-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}100%{-webkit-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}100%{-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(200deg);-ms-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}100%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}}@keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}100%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}}@keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}100%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}100%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes slideInDown{0%{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes slideInDown{0%{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px)}100%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{opacity:0;-webkit-transform:translateX(-2000px);transform:translateX(-2000px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes slideInLeft{0%{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translateX(-2000px)}100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{opacity:0;-webkit-transform:translateX(2000px);transform:translateX(2000px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes slideInRight{0%{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translateX(2000px)}100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-2000px);transform:translateX(-2000px)}}@keyframes slideOutLeft{0%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translateX(-2000px)}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(2000px);transform:translateX(2000px)}}@keyframes slideOutRight{0%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translateX(2000px)}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px)}}@keyframes slideOutUp{0%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px)}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}@-webkit-keyframes slideInUp{0%{opacity:0;-webkit-transform:translateY(2000px);transform:translateY(2000px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes slideInUp{0%{opacity:0;-webkit-transform:translateY(2000px);-ms-transform:translateY(2000px);transform:translateY(2000px)}100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(2000px);transform:translateY(2000px)}}@keyframes slideOutDown{0%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(2000px);-ms-transform:translateY(2000px);transform:translateY(2000px)}}.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes hinge{0%{-webkit-transform:rotate(0);transform:rotate(0);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}80%{-webkit-transform:rotate(60deg) translateY(0);transform:rotate(60deg) translateY(0);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}100%{-webkit-transform:translateY(700px);transform:translateY(700px);opacity:0}}@keyframes hinge{0%{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);-ms-transform:rotate(80deg);transform:rotate(80deg);-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%{-webkit-transform:rotate(60deg);-ms-transform:rotate(60deg);transform:rotate(60deg);-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}80%{-webkit-transform:rotate(60deg) translateY(0);-ms-transform:rotate(60deg) translateY(0);transform:rotate(60deg) translateY(0);-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}100%{-webkit-transform:translateY(700px);-ms-transform:translateY(700px);transform:translateY(700px);opacity:0}}.hinge{-webkit-animation-name:hinge;animation-name:hinge}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translateX(-100%) rotate(-120deg);transform:translateX(-100%) rotate(-120deg)}100%{opacity:1;-webkit-transform:translateX(0px) rotate(0deg);transform:translateX(0px) rotate(0deg)}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translateX(-100%) rotate(-120deg);-ms-transform:translateX(-100%) rotate(-120deg);transform:translateX(-100%) rotate(-120deg)}100%{opacity:1;-webkit-transform:translateX(0px) rotate(0deg);-ms-transform:translateX(0px) rotate(0deg);transform:translateX(0px) rotate(0deg)}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1;-webkit-transform:translateX(0px) rotate(0deg);transform:translateX(0px) rotate(0deg)}100%{opacity:0;-webkit-transform:translateX(100%) rotate(120deg);transform:translateX(100%) rotate(120deg)}}@keyframes rollOut{0%{opacity:1;-webkit-transform:translateX(0px) rotate(0deg);-ms-transform:translateX(0px) rotate(0deg);transform:translateX(0px) rotate(0deg)}100%{opacity:0;-webkit-transform:translateX(100%) rotate(120deg);-ms-transform:translateX(100%) rotate(120deg);transform:translateX(100%) rotate(120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale(0.3);transform:scale(0.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale(0.3);-ms-transform:scale(0.3);transform:scale(0.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale(0.1) translateY(-2000px);transform:scale(0.1) translateY(-2000px);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}60%{opacity:1;-webkit-transform:scale(0.475) translateY(60px);transform:scale(0.475) translateY(60px);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale(0.1) translateY(-2000px);-ms-transform:scale(0.1) translateY(-2000px);transform:scale(0.1) translateY(-2000px);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}60%{opacity:1;-webkit-transform:scale(0.475) translateY(60px);-ms-transform:scale(0.475) translateY(60px);transform:scale(0.475) translateY(60px);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale(0.1) translateX(-2000px);transform:scale(0.1) translateX(-2000px);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}60%{opacity:1;-webkit-transform:scale(0.475) translateX(48px);transform:scale(0.475) translateX(48px);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale(0.1) translateX(-2000px);-ms-transform:scale(0.1) translateX(-2000px);transform:scale(0.1) translateX(-2000px);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}60%{opacity:1;-webkit-transform:scale(0.475) translateX(48px);-ms-transform:scale(0.475) translateX(48px);transform:scale(0.475) translateX(48px);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale(0.1) translateX(2000px);transform:scale(0.1) translateX(2000px);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}60%{opacity:1;-webkit-transform:scale(0.475) translateX(-48px);transform:scale(0.475) translateX(-48px);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale(0.1) translateX(2000px);-ms-transform:scale(0.1) translateX(2000px);transform:scale(0.1) translateX(2000px);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}60%{opacity:1;-webkit-transform:scale(0.475) translateX(-48px);-ms-transform:scale(0.475) translateX(-48px);transform:scale(0.475) translateX(-48px);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale(0.1) translateY(2000px);transform:scale(0.1) translateY(2000px);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}60%{opacity:1;-webkit-transform:scale(0.475) translateY(-60px);transform:scale(0.475) translateY(-60px);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale(0.1) translateY(2000px);-ms-transform:scale(0.1) translateY(2000px);transform:scale(0.1) translateY(2000px);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}60%{opacity:1;-webkit-transform:scale(0.475) translateY(-60px);-ms-transform:scale(0.475) translateY(-60px);transform:scale(0.475) translateY(-60px);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}50%{opacity:0;-webkit-transform:scale(0.3);transform:scale(0.3)}100%{opacity:0}}@keyframes zoomOut{0%{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}50%{opacity:0;-webkit-transform:scale(0.3);-ms-transform:scale(0.3);transform:scale(0.3)}100%{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale(0.475) translateY(-60px);transform:scale(0.475) translateY(-60px);-webkit-animation-timing-function:linear;animation-timing-function:linear}100%{opacity:0;-webkit-transform:scale(0.1) translateY(2000px);transform:scale(0.1) translateY(2000px);-webkit-transform-origin:center bottom;transform-origin:center bottom}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale(0.475) translateY(-60px);-ms-transform:scale(0.475) translateY(-60px);transform:scale(0.475) translateY(-60px);-webkit-animation-timing-function:linear;animation-timing-function:linear}100%{opacity:0;-webkit-transform:scale(0.1) translateY(2000px);-ms-transform:scale(0.1) translateY(2000px);transform:scale(0.1) translateY(2000px);-webkit-transform-origin:center bottom;-ms-transform-origin:center bottom;transform-origin:center bottom}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale(0.475) translateX(42px);transform:scale(0.475) translateX(42px);-webkit-animation-timing-function:linear;animation-timing-function:linear}100%{opacity:0;-webkit-transform:scale(0.1) translateX(-2000px);transform:scale(0.1) translateX(-2000px);-webkit-transform-origin:left center;transform-origin:left center}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale(0.475) translateX(42px);-ms-transform:scale(0.475) translateX(42px);transform:scale(0.475) translateX(42px);-webkit-animation-timing-function:linear;animation-timing-function:linear}100%{opacity:0;-webkit-transform:scale(0.1) translateX(-2000px);-ms-transform:scale(0.1) translateX(-2000px);transform:scale(0.1) translateX(-2000px);-webkit-transform-origin:left center;-ms-transform-origin:left center;transform-origin:left center}}.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale(0.475) translateX(-42px);transform:scale(0.475) translateX(-42px);-webkit-animation-timing-function:linear;animation-timing-function:linear}100%{opacity:0;-webkit-transform:scale(0.1) translateX(2000px);transform:scale(0.1) translateX(2000px);-webkit-transform-origin:right center;transform-origin:right center}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale(0.475) translateX(-42px);-ms-transform:scale(0.475) translateX(-42px);transform:scale(0.475) translateX(-42px);-webkit-animation-timing-function:linear;animation-timing-function:linear}100%{opacity:0;-webkit-transform:scale(0.1) translateX(2000px);-ms-transform:scale(0.1) translateX(2000px);transform:scale(0.1) translateX(2000px);-webkit-transform-origin:right center;-ms-transform-origin:right center;transform-origin:right center}}.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale(0.475) translateY(60px);transform:scale(0.475) translateY(60px);-webkit-animation-timing-function:linear;animation-timing-function:linear}100%{opacity:0;-webkit-transform:scale(0.1) translateY(-2000px);transform:scale(0.1) translateY(-2000px);-webkit-transform-origin:center top;transform-origin:center top}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale(0.475) translateY(60px);-ms-transform:scale(0.475) translateY(60px);transform:scale(0.475) translateY(60px);-webkit-animation-timing-function:linear;animation-timing-function:linear}100%{opacity:0;-webkit-transform:scale(0.1) translateY(-2000px);-ms-transform:scale(0.1) translateY(-2000px);transform:scale(0.1) translateY(-2000px);-webkit-transform-origin:center top;-ms-transform-origin:center top;transform-origin:center top}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}.areaInfomationContent .areaInfomationContent_table{width:100%;margin-bottom:10px;table-layout:fixed;border-collapse:collapse;margin-top:24px}.areaInfomationContent .areaInfomationContent_table tbody tr td,.areaInfomationContent .areaInfomationContent_table tbody tr th{font-weight:400;padding:8px;border:1px solid #eaeaea;border-left:none;border-right:none}.areaInfomationContent .areaInfomationContent_table tbody tr th{width:200px;background-color:#fffbd8}@media screen and (max-width: 767px){.areaInfomationContent .areaInfomationContent_dsc{font-size:13px}.areaInfomationContent .areaInfomationContent_table{display:block}.areaInfomationContent .areaInfomationContent_table tbody tr{display:flex}.areaInfomationContent .areaInfomationContent_table tbody tr td,.areaInfomationContent .areaInfomationContent_table tbody tr th{display:block;font-size:13px}.areaInfomationContent .areaInfomationContent_table tbody tr th{min-width:80px;width:80px;background-color:#fffbd8}}.kakuyasuInfoBox{background-color:#F1FAF5;padding:16px}.kakuyasuInfoBox .kakuyasuInfoBox_title{font-weight:700;font-size:20px;line-height:1.4;margin-bottom:12px}.kakuyasuInfoBox .kakuyasuInfoBox_content{display:flex;align-items:flex-start;gap:16px}.kakuyasuInfoBox .kakuyasuInfoBox_content .kakuyasuInfoBox_content_dsc{font-size:14px;min-width:0;flex:1 1 auto}.kakuyasuInfoBox .kakuyasuInfoBox_content .kakuyasuInfoBox_content_dsc>*:not(:first-child){margin-top:24px}.kakuyasuInfoBox .kakuyasuInfoBox_content .kakuyasuInfoBox_content_dsc.js-readMoreBox{max-height:120px}.kakuyasuInfoBox .kakuyasuInfoBox_content .kakuyasuInfoBox_content_img{font-size:14px;width:300px;min-width:300px;flex-shrink:0;max-height:120px;overflow:hidden}.kakuyasuInfoBox .kakuyasuInfoBox_content .kakuyasuInfoBox_content_img.kakuyasuInfoBox_content_img-noChart{display:none}.kakuyasuInfoBox .kakuyasuInfoBox_content .kakuyasuInfoBox_content_img canvas{max-width:100%;width:300px;min-width:300px}.kakuyasuInfoBox .kakuyasuInfoBox_content .kakuyasuInfoBox_content_dsc.js-readMoreBox-open ~ .kakuyasuInfoBox_content_img,.kakuyasuInfoBox .kakuyasuInfoBox_content .kakuyasuInfoBox_content_dsc.js-readMoreBox-disabled ~ .kakuyasuInfoBox_content_img{max-height:none;overflow:visible}@media screen and (max-width: 767px){.kakuyasuInfoBox{padding:12px;margin-bottom:12px}.kakuyasuInfoBox .kakuyasuInfoBox_title{font-size:16px;margin-bottom:8px}.kakuyasuInfoBox .kakuyasuInfoBox_content{display:block;position:relative}.kakuyasuInfoBox .kakuyasuInfoBox_content .kakuyasuInfoBox_content_dsc{margin-bottom:16px}.kakuyasuInfoBox .kakuyasuInfoBox_content .kakuyasuInfoBox_content_dsc.js-readMoreBox{max-height:120px}.kakuyasuInfoBox .kakuyasuInfoBox_content .kakuyasuInfoBox_content_img{width:auto;min-width:inherit;position:absolute;visibility:hidden;max-height:none;overflow:visible}.kakuyasuInfoBox .kakuyasuInfoBox_content .kakuyasuInfoBox_content_img.kakuyasuInfoBox_content_img-noChart{display:none}.kakuyasuInfoBox .kakuyasuInfoBox_content .kakuyasuInfoBox_content_img .chart{text-align:center}.kakuyasuInfoBox .kakuyasuInfoBox_content .kakuyasuInfoBox_content_dsc.js-readMoreBox-open ~ .kakuyasuInfoBox_content_img:not(.kakuyasuInfoBox_content_img-noChart),.kakuyasuInfoBox .kakuyasuInfoBox_content .kakuyasuInfoBox_content_dsc.js-readMoreBox-disabled ~ .kakuyasuInfoBox_content_img:not(.kakuyasuInfoBox_content_img-noChart){position:static;visibility:visible}}.shortstayInfoBox{background-color:#F1FAF5;padding:16px}.shortstayInfoBox .shortstayInfoBox_title{font-weight:700;font-size:16px;line-height:1.4;margin-bottom:12px}.shortstayInfoBox .shortstayInfoBox_content{display:flex;align-items:flex-start;gap:16px}.shortstayInfoBox .shortstayInfoBox_content .shortstayInfoBox_content_dsc{font-size:14px}.shortstayInfoBox .shortstayInfoBox_content .shortstayInfoBox_content_dsc>*:not(:first-child){margin-top:24px}.shortstayInfoBox .shortstayInfoBox_content .shortstayInfoBox_content_dsc.js-readMoreBox{max-height:120px}@media screen and (max-width: 767px){.shortstayInfoBox{padding:12px;margin-bottom:12px}.shortstayInfoBox .shortstayInfoBox_title{font-size:14px;margin-bottom:8px}.shortstayInfoBox .shortstayInfoBox_content{display:block}.shortstayInfoBox .shortstayInfoBox_content .shortstayInfoBox_content_dsc.js-readMoreBox{max-height:120px}}.teleworkInfoBox{background-color:#F1FAF5;padding:16px}.teleworkInfoBox .teleworkInfoBox_title{font-weight:700;font-size:16px;line-height:1.4;margin-bottom:12px}.teleworkInfoBox .teleworkInfoBox_content{display:flex;align-items:flex-start;gap:16px}.teleworkInfoBox .teleworkInfoBox_content .teleworkInfoBox_content_dsc{font-size:14px}.teleworkInfoBox .teleworkInfoBox_content .teleworkInfoBox_content_dsc>*:not(:first-child){margin-top:8px}.teleworkInfoBox .teleworkInfoBox_content .teleworkInfoBox_content_dsc.js-readMoreBox{max-height:120px}@media screen and (max-width: 767px){.teleworkInfoBox{margin-bottom:12px}.teleworkInfoBox .teleworkInfoBox_title{font-size:14px;margin-bottom:8px}.teleworkInfoBox .teleworkInfoBox_content{display:block}.teleworkInfoBox .teleworkInfoBox_content .teleworkInfoBox_content_dsc.js-readMoreBox{max-height:120px}}.area-text-box{width:100%;display:flex;gap:16px;background-color:#F1FAF5;padding:15px;margin-bottom:20px}.area-text-box .area-text-box-title{font-weight:700;font-size:20px;line-height:1.4;margin-bottom:8px}.area-text-box div{display:inline-block}.area-text-box .area-text{vertical-align:top;margin-bottom:8px}.area-text-box .area-text .kakuyasu-description-container{width:100%;margin:auto;margin-top:15px;padding:0px}.area-text-box .area-text .kakuyasu-description-container .chart{float:left}.area-text-box .area-text .kakuyasu-description-container .description{margin-left:15px;float:right;width:365px}.area-text-box .area-text .no-chart .chart{display:none}.area-text-box .area-text .no-chart .description{margin-left:0px;width:100%}.area-text-box .popular-stations{vertical-align:top}.area-text-box.without-stations .area-text{width:100%}.area-text-box ul{padding-left:0px}.area-text-box ul li{list-style:none;margin-top:2px;border-bottom:1px dotted #A2ADA7}.area-text-box ul li img{margin-left:15px;margin-right:3px;vertical-align:top}.area-text-box ul li div{display:inline-block;width:185px}.bottomChangeOthers{background-color:#f9f9f9}.bottomChangeOthers .inner{width:820px;min-width:820px;margin:0 auto;padding:12px 8px 32px;position:relative}.bottomChangeOthers .inner .searchBukken{padding:24px 40px;background:#fff;display:flex;align-items:center;width:100%;box-sizing:border-box;box-shadow:0 4px 4px rgba(0,0,0,0.15);margin:0 auto 56px}.bottomChangeOthers .inner .searchBukken .searchBukken_title{font-size:24px;font-weight:700;text-align:center}.bottomChangeOthers .inner .searchBukken .searchBukkenButtons{display:flex;align-items:center;padding:8px 8px;font-size:20px;font-weight:700;margin-left:16px;gap:16px;flex-grow:1}.bottomChangeOthers .inner .searchBukken .searchBukkenButtons span{width:0;height:0;border-style:solid;border-width:0 0 48px 48px;border-color:transparent transparent #2da12d transparent;position:absolute;right:0;bottom:0}.bottomChangeOthers .inner .searchBukken .searchBukkenButtons span:before{position:absolute;content:"";display:block;right:8px;top:27px;width:10px;height:10px;transform:translate(0, 0) rotate(45deg);border-top:3px solid #fff;border-right:3px solid #fff}.bottomChangeOthers .inner .searchBukken .searchBukkenButtons .searchBukkenButtons_item{padding:40px 0;text-align:center;color:#fff;font-size:24px;position:relative}.bottomChangeOthers .inner .searchBukken .searchBukkenButtons .searchBukkenButtons_item span{width:0;height:0;border-style:solid;border-width:0 0 48px 48px;border-color:transparent transparent #2da12d transparent;position:absolute;right:0;bottom:0}.bottomChangeOthers .inner .searchBukken .searchBukkenButtons .searchBukkenButtons_item span:before{position:absolute;content:"";display:block;right:8px;top:27px;width:10px;height:10px;transform:translate(0, 0) rotate(45deg);border-top:3px solid #fff;border-right:3px solid #fff}.bottomChangeOthers .inner .searchBukken .searchBukkenButtons .searchBukkenButtons_item.searchBukkenButtons_item-area{background-image:url(/assets/bg_bukkenSearch_area-26c60b9bf3aae87a1fbabc048563b0da.jpg);background-size:cover;min-width:calc(33.33% - 11px)}.bottomChangeOthers .inner .searchBukken .searchBukkenButtons .searchBukkenButtons_item.searchBukkenButtons_item-railways{background-image:url(/assets/bg_bukkenSearch_railways-0fe8bf341ef8fb9cc46df2d2acbb8b11.jpg);background-size:cover;min-width:calc(33.33% - 11px)}.bottomChangeOthers .inner .searchBukken .searchBukkenButtons .searchBukkenButtons_item.searchBukkenButtons_item-map{background-image:url(/assets/bg_bukkenSearch_map-bc9cf339c13dc2e5f3be53ea933e4aa1.jpg);background-size:cover;min-width:calc(33.33% - 11px)}.bottomChangeOthers .inner .spPrefSelect .spPrefSelect_title{font-size:36px;font-weight:700;text-align:center;margin-bottom:48px}.bottomChangeOthers .inner .mokuteki .mokuteki_title{font-size:36px;font-weight:700;text-align:center;margin-bottom:48px}.bottomChangeOthers .inner .mokuteki .mokutekiList{display:flex;justify-content:center}.bottomChangeOthers .inner .mokuteki .mokutekiList .mokutekiList_item_img{margin-bottom:8px;width:100%;height:auto}.bottomChangeOthers .inner .mokuteki .mokutekiList .mokutekiList_item{display:flex;flex-direction:column;padding:8px 0;color:inherit;width:328px}.bottomChangeOthers .inner .mokuteki .mokutekiList .mokutekiList_item:not(:first-child){margin-left:32px}.bottomChangeOthers .inner .mokuteki .mokutekiList .mokutekiList_item .mokutekiList_item_title{font-size:20px;font-weight:700;text-align:center;margin-bottom:6px}.bottomChangeOthers .inner .mokuteki .mokutekiList .mokutekiList_item .mokutekiList_item_text{font-size:12px;margin-bottom:8px}.bottomChangeOthers .inner .mokuteki .mokutekiList .mokutekiList_item .mokutekiList_item_btn{text-align:center;margin-top:auto}.bottomChangeOthers .inner .mokuteki .mokutekiList .mokutekiList_item_big{display:flex;flex-direction:column;padding:8px 0;color:inherit;width:502px;max-width:50%}.bottomChangeOthers .inner .mokuteki .mokutekiList .mokutekiList_item_big:not(:first-child){margin-left:32px}.bottomChangeOthers .inner .mokuteki .mokutekiList .mokutekiList_item_big .mokutekiList_item_text{font-size:12px;margin-bottom:8px}@media screen and (max-width: 767px){.bottomChangeOthers .inner{width:auto;min-width:auto;padding:16px 16px 24px}.bottomChangeOthers .inner .searchBukken{width:100%;padding:16px 12px;left:50%;top:-20px;display:block;margin-bottom:32px}.bottomChangeOthers .inner .searchBukken .searchBukken_title{font-size:18px;font-weight:700;text-align:center;margin-bottom:8px}.bottomChangeOthers .inner .searchBukken .searchBukkenButtons{display:flex;flex-direction:column;align-items:center;padding:0;font-size:14px;font-weight:700;margin-left:0;gap:8px}.bottomChangeOthers .inner .searchBukken .searchBukkenButtons .searchBukkenButtons_item{font-size:16px;display:block;width:100% !important;padding:20px 0;background-position:center}.bottomChangeOthers .inner .searchBukken .searchBukkenButtons .searchBukkenButtons_item span{border-width:0 0 40px 40px;right:0;bottom:0}.bottomChangeOthers .inner .searchBukken .searchBukkenButtons .searchBukkenButtons_item span:before{right:8px;top:23px;width:8px;height:8px;transform:translate(0, 0) rotate(45deg);border-top:2px solid #fff;border-right:2px solid #fff}.bottomChangeOthers .inner .searchBukken .searchBukkenButtons .searchBukkenButtons_item.searchBukkenButtons_item-area{min-width:calc(33.83% - 3px)}.bottomChangeOthers .inner .searchBukken .searchBukkenButtons .searchBukkenButtons_item.searchBukkenButtons_item-railways{min-width:calc(37.83% - 3px)}.bottomChangeOthers .inner .searchBukken .searchBukkenButtons .searchBukkenButtons_item.searchBukkenButtons_item-map{min-width:calc(28.33% - 3px)}.bottomChangeOthers .inner .mokuteki .mokuteki_title{font-size:22px;margin-bottom:24px}.bottomChangeOthers .inner .mokuteki .mokutekiList{display:block}.bottomChangeOthers .inner .mokuteki .mokutekiList .mokutekiList_item{display:block;color:inherit;width:auto;padding:2px 0;position:relative}.bottomChangeOthers .inner .mokuteki .mokutekiList .mokutekiList_item:not(:first-child){margin-left:0}.bottomChangeOthers .inner .mokuteki .mokutekiList .mokutekiList_item .mokutekiList_item_img{top:16px;left:0;height:auto}.bottomChangeOthers .inner .mokuteki .mokutekiList .mokutekiList_item .mokutekiList_item_title{font-size:16px;text-align:left;margin-bottom:4px}.bottomChangeOthers .inner .mokuteki .mokutekiList .mokutekiList_item .mokutekiList_item_text{font-size:12px}.bottomChangeOthers .inner .mokuteki .mokutekiList .mokutekiList_item_big{display:block;color:inherit;width:auto;max-width:100%;padding:2px 0;position:relative}.bottomChangeOthers .inner .mokuteki .mokutekiList .mokutekiList_item_big:not(:first-child){margin-left:0}.bottomChangeOthers .inner .mokuteki .mokutekiList .mokutekiList_item_big .mokutekiList_item_img{top:16px;left:0;height:auto}.bottomChangeOthers .inner .mokuteki .mokutekiList .mokutekiList_item_big .mokutekiList_item_text{font-size:12px}}@media screen and (max-width: 320px){.bottomChangeOthers .inner .searchBukken .searchBukkenButtons .searchBukkenButtons_item{font-size:13px}}.sub-category .dl-horizontal{display:table-row}.sub-category .dl-horizontal dt,.sub-category .dl-horizontal dd{display:table-cell;vertical-align:top}.sub-category .dl-horizontal dt{width:120px;font-size:13px}.sub-category .dl-horizontal dd{padding-bottom:1.5em}.sub-category .dl-horizontal .title{position:relative;width:80px;color:white;font-weight:normal;background-color:#5bb377;padding-top:2px;height:18px;vertical-align:middle;text-align:center}.sub-category .dl-horizontal .title:after{left:100%;top:50%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;border-color:rgba(91,179,119,0);border-left-color:#5bb377;border-width:18px;margin-top:-18px}.lt-ie9 .sub-category .dl-horizontal .title:after{border:none;height:0;width:0}.category-search{margin-bottom:50px}.category-search .btn-search{line-height:29px}.pref-link{line-height:1.7}.designated-city-links{line-height:1.7}.designated-city-links a{color:#2da12d}body{background-color:#fff;color:#333;-webkit-text-size-adjust:100% !important;overflow-x:hidden;letter-spacing:0.05em;font-size:16px;margin:0;font-family:'ヒラギノ角ゴ Pro','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'Helvertica Neue',Helvetica,Arial,sans-serif}p{line-height:1.7}a{color:#4e4ee0;text-decoration:none;opacity:1;transition:opacity 100ms 0ms linear;cursor:pointer}a:hover{opacity:0.8}a[href^="tel:"]{color:inherit;text-decoration:none;pointer-events:none}@media screen and (max-width: 767px){a[href^="tel:"]{color:#4e4ee0;pointer-events:inherit}}button:disabled{background-color:#ccc !important;color:#888 !important;cursor:not-allowed}img{display:block;max-width:100%}.blockMsg{border:none !important;background:none !important}.remodal-overlay{background:rgba(43,46,56,0.9)}.slick-slider{opacity:0;transition:opacity .5s linear}.slick-slider.slick-initialized{opacity:1}.anchorWrap{margin-top:-104px;padding-top:104px}@media screen and (max-width: 767px){.anchorWrap{margin-top:-72px;padding-top:72px}}.select2-container--bootstrap .select2-dropdown{z-index:10000}.select2-container--bootstrap .select2-search--dropdown .select2-search__field{font-size:16px !important}.banner-area .banner{margin-bottom:24px;display:block;position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border:1px solid #cacaca;width:100%;background:#fafafa}.banner-area .banner .pr{width:0px;height:0px;position:absolute;border:20px solid transparent;z-index:10}.banner-area .banner .pr.pr-left{top:2px;left:2px;border-left-color:#2da12d;border-top-color:#2da12d}.banner-area .banner .pr.pr-right{bottom:2px;right:2px;border-right-color:#2da12d;border-bottom-color:#2da12d}.banner-area .banner .pr-text{color:#fff;font-weight:bold;font-size:12px;position:absolute;transform:rotate(-45deg);z-index:20}.banner-area .banner .pr-text.pr-text-left{top:5px;left:5px}.banner-area .banner .pr-text.pr-text-right{bottom:7px;right:5px}.banner-area .banner #banner-container{position:relative;margin:8px auto;height:60px;width:468px}@media (max-width: 767px){.banner-area .banner{height:auto;padding:12px}.banner-area .banner .pr{width:0px;height:0px;position:absolute;border:16px solid transparent}.banner-area .banner .pr-text{font-size:10px}.banner-area .banner .pr-text.pr-text-right{bottom:6px;right:4px}.banner-area .banner #banner-container{margin:0;height:auto;width:100%;padding-top:12.8205128%}.banner-area .banner #banner-container #banner{top:0;position:absolute;width:100%}.banner-area .banner #banner-container #banner a img{height:auto;width:100%}}.borderBox{padding:16px;border:1px solid #ccc}.borderBox.borderBox-red{border-color:#EC5342}@media screen and (max-width: 767px){.borderBox{padding:12px}}.bottomCriteriaChange{display:flex;gap:16px;background-color:#f9f9f9;padding:16px}.bottomCriteriaChange .bottomCriteriaChange_row{display:flex;flex:1;height:80px}.bottomCriteriaChange .bottomCriteriaChange_title{width:80px;min-width:80px;background-color:#cccccc;color:#333;font-size:14px;display:flex;align-items:center;justify-content:center;text-align:center}.bottomCriteriaChange .bottomCriteriaChange_body{flex:1;display:flex;background-color:#fff;border:1px solid #2da12d}.bottomCriteriaChange .bottomCriteriaChange_value{flex:1;display:flex;align-items:center;padding:0 12px;overflow:hidden;text-align:left}.bottomCriteriaChange .bottomCriteriaChange_value .bottomCriteriaChange_text,.bottomCriteriaChange .bottomCriteriaChange_value .criterion{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;color:#333;font-size:14px;line-height:1.5;width:100%;padding:0}.bottomCriteriaChange .bottomCriteriaChange_value .criterion .inner{display:inline}.bottomCriteriaChange .bottomCriteriaChange_value .criterion .inner .criterion_label{display:none}.bottomCriteriaChange .bottomCriteriaChange_value .criterion .inner .view-text{display:inline}.bottomCriteriaChange .bottomCriteriaChange_value .criterion .inner .view-text+.view-text::before{content:"｜"}.bottomCriteriaChange .bottomCriteriaChange_value .criterion .inner:not(:first-child)::before{content:"｜"}.bottomCriteriaChange .bottomCriteriaChange_change{width:60px;min-width:60px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px;white-space:nowrap;color:#4e4ee0}.bottomCriteriaChange .bottomCriteriaChange_change:hover{text-decoration:underline}@media (max-width: 768px){.bottomCriteriaChange{flex-direction:column;gap:0;padding:0}.bottomCriteriaChange .bottomCriteriaChange_row{flex:0 0 48px;height:48px;box-sizing:border-box}.bottomCriteriaChange .bottomCriteriaChange_row:first-child{border-bottom:2px solid #fff}.bottomCriteriaChange .bottomCriteriaChange_title{font-size:12px}.bottomCriteriaChange .bottomCriteriaChange_value{padding:0 8px}.bottomCriteriaChange .bottomCriteriaChange_value .bottomCriteriaChange_text,.bottomCriteriaChange .bottomCriteriaChange_value .criterion{-webkit-line-clamp:2;font-size:12px}.bottomCriteriaChange .bottomCriteriaChange_change{width:48px;min-width:48px;font-size:12px}}.breadcrumb{background-color:transparent;padding:0px;margin:0px 0px 0px;display:flex;flex-wrap:wrap}.breadcrumb .breadcrumb-item{color:inherit;font-size:14px;display:flex;white-space:nowrap;padding:2px}.breadcrumb .breadcrumb-item a{color:inherit}.breadcrumb .breadcrumb-item a:hover{text-decoration:underline}.breadcrumb .breadcrumb-item a span{color:inherit}.breadcrumb .breadcrumb-item:first-child:before{content:"";padding:0px}.breadcrumb .breadcrumb-item:before{content:">";color:#333;padding:0 4px}@media screen and (max-width: 767px){.breadcrumb .breadcrumb-item{font-size:12px}}.bukkenHistoryList{width:1016px;margin:0 auto;min-height:230px}.bukkenHistoryList>li{opacity:0}.bukkenHistoryList .slick-arrow{z-index:10;display:block;width:32px;height:32px;border-radius:50%;background-color:rgba(0,172,172,0.9) !important;position:absolute}.bukkenHistoryList .slick-arrow:before{position:absolute;content:"";display:block;width:8px;height:8px;border-top:2px solid #fff;border-right:2px solid #fff;width:12px;height:12px;border-top:3px solid #fff;border-right:3px solid #fff}.bukkenHistoryList .slick-arrow.slick-prev{top:50%;left:-16px;transform:translate(0, -50%)}.bukkenHistoryList .slick-arrow.slick-prev:before{transform:rotate(225deg) translate(-50%, -50%);left:40%;top:6%}.bukkenHistoryList .slick-arrow.slick-next{top:50%;right:-16px;transform:translate(0, -50%)}.bukkenHistoryList .slick-arrow.slick-next:before{transform:rotate(45deg) translate(-50%, -50%);right:40%;top:56%}@media screen and (max-width: 767px){.bukkenHistoryList{display:flex;overflow-x:auto;width:calc(100% + 16px)}}.bukkenHistoryItem{display:block;width:242px;min-width:242px;background-color:#fff;color:#333}.bukkenHistoryItem:hover{color:#333;text-decoration:none}.bukkenHistoryItem .bukkenHistoryItem_inner{margin-right:16px;display:block}.bukkenHistoryItem .bukkenHistoryItem_inner .itemName{font-size:14px;font-weight:700;margin-top:4px;display:block}.bukkenHistoryItem .bukkenHistoryItem_inner .itemImg .itemImg_picture{position:relative;width:100%;padding-top:66.67%}.bukkenHistoryItem .bukkenHistoryItem_inner .itemImg .itemImg_picture img{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:auto;height:auto;max-width:100%;max-height:100%}.bukkenHistoryItem .bukkenHistoryItem_inner .itemImg .itemImg_picture .itemImg_picture_type{position:absolute;top:0;left:0;font-weight:700;font-size:12px;padding:3px 8px;background:rgba(247,247,247,0.85)}.bukkenHistoryItem .bukkenHistoryItem_inner .itemInfo{font-size:12px;font-weight:700;display:flex;color:#2da12d;gap:8px}.bukkenHistoryItem .bukkenHistoryItem_inner .itemInfo .itemInfo_access{font-size:12px;display:flex;align-items:center;max-width:calc(75% - 4px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bukkenHistoryItem .bukkenHistoryItem_inner .itemInfo .itemInfo_access .itemInfo_access_icon{margin-right:3px}.bukkenHistoryItem .bukkenHistoryItem_inner .itemInfo .itemInfo_info{display:flex;align-items:center;max-width:calc(25% - 4px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bukkenHistoryItem .bukkenHistoryItem_inner .itemInfo .itemInfo_info .itemInfo_info_icon{margin-right:2px}.bukkenHistoryItem .bukkenHistoryItem_inner .itemPrice{font-size:12px;display:flex;margin-top:2px}.bukkenHistoryItem .bukkenHistoryItem_inner .itemPrice .itemPrice_spacer{padding:0 4px}@media screen and (max-width: 767px){.bukkenHistoryItem{min-width:0}.bukkenHistoryItem .bukkenHistoryItem_inner .itemImg .itemImg_picture{padding-top:0;aspect-ratio:4 / 3;max-height:135px}}.slider-progress{width:100%;height:4px;background-color:#e0e0e0;border-radius:2px;margin-top:15px;overflow:hidden}.progress-bar{height:100%;background-color:#2da12d;border-radius:2px;transition:width 0.3s ease;width:0%}.bukkenInquireItem{display:block;color:#333}.bukkenInquireItem:hover{color:#333;text-decoration:none}.bukkenInquireItem .itemName{font-size:14px;font-weight:700;margin-top:4px;display:flex}.bukkenInquireItem .itemContent{display:flex;gap:8px}.bukkenInquireItem .itemContent .itemContent_left .itemContent_left_type{font-weight:700;font-size:12px;padding:3px 8px;background:rgba(247,247,247,0.85)}.bukkenInquireItem .itemContent .itemContent_left .itemImg .itemImg_picture{position:relative;width:120px;height:90px}.bukkenInquireItem .itemContent .itemContent_left .itemImg .itemImg_picture img{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:auto;height:auto;max-width:100%;max-height:100%}.bukkenInquireItem .itemContent .itemContent_right{line-height:1.6}.bukkenInquireItem .itemContent .itemContent_right .itemInfo{font-size:12px}.bukkenInquireItem .itemContent .itemContent_right .itemInfo .itemInfo_access{font-size:12px;align-items:center}.bukkenInquireItem .itemContent .itemContent_right .itemInfo .itemInfo_info{display:flex;align-items:center}.bukkenInquireItem .itemContent .itemContent_right .itemInfo .itemInfo_info .itemInfo_info_icon{margin-right:2px}.bukkenInquireItem .itemContent .itemContent_right .itemInfo .itemInfo_price{font-weight:700;font-size:12px;display:flex}.bukkenInquireItem .itemContent .itemContent_right .itemInfo .itemInfo_price .month_total{margin-right:8px}@media screen and (max-width: 767px){.bukkenInquireItem{padding-bottom:16px;border-bottom:1px solid #ccc}.bukkenInquireItem object .itemName{margin-top:0}.bukkenInquireItem object .itemContent{display:flex;gap:8px}.bukkenInquireItem object .itemContent .itemContent_left .itemContent_left_type{font-size:10px;padding:2px 4px}.bukkenInquireItem object .itemContent .itemContent_left .itemImg .itemImg_picture{position:relative;width:72px;height:54px}.bukkenInquireItem object .itemContent .itemContent_right .itemInfo{font-size:12px}.bukkenInquireItem object .itemContent .itemContent_right .itemInfo .itemInfo_address{margin-right:8px}.bukkenInquireItem object .itemContent .itemContent_right .itemInfo .itemInfo_access{font-size:12px;align-items:center;margin-right:8px}.bukkenInquireItem object .itemContent .itemContent_right .itemInfo .itemInfo_info{display:flex;align-items:center}.bukkenInquireItem object .itemContent .itemContent_right .itemInfo .itemInfo_info .itemInfo_info_icon{margin-right:2px}}.bukkenInquireLineItem{display:block;color:#333}.bukkenInquireLineItem:hover{color:#333;text-decoration:none}.bukkenInquireLineItem .itemName{font-size:14px;font-weight:700;margin-top:4px;display:flex}.bukkenInquireLineItem .itemContent{display:flex;gap:8px}.bukkenInquireLineItem .itemContent .itemContent_left .itemContent_left_type{font-size:10px;padding:2px 4px}.bukkenInquireLineItem .itemContent .itemContent_left .itemImg .itemImg_picture{position:relative;width:120px;height:90px}.bukkenInquireLineItem .itemContent .itemContent_left .itemImg .itemImg_picture img{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:auto;height:auto;max-width:100%;max-height:100%}.bukkenInquireLineItem .itemContent .itemContent_left .itemImg .itemImg_picture .itemImg_picture_type{position:absolute;top:0;left:0;font-weight:700;font-size:12px;padding:3px 8px;background:rgba(247,247,247,0.85)}.bukkenInquireLineItem .itemContent .itemContent_right{line-height:1.6}.bukkenInquireLineItem .itemContent .itemContent_right .itemInfo{font-size:12px}.bukkenInquireLineItem .itemContent .itemContent_right .itemInfo .itemInfo_address{margin-right:8px}.bukkenInquireLineItem .itemContent .itemContent_right .itemInfo .itemInfo_access{font-size:12px;align-items:center;margin-right:8px}.bukkenInquireLineItem .itemContent .itemContent_right .itemInfo .itemInfo_info{display:flex;align-items:center}.bukkenInquireLineItem .itemContent .itemContent_right .itemInfo .itemInfo_info .itemInfo_info_icon{margin-right:2px}.bukkenInquireLineItem .itemContent .itemContent_right .itemInfo .itemInfo_price{font-weight:700;font-size:12px;display:flex}.bukkenInquireLineItem .itemContent .itemContent_right .itemInfo .itemInfo_price .month_total{margin-right:8px}@media screen and (max-width: 767px){.bukkenInquireLineItem{padding-bottom:16px;border-bottom:1px solid #ccc}.bukkenInquireLineItem .itemName{margin-top:0}.bukkenInquireLineItem .itemContent{display:flex;gap:8px}.bukkenInquireLineItem .itemContent .itemContent_left .itemContent_left_type{font-weight:700;font-size:12px;padding:3px 8px;background:rgba(247,247,247,0.85)}.bukkenInquireLineItem .itemContent .itemContent_left .itemImg .itemImg_picture{position:relative;width:72px;height:54px}.bukkenInquireLineItem .itemContent .itemContent_right .itemInfo{font-size:12px}.bukkenInquireLineItem .itemContent .itemContent_right .itemInfo .itemInfo_address{margin-right:8px}.bukkenInquireLineItem .itemContent .itemContent_right .itemInfo .itemInfo_access{font-size:12px;align-items:center;margin-right:8px}.bukkenInquireLineItem .itemContent .itemContent_right .itemInfo .itemInfo_info{display:flex;align-items:center}.bukkenInquireLineItem .itemContent .itemContent_right .itemInfo .itemInfo_info .itemInfo_info_icon{margin-right:2px}}.bukkenLargeItemList>*{border-bottom:1px solid #ccc}.bukkenLargeItem{display:block;position:relative;background-color:#fff;font-size:14px;color:#333;border:1px solid #ccc;margin:32px 0;padding:16px;box-shadow:2px 2px 4px #ccc}.bukkenLargeItem:hover{opacity:1;color:#333;text-decoration:none;background-color:#f0fbf3;cursor:pointer}.bukkenLargeItem .roomItemWithFav_button{position:absolute;left:12px;top:12px;z-index:10}.bukkenLargeItem .roomItemWithFav_button:hover{opacity:0.7}.bukkenLargeItem .roomItemWithFav_button .roomItemWithFav_button_inner{background-color:#F6F6F6;display:flex;align-items:center;padding:4px}.bukkenLargeItem .roomItemWithFav_button .roomItemWithFav_button_inner .roomItemWithFav_button_text{text-align:center;font-size:10px;margin-left:4px;line-height:1.2;font-weight:700}.bukkenLargeItem .telPopUp{min-width:560px;background-color:#fff;position:absolute;z-index:10;bottom:80px;left:50%;transform:translate(-50%, 0);padding:24px 40px;cursor:auto;border:2px solid #ff820f;box-shadow:0 4px 20px -10px #000}.bukkenLargeItem .telPopUp .telPopUp_title{font-weight:700;font-size:16px;text-align:center}.bukkenLargeItem .telPopUp .telPopUp_tel{display:flex;align-items:center;justify-content:center}.bukkenLargeItem .telPopUp .telPopUp_tel .telPopUp_tel_num{font-size:36px;font-weight:700;margin-left:6px}.bukkenLargeItem .telPopUp .telPopUp_tel .telPopUp_tel_num a{cursor:default;color:#ff820f !important}.bukkenLargeItem .telPopUp .telPopUp_tel .telPopUp_tel_num a:hover{text-decoration:none}.bukkenLargeItem .telPopUp .telPopUp_info{margin-top:8px;font-size:14px}.bukkenLargeItem .telPopUp .telPopUp_info a{color:#333;cursor:default}.bukkenLargeItem .telPopUp .telPopUp_info a:hover{text-decoration:none}.bukkenLargeItem .telPopUp .telPopUp_info .telPopUp_info_sub{margin-top:4px;color:#555;font-size:10px}.bukkenLargeItem .telPopUp .telPopUp_spButtonArea{display:flex;align-items:center;gap:16px;border-top:1px solid #ccc;padding-top:12px;margin-top:12px}.bukkenLargeItem .telPopUp .telPopUp_spButtonArea .button01{color:#fff;flex-grow:1}.bukkenLargeItem .telPopUp .telPopUp_footer{text-align:center;margin-top:16px;font-size:12px}.bukkenLargeItem .itemHead .itemHead_name{font-size:16px;font-weight:700;line-height:1.4;padding-left:40px;padding-top:0;margin-bottom:12px;letter-spacing:0}.bukkenLargeItem .itemContent{display:flex;gap:12px}.bukkenLargeItem .itemContent .itemLeft{width:240px;min-width:240px}.bukkenLargeItem .itemContent .itemLeft .itemLeft_picture{background-color:#fff;position:relative;width:240px;padding-top:75%}.bukkenLargeItem .itemContent .itemLeft .itemLeft_picture img{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:auto;height:auto;max-width:100%;max-height:100%}.bukkenLargeItem .itemContent .itemLeft .itemLeft_picture .itemLeft_picture_type_second{position:absolute;top:25px;left:0;font-weight:700;font-size:12px;padding:3px 8px;background:rgba(247,247,247,0.85)}.bukkenLargeItem .itemContent .itemLeft .itemLeft_picture .itemLeft_picture_type{position:absolute;top:0;left:0;font-weight:700;font-size:12px;padding:3px 8px;background:rgba(0,0,200,0.6);color:#fff}.bukkenLargeItem .itemContent .itemLeft .itemLeft_madori{background-color:#fff;position:relative;width:240px;padding-top:75%;margin-top:12px}.bukkenLargeItem .itemContent .itemLeft .itemLeft_madori img{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:auto;height:auto;max-width:100%;max-height:100%}.bukkenLargeItem .itemContent .itemRight .itemRight_address{position:relative;padding-left:20px}.bukkenLargeItem .itemContent .itemRight .itemRight_address .itemRight_address_icon{position:absolute;left:0}.bukkenLargeItem .itemContent .itemRight .itemRight_access{position:relative;padding-left:20px;line-height:140%}.bukkenLargeItem .itemContent .itemRight .itemRight_access .itemRight_access_icon{position:absolute;left:0}.bukkenLargeItem .itemContent .itemRight .itemRight_access .walk{margin-left:4px}.bukkenLargeItem .itemContent .itemRight .itemRight_info{position:relative;padding-left:20px}.bukkenLargeItem .itemContent .itemRight .itemRight_info .itemRight_info_icon{position:absolute;left:0;top:4px}.bukkenLargeItem .itemContent .itemRight .itemRight_tags{display:flex;margin-top:4px}.bukkenLargeItem .itemContent .itemRight .itemRight_tags .itemRight_tags_item{background-color:#2da12d;padding:2px 4px;min-width:66px;font-size:11px;color:#fff;font-weight:700}.bukkenLargeItem .itemContent .itemRight .itemRight_tags .itemRight_tags_item:not(:first-child){margin-left:4px}.bukkenLargeItem .itemContent .itemRight .itemRight_table{width:100%;table-layout:fixed;border-collapse:collapse;margin-top:4px;border-bottom:1px solid #d6d6d6}.bukkenLargeItem .itemContent .itemRight .itemRight_table tr{border-top:1px solid #d6d6d6}.bukkenLargeItem .itemContent .itemRight .itemRight_table tr th{background-color:#fffbd8;font-weight:400;padding:4px 0;font-size:13px}.bukkenLargeItem .itemContent .itemRight .itemRight_table tr td{text-align:center;font-size:13px}.bukkenLargeItem .itemAgency{margin-top:8px;margin-bottom:8px;font-size:12px;display:block}.bukkenLargeItem .itemAgency .itemAgency_name{display:inline}.bukkenLargeItem .itemAgency .itemAgency_name a{display:inline}.bukkenLargeItem .itemAgency .itemAgency_tel-fax{display:inline}.bukkenLargeItem .itemAgency .itemAgency_tel-fax a{display:inline}.bukkenLargeItem .fw700.mt8.clrGreen,.bukkenLargeItem .fw700.mt8.isCampaign{font-size:12px;letter-spacing:0;line-height:140%}.bukkenLargeItem .fw700.mt8.clrGreen p,.bukkenLargeItem .fw700.mt8.isCampaign p{line-height:140%}.bukkenLargeItem .itemPriceNote{font-size:12px}.bukkenLargeItem .table01{line-height:120%}.bukkenLargeItem .buttonArea{display:flex;gap:4px;margin-top:8px}.bukkenLargeItem .buttonArea>*{width:100%}.bukkenLargeItem .buttonArea.buttonArea-column3 .button01{padding:10px 0;white-space:nowrap}@media screen and (max-width: 767px){.bukkenLargeItem{font-size:12px;border:1px solid #ccc;margin:32px 0;padding:12px 0;box-shadow:2px 2px 4px #ccc}.bukkenLargeItem .roomItemWithFav_button{left:0;top:2px}.bukkenLargeItem .roomItemWithFav_button .roomItemWithFav_button_inner{padding:12px}.bukkenLargeItem .telPopUp{min-width:90%;padding:16px 20px}.bukkenLargeItem .telPopUp .telPopUp_title{font-size:12px;text-align:left;margin-bottom:4px}.bukkenLargeItem .telPopUp .telPopUp_tel img{width:20px}.bukkenLargeItem .telPopUp .telPopUp_tel .telPopUp_tel_num{font-size:20px}.bukkenLargeItem .telPopUp .telPopUp_info{font-size:12px}.bukkenLargeItem .telPopUp .telPopUp_footer{text-align:center;margin-top:16px;font-size:12px}.bukkenLargeItem .itemHead .itemHead_name{font-size:14px;padding-left:56px;margin-bottom:4px;padding-top:0;letter-spacing:0}.bukkenLargeItem .itemContent{font-size:12px;display:block;margin-top:0}.bukkenLargeItem .itemContent .itemLeft{display:flex;width:auto;min-width:inherit;gap:8px}.bukkenLargeItem .itemContent .itemLeft .itemLeft_picture{background-color:#fff;position:relative;width:calc(50% - 4px);min-width:calc(50% - 4px);padding-top:0;aspect-ratio:4 / 3;max-height:135px}.bukkenLargeItem .itemContent .itemLeft .itemLeft_picture .itemLeft_picture_type_second{font-size:10px;padding:2px 4px}.bukkenLargeItem .itemContent .itemLeft .itemLeft_picture .itemLeft_picture_type{font-size:10px;padding:2px 4px}.bukkenLargeItem .itemContent .itemLeft .itemLeft_madori{width:calc(50% - 4px);min-width:calc(50% - 4px);padding-top:0;aspect-ratio:4 / 3;max-height:135px;margin-top:0}.bukkenLargeItem .itemContent .itemRight{margin-top:8px}.bukkenLargeItem .itemContent .itemRight .itemRight_address{padding-left:0}.bukkenLargeItem .itemContent .itemRight .itemRight_address .itemRight_address_icon{display:none}.bukkenLargeItem .itemContent .itemRight .itemRight_access{padding-left:0}.bukkenLargeItem .itemContent .itemRight .itemRight_access .itemRight_access_icon{display:none}.bukkenLargeItem .itemContent .itemRight .itemRight_access .walk{margin-left:4px}.bukkenLargeItem .itemContent .itemRight .itemRight_info{padding-left:0;letter-spacing:0}.bukkenLargeItem .itemContent .itemRight .itemRight_info .itemRight_info_icon{display:none}.bukkenLargeItem .itemContent .itemRight .table01{font-size:12px;line-height:120%}.bukkenLargeItem .itemContent .itemRight .itemRight_table{margin-top:4px}.bukkenLargeItem .itemContent .itemRight .itemRight_table tr{border-top:1px solid #d6d6d6}.bukkenLargeItem .itemContent .itemRight .itemRight_table tr th{background-color:#fffbd8;font-weight:400;padding:4px 0;font-size:13px}.bukkenLargeItem .itemContent .itemRight .itemRight_table tr td{text-align:center;font-size:13px}.bukkenLargeItem .itemAgency{margin-top:4px;margin-bottom:0;font-size:10px}.bukkenLargeItem .itemAgency .itemAgency_name{display:inline;margin-right:0}.bukkenLargeItem .itemAgency .itemAgency_tel-fax{display:inline}.bukkenLargeItem .buttonArea{background-color:#eaeaea;padding:4px;margin-top:8px;gap:4px}.bukkenLargeItem .buttonArea>.button01{width:100%;padding:8px 0;line-height:1.2}.bukkenLargeItem .buttonArea.buttonArea-column3 .button01{padding:9px 0}}@media screen and (max-width: 320px){.bukkenLargeItem .itemContent .itemRight .table01{font-size:10px;margin-top:4px}.bukkenLargeItem .itemContent .itemRight .table01 .fixW320{width:54px !important}.bukkenLargeItem .itemContent .itemRight .table01 tbody tr th{padding:4px 0;font-size:10px !important}.bukkenLargeItem .itemContent .itemRight .table01 tbody tr td{font-size:10px;padding:4px 0}}@media screen and (min-width: 768px){.bukkenLargeItem .itemContent .itemLeft.itemLeft-fav{width:200px;min-width:200px}.bukkenLargeItem .itemContent .itemLeft .itemLeft_picture.itemLeft_picture-fav{width:200px;padding-top:0;aspect-ratio:4 / 3}.bukkenLargeItem .itemContent .itemLeft .itemLeft_madori.itemLeft_madori-fav{width:200px;padding-top:0;aspect-ratio:4 / 3}.bukkenLargeItem .itemContent .itemRight.itemRight-fav{margin-left:8px}}.bukkenMediumItem{display:block;border:1px solid #ccc;background-color:#fff;padding:12px;color:#333}.bukkenMediumItem:hover{color:#333;text-decoration:none}.bukkenMediumItem .itemHead{display:flex;align-items:flex-start}.bukkenMediumItem .itemHead .itemHead_area{background-color:#2da12d;color:#fff;font-weight:700;padding:2px 12px;white-space:nowrap;margin-right:8px;line-height:1.4}.bukkenMediumItem .itemHead .itemHead_name{font-size:18px;line-height:1.4;font-weight:700}.bukkenMediumItem .itemContent{display:flex;margin-top:8px}.bukkenMediumItem .itemContent .itemLeft{width:120px;min-width:120px;margin-right:8px;position:relative}.bukkenMediumItem .itemContent .itemLeft .itemLeft_type{font-weight:700;font-size:12px;padding:2px 0;text-align:center;background:rgba(247,247,247,0.85)}.bukkenMediumItem .itemContent .itemLeft .itemLeft_picture{position:relative;padding-top:100%}.bukkenMediumItem .itemContent .itemLeft .itemLeft_picture img{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:auto;height:auto;max-width:100%;max-height:100%}.bukkenMediumItem .itemContent .itemRight .itemRight_access{font-size:14px}.bukkenMediumItem .itemContent .itemRight .itemRight_info{font-size:14px}.bukkenMediumItem .itemContent .itemRight .catchIcons:empty{display:none}.bukkenMediumItem .itemContent .itemRight .itemRight_table{width:100%;table-layout:fixed;border-collapse:collapse;margin-top:8px;border-bottom:1px solid #d6d6d6}.bukkenMediumItem .itemContent .itemRight .itemRight_table tr{border-top:1px solid #d6d6d6}.bukkenMediumItem .itemContent .itemRight .itemRight_table tr th{font-weight:400 !important;background-color:#fffbd8;padding:4px 0;font-size:13px}.bukkenMediumItem .itemContent .itemRight .itemRight_table tr td{text-align:center;font-size:13px}.bukkenMediumItem .itemAgency{margin-top:8px;font-size:12px;display:flex;justify-content:flex-end}.bukkenMediumItem .itemAgency .itemAgency_name{margin-right:8px}@media screen and (max-width: 767px){.bukkenMediumItem{padding:12px}.bukkenMediumItem .itemHead{display:flex;align-items:flex-start}.bukkenMediumItem .itemHead .itemHead_area{font-size:12px;padding:2px 8px;margin-right:8px}.bukkenMediumItem .itemHead .itemHead_name{font-size:16px}.bukkenMediumItem .itemContent{font-size:12px;display:flex;margin-top:8px}.bukkenMediumItem .itemContent .itemLeft{width:25%;min-width:25%;margin-right:2%}.bukkenMediumItem .itemContent .itemLeft .itemLeft_type{font-size:10px;padding:2px 0}.bukkenMediumItem .itemContent .itemRight .itemRight_access{font-size:12px}.bukkenMediumItem .itemContent .itemRight .itemRight_info{font-size:12px}.bukkenMediumItem .itemContent .itemRight .catchIcons:empty{display:none}.bukkenMediumItem .itemContent .itemRight .itemRight_table{width:100%;table-layout:fixed;border-collapse:collapse;margin-top:8px;border-bottom:1px solid #d6d6d6}.bukkenMediumItem .itemContent .itemRight .itemRight_table tr{border-top:1px solid #d6d6d6}.bukkenMediumItem .itemContent .itemRight .itemRight_table tr th{padding:4px 0;font-size:12px}.bukkenMediumItem .itemContent .itemRight .itemRight_table tr td{font-size:12px}.bukkenMediumItem .itemAgency{display:block;text-align:right}.bukkenMediumItem .itemAgency .itemAgency_name{margin-right:0}}@media screen and (max-width: 320px){.bukkenMediumItem .itemContent .itemRight .itemRight_table tr th{font-size:10px}.bukkenMediumItem .itemContent .itemRight .itemRight_table tr td{font-size:10px}}.bukkenNearItem{display:block;text-decoration:none}.bukkenNearItem:hover{color:#333;text-decoration:none}.bukkenNearItem .bukkenNearItem_inner{display:flex;color:#333}.bukkenNearItem .bukkenNearItem_inner .bukkenNearItem_left{margin-right:8px;margin-left:-8px;width:140px;min-width:140px}.bukkenNearItem .bukkenNearItem_inner .bukkenNearItem_left .bukkenNearItem_left_img{width:140px;height:120px;display:flex;justify-content:center;align-items:flex-start}.bukkenNearItem .bukkenNearItem_inner .bukkenNearItem_left .bukkenNearItem_left_img img{width:auto;height:auto;max-width:140px;max-height:120px}.bukkenNearItem .bukkenNearItem_inner .bukkenNearItem_right .itemRight_bukkenName a{font-size:12px;line-height:1.4;display:inline-block}.bukkenNearItem .bukkenNearItem_inner .bukkenNearItem_right .itemRight_price{font-size:14px;font-weight:700;margin-top:2px}.bukkenNearItem .bukkenNearItem_inner .bukkenNearItem_right .itemRight_price .itemRight_price_item span{padding:4px}.bukkenNearItem .bukkenNearItem_inner .bukkenNearItem_right .itemRight_price .itemRight_price_item:first-child span{display:none}.bukkenNearItem .bukkenNearItem_inner .bukkenNearItem_right .itemRight_price .itemRight_price_item:nth-child(n+3){display:none}.bukkenNearItem .bukkenNearItem_inner .bukkenNearItem_right .itemRight_info{display:flex;align-items:center;font-size:12px;margin-top:2px}.bukkenNearItem .bukkenNearItem_inner .bukkenNearItem_right .itemRight_info .itemRight_info_railway{display:flex;align-items:center}.bukkenNearItem .bukkenNearItem_inner .bukkenNearItem_right .itemRight_info .itemRight_info_madori{display:flex;align-items:center}.bukkenNearItem .bukkenNearItem_inner .itemHead{display:flex;align-items:flex-start}.bukkenNearItem .bukkenNearItem_inner .itemHead .itemHead_area{background-color:#2da12d;color:#fff;font-weight:700;padding:2px 12px;white-space:nowrap;margin-right:8px}.bukkenNearItem .bukkenNearItem_inner .itemHead .itemHead_name{font-size:18px;font-weight:700}.bukkenNearItem .bukkenNearItem_inner .itemContent{display:flex;margin-top:8px}.bukkenNearItem .bukkenNearItem_inner .itemContent .itemLeft{width:160px;min-width:160px;margin-right:16px}.bukkenNearItem .bukkenNearItem_inner .itemContent .itemLeft .itemLeft_picture{position:relative}.bukkenNearItem .bukkenNearItem_inner .itemContent .itemLeft .itemLeft_picture .itemLeft_picture_type{position:absolute;top:0;left:0;font-weight:700;font-size:12px;padding:3px 8px;background:rgba(247,247,247,0.85)}.bukkenNearItem .bukkenNearItem_inner .itemContent .itemRight .itemRight_tags{display:flex;margin-top:4px}.bukkenNearItem .bukkenNearItem_inner .itemContent .itemRight .itemRight_tags .itemRight_tags_item{background-color:#2da12d;padding:2px 4px;min-width:66px;font-size:11px;color:#fff;font-weight:700}.bukkenNearItem .bukkenNearItem_inner .itemContent .itemRight .itemRight_tags .itemRight_tags_item:not(:first-child){margin-left:4px}.bukkenNearItem .bukkenNearItem_inner .itemContent .itemRight .itemRight_table{width:100%;table-layout:fixed;border-collapse:collapse;margin-top:4px;border-bottom:1px solid #d6d6d6}.bukkenNearItem .bukkenNearItem_inner .itemContent .itemRight .itemRight_table tr{border-top:1px solid #d6d6d6}.bukkenNearItem .bukkenNearItem_inner .itemContent .itemRight .itemRight_table tr th{font-weight:400;background-color:#fffbd8;padding:4px 0;font-size:13px}.bukkenNearItem .bukkenNearItem_inner .itemContent .itemRight .itemRight_table tr td{text-align:center;font-size:13px}.bukkenNearItem .bukkenNearItem_inner .itemAgency{margin-top:8px;font-size:12px;display:flex;justify-content:flex-end}.bukkenNearItem .bukkenNearItem_inner .itemAgency .itemAgency_name{margin-right:8px}@media screen and (max-width: 767px){.bukkenNearItem .bukkenNearItem_inner .bukkenNearItem_left{width:120px;min-width:120px}.bukkenNearItem .bukkenNearItem_inner .bukkenNearItem_left .bukkenNearItem_left_img{width:120px;height:100px}.bukkenNearItem .bukkenNearItem_inner .bukkenNearItem_left .bukkenNearItem_left_img img{max-width:120px;max-height:100px}.bukkenNearItem .bukkenNearItem_inner .bukkenNearItem_right .itemRight_bukkenName{font-size:14px}.bukkenNearItem .bukkenNearItem_inner .bukkenNearItem_right .itemRight_price{font-size:14px}.bukkenNearItem .bukkenNearItem_inner .bukkenNearItem_right .itemRight_price .itemRight_price_item span{padding:4px}.bukkenNearItem .bukkenNearItem_inner .bukkenNearItem_right .itemRight_price .itemRight_price_item:first-child span{display:none}.bukkenNearItem .bukkenNearItem_inner .bukkenNearItem_right .itemRight_price .itemRight_price_item:nth-child(n+3){display:none}.bukkenNearItem .bukkenNearItem_inner .bukkenNearItem_right .itemRight_info{display:flex;align-items:center;font-size:12px}.bukkenNearItem .bukkenNearItem_inner .bukkenNearItem_right .itemRight_info .itemRight_info_railway{display:flex;align-items:center}.bukkenNearItem .bukkenNearItem_inner .itemHead{display:flex;align-items:flex-start}.bukkenNearItem .bukkenNearItem_inner .itemHead .itemHead_area{background-color:#2da12d;color:#fff;font-weight:700;padding:2px 12px;white-space:nowrap;margin-right:8px}.bukkenNearItem .bukkenNearItem_inner .itemHead .itemHead_name{font-size:18px;font-weight:700}.bukkenNearItem .bukkenNearItem_inner .itemContent{display:flex;margin-top:8px}.bukkenNearItem .bukkenNearItem_inner .itemContent .itemLeft{width:160px;min-width:160px;margin-right:16px}.bukkenNearItem .bukkenNearItem_inner .itemContent .itemLeft .itemLeft_picture{position:relative}.bukkenNearItem .bukkenNearItem_inner .itemContent .itemLeft .itemLeft_picture .itemLeft_picture_type{position:absolute;top:0;left:0;font-weight:700;font-size:12px;padding:3px 8px;background:rgba(247,247,247,0.85)}.bukkenNearItem .bukkenNearItem_inner .itemContent .itemRight .itemRight_tags{display:flex;margin-top:4px}.bukkenNearItem .bukkenNearItem_inner .itemContent .itemRight .itemRight_tags .itemRight_tags_item{background-color:#2da12d;padding:2px 4px;min-width:66px;font-size:11px;color:#fff;font-weight:700}.bukkenNearItem .bukkenNearItem_inner .itemContent .itemRight .itemRight_tags .itemRight_tags_item:not(:first-child){margin-left:4px}.bukkenNearItem .bukkenNearItem_inner .itemContent .itemRight .itemRight_table{width:100%;table-layout:fixed;border-collapse:collapse;margin-top:4px;border-bottom:1px solid #d6d6d6}.bukkenNearItem .bukkenNearItem_inner .itemContent .itemRight .itemRight_table tr{border-top:1px solid #d6d6d6}.bukkenNearItem .bukkenNearItem_inner .itemContent .itemRight .itemRight_table tr th{font-weight:400;background-color:#fffbd8;padding:4px 0;font-size:13px}.bukkenNearItem .bukkenNearItem_inner .itemContent .itemRight .itemRight_table tr td{text-align:center;font-size:13px}.bukkenNearItem .bukkenNearItem_inner .itemAgency{margin-top:8px;font-size:12px;display:flex;justify-content:flex-end}.bukkenNearItem .bukkenNearItem_inner .itemAgency .itemAgency_name{margin-right:8px}}.button01{position:relative;width:auto;max-width:100% !important;padding:9px 28px 9px 16px;cursor:pointer;text-align:center;text-decoration:none;color:#fff;font-weight:700;border:1px solid #ff820f;background-color:#ff820f;display:inline-flex;justify-content:center;align-items:center;opacity:1;transition:opacity 100ms 0ms linear;font-size:16px;box-shadow:2px 2px 4px #aaa}.button01.disabled{opacity:.5;pointer-events:none}.button01.button-big{font-size:18px;padding:16px 20px}.button01.button-addfav{font-size:16px;padding:10px 20px}.button01:hover{opacity:.7;text-decoration:none}.button01.button-noArrow{padding-right:16px}.button01.button-noArrow:before{display:none}.button01 .button01_icon{margin-right:4px;width:auto;height:auto;max-width:24px;max-height:24px}.button01 .button01_icon.button01_icon-big{max-width:32px;max-height:32px;margin-top:-4px;margin-bottom:-4px}.button01:before{content:"";position:absolute;display:block;width:8px;height:8px;border-top:2px solid #fff;border-right:2px solid #fff;transform:rotate(45deg) translate(-50%, -50%);right:12px;top:55%}.button01[target="_blank"]{padding-right:32px}.button01[target="_blank"]:before{content:"";display:inline-block;background:url("/filesdir/images/icons/icon_target_blank-white.svg") no-repeat;background-size:100% auto;border:none;fill:#fff;width:16px;height:16px;transform:translate(-50%, -50%);top:50%;right:0}.button01.button-white{color:#2da12d;background-color:#fff;border-color:#2da12d}.button01.button-white:before{border-color:#2da12d}.button01.button-white[target="_blank"]:before{background:url("/filesdir/images/icons/icon_target_blank.svg") no-repeat;background-size:100% auto;border-color:#2da12d}.button01.button-height-40{height:40px}.button01.button-gray{background-color:gray;border:none}.button01.button-red{color:#fff;background-color:#ED4D3A;border:none}.button01.button-line{color:#fff;background-color:#4CC764;border-color:#4CC764}.button01.button-line:before{border-color:#4CC764}.button01.button-line[target="_blank"]:before{background:url("/filesdir/images/icons/icon_target_blank.svg") no-repeat;background-size:100% auto;border-color:#4CC764}.button01.button-yellow{color:#333;background-color:#ffd22e;border-color:#ffd22e}.button01.button-yellow:before{border-color:#333}.button01.button-yellow[target="_blank"]:before{background:url("/filesdir/images/icons/icon_target_blank.svg") no-repeat;background-size:100% auto;border-color:#333}.button01.button-green{color:#fff;background-color:#2da12d;border-color:#2da12d}.button01.button-green:before{border-color:#fff}.button01.button-green[target="_blank"]:before{background:url("/filesdir/images/icons/icon_target_blank-white.svg") no-repeat;background-size:100% auto;border-color:#fff}@media screen and (max-width: 767px){.button01.button-big{font-size:16px;padding:8px 24px 8px 16px}.button01.button-addfav{padding:10px 16px}.button01:before{width:8px;height:8px;right:8px;top:52%}.button01[target="_blank"]:before{width:14px;height:14px;top:50%}.button01 .button01_icon{max-width:16px;max-height:16px}.button01 .button01_icon.button01_icon-big{max-width:24px;max-height:24px}.form-group.search{text-align:center}.form-group.search .button01{width:200px !important}}.catchIcons{display:flex;gap:4px}.catchIcons .catchIcons_item{padding:4px 0;background-color:#ccc;display:flex;align-items:center;justify-content:center;font-weight:700;color:#fff;font-size:12px;margin-top:4px;max-width:160px}.catchIcons .catchIcons_item .catchIcons_item_icon{width:18px;height:auto;margin-right:2px}.catchIcons .catchIcons_item.catchIcons_item-Campaign{background-color:#ED4D3A;width:calc(25% - 3px)}.catchIcons .catchIcons_item.catchIcons_item-Campaign.is-disabled{background-color:#EAEAEA;color:#C4C4C4}.catchIcons .catchIcons_item.catchIcons_item-tahiyo{background-color:transparent;width:calc(20% - 3px);padding:0;gap:0}.catchIcons .catchIcons_item.catchIcons_item-tahiyo .tahiyo-nashi,.catchIcons .catchIcons_item.catchIcons_item-tahiyo .tahiyo-ari{flex:1;padding:4px 0;display:flex;align-items:center;justify-content:center;white-space:nowrap;font-size:12px}.catchIcons .catchIcons_item.catchIcons_item-tahiyo .tahiyo-nashi{background-color:#2DA12D;color:#fff}.catchIcons .catchIcons_item.catchIcons_item-tahiyo .tahiyo-nashi.is-disabled{background-color:#EAEAEA;color:#C4C4C4}.catchIcons .catchIcons_item.catchIcons_item-tahiyo .tahiyo-ari{background-color:#767676;color:#fff}.catchIcons .catchIcons_item.catchIcons_item-tahiyo .tahiyo-ari.is-disabled{background-color:#EAEAEA;color:#C4C4C4}.catchIcons .catchIcons_item.catchIcons_item-help{background-color:transparent;width:calc(10% - 3px);cursor:pointer;padding:4px;margin-left:-18px;margin-right:-12px}.catchIcons .catchIcons_item.catchIcons_item-help:hover{opacity:0.7}.catchIcons .catchIcons_item.catchIcons_item-help .catchIcons_item_icon{margin-right:0}.catchIcons .catchIcons_item.catchIcons_item-card{background-color:#2DA12D;width:calc(25% - 3px)}.catchIcons .catchIcons_item.catchIcons_item-card span{font-size:12px}.catchIcons .catchIcons_item.catchIcons_item-card.is-disabled{background-color:#EAEAEA;color:#C4C4C4}.catchIcons .catchIcons_item span{white-space:nowrap}.catchIcons.catchIcons-small{gap:4px}.catchIcons.catchIcons-small .catchIcons_item{padding:4px 0;margin-top:4px}.catchIcons.catchIcons-small .catchIcons_item .catchIcons_item_icon{display:none}.catchIcons.catchIcons-small .catchIcons_item.catchIcons_item-tahiyo{padding:0}@media screen and (max-width: 767px){.catchIcons .catchIcons_item{padding:4px 0;font-size:10px;letter-spacing:0}.catchIcons .catchIcons_item .catchIcons_item_icon{width:16px;height:auto;margin-right:1px}.catchIcons .catchIcons_item.catchIcons_item-Campaign{width:calc(25%)}.catchIcons .catchIcons_item.catchIcons_item-tahiyo{width:calc(20%)}.catchIcons .catchIcons_item.catchIcons_item-tahiyo .tahiyo-nashi,.catchIcons .catchIcons_item.catchIcons_item-tahiyo .tahiyo-ari{font-size:10px;padding:4px 2px}.catchIcons .catchIcons_item.catchIcons_item-help{width:calc(10%);margin-left:-12px;margin-right:-6px}.catchIcons .catchIcons_item.catchIcons_item-card{width:calc(25%)}.catchIcons .catchIcons_item.catchIcons_item-card span{font-size:10px}.catchIcons.catchIcons-small{gap:2px}.catchIcons.catchIcons-small .catchIcons_item{padding:4px 0;margin-top:4px}.catchIcons.catchIcons-small .catchIcons_item .catchIcons_item_icon{display:none}.catchIcons.catchIcons-small .catchIcons_item span{transform:scale(0.9)}}@media screen and (max-width: 320px){.catchIcons.catchIcons-small .catchIcons_item span{transform:scale(0.7);text-align:center;display:inline-block}}.popover.help-tahiyo-popover{max-width:270px}.popover.help-tahiyo-popover .popover-close-text{text-align:center;margin-top:10px;padding-top:10px;border-top:1px solid #ddd;color:#666;font-size:12px}@media screen and (max-width: 767px){.popover.help-tahiyo-popover{max-width:none}}.checkSummaryList{display:inline-flex;flex-direction:column;border:1px solid #eaeaea}.checkSummaryList .checkSummaryList_item{padding:12px;background-color:#fafafa;font-weight:700;position:relative;padding-left:48px;padding-right:24px}.checkSummaryList .checkSummaryList_item span{font-size:14px}.checkSummaryList .checkSummaryList_item:not(:first-child){border-top:1px solid #eaeaea}.checkSummaryList .checkSummaryList_item:before{position:absolute;left:16px;content:"";display:block;width:24px;height:24px;background-size:contain;background-image:url(/assets/icons/icon_check-cc45419545865f83dc3c46b3d13e94d5.svg)}@media screen and (max-width: 767px){.checkSummaryList{width:auto}.checkSummaryList .checkSummaryList_item{padding-left:40px}.checkSummaryList .checkSummaryList_item:before{left:8px}}.companyContactBox .companyContactBox_title{background-color:#2da12d;text-align:center;font-weight:700;font-size:24px;padding:8px;color:#fff}.companyContactBox .companyContactBox_content{background-color:#fffbd8;padding:16px 24px;display:flex;align-items:center}.companyContactBox .companyContactBox_content .companyContactBoxTel{flex:1}.companyContactBox .companyContactBox_content .companyContactBoxMail{flex:1}@media screen and (max-width: 767px){.companyContactBox .companyContactBox_title{font-size:16px;padding:8px}.companyContactBox .companyContactBox_content{background-color:#fffbd8;display:block;padding:16px 16px}}.companyContactBoxTel .companyContactBoxTel_title{font-weight:700;text-align:center;font-size:16px;margin-bottom:4px}.companyContactBoxTel .companyContactBoxTel_manage{margin-top:8px;font-size:14px}.companyContactBoxTel .companyContactBoxTel_number_wrapper{display:flex;align-items:center}.companyContactBoxTel .companyContactBoxTel_number_wrapper .companyContactBoxTel_number{display:flex;align-items:center;justify-content:flex-start;font-weight:700;text-align:center;font-size:20px;color:#ff820f}.companyContactBoxTel .companyContactBoxTel_number_wrapper .companyContactBoxTel_number:first-child{margin-right:6px}.companyContactBoxTel .companyContactBoxTel_number_wrapper .companyContactBoxTel_number span{font-size:12px;color:#fff;background-color:#ff820f;padding:3px 3px 3px 6px;margin-right:4px}.companyContactBoxTel .companyContactBoxTel_number_wrapper .companyContactBoxTel_number a{color:#ff820f}.companyContactBoxTel .companyContactBoxTel_number_wrapper .companyContactBoxTel_number a:hover{text-decoration:none;opacity:1}@media screen and (max-width: 767px){.companyContactBoxTel .companyContactBoxTel_title{font-size:14px;text-align:left}.companyContactBoxTel .companyContactBoxTel_manage{font-size:14px}.companyContactBoxTel .companyContactBoxTel_number_wrapper{display:block}.companyContactBoxTel .companyContactBoxTel_number_wrapper .companyContactBoxTel_number{font-size:23px;justify-content:center;margin-right:0 !important}}.companyContactBoxMail{position:relative}.companyContactBoxMail:after{content:'';display:block;position:absolute;width:1px;height:80px;background-color:#ccc;top:50%;left:0;transform:translate(0, -50%)}.companyContactBoxMail .companyContactBoxMail_note{text-align:center;margin-top:8px;font-size:14px}@media screen and (max-width: 767px){.companyContactBoxMail{margin-top:16px;padding-top:16px}.companyContactBoxMail:after{width:80px;height:1px;top:0;left:50%;transform:translate(-50%, 0)}.companyContactBoxMail .companyContactBoxMail_note{font-size:12px;text-align:left}}.companyItemList>*:first-child{border-top:1px solid #ccc}.companyItem{padding:24px 16px;border-bottom:1px solid #ccc;position:relative}.companyItem .companyItemContent{display:flex}.companyItem .companyItemContent .companyItemContent_left{margin-right:16px;min-width:280px;width:280px}.companyItem .companyItemContent .companyItemContent_left .companyItem_img{min-width:280px;max-height:280px;display:flex;justify-content:center}.companyItem .companyItemContent .companyItemContent_left .companyItem_img img{height:auto;width:auto;max-height:100%;max-width:100%}.companyItem .companyItemContent .companyItemContent_right{min-width:0}.companyItem .companyItemContent .companyItemContent_right .companyItem_name{font-size:22px;font-weight:700;line-height:1.4;margin-bottom:16px}.companyItem .companyItemContent .companyItemContent_right .companyItem_img{display:none}.companyItem .companyItemContent .companyItemContent_right .companyItem_pr{border:1px solid #ccc;padding:16px;margin-top:16px;max-height:200px;overflow:hidden;overflow-wrap:break-word;word-break:break-word}.companyItem .companyItemContent .companyItemContent_right .companyItem_pr p{margin-top:8px}.companyItem .companyItemContent .companyItemContent_right .companyItem_pr .companyItem_pr_title{font-size:16px;color:#2da12d;font-weight:700}.companyItem .companyItemContent .companyItemContent_right .companyItem_pr p:empty{display:none}.companyItem .companyItemContent .companyItemContent_right .companyItem_buttons{display:flex;justify-content:center;margin-top:16px;gap:16px}.companyItem .companyItemContent .companyItemContent_right .companyItem_buttons .telBox{background-color:#fffbd8;padding:4px 12px;font-size:14px;min-width:280px}@media screen and (max-width: 767px){.companyItem{padding:16px 0}.companyItem .companyItemContent{display:block;margin-top:0}.companyItem .companyItemContent .companyItemContent_left{display:none}.companyItem .companyItemContent .companyItemContent_right .companyItem_name{font-size:16px;margin-bottom:8px}.companyItem .companyItemContent .companyItemContent_right .companyItem_img{min-width:280px;max-height:280px;display:flex;justify-content:center;margin-bottom:8px}.companyItem .companyItemContent .companyItemContent_right .companyItem_img img{height:auto;width:auto;max-height:100%;max-width:100%}.companyItem .companyItemContent .companyItemContent_right .companyItem_info{font-size:14px}.companyItem .companyItemContent .companyItemContent_right .companyItem_pr{padding:8px;margin-top:8px}.companyItem .companyItemContent .companyItemContent_right .companyItem_pr p{margin-top:8px;font-size:14px}.companyItem .companyItemContent .companyItemContent_right .companyItem_pr .companyItem_pr_title{font-size:16px}.companyItem .companyItemContent .companyItemContent_right .companyItem_buttons{display:flex;flex-wrap:wrap;margin-top:8px;gap:8px}.companyItem .companyItemContent .companyItemContent_right .companyItem_buttons .telBox{min-width:100%;padding:4px 12px}.companyItem .companyItemContent .companyItemContent_right .companyItem_buttons a{padding-left:0;padding-right:0;width:calc(50% - 4px);min-width:calc(50% - 4px)}}.contactAllFav{background-color:#fffbd8;padding:12px 16px;display:flex;align-items:center;gap:8px}.contactAllFav .contactAllFav_guide{font-size:12px;margin-left:8px}.contactAllFav .contactAllFav_guide .guide-highlight{font-weight:bold}.contactAllFav-note{background-color:#F6F6F6;padding:12px 16px;font-size:14px;display:flex;gap:8px}.contactAllFav-note .candidate-property-highlight{color:#ED4D3A;font-weight:bold}@media screen and (max-width: 767px){.contactAllFav{padding:8px 8px;gap:8px;flex-wrap:wrap}.contactAllFav .contactAllFav_icon{width:24px}.contactAllFav .contactAllFav_text{font-size:12px}.contactAllFav .contactAllFav_button{margin-left:0;font-size:12px;padding:8px}.contactAllFav .contactAllFav_guide{width:100%;margin-left:0;margin-top:4px;font-size:11px}.contactAllFav-note{font-size:12px;padding:8px 8px}.contactAllFav-note .contactAllFav_icon{width:24px}}@media screen and (max-width: 320px){.contactAllFav .contactAllFav_icon{display:none}.contactAllFav-note .contactAllFav_icon{display:none}}.contactBox{position:relative}.contactBox .contactBox_title{background-color:#2da12d;text-align:center;font-weight:700;font-size:20px;padding:8px;color:#fff}.contactBox .contactBox_content{background-color:#fffbd8;padding:16px 32px;display:flex;align-items:center}.contactBox .contactBox_content .contactBoxTel{flex:1}.contactBox .contactBox_content .contactBoxMail{flex:1}.contactBox .contactBox_content .contactBoxFav{flex:1.2}@media screen and (max-width: 767px){.contactBox .contactBox_title{font-size:16px;padding:8px}.contactBox .contactBox_content{background-color:#fffbd8;display:block;padding:16px 16px}}.contactBoxTel .contactBoxTel_title{text-align:center;font-size:16px}.contactBoxTel .contactBoxTel_number{display:flex;justify-content:center;align-items:center;font-weight:700;text-align:center;font-size:36px;color:#ff820f}.contactBoxTel .contactBoxTel_number .contactBoxTel_number_icon{width:30px;margin-right:4px}.contactBoxTel .contactBoxTel_manage{margin-left:300px;font-size:14px}.contactBoxTel .contactBoxTel_note{font-size:10px;color:#555;margin-left:300px}@media screen and (max-width: 767px){.contactBoxTel .contactBoxTel_title{font-size:14px;text-align:left;margin-bottom:8px}.contactBoxTel .contactBoxTel_number{font-size:26px}.contactBoxTel .contactBoxTel_number .contactBoxTel_number_icon{width:22px}.contactBoxTel .contactBoxTel_number a{color:#ff820f}.contactBoxTel .contactBoxTel_btn{text-align:center;position:relative}.contactBoxTel .contactBoxTel_btn .contactBoxTel_btn_icon{width:24px}.contactBoxTel .contactBoxTel_manage{margin-top:8px;margin-left:20px;font-size:14px}.contactBoxTel .contactBoxTel_note{font-size:10px;color:#555;margin-left:20px}}.contactBoxMail{position:relative}.contactBoxMail:after{content:'';display:block;position:absolute;width:1px;height:80px;background-color:#ccc;top:50%;left:0;transform:translate(0, -50%)}.contactBoxMail .contactBoxMail_note{font-size:14px;text-align:center;margin-top:12px}@media screen and (max-width: 767px){.contactBoxMail{margin-top:16px;margin-bottom:16px;padding-top:16px}.contactBoxMail:after{width:80%;height:1px;top:120%;left:50%;transform:translate(-50%, 0)}.contactBoxMail .contactBoxMail_note{font-size:12px;text-align:left}}.contactBoxFav{position:relative}.contactBoxFav .contactBoxFav_fav{text-align:center;align-items:center;gap:6px;display:flex;justify-content:center}.contactBoxFav .contactBoxFav_fav .contactBoxFav_count{position:relative;font-size:10px;font-weight:700;color:#333;letter-spacing:0;padding:30px 0 2px;text-align:center;min-width:44px}.contactBoxFav .contactBoxFav_fav .contactBoxFav_count .contactBoxFav_count_icon{position:absolute;left:50%;top:18px;transform:translate(-50%, -50%)}.contactBoxFav .contactBoxFav_fav .contactBoxFav_count .contactBoxFav_count_num{position:absolute;left:32px;top:14px;background-color:#ED4D3A;padding:1px 5px;border-radius:46px;font-size:10px;color:#fff;display:none}.contactBoxFav .contactBoxFav_note{font-size:14px;text-align:center;margin-top:12px}@media screen and (max-width: 767px){.contactBoxFav{margin-top:8px}.contactBoxFav .contactBoxFav_note{font-size:12px;text-align:left}}.contactBoxLine{background-color:#fffbd8;padding:0 32px 16px}.contactBoxLine .contactBoxLineContent{background-color:#4CC764;position:relative;display:flex;align-items:center;padding:16px}.contactBoxLine .contactBoxLineContent .contactBoxLineContent_icon{margin-right:8px;min-width:74px}.contactBoxLine .contactBoxLineContent .contactBoxLineContent_icon img{width:72px}.contactBoxLine .contactBoxLineContent .contactBoxLineContent_dsc{color:#fff;font-weight:700;padding-right:88px}.contactBoxLine .contactBoxLineContent .contactBoxLineContent_dsc .contactBoxLineContent_dsc_title{font-size:20px;margin-bottom:4px;line-height:1.4}.contactBoxLine .contactBoxLineContent .contactBoxLineContent_dsc .contactBoxLineContent_dsc_note{font-weight:normal;font-size:14px}.contactBoxLine .contactBoxLineContent .contactBoxLineContent_qr{width:88px;position:absolute;right:12px}.contactBoxLine .contactBoxLineContent .contactBoxLineContent_button{display:none}@media screen and (max-width: 767px){.contactBoxLine{background-color:#fffbd8;padding:0 16px 16px 16px}.contactBoxLine .contactBoxLineContent{background-color:#FFFDF9;display:block;padding:16px}.contactBoxLine .contactBoxLineContent .contactBoxLineContent_icon{display:none}.contactBoxLine .contactBoxLineContent .contactBoxLineContent_icon img{width:72px}.contactBoxLine .contactBoxLineContent .contactBoxLineContent_dsc{color:#333;font-size:14px;font-weight:400;padding-right:0}.contactBoxLine .contactBoxLineContent .contactBoxLineContent_dsc .contactBoxLineContent_dsc_title{font-size:18px;font-weight:700;color:#4CC764;margin-bottom:4px}.contactBoxLine .contactBoxLineContent .contactBoxLineContent_dsc .contactBoxLineContent_dsc_note{font-size:12px}.contactBoxLine .contactBoxLineContent .contactBoxLineContent_qr{display:none}.contactBoxLine .contactBoxLineContent .contactBoxLineContent_button{margin-top:8px;display:flex;justify-content:center}}.contactBoxTelPopUp{min-width:560px;background-color:#fff;position:absolute;z-index:10;bottom:56px;left:50%;transform:translate(-50%, 0);padding:24px 40px;cursor:auto;border:2px solid #ff820f;box-shadow:0 4px 20px -10px #000;text-align:left}.contactBoxTelPopUp .contactBoxTelPopUp_title{font-weight:700;font-size:16px;text-align:center}.contactBoxTelPopUp .contactBoxTelPopUp_tel{display:flex;align-items:center;justify-content:center}.contactBoxTelPopUp .contactBoxTelPopUp_tel .contactBoxTelPopUp_tel_num{font-size:36px;font-weight:700;margin-left:6px}.contactBoxTelPopUp .contactBoxTelPopUp_tel .contactBoxTelPopUp_tel_num a{cursor:default;color:#ff820f !important}.contactBoxTelPopUp .contactBoxTelPopUp_tel .contactBoxTelPopUp_tel_num a:hover{text-decoration:none}.contactBoxTelPopUp .contactBoxTelPopUp_info{margin-top:8px;font-size:14px}.contactBoxTelPopUp .contactBoxTelPopUp_info a{color:#333;cursor:default}.contactBoxTelPopUp .contactBoxTelPopUp_info a:hover{text-decoration:none}.contactBoxTelPopUp .contactBoxTelPopUp_info .contactBoxTelPopUp_info_sub{margin-top:4px;color:#555;font-size:10px}.contactBoxTelPopUp .contactBoxTelPopUp_spButtonArea{display:flex;align-items:center;gap:16px;border-top:1px solid #ccc;padding-top:12px;margin-top:12px}.contactBoxTelPopUp .contactBoxTelPopUp_spButtonArea .button01{color:#fff;flex-grow:1}.contactBoxTelPopUp .contactBoxTelPopUp_footer{text-align:center;margin-top:16px;font-size:12px}@media screen and (max-width: 767px){.contactBoxTelPopUp{min-width:100%;padding:16px 20px}.contactBoxTelPopUp .contactBoxTelPopUp_title{font-size:12px;text-align:left;margin-bottom:4px}.contactBoxTelPopUp .contactBoxTelPopUp_tel img{width:20px}.contactBoxTelPopUp .contactBoxTelPopUp_tel .contactBoxTelPopUp_tel_num{font-size:20px}.contactBoxTelPopUp .contactBoxTelPopUp_info{font-size:12px}.contactBoxTelPopUp .contactBoxTelPopUp_footer{text-align:center;margin-top:16px;font-size:12px}}.criteria{background-color:#fafafa;margin-bottom:20px}.criteria .criteria_title{text-align:center;color:#fff;font-weight:700;font-size:14px;background-color:#2E3032;padding:7px 0px 5px 5px}.criteria .search{width:100%}.criteria .question{margin-left:0.5em}.criteria .btn-change{position:absolute;top:-4px;right:10px;margin-left:1em;text-align:center;padding:3px 18px 3px 10px}.criteria .btn-change:after{top:9px}@media screen and (-webkit-min-device-pixel-ratio: 0){.criteria .btn-change:after{top:7px}}.criteria .btn-change-path{padding-left:8px;width:100%;text-align:left}.criteria .btn-change-path:after{top:10px}.criteria .btn-change-path.first{margin-top:10px}.criteria .btn-change-path.last{margin-bottom:10px}.btn-search{display:block;position:relative;text-align:center;width:400px;padding-right:20px;text-shadow:1px 1px 0px #fff;-moz-box-shadow:0 -1px 0 #dfdfdf inset,0 1px 0 #fff inset;-webkit-box-shadow:0 -1px 0 #dfdfdf inset,0 1px 0 #fff inset;box-shadow:0 -1px 0 #dfdfdf inset,0 1px 0 #fff inset}.btn-search:after{position:absolute;right:10px;top:21px}.btn-search .icon-search{display:inline-block;margin-right:5px;width:29px;height:29px;position:relative;top:7px}.criterion{padding:12px 16px;position:relative}.criterion.criteria-border{border:1px solid #ccc}.criterion .criterion_label{font-weight:700;margin-bottom:4px}.criterion .radio label,.criterion .checkbox label,.criterion .radio-inline,.criterion .checkbox-inline{cursor:pointer}.criterion .criterion-item:not(:last-child){margin-bottom:10px}@media (min-width: 769px){.criteria .criterion .radio{display:inline-flex;align-items:center;margin:0 10px 8px 0}.criteria .criterion .radio label{display:inline-flex;align-items:center;gap:6px;margin:0;padding:0}.criteria .criterion .radio label input[type="radio"]{margin:0}.criteria .criterion.criterion-room-type .radio{display:block;margin:0 0 8px}}.border-bottom .criterion:not(:last-child):before{content:'';display:block;width:100%;width:calc(100% - 32px);height:1px;background-color:#ccc;position:absolute;top:0}@media screen and (min-width: 768px){.criterion-compactGap .mt20{margin-top:12px !important}}.criteria-side{font-size:14px}.criteria-side .criterion strong{display:inline-block}.criteria-side .criterion .title{font-weight:bold}.criteria-side select.form-control{display:inline-block;padding:4px 10px;width:80%}.criteria-side .span{margin-top:1.0em}.criteria-side .span,.criteria-side .price-unit{font-weight:bold;margin-top:0.5em}.criteria-side .criterionList{background-color:#fff}.criteria-side .criterionList .criterionList_item>a,.criteria-side .criterionList .criterionList_item>span{color:inherit;display:block;padding:8px 24px 8px 12px;position:relative;border-bottom:1px solid #ccc}.criteria-side .criterionList .criterionList_item>a:before,.criteria-side .criterionList .criterionList_item>span:before{position:absolute;content:"";display:block;right:12px;top:50%;width:8px;height:8px;border-top:2px solid #7a0;border-right:2px solid #7a0;transform:translate(0, -50%) rotate(45deg)}.criteria-side .price{margin-bottom:4px;display:flex;align-items:center}.criteria-side .price .sep{min-width:40px;margin-left:4px}.criteria-side .budget-range{display:flex;align-items:center;flex-wrap:nowrap;gap:8px}.criteria-side .budget-range .price{margin-bottom:0}.criteria-side .budget-range .price select[name="q[rent_lower]"],.criteria-side .budget-range .price select[name="q[rent_upper]"]{padding:0 6px;font-size:13px}.criteria-side .budget-range .price select[name="q[space_from]"],.criteria-side .budget-range .price select[name="q[space_to]"],.criteria-side .budget-range .price select[name="q[capacity_from]"],.criteria-side .budget-range .price select[name="q[capacity_to]"]{font-size:13px}.criteria-side .budget-range .sep{margin-left:0}.criteria-side .checkbox .tahiyoLabelWrap{font-weight:bold;display:flex;align-items:center;padding:4px 0}.criteria-side .checkbox .tahiyoLabelWrap .tahiyoLabel_icon{margin-left:8px;margin-top:-3px}.criteria-side .popover{width:200px;color:#303030}.criteria-side .layouts{display:flex;gap:8px;flex-wrap:wrap}.criteria-side .layouts .checkbox-inline{min-width:calc(50% - 4px);display:inline-block;width:42%}.criteria-side .layouts .checkbox-inline.single{width:80%}.criteria-side .btn-search{width:100%;font-weight:bold;line-height:1}.criteria-side .btn-search:after{top:10px;right:5px}.change-area{margin-bottom:50px}.criteria-inline{margin:1em 0px;border:3px solid #afafaf;background-color:#fafafa;padding:10px}.criteria-inline .form-group{margin:0px 5px}.criteria-inline .btn{padding:3px 10px}.criteria-map{padding:5px 10px}.criteria-map input{margin:0px 0.3em}.criteria-compact h5:not(:first-child){margin-top:15px}.criteria-compact .criterion .inner .criterion_label{display:inline}.criteria-compact .criterion .inner .criterion_label::after{content:"："}.criteria-compact .criterion .inner .view-text{display:inline}.criteria-compact .criterion .inner .view-text+.view-text::before{content:"｜"}@media (max-width: 768px){.criteriaSp{padding:8px;background-color:#F7F7F7;display:flex;flex-direction:column;gap:8px}.criteriaSp .criteriaSpCond{display:flex;width:100%;border-bottom:1px solid #ccc}.criteriaSp .criteriaSpCond .criteriaSpCond_title{background-color:#333;color:#fff;font-weight:700;font-size:12px;text-align:center;padding:4px 0;min-width:80px;width:80px;display:flex;align-items:center;justify-content:center}.criteriaSp .criteriaSpCond .criterion{width:100%;background-color:#fff;font-size:12px;padding:4px 4px 4px 8px;align-items:center;border-top:1px solid #ccc;border-right:1px solid #ccc}.criteriaSp .criteriaSpCond .criterion .inner{display:inline}.criteriaSp .criteriaSpCond .criterion .inner .criterion_label{display:none}.criteriaSp .criteriaSpCond .criterion .inner .view-text{display:inline}.criteriaSp .criteriaSpCond .criterion .inner .view-text+.view-text::before{content:"｜"}.criteriaSp .criteriaSpCond .criterion .inner:not(:first-child)::before{content:"｜"}.criteriaSp .criteriaSpCond .criterion .criteriaSpCond_content_link{white-space:nowrap;margin-left:8px;font-weight:700}.criteriaSp .criteriaSpList{font-size:14px}.criteriaSp .criteriaSpList .criteriaSpList_title{background-color:#ccc;font-weight:700;text-align:center;padding:8px 24px 8px 12px;position:relative}.criteriaSp .criteriaSpList .criteriaSpList_title:before{position:absolute;content:"";display:block;right:12px;top:18px;width:8px;height:8px;border-top:2px solid #333;border-right:2px solid #333;transform:translate(0, -50%) rotate(135deg)}.criteriaSp .criteriaSpList .criteriaSpList_title.active:before{top:20px;transform:translate(0, -50%) rotate(-45deg)}.criteriaSp .criteriaSpList .criteriaSpList_list{display:none;background-color:#fff}.criteriaSp .criteriaSpList .criteriaSpList_list .criteriaSpList_list_item>a,.criteriaSp .criteriaSpList .criteriaSpList_list .criteriaSpList_list_item>span{color:inherit;display:block;padding:12px 24px 12px 12px;position:relative;border-bottom:1px solid #ccc}.criteriaSp .criteriaSpList .criteriaSpList_list .criteriaSpList_list_item>a:before,.criteriaSp .criteriaSpList .criteriaSpList_list .criteriaSpList_list_item>span:before{position:absolute;content:"";display:block;right:12px;top:50%;width:8px;height:8px;border-top:2px solid #7a0;border-right:2px solid #7a0;transform:translate(0, -50%) rotate(45deg)}.criteriaSp .criteriaSpChangeCond{font-size:14px}.criteriaSp .criteriaSpChangeCond .criteriaSpChangeCond_title{background-color:#ccc;font-weight:700;text-align:center;padding:8px 24px 8px 12px;position:relative;line-height:1.4}.criteriaSp .criteriaSpChangeCond .criteriaSpChangeCond_title:before{position:absolute;content:"";display:block;right:12px;top:18px;width:8px;height:8px;border-top:2px solid #333;border-right:2px solid #333;transform:translate(0, -50%) rotate(135deg)}.criteriaSp .criteriaSpChangeCond .criteriaSpChangeCond_title.active:before{top:20px;transform:translate(0, -50%) rotate(-45deg)}.criteriaSp .criteriaSpChangeCond .criteriaSpChangeCond_content{background-color:#fff;padding:8px}.criteriaSp .criteriaSpChangeCond .criteriaSpChangeCond_content .criteriaSpChangeCondRow:not(:first-child){padding-top:12px;margin-top:12px;border-top:1px solid #ccc}.criteriaSp .criteriaSpChangeCond .criteriaSpChangeCond_content .criteriaSpChangeCondRow .price{display:flex;align-items:center}.criteriaSp .criteriaSpChangeCond .criteriaSpChangeCond_content .criteriaSpChangeCondRow .checkbox .tahiyoLabelWrap{font-weight:bold;display:flex;align-items:center;padding:4px 0}.criteriaSp .criteriaSpChangeCond .criteriaSpChangeCond_content .criteriaSpChangeCondRow .checkbox .tahiyoLabelWrap .tahiyoLabel_icon{margin-left:8px;margin-top:-3px}.criteriaSp .criteriaSpChangeCond .criteriaSpChangeCond_content .criteriaSpChangeCondRow .checkbox .tahiyoLabelWrap .popover{width:70%}.criteriaSp .criteriaSpChangeCond .criteriaSpChangeCond_content .criteriaSpChangeCondRow .checkboxList{display:flex;flex-direction:column}.criteriaSp .criteriaSpChangeCond .criteriaSpChangeCond_content .criteriaSpChangeCondRow .checkboxList .checkboxList_item label{padding:4px 0;display:inline-block}.criteriaSp .criteriaSpChangeCond .criteriaSpChangeCond_content .criteriaSpChangeCondRow .radioList{display:flex;flex-wrap:wrap;gap:6px 15px}.criteriaSp .criteriaSpChangeCond .criteriaSpChangeCond_content .criteriaSpChangeCondRow .radioList .radioList_item label{padding:4px 0;display:inline-block}.criteriaSp .criteriaSpChangeCond .criteriaSpChangeCond_content .criteriaSpChangeCondRow.criteriaSpChangeCondRow--roomType .radioList{flex-direction:column;gap:8px}.criteriaSp .criteriaSpChangeCond .criteriaSpChangeCond_content .criteriaSpChangeCondRow.criteriaSpChangeCondRow--roomType .radioList_item{width:100%}.criteriaSp .criteriaSpChangeCond .criteriaSpChangeCond_content .criteriaSpChangeCondRow .madoriCheckList{display:flex;flex-wrap:wrap}.criteriaSp .criteriaSpChangeCond .criteriaSpChangeCond_content .criteriaSpChangeCondRow .madoriCheckList .checkbox-inline{min-width:50%;width:50%;padding:4px 0}}.dscFavBtn{font-size:14px}.guideList{display:flex;justify-content:center;gap:16px}.guideList .guideList_item{color:inherit;display:block;width:calc(25% - 12px)}.guideList .guideList_item .guideList_item_img{position:relative;padding-top:112px}.guideList .guideList_item .guideList_item_img>*{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}.guideList .guideList_item .guideList_item_title{font-size:16px;font-weight:700;text-align:center;margin-bottom:6px}.guideList .guideList_item .guideList_item_text{font-size:14px}@media screen and (max-width: 767px){.guideList{flex-direction:column;gap:32px}.guideList .guideList_item{width:auto}.guideList .guideList_item:not(:first-child){margin-left:0}.guideList .guideList_item .guideList_item_img{padding-top:96px}.guideList .guideList_item .guideList_item_img>*{top:50%;left:50%;transform:translate(-50%, -50%)}.guideList .guideList_item .guideList_item_title{font-size:16px;margin-bottom:6px}.guideList .guideList_item .guideList_item_text{width:280px;margin:0 auto;font-size:14px}}.imgContentBox{display:flex;gap:24px}.imgContentBox .imgContentBox_img{order:0;width:280px;min-width:280px}.imgContentBox.imgContentBox-reverse .imgContentBox_img{order:1}@media screen and (max-width: 767px){.imgContentBox{flex-direction:column;gap:16px}.imgContentBox .imgContentBox_img{order:0;width:auto}.imgContentBox .imgContentBox_img img{width:100%}.imgContentBox.imgContentBox-reverse .imgContentBox_img{order:0}}.initialListWrap .initialList:not(:first-child){margin-top:16px}.initialList .initialList_title{padding:4px 8px;background-color:#f0fbf3;font-weight:700;margin-bottom:8px}.initialList .initialList_list{display:flex;flex-wrap:wrap;gap:8px}.initialList .initialList_list .initialList_list_item{width:calc(33.3% - 6px);min-width:calc(33.3% - 6px)}.initialList .initialList_list .initialList_list_item .checkbox-inline input{margin-right:8px}.initialList .initialList_list .initialList_list_item.invisible{display:none}.initialList .expand{margin-top:8px;display:flex;justify-content:right;font-size:14px;font-weight:700}.initialList .expand i.glyphicons{top:-5px}.initialList .expand i.glyphicons:before{color:#33b533;font-size:20px}.initialList .expand:hover i.glyphicons:before{color:#61d361}@media screen and (max-width: 767px){.initialList .initialList_title{margin-bottom:0}.initialList .initialList_list{display:block}.initialList .initialList_list .initialList_list_item{line-height:1;display:block;width:100%;min-width:100%}.initialList .initialList_list .initialList_list_item label,.initialList .initialList_list .initialList_list_item .initialList_list_item_inner{font-size:14px;display:block;padding:12px 4px;border-bottom:1px solid #ccc}}.list01{padding-left:20px}.list01 li{list-style-type:disc}.list01 li::marker{color:#00205B}.list01 li:not(:first-child){margin-top:12px}.list01.list01-narrow li:not(:first-child){margin-top:8px}.list01.list01-stick li:not(:first-child){margin-top:0}.list01.list01-num li{list-style-type:decimal}@media screen and (max-width: 767px){.list01 li:not(:first-child){margin-top:16px}.list01.list01-narrow li:not(:first-child){margin-top:8px}}.list02>li{padding-left:20px}.list02>li:not(:first-child){margin-top:24px}.list02>li{position:relative;color:inherit}.list02>li:before{content:'';line-height:1;position:absolute;top:10px;left:2px;width:8px;height:8px;margin-right:2px;transform:rotate(45deg) translate(-50%, 0);border-top:2px solid #333;border-right:2px solid #333}.list03>li{padding-left:20px;text-align:left}.list03>li:not(:first-child){margin-top:24px}.list03>li{position:relative;text-decoration:none}.list03>li:before{line-height:1;position:absolute;top:2px;left:0;margin-right:2px;content:'â– ';color:#333}.lowerContentWrap{position:relative;min-width:752px}.lowerContentWrap.lowerContentWrap-singleColumn .lowerContent{width:752px;min-width:752px}.lowerContentWrap .lowerContent{position:relative;width:1120px;min-width:1016px;margin:0 auto;padding:0 16px 40px;display:flex;justify-content:center;flex-direction:row-reverse;gap:24px}.lowerContentWrap .lowerContent .lowerContent_main{flex-grow:1}.lowerContentWrap .lowerContent .lowerContent_side{width:240px;min-width:240px;order:1}.lowerContentWrap .lowerContent .lowerContent_side>*:not(:first-child){margin-top:16px}@media screen and (max-width: 767px){.lowerContentWrap{min-width:inherit}.lowerContentWrap .lowerContent{width:auto;min-width:inherit;padding:0 16px;display:block}.lowerContentWrap .lowerContent .lowerContent_side{min-width:inherit;width:100%;margin-left:0;margin-top:60px}}.lowerHeaderWrap{position:relative;min-width:1016px}.lowerHeaderWrap.lowerHeaderWrap-singleColumn{min-width:752px}.lowerHeaderWrap.lowerHeaderWrap-singleColumn .lowerHeader{position:relative;width:752px;min-width:752px}.lowerHeaderWrap .lowerHeader{position:relative;width:1120px;min-width:1016px;margin:0 auto;padding:16px;flex-direction:row-reverse;gap:24px}.lowerHeaderWrap .lowerHeader .lowerHeader_title{font-size:12px}@media screen and (max-width: 767px){.lowerHeaderWrap{min-width:inherit}.lowerHeaderWrap .lowerHeader{position:relative;width:auto;min-width:inherit;padding:8px 16px 8px}.lowerHeaderWrap .lowerHeader .lowerHeader_title{font-size:10px}}.areaMap{position:absolute;top:24px;right:124px;z-index:10}.areaMap .areaMap_area{position:absolute;padding:8px 12px 12px;width:158px;background:#FFFFFF;border:1px solid #ccc;box-sizing:border-box}.areaMap .areaMap_area.hokkaidoTohoku{top:100px;right:-117px}.areaMap .areaMap_area.kanto{top:256px;right:-84px}.areaMap .areaMap_area.chubuHokuriku{top:80px;right:176px}.areaMap .areaMap_area.kansai{top:384px;right:94px}.areaMap .areaMap_area.chugokuSikoku{bottom:126px;right:352px}.areaMap .areaMap_area.kyushuOkinawa{top:352px;right:400px}.areaMap .areaMap_area .areaMap_area_name{font-weight:700;text-align:center;margin-bottom:2px}.areaMap .areaMap_area .areaMap_area_list{display:flex;flex-wrap:wrap;gap:4px}@media screen and (max-width: 767px){.areaMap{right:8px}.areaMap img{width:80px}.areaMap .areaMap_area{display:none}}.lowerAreaMap{position:relative;height:568px;border:2px solid #ccc;background:linear-gradient(180deg, #ecfdff 0, rgba(247,254,255,0.97396) 19.27%, rgba(255,255,255,0.52332) 71.35%, rgba(250,253,255,0) 100%)}.lowerAreaMap .lowerAreaMapHead{position:absolute;left:16px;top:16px}.lowerAreaMap .lowerAreaMapHead .lowerAreaMapHead_title{font-size:24px;font-weight:700;display:flex;align-items:center}.lowerAreaMap .lowerAreaMapHead .lowerAreaMapHead_title img{margin-right:4px}.lowerAreaMap .lowerAreaMapHead .lowerAreaMapHead_text{margin-top:4px}.lowerAreaMap .lowerAreaMap_japan{position:absolute;top:24px;right:144px}.lowerAreaMap .lowerAreaMap_town{position:absolute;bottom:24px}.lowerAreaMap .lowerAreaMap_area{position:absolute;padding:8px 12px 12px;width:158px;background:#FFFFFF;border:1px solid #ccc;box-sizing:border-box}.lowerAreaMap .lowerAreaMap_area.hokkaidoTohoku{bottom:332px;right:24px}.lowerAreaMap .lowerAreaMap_area.kanto{top:256px;right:48px}.lowerAreaMap .lowerAreaMap_area.chubuHokuriku{top:88px;right:288px}.lowerAreaMap .lowerAreaMap_area.kansai{top:372px;right:224px}.lowerAreaMap .lowerAreaMap_area.chugokuSikoku{bottom:256px;right:456px}.lowerAreaMap .lowerAreaMap_area.kyushuOkinawa{top:352px;right:512px}.lowerAreaMap .lowerAreaMap_area .lowerAreaMap_area_name{font-weight:700;text-align:center;margin-bottom:2px}.lowerAreaMap .lowerAreaMap_area .lowerAreaMap_area_list{display:flex;flex-wrap:wrap;gap:4px}.prefButton{width:64px}.prefButton .prefButton_inner{padding:4px ​0 2px;display:block;color:#2da12d;text-align:center;font-weight:700;font-size:13px;background:#fff;border:1px solid #2da12d}.prefButton.prefButton-disabled{display:none}.prefButton.prefButton-disabled .prefButton_inner{background:#ddd;border:1px solid #ddd;color:#ccc}.map-select{display:block;position:relative;border:5px solid #ff3300;margin:0px;margin-right:10px}.map-select .area{display:block;position:absolute}.map-select .area .pref{background-color:#F9F9F9;display:inline-block;cursor:pointer;border:1px solid #afafaf;width:60px;height:20px;padding:1px 3px;margin:2px 2px 0px 0px;padding-left:13px}.map-select .area .pref:after{margin-left:9px}.map-select .area .pref.wide{padding-left:3px}.map-select .area .pref.disabled{cursor:default;color:#afafaf;background-image:none;background-color:#dfdfdf}.map-select .area .pref.disabled:after{content:''}.map-select .pref-links{display:none}.map-select .hokkaido{top:66px;right:56px;width:63px}.map-select .tohoku{top:130px;right:55px;width:126px}.map-select .kanto{top:252px;right:55px;width:126px}.map-select .koshinetsu{top:88px;left:367px;width:63px}.map-select .tokai{top:298px;left:429px;width:63px}.map-select .hokuriku{top:132px;left:285px;width:63px}.map-select .kinki{top:320px;left:285px;width:126px}.map-select .chugoku{top:88px;left:203px;width:63px}.map-select .shikoku{top:340px;left:140px;width:126px}.map-select .kyushu{top:132px;left:59px;width:126px}.map-select .okinawa{top:276px;left:59px;width:63px}.map-select .popover{padding:0px;border:4px solid #464646}.map-select .popover .popover-content{padding:0px}.map-select .popover h5{font-size:120%;margin:0}.map-select .popover li:first-child{margin:0;border-bottom:1px solid #464646}.map-select .popover li:first-child div{margin:0 5px}.map-select .popover li{margin:0 5px;padding:5px 0;list-style-type:none;border-bottom:1px solid #afafaf}.map-select .popover li.last{border-bottom:none}.map-select .popover li a{position:relative;width:18em;display:block;margin:0;padding:5px 10px;font-size:105%}.map-select .popover li a:hover{background:#edfaf4;text-decoration:none}.map-select .popover li a:after{position:absolute;right:10px;top:10px}#now-loading{padding:60px 0px;position:relative;z-index:9999990}#now-loading .icon-loading{display:inline-block;width:40px;height:40px;z-index:10;background-size:contain;position:relative;background-image:url(/assets/icons/icon_spinning-circles-f245d3b16c348c105bb92aa4f97e2f4f.svg)}.searchResultBox{position:relative;display:flex;align-items:center;gap:8px}.searchResultBox .searchResultBox_count{font-size:14px}.searchResultBox .searchResultBox_pager{position:absolute;left:50%;top:50%;transform:translate(-50%, -50%)}.searchResultBox.searchResultBox-bottom{flex-direction:column;justify-content:center}.searchResultBox.searchResultBox-bottom .searchResultBox_pager{position:static;transform:none}.rooms-all-displayed-message{margin-top:16px;font-size:14px}.no-rooms-message{font-size:16px}@media screen and (max-width: 767px){.searchResultBox{position:relative;display:grid;align-items:center}.searchResultBox .searchResultBox_count{font-size:12px;white-space:nowrap}.searchResultBox.searchResultBox-bottom{justify-content:center}.no-rooms-message{font-size:14px}}.pager{display:flex;align-items:center;gap:4px}.pager li a{color:inherit;display:flex;align-items:center;justify-content:center;padding:9px 12px;border:1px solid #2da12d;max-width:36px;max-height:36px;color:#2da12d;font-weight:700}.pager li.current a{border:1px solid #2da12d;background-color:#2da12d;color:#fff;cursor:default}@media screen and (max-width: 767px){.pager{justify-content:center;gap:10px}.pager li a{font-size:14px}}.pickupCompanyTag span{display:inline-flex;align-items:flex-end;background-color:#2da12d;font-size:16px;padding:0 12px 5px 12px;color:#fff;font-weight:700}.pickupCompanyTag span img{margin-right:4px;width:28px}@media screen and (max-width: 767px){.pickupCompanyTag span{display:inline-flex;align-items:flex-end;background-color:#2da12d;font-size:12px;padding:4px 8px 4px 8px;color:#fff;font-weight:700}.pickupCompanyTag span img{margin-right:4px;width:18px}}.popover{position:absolute;padding:4px 4px 16px 4px;filter:drop-shadow(0 3px 2px #ccc)}.popover-title{background:#ccc;font-weight:700;padding:8px;color:#333}.popover-content{line-height:1.7;background:#fff;font-weight:400;padding:8px;color:#333}.popover-content:after{content:'';display:block;position:absolute;bottom:4px;width:0;height:0;left:50%;transform:translate(-50%, 0);border-left:12px solid transparent;border-right:12px solid transparent;border-top:12px solid #fff}.prefKeywordSearchSection{background-color:#f9f9f9}.prefKeywordSearchSection .prefKeywordSearchSection_inner{width:1120px;min-width:1120px;margin:0 auto;padding:0px 8px;position:relative}.prefKeywordSearchSection .prefKeywordSearchSection_inner .prefKeywordSearch{display:flex;align-items:center;justify-content:center;gap:24px;padding:16px;background-color:#fffbd8}.prefKeywordSearchSection .prefKeywordSearchSection_inner .prefKeywordSearch .prefKeywordSearch_head{font-size:24px;display:flex;align-items:center;font-weight:700}.prefKeywordSearchSection .prefKeywordSearchSection_inner .prefKeywordSearch .prefKeywordSearch_content_dsc{font-size:14px;margin-bottom:4px}.prefKeywordSearchSection .prefKeywordSearchSection_inner .prefKeywordSearch .prefKeywordSearch_content_form{display:flex;align-items:center}.prefKeywordSearchSection .prefKeywordSearchSection_inner .prefKeywordSearch .prefKeywordSearch_content_form .prefKeywordSearch_content_form_inputWrap{position:relative}.prefKeywordSearchSection .prefKeywordSearchSection_inner .prefKeywordSearch .prefKeywordSearch_content_form .prefKeywordSearch_content_form_inputIcon{position:absolute;left:8px;top:50%;transform:translate(0, -50%);width:24px;opacity:0.7;pointer-events:none;z-index:1}.prefKeywordSearchSection .prefKeywordSearchSection_inner .prefKeywordSearch .prefKeywordSearch_content_form .prefKeywordSearch_content_form_input{width:320px;height:48px;line-height:48px;padding-left:36px}.prefKeywordSearchSection .prefKeywordSearchSection_inner .prefKeywordSearch .prefKeywordSearch_content_form .prefKeywordSearch_content_form_input::placeholder{font-size:14px}@media screen and (max-width: 767px){.prefKeywordSearchSection .prefKeywordSearchSection_inner{width:auto;min-width:inherit;padding:0px}.prefKeywordSearchSection .prefKeywordSearchSection_inner .prefKeywordSearch{gap:24px;padding:16px}.prefKeywordSearchSection .prefKeywordSearchSection_inner .prefKeywordSearch .prefKeywordSearch_head{display:none}.prefKeywordSearchSection .prefKeywordSearchSection_inner .prefKeywordSearch .prefKeywordSearch_content_dsc{font-size:13px}.prefKeywordSearchSection .prefKeywordSearchSection_inner .prefKeywordSearch .prefKeywordSearch_content{width:100%}.prefKeywordSearchSection .prefKeywordSearchSection_inner .prefKeywordSearch .prefKeywordSearch_content_form{display:flex;align-items:center}.prefKeywordSearchSection .prefKeywordSearchSection_inner .prefKeywordSearch .prefKeywordSearch_content_form .prefKeywordSearch_content_form_inputWrap{width:100%}.prefKeywordSearchSection .prefKeywordSearchSection_inner .prefKeywordSearch .prefKeywordSearch_content_form .twitter-typeahead{width:100%}.prefKeywordSearchSection .prefKeywordSearchSection_inner .prefKeywordSearch .prefKeywordSearch_content_form .prefKeywordSearch_content_form_input{height:38px;line-height:38px;width:100%}}@media screen and (min-width: 768px){.prefectureSearchFontSize{font-size:14px}}.js-readMoreBox{position:relative;overflow:hidden}.js-readMoreBox.js-readMoreBox-disabled:before{display:none}.js-readMoreBox.js-readMoreBox-disabled .js-readMoreBox_btn{display:none}.js-readMoreBox.js-readMoreBox_pcDisabled:before{display:none}.js-readMoreBox.js-readMoreBox_pcDisabled .js-readMoreBox_btn{display:none}.js-readMoreBox.js-readMoreBox-open{max-height:inherit !important}.js-readMoreBox.js-readMoreBox-open:before{display:none !important}.js-readMoreBox:before{display:block;position:absolute;bottom:0;left:0;width:100%;height:40px;background:-webkit-linear-gradient(top, rgba(255,255,255,0) 0, rgba(255,255,255,0.9) 30%, rgba(255,255,255,0.9) 50%, #fff 100%);background:linear-gradient(top, rgba(255,255,255,0) 0, rgba(255,255,255,0.9) 30%, rgba(255,255,255,0.9) 50%, #fff 100%);content:"";z-index:10}.js-readMoreBox .js-readMoreBox_btn{position:absolute;bottom:0;left:50%;bottom:8px;transform:translate(-50%, 0);cursor:pointer;z-index:11;color:#4e4ee0;font-weight:bold}@media screen and (min-width: 768px){.js-readMoreBox.js-readMoreBox-pcDisabled:before{display:none}.js-readMoreBox.js-readMoreBox-pcDisabled .js-readMoreBox_btn{display:none}}@media screen and (max-width: 767px){.js-readMoreBox .js-readMoreBox_btn{font-size:14px;white-space:nowrap}}.spPrefSelectList{display:flex;flex-direction:column;gap:1px}.spPrefSelectList .spPrefSelectList_Row{font-size:14px}.spPrefSelectList .spPrefSelectList_Row .spPrefSelectList_Row_area{background-color:#2da12d;color:#fff;font-weight:700;padding:10px 12px 9px;position:relative}.spPrefSelectList .spPrefSelectList_Row .spPrefSelectList_Row_area:before{content:"";position:absolute;display:block;width:8px;height:8px;border-top:2px solid #fff;border-right:2px solid #fff;transform:rotate(135deg) translate(-50%, 0);right:14px;top:16px}.spPrefSelectList .spPrefSelectList_Row .spPrefSelectList_Row_area.active:before{transform:rotate(315deg) translate(-50%, 0);right:8px;top:14px}.spPrefSelectList .spPrefSelectList_Row .spPrefSelectList_Row_items{display:flex;flex-wrap:wrap;border-left:1px solid #ccc}.spPrefSelectList .spPrefSelectList_Row .spPrefSelectList_Row_items .spPrefSelectList_Row_items_item{min-width:50%;width:50%;display:block;padding:9px 24px 9px 12px;border-right:1px solid #ccc;border-bottom:1px solid #ccc;background-color:#fff;color:#333;position:relative}.spPrefSelectList .spPrefSelectList_Row .spPrefSelectList_Row_items .spPrefSelectList_Row_items_item:before{content:"";position:absolute;display:block;width:8px;height:8px;border-top:2px solid #2da12d;border-right:2px solid #2da12d;transform:rotate(45deg) translate(-50%, -50%);right:12px;top:55%}.spPrefSelectList .spPrefSelectList_Row .spPrefSelectList_Row_items .prefButton-disabled{display:none}.tableScrollWrapper{width:100%;overflow-x:auto;overflow-y:hidden !important}@media screen and (max-width: 767px){.tableScrollWrapper{width:calc(100% + 16px);padding-right:16px}}.table01{width:100%;table-layout:fixed;border-collapse:collapse;font-size:14px}.table01 caption{padding:8px;font-weight:700}.table01>tbody>tr th,.table01>tbody>tr td{padding:8px;border-top:1px solid #d6d6d6;border-bottom:1px solid #d6d6d6;word-break:break-all}.table01>tbody>tr th{font-weight:400;vertical-align:middle;background:#FAFAFA;text-align:center}.table01>tbody>tr th.bgYellow{background:#fffbd8}.table01>tbody>tr td{background-color:#fff}.table01>tbody>tr td.bgYellow{background:#fffbd8}.table01.table-s>tbody>tr th,.table01.table-s>tbody>tr td{padding:4px}@media screen and (min-width: 768px){.table01.table-s{width:80%}}@media (max-width: 767px){.table01>tbody>tr th{padding:8px 2px}.table01>tbody>tr td{padding:8px 4px}.table01.table01-sp{display:block}.table01.table01-sp>tbody{display:block}.table01.table01-sp>tbody>tr{display:block}.table01.table01-sp>tbody>tr>th,.table01.table01-sp>tbody>tr>td{display:block;width:100%;border-left:none;border-right:none}.table01.table01-sp>tbody>tr>th{text-align:left}}.textLink{display:inline-block;color:#4e4ee0;text-decoration:none;position:relative;cursor:pointer}.textLink:hover{text-decoration:underline}.textLink.textLink-arrow{padding-left:20px}.textLink.textLink-arrow:before{content:"";position:absolute;display:inline-block;width:8px;height:8px;border-top:2px solid #4e4ee0;border-right:2px solid #4e4ee0;margin-right:2px;left:0;top:calc(50% - 1px);transform:rotate(45deg) translate(0, -50%)}.textLink.textLink-arrow02{padding-left:20px}.textLink.textLink-arrow02:before{content:"";position:absolute;display:block;width:16px;height:16px;border-radius:100%;background-color:#4e4ee0;left:0;top:50%;transform:translate(0, -50%)}.textLink.textLink-arrow02::after{content:"";position:absolute;display:block;width:6px;height:6px;border-top:2px solid #fff;border-right:2px solid #fff;transform:rotate(45deg) translate(0, -50%);margin-right:2px;left:2px;top:calc(50% - 1px)}.textLink-arrow03{padding-right:28px;width:-webkit-fill-available}@media screen and (max-width: 767px){.textLink-arrow03{min-height:40px}}.textLink-arrow03::before{content:"";position:absolute;display:block;margin-top:4px;width:20px;height:20px;border-top:4px solid #4e4ee0;border-right:4px solid #4e4ee0;transform:rotate(45deg) translate(-50%, -50%);right:12px;top:calc(50% - 1px)}.textSearch{padding:16px;background-color:#fffbd8}.textSearch .textSearch_text{font-size:14px}.textSearch .textSearch_form{display:flex;margin-top:4px}.textSearch .textSearch_form .textSearch_form_inputWrap{position:relative;flex:1}.textSearch .textSearch_form .textSearch_form_inputIcon{position:absolute;left:8px;top:50%;transform:translate(0, -50%);width:24px;opacity:0.7;pointer-events:none;z-index:1}.textSearch .textSearch_form .twitter-typeahead{width:100%}.textSearch .textSearch_form .textSearch_form_input{width:100%;padding-left:36px}.textSearch .textSearch_form .textSearch_form_input::placeholder{font-size:14px}@media screen and (max-width: 767px){.textSearch{padding:16px 12px}.textSearch .textSearch_text{font-size:13px}}.title01{font-size:28px;font-weight:700;border-bottom:3px solid #2da12d;padding:4px 4px 10px 8px;line-height:1.4;margin-bottom:32px}@media screen and (max-width: 767px){.title01{padding:4px 4px 6px 8px;font-size:20px;border-bottom:3px solid #2da12d;margin-bottom:24px}}.bukkenListTitle{font-size:22px;font-weight:700;border-bottom:3px solid #2da12d;padding:4px 4px 4px 8px;line-height:1.4;margin-bottom:32px}.bukkenListChangeAreaButton{width:45%;margin:0 0 10px 10px;font-size:12px}@media screen and (max-width: 767px){.bukkenListTitle{padding:4px 4px 6px 8px;font-size:18px;border-bottom:3px solid #2da12d;margin-bottom:24px}.changeAreaButtonsWithMap{display:flex;gap:8px}.changeAreaButtonsWithMap>a{flex:1 1 0;min-width:0}.bukkenListChangeAreaButtonWithMap{width:100%;margin:0;font-size:12px;padding:4px}.changeAreaButtonsWithMap.two-columns .bukkenListChangeAreaButtonWithMap{padding:9px 28px 9px 16px}}.title02{padding:8px 12px;font-size:22px;font-weight:700;border-left:#2da12d 5px solid;background-color:#fafafa;margin-bottom:24px}@media screen and (max-width: 767px){.title02{padding:4px 0 4px 12px;font-size:18px;margin-bottom:16px}}.title03{font-size:20px;font-weight:700;position:relative;padding:4px 12px 4px 28px;color:#2da12d;margin-bottom:8px}.title03:after{position:absolute;top:11px;left:0;width:12px;height:12px;border-radius:8px;content:'';background-color:#2da12d;opacity:0.7}.title03:before{position:absolute;top:17px;left:6px;width:12px;height:12px;border-radius:8px;content:'';background-color:#0b5a31}@media screen and (max-width: 767px){.title03{font-size:16px;padding:4px 12px 4px 20px;margin-bottom:8px}.title03:after{top:8px;left:0;width:10px;height:10px}.title03:before{top:13px;left:5px;width:10px;height:10px}}.title04{font-size:16px;font-weight:700;position:relative;padding:0px 2px 1px 0;color:#2da12d;margin-bottom:12px}.fixedBottomArea{position:fixed;bottom:0;background:rgba(46,48,50,0.8);width:100%;z-index:10}.fixedBottomArea .fixedBottomArea_inner{padding:12px;width:1012px;margin:0 auto;display:flex;justify-content:center;align-items:center;gap:16px;position:relative}.fixedBottomArea .fixedBottomArea_checked{display:flex;align-items:center;gap:8px}.fixedBottomArea .fixedBottomArea_checked .fixedBottomArea_icon{flex-shrink:0}.fixedBottomArea .fixedBottomArea_checked .fixedBottomArea_text{color:white;font-size:14px;font-weight:bold}.fixedBottomArea .fixedBottomArea_unchecked{display:flex;align-items:center;gap:8px}.fixedBottomArea .fixedBottomArea_unchecked .fixedBottomArea_icon{flex-shrink:0}.fixedBottomArea .fixedBottomArea_unchecked .fixedBottomArea_text{color:white;font-size:14px;white-space:nowrap}.fixedBottomArea .fixedBottomArea_unchecked .fixedBottomArea_text .candidate-property-highlight{color:#ED4D3A}@media screen and (max-width: 767px){.fixedBottomArea .fixedBottomArea_inner{padding:4px;width:100%;margin:4px auto;gap:4px}.fixedBottomArea .fixedBottomArea_inner .button01{font-size:12px}.fixedBottomArea .fixedBottomArea_inner.fixedBottomArea_inner-roomDetail .button01{padding-left:4px;padding-right:4px}.fixedBottomArea .fixedBottomArea_checked{gap:4px}.fixedBottomArea .fixedBottomArea_checked .fixedBottomArea_text{font-size:12px}.fixedBottomArea .fixedBottomArea_checked .button01{font-size:12px;padding:8px 12px}.fixedBottomArea .fixedBottomArea_unchecked{max-width:316px;margin:0 auto;gap:4px}.fixedBottomArea .fixedBottomArea_unchecked .fixedBottomArea_text{font-size:12px;line-height:1.3;white-space:normal;margin-left:4px}}@media screen and (max-width: 360px){.fixedBottomArea .fixedBottomArea_unchecked .fixedBottomArea_text{font-size:11px}.fixedBottomArea .fixedBottomArea_checked .fixedBottomArea_text{font-size:11px}.fixedBottomArea .fixedBottomArea_checked .button01{font-size:11px;padding:6px 8px}}@media screen and (max-width: 320px){.fixedBottomArea .fixedBottomArea_inner.fixedBottomArea_inner-roomDetail .button01{padding-left:2px;padding-right:2px;font-size:11px !important}}.fixedBottomAreaTelPopUp{min-width:560px;background-color:#fff;position:absolute;z-index:10;bottom:56px;left:50%;transform:translate(-50%, 0);padding:24px 40px;cursor:auto;border:2px solid #ff820f;box-shadow:0 4px 20px -10px #000;text-align:left}.fixedBottomAreaTelPopUp .fixedBottomAreaTelPopUp_title{font-weight:700;font-size:16px;text-align:center}.fixedBottomAreaTelPopUp .fixedBottomAreaTelPopUp_tel{display:flex;align-items:center;justify-content:center}.fixedBottomAreaTelPopUp .fixedBottomAreaTelPopUp_tel .fixedBottomAreaTelPopUp_tel_num{font-size:36px;font-weight:700;margin-left:6px}.fixedBottomAreaTelPopUp .fixedBottomAreaTelPopUp_tel .fixedBottomAreaTelPopUp_tel_num a{cursor:default;color:#ff820f !important}.fixedBottomAreaTelPopUp .fixedBottomAreaTelPopUp_tel .fixedBottomAreaTelPopUp_tel_num a:hover{text-decoration:none}.fixedBottomAreaTelPopUp .fixedBottomAreaTelPopUp_info{margin-top:8px;font-size:14px}.fixedBottomAreaTelPopUp .fixedBottomAreaTelPopUp_info a{color:#333;cursor:default}.fixedBottomAreaTelPopUp .fixedBottomAreaTelPopUp_info a:hover{text-decoration:none}.fixedBottomAreaTelPopUp .fixedBottomAreaTelPopUp_info .fixedBottomAreaTelPopUp_info_sub{margin-top:4px;color:#555;font-size:10px}.fixedBottomAreaTelPopUp .fixedBottomAreaTelPopUp_spButtonArea{display:flex;align-items:center;gap:16px;border-top:1px solid #ccc;padding-top:12px;margin-top:12px}.fixedBottomAreaTelPopUp .fixedBottomAreaTelPopUp_spButtonArea .button01{color:#fff;flex-grow:1}.fixedBottomAreaTelPopUp .fixedBottomAreaTelPopUp_footer{text-align:center;margin-top:16px;font-size:12px}@media screen and (max-width: 767px){.fixedBottomAreaTelPopUp{min-width:90%;padding:16px 20px}.fixedBottomAreaTelPopUp .fixedBottomAreaTelPopUp_title{font-size:12px;text-align:left;margin-bottom:4px}.fixedBottomAreaTelPopUp .fixedBottomAreaTelPopUp_tel img{width:20px}.fixedBottomAreaTelPopUp .fixedBottomAreaTelPopUp_tel .fixedBottomAreaTelPopUp_tel_num{font-size:20px}.fixedBottomAreaTelPopUp .fixedBottomAreaTelPopUp_info{font-size:12px}.fixedBottomAreaTelPopUp .fixedBottomAreaTelPopUp_footer{text-align:center;margin-top:16px;font-size:12px}}footer{position:relative;margin-top:160px}body[data-event-page-prefix="top"] footer,body[data-event-page-prefix="pref"] footer{margin-top:0}footer .footerPageTop{cursor:pointer;position:fixed;z-index:100;bottom:24px;right:24px;transform:translate(0, -50%);width:40px;height:40px;border-radius:50%;background-color:#2da12d;box-shadow:0 4px 20px -10px #000}footer .footerPageTop:before{content:'';display:block;position:absolute;top:calc(50% - 4px);left:calc(50% - 6px);transform:rotate(45deg);width:12px;height:12px;border-top:3px solid #fff;border-left:3px solid #fff}footer .prefSection{background-color:#f9f9f9;border-bottom:1px solid #ccc}footer .prefSection .prefSection_inner{width:1120px;min-width:1120px;margin:0 auto;padding:56px 8px;position:relative}footer .prefSection .prefSection_inner .prefSection_title{font-size:22px;font-weight:700;line-height:1.4;display:flex;justify-content:center;margin-bottom:32px}footer .prefSection .prefSection_inner .prefSection_title .prefSection_title_icon{margin-right:8px}footer .prefSection .prefSection_inner .prefList{display:flex;flex-wrap:wrap;gap:16px}footer .prefSection .prefSection_inner .prefList .prefRow{display:flex;flex-wrap:wrap;width:calc(50% - 8px);min-width:calc(50% - 8px)}footer .prefSection .prefSection_inner .prefList .prefRow .prefRow_head{font-weight:700}footer .prefSection .prefSection_inner .prefList .prefRow .prefRow_list{display:flex;flex-wrap:wrap;margin-left:8px}footer .prefSection .prefSection_inner .prefList .prefRow .prefRow_list a{padding:0 8px;color:inherit;position:relative}footer .prefSection .prefSection_inner .prefList .prefRow .prefRow_list a:not(:last-child):before{content:" ";display:block;right:0;bottom:3px;height:16px;width:1px;position:absolute;background-color:#555}footer .prefSection .prefSection_inner .prefList .prefRow .prefRow_list a:hover{text-decoration:underline}footer .footerSection{background-color:#f9f9f9}footer .footerSection .footerSection_inner{width:1120px;min-width:1120px;margin:0 auto;padding:64px 8px;display:flex}footer .footerSection .footerSection_inner .footerHead .footerHead_img{display:block;margin-bottom:24px}footer .footerSection .footerSection_inner .footerHead .footerHead_btn{min-width:200px}footer .footerSection .footerSection_inner .linkList{display:flex;margin-left:80px;gap:32px}footer .footerSection .footerSection_inner .linkList .linkListItem{flex-grow:1}footer .footerSection .footerSection_inner .linkList .linkListItem .linkListItem_head{margin-bottom:12px;font-weight:700;border-bottom:1px dotted #555;font-size:14px;padding-bottom:6px}footer .footerSection .footerSection_inner .linkList .linkListItem .linkListItem_list .linkListItem_list_link{font-size:14px}footer .footerSection .footerSection_inner .linkList .linkListItem .linkListItem_list .linkListItem_list_link a{color:inherit}footer .footerSection .footerSection_inner .linkList .linkListItem .linkListItem_list .linkListItem_list_link a:hover{text-decoration:underline}footer .footerSection .footerSection_inner .linkList .linkListItem .linkListItem_list .linkListItem_list_link:not(:first-child){margin-top:8px}footer .copyrightSection{background-color:#333}footer .copyrightSection .copyrightSection_inner{width:1120px;min-width:1120px;margin:0 auto;padding:12px 8px;display:flex;justify-content:center;color:#fff;font-size:12px}@media screen and (max-width: 767px){footer{margin-top:120px}footer .footerPageTop{bottom:24px;right:0;transform:translate(-50%, -50%);width:40px;height:40px}footer .footerPageTop:before{content:'';top:calc(50% - 4px);left:calc(50% - 6px);width:12px;height:12px;border-top:3px solid #fff;border-left:3px solid #fff}footer .prefSection{background-color:#f9f9f9;border-bottom:1px solid #ccc}footer .prefSection .prefSection_inner{width:auto;min-width:inherit;padding:24px 16px}footer .prefSection .prefSection_inner .prefSection_title{font-size:17px;display:flex;justify-content:center;margin-bottom:24px;align-items:flex-start}footer .prefSection .prefSection_inner .prefSection_title .prefSection_title_icon{margin-right:4px;width:24px;height:auto}footer .prefSection .prefSection_inner .prefList{flex-direction:column;gap:12px;font-size:14px}footer .prefSection .prefSection_inner .prefList .prefRow{flex-direction:column;width:auto;min-width:inherit}footer .prefSection .prefSection_inner .prefList .prefRow .prefRow_list{display:flex;margin-left:-8px;line-height:1.8}footer .footerSection .footerSection_inner{width:auto;min-width:inherit;padding:24px 16px;display:block}footer .footerSection .footerSection_inner .footerHead .footerHead_img{display:block;margin-bottom:16px;width:136px;height:auto}footer .footerSection .footerSection_inner .footerHead .footerHead_btn{min-width:200px}footer .footerSection .footerSection_inner .linkList{margin-top:32px;display:block;margin-left:auto}footer .footerSection .footerSection_inner .linkList .linkListItem:not(:first-child){padding-left:0;margin-top:24px}footer .footerSection .footerSection_inner .linkList .linkListItem .linkListItem_head{margin-bottom:8px;font-size:14px;padding-bottom:4px}footer .footerSection .footerSection_inner .linkList .linkListItem .linkListItem_list{font-size:12px;display:flex;flex-wrap:wrap;gap:8px;align-items:baseline}footer .footerSection .footerSection_inner .linkList .linkListItem .linkListItem_list .linkListItem_list_link{min-width:calc(50% - 4px);width:calc(50% - 4px)}footer .footerSection .footerSection_inner .linkList .linkListItem .linkListItem_list .linkListItem_list_link:not(:first-child){margin-top:0}footer .copyrightSection .copyrightSection_inner{width:auto;min-width:inherit;margin:0 auto;padding:8px 16px;font-size:10px}}.formTable{width:100%;table-layout:fixed;border-collapse:collapse;font-size:14px}.formTable>tbody>tr th,.formTable>tbody>tr td{padding:12px 8px;border-top:1px solid #d6d6d6;border-bottom:1px solid #d6d6d6;word-break:break-all}.formTable>tbody>tr th{font-weight:400;vertical-align:middle;background:#fffbd8;text-align:center}.formTable>tbody>tr th.staff{background:#F0F0FF}.formTable>tbody>tr th.foreigner{background:#E1F6FF}.formTable>tbody>tr td{background-color:#fff}@media (max-width: 767px){.formTable>tbody>tr th,.formTable>tbody>tr td{padding:8px}.formTable.formTable-sp{display:block}.formTable.formTable-sp>tbody{display:block}.formTable.formTable-sp>tbody>tr{display:block}.formTable.formTable-sp>tbody>tr>th,.formTable.formTable-sp>tbody>tr>td{display:block;width:100%;border:none}.formTable.formTable-sp>tbody>tr>th{text-align:left;border:none}}input.txt,select.txt,input.datepickerInput{width:100%;max-width:100%;padding:0 8px;line-height:38px;height:38px;border:1px solid #acacac;color:#333;background-color:#fff;border-radius:0;-webkit-box-shadow:none;box-shadow:none;font-family:inherit;font-size:16px}textarea.txt{width:100%;max-width:100%;padding:8px;border:1px solid #acacac;color:#333;background-color:#fff;border-radius:0;-webkit-box-shadow:none;box-shadow:none;font-family:inherit;font-size:16px;line-height:1.7}input.txt:focus,textarea.txt:focus,input.datepickerInput:focus{border:1px solid #f19900;background-color:#F7FAFF}input.datepickerInput{background-repeat:no-repeat;background-position:center right 4px;background-size:24px;background-image:url(/assets/icons/icon_calender-4ba4e2bb9fd8007c5fdbc398f70d6cd5.svg)}input.check{position:relative;top:2px;margin-right:3px}input[type='submit'],input[type='button']{font-family:inherit !important;font-size:inherit !important;-webkit-appearance:none}input.err{border-color:#ff6060;background-color:#fff0f0}.has-error input{border-color:#ff6060;background-color:#fff0f0}.has-error textarea,.has-error select{border-color:#ff6060;background-color:#fff0f0}.has-error .help-block{color:#EC5342;font-weight:700}label{cursor:pointer}.inputLabel{position:relative}.inputLabel label{cursor:pointer;line-height:1.4}.inputLabel input[type='checkbox']{display:none;margin:0 4px 0 0;position:relative;top:1px;cursor:pointer}input[type=checkbox]+label{padding-left:10px;display:inline-block}input[type=checkbox]:checked+label:before{background-image:url(/assets/icons/icon_check_box-ae24fdcd34c508b658d3cecee9c795ad.svg);background-size:100% auto}@media screen and (max-width: 767px){input[type=checkbox]+label:before{top:2px}}input[type=radio]+label{display:inline-block}@media screen and (max-width: 767px){input[type=radio]+label:before{top:2px}}.selectGroup{display:flex;flex-wrap:wrap}.selectGroup.selectGroup-col{flex-flow:column}.selectGroup.selectGroup-col>*:not(:first-child){margin-top:8px}.selectGroup.selectGroup-row>*:not(:last-child){margin-right:16px}@media screen and (max-width: 767px){.selectGroup{display:block}.selectGroup.selectGroup-row>*:not(:first-child){margin-top:8px}}.formLabel{display:flex;align-items:baseline}.formLabel .formLabel_label{margin-right:4px;font-weight:700}.formLabel .formLabel_required{margin-left:auto;background-color:#ED4D3A;color:#fff;font-weight:700;font-size:12px;padding:2px 4px;min-width:36px}@media screen and (max-width: 767px){.formLabel .formLabel_required{margin-left:4px}}                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                /*!
* Datepicker for Bootstrap
*
* Copyright 2012 Stefan Petre
* Licensed under the Apache License v2.0
* http://www.apache.org/licenses/LICENSE-2.0
*
*/.datepicker{top:0;left:0;padding:4px;margin-top:1px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.datepicker:before{content:'';display:inline-block;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid #ccc;border-bottom-color:rgba(0,0,0,0.2);position:absolute;top:-7px;left:6px}.datepicker:after{content:'';display:inline-block;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #ffffff;position:absolute;top:-6px;left:7px}.datepicker>div{display:none}.datepicker table{width:100%;margin:0}.datepicker td,.datepicker th{text-align:center;width:20px;height:20px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.datepicker td.day:hover{background:#eeeeee;cursor:pointer}.datepicker td.day.disabled{color:#eeeeee}.datepicker td.old,.datepicker td.new{color:#999999}.datepicker td.active,.datepicker td.active:hover{color:#ffffff;background-color:#006dcc;background-image:-moz-linear-gradient(top, #08c, #04c);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));background-image:-webkit-linear-gradient(top, #08c, #04c);background-image:-o-linear-gradient(top, #08c, #04c);background-image:linear-gradient(to bottom, #08c, #04c);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);border-color:#0044cc #0044cc #002a80;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);*background-color:#0044cc;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25)}.datepicker td.active:hover,.datepicker td.active:hover:hover,.datepicker td.active:focus,.datepicker td.active:hover:focus,.datepicker td.active:active,.datepicker td.active:hover:active,.datepicker td.active.active,.datepicker td.active:hover.active,.datepicker td.active.disabled,.datepicker td.active:hover.disabled,.datepicker td.active[disabled],.datepicker td.active:hover[disabled]{color:#ffffff;background-color:#0044cc;*background-color:#003bb3}.datepicker td.active:active,.datepicker td.active:hover:active,.datepicker td.active.active,.datepicker td.active:hover.active{background-color:#003399 \9}.datepicker td span{display:block;width:47px;height:54px;line-height:54px;float:left;margin:2px;cursor:pointer;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.datepicker td span:hover{background:#eeeeee}.datepicker td span.active{color:#ffffff;background-color:#006dcc;background-image:-moz-linear-gradient(top, #08c, #04c);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));background-image:-webkit-linear-gradient(top, #08c, #04c);background-image:-o-linear-gradient(top, #08c, #04c);background-image:linear-gradient(to bottom, #08c, #04c);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);border-color:#0044cc #0044cc #002a80;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);*background-color:#0044cc;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25)}.datepicker td span.active:hover,.datepicker td span.active:focus,.datepicker td span.active:active,.datepicker td span.active.active,.datepicker td span.active.disabled,.datepicker td span.active[disabled]{color:#ffffff;background-color:#0044cc;*background-color:#003bb3}.datepicker td span.active:active,.datepicker td span.active.active{background-color:#003399 \9}.datepicker td span.old{color:#999999}.datepicker th.switch{width:145px}.datepicker th.next,.datepicker th.prev{font-size:21px}.datepicker thead tr:first-child th{cursor:pointer}.datepicker thead tr:first-child th:hover{background:#eeeeee}header{position:sticky;top:0px;width:100%;z-index:5000;margin:0px}.gNav{margin:0px;background-color:#fff;border-bottom:1px solid #eaeaea}.gNav .gNavInner{width:1120px;margin:0 auto;padding:0 8px;display:flex;align-items:center}.gNav .gNavInner_menu{margin-left:auto}@media screen and (max-width: 767px){.gNav .gNavInner{width:auto;padding:0 52px 0 16px}.gNav .gNavInner .gNavInner_logo img{width:82px;height:auto}.gNav .gNavInner .gNavSpMenu{display:flex;margin-left:auto;border-left:1px #eaeaea solid}.gNav .gNavInner .gNavSpMenu .gNavSpMenu_item{position:relative;font-size:10px;font-weight:700;color:#333;letter-spacing:0;border-right:1px #eaeaea solid;padding:30px 0 2px;text-align:center;min-width:52px}.gNav .gNavInner .gNavSpMenu .gNavSpMenu_item .gNavSpMenu_item_icon{position:absolute;left:50%;top:18px;transform:translate(-50%, -50%)}.gNav .gNavInner .gNavSpMenu .gNavSpMenu_item .gNavSpMenu_item_count{position:absolute;left:32px;top:14px;background-color:#ED4D3A;padding:1px 5px;border-radius:46px;font-size:10px;color:#fff;display:none}.gNav .gNavInner_menu{display:none}}.gNavMenu{display:flex;align-items:center}.gNavMenu .gNavMenuLeft{display:flex;align-items:center}.gNavMenu .gNavMenuLeft .gNavMenuLeftItem{font-size:14px;position:relative;padding:8px 24px}.gNavMenu .gNavMenuLeft .gNavMenuLeftItem:not(:first-child):before{content:"";display:block;position:absolute;left:0;top:50%;transform:translate(0, -50%);width:1px;height:16px;background-color:#eaeaea}.gNavMenu .gNavMenuLeft .gNavMenuLeftItem .gNavMenuLeftItem_text{position:relative;padding-right:16px}.gNavMenu .gNavMenuLeft .gNavMenuLeftItem .gNavMenuLeftItem_text:before{position:absolute;content:"";display:block;right:0;top:0;width:8px;height:8px;border-top:2px solid #7a0;border-right:2px solid #7a0;-webkit-transform:rotate(135deg);transform:rotate(135deg)}.gNavMenu .gNavMenuLeft .gNavMenuLeftItem:hover .gNavMenuLeftItem_list{display:block}.gNavMenu .gNavMenuLeft .gNavMenuLeftItem .gNavMenuLeftItem_list{position:absolute;z-index:100;left:0;top:36px;display:none;box-shadow:0 4px 16px -10px rgba(0,0,0,0.5);width:240px;background-color:#fff}.gNavMenu .gNavMenuLeft .gNavMenuLeftItem .gNavMenuLeftItem_list .gNavMenuLeftItem_list_item{position:relative;color:inherit;display:block;padding:8px 12px 8px 28px;cursor:pointer}.gNavMenu .gNavMenuLeft .gNavMenuLeftItem .gNavMenuLeftItem_list .gNavMenuLeftItem_list_item:not(:first-child){border-top:1px solid #eaeaea}.gNavMenu .gNavMenuLeft .gNavMenuLeftItem .gNavMenuLeftItem_list .gNavMenuLeftItem_list_item:before{position:absolute;content:"";display:block;width:8px;height:8px;border-top:2px solid #2da12d;border-right:2px solid #2da12d;transform:rotate(45deg) translate(-50%, 0);left:12px;top:16px}.gNavMenu .gNavMenuLeft .gNavMenuLeftItem .gNavMenuLeftItemSearch form{display:flex}.gNavMenu .gNavMenuLeft .gNavMenuLeftItem .gNavMenuLeftItemSearch form .gNavMenuLeftItemSearch_inputWrap{position:relative;width:320px}.gNavMenu .gNavMenuLeft .gNavMenuLeftItem .gNavMenuLeftItemSearch form .gNavMenuLeftItemSearch_inputIcon{position:absolute;left:8px;top:50%;transform:translate(0, -50%);width:24px;opacity:0.7;pointer-events:none;z-index:1}.gNavMenu .gNavMenuLeft .gNavMenuLeftItem .gNavMenuLeftItemSearch form .gNavMenuLeftItemSearch_input{padding:0 8px 0 36px;border:1px solid #ccc;width:320px;line-height:38px;height:38px;font-size:16px}.gNavMenu .gNavMenuLeft .gNavMenuLeftItem .gNavMenuLeftItemSearch form .gNavMenuLeftItemSearch_input::placeholder{font-size:14px}.gNavMenu .gNavMenuRight{display:flex;border-right:1px solid #eaeaea}.gNavMenu .gNavMenuRight .gNavMenuRightItem{padding:16px 16px 16px 48px;border-left:1px solid #eaeaea;font-size:12px;font-weight:700;text-align:center;position:relative;color:inherit;line-height:1.4}.gNavMenu .gNavMenuRight .gNavMenuRightItem span{font-size:16px}.gNavMenu .gNavMenuRight .gNavMenuRightItem:hover{text-decoration:none}.gNavMenu .gNavMenuRight .gNavMenuRightItem .gNavMenuRightItem_icon{position:absolute;left:28px;top:50%;transform:translate(-50%, -50%)}.gNavMenu .gNavMenuRight .gNavMenuRightItemSmall{font-size:12px;font-weight:700;padding:48px 0 8px 0;border-left:1px solid #eaeaea;min-width:80px;text-align:center;position:relative;color:inherit}.gNavMenu .gNavMenuRight .gNavMenuRightItemSmall:hover{text-decoration:none}.gNavMenu .gNavMenuRight .gNavMenuRightItemSmall .gNavMenuRightItemSmall_icon{position:absolute;left:50%;top:40%;transform:translate(-50%, -50%)}.gNavMenu .gNavMenuRight .gNavMenuRightItemSmall .gNavMenuRightItemSmall_count{position:absolute;left:68%;top:52%;transform:translate(-50%, -50%);background-color:#ED4D3A;padding:2px 6px;border-radius:16px;font-size:10px;color:#fff;display:none}.gNavMenu .gNavMenuRight .gNavMenuRightItemSmall.gNavMenuRightItemSmall-fav{cursor:pointer}.gNavMenu .gNavMenuRight .gNavMenuRightItemSmall.gNavMenuRightItemSmall-fav:hover .gNavMenuRightItemSmall_text,.gNavMenu .gNavMenuRight .gNavMenuRightItemSmall.gNavMenuRightItemSmall-fav:hover .gNavMenuRightItemSmall_icon,.gNavMenu .gNavMenuRight .gNavMenuRightItemSmall.gNavMenuRightItemSmall-fav:hover .gNavMenuRightItemSmall_count{opacity:0.8}.gNavMenu .gNavMenuRight .gNavMenuRightItemSmall.gNavMenuRightItemSmall-fav:hover .favMenuList{display:block}.gNavMenu .gNavMenuRight .gNavMenuRightItemSmall.gNavMenuRightItemSmall-fav .favMenuList{position:absolute;z-index:100;right:0;top:72px;display:none;box-shadow:0 4px 16px -10px rgba(0,0,0,0.5);width:200px;background-color:#fff}.gNavMenu .gNavMenuRight .gNavMenuRightItemSmall.gNavMenuRightItemSmall-fav .favMenuList .favMenuList_item{position:relative;color:inherit;display:block;padding:8px 12px 8px 28px;font-weight:400;text-align:left;font-size:14px;cursor:pointer}.gNavMenu .gNavMenuRight .gNavMenuRightItemSmall.gNavMenuRightItemSmall-fav .favMenuList .favMenuList_item:not(:first-child){border-top:1px solid #eaeaea}.gNavMenu .gNavMenuRight .gNavMenuRightItemSmall.gNavMenuRightItemSmall-fav .favMenuList .favMenuList_item:before{position:absolute;content:"";display:block;width:8px;height:8px;border-top:2px solid #2da12d;border-right:2px solid #2da12d;transform:rotate(45deg) translate(-50%, 0);left:12px;top:16px}.spHdrBtn{display:none}@media screen and (max-width: 767px){.spHdrBtn{line-height:1;position:absolute;z-index:1100;top:2px;right:6px;display:inline-block;width:40px;height:40px;cursor:pointer}.spHdrBtn a{display:inline-block;width:38px;height:38px}.spHdrBtn .spHdrBtn_line{position:absolute;left:8px;width:23px;height:2px;-webkit-transition:all .4s;transition:all .4s;background-color:#656c7b}.spHdrBtn .spHdrBtn_line:nth-of-type(1){top:9px}.spHdrBtn .spHdrBtn_line:nth-of-type(2){top:16px}.spHdrBtn .spHdrBtn_line:nth-of-type(3){top:23px}.spHdrBtn.active .spHdrBtn_line:nth-of-type(1){-webkit-transform:translateY(9px) rotate(-45deg);transform:translateY(9px) rotate(-45deg)}.spHdrBtn.active .spHdrBtn_line:nth-of-type(2){opacity:0}.spHdrBtn.active .spHdrBtn_line:nth-of-type(3){top:27px;-webkit-transform:translateY(-9px) rotate(45deg);transform:translateY(-9px) rotate(45deg)}.spHdrBtn .spHdrBtn_text{font-size:10px;font-weight:700;position:absolute;left:2px;bottom:0;opacity:1;transition:all .2s}.spHdrBtn.active .spHdrBtn_text{opacity:0}}.spMenu{display:none}@media screen and (max-width: 767px){body.active .spMenu{right:0}.spMenu{display:block;position:fixed;z-index:999;top:0;right:0;right:-100%;overflow:auto;width:100%;height:100%;margin:0;-webkit-transition:.3s;transition:.3s;-webkit-transform-origin:right;transform-origin:right;opacity:1;background:rgba(0,0,0,0.7)}.spMenu .spMenuInner{margin-left:calc(100% - 320px);padding:40px 16px;display:flex;flex-direction:column;gap:40px;background:#fff;height:100%;overflow-y:auto}.spMenu .spMenuInner .spMenuRow .spMenuRow_title{font-weight:700;margin-bottom:8px}.spMenu .spMenuInner .spMenuRow .spMenuRow_Content .linkList{display:flex;flex-direction:column;gap:1px}.spMenu .spMenuInner .spMenuRow .spMenuRow_Content .linkList .linkList_item a{display:block;color:#333;font-size:14px;padding:9px 12px;position:relative;border-bottom:1px solid #333}.spMenu .spMenuInner .spMenuRow .spMenuRow_Content .linkList .linkList_item a:before{content:"";position:absolute;display:block;width:8px;height:8px;border-top:2px solid #2da12d;border-right:2px solid #2da12d;transform:translate(0, -50%) rotate(45deg);right:12px;top:18px}.spMenu .spMenuInner .spMenuRow .spMenuRow_Content .howToSearchButtons{display:flex;align-items:center;justify-content:center;gap:4px;padding:0;margin-left:auto}.spMenu .spMenuInner .spMenuRow .spMenuRow_Content .howToSearchButtons .howToSearchButtons_item{text-align:center;color:#fff;background-size:cover;font-size:12px;font-weight:700;min-width:calc(33.33% - 2px);padding:16px 0}.spMenu .spMenuInner .spMenuRow .spMenuRow_Content .howToSearchButtons .howToSearchButtons_item.howToSearchButtons_item-area{background-image:url(/assets/bg_bukkenSearch_area-26c60b9bf3aae87a1fbabc048563b0da.jpg)}.spMenu .spMenuInner .spMenuRow .spMenuRow_Content .howToSearchButtons .howToSearchButtons_item.howToSearchButtons_item-railways{background-image:url(/assets/bg_bukkenSearch_railways-0fe8bf341ef8fb9cc46df2d2acbb8b11.jpg)}.spMenu .spMenuInner .spMenuRow .spMenuRow_Content .howToSearchButtons .howToSearchButtons_item.howToSearchButtons_item-map{background-image:url(/assets/bg_bukkenSearch_map-bc9cf339c13dc2e5f3be53ea933e4aa1.jpg)}}.remodal-wrapper.headerSearchModalWrap{text-align:inherit}.remodal-wrapper.headerSearchModalWrap:after{vertical-align:top}.remodal.headerSearchModal{min-width:90%;vertical-align:top;margin-top:40px;background-color:#fff;padding:0}.remodal-close.headerSearchModal_close{position:absolute;top:-38px;right:0;left:inherit;z-index:100}.remodal-close.headerSearchModal_close:before{font-size:42px;color:#fff}.headerSearchModalHead{padding:8px;font-weight:700;background-color:#ccc;text-align:center;font-size:16px}.headerSearchModalContent{padding:24px 12px;display:flex;flex-direction:column;gap:24px}.headerSearchModalContentItem_head{padding:4px 0;color:#fff;background-color:#2da12d;font-weight:700;font-size:16px;text-align:center}.hsmTextSearch{padding:12px;background-color:#fffbd8}.hsmTextSearch .hsmTextSearch_text{font-size:12px;text-align:left}.hsmTextSearch .hsmTextSearch_form{display:flex;margin-top:4px;text-align:left}.hsmTextSearch .hsmTextSearch_form .hsmTextSearch_form_inputWrap{position:relative;flex:1}.hsmTextSearch .hsmTextSearch_form .hsmTextSearch_form_inputIcon{position:absolute;left:8px;top:50%;transform:translate(0, -50%);width:24px;opacity:0.7;pointer-events:none;z-index:1}.hsmTextSearch .hsmTextSearch_form .twitter-typeahead{width:100%}.hsmTextSearch .hsmTextSearch_form .hsmTextSearch_form_input{width:100%;padding-left:36px}.hsmTextSearch .hsmTextSearch_form .hsmTextSearch_form_input::placeholder{font-size:14px}@media screen and (max-width: 767px){.textSearch{padding:16px 12px}.textSearch .textSearch_text{font-size:13px}}.pContent *:not(:first-child){margin-top:12px}.pContent p{overflow-wrap:break-word;overflow:hidden;font-size:14px}.hover{opacity:1;transition:opacity 100ms 0ms linear;cursor:pointer}.hover:hover{opacity:.8}.is-navigating{opacity:.5;transition:opacity 100ms 0ms linear}.box-xxl{margin-bottom:80px}.box-xl{margin-bottom:64px}.box-lg{margin-bottom:40px}.box-md{margin-bottom:32px}.box-sm{margin-bottom:24px}.box-xs{margin-bottom:16px}.box-xxs{margin-bottom:8px}.boxed-section{border:1px solid #000;padding:16px;margin-bottom:16px;background-color:#f9f9f9}.dspBlock{display:block}.dspNone{display:none}.hide{display:none !important;opacity:0;width:0;height:0}.dspInlineBlock{display:inline-block}@media screen and (max-width: 767px){.dspBlock-sp{display:block}}.underLine{background:linear-gradient(transparent 70%, #ffdd2c 70%)}.positionR{position:relative}.clrRed{color:#EC5342 !important}.clrGreen{color:#2da12d !important}.clrBlack{color:#333 !important}.isCampaign{color:#ec5342 !important;font-weight:700 !important}.lh17{line-height:1.7 !important}.mx{margin-right:auto !important;margin-left:auto !important}@media screen and (max-width: 767px){.mx-sp{margin-right:auto !important;margin-left:auto !important}}@media screen and (min-width: 767px){.pcNone{display:none !important}}@media screen and (max-width: 767px){.spNone{display:none !important}}.taC{text-align:center}.taR{text-align:right}.taL{text-align:left}@media screen and (max-width: 767px){.taC-sp{text-align:center}}.flex{display:flex}.flex.space-between{justify-content:space-between}.cursorP{cursor:pointer}.hoverUnder:hover{text-decoration:underline !important}.nowrap{white-space:nowrap !important}.fs10{font-size:10px !important}.fs11{font-size:11px !important}.fs12{font-size:12px !important}.fs13{font-size:13px !important}.fs14{font-size:14px !important}.fs16{font-size:16px !important}.fs18{font-size:18px !important}.fs20{font-size:20px !important}.fs22{font-size:22px !important}.fs32{font-size:32px !important}@media screen and (max-width: 767px){.fs10-sp{font-size:10px !important}.fs11-sp{font-size:11px !important}.fs12-sp{font-size:12px !important}.fs13-sp{font-size:13px !important}.fs14-sp{font-size:14px !important}.fs16-sp{font-size:16px !important}.fs18-sp{font-size:18px !important}.fs20-sp{font-size:20px !important}.fs22-sp{font-size:22px !important}.fs32-sp{font-size:32px !important}}.fw400{font-weight:400 !important}.fw700{font-weight:700 !important}.mt0{margin-top:0 !important}.mt4{margin-top:4px !important}.mt8{margin-top:8px !important}.mt12{margin-top:12px !important}.mt16{margin-top:16px !important}.mt18{margin-top:18px !important}.mt20{margin-top:20px !important}.mt24{margin-top:24px !important}.mt28{margin-top:28px !important}.mt32{margin-top:32px !important}.mt36{margin-top:36px !important}.mt40{margin-top:40px !important}.mt44{margin-top:44px !important}.mt48{margin-top:48px !important}.mt52{margin-top:52px !important}.mt56{margin-top:56px !important}.mt60{margin-top:60px !important}.mt64{margin-top:64px !important}.mt68{margin-top:68px !important}.mt72{margin-top:72px !important}.mt76{margin-top:76px !important}.mt80{margin-top:80px !important}.mt88{margin-top:88px !important}.mt96{margin-top:96px !important}.mt104{margin-top:104px !important}.mt112{margin-top:112px !important}.mt120{margin-top:120px !important}.mb0{margin-bottom:0 !important}.mb4{margin-bottom:4px !important}.mb8{margin-bottom:8px !important}.mb12{margin-bottom:12px !important}.mb16{margin-bottom:16px !important}.mb20{margin-bottom:20px !important}.mb24{margin-bottom:24px !important}.mb28{margin-bottom:28px !important}.mb32{margin-bottom:32px !important}.mb36{margin-bottom:36px !important}.mb40{margin-bottom:40px !important}.mb44{margin-bottom:44px !important}.mb48{margin-bottom:48px !important}.mb52{margin-bottom:52px !important}.mb56{margin-bottom:56px !important}.mb60{margin-bottom:60px !important}.mb64{margin-bottom:64px !important}.mb68{margin-bottom:68px !important}.mb72{margin-bottom:72px !important}.mb76{margin-bottom:76px !important}.mb80{margin-bottom:80px !important}.mr8{margin-right:8px !important}@media screen and (max-width: 767px){.mt0-sp{margin-top:0 !important}.mt4-sp{margin-top:4px !important}.mt8-sp{margin-top:8px !important}.mt12-sp{margin-top:12px !important}.mt16-sp{margin-top:16px !important}.mt20-sp{margin-top:20px !important}.mt24-sp{margin-top:24px !important}.mt28-sp{margin-top:28px !important}.mt32-sp{margin-top:32px !important}.mt36-sp{margin-top:36px !important}.mt40-sp{margin-top:40px !important}.mt44-sp{margin-top:44px !important}.mt48-sp{margin-top:48px !important}.mt52-sp{margin-top:52px !important}.mt56-sp{margin-top:56px !important}.mt60-sp{margin-top:60px !important}.mt64-sp{margin-top:64px !important}.mt68-sp{margin-top:68px !important}.mt72-sp{margin-top:72px !important}.mt76-sp{margin-top:76px !important}.mt80-sp{margin-top:80px !important}.mb0-sp{margin-bottom:0 !important}.mb4-sp{margin-bottom:4px !important}.mb8-sp{margin-bottom:8px !important}.mb12-sp{margin-bottom:12px !important}.mb16-sp{margin-bottom:16px !important}.mb20-sp{margin-bottom:20px !important}.mb24-sp{margin-bottom:24px !important}.mb28-sp{margin-bottom:28px !important}.mb32-sp{margin-bottom:32px !important}.mb36-sp{margin-bottom:36px !important}.mb40-sp{margin-bottom:40px !important}.mb44-sp{margin-bottom:44px !important}.mb48-sp{margin-bottom:48px !important}.mb52-sp{margin-bottom:52px !important}.mb56-sp{margin-bottom:56px !important}.mb60-sp{margin-bottom:60px !important}.mb64-sp{margin-bottom:64px !important}.mb68-sp{margin-bottom:68px !important}.mb72-sp{margin-bottom:72px !important}.mb76-sp{margin-bottom:76px !important}.mb80-sp{margin-bottom:80px !important}}.ml0{margin-left:0 !important}.ml4{margin-left:4px !important}.ml8{margin-left:8px !important}.ml12{margin-left:12px !important}.ml16{margin-left:16px !important}.ml20{margin-left:20px !important}.ml24{margin-left:24px !important}.ml28{margin-left:28px !important}.ml32{margin-left:32px !important}.ml36{margin-left:36px !important}.ml40{margin-left:40px !important}.ml44{margin-left:44px !important}.ml48{margin-left:48px !important}.ml52{margin-left:52px !important}.ml56{margin-left:56px !important}.ml60{margin-left:60px !important}.ml64{margin-left:64px !important}.ml68{margin-left:68px !important}.ml72{margin-left:72px !important}.ml76{margin-left:76px !important}.ml80{margin-left:80px !important}@media screen and (max-width: 767px){.mt0-sp{margin-top:0 !important}.mt4-sp{margin-top:4px !important}.mt8-sp{margin-top:8px !important}.mt12-sp{margin-top:12px !important}.mt16-sp{margin-top:16px !important}.mt20-sp{margin-top:20px !important}.mt24-sp{margin-top:24px !important}.mt28-sp{margin-top:28px !important}.mt32-sp{margin-top:32px !important}.mt36-sp{margin-top:36px !important}.mt40-sp{margin-top:40px !important}.mt44-sp{margin-top:44px !important}.mt48-sp{margin-top:48px !important}.mt52-sp{margin-top:52px !important}.mt56-sp{margin-top:56px !important}.mt60-sp{margin-top:60px !important}.mt64-sp{margin-top:64px !important}.mt68-sp{margin-top:68px !important}.mt72-sp{margin-top:72px !important}.mt76-sp{margin-top:76px !important}.mt80-sp{margin-top:80px !important}.ml0-sp{margin-left:0 !important}.ml4-sp{margin-left:4px !important}.ml8-sp{margin-left:8px !important}.ml12-sp{margin-left:12px !important}.ml16-sp{margin-left:16px !important}.ml20-sp{margin-left:20px !important}.ml24-sp{margin-left:24px !important}.ml28-sp{margin-left:28px !important}.ml32-sp{margin-left:32px !important}.ml36-sp{margin-left:36px !important}.ml40-sp{margin-left:40px !important}.ml44-sp{margin-left:44px !important}.ml48-sp{margin-left:48px !important}.ml52-sp{margin-left:52px !important}.ml56-sp{margin-left:56px !important}.ml60-sp{margin-left:60px !important}.ml64-sp{margin-left:64px !important}.ml68-sp{margin-left:68px !important}.ml72-sp{margin-left:72px !important}.ml76-sp{margin-left:76px !important}.ml80-sp{margin-left:80px !important}}.pl0{padding-left:0 !important}.pl4{padding-left:4px !important}.pl8{padding-left:8px !important}.pl12{padding-left:12px !important}.pr0{padding-right:0 !important}.pr4{padding-right:4px !important}.pr8{padding-right:8px !important}.pr12{padding-right:12px !important}.wauto{width:auto !important}.w8{width:8px !important}.w16{width:16px !important}.w24{width:24px !important}.w32{width:32px !important}.w40{width:40px !important}.w48{width:48px !important}.w56{width:56px !important}.w64{width:64px !important}.w72{width:72px !important}.w80{width:80px !important}.w88{width:88px !important}.w96{width:96px !important}.w104{width:104px !important}.w112{width:112px !important}.w120{width:120px !important}.w128{width:128px !important}.w136{width:136px !important}.w140{width:140px !important}.w144{width:144px !important}.w152{width:152px !important}.w160{width:160px !important}.w168{width:168px !important}.w176{width:176px !important}.w184{width:184px !important}.w192{width:192px !important}.w200{width:200px !important}.w208{width:208px !important}.w216{width:216px !important}.w224{width:224px !important}.w232{width:232px !important}.w240{width:240px !important}.w248{width:248px !important}.w256{width:256px !important}.w264{width:264px !important}.w272{width:272px !important}.w280{width:280px !important}.w288{width:288px !important}.w296{width:296px !important}.w304{width:304px !important}.w312{width:312px !important}.w320{width:320px !important}.w344{width:344px !important}.w360{width:360px !important}.w400{width:400px !important}.w480{width:480px !important}.w560{width:560px !important}.w640{width:640px !important}.w720{width:720px !important}@media screen and (max-width: 767px){.wauto-sp{width:auto !important}.w8-sp{width:8px !important}.w16-sp{width:16px !important}.w24-sp{width:24px !important}.w32-sp{width:32px !important}.w40-sp{width:40px !important}.w48-sp{width:48px !important}.w56-sp{width:56px !important}.w64-sp{width:64px !important}.w72-sp{width:72px !important}.w80-sp{width:80px !important}.w88-sp{width:88px !important}.w96-sp{width:96px !important}.w104-sp{width:104px !important}.w112-sp{width:112px !important}.w120-sp{width:120px !important}.w128-sp{width:128px !important}.w136-sp{width:136px !important}.w144-sp{width:144px !important}.w152-sp{width:152px !important}.w160-sp{width:160px !important}.w168-sp{width:168px !important}.w176-sp{width:176px !important}.w184-sp{width:184px !important}.w192-sp{width:192px !important}.w200-sp{width:200px !important}.w208-sp{width:208px !important}.w216-sp{width:216px !important}.w224-sp{width:224px !important}.w232-sp{width:232px !important}.w240-sp{width:240px !important}.w248-sp{width:248px !important}.w256-sp{width:256px !important}.w264-sp{width:264px !important}.w272-sp{width:272px !important}.w280-sp{width:280px !important}.w288-sp{width:288px !important}.w296-sp{width:296px !important}.w304-sp{width:304px !important}.w312-sp{width:312px !important}.w320-sp{width:320px !important}}.w100p{width:100% !important}.colorGreen{color:#2da12d}.colorRed{color:#ed4d3a}.preWrap{white-space:pre-wrap}.disabled{pointer-events:none;opacity:.3}.datepicker{line-height:20px}.datepicker .table-condensed th,.datepicker .table-condensed td{padding:4px 5px}                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             /*!
* Datepicker for Bootstrap
*
* Copyright 2012 Stefan Petre
* Licensed under the Apache License v2.0
* http://www.apache.org/licenses/LICENSE-2.0
*
*/.datepicker{top:0;left:0;padding:4px;margin-top:1px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.datepicker:before{content:'';display:inline-block;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid #ccc;border-bottom-color:rgba(0,0,0,0.2);position:absolute;top:-7px;left:6px}.datepicker:after{content:'';display:inline-block;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #ffffff;position:absolute;top:-6px;left:7px}.datepicker>div{display:none}.datepicker table{width:100%;margin:0}.datepicker td,.datepicker th{text-align:center;width:20px;height:20px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.datepicker td.day:hover{background:#eeeeee;cursor:pointer}.datepicker td.day.disabled{color:#eeeeee}.datepicker td.old,.datepicker td.new{color:#999999}.datepicker td.active,.datepicker td.active:hover{color:#ffffff;background-color:#006dcc;background-image:-moz-linear-gradient(top, #08c, #04c);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));background-image:-webkit-linear-gradient(top, #08c, #04c);background-image:-o-linear-gradient(top, #08c, #04c);background-image:linear-gradient(to bottom, #08c, #04c);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);border-color:#0044cc #0044cc #002a80;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);*background-color:#0044cc;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25)}.datepicker td.active:hover,.datepicker td.active:hover:hover,.datepicker td.active:focus,.datepicker td.active:hover:focus,.datepicker td.active:active,.datepicker td.active:hover:active,.datepicker td.active.active,.datepicker td.active:hover.active,.datepicker td.active.disabled,.datepicker td.active:hover.disabled,.datepicker td.active[disabled],.datepicker td.active:hover[disabled]{color:#ffffff;background-color:#0044cc;*background-color:#003bb3}.datepicker td.active:active,.datepicker td.active:hover:active,.datepicker td.active.active,.datepicker td.active:hover.active{background-color:#003399 \9}.datepicker td span{display:block;width:47px;height:54px;line-height:54px;float:left;margin:2px;cursor:pointer;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.datepicker td span:hover{background:#eeeeee}.datepicker td span.active{color:#ffffff;background-color:#006dcc;background-image:-moz-linear-gradient(top, #08c, #04c);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));background-image:-webkit-linear-gradient(top, #08c, #04c);background-image:-o-linear-gradient(top, #08c, #04c);background-image:linear-gradient(to bottom, #08c, #04c);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);border-color:#0044cc #0044cc #002a80;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);*background-color:#0044cc;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25)}.datepicker td span.active:hover,.datepicker td span.active:focus,.datepicker td span.active:active,.datepicker td span.active.active,.datepicker td span.active.disabled,.datepicker td span.active[disabled]{color:#ffffff;background-color:#0044cc;*background-color:#003bb3}.datepicker td span.active:active,.datepicker td span.active.active{background-color:#003399 \9}.datepicker td span.old{color:#999999}.datepicker th.switch{width:145px}.datepicker th.next,.datepicker th.prev{font-size:21px}.datepicker thead tr:first-child th{cursor:pointer}.datepicker thead tr:first-child th:hover{background:#eeeeee}.photo-taiken-cmmesaka-main-l{width:960px;height:270px;background:url(/assets/experience-6691a4c30b82eba5cb19d4ceeb42f868.png) 0px 0px no-repeat}.pic-stayreport-image{width:960px;height:240px;background:url(/assets/experience-6691a4c30b82eba5cb19d4ceeb42f868.png) 0px -270px no-repeat}.photo-taiken-cmmesaka-main-s{width:713px;height:200px;background:url(/assets/experience-6691a4c30b82eba5cb19d4ceeb42f868.png) 0px -510px no-repeat}.heading-taikentai-l{width:290px;height:34px;background:url(/assets/experience-6691a4c30b82eba5cb19d4ceeb42f868.png) 0px -710px no-repeat}.btn-readmore{width:230px;height:32px;background:url(/assets/experience-6691a4c30b82eba5cb19d4ceeb42f868.png) -713px -510px no-repeat}.btn-detail-mm{width:217px;height:25px;background:url(/assets/experience-6691a4c30b82eba5cb19d4ceeb42f868.png) -713px -542px no-repeat}.heading-taikentai-s{width:197px;height:24px;background:url(/assets/experience-6691a4c30b82eba5cb19d4ceeb42f868.png) -713px -567px no-repeat}.pic-taikentai-l{width:137px;height:160px;background:url(/assets/experience-6691a4c30b82eba5cb19d4ceeb42f868.png) 0px -744px no-repeat}.pic-taikentai-s{width:93px;height:109px;background:url(/assets/experience-6691a4c30b82eba5cb19d4ceeb42f868.png) -713px -591px no-repeat}.icon-equipment-bed-tiny{width:52px;height:52px;background:url(/assets/experience-6691a4c30b82eba5cb19d4ceeb42f868.png) -806px -591px no-repeat}.icon-equipment-bedding-tiny{width:52px;height:52px;background:url(/assets/experience-6691a4c30b82eba5cb19d4ceeb42f868.png) -858px -591px no-repeat}.icon-equipment-coin-laundry-tiny{width:52px;height:52px;background:url(/assets/experience-6691a4c30b82eba5cb19d4ceeb42f868.png) -806px -643px no-repeat}.icon-equipment-credit-card-ok-tiny{width:52px;height:52px;background:url(/assets/experience-6691a4c30b82eba5cb19d4ceeb42f868.png) -858px -643px no-repeat}.icon-equipment-deliver-box-tiny{width:52px;height:52px;background:url(/assets/experience-6691a4c30b82eba5cb19d4ceeb42f868.png) -137px -744px no-repeat}.icon-equipment-door-phone-tiny{width:52px;height:52px;background:url(/assets/experience-6691a4c30b82eba5cb19d4ceeb42f868.png) -189px -744px no-repeat}.icon-equipment-elevator-tiny{width:52px;height:52px;background:url(/assets/experience-6691a4c30b82eba5cb19d4ceeb42f868.png) -241px -744px no-repeat}.icon-equipment-foreigner-ok-tiny{width:52px;height:52px;background:url(/assets/experience-6691a4c30b82eba5cb19d4ceeb42f868.png) -293px -744px no-repeat}.icon-equipment-internet-tiny{width:52px;height:52px;background:url(/assets/experience-6691a4c30b82eba5cb19d4ceeb42f868.png) -345px -744px no-repeat}.icon-equipment-bathtub-toilet-separate-tiny{width:52px;height:52px;background:url(/assets/experience-6691a4c30b82eba5cb19d4ceeb42f868.png) -397px -744px no-repeat}.icon-equipment-no-guarantor-ok-tiny{width:52px;height:52px;background:url(/assets/experience-6691a4c30b82eba5cb19d4ceeb42f868.png) -449px -744px no-repeat}.icon-equipment-no-smoking-tiny{width:52px;height:52px;background:url(/assets/experience-6691a4c30b82eba5cb19d4ceeb42f868.png) -501px -744px no-repeat}.icon-equipment-parking-pay-tiny{width:52px;height:52px;background:url(/assets/experience-6691a4c30b82eba5cb19d4ceeb42f868.png) -553px -744px no-repeat}.icon-equipment-pets-ok-tiny{width:52px;height:52px;background:url(/assets/experience-6691a4c30b82eba5cb19d4ceeb42f868.png) -605px -744px no-repeat}.icon-equipment-airconditioner-tiny{width:52px;height:52px;background:url(/assets/experience-6691a4c30b82eba5cb19d4ceeb42f868.png) -657px -744px no-repeat}.icon-equipment-storage-tiny{width:52px;height:52px;background:url(/assets/experience-6691a4c30b82eba5cb19d4ceeb42f868.png) -709px -744px no-repeat}.icon-equipment-tableware-tiny{width:52px;height:52px;background:url(/assets/experience-6691a4c30b82eba5cb19d4ceeb42f868.png) -761px -744px no-repeat}.icon-equipment-toiletwithwash-tiny{width:52px;height:52px;background:url(/assets/experience-6691a4c30b82eba5cb19d4ceeb42f868.png) -813px -744px no-repeat}.icon-equipment-tv-tiny{width:52px;height:52px;background:url(/assets/experience-6691a4c30b82eba5cb19d4ceeb42f868.png) -865px -744px no-repeat}.icon-equipment-video-dvd-tiny{width:52px;height:52px;background:url(/assets/experience-6691a4c30b82eba5cb19d4ceeb42f868.png) -137px -796px no-repeat}.icon-equipment-washingmachine-in-room-tiny{width:52px;height:52px;background:url(/assets/experience-6691a4c30b82eba5cb19d4ceeb42f868.png) -189px -796px no-repeat}.icon-equipment-washstand-sepalate-tiny{width:52px;height:52px;background:url(/assets/experience-6691a4c30b82eba5cb19d4ceeb42f868.png) -241px -796px no-repeat}.icon-equipment-microwaveoven-tiny{width:52px;height:52px;background:url(/assets/experience-6691a4c30b82eba5cb19d4ceeb42f868.png) -293px -796px no-repeat}.icon-equipment-bathroom-drier-tiny{width:52px;height:52px;background:url(/assets/experience-6691a4c30b82eba5cb19d4ceeb42f868.png) -345px -796px no-repeat}.icon-equipment-bath-heater-tiny{width:52px;height:52px;background:url(/assets/experience-6691a4c30b82eba5cb19d4ceeb42f868.png) -397px -796px no-repeat}.icon-equipment-autolock-tiny{width:52px;height:52px;background:url(/assets/experience-6691a4c30b82eba5cb19d4ceeb42f868.png) -449px -796px no-repeat}.icon-equipment-refrigerator-tiny{width:52px;height:52px;background:url(/assets/experience-6691a4c30b82eba5cb19d4ceeb42f868.png) -501px -796px no-repeat}.icon-rss-stayreport{width:18px;height:18px;background:url(/assets/experience-6691a4c30b82eba5cb19d4ceeb42f868.png) -930px -542px no-repeat}@keyframes pinDrop{0%{transform:translateY(-100px);opacity:0}100%{transform:translateY(0);opacity:1}}.property-pin{animation:pinDrop .3s ease-out}.map-guidance-overlay{position:absolute;z-index:1000;pointer-events:none}.map-guidance-overlay .guidance-content{background:rgba(0,0,0,0.85);color:white;padding:24px;border-radius:12px;text-align:center;box-shadow:0 8px 24px rgba(0,0,0,0.3);min-width:280px;backdrop-filter:blur(4px);border:1px solid rgba(255,255,255,0.1)}.map-guidance-overlay .guidance-content i{font-size:32px;margin-bottom:16px;display:block;color:#2da12d;animation:pulse 2s infinite}.map-guidance-overlay .guidance-content p{margin:0 0 12px 0;font-size:16px;font-weight:600;line-height:1.4}.map-guidance-overlay .guidance-content .guidance-hint small{font-size:12px;color:rgba(255,255,255,0.7);font-weight:400}.map-error-message{display:flex;align-items:center;justify-content:center;height:400px;background:#f8f9fa;border:2px dashed #dee2e6;border-radius:8px}.map-error-message .error-content{text-align:center;color:#6c757d}.map-error-message .error-content i{font-size:48px;color:#dc3545;margin-bottom:16px;display:block}.map-error-message .error-content h3{margin:0 0 12px 0;font-size:18px;color:#495057}.map-error-message .error-content p{margin:0 0 20px 0;font-size:14px;color:#6c757d}.map-error-message .error-content .reload-button{background:#2da12d;color:white;border:none;padding:10px 20px;border-radius:4px;cursor:pointer;font-size:14px;transition:background-color .2s}.map-error-message .error-content .reload-button:hover{background:#227922}.map-error-message .error-content .reload-button i{font-size:14px;margin-right:6px;display:inline;color:white}@keyframes pulse{0%{transform:scale(1);opacity:1}50%{transform:scale(1.1);opacity:0.7}100%{transform:scale(1);opacity:1}}@media (max-width: 767px){.map-guidance-overlay .guidance-content{padding:20px;min-width:240px}.map-guidance-overlay .guidance-content i{font-size:28px;margin-bottom:12px}.map-guidance-overlay .guidance-content p{font-size:14px}.map-guidance-overlay .guidance-content .guidance-hint small{font-size:11px}.map-error-message{height:300px}.map-error-message .error-content i{font-size:36px;margin-bottom:12px}.map-error-message .error-content h3{font-size:16px}.map-error-message .error-content p{font-size:13px}.map-error-message .error-content .reload-button{padding:8px 16px;font-size:13px}}@media (max-width: 480px){.map-guidance-overlay .guidance-content{padding:16px;min-width:200px}.map-guidance-overlay .guidance-content i{font-size:24px;margin-bottom:10px}.map-guidance-overlay .guidance-content p{font-size:13px}.map-error-message{height:250px}.map-error-message .error-content i{font-size:32px}.map-error-message .error-content h3{font-size:15px}.map-error-message .error-content .reload-button{padding:6px 12px;font-size:12px}}.building-rooms-panel{position:fixed;width:300px;max-height:500px;padding-top:24px;border:1px solid #2da12d;box-shadow:0 2px 10px rgba(0,0,0,0.3);background:#fff;box-sizing:border-box;z-index:1000;font-family:'Hiragino Sans','Hiragino Kaku Gothic ProN','Meiryo',sans-serif}.building-rooms-panel .building-rooms-panel-close{position:absolute;top:0;right:0;font-size:24px;color:#111111;line-height:1;padding:4px 8px;margin:0;background:none;border:none;cursor:pointer}.building-rooms-panel .building-rooms-panel-list{max-height:476px;overflow-y:auto;overflow-x:hidden}.building-rooms-panel .building-rooms-panel-message{padding:16px;font-size:13px;color:#666;text-align:center}.building-room-card{display:flex;align-items:flex-start;padding:8px;border-bottom:1px solid #eee}.building-room-card:last-child{border-bottom:none}.building-room-card .building-room-card-image{flex:0 0 60px;width:60px;height:60px;display:flex;align-items:flex-start;justify-content:center;overflow:hidden;background:#f5f5f5}.building-room-card .building-room-card-image img{max-width:60px;max-height:60px;width:auto;height:auto}.building-room-card .building-room-card-body{flex:1 1 auto;min-width:0;padding-left:8px}.building-room-card .building-room-card-name{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;font-weight:normal;font-size:13px;line-height:1.3}.building-room-card .building-room-card-price{font-weight:bold;font-size:13px;margin-top:4px}.building-room-card .building-room-card-info{color:#333333;font-size:12px;margin-top:2px}.cluster-marker{width:44px;height:44px;border-radius:50%;background:#fff;border:2px solid #2da12d;box-shadow:0 2px 6px rgba(0,0,0,0.25);display:flex;align-items:center;justify-content:center;cursor:default}.cluster-marker .cluster-marker-count{color:#2da12d;font-size:20px;font-weight:bold;line-height:1}.inquiryTelBox{background-color:#fffbd8;padding:16px}.inquiryTelBox .inquiryTelBox_text{font-weight:700;font-size:22px;text-align:center;margin-bottom:8px}.inquiryTelBox .inquiryTelBoxContent{display:flex;align-items:center;justify-content:center;background-color:#fff;padding:16px}.inquiryTelBox .inquiryTelBoxContent .inquiryTelBoxHours{margin-right:32px}.inquiryTelBox .inquiryTelBoxContent .inquiryTelBoxHours .inquiryTelBoxHours_label{font-weight:700;font-size:18px;margin-right:8px}.inquiryTelBox .inquiryTelBoxContent .inquiryTelBoxHours .inquiryTelBoxHours_hours{font-size:18px}.inquiryTelBox .inquiryTelBoxContent .inquiryTelBoxNums{display:flex;align-items:center;gap:16px}.inquiryTelBox .inquiryTelBoxContent .inquiryTelBoxNums .inquiryTelBoxNums_item{display:flex;align-items:center;justify-content:flex-start;font-weight:700;text-align:center;font-size:24px;color:#ff820f}.inquiryTelBox .inquiryTelBoxContent .inquiryTelBoxNums .inquiryTelBoxNums_item span{font-size:16px;color:#fff;background-color:#ff820f;padding:3px 3px 3px 6px;margin-right:8px}.inquiryTelBox .inquiryTelBoxContent .inquiryTelBoxNums .inquiryTelBoxNums_item a{color:#ff820f}@media screen and (max-width: 767px){.inquiryTelBox .inquiryTelBox_text{font-size:14px;text-align:left}.inquiryTelBox .inquiryTelBoxContent{display:block;padding:12px}.inquiryTelBox .inquiryTelBoxContent .inquiryTelBoxHours{margin-right:0}.inquiryTelBox .inquiryTelBoxContent .inquiryTelBoxHours .inquiryTelBoxHours_label{font-size:14px}.inquiryTelBox .inquiryTelBoxContent .inquiryTelBoxHours .inquiryTelBoxHours_hours{font-size:14px}.inquiryTelBox .inquiryTelBoxContent .inquiryTelBoxNums{display:block}.inquiryTelBox .inquiryTelBoxContent .inquiryTelBoxNums .inquiryTelBoxNums_item{margin-top:4px}.inquiryTelBox .inquiryTelBoxContent .inquiryTelBoxNums .inquiryTelBoxNums_item span{font-size:12px;color:#fff;background-color:#ff820f;padding:3px 3px 3px 6px;margin-right:4px}.inquiryTelBox .inquiryTelBoxContent .inquiryTelBoxNums .inquiryTelBoxNums_item a{font-size:20px}}.inquireBukkenList{padding:16px;background-color:#F7F7F7}.inquireBukkenList .inquireBukkenList_title{font-size:20px;font-weight:700;margin-bottom:8px}.inquireBukkenList .inquireBukkenList_text{margin-bottom:8px}.inquireBukkenList .bukkenInquireItemWrap{display:flex;gap:16px;flex-wrap:wrap}.inquireBukkenList .bukkenInquireItemWrap .bukkenInquireItem{min-width:calc(50% - 8px);width:calc(50% - 8px)}.confirm .inquireBukkenList_text{display:none}@media screen and (max-width: 767px){.inquireBukkenList{max-height:200px}.inquireBukkenList .inquireBukkenList_title{font-size:16px}.inquireBukkenList .inquireBukkenList_text{font-size:14px}.inquireBukkenList .bukkenInquireItemWrap{display:flex;flex-direction:column;gap:16px}.inquireBukkenList .bukkenInquireItemWrap .bukkenInquireItem{min-width:100%;width:100%}}.inquiry-root .phase{width:100%;margin-bottom:30px;display:flex;overflow:hidden}.inquiry-root .phase li{position:relative;padding:8px 0px;font-weight:700;margin:0px;width:33.33333333%;text-align:center;background-color:#EAEAEA;color:#333}.inquiry-root .phase li.first{z-index:3}.inquiry-root .phase li.second{z-index:2}.inquiry-root .phase li.last{z-index:1}.inquiry-root .phase li:after,.inquiry-root .phase li:before{right:-65px;top:50%;transform:translate(0, -50%);border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none}.inquiry-root .phase li:after{right:-58px;border-color:rgba(250,250,250,0);border-left-color:#eaeaea;border-width:32px}.inquiry-root .phase li:before{border-color:rgba(175,175,175,0);border-left-color:#fff;border-width:32px}.inquiry-root .phase li.active{background-color:#2da12d;color:#fff;border:1px solid #2da12d}.inquiry-root .phase li.active:after{border-left-color:#2da12d}.inquiry-root .phase li.first{border-left-width:1px}.inquiry-root .phase li.last{border-right-width:1px}.inquiry-root .phase li.last:before,.inquiry-root .phase li.last:after{border:none !important;content:none !important}.inquiry-root .date .input-group-addon{width:20px;padding:0px 5px}.inquiry-root .date .input-group-addon .glyphicons{padding-left:20px}.inquiry-root .date .input-group-addon .glyphicons:before,.inquiry-root .date .input-group-addon .glyphicons:after{color:#333}@media screen and (max-width: 767px){.inquiry-root .phase li{padding:4px 0px;font-size:12px}.inquiry-root .phase li:after,.inquiry-root .phase li:before{right:-36px}.inquiry-root .phase li:after{right:-32px;border-width:16px}.inquiry-root .phase li:before{border-width:16px}.inquiry-root .phase li.second{padding-left:12px}.inquiry-root .phase li.last{padding-left:12px}}.inquiry-root-company .title{position:relative;height:49px;font-weight:bold}.inquiry-root-company .title .title-text{position:relative;top:2px;margin-left:10px}.inquiry-root-company .tel-box{padding:10px;height:69px;margin-bottom:30px}.inquiry-root-company .tel-box .title{float:left;width:300px}.inquiry-root-company .tel-box .body{margin-left:300px;background-color:#fff;padding:15px 30px;height:49px}.inquiry-root-company .tel-box .body span{display:inline-block;height:19px}.inquiry-root-company .tel-box .body .tel-number,.inquiry-root-company .tel-box .body .tel-available{margin:0px 20px 0px 10px}.inquiry-root-company .tel-box .body .tel-number{font-weight:bold}.dropdown-menu.datepicker-dropdown{font-size:14px;position:absolute;background-color:#fff;border:1px solid #ccc;box-shadow:rgba(0,0,0,0.5) 0 4px 16px -10px}.list-inline .confirm,.list-inline .complete{display:block}.confirm,.complete{display:none}.complete{margin:20px 0px 40px}.complete p{line-height:1.7}.complete p a{color:#2da12d}.airbnb-inquiry{border:none;width:100%;height:60%;height:60vh}.inquireLineBukkenList{padding:16px;background-color:#F7F7F7}.inquireLineBukkenList .inquireLineBukkenList_title{font-size:20px;font-weight:700;margin-bottom:8px}.inquireLineBukkenList .bukkenInquireItemWrap{display:flex;gap:16px;flex-wrap:wrap}.inquireLineBukkenList .bukkenInquireItemWrap .bukkenInquireItem{min-width:calc(50% - 8px);width:calc(50% - 8px)}@media screen and (max-width: 767px){.inquireLineBukkenList{max-height:200px}.inquireLineBukkenList .inquireLineBukkenList_title{font-size:16px}.inquireLineBukkenList .bukkenInquireLineItemWrap{display:flex;flex-direction:column;gap:16px}.inquireLineBukkenList .bukkenInquireLineItemWrap .bukkenInquireItem{min-width:100%;width:100%}}.aboutInquiryLine{margin-top:40px;background-color:#f4fdf4;padding:16px;font-size:14px}.neighborhood-stations{background-color:#F6FFFC;border:1px solid #E0EBE5;padding:15px;margin-bottom:20px}.neighborhood-stations h3{font-weight:bold;color:#333;font-size:16px;margin:0}.neighborhood-stations h4{margin:0 0 5px 0}.neighborhood-stations h4 a{font-weight:bold;font-size:14px}.neighborhood-stations .line{margin-top:8px;opacity:1}.neighborhood-stations .line .list-inline{margin-left:0px}.neighborhood-stations .line ul.line_Row{display:flex;flex-wrap:wrap}.neighborhood-stations .line ul.line_Row li{display:inline-block;padding:0px;font-weight:normal;font-size:14px;margin-bottom:4px}.neighborhood-stations .line ul.line_Row li span,.neighborhood-stations .line ul.line_Row li a{border:1px solid #6ecca8;display:inline-block;padding:4px 8px;background-color:white}.neighborhood-stations .line ul.line_Row li span.sep{padding:0;display:inline-block;border:none;border-width:1px !important;border-top:1px solid #ccc;border-bottom:1px solid #ccc;width:12px;height:8px;background:repeating-linear-gradient(90deg, #fff, #fff 3px, #ccc 3px, #ccc 6px)}.neighborhood-stations .line ul.line_Row li a{color:#2da12d}.neighborhood-stations .line ul.line_Row li a:hover{text-decoration:none;color:white;background-color:#6ecca8}.neighborhood-stations .line ul.line_Row li.current span{border-width:3px;padding:2px 8px}.neighborhood-stations .line ul.line_Row li.no-room span{background-color:#F5F5F5;border-color:#b9b9b9;color:#888}.neighborhood-stations .line-hidden{height:0px;margin:0;visibility:hidden;opacity:0}.neighborhood-stations .expand-container{display:block;text-align:left;padding-top:10px}.neighborhood-stations .expand-container a{font-size:14px;font-weight:700}.neighborhood-stations .expand-container a i.glyphicons{top:-5px}.neighborhood-stations .expand-container a i.glyphicons:before{color:#33b533;font-size:20px}.neighborhood-stations .expand-container a:hover i.glyphicons:before{color:#61d361}img.pic-map-osaka-top{width:950px;height:490px;background:url(/assets/osaka-acbbac6100d6d09fd76e3f4a27c875d5.png) 0px 0px no-repeat}img.btn-map-osaka-top-esaka{width:526px;height:69px;background:url(/assets/osaka-acbbac6100d6d09fd76e3f4a27c875d5.png) 0px -490px no-repeat}img.btn-map-osaka-top-osaka-bay{width:111px;height:368px;background:url(/assets/osaka-acbbac6100d6d09fd76e3f4a27c875d5.png) 0px -559px no-repeat}img.btn-map-osaka-top-shinsaibashi-namba{width:338px;height:121px;background:url(/assets/osaka-acbbac6100d6d09fd76e3f4a27c875d5.png) -111px -559px no-repeat}img.btn-map-osaka-top-tennoji{width:274px;height:116px;background:url(/assets/osaka-acbbac6100d6d09fd76e3f4a27c875d5.png) -449px -559px no-repeat}img.btn-map-osaka-top-hommachi-yodoyabashi{width:253px;height:81px;background:url(/assets/osaka-acbbac6100d6d09fd76e3f4a27c875d5.png) -111px -680px no-repeat}img.btn-map-osaka-top-east{width:205px;height:239px;background:url(/assets/osaka-acbbac6100d6d09fd76e3f4a27c875d5.png) -950px 0px no-repeat}img.btn-map-osaka-top-umeda{width:217px;height:110px;background:url(/assets/osaka-acbbac6100d6d09fd76e3f4a27c875d5.png) -723px -559px no-repeat}img.btn-map-osaka-top-kyobashi{width:94px;height:217px;background:url(/assets/osaka-acbbac6100d6d09fd76e3f4a27c875d5.png) -950px -239px no-repeat}img.btn-map-osaka-top-south{width:210px;height:170px;background:url(/assets/osaka-acbbac6100d6d09fd76e3f4a27c875d5.png) 0px -927px no-repeat}img.btn-map-osaka-top-shin-osaka{width:210px;height:37px;background:url(/assets/osaka-acbbac6100d6d09fd76e3f4a27c875d5.png) -526px -490px no-repeat}img.btn-map-osaka-top-north{width:202px;height:163px;background:url(/assets/osaka-acbbac6100d6d09fd76e3f4a27c875d5.png) -950px -456px no-repeat}img.btn-map-osaka-top-sakai{width:186px;height:35px;background:url(/assets/osaka-acbbac6100d6d09fd76e3f4a27c875d5.png) -950px -619px no-repeat}img.btn-map-osaka-top-tanmachi-6-chome{width:162px;height:84px;background:url(/assets/osaka-acbbac6100d6d09fd76e3f4a27c875d5.png) -950px -654px no-repeat}img.btn-map-osaka-top-temma{width:127px;height:147px;background:url(/assets/osaka-acbbac6100d6d09fd76e3f4a27c875d5.png) -950px -738px no-repeat}img.btn-map-osaka-top-city{width:95px;height:92px;background:url(/assets/osaka-acbbac6100d6d09fd76e3f4a27c875d5.png) -1044px -239px no-repeat}.modal__open:hover{cursor:pointer}.modal{height:100%;position:fixed;top:0;left:0;width:100%;z-index:10000}.modal .close__text{position:absolute;top:20px;right:50px}.modal .close__text::before{color:#fff;font-size:42px;line-height:35px;position:absolute;top:0;left:0;display:block;width:35px;content:"\00d7";text-align:center}.modal .modal__bg{background:rgba(0,0,0,0.8);height:100vh;position:fixed;left:0;width:100%}.modal .modal__content{font-size:14px;background:white;padding:32px;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:60%}.modal .modal__content img{width:70%;height:auto}@media screen and (max-width: 768px){.modal .close__text{right:40px}.modal .modal__content{width:100%}}.bg-state3-top-main-area{width:313px;height:150px;background:url(/assets/prefecture-9e32f478854d537581adaec327e6c576.png) 0px 0px no-repeat}.bg-state3-top-main-map{width:313px;height:150px;background:url(/assets/prefecture-9e32f478854d537581adaec327e6c576.png) 0px -150px no-repeat}.bg-state3-top-main-station{width:313px;height:150px;background:url(/assets/prefecture-9e32f478854d537581adaec327e6c576.png) -313px 0px no-repeat}.pic-state-top-no-entry{width:308px;height:51px;background:url(/assets/prefecture-9e32f478854d537581adaec327e6c576.png) -313px -150px no-repeat}.btn-state-top-main-station{width:140px;height:18px;background:url(/assets/prefecture-9e32f478854d537581adaec327e6c576.png) -313px -201px no-repeat}.btn-state-top-main-area{width:122px;height:18px;background:url(/assets/prefecture-9e32f478854d537581adaec327e6c576.png) -453px -201px no-repeat}.btn-state-top-main-map{width:109px;height:18px;background:url(/assets/prefecture-9e32f478854d537581adaec327e6c576.png) -313px -219px no-repeat}.propertyRequestStep .propertyRequestStep_header{display:flex;align-items:center;gap:12px}.propertyRequestStep .propertyRequestStep_sub{display:flex;align-items:center;gap:8px}.propertyRequestStep .propertyRequestStep_count{font-size:14px;color:#333}.propertyRequestStep .propertyRequestStep_badge{background-color:#ff820f;color:#fff;font-size:13px;font-weight:700;padding:3px 10px;border-radius:4px;white-space:nowrap}.propertyRequest-areaRow{display:flex;align-items:center;gap:8px}.propertyRequest-areaRow .propertyRequest-prefecture{font-weight:700;white-space:nowrap}.propertyRequest-areaRow .propertyRequest-citySelect{max-width:240px;height:32px}.inquiry-root-property-request .formLabel_optional{margin-left:16px}.propertyRequest-completeButtons{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}@media screen and (max-width: 767px){.propertyRequest-lead p{font-size:14px}.propertyRequest-completeButtons{flex-direction:column;align-items:center}.propertyRequestStep .propertyRequestStep_header{flex-direction:column;align-items:flex-start;gap:4px}.propertyRequest-areaRow{flex-wrap:wrap}.propertyRequest-areaRow .propertyRequest-citySelect{max-width:65%;width:65%}}.propertyRequestCtaSection{border-bottom:1px solid #ccc}.propertyRequestCtaSection .propertyRequestCtaSection_inner{width:1120px;min-width:1120px;margin:0 auto;padding:0 8px}@media screen and (max-width: 767px){.propertyRequestCtaSection .propertyRequestCtaSection_inner{width:100%;min-width:0;padding:0;box-sizing:border-box}}.propertyRequestCta{background-color:#fffbd8;border:1px solid #fff6a5;border-radius:4px;padding:24px;margin:-20px 0 40px 0}.propertyRequestCta .propertyRequestCta_inner{display:flex;align-items:center;gap:24px}.propertyRequestCta .propertyRequestCta_text{flex:1;min-width:0}.propertyRequestCta .propertyRequestCta_text .propertyRequestCta_heading{font-size:20px;font-weight:700;margin-bottom:12px;color:#333}.propertyRequestCta .propertyRequestCta_text .propertyRequestCta_lead{font-size:15px;line-height:1.7;color:#333;text-align:left;margin:0}.propertyRequestCta .propertyRequestCta_button{flex-shrink:0}.propertyRequestCta .propertyRequestCta_btn{display:inline-block;background-color:#2da12d;color:#fff;font-size:16px;font-weight:700;padding:14px 20px;border-radius:4px;text-decoration:none;white-space:nowrap;line-height:1.4}.propertyRequestCta .propertyRequestCta_btn:hover{opacity:0.8;color:#fff;text-decoration:none}@media screen and (max-width: 767px){.propertyRequestCta{padding:16px}.propertyRequestCta .propertyRequestCta_inner{flex-direction:column;align-items:stretch;gap:16px}.propertyRequestCta .propertyRequestCta_text .propertyRequestCta_heading{font-size:17px}.propertyRequestCta .propertyRequestCta_text .propertyRequestCta_lead{font-size:14px}.propertyRequestCta .propertyRequestCta_button{width:100%}.propertyRequestCta .propertyRequestCta_btn{display:block;width:100%;text-align:center;box-sizing:border-box}}.remodal-bg.remodal-is-opening,.remodal-bg.remodal-is-opened{-webkit-filter:blur(3px);filter:blur(3px)}.remodal-overlay{background:rgba(43,46,56,0.9)}.remodal-overlay.remodal-is-opening,.remodal-overlay.remodal-is-closing{-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.remodal-overlay.remodal-is-opening{-webkit-animation:remodal-overlay-opening-keyframes .3s;animation:remodal-overlay-opening-keyframes .3s}.remodal-overlay.remodal-is-closing{-webkit-animation:remodal-overlay-closing-keyframes .3s;animation:remodal-overlay-closing-keyframes .3s}.remodal-wrapper{padding:10px 10px 0}.remodal{-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;margin-bottom:10px;padding:35px;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);color:#2b2e38;background:#fff}.remodal.remodal-is-opening,.remodal.remodal-is-closing{-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.remodal.remodal-is-opening{-webkit-animation:remodal-opening-keyframes .3s;animation:remodal-opening-keyframes .3s}.remodal.remodal-is-closing{-webkit-animation:remodal-closing-keyframes .3s;animation:remodal-closing-keyframes .3s}.remodal,.remodal-wrapper:after{vertical-align:middle}.remodal-close{position:absolute;top:0;left:0;display:block;overflow:visible;width:35px;height:35px;margin:0;padding:0;cursor:pointer;-webkit-transition:color .2s;transition:color .2s;text-decoration:none;color:#95979c;border:0;outline:0;background:transparent}.remodal-close:hover,.remodal-close:focus{color:#2b2e38}.remodal-close:before{font-family:Arial,"Helvetica CY","Nimbus Sans L",sans-serif !important;font-size:25px;line-height:35px;position:absolute;top:0;left:0;display:block;width:35px;content:"\00d7";text-align:center}.remodal-confirm,.remodal-cancel{font:inherit;display:inline-block;overflow:visible;min-width:110px;margin:0;padding:12px 0;cursor:pointer;-webkit-transition:background .2s;transition:background .2s;text-align:center;vertical-align:middle;text-decoration:none;border:0;outline:0}.remodal-confirm{color:#fff;background:#81c784}.remodal-confirm:hover,.remodal-confirm:focus{background:#66bb6a}.remodal-cancel{color:#fff;background:#e57373}.remodal-cancel:hover,.remodal-cancel:focus{background:#ef5350}.remodal-confirm::-moz-focus-inner,.remodal-cancel::-moz-focus-inner,.remodal-close::-moz-focus-inner{padding:0;border:0}@-webkit-keyframes remodal-opening-keyframes{from{-webkit-transform:scale(1.05);transform:scale(1.05);opacity:0}to{-webkit-transform:none;transform:none;opacity:1}}@keyframes remodal-opening-keyframes{from{-webkit-transform:scale(1.05);transform:scale(1.05);opacity:0}to{-webkit-transform:none;transform:none;opacity:1}}@-webkit-keyframes remodal-closing-keyframes{from{-webkit-transform:scale(1);transform:scale(1);opacity:1}to{-webkit-transform:scale(0.95);transform:scale(0.95);opacity:0}}@keyframes remodal-closing-keyframes{from{-webkit-transform:scale(1);transform:scale(1);opacity:1}to{-webkit-transform:scale(0.95);transform:scale(0.95);opacity:0}}@-webkit-keyframes remodal-overlay-opening-keyframes{from{opacity:0}to{opacity:1}}@keyframes remodal-overlay-opening-keyframes{from{opacity:0}to{opacity:1}}@-webkit-keyframes remodal-overlay-closing-keyframes{from{opacity:1}to{opacity:0}}@keyframes remodal-overlay-closing-keyframes{from{opacity:1}to{opacity:0}}@media only screen and (min-width: 641px){.remodal{max-width:700px}}.lt-ie9 .remodal-overlay{background:#2b2e38}.lt-ie9 .remodal{width:700px}html.remodal-is-locked{overflow:hidden}.remodal,[data-remodal-id]{display:none}.remodal-overlay{position:fixed;z-index:9999;top:-5000px;right:-5000px;bottom:-5000px;left:-5000px;display:none}.remodal-wrapper{position:fixed;z-index:10000;top:0;right:0;bottom:0;left:0;display:none;overflow:auto;text-align:center;-webkit-overflow-scrolling:touch}.remodal-wrapper:after{display:inline-block;height:100%;margin-left:-0.05em;content:""}.remodal-overlay,.remodal-wrapper{-webkit-backface-visibility:hidden;backface-visibility:hidden}.remodal{position:relative;outline:0;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;-ms-text-size-adjust:100%;text-size-adjust:100%}.remodal-is-initialized{display:inline-block}.icon-price-total{width:480px;height:40px;background:url(/assets/room-icons-514b7d14c5e301bbdae3e4f1c6f4b0a0.png) 0px 0px no-repeat}.icon-price-other-pay{width:480px;height:20px;background:url(/assets/room-icons-514b7d14c5e301bbdae3e4f1c6f4b0a0.png) 0px -40px no-repeat}.img-bukken-movie_03{width:270px;height:338px;background:url(/assets/room-icons-514b7d14c5e301bbdae3e4f1c6f4b0a0.png) 0px -60px no-repeat}.icon-detail-campaign{width:153px;height:30px;background:url(/assets/room-icons-514b7d14c5e301bbdae3e4f1c6f4b0a0.png) -270px -60px no-repeat}.icon-detail-price-add{width:153px;height:30px;background:url(/assets/room-icons-514b7d14c5e301bbdae3e4f1c6f4b0a0.png) -270px -90px no-repeat}.icon-detail-price-just{width:153px;height:30px;background:url(/assets/room-icons-514b7d14c5e301bbdae3e4f1c6f4b0a0.png) -270px -120px no-repeat}.icon-calculator{width:73px;height:79px;background:url(/assets/room-icons-514b7d14c5e301bbdae3e4f1c6f4b0a0.png) -270px -150px no-repeat}.icon-equipment-bath-heater{width:70px;height:70px;background:url(/assets/room-icons-514b7d14c5e301bbdae3e4f1c6f4b0a0.png) -343px -150px no-repeat}.icon-equipment-toiletwithwash{width:70px;height:70px;background:url(/assets/room-icons-514b7d14c5e301bbdae3e4f1c6f4b0a0.png) -270px -229px no-repeat}.icon-equipment-video-dvd{width:70px;height:70px;background:url(/assets/room-icons-514b7d14c5e301bbdae3e4f1c6f4b0a0.png) -340px -229px no-repeat}.icon-equipment-tableware{width:70px;height:70px;background:url(/assets/room-icons-514b7d14c5e301bbdae3e4f1c6f4b0a0.png) -410px -229px no-repeat}.icon-equipment-storage{width:70px;height:70px;background:url(/assets/room-icons-514b7d14c5e301bbdae3e4f1c6f4b0a0.png) -270px -299px no-repeat}.icon-equipment-washingmachine-in-room{width:70px;height:70px;background:url(/assets/room-icons-514b7d14c5e301bbdae3e4f1c6f4b0a0.png) -340px -299px no-repeat}.icon-equipment-washstand-sepalate{width:70px;height:70px;background:url(/assets/room-icons-514b7d14c5e301bbdae3e4f1c6f4b0a0.png) -410px -299px no-repeat}.icon-equipment-airconditioner{width:70px;height:70px;background:url(/assets/room-icons-514b7d14c5e301bbdae3e4f1c6f4b0a0.png) 0px -398px no-repeat}.icon-equipment-autolock{width:70px;height:70px;background:url(/assets/room-icons-514b7d14c5e301bbdae3e4f1c6f4b0a0.png) -70px -398px no-repeat}.icon-equipment-tv{width:70px;height:70px;background:url(/assets/room-icons-514b7d14c5e301bbdae3e4f1c6f4b0a0.png) -140px -398px no-repeat}.icon-equipment-bathroom-drier{width:70px;height:70px;background:url(/assets/room-icons-514b7d14c5e301bbdae3e4f1c6f4b0a0.png) -210px -398px no-repeat}.icon-equipment-bathtub-toilet-separate{width:70px;height:70px;background:url(/assets/room-icons-514b7d14c5e301bbdae3e4f1c6f4b0a0.png) -280px -398px no-repeat}.icon-equipment-bed{width:70px;height:70px;background:url(/assets/room-icons-514b7d14c5e301bbdae3e4f1c6f4b0a0.png) -350px -398px no-repeat}.icon-equipment-bedding{width:70px;height:70px;background:url(/assets/room-icons-514b7d14c5e301bbdae3e4f1c6f4b0a0.png) -480px 0px no-repeat}.icon-equipment-coin-laundry{width:70px;height:70px;background:url(/assets/room-icons-514b7d14c5e301bbdae3e4f1c6f4b0a0.png) -480px -70px no-repeat}.icon-equipment-refrigerator{width:70px;height:70px;background:url(/assets/room-icons-514b7d14c5e301bbdae3e4f1c6f4b0a0.png) -480px -140px no-repeat}.icon-equipment-deliver-box{width:70px;height:70px;background:url(/assets/room-icons-514b7d14c5e301bbdae3e4f1c6f4b0a0.png) -480px -210px no-repeat}.icon-equipment-door-phone{width:70px;height:70px;background:url(/assets/room-icons-514b7d14c5e301bbdae3e4f1c6f4b0a0.png) -480px -280px no-repeat}.icon-equipment-elevator{width:70px;height:70px;background:url(/assets/room-icons-514b7d14c5e301bbdae3e4f1c6f4b0a0.png) -480px -350px no-repeat}.icon-equipment-foreigner-ok{width:70px;height:70px;background:url(/assets/room-icons-514b7d14c5e301bbdae3e4f1c6f4b0a0.png) 0px -468px no-repeat}.icon-equipment-internet{width:70px;height:70px;background:url(/assets/room-icons-514b7d14c5e301bbdae3e4f1c6f4b0a0.png) -70px -468px no-repeat}.icon-equipment-microwaveoven{width:70px;height:70px;background:url(/assets/room-icons-514b7d14c5e301bbdae3e4f1c6f4b0a0.png) -140px -468px no-repeat}.icon-equipment-no-guarantor-ok{width:70px;height:70px;background:url(/assets/room-icons-514b7d14c5e301bbdae3e4f1c6f4b0a0.png) -210px -468px no-repeat}.icon-equipment-no-smoking{width:70px;height:70px;background:url(/assets/room-icons-514b7d14c5e301bbdae3e4f1c6f4b0a0.png) -280px -468px no-repeat}.icon-equipment-parking-pay{width:70px;height:70px;background:url(/assets/room-icons-514b7d14c5e301bbdae3e4f1c6f4b0a0.png) -350px -468px no-repeat}.icon-equipment-pets-ok{width:70px;height:70px;background:url(/assets/room-icons-514b7d14c5e301bbdae3e4f1c6f4b0a0.png) -420px -468px no-repeat}.icon-equipment-credit-card-ok{width:70px;height:70px;background:url(/assets/room-icons-514b7d14c5e301bbdae3e4f1c6f4b0a0.png) -550px 0px no-repeat}.icon-detail-price{width:40px;height:40px;background:url(/assets/room-icons-514b7d14c5e301bbdae3e4f1c6f4b0a0.png) -550px -70px no-repeat}.icon-detail-information{width:40px;height:40px;background:url(/assets/room-icons-514b7d14c5e301bbdae3e4f1c6f4b0a0.png) -550px -110px no-repeat}.icon-detail-access{width:40px;height:40px;background:url(/assets/room-icons-514b7d14c5e301bbdae3e4f1c6f4b0a0.png) -550px -150px no-repeat}.icon-arrow-left{width:10px;height:18px;background:url(/assets/room-icons-514b7d14c5e301bbdae3e4f1c6f4b0a0.png) -590px -70px no-repeat}.icon-close{width:12px;height:12px;background:url(/assets/room-icons-514b7d14c5e301bbdae3e4f1c6f4b0a0.png) -600px -70px no-repeat}.icon-arrow-detail-red{width:12px;height:7px;background:url(/assets/room-icons-514b7d14c5e301bbdae3e4f1c6f4b0a0.png) -590px -88px no-repeat}.icon-arrow-detail-purple{width:12px;height:7px;background:url(/assets/room-icons-514b7d14c5e301bbdae3e4f1c6f4b0a0.png) -602px -88px no-repeat}.icon-arrow-detail-orange{width:12px;height:7px;background:url(/assets/room-icons-514b7d14c5e301bbdae3e4f1c6f4b0a0.png) -590px -95px no-repeat}.icon-arrow-detail-green{width:12px;height:7px;background:url(/assets/room-icons-514b7d14c5e301bbdae3e4f1c6f4b0a0.png) -602px -95px no-repeat}.icon-arrow-detail-blue{width:12px;height:7px;background:url(/assets/room-icons-514b7d14c5e301bbdae3e4f1c6f4b0a0.png) -590px -102px no-repeat}@keyframes scroll-hint-appear{0%{transform:translateX(40px);opacity:0}10%{opacity:1}50%,100%{transform:translateX(-40px);opacity:0}}.scroll-hint.is-right-scrollable{background:linear-gradient(270deg, rgba(0,0,0,0.15) 0, rgba(0,0,0,0) 16px, rgba(0,0,0,0))}.scroll-hint.is-right-scrollable.is-left-scrollable{background:linear-gradient(90deg, rgba(0,0,0,0.15) 0, rgba(0,0,0,0) 16px, rgba(0,0,0,0)),linear-gradient(270deg, rgba(0,0,0,0.15) 0, rgba(0,0,0,0) 16px, rgba(0,0,0,0))}.scroll-hint.is-left-scrollable{background:linear-gradient(90deg, rgba(0,0,0,0.15) 0, rgba(0,0,0,0) 16px, rgba(0,0,0,0))}.scroll-hint-icon{position:absolute;top:calc(50% - 25px);left:calc(50% - 60px);box-sizing:border-box;width:120px;height:80px;border-radius:5px;transition:opacity .3s;opacity:0;background:rgba(0,0,0,0.7);text-align:center;padding:20px 10px 10px 10px}.scroll-hint-icon-wrap{position:absolute;top:0;left:0;width:100%;height:100%;max-height:100%;pointer-events:none}.scroll-hint-text{font-size:10px;color:#FFF;margin-top:5px}.scroll-hint-icon-wrap.is-active .scroll-hint-icon{opacity:.8}.scroll-hint-icon:before{display:inline-block;width:40px;height:40px;color:#FFF;vertical-align:middle;text-align:center;content:"";background-size:contain;background-position:center center;background-repeat:no-repeat;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDM8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIiBmaWxsPSIjZmZmIi8+PC9nPjwvZz48L3N2Zz4=)}.scroll-hint-icon:after{content:"";width:34px;height:14px;display:block;position:absolute;top:10px;left:50%;margin-left:-20px;background-repeat:no-repeat;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDE8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==);opacity:0;transition-delay:2.4s}.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after{opacity:1}.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before{animation:scroll-hint-appear 1.2s linear;animation-iteration-count:2}.scroll-hint-icon-white{background-color:#FFF;box-shadow:0 4px 5px rgba(0,0,0,0.4)}.scroll-hint-icon-white:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDQ8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIi8+PC9nPjwvZz48L3N2Zz4=)}.scroll-hint-icon-white:after{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDI8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiLz48L2c+PC9nPjwvc3ZnPg==)}.scroll-hint-icon-white .scroll-hint-text{color:#000}.slick-prev,.slick-next{font-size:0;line-height:0;position:absolute;top:50%;display:block;width:20px;height:20px;padding:0;-webkit-transform:translate(0, -50%);-ms-transform:translate(0, -50%);transform:translate(0, -50%);cursor:pointer;color:transparent;border:none;outline:none;background:transparent}.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus{color:transparent;outline:none;background:transparent}.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before{opacity:1}.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before{opacity:.25}.slick-prev:before,.slick-next:before{font-size:20px;line-height:1;opacity:.75;color:white;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:-25px}[dir='rtl'] .slick-prev{right:-25px;left:auto}.slick-prev:before{content:'←'}[dir='rtl'] .slick-prev:before{content:'→'}.slick-next{right:-25px}[dir='rtl'] .slick-next{right:auto;left:-25px}.slick-next:before{content:'→'}[dir='rtl'] .slick-next:before{content:'←'}.slick-dotted.slick-slider{margin-bottom:5px}.slick-dots{position:absolute;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;line-height:20px;margin:0 5px;padding:0}.slick-dots li button{font-size:0;line-height:0;display:block;width:20px;height:20px;padding:5px;color:transparent;border:0;outline:none;background:transparent}.slick-dots li button:hover,.slick-dots li button:focus{outline:none}.slick-dots li button:hover:before,.slick-dots li button:focus:before{opacity:1}.slick-dots li button:before{font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:'•';text-align:center;opacity:.25;color:black;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:black}.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0);-o-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:before,.slick-track:after{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir='rtl'] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.static-contents{font-size:16px}.static-contents img{max-width:100%}.static-contents img.border{border:solid 1px #cacaca}.static-contents .left{float:left}.static-contents .right{float:right}.static-contents .strong{font-weight:bold}.static-contents .underline{text-decoration:underline}.static-contents .underline:hover{text-decoration:none}.static-contents .green{color:#2da12d}.static-contents .red{color:#d65959}.static-contents .btn-gray{background:#fdfdfd;background:-moz-linear-gradient(top, #fdfdfd 1%, #cdcdcd 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(1%, #fdfdfd), color-stop(100%, #cdcdcd));background:-webkit-linear-gradient(top, #fdfdfd 1%, #cdcdcd 100%);background:-o-linear-gradient(top, #fdfdfd 1%, #cdcdcd 100%);background:-ms-linear-gradient(top, #fdfdfd 1%, #cdcdcd 100%);background:linear-gradient(to bottom, #fdfdfd 1%, #cdcdcd 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#cdcdcd', GradientType=0);border:solid 1px #afafaf;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;text-align:center;-moz-box-shadow:0 1px 1px #fff inset,0 -1px 1px rgba(0,0,0,0.1) inset;-webkit-box-shadow:0 1px 1px #fff inset,0 -1px 1px rgba(0,0,0,0.1) inset;box-shadow:0 1px 1px #fff inset,0 -1px 1px rgba(0,0,0,0.1) inset}.static-contents .btn-gray:hover{background:#ffffff;background:-moz-linear-gradient(top, #fff 1%, #dfdfdf 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(1%, #fff), color-stop(100%, #dfdfdf));background:-webkit-linear-gradient(top, #fff 1%, #dfdfdf 100%);background:-o-linear-gradient(top, #fff 1%, #dfdfdf 100%);background:-ms-linear-gradient(top, #fff 1%, #dfdfdf 100%);background:linear-gradient(to bottom, #fff 1%, #dfdfdf 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dfdfdf', GradientType=0)}.static-contents .btn-gray a{display:block;padding:1em;color:#464646;font-size:150%;text-shadow:1px 1px 0px #fff}.static-contents .btn-gray a:hover{text-decoration:none}.static-contents .btn-yellow{background:#e8d229;background:-moz-linear-gradient(top, #e8d229 0, #d7b317 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0, #e8d229), color-stop(100%, #d7b317));background:-webkit-linear-gradient(top, #e8d229 0, #d7b317 100%);background:-o-linear-gradient(top, #e8d229 0, #d7b317 100%);background:-ms-linear-gradient(top, #e8d229 0, #d7b317 100%);background:linear-gradient(to bottom, #e8d229 0, #d7b317 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8d229', endColorstr='#d7b317', GradientType=0);border:solid 1px #afafaf;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;text-align:center;-moz-box-shadow:0 1px 1px rgba(255,255,255,0.5) inset,0 -1px 1px rgba(0,0,0,0.1) inset;-webkit-box-shadow:0 1px 1px rgba(255,255,255,0.5) inset,0 -1px 1px rgba(0,0,0,0.1) inset;box-shadow:0 1px 1px rgba(255,255,255,0.5) inset,0 -1px 1px rgba(0,0,0,0.1) inset}.static-contents .btn-yellow:hover{background:#f2db2b;background:-moz-linear-gradient(top, #f2db2b 0, #e5bc19 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0, #f2db2b), color-stop(100%, #e5bc19));background:-webkit-linear-gradient(top, #f2db2b 0, #e5bc19 100%);background:-o-linear-gradient(top, #f2db2b 0, #e5bc19 100%);background:-ms-linear-gradient(top, #f2db2b 0, #e5bc19 100%);background:linear-gradient(to bottom, #f2db2b 0, #e5bc19 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2db2b', endColorstr='#e5bc19', GradientType=0)}.static-contents .btn-yellow a{display:block;padding:1em;color:#464646;font-size:150%;text-shadow:1px 1px 0px #efdf8f}.static-contents .btn-yellow a:hover{text-decoration:none}.static-contents .gray-box{background:#fafafa;border:solid 1px #afafaf;padding:10px}.static-contents .gray-box h4{margin-top:0}.static-contents .gray-box .left{width:50%}.static-contents .gray-box .right{width:49%;margin-left:1%}.static-contents .gray-box .right table{margin-bottom:0}.static-contents .list-ib{margin:0;padding:0}.static-contents .list-ib h5{background:#e6e6e6;margin-top:0;padding:0.5em}.static-contents .list-ib li{display:inline-block;float:left;margin-bottom:0.25em}.static-contents .list-b{margin:0;padding:0}.static-contents .list-b li{display:block;float:none}.static-contents .clm-5{margin-right:-1%}.static-contents .clm-5 li{width:19%;margin-right:1%}.static-contents .clm-4{margin-right:-1%}.static-contents .clm-4 li{width:24%;margin-right:1%}.static-contents .clm-3{margin-right:-1%}.static-contents .clm-3 li{width:31%;margin-right:1%}.static-contents .clm-2{margin-right:-1%}.static-contents .clm-2 li{width:49%;margin-right:1%}.static-contents .clm-1 li{width:100%}.static-contents .arrow{padding-left:10px}.static-contents .arrow li:before{content:'';display:inline-block;width:0px;height:0px;border-style:solid;border-width:3px 0 3px 4px;border-color:transparent transparent transparent #167f4a;padding-right:3px}.static-contents .width-50{width:50%;margin-right:25%;margin-left:25%}.static-contents .width-60{width:60%;margin-right:20%;margin-left:20%}.static-contents .width-100{width:100%;margin-right:0;margin-left:0}.static-contents .mb-10{margin-bottom:10px}.static-contents .mb-20{margin-bottom:20px}.static-contents .mb-100{margin-bottom:100px}.static-contents .pt-10{padding-top:10px}.static-contents .glyphicons:before{position:relative;color:#1d1d1b;font-size:150%;text-shadow:1px 1px 0px #fff;top:2px;left:0px}.static-contents .glyphicons{padding-left:0}.static-contents .icon-search .glyphicons:before{margin-top:-0.3em}.static-contents .icon-mail .glyphicons:before{margin-top:-0.2em;padding-right:0.2em}.static-contents .icon-search{height:60px}@media screen and (max-width: 767px){.static-contents{font-size:14px}}.pic-map-tokyo-top{width:950px;height:490px;background:url(/assets/tokyo-9b3335f58b1a553a05a9e484a609d37d.png) 0px 0px no-repeat}.btn-matomete-search{width:233px;height:70px;background:url(/assets/tokyo-9b3335f58b1a553a05a9e484a609d37d.png) 0px -490px no-repeat}.top-map{width:680px;height:420px;background:url(/assets/top-9ae62276dd6fa47a0194eb0175855594.png) 0px -175px no-repeat}.btn-top-search-railway{width:93px;height:13px;background:url(/assets/top-9ae62276dd6fa47a0194eb0175855594.png) -735px -162px no-repeat}.btn-top-search-area{width:82px;height:13px;background:url(/assets/top-9ae62276dd6fa47a0194eb0175855594.png) -828px -162px no-repeat}.btn-top-search-map{width:72px;height:13px;background:url(/assets/top-9ae62276dd6fa47a0194eb0175855594.png) -867px -528px no-repeat}.img-top-review-amazon-gift{width:268px;height:71px;background:url(/assets/top-9ae62276dd6fa47a0194eb0175855594.png) -680px -175px no-repeat}.bg-top-main-contract{width:254px;height:84px;background:url(/assets/top-9ae62276dd6fa47a0194eb0175855594.png) -680px -444px no-repeat}.bg-top-main-about{width:254px;height:84px;background:url(/assets/top-9ae62276dd6fa47a0194eb0175855594.png) -680px -360px no-repeat}.bg-top-main-versus{width:254px;height:84px;background:url(/assets/top-9ae62276dd6fa47a0194eb0175855594.png) 0px -679px no-repeat}.bg-top-main-faq{width:254px;height:84px;background:url(/assets/top-9ae62276dd6fa47a0194eb0175855594.png) -308px -595px no-repeat}.bg-top-main-review{width:254px;height:84px;background:url(/assets/top-9ae62276dd6fa47a0194eb0175855594.png) -562px -595px no-repeat}.btn-top-main-agents{width:97px;height:17px;background:url(/assets/top-9ae62276dd6fa47a0194eb0175855594.png) -845px -145px no-repeat}.base-top-special{width:960px;height:145px;background:url(/assets/top-9ae62276dd6fa47a0194eb0175855594.png) 0px 0px no-repeat}.heading-top-special{width:735px;height:30px;background:url(/assets/top-9ae62276dd6fa47a0194eb0175855594.png) 0px -145px no-repeat}.btn-top-special-base{width:308px;height:84px;background:url(/assets/top-9ae62276dd6fa47a0194eb0175855594.png) 0px -595px no-repeat}.btn-top-special-tokyo{width:111px;height:50px;background:url(/assets/top-9ae62276dd6fa47a0194eb0175855594.png) -619px -679px no-repeat}.btn-top-special-osaka{width:111px;height:50px;background:url(/assets/top-9ae62276dd6fa47a0194eb0175855594.png) -508px -679px no-repeat}.btn-top-special-fukuoka{width:111px;height:50px;background:url(/assets/top-9ae62276dd6fa47a0194eb0175855594.png) -816px -595px no-repeat}.icon-top-special-skytree{width:21px;height:106px;background:url(/assets/top-9ae62276dd6fa47a0194eb0175855594.png) -934px -246px no-repeat}.icon-top-special-tsutenkaku{width:24px;height:88px;background:url(/assets/top-9ae62276dd6fa47a0194eb0175855594.png) -18px -763px no-repeat}.icon-top-special-fukuokatower{width:18px;height:90px;background:url(/assets/top-9ae62276dd6fa47a0194eb0175855594.png) 0px -763px no-repeat}.btn-top-special-railway{width:65px;height:75px;background:url(/assets/top-9ae62276dd6fa47a0194eb0175855594.png) -42px -763px no-repeat}.btn-top-special-area-tokyo{width:64px;height:75px;background:url(/assets/top-9ae62276dd6fa47a0194eb0175855594.png) -235px -763px no-repeat}.btn-top-special-area-osaka{width:64px;height:75px;background:url(/assets/top-9ae62276dd6fa47a0194eb0175855594.png) -171px -763px no-repeat}.btn-top-special-area-fukuoka{width:64px;height:75px;background:url(/assets/top-9ae62276dd6fa47a0194eb0175855594.png) -107px -763px no-repeat}.btn-top-change-area{width:94px;height:13px;background:url(/assets/top-9ae62276dd6fa47a0194eb0175855594.png) -680px -575px no-repeat}.btn-top-change-railway{width:104px;height:13px;background:url(/assets/top-9ae62276dd6fa47a0194eb0175855594.png) -680px -562px no-repeat}.tt-dropdown-menu{position:absolute;top:32px !important;background-color:white;border:1px solid #bbb;padding:0px 10px;clear:both;max-height:520px;min-width:320px;overflow-y:auto}.tt-dropdown-menu h3{color:#2da12d;font-weight:bold;font-size:16px}.tt-suggestion>p{padding:8px 8px !important;font-size:14px;line-height:1.2}.tt-suggestion>p:hover,.tt-suggestion>p:focus{background-color:#f0fbf3;cursor:pointer}.tt-suggestion>p span.small{font-size:12px}.tt-cursor>p{background-color:#2a952a}@media (max-width: 767px){.tt-dropdown-menu{top:32px !important;padding:0px 10px;max-height:320px;min-width:inherit}}.review-detail *{font-size:14.3px}.review-detail .room-name{font-size:24px;margin:0px 0px 10px;font-weight:bold}.review-detail .voice-icon{float:left;margin-left:-100%;width:50px}.review-detail .review-body{width:100%;float:left}.review-detail .review-body>div{margin-left:50px}.review-detail .review-body>div .stars{float:left}.review-detail .review-body>div .poster{text-align:right}.review-detail .review-body>div .poster>span:first-child:before{content:"";padding:0px}.review-detail .review-body>div .poster>span:before{content:"/";padding:0px 5px}.review-detail .review-body>div .about-room,.review-detail .review-body>div .about-company{width:49.5%;display:inline-block;vertical-align:top}.review-detail .review-body>div .about-room .grade,.review-detail .review-body>div .about-company .grade{font-weight:bold;margin-bottom:3px;margin-left:5px}.review-detail .review-body>div .about-room p,.review-detail .review-body>div .about-company p{margin-left:5px;line-height:1.3}.review-detail .review-body>div .about-room{margin-right:1%}.review-detail .review-body>div .review-header{margin-top:3px;margin-bottom:6px;background-color:#E6E6E6;padding:2px 0px 2px 5px;font-weight:bold}.user-reviews{font-size:14.3px;color:#FF7A00}.user-reviews a{color:#FF7A00}.user-reviews a:hover{color:#FF7A00}.user-reviews .average{margin-left:1em}.user-reviews .count{margin-left:1em}.about .aboutPrefListWrap{padding:24px;background-color:#f7f7f7}.about .aboutPrefList .aboutPrefList_item:not(:first-child){margin-top:12px}.about .aboutPrefList .aboutPrefList_item .aboutPrefList_item_head{font-weight:700}.about .aboutPrefList .aboutPrefList_item .aboutPrefList_item_list{display:flex;gap:8px;flex-wrap:wrap}.about .aboutSearch{display:flex;gap:16px}.about .aboutSearch .aboutSearch_item{width:calc(33.33% - 4px);min-width:calc(33.33% - 4px);padding:12px;border:1px solid #ccc}.about .aboutSearch .aboutSearch_item .aboutSearch_item_img{padding:33px 0;display:block;text-align:center;color:#fff;font-weight:700;font-size:20px;margin-bottom:8px;background-size:cover}.about .aboutSearch .aboutSearch_item .aboutSearch_item_img.aboutSearch_item_img-area{background-image:url(/assets/bg_bukkenSearch_area-26c60b9bf3aae87a1fbabc048563b0da.jpg)}.about .aboutSearch .aboutSearch_item .aboutSearch_item_img.aboutSearch_item_img-railways{background-image:url(/assets/bg_bukkenSearch_railways-0fe8bf341ef8fb9cc46df2d2acbb8b11.jpg)}.about .aboutSearch .aboutSearch_item .aboutSearch_item_img.aboutSearch_item_img-map{background-image:url(/assets/bg_bukkenSearch_map-bc9cf339c13dc2e5f3be53ea933e4aa1.jpg)}.about .aboutScreenshot{display:flex;gap:24px}.about .aboutScreenshot .aboutScreenshot_item{width:calc(33.33% - 8px);min-width:calc(33.33% - 8px)}.about .aboutScreenshot .aboutScreenshot_item .aboutScreenshot_item_img{margin-bottom:8px;text-align:center}.about .aboutScreenshot .aboutScreenshot_item .aboutScreenshot_item_img img{margin:0 auto}.about .mokutekiList{display:flex;gap:24px;justify-content:center}.about .mokutekiList .mokutekiList_item_img{margin-bottom:8px;width:100%;height:auto}.about .mokutekiList .mokutekiList_item{display:flex;flex-direction:column;padding:8px 0;color:inherit;width:calc(33.333% - 16px)}.about .mokutekiList .mokutekiList_item .mokutekiList_item_title{font-size:20px;font-weight:700;text-align:center;margin-bottom:6px}.about .mokutekiList .mokutekiList_item .mokutekiList_item_text{font-size:12px;margin-bottom:8px}.about .mokutekiList .mokutekiList_item .mokutekiList_item_btn{text-align:center;margin-top:auto}.about .about-search{display:flex;gap:24px}.about .about-screenshot{margin-right:-20px}.about .about-screenshot .left{width:306px;margin-right:20px}.about .areas{font-size:100%}.about .areas h5{background:#e6e6e6}.about .areas li{width:19%}.about .areas li li{width:32%}.about .gray-box h4{background:none;border-top:none;border-right:none;border-bottom:none;-moz-border-radius:0;-webkit-border-radius:0;border-radius:0}@media screen and (max-width: 767px){.about .aboutPrefListWrap{padding:12px}.about .aboutPrefList .aboutPrefList_item:not(:first-child){margin-top:12px}.about .aboutPrefList .aboutPrefList_item .aboutPrefList_item_head{margin-bottom:4px}.about .aboutPrefList .aboutPrefList_item .aboutPrefList_item_list{gap:4px}.about .aboutSearch{gap:16px;flex-direction:column}.about .aboutSearch .aboutSearch_item{font-size:14px;width:100%;min-width:100%}.about .mokutekiList{display:block}.about .mokutekiList .mokutekiList_item{display:block;color:inherit;width:auto;position:relative}.about .mokutekiList .mokutekiList_item:not(:first-child){margin-left:0}.about .mokutekiList .mokutekiList_item .mokutekiList_item_img{top:16px;left:0;height:auto}.about .mokutekiList .mokutekiList_item .mokutekiList_item_title{font-size:16px;text-align:left;margin-bottom:4px}.about .mokutekiList .mokutekiList_item .mokutekiList_item_text{font-size:12px}.about .aboutScreenshot{gap:16px;flex-direction:column}.about .aboutScreenshot .aboutScreenshot_item{font-size:14px;width:100%;min-width:100%}.about .about-search{display:flex;gap:24px}}.advertisement .adPriceRowWrap>*:not(:first-child){margin-top:40px}.advertisement .adPriceRowWrap .adPriceRow .adPriceRow_title{margin-bottom:16px}.advertisement .adPriceRowWrap .adPriceRow .adPriceRowContent{display:flex;align-items:flex-start;gap:24px}.advertisement .adPriceRowWrap .adPriceRow .adPriceRowContent .adPriceRowContent_img{width:304px;min-width:304px}.advertisement .adPriceRowWrap .adPriceRow .adPriceRowContent .adPriceRowContent_plans>*:not(:first-child){margin-top:24px}.advertisement .adPriceRowWrap .adPriceRow .adPriceRowContent .adPriceRowContent_plans .adPriceRowContent_plans_item>*:not(:first-child){margin-top:8px}.advertisement .adPriceRowWrap .adPriceRow .adPriceRowContent .adPriceRowContent_plans .adPriceRowContent_plans_item .adPriceRowContent_plans_item_title{font-weight:700;color:#2da12d}@media screen and (max-width: 767px){.advertisement .adPriceRowWrap>*:not(:first-child){margin-top:40px}.advertisement .adPriceRowWrap .adPriceRow .adPriceRow_title{margin-bottom:16px}.advertisement .adPriceRowWrap .adPriceRow .adPriceRowContent{align-items:flex-start;flex-direction:column;gap:16px}.advertisement .adPriceRowWrap .adPriceRow .adPriceRowContent .adPriceRowContent_img{width:100%;min-width:inherit;display:flex;justify-content:center}}.articleContent .bukkenMediumList{display:flex;flex-wrap:wrap;width:984px;margin:0 auto;gap:8px}.articleContent .bukkenMediumList .bukkenMediumItem{width:calc(50% - 4px);min-width:calc(50% - 4px)}.articleContent .catchText{font-size:18px;font-weight:700;color:#2da12d;margin-bottom:8px;line-height:1.4}@media screen and (max-width: 767px){.articleContent .bukkenMediumList{display:flex;flex-direction:column;width:auto;gap:16px}.articleContent .bukkenMediumList .bukkenMediumItem{width:100%;min-width:100%}.articleContent .articleContent{font-size:16px;margin-bottom:8px}}.companyDetail .companyDetailIntro{display:flex}.companyDetail .companyDetailIntro .companyDetailIntro_left{width:280px;min-width:280px}.companyDetail .companyDetailIntro .companyDetailIntro_left .companyDetailIntro_img{width:100%;max-height:280px}.companyDetail .companyDetailIntro .companyDetailIntro_left .companyDetailIntro_img picture{height:auto;min-width:280px;max-height:280px;display:flex;justify-content:center}.companyDetail .companyDetailIntro .companyDetailIntro_left .companyDetailIntro_img picture img{height:auto;width:auto;max-height:100%;max-width:100%}.companyDetail .companyDetailIntro .companyDetailIntro_right{margin-left:16px;min-width:0}.companyDetail .companyDetailIntro .companyDetailIntro_right .companyItem_pr{border:1px solid #ccc;padding:16px;overflow-wrap:break-word;word-break:break-word}.companyDetail .companyDetailIntro .companyDetailIntro_right .companyItem_pr .companyItem_pr_title{font-size:16px;color:#2da12d;font-weight:700}.companyDetail .prefList{display:flex;flex-wrap:wrap}.companyDetail .prefList .prefList_item{min-width:16.6666%;width:16.6666%;display:block;padding:8px 24px 8px 12px;font-size:14px;border-right:1px solid #ccc;border-bottom:1px solid #ccc;background-color:#fff;color:#333;position:relative}.companyDetail .prefList .prefList_item:nth-of-type(6n - 5){border-left:1px solid #ccc}.companyDetail .prefList .prefList_item:nth-child(1),.companyDetail .prefList .prefList_item:nth-child(2),.companyDetail .prefList .prefList_item:nth-child(3),.companyDetail .prefList .prefList_item:nth-child(4),.companyDetail .prefList .prefList_item:nth-child(5),.companyDetail .prefList .prefList_item:nth-child(6){border-top:1px solid #ccc}.companyDetail .prefList .prefList_item:before{position:absolute;content:"";display:block;width:8px;height:8px;border-top:2px solid #2da12d;border-right:2px solid #2da12d;transform:rotate(45deg) translate(-50%, -50%);right:12px;top:55%}.companyDetail .companyStaffList{display:flex;gap:24px;flex-wrap:wrap}.companyDetail .companyStaffList .companyStaffList_row{padding:16px;border:1px solid #eaeaea;width:50%;width:calc(50% - 12px);display:flex;gap:16px}.companyDetail .companyStaffList .companyStaffList_row .companyStaffList_row_img{width:120px;min-width:120px}.companyDetail .companyStaffList .companyStaffList_row .companyStaffList_row_img img{height:auto}@media screen and (max-width: 767px){.companyDetail .companyDetailIntro{display:block}.companyDetail .companyDetailIntro .companyDetailIntro_left{width:auto;min-width:inherit}.companyDetail .companyDetailIntro .companyDetailIntro_left .companyDetailIntro_img{width:100%;display:flex;justify-content:center;margin-bottom:16px}.companyDetail .companyDetailIntro .companyDetailIntro_left .companyDetailIntro_img picture{display:flex;justify-content:center}.companyDetail .companyDetailIntro .companyDetailIntro_right{margin-left:0}.companyDetail .companyDetailIntro .companyDetailIntro_right .companyItem_pr{padding:12px;font-size:14px}.companyDetail .prefList{display:flex;flex-wrap:wrap;border-left:1px solid #ccc}.companyDetail .prefList .prefList_item{min-width:50%;width:50%;border-right:1px solid #ccc;border-bottom:1px solid #ccc}.companyDetail .prefList .prefList_item:nth-of-type(6n - 5){border-left:none}.companyDetail .prefList .prefList_item:nth-child(1),.companyDetail .prefList .prefList_item:nth-child(2),.companyDetail .prefList .prefList_item:nth-child(3),.companyDetail .prefList .prefList_item:nth-child(4),.companyDetail .prefList .prefList_item:nth-child(5),.companyDetail .prefList .prefList_item:nth-child(6){border-top:none}.companyDetail .prefList .prefList_item:nth-child(1),.companyDetail .prefList .prefList_item:nth-child(2){border-top:none;border-top:1px solid #ccc}.companyDetail .companyStaffList{display:flex;flex-direction:column;gap:12px}.companyDetail .companyStaffList .companyStaffList_row{padding:12px;border:1px solid #eaeaea;width:100%;gap:12px;flex-direction:column}.companyDetail .companyStaffList .companyStaffList_row .companyStaffList_row_img{width:auto;min-width:inherit;display:flex;justify-content:center}}.prefList .prefListRow:not(:first-child){margin-top:32px}.companyList{display:flex;flex-wrap:wrap;border-left:1px solid #ccc}.companyList .companyList_item{min-width:16.6666%;width:16.6666%;display:block;padding:8px 24px 8px 12px;font-size:14px;border-right:1px solid #ccc;border-bottom:1px solid #ccc;background-color:#fff;color:#333;position:relative}.companyList .companyList_item.companyList_item-disabled{background-color:#eaeaea}.companyList .companyList_item:nth-child(1),.companyList .companyList_item:nth-child(2),.companyList .companyList_item:nth-child(3),.companyList .companyList_item:nth-child(4),.companyList .companyList_item:nth-child(5),.companyList .companyList_item:nth-child(6){border-top:1px solid #ccc}.companyList .companyList_item:before{position:absolute;content:"";display:block;width:8px;height:8px;border-top:2px solid #2da12d;border-right:2px solid #2da12d;transform:rotate(45deg) translate(-50%, -50%);right:12px;top:55%}@media screen and (max-width: 767px){.companyList .companyList_item{min-width:50%;width:50%;display:block;border-right:1px solid #ccc;border-bottom:1px solid #ccc}.companyList .companyList_item.companyList_item-disabled{background-color:#eaeaea}.companyList .companyList_item:nth-child(1),.companyList .companyList_item:nth-child(2),.companyList .companyList_item:nth-child(3),.companyList .companyList_item:nth-child(4),.companyList .companyList_item:nth-child(5),.companyList .companyList_item:nth-child(6){border-top:none}.companyList .companyList_item:nth-child(1),.companyList .companyList_item:nth-child(2){border-top:none;border-top:1px solid #ccc}}.contract .contractPageHeader{display:flex}.contract .contractPageHeader .contractPageHeader_left{width:100%;margin-right:-490px;padding-right:490px}.contract .contractPageHeader .contractPageHeader_left .strong{font-size:20px}.contract .contractPageHeader .contractPageHeader_right{width:470px;margin-left:20px}@media screen and (max-width: 767px){.contract .contractPageHeader{display:block}.contract .contractPageHeader .contractPageHeader_left{margin-right:0;padding-right:0}.contract .contractPageHeader .contractPageHeader_left .strong{font-size:16px}.contract .contractPageHeader .contractPageHeader_right{float:inherit;width:auto;margin-left:0}.contract .contractPageHeader .contractPageHeader_right img{width:200px;margin:0 auto}}.contract .howToFlow{display:flex}.contract .howToFlow .howToFlow_item{padding:8px;width:12.5%;min-width:12.5%;background-color:#e9f2ee;position:relative}.contract .howToFlow .howToFlow_item:before{right:-21px;bottom:0;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;border-left-color:#fff;z-index:10;border-width:26px 0 26px 20px}.contract .howToFlow .howToFlow_item:after{right:-19px;bottom:0;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;border-left-color:#e9f2ee;z-index:10;border-width:26px 0 26px 20px}.contract .howToFlow .howToFlow_item:last-child:before{display:none}.contract .howToFlow .howToFlow_item:last-child:after{display:none}.contract .howToFlow .howToFlow_item .howToFlow_item_step{text-align:center;font-size:10px;font-weight:700;position:relative;left:12px;z-index:20;line-height:1.4;margin-bottom:2px}.contract .howToFlow .howToFlow_item .howToFlow_item_name{text-align:center;font-size:14px;font-weight:700;position:relative;left:12px;z-index:20;line-height:1.4;color:#0d890d}.contract .howToFlow .howToFlow_item.howToFlow_item-step01{background-color:#e6f7ee}.contract .howToFlow .howToFlow_item.howToFlow_item-step01:after{border-left-color:#e6f7ee}.contract .howToFlow .howToFlow_item.howToFlow_item-step02{background-color:#def5ea}.contract .howToFlow .howToFlow_item.howToFlow_item-step02:after{border-left-color:#def5ea}.contract .howToFlow .howToFlow_item.howToFlow_item-step03{background-color:#d6f1e6}.contract .howToFlow .howToFlow_item.howToFlow_item-step03:after{border-left-color:#d6f1e6}.contract .howToFlow .howToFlow_item.howToFlow_item-step04{background-color:#caede0}.contract .howToFlow .howToFlow_item.howToFlow_item-step04:after{border-left-color:#caede0}.contract .howToFlow .howToFlow_item.howToFlow_item-step05{background-color:#c0ebde}.contract .howToFlow .howToFlow_item.howToFlow_item-step05:after{border-left-color:#c0ebde}.contract .howToFlow .howToFlow_item.howToFlow_item-step06{background-color:#b8eddf}.contract .howToFlow .howToFlow_item.howToFlow_item-step06:after{border-left-color:#b8eddf}.contract .howToFlow .howToFlow_item.howToFlow_item-step07{background-color:#ffd28e}.contract .howToFlow .howToFlow_item.howToFlow_item-step07 .howToFlow_item_name{color:#333}.contract .howToFlow .howToFlow_item.howToFlow_item-step07:after{border-left-color:#ffd28e}.contract .howToFlow .howToFlow_item.howToFlow_item-step08{background-color:#ed989a}.contract .howToFlow .howToFlow_item.howToFlow_item-step08 .howToFlow_item_name{color:#333}.contract .howToFlow .howToFlow_item.howToFlow_item-step08:after{border-left-color:#d2adae}@media screen and (max-width: 767px){.contract .howToFlow{display:flex;flex-wrap:wrap}.contract .howToFlow .howToFlow_item{padding:6px 0;width:25%;min-width:25%;margin-bottom:8px}.contract .howToFlow .howToFlow_item:before{right:-16px;border-width:21px 0 21px 16px}.contract .howToFlow .howToFlow_item:after{right:-14px;border-width:21px 0 21px 16px}.contract .howToFlow .howToFlow_item .howToFlow_item_step{font-size:10px;margin-bottom:0;left:8px}.contract .howToFlow .howToFlow_item .howToFlow_item_name{font-size:12px;left:8px}}@media screen and (max-width: 320px){.contract .howToFlow .howToFlow_item .howToFlow_item_step{font-size:10px;left:8px}.contract .howToFlow .howToFlow_item .howToFlow_item_name{font-size:10px;left:8px}}.contract .contractStepItem{position:relative;padding-left:160px}.contract .contractStepItem:not(:first-child){margin-top:32px}.contract .contractStepItem:last-child .contractStepItem_step:after{display:none !important}.contract .contractStepItem .contractStepItem_step{position:absolute;left:0;top:0;width:120px;height:100%;background-color:#e6f7ee;text-align:center;font-weight:700;padding:12px 0;line-height:1.2;font-size:18px}.contract .contractStepItem .contractStepItem_step:after{left:0;bottom:-64px;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;border-color:#fff;border-top-color:#e6f7ee;border-width:60px}.contract .contractStepItem .contractStepItem_content{padding-bottom:16px}.contract .contractStepItem.step1 .contractStepItem_step,.contract .contractStepItem.step1 .contractStepItem_step:after{background-color:#e6f7ee;border-top-color:#e6f7ee}.contract .contractStepItem.step2 .contractStepItem_step,.contract .contractStepItem.step2 .contractStepItem_step:after{background-color:#def5ea;border-top-color:#def5ea}.contract .contractStepItem.step3 .contractStepItem_step,.contract .contractStepItem.step3 .contractStepItem_step:after{background-color:#d6f1e6;border-top-color:#d6f1e6}.contract .contractStepItem.step4 .contractStepItem_step,.contract .contractStepItem.step4 .contractStepItem_step:after{background-color:#caede0;border-top-color:#caede0}.contract .contractStepItem.step5 .contractStepItem_step,.contract .contractStepItem.step5 .contractStepItem_step:after{background-color:#c0ebde;border-top-color:#c0ebde}.contract .contractStepItem.step6 .contractStepItem_step,.contract .contractStepItem.step6 .contractStepItem_step:after{background-color:#b8eddf;border-top-color:#b8eddf}.contract .contractStepItem.intheroom .contractStepItem_step,.contract .contractStepItem.intheroom .contractStepItem_step:after{background-color:#ffd28e;border-top-color:#ffd28e}.contract .contractStepItem.checkout .contractStepItem_step{background-color:#ed989a}.contract .contractStepItem.checkout .contractStepItem_step:after{display:none}@media screen and (max-width: 767px){.contract .contractStepItem{position:relative;padding-left:0}.contract .contractStepItem:not(:first-child){margin-top:64px}.contract .contractStepItem .contractStepItem_step{position:static;width:auto;height:auto;padding:8px 0;margin-bottom:8px}.contract .contractStepItem .contractStepItem_step:after{transform:translate(-50%, 0);left:50%;bottom:-80px;border-width:40px}}.corporate .page-header-corporate{text-align:center;padding:30px 0 40px}.corporate .about-service{margin:0 0 1.5em 0;padding:0 0 0 120px}.corporate .about-service .heading{font-size:120%;font-weight:bold;padding-bottom:0.5em}.corporate .discount{background:url(/corporate/pic-corporate-eyecatch-01.png) left top no-repeat}.corporate .discount .heading{border-bottom:solid 1px #e2dfa8;margin-top:1.5em}.corporate .support{background:url(/corporate/pic-corporate-eyecatch-02.png) left top no-repeat}.corporate .support .heading{border-bottom:solid 1px #e1a8e2}.corporate .eazy{background:url(/corporate/pic-corporate-eyecatch-03.png) left top no-repeat}.corporate .eazy .heading{border-bottom:solid 1px #a8e2b3}.experience *{font-size:14.3px}.experience .title-picture{margin-bottom:5px}.experience .left,.experience .right{display:table-cell}.experience .left{width:720px}.experience .left.sub-category h4{font-size:14.3px}.experience .left .experience-image{margin-top:15px;margin-bottom:15px}.experience .right{width:220px;padding-top:10px;padding-left:30px}.experience .right .experience-header{padding:5px;background-color:#e6fac8;font-weight:bold;margin-bottom:10px;margin-top:10px}.experience .right .experience-header:first{margin-top:0}.experience .right .room-name{font-weight:bold;margin-top:10px;margin-bottom:5px}.experience .right .room-name .prefecture{display:table-cell;vertical-align:middle;min-width:3em}.experience .right .room-name .prefecture>span{font-size:12px;background-color:#BCBCBC;font-weight:normal;width:100%;padding:2px 5px}.experience .right .room-name .name{display:table-cell;vertical-align:middle;padding-left:0.2em}.experience .right .room-type .type,.experience .right .room-type .label-campaign{font-size:11px;text-align:center;font-weight:bold;display:inline-block}.experience .right .room-type .type{width:135px;float:left}.experience .right .room-type .label-campaign{float:right;width:80px;background-color:#C14D4E;text-align:center;color:#FFF}.experience .right .equipment-icon-group{margin-top:5px}.experience .right .equipment-icon-group li{padding-right:0px;padding-left:0px}.experience .right .btn-detail-mm{margin-top:10px}.experience .right .stations{color:#868686;font-size:12px;margin-bottom:10px}.experience .prices .price-table{display:table-cell;width:135px}.experience .prices th,.experience .prices td{font-size:14.3px;text-align:right;padding:2px 3px}.experience .prices th{font-weight:normal}.experience .prices td{font-weight:bold}.experience .prices .price-type{padding:12px 7px;font-size:12.1px;text-align:center;margin:2px 0px}.experience .prices .price-type-all{background-color:#CEF2DD;color:#167F4B;border:2px solid #64C595}.experience .prices .price-type-other{background-color:#F0F0F0;color:#636363;border:2px solid #F0F0F0}.experience .prices .price-type-box{display:table-cell;padding-left:5px}.experience .prices-campaign td{color:#C14D4E}.experience .access .railway,.experience .access .station,.experience .access .walk{font-size:12.1px;color:#303030}.experience .access .railway{background:url(/assets/icon-train-de45f3d2679e72d31ed1bf8bfbc7ae1f.png) left center no-repeat;padding-left:15px}.experience .layout{font-size:12.1px;color:#303030}.experience .layout.icon-layout{background:url(/assets/icon-madori-4409a4a71d0710fd7db4f8f88bdf130f.png) left center no-repeat;padding-left:15px}.experience .links{background-color:#F2FCE3;padding:15px;margin-bottom:15px}.experience .links .link-name{width:3em;display:inline-block}.experience .room-information{padding:15px;background-color:#FCFCE4}.experience .room-information .room-information-header{display:table-cell;background-color:#EDECC0;text-align:center;vertical-align:middle;width:230px;height:140px;font-size:24px}.experience .room-information .room-information-body{display:table-cell;padding-left:15px}.experience .room-information .room-information-body .content{background-color:#FFF;padding:10px;width:685px;border:2px solid #AFAFAF;height:140px}.experience .room-information .room-information-body .content .property-header{height:20px;margin-bottom:10px}.experience .room-information .room-information-body .content .property-header .prefecture-header{display:inline-block;height:100%;width:120px;background-color:#E6E6E6;vertical-align:middle;text-align:center;float:left}.experience .room-information .room-information-body .content .property-header .room-type-header{display:inline-block;padding-left:10px;width:500px;height:100%}.experience .room-information .room-information-body .content .property-header .room-type-header .room-type .type{display:inline-block;height:100%;width:200px;text-align:center;float:left}.experience .room-information .room-information-body .content .property-header .room-type-header .label-campaign{float:left;display:inline-block;width:120px;background-color:#C14D4E;text-align:center;color:#FFF;margin-left:10px}.experience .room-information .room-information-body .content .property-row{height:90px}.experience .room-information .room-information-body .content .property-row .property-left{display:inline-block;width:120px;height:100%;vertical-align:middle;text-align:center;float:left}.experience .room-information .room-information-body .content .property-row .property-left .picture{margin-top:5px;vertical-align:middle}.experience .room-information .room-information-body .content .property-row .property-center{padding-left:10px;padding-right:10px;display:inline-block;width:300px;height:100%;border-right:1px dotted #AFAFAF;float:left}.experience .room-information .room-information-body .content .property-row .property-center .price-type-box{padding-left:35px}.experience .room-information .room-information-body .content .property-row .property-right{display:inline-block;padding-left:10px;height:100%;float:left}.experience .room-information .room-information-body .content .property-row .property-right img{margin-top:5px}.operating_company .companyIntroService{display:flex;gap:24px;align-items:baseline}.operating_company .companyIntroService .companyIntroService_item{width:200px}.operating_company .companyIntroService .companyIntroService_item .companyIntroService_item_img{margin-bottom:8px}.operating_company .companyIntroService .companyIntroService_item .companyIntroService_item_name{text-align:center}@media screen and (max-width: 767px){.publish .companyIntroService{flex-direction:column;gap:40px}.publish .companyIntroService .companyIntroService_item .companyIntroService_item_name{font-size:14px}}.areaInfoBox{background-color:#F1FAF5;padding:16px}.areaInfoBox .areaInfoBox_title{font-weight:700;font-size:16px;line-height:1.4;margin-bottom:12px}.areaInfoBox .areaInfoBox_content{display:flex;align-items:flex-start;gap:16px}.areaInfoBox .areaInfoBox_content .areaInfoBox_content_dsc{font-size:14px;line-height:1.7;min-width:0;flex:1 1 auto}.areaInfoBox .areaInfoBox_content .areaInfoBox_content_dsc>*:not(:first-child){margin-top:24px}.areaInfoBox .areaInfoBox_content .areaInfoBox_content_dsc.js-readMoreBox{max-height:120px}.areaInfoBox .areaInfoBox_content .stationRanking{font-size:14px;width:224px;min-width:224px}.areaInfoBox .areaInfoBox_content .stationRankingWrap{width:224px;min-width:224px;flex-shrink:0;max-height:120px;overflow:hidden}.areaInfoBox .areaInfoBox_content .areaInfoBox_content_dsc.js-readMoreBox-open ~ .stationRankingWrap,.areaInfoBox .areaInfoBox_content .areaInfoBox_content_dsc.js-readMoreBox-disabled ~ .stationRankingWrap{max-height:none;overflow:visible}@media screen and (max-width: 767px){.areaInfoBox{padding:12px;margin-bottom:12px}.areaInfoBox .areaInfoBox_title{font-size:14px;margin-bottom:12px}.areaInfoBox .areaInfoBox_content{display:block}.areaInfoBox .areaInfoBox_content .areaInfoBox_content_dsc{font-size:12px}.areaInfoBox .areaInfoBox_content .areaInfoBox_content_dsc.js-readMoreBox{max-height:120px}.areaInfoBox .areaInfoBox_content .stationRanking{width:auto;min-width:inherit;margin-top:8px}.areaInfoBox .areaInfoBox_content .stationRankingWrap{width:auto;min-width:inherit;display:none;max-height:none;overflow:visible}.areaInfoBox .areaInfoBox_content .areaInfoBox_content_dsc.js-readMoreBox-open ~ .stationRankingWrap,.areaInfoBox .areaInfoBox_content .areaInfoBox_content_dsc.js-readMoreBox-disabled ~ .stationRankingWrap{display:block}}.stationRanking{background-color:#fff;padding:12px 16px}.stationRanking .stationRanking_title{font-weight:700;margin-bottom:8px}.stationRanking .stationRanking_list .stationRanking_list_item{position:relative;padding-left:16px}.stationRanking .stationRanking_list .stationRanking_list_item a:hover{text-decoration:underline}.stationRanking .stationRanking_list .stationRanking_list_item:not(:first-child){margin-top:4px}.stationRanking .stationRanking_list .stationRanking_list_item:after{content:"1";color:#ead21e;font-weight:700;display:block;position:absolute;left:0;top:0}.stationRanking .stationRanking_list .stationRanking_list_item:nth-child(1):after{content:"1";color:#ead21e}.stationRanking .stationRanking_list .stationRanking_list_item:nth-child(2):after{content:"2";color:#7ac0cc}.stationRanking .stationRanking_list .stationRanking_list_item:nth-child(3):after{content:"3";color:#b28e48}.stationRanking .stationRanking_list .stationRanking_list_item:nth-child(4):after{content:"4";color:#ccc}.stationRanking .stationRanking_list .stationRanking_list_item:nth-child(5):after{content:"5";color:#ccc}.prefSeoSection{border-bottom:1px solid #ccc}.prefSeoSection .prefSeoSection_inner{width:1120px;min-width:1120px;margin:0 auto;padding:56px 8px 80px;position:relative}.prefSeoSection .prefSeoSection_inner .prefSeoContent:not(:first-child){margin-top:32px}.prefSeoSection .prefSeoSection_inner .prefSeoContent .prefSeoContent_title{margin-bottom:24px}.prefSeoSection .prefSeoSection_inner .prefSeoContent .prefSeoContentRow{display:flex;gap:24px}.prefSeoSection .prefSeoSection_inner .prefSeoContent .prefSeoContentRow.prefSeoContentRow-reverse{flex-direction:row-reverse}.prefSeoSection .prefSeoSection_inner .prefSeoContent .prefSeoContentRow .prefSeoContentRow_img{width:300px;min-width:300px}.prefSeoSection .prefSeoSection_inner .prefSeoContent .prefSeoContentRow .prefSeoContentRow_img>img{max-width:100%}.prefSeoSection .prefSeoSection_inner .prefSeoContent .prefSeoContentRow .prefSeoContentRow_text>*:not(:first-child){margin-top:24px}.prefSeoSection .prefSeoSection_inner .prefSeoContent .prefSeoContentBukkens{background-color:#fffbd8;display:flex;flex-wrap:wrap;gap:24px;justify-content:center;padding:24px;margin-top:24px}.prefSeoSection .prefSeoSection_inner .prefSeoContent .prefSeoContentBukkens .bukkenMediumItem{width:calc(50% - 12px);min-width:calc(50% - 12px)}.prefSeoSection .prefSeoSection_inner .prefSeoContent .bukkenMediumList{display:flex;flex-wrap:wrap;width:1016px;margin:0 auto}@media screen and (max-width: 767px){.prefSeoSection .prefSeoSection_inner{width:auto;min-width:inherit;padding:32px 16px}.prefSeoSection .prefSeoSection_inner .prefSeoContent .prefSeoContentRow{display:flex;gap:16px;flex-direction:column}.prefSeoSection .prefSeoSection_inner .prefSeoContent .prefSeoContentRow.prefSeoContentRow-reverse{flex-direction:column}.prefSeoSection .prefSeoSection_inner .prefSeoContent .prefSeoContentRow .prefSeoContentRow_img{width:auto;min-width:inherit}.prefSeoSection .prefSeoSection_inner .prefSeoContent .prefSeoContentRow .prefSeoContentRow_img img{margin:0 auto}.prefSeoSection .prefSeoSection_inner .prefSeoContent .prefSeoContentRow .prefSeoContentRow_text{font-size:14px}.prefSeoSection .prefSeoSection_inner .prefSeoContent .prefSeoContentRow .prefSeoContentRow_text .button01{position:relative;left:50%;transform:translate(-50%, 0)}.prefSeoSection .prefSeoSection_inner .prefSeoContent .prefSeoContentBukkens{display:flex;flex-direction:column;gap:16px;padding:16px;margin-top:24px}.prefSeoSection .prefSeoSection_inner .prefSeoContent .prefSeoContentBukkens .bukkenMediumItem{width:auto;min-width:inherit}.prefSeoSection .prefSeoSection_inner .prefSeoContent .bukkenMediumList{width:auto}}.areaInformationSection{border-bottom:1px solid #ccc}.areaInformationSection .areaInformationSection_inner{width:1120px;min-width:1120px;margin:0 auto;padding:56px 8px 80px;position:relative}.areaInformationSection .areaInformationSection_inner .areaInformationSection_title{font-size:36px;font-weight:700;text-align:center;margin-bottom:48px}@media screen and (max-width: 767px){.areaInformationSection .areaInformationSection_inner{width:auto;min-width:inherit;padding:40px 16px 56px}.areaInformationSection .areaInformationSection_inner .areaInformationSection_title{font-size:22px;margin-bottom:24px}}.prefRankingSection{border-bottom:1px solid #ccc}.prefRankingSection .prefRankingSection_inner{width:1120px;min-width:1120px;margin:0 auto;padding:56px 8px 80px;position:relative}.prefRankingSection .prefRankingSection_inner .prefRankingSection_title{font-size:36px;font-weight:700;text-align:center;margin-bottom:48px}.prefRankingSection .prefRankingSection_inner .rankingRow:not(:first-child){margin-top:24px}.prefRankingSection .prefRankingSection_inner .rankingRow .rankingRow_title{font-size:20px;font-weight:700;margin-bottom:8px}.prefRankingSection .prefRankingSection_inner .rankingRow .rankingRow_list{display:flex;flex-wrap:wrap;border-left:1px solid #ccc}.prefRankingSection .prefRankingSection_inner .rankingRow .rankingRow_list .rankingRow_list_item{display:flex;align-items:center;border-top:1px solid #ccc;border-bottom:1px solid #ccc;border-right:1px solid #ccc;padding:12px;padding-right:32px;width:20%;position:relative}.prefRankingSection .prefRankingSection_inner .rankingRow .rankingRow_list .rankingRow_list_item:nth-child(n+6){margin-top:-1px}.prefRankingSection .prefRankingSection_inner .rankingRow .rankingRow_list .rankingRow_list_item .rankingRow_list_item_rank{font-weight:700;font-size:18px;margin-right:8px;color:#ccc}.prefRankingSection .prefRankingSection_inner .rankingRow .rankingRow_list .rankingRow_list_item .rankingRow_list_item_rank.rankingRow_list_item_rank-1{color:#ead21e}.prefRankingSection .prefRankingSection_inner .rankingRow .rankingRow_list .rankingRow_list_item .rankingRow_list_item_rank.rankingRow_list_item_rank-2{color:#7ac0cc}.prefRankingSection .prefRankingSection_inner .rankingRow .rankingRow_list .rankingRow_list_item .rankingRow_list_item_rank.rankingRow_list_item_rank-3{color:#b28e48}.prefRankingSection .prefRankingSection_inner .rankingRow .rankingRow_list .rankingRow_list_item .rankingRow_list_item_name{font-weight:700;font-size:18px;color:#333;margin-right:6px}.prefRankingSection .prefRankingSection_inner .rankingRow .rankingRow_list .rankingRow_list_item .rankingRow_list_item_nameEn{font-weight:700;color:#ccc;font-size:14px}.prefRankingSection .prefRankingSection_inner .rankingRow .rankingRow_list .rankingRow_list_item:before{position:absolute;content:"";display:block;right:12px;top:49%;width:12px;height:12px;transform:translate(0, -50%) rotate(45deg);border-top:3px solid #7a0;border-right:3px solid #7a0}.prefRankingSection .prefRankingSection_inner .rankingRow .rankingRow_buttons{margin-top:24px;display:flex;justify-content:center}@media screen and (max-width: 767px){.prefRankingSection{border-bottom:1px solid #ccc}.prefRankingSection .prefRankingSection_inner{width:auto;min-width:inherit;padding:40px 16px 56px}.prefRankingSection .prefRankingSection_inner .prefRankingSection_title{font-size:22px;margin-bottom:24px}.prefRankingSection .prefRankingSection_inner .rankingRowWrap{display:flex;gap:8px}.prefRankingSection .prefRankingSection_inner .rankingRowWrap .rankingRow{display:block;flex:1 1 0;min-width:0}.prefRankingSection .prefRankingSection_inner .rankingRowWrap .rankingRow:not(:first-child){margin-top:-1px}.prefRankingSection .prefRankingSection_inner .rankingRowWrap .rankingRow .rankingRow_title{font-size:14px;margin-bottom:0;background-color:#2da12d;padding:8px;color:#fff;font-weight:700}.prefRankingSection .prefRankingSection_inner .rankingRowWrap .rankingRow .rankingRow_list{display:block;justify-content:center;border-left:none}.prefRankingSection .prefRankingSection_inner .rankingRowWrap .rankingRow .rankingRow_list .rankingRow_list_item{padding:8px;padding-right:32px;width:auto;border-top:none;border-right:none}.prefRankingSection .prefRankingSection_inner .rankingRowWrap .rankingRow .rankingRow_list .rankingRow_list_item .rankingRow_list_item_rank{font-size:14px;margin-right:8px}.prefRankingSection .prefRankingSection_inner .rankingRowWrap .rankingRow .rankingRow_list .rankingRow_list_item .rankingRow_list_item_name{font-size:14px}.prefRankingSection .prefRankingSection_inner .rankingRowWrap .rankingRow .rankingRow_list .rankingRow_list_item .rankingRow_list_item_nameEn{font-size:14px}.prefRankingSection .prefRankingSection_inner .rankingRowWrap .rankingRow .rankingRow_list .rankingRow_list_item:before{right:12px;top:49%;width:8px;height:8px;transform:translate(0, -50%) rotate(45deg);border-top:2px solid #7a0;border-right:2px solid #7a0}.prefRankingSection .prefRankingSection_inner .rankingRowWrap .rankingRow .rankingRow_buttons{margin-top:24px;display:flex;justify-content:center}.prefRankingSection .prefRankingSection_inner .rankingRowWrap .rankingRow .rankingRow_buttons .button01{font-size:14px;padding:8px 24px 8px 8px}}.mainStationAndCityListSection{border-bottom:1px solid #ccc}.mainStationAndCityListSection .mainStationAndCityListSection_inner{width:1120px;min-width:1120px;margin:0 auto;padding:56px 8px;position:relative}.mainStationAndCityListSection .mainStationAndCityListSection_inner .designatedCityies:not(:first-child){margin-top:24px}.mainStationAndCityListSection .mainStationAndCityListSection_inner .designatedCityies .designatedCityies_title{margin-bottom:24px}.mainStationAndCityListSection .mainStationAndCityListSection_inner .mainStations{margin-bottom:56px}.mainStationAndCityListSection .mainStationAndCityListSection_inner .mainStations:not(:first-child){margin-top:56px}.mainStationAndCityListSection .mainStationAndCityListSection_inner .mainStations .mainStations_title{margin-bottom:24px}.mainStationAndCityListSection .mainStationAndCityListSection_inner .mainCities:not(:first-child){margin-top:24px}.mainStationAndCityListSection .mainStationAndCityListSection_inner .mainCities .mainCities_title{margin-bottom:24px}.mainStationAndCityListSection .mainStationAndCityListSection_inner .mainList{display:flex;flex-wrap:wrap}.mainStationAndCityListSection .mainStationAndCityListSection_inner .mainList .mainList_item{min-width:16.6666%;width:16.6666%;display:block;padding:8px 24px 8px 12px;font-size:14px;border-right:1px solid #ccc;border-bottom:1px solid #ccc;background-color:#fff;color:#333;position:relative}.mainStationAndCityListSection .mainStationAndCityListSection_inner .mainList .mainList_item:nth-of-type(6n - 5){border-left:1px solid #ccc}.mainStationAndCityListSection .mainStationAndCityListSection_inner .mainList .mainList_item:nth-child(1),.mainStationAndCityListSection .mainStationAndCityListSection_inner .mainList .mainList_item:nth-child(2),.mainStationAndCityListSection .mainStationAndCityListSection_inner .mainList .mainList_item:nth-child(3),.mainStationAndCityListSection .mainStationAndCityListSection_inner .mainList .mainList_item:nth-child(4),.mainStationAndCityListSection .mainStationAndCityListSection_inner .mainList .mainList_item:nth-child(5),.mainStationAndCityListSection .mainStationAndCityListSection_inner .mainList .mainList_item:nth-child(6){border-top:1px solid #ccc}.mainStationAndCityListSection .mainStationAndCityListSection_inner .mainList .mainList_item:before{position:absolute;content:"";display:block;width:8px;height:8px;border-top:2px solid #2da12d;border-right:2px solid #2da12d;transform:rotate(45deg) translate(-50%, -50%);right:12px;top:55%}@media screen and (max-width: 767px){.mainStationAndCityListSection{border-bottom:1px solid #ccc}.mainStationAndCityListSection .mainStationAndCityListSection_inner{width:auto;min-width:inherit;padding:32px 16px}.mainStationAndCityListSection .mainStationAndCityListSection_inner .mainList{display:flex;flex-wrap:wrap;border-left:1px solid #ccc}.mainStationAndCityListSection .mainStationAndCityListSection_inner .mainList .mainList_item{min-width:50%;width:50%;display:block;padding:8px 24px 8px 12px;font-size:14px;border-right:1px solid #ccc;border-bottom:1px solid #ccc;background-color:#fff;color:#333;position:relative}.mainStationAndCityListSection .mainStationAndCityListSection_inner .mainList .mainList_item:nth-of-type(6n - 5){border-left:none}.mainStationAndCityListSection .mainStationAndCityListSection_inner .mainList .mainList_item:nth-child(3),.mainStationAndCityListSection .mainStationAndCityListSection_inner .mainList .mainList_item:nth-child(4),.mainStationAndCityListSection .mainStationAndCityListSection_inner .mainList .mainList_item:nth-child(5),.mainStationAndCityListSection .mainStationAndCityListSection_inner .mainList .mainList_item:nth-child(6){border-top:none}.mainStationAndCityListSection .mainStationAndCityListSection_inner .mainStations{margin-bottom:32px}}.area-map-wrapper{padding:0 0 32px;background-color:#f9f9f9}@media screen and (max-width: 767px){.area-map-wrapper{display:none}}.area-map{width:960px;margin:0 auto;border:solid 5px #afafaf;position:relative;z-index:0}.area-map map{border:none}.osaka-area-map .over{position:absolute;z-index:1;display:none;border:none;opacity:1}.osaka-area-map .over img{border:none}.osaka-area-map .esaka{left:12px;top:62px}.osaka-area-map .shin-osaka{left:166px;top:94px}.osaka-area-map .osaka-bay{left:12px;top:110px}.osaka-area-map .umeda{left:123px;top:131px}.osaka-area-map .temma{left:317px;top:131px}.osaka-area-map .kyobashi{left:444px;top:94px}.osaka-area-map .hommachi-yodoyabashi{left:123px;top:241px}.osaka-area-map .tanimachi-6-chome{left:376px;top:278px}.osaka-area-map .shinsaibashi-namba{left:123px;top:322px}.osaka-area-map .tennoji{left:264px;top:362px}.osaka-area-map .sakai{left:78px;top:443px}.osaka-area-map .city{left:680px;top:217px}.osaka-area-map .north{left:664px;top:70px}.osaka-area-map .east{left:730px;top:197px}.osaka-area-map .south{left:562px;top:301px}.tokyo-area-map input{position:absolute;z-index:1;margin:2px 3px 0 0}.tokyo-area-map .hidden{visibility:hidden;z-index:-1}.tokyo-area-map .other{left:108px;top:189px}.tokyo-area-map .chiyoda-ku{left:542px;top:247px}.tokyo-area-map .chuo-ku{left:616px;top:279px}.tokyo-area-map .minato-ku{left:552px;top:277px}.tokyo-area-map .shinjuku-ku{left:480px;top:221px}.tokyo-area-map .bunkyo-ku{left:551px;top:208px}.tokyo-area-map .taito-ku{left:617px;top:195px}.tokyo-area-map .sumida-ku{left:691px;top:195px}.tokyo-area-map .koto-ku{left:685px;top:277px}.tokyo-area-map .shinagawa-ku{left:529px;top:349px}.tokyo-area-map .meguro-ku{left:455px;top:316px}.tokyo-area-map .ota-ku{left:538px;top:402px}.tokyo-area-map .setagaya-ku{left:372px;top:289px}.tokyo-area-map .shibuya-ku{left:453px;top:261px}.tokyo-area-map .nakano-ku{left:418px;top:215px}.tokyo-area-map .suginami-ku{left:353px;top:222px}.tokyo-area-map .toshima-ku{left:479px;top:176px}.tokyo-area-map .kita-ku{left:533px;top:145px}.tokyo-area-map .arakawa-ku{left:617px;top:164px}.tokyo-area-map .itabashi-ku{left:447px;top:140px}.tokyo-area-map .nerima-ku{left:361px;top:164px}.tokyo-area-map .adachi-ku{left:651px;top:118px}.tokyo-area-map .katsushika-ku{left:764px;top:150px}.tokyo-area-map .edogawa-ku{left:798px;top:231px}.tokyo-area-map .search{left:700px;top:399px}.prefecture-navi{width:100%}.prefecture-navi li{display:inline-block;position:relative;width:313px;height:150px;margin-right:10px;margin-bottom:10px;padding:20px;cursor:pointer}.prefecture-navi li.first{padding-left:20px}.prefecture-navi li.last{margin-right:0px}.prefecture-navi li:hover{opacity:.75;filter:alpha(opacity=75);-ms-filter:"alpha(opacity=75)";-khtml-opacity:.75;-moz-opacity:.75}.prefecture-navi p{position:absolute;top:45px;left:20px}.top-no-entry{margin-top:40px;margin-bottom:20px;text-align:center}.prefHeder{background-size:cover;background-image:url(/assets/bg_pref_header-5552c09002679609a47acc8be68e7fa1.jpg)}.prefHeder .prefHeder_inner{width:1120px;min-width:1120px;margin:0 auto;padding:24px 8px;position:relative}.prefHeder .prefHeder_inner .breadcrumb .breadcrumb-item a,.prefHeder .prefHeder_inner .breadcrumb .breadcrumb-item span,.prefHeder .prefHeder_inner .breadcrumb .breadcrumb-item:before{color:#fff}.prefHeder .prefHeder_inner .prefHeder_intro{color:#fff;font-size:12px}.prefHeder .prefHeder_inner .prefHeder_breadcrumb{color:#fff}.prefHeder .prefHeder_inner .prefHeder_title{font-size:36px;line-height:1.4;font-weight:700;color:#fff}.prefHeder .prefHeder_inner .prefHeder_count{font-size:16px;color:#fff}.prefHeder .prefHeder_inner .prefHeder_count a{color:#fff}@media screen and (max-width: 767px){.prefHeder .prefHeder_inner{width:auto;min-width:inherit;padding:16px}.prefHeder .prefHeder_inner .prefHeder_intro{font-size:10px}.prefHeder .prefHeder_inner .prefHeder_breadcrumb{font-size:12px}.prefHeder .prefHeder_inner .prefHeder_title{font-size:18px;margin-top:4px}.prefHeder .prefHeder_inner .prefHeder_count{font-size:12px;margin-top:4px}}.prefDsc{background-color:#f9f9f9}.prefDsc .prefDsc_inner{width:1120px;min-width:1120px;margin:0 auto;padding:16px;position:relative}@media screen and (max-width: 767px){.prefDsc{background-color:#f9f9f9}.prefDsc .prefDsc_inner{width:auto;min-width:inherit;padding:16px;font-size:14px}}.prefHowToSearchSection{background-color:#f9f9f9}.prefHowToSearchSection .prefHowToSearchSection_inner{width:1120px;min-width:1120px;margin:0 auto;padding:16px;position:relative}.prefHowToSearchSection .prefHowToSearchSection_inner .searchBukken{padding:24px 40px;background:#fff;display:flex;align-items:center;width:100%;box-sizing:border-box;box-shadow:0 4px 4px rgba(0,0,0,0.15);margin:0 auto 16px}.prefHowToSearchSection .prefHowToSearchSection_inner .searchBukken .searchBukken_title{font-size:24px;font-weight:700;text-align:center}.prefHowToSearchSection .prefHowToSearchSection_inner .searchBukken .searchBukkenButtons{display:flex;align-items:center;padding:8px 8px;font-size:20px;font-weight:700;margin-left:16px;gap:16px;flex-grow:1}.prefHowToSearchSection .prefHowToSearchSection_inner .searchBukken .searchBukkenButtons span{width:0;height:0;border-style:solid;border-width:0 0 48px 48px;border-color:transparent transparent #2da12d transparent;position:absolute;right:0;bottom:0}.prefHowToSearchSection .prefHowToSearchSection_inner .searchBukken .searchBukkenButtons span:before{position:absolute;content:"";display:block;right:8px;top:27px;width:10px;height:10px;transform:translate(0, 0) rotate(45deg);border-top:3px solid #fff;border-right:3px solid #fff}.prefHowToSearchSection .prefHowToSearchSection_inner .searchBukken .searchBukkenButtons .searchBukkenButtons_item{padding:40px 0;text-align:center;color:#fff;font-size:24px;position:relative}.prefHowToSearchSection .prefHowToSearchSection_inner .searchBukken .searchBukkenButtons .searchBukkenButtons_item span{width:0;height:0;border-style:solid;border-width:0 0 48px 48px;border-color:transparent transparent #2da12d transparent;position:absolute;right:0;bottom:0}.prefHowToSearchSection .prefHowToSearchSection_inner .searchBukken .searchBukkenButtons .searchBukkenButtons_item span:before{position:absolute;content:"";display:block;right:8px;top:27px;width:10px;height:10px;transform:translate(0, 0) rotate(45deg);border-top:3px solid #fff;border-right:3px solid #fff}.prefHowToSearchSection .prefHowToSearchSection_inner .searchBukken .searchBukkenButtons .searchBukkenButtons_item.searchBukkenButtons_item-area{background-image:url(/assets/bg_bukkenSearch_area-26c60b9bf3aae87a1fbabc048563b0da.jpg);background-size:cover;min-width:calc(33.33% - 11px)}.prefHowToSearchSection .prefHowToSearchSection_inner .searchBukken .searchBukkenButtons .searchBukkenButtons_item.searchBukkenButtons_item-railways{background-image:url(/assets/bg_bukkenSearch_railways-0fe8bf341ef8fb9cc46df2d2acbb8b11.jpg);background-size:cover;min-width:calc(33.33% - 11px)}.prefHowToSearchSection .prefHowToSearchSection_inner .searchBukken .searchBukkenButtons .searchBukkenButtons_item.searchBukkenButtons_item-map{background-image:url(/assets/bg_bukkenSearch_map-bc9cf339c13dc2e5f3be53ea933e4aa1.jpg);background-size:cover;min-width:calc(33.33% - 11px)}.prefHowToSearchSection .prefHowToSearchSection_inner .spPrefSelect .spPrefSelect_title{font-size:36px;font-weight:700;text-align:center;margin-bottom:48px}.prefHowToSearchSection .prefHowToSearchSection_inner .mokuteki .mokuteki_title{font-size:36px;font-weight:700;text-align:center;margin-bottom:48px}.prefHowToSearchSection .prefHowToSearchSection_inner .mokuteki .mokutekiList{display:flex;justify-content:center}.prefHowToSearchSection .prefHowToSearchSection_inner .mokuteki .mokutekiList .mokutekiList_item_img{margin-bottom:8px;width:100%;height:auto}.prefHowToSearchSection .prefHowToSearchSection_inner .mokuteki .mokutekiList .mokutekiList_item_big{display:flex;padding:8px 0;flex-direction:column;color:inherit;width:568px}.prefHowToSearchSection .prefHowToSearchSection_inner .mokuteki .mokutekiList .mokutekiList_item_big:not(:first-child){margin-left:32px}.prefHowToSearchSection .prefHowToSearchSection_inner .mokuteki .mokutekiList .mokutekiList_item_big .mokutekiList_item_text{font-size:12px;margin-bottom:8px}.prefHowToSearchSection .prefHowToSearchSection_inner .mokuteki .mokutekiList .mokutekiList_item{display:flex;padding:8px 0;flex-direction:column;color:inherit;width:348px}.prefHowToSearchSection .prefHowToSearchSection_inner .mokuteki .mokutekiList .mokutekiList_item:not(:first-child){margin-left:32px}.prefHowToSearchSection .prefHowToSearchSection_inner .mokuteki .mokutekiList .mokutekiList_item .mokutekiList_item_title{font-size:20px;font-weight:700;text-align:center;margin-bottom:6px}.prefHowToSearchSection .prefHowToSearchSection_inner .mokuteki .mokutekiList .mokutekiList_item .mokutekiList_item_text{font-size:12px;margin-bottom:8px}.prefHowToSearchSection .prefHowToSearchSection_inner .mokuteki .mokutekiList .mokutekiList_item .mokutekiList_item_btn{text-align:center;margin-top:auto}@media screen and (max-width: 767px){.prefHowToSearchSection .prefHowToSearchSection_inner{width:auto;min-width:auto;padding:16px 16px 24px}.prefHowToSearchSection .prefHowToSearchSection_inner .searchBukken{width:100%;padding:16px 12px;left:50%;top:-20px;display:block;margin-bottom:16px}.prefHowToSearchSection .prefHowToSearchSection_inner .searchBukken .searchBukken_title{font-size:18px;font-weight:700;text-align:center;margin-bottom:8px}.prefHowToSearchSection .prefHowToSearchSection_inner .searchBukken .searchBukkenButtons{display:flex;flex-direction:column;align-items:center;padding:0;font-size:14px;font-weight:700;margin-left:0;gap:8px}.prefHowToSearchSection .prefHowToSearchSection_inner .searchBukken .searchBukkenButtons .searchBukkenButtons_item{font-size:16px;display:block;width:100% !important;padding:20px 0;background-position:center}.prefHowToSearchSection .prefHowToSearchSection_inner .searchBukken .searchBukkenButtons .searchBukkenButtons_item span{border-width:0 0 40px 40px;right:0;bottom:0}.prefHowToSearchSection .prefHowToSearchSection_inner .searchBukken .searchBukkenButtons .searchBukkenButtons_item span:before{right:8px;top:23px;width:8px;height:8px;transform:translate(0, 0) rotate(45deg);border-top:2px solid #fff;border-right:2px solid #fff}.prefHowToSearchSection .prefHowToSearchSection_inner .searchBukken .searchBukkenButtons .searchBukkenButtons_item.searchBukkenButtons_item-area{min-width:calc(33.83% - 3px)}.prefHowToSearchSection .prefHowToSearchSection_inner .searchBukken .searchBukkenButtons .searchBukkenButtons_item.searchBukkenButtons_item-railways{min-width:calc(37.83% - 3px)}.prefHowToSearchSection .prefHowToSearchSection_inner .searchBukken .searchBukkenButtons .searchBukkenButtons_item.searchBukkenButtons_item-map{min-width:calc(28.33% - 3px)}.prefHowToSearchSection .prefHowToSearchSection_inner .mokuteki .mokuteki_title{font-size:22px;margin-bottom:24px}.prefHowToSearchSection .prefHowToSearchSection_inner .mokuteki .mokutekiList{display:block}.prefHowToSearchSection .prefHowToSearchSection_inner .mokuteki .mokutekiList .mokutekiList_item{display:block;color:inherit;width:auto;position:relative}.prefHowToSearchSection .prefHowToSearchSection_inner .mokuteki .mokutekiList .mokutekiList_item:not(:first-child){margin-left:0}.prefHowToSearchSection .prefHowToSearchSection_inner .mokuteki .mokutekiList .mokutekiList_item .mokutekiList_item_img{top:16px;left:0;height:auto}.prefHowToSearchSection .prefHowToSearchSection_inner .mokuteki .mokutekiList .mokutekiList_item .mokutekiList_item_title{font-size:16px;text-align:left;margin-bottom:4px}.prefHowToSearchSection .prefHowToSearchSection_inner .mokuteki .mokutekiList .mokutekiList_item .mokutekiList_item_text{font-size:12px}.prefHowToSearchSection .prefHowToSearchSection_inner .mokuteki .mokutekiList .mokutekiList_item_big{display:block;color:inherit;width:auto;position:relative}.prefHowToSearchSection .prefHowToSearchSection_inner .mokuteki .mokutekiList .mokutekiList_item_big:not(:first-child){margin-left:0}.prefHowToSearchSection .prefHowToSearchSection_inner .mokuteki .mokutekiList .mokutekiList_item_big .mokutekiList_item_img{top:16px;left:0;height:auto}.prefHowToSearchSection .prefHowToSearchSection_inner .mokuteki .mokutekiList .mokutekiList_item_big .mokutekiList_item_text{font-size:12px}}@media screen and (max-width: 320px){.prefHowToSearchSection .prefHowToSearchSection_inner .searchBukken .searchBukkenButtons .searchBukkenButtons_item{font-size:13px}}.popularRankingItem_rank{font-weight:700;font-size:20px;line-height:1.4;min-width:36px;margin-right:20px;text-align:center;color:#ccc}.popularRankingItem_rank.popularRankingItem_rank-1{color:#ead21e}.popularRankingItem_rank.popularRankingItem_rank-2{color:#7ac0cc}.popularRankingItem_rank.popularRankingItem_rank-3{color:#b28e48}.print-map{width:225px;height:225px}.publish .publishIntroService{display:flex;gap:80px;justify-content:center}.publish .publishIntroService .publishIntroService_item{width:338px}.publish .publishIntroService .publishIntroService_item .publishIntroService_item_img{margin-bottom:8px}.publish .publishIntroService .publishIntroService_item .publishIntroService_item_name{font-size:18px;font-weight:700;text-align:center}.publish .publishIntroSystem{display:flex;gap:40px;justify-content:center;flex-wrap:wrap;margin-top:32px}.publish .publishIntroSystem .publishIntroSystem_item{width:400px}.publish .publishIntroSystem .publishIntroSystem_item .publishIntroSystem_item_name{font-size:18px;margin-bottom:8px;font-weight:700;text-align:center}.publish .publishIntroSystem .publishIntroSystem_item .publishIntroSystem_item_img{margin-bottom:8px}@media screen and (max-width: 767px){.publish .publishIntroService{flex-direction:column;gap:40px;align-items:center}.publish .publishIntroService .publishIntroService_item .publishIntroService_item_name{font-size:14px}.publish .publishIntroSystem{flex-direction:column;gap:40px;margin-top:24px}.publish .publishIntroSystem .publishIntroSystem_item{width:auto}.publish .publishIntroSystem .publishIntroSystem_item .publishIntroSystem_item_name{font-size:14px}}.publishContactBox .publishContactBox_title{background-color:#00ACAC;text-align:center;font-weight:700;font-size:24px;padding:8px;color:#fff}.publishContactBox .publishContactBox_content{background-color:#fffbd8;padding:16px 24px;display:flex;align-items:center}.publishContactBox .publishContactBox_content .publishContactBoxTel{flex:1}.publishContactBox .publishContactBox_content .publishContactBoxMail{flex:1}@media screen and (max-width: 767px){.publishContactBox .publishContactBox_title{font-size:16px;padding:8px}.publishContactBox .publishContactBox_content{background-color:#fffbd8;display:block;padding:16px 16px}}.publishContactBoxTel .publishContactBoxTel_title{font-weight:700;text-align:center;font-size:16px;margin-bottom:4px}.publishContactBoxTel .publishContactBoxTel_manage{margin-bottom:4px;font-size:14px}.publishContactBoxTel .publishContactBoxTel_number_wrapper{display:flex;align-items:center}.publishContactBoxTel .publishContactBoxTel_number_wrapper .publishContactBoxTel_number{display:flex;align-items:center;justify-content:flex-start;font-weight:700;text-align:center;font-size:20px;color:#ff820f}.publishContactBoxTel .publishContactBoxTel_number_wrapper .publishContactBoxTel_number:first-child{margin-right:6px}.publishContactBoxTel .publishContactBoxTel_number_wrapper .publishContactBoxTel_number span{font-size:12px;color:#fff;background-color:#ff820f;padding:3px 3px 3px 6px;margin-right:4px}.publishContactBoxTel .publishContactBoxTel_number_wrapper .publishContactBoxTel_number a{color:#ff820f}.publishContactBoxTel .publishContactBoxTel_number_wrapper .publishContactBoxTel_number a:hover{text-decoration:none;opacity:1}@media screen and (max-width: 767px){.publishContactBoxTel .publishContactBoxTel_title{font-size:14px;text-align:left}.publishContactBoxTel .publishContactBoxTel_manage{font-size:14px}.publishContactBoxTel .publishContactBoxTel_number_wrapper{display:block}.publishContactBoxTel .publishContactBoxTel_number_wrapper .publishContactBoxTel_number{font-size:23px;justify-content:center;margin-right:0 !important}}.publishContactBoxMail{position:relative}.publishContactBoxMail:after{content:'';display:block;position:absolute;width:1px;height:80px;background-color:#ccc;top:50%;left:0;transform:translate(0, -50%)}.publishContactBoxMail .publishContactBoxMail_note{text-align:center;margin-top:8px;font-size:14px}@media screen and (max-width: 767px){.publishContactBoxMail{margin-top:16px;padding-top:16px}.publishContactBoxMail:after{width:80px;height:1px;top:0;left:50%;transform:translate(-50%, 0)}.publishContactBoxMail .publishContactBoxMail_note{font-size:12px}}.icon-faq-popular{width:114px;height:94px;background:url(/assets/qa-icons-be0ba2160903f7aacad0a9d6bbb25991.png) 0px 0px no-repeat}.icon-faq{width:98px;height:84px;background:url(/assets/qa-icons-be0ba2160903f7aacad0a9d6bbb25991.png) -114px 0px no-repeat}.icon-faq-categories{width:95px;height:84px;background:url(/assets/qa-icons-be0ba2160903f7aacad0a9d6bbb25991.png) 0px -94px no-repeat}.icon-faq-answer{width:43px;height:38px;background:url(/assets/qa-icons-be0ba2160903f7aacad0a9d6bbb25991.png) -95px -94px no-repeat}.icon-faq-question{width:43px;height:38px;background:url(/assets/qa-icons-be0ba2160903f7aacad0a9d6bbb25991.png) -138px -94px no-repeat}.icon-faq-question-small{width:29px;height:26px;background:url(/assets/qa-icons-be0ba2160903f7aacad0a9d6bbb25991.png) -181px -94px no-repeat}.icon-local-nav-current{width:6px;height:8px;background:url(/assets/qa-icons-be0ba2160903f7aacad0a9d6bbb25991.png) -114px -84px no-repeat}.qaCategoryList{position:sticky;top:104px;width:100%}.qaCategoryList li.qaCategoryNavHeader{text-align:center;color:#fff;font-weight:700;background-color:#2E3032;padding:7px 0px 5px 5px}.qaCategoryList li>a,.qaCategoryList li>span{color:inherit;display:block;padding:8px 24px 8px 12px;position:relative;border-bottom:1px solid #ccc}.qaCategoryList li>a:before,.qaCategoryList li>span:before{position:absolute;content:"";display:block;right:12px;top:50%;width:8px;height:8px;border-top:2px solid #7a0;border-right:2px solid #7a0;transform:translate(0, -50%) rotate(45deg)}.qaCategoryList li.current{cursor:auto;background-color:#f0fbf3}@media screen and (max-width: 767px){.qaCategoryList{position:static}.qaCategoryList li.qaCategoryNavHeader{text-align:left;font-size:14px;padding:8px 24px 8px 12px}.qaCategoryList li>a,.qaCategoryList li>span{font-size:14px;padding:8px 24px 8px 12px}.qaCategoryList li>a:before,.qaCategoryList li>span:before{position:absolute;content:"";display:block;right:12px;top:50%;width:8px;height:8px;border-top:2px solid #7a0;border-right:2px solid #7a0;transform:translate(0, -50%) rotate(45deg)}.qaCategoryList li.current{cursor:auto;background-color:#f0fbf3}}.qaCategoriesHeader{margin-top:0px;margin-bottom:20px;font-size:40px;display:flex}.qa ul.qa-list{padding:16px;background-color:#FAFAFA}.qa ul.qa-list li{font-size:16px}.qa ul.qa-list li:not(:first-child){margin-top:8px}.qa section.qaCategories{margin-top:20px}.qa p{margin-top:1em}.qa p,.qa ol>li{font-size:15px;line-height:1.8}@media screen and (max-width: 767px){.qa ul.qa-list{padding:16px;font-size:14px}.qa ul.qa-list li{font-size:14px}.qa ul.qa-list li:not(:first-child){margin-top:8px}}.qaList{border-top:1px solid #ccc}.qaList .qaList_item{border-bottom:1px solid #ccc}.qaList .qaList_item .qaList_item_question{font-size:16px;padding:16px 28px 16px 16px;display:flex;position:relative}.qaList .qaList_item .qaList_item_question:before{content:"";position:absolute;display:block;width:8px;height:8px;border-top:2px solid #2da12d;border-right:2px solid #2da12d;transform:rotate(135deg) translate(-50%, 0);right:16px;top:24px}.qaList .qaList_item .qaList_item_question.active:before{transform:rotate(-45deg) translate(-50%, 0);right:10px;top:22px}.qaList .qaList_item .qaList_item_question:hover,.qaList .qaList_item .qaList_item_question.active{background-color:#f0fbf3;cursor:pointer}.qaList .qaList_item .qaList_item_answer{display:none}.qaList .qaList_item .qaList_item_answer.qaList_item_answer-open{display:block}.qaList .qaList_item .qaList_item_answer .qaList_item_answer_inner{font-size:16px;padding:16px;display:flex}.qaList .qaList_item.qaList_item-opened .qaList_item_question:before{display:none}.qaList .qaList_item.qaList_item-opened .qaList_item_question:hover,.qaList .qaList_item.qaList_item-opened .qaList_item_question.active{background-color:#fff;cursor:default}.qaList .qaList_item.qaList_item-opened .qaList_item_answer{display:block}@media screen and (max-width: 767px){.qaList .qaItem .qaItem_question{font-size:14px;padding:12px 28px 12px 8px}.qaList .qaItem .qaItem_question:before{border-top:2px solid #2da12d;border-right:2px solid #2da12d;right:16px;top:20px}.qaList .qaItem .qaItem_question.active:before{right:10px;top:18px}.qaList .qaItem .qaItem_answer .qaItem_answer_inner{font-size:14px;padding:12px 8px}}.icon_str_Q{font-weight:700;color:#ff820f;margin-right:4px}.icon_str_A{font-weight:700;color:#2da12d;margin-right:4px}.roomDetailContainer{width:1016px;margin:32px auto 0}@media screen and (max-width: 767px){.roomDetailContainer{width:auto;margin:0 auto;padding:0 16px}}@media screen and (min-width: 768px){.roomDetailContainer .table01>tbody>tr>th,.roomDetailContainer .table01>tbody>tr>td{padding:8px 16px}}.roomDetailHeader{padding:0 0 24px 0}.roomDetailHeader .roomDetailHeader_inner{width:1016px;margin:0 auto}.roomDetailHeader .roomDetailHeader_inner .breadcrumb{padding-top:16px}.roomDetailHeader .roomDetailHeader_inner .roomDetailHeader_bukkenName{font-size:24px;font-weight:700;margin-top:12px;position:relative;display:flex;padding-right:104px}.roomDetailHeader .roomDetailHeader_inner .roomDetailHeader_bukkenName .roomDetailHeader_bukkenName_name{line-height:1.4}.roomDetailHeader .roomDetailHeader_inner .roomDetailHeader_bukkenName .roomDetailHeader_bukkenName_fav .roomDetailHeader_bukkenName_fav_inner{position:absolute;right:0;top:6px;background-color:#F6F6F6;display:flex;align-items:center;padding:6px;cursor:pointer}.roomDetailHeader .roomDetailHeader_inner .roomDetailHeader_bukkenName .roomDetailHeader_bukkenName_fav .roomDetailHeader_bukkenName_fav_inner .roomItemWithFav_button_icon{width:28px}.roomDetailHeader .roomDetailHeader_inner .roomDetailHeader_bukkenName .roomDetailHeader_bukkenName_fav .roomDetailHeader_bukkenName_fav_inner .roomItemWithFav_button_text{text-align:center;font-size:10px;margin-left:4px;line-height:1.2;font-weight:700}@media screen and (min-width: 1136px){.roomDetailHeader .roomDetailHeader_inner .breadcrumb{margin-left:-36px}}@media screen and (max-width: 767px){.roomDetailHeader{padding:8px 16px 16px}.roomDetailHeader .roomDetailHeader_inner{width:auto}.roomDetailHeader .roomDetailHeader_inner .breadcrumb{padding-top:0}.roomDetailHeader .roomDetailHeader_inner .roomDetailHeader_bukkenName{font-size:18px;padding-right:40px}.roomDetailHeader .roomDetailHeader_inner .roomDetailHeader_bukkenName .roomDetailHeader_bukkenName_fav .roomDetailHeader_bukkenName_fav_inner{position:absolute;top:-8px;padding:6px}.roomDetailHeader .roomDetailHeader_inner .roomDetailHeader_bukkenName .roomDetailHeader_bukkenName_fav .roomDetailHeader_bukkenName_fav_inner .roomItemWithFav_button_icon{width:28px}.roomDetailHeader .roomDetailHeader_inner .roomDetailHeader_bukkenName .roomDetailHeader_bukkenName_fav .roomDetailHeader_bukkenName_fav_inner .roomItemWithFav_button_text{display:none}}.roomDetailNav{display:flex;border-top:1px solid #ddd;border-bottom:1px solid #ddd;position:sticky;top:74px;background-color:#FFFBD8;z-index:1000}.roomDetailNav .roomDetailNav_arrow{height:100%;padding:17px 10px;position:sticky;text-align:center;z-index:100;transition:all 0.3s}.roomDetailNav .roomDetailNav_arrow:before{content:"";position:absolute;display:block;width:8px;height:8px;transform:rotate(45deg) translate(-50%, -50%);top:55%}.roomDetailNav .roomDetailNav_arrow.roomDetailNav_arrow-left{left:0;background:linear-gradient(to left, rgba(255,255,255,0), #fff);opacity:0}.roomDetailNav .roomDetailNav_arrow.roomDetailNav_arrow-left:before{border-bottom:1px solid #333;border-left:1px solid #333;transform:rotate(45deg) translate(-50%, -50%);left:8px}.roomDetailNav .roomDetailNav_arrow.roomDetailNav_arrow-right{right:0;background:linear-gradient(to right, rgba(255,255,255,0.2), #fff);opacity:0}.roomDetailNav .roomDetailNav_arrow.roomDetailNav_arrow-right:before{border-top:1px solid #333;border-right:1px solid #333;transform:rotate(45deg) translate(-50%, -50%);right:8px}.roomDetailNav .roomDetailNav_inner{width:1016px;margin:0 auto;display:flex;justify-content:space-between;position:relative}.roomDetailNav .roomDetailNav_inner .roomDetailNav_item{padding:10px 0;flex-grow:1;text-align:center;position:relative;cursor:pointer;color:inherit}.roomDetailNav .roomDetailNav_inner .roomDetailNav_item.active:after,.roomDetailNav .roomDetailNav_inner .roomDetailNav_item:hover:after{content:'';display:block;width:100%;height:4px;position:absolute;bottom:-1px;left:0;background-color:#2da12d}@media screen and (max-width: 767px){.roomDetailNav{position:sticky;top:48px;overflow-x:auto;overflow-y:hidden}.roomDetailNav .roomDetailNav_inner{width:auto;margin:0 auto;display:flex;justify-content:center}.roomDetailNav .roomDetailNav_inner .roomDetailNav_item{white-space:nowrap;font-size:12px;padding:8px 16px}}.roomSummarySec .roomSummarySec_pr{color:#2da12d;font-weight:700;font-size:18px}.roomSummarySec .roomSummarySecContent{margin-top:16px;display:flex}.roomSummarySec .roomSummarySecContent .roomSummarySecContent_image{width:456px;position:relative}.roomSummarySec .roomSummarySecContent .roomSummarySecContent_image .roomSummarySecContent_image_type_second{position:absolute;z-index:10;top:30px;left:0;font-weight:700;font-size:12px;padding:4px 8px;text-align:center;background:rgba(247,247,247,0.85)}.roomSummarySec .roomSummarySecContent .roomSummarySecContent_image .roomSummarySecContent_image_type{position:absolute;z-index:10;top:0;left:0;font-weight:700;font-size:12px;padding:4px 8px;text-align:center;background:rgba(247,247,247,0.85)}.roomSummarySec .roomSummarySecContent .roomSummarySecContent_info{width:536px;margin-left:auto}.roomSummarySec .roomSummarySecContent .roomSummarySecContent_info .madoriInfo{position:relative;display:flex;justify-content:center}.roomSummarySec .roomSummarySecContent .roomSummarySecContent_info .madoriInfo .modoriInfo_item_icon{position:absolute;right:0px;bottom:8px;border-radius:8px;z-index:10;background-color:rgba(0,0,0,0.6);padding:6px 8px}.roomSummarySec .roomSummarySecContent .roomSummarySecContent_info .roomSummarySecContent_info_table>tbody>tr>th{background-color:#efefef}@media screen and (max-width: 767px){.roomSummarySec .roomSummarySec_pr{font-size:16px}.roomSummarySec .roomSummarySecContent{display:block;margin-top:8px}.roomSummarySec .roomSummarySecContent .roomSummarySecContent_image{width:auto}.roomSummarySec .roomSummarySecContent .roomSummarySecContent_info{width:auto}.roomSummarySec .roomSummarySecContent .roomSummarySecContent_info .roomSummarySecContent_info_table{display:block;margin-top:8px;border:none;border-top:1px solid #eaeaea}.roomSummarySec .roomSummarySecContent .roomSummarySecContent_info .roomSummarySecContent_info_table>tbody{display:block}.roomSummarySec .roomSummarySecContent .roomSummarySecContent_info .roomSummarySecContent_info_table>tbody>tr{display:flex;width:100%;border-bottom:1px solid #eaeaea}.roomSummarySec .roomSummarySecContent .roomSummarySecContent_info .roomSummarySecContent_info_table>tbody>tr th{display:block;width:120px;border:none}.roomSummarySec .roomSummarySecContent .roomSummarySecContent_info .roomSummarySecContent_info_table>tbody>tr td{display:block;width:100%;border:none}.roomSummarySec .roomSummarySecContent .roomSummarySecContent_info .roomSummarySecContent_info_price>tbody>tr th{font-size:11px;white-space:nowrap}.roomSummarySec .roomSummarySecContent .roomSummarySecContent_info .roomSummarySecContent_info_price>tbody>tr td{font-size:12px}}@media screen and (max-width: 320px){.roomSummarySec .roomSummarySec_pr{font-size:16px}.roomSummarySec .roomSummarySecContent .roomSummarySecContent_info .roomSummarySecContent_info_price>tbody>tr th{font-size:10px}.roomSummarySec .roomSummarySecContent .roomSummarySecContent_info .roomSummarySecContent_info_price>tbody>tr td{font-size:10px}}.setubiTags{display:flex;flex-wrap:wrap;gap:4px;margin-top:8px}.setubiTags .setubiTags_item{color:#C4C4C4;font-weight:700;font-size:12px;padding:3px 0;text-align:center;background-color:#EAEAEA;min-width:calc(25% - 3px)}.setubiTags .setubiTags_item.active{color:#fff;background-color:#2DA12D}@media screen and (max-width: 767px){.setubiTags{gap:4px;margin-top:8px}.setubiTags .setubiTags_item{font-size:10px;padding:3px 0;flex-grow:1}}.roomSummayCampaign{font-size:14px;border:1px solid #EC5342;padding:16px;margin-top:8px}.roomSummayCampaign .roomSummayCampaign_title{color:#EC5342;font-weight:700;line-height:1.4}.roomSummayCampaign .roomSummayCampaign_dsc p{margin-top:8px}.roomSummayPr{font-size:14px;border:1px solid #2da12d;padding:16px;margin-top:8px}.roomSummayPr .roomSummayPr_title{color:#2da12d;font-weight:700;line-height:1.4}.roomSummayPr .roomSummayPr_dsc p{margin-top:8px}.checkRentPrice{display:flex;background-color:#efefef}.checkRentPrice .checkRentPrice_title{display:flex;justify-content:center;align-items:center;color:#fff;font-weight:700;font-size:18px;padding:22px 0;text-align:center;background-color:#2DA12D;width:264px;min-width:264px}.checkRentPrice .checkRentPrice_title .checkRentPrice_title_icon{width:36px;margin-right:4px}.checkRentPrice .checkRentPrice_content{width:100%;display:flex;align-items:center;font-size:16px;padding:0 8px;white-space:nowrap}.checkRentPrice .checkRentPrice_content .checkRentPrice_content_text>input{width:44px;height:40px;font-size:17px;padding:4px;margin:0 4px}.checkRentPrice .checkRentPrice_content .checkRentPrice_content_calcButton{padding:8px;background-color:#2DA12D;color:#fff;font-weight:700;font-size:14px;margin-left:4px;cursor:pointer;white-space:nowrap;box-shadow:2px 2px 4px #aaa}.checkRentPrice .checkRentPrice_content .checkRentPriceResult{margin-left:12px;font-size:20px;font-weight:700;min-width:220px;text-align:center;white-space:nowrap}.checkRentPrice .checkRentPrice_content .checkRentPriceResult .checkRentPriceResult_price{font-size:28px;color:#EC5342}.checkRentPrice .checkRentPrice_content .checkRentPriceResult .checkRentPriceResult_note{font-size:10px;color:#555;text-align:center;font-weight:400;margin-top:-2px}.checkRentPrice .checkRentPrice_content .checkRentPriceResult .checkRentPriceResult_none{font-size:16px}@media screen and (max-width: 767px){.checkRentPrice{display:block}.checkRentPrice .checkRentPrice_title{font-size:16px;padding:8px 0;width:auto;min-width:inherit}.checkRentPrice .checkRentPrice_title .checkRentPrice_title_icon{width:24px;height:auto}.checkRentPrice .checkRentPrice_content{flex-direction:column;font-size:14px;padding:12px 8px;gap:8px}.checkRentPrice .checkRentPrice_content .checkRentPrice_content_text{text-align:center}.checkRentPrice .checkRentPrice_content .checkRentPrice_content_text>input{width:40px;height:32px;line-height:32px;font-size:16px}.checkRentPrice .checkRentPrice_content .checkRentPrice_content_calcButton{display:inline-block;margin-left:0}.checkRentPrice .checkRentPrice_content .checkRentPriceResult{margin-left:0}.checkRentPrice .checkRentPrice_content .checkRentPriceResult .checkRentPriceResult_none{margin-left:8px;margin-top:8px;font-size:12px}.roomSummayCampaign{font-size:12px}.roomSummayPr{font-size:12px}}@media screen and (max-width: 320px){.checkRentPrice .checkRentPrice_content{padding:12px 0}.checkRentPrice .checkRentPrice_content .checkRentPrice_content_text{font-size:12px}.checkRentPrice .checkRentPrice_content .checkRentPrice_content_text>input{width:32px}}.roomDetailPriceSec .campaignTitle{display:flex;align-items:center}.roomDetailPriceSec .campaignTitle img{margin-right:8px}.roomDetailPriceSec .priceSecTable.table01{width:auto;min-width:600px}.roomDetailPriceSec .priceSecTable.table01>tbody>tr th,.roomDetailPriceSec .priceSecTable.table01>tbody>tr td{padding:8px}.roomDetailKihinJohoSec table>tbody>tr>th{background-color:#efefef}.roomDetailSetubiSec table>tbody>tr>th{background-color:#efefef}.roomDetailSetubiSec .setubiIcons{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.roomDetailAccessSec table>tbody>tr>th{background-color:#efefef}.roomDetailAccessSec .roomDetailAccessContent{display:flex;gap:24px}.roomDetailAccessSec .roomDetailAccessContent .roomDetailAccessContent_left{width:100%}.roomDetailAccessSec .roomDetailAccessContent .roomDetailAccessContent_left .gmap{height:0;overflow:hidden;padding-bottom:66.67%;position:relative}.roomDetailAccessSec .roomDetailAccessContent .roomDetailAccessContent_left .gmap iframe{position:absolute;left:0;top:0;height:100%;width:100%}.roomDetailAccessSec .roomDetailAccessContent .roomDetailAccessContent_right{width:100%}@media screen and (max-width: 767px){.roomDetailAccessSec .roomDetailAccessContent{display:block}.roomDetailAccessSec .roomDetailAccessContent .roomDetailAccessContent_right{margin-top:16px}}.roomDetailContactSec table>tbody>tr>th{background-color:#efefef}.roomDetailOtherSec .roomDetailOtherContent>.roomDetailOtherContent_item{border-bottom:1px solid #ccc;padding-top:16px;padding-bottom:16px}.roomDetailOtherSec .roomDetailOtherContent>.roomDetailOtherContent_item .otherLinkList{display:flex;flex-wrap:wrap;gap:8px 12px}.roomDetailOtherSec .roomDetailOtherContent .bukkenNearList{display:flex;gap:16px;flex-wrap:wrap}.roomDetailOtherSec .roomDetailOtherContent .bukkenNearList .bukkenNearItem{width:328px}@media screen and (max-width: 767px){.roomDetailOtherSec .roomDetailOtherContent>.roomDetailOtherContent_item{padding-top:16px;padding-bottom:16px}.roomDetailOtherSec .roomDetailOtherContent>.roomDetailOtherContent_item .otherLinkList{display:flex}.roomDetailOtherSec .roomDetailOtherContent>.roomDetailOtherContent_item .otherLinkList a{font-size:14px}.roomDetailOtherSec .roomDetailOtherContent .bukkenNearList{flex-direction:column;gap:16px}.roomDetailOtherSec .roomDetailOtherContent .bukkenNearList .bukkenNearItem{width:auto}}.navigation-for-first-user{position:absolute;display:none;background-color:#ffffff;top:100px;right:100px;padding:12px}.navigation-for-first-user h5{margin:0px 0px 8px 0px;color:#0692c9;font-weight:bold;font-size:13px}.navigation-for-first-user .navigation-for-first-user-close{position:absolute;top:10px;right:12px;color:#666;vertical-align:bottom;cursor:pointer}.navigation-for-first-user .navigation-for-first-user-close .close-text{padding-right:2px}.navigation-for-first-user .link-for-first-user{position:relative;margin-top:6px;display:block;background-color:#2babda;border:none;color:white;width:270px;font-size:14px;padding:8px 0px 10px;text-align:center}.navigation-for-first-user .link-for-first-user:hover{text-decoration:none}.navigation-for-first-user .link-for-first-user .icon-arrow-left{position:absolute;border:none;top:8px;left:6px}.movie-area{text-align:center}.movie-area .movie-icon{padding:20px;background-color:#E6E6E6;display:inline-block;vertical-align:top}.movie-area .vr-movie{width:100%;height:500px;box-shadow:0 1px 1px 1px rgba(0,0,0,0.2)}#room-nav{z-index:10000;position:fixed;top:50%;right:0px}#room-nav.ie11{right:13px}#room-nav ul .navi-item{position:relative;border:1px solid #46AA78;border-radius:50%;display:block;width:10px;height:10px;margin:7px;cursor:pointer}#room-nav ul .navi-item.active{background-color:#46AA78}#room-nav ul .navi-item .section-name{position:absolute;cursor:auto;width:10em;text-align:right;top:-6px;right:16px;color:#37865f;font-weight:bold;text-shadow:1px 1px 0px #FFF}.roomImageSliderMain{margin:0 auto;width:100%}.roomImageSliderMain .roomImageSliderMain_item{position:relative;padding-top:66.67%;background:#fff;cursor:pointer}.roomImageSliderMain .roomImageSliderMain_item_icon{position:absolute;right:8px;bottom:8px;border-radius:8px;z-index:10;background-color:rgba(0,0,0,0.6);padding:6px 8px}.roomImageSliderMain .roomImageSliderMain_item>picture>img{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);height:auto;max-height:100%;width:auto;max-width:100%}.roomImageSliderMain .slick-arrow{z-index:10;display:block;width:32px;height:32px;border-radius:50%;background-color:rgba(0,172,172,0.9) !important;position:absolute}.roomImageSliderMain .slick-arrow:before{position:absolute;content:"";display:block;width:8px;height:8px;border-top:2px solid #fff;border-right:2px solid #fff;width:12px;height:12px;border-top:3px solid #fff;border-right:3px solid #fff}.roomImageSliderMain .slick-arrow.slick-prev{top:50%;left:-16px;transform:translate(0, -50%)}.roomImageSliderMain .slick-arrow.slick-prev:before{transform:rotate(225deg) translate(-50%, -50%);left:40%;top:6%}.roomImageSliderMain .slick-arrow.slick-next{top:50%;right:-16px;transform:translate(0, -50%)}.roomImageSliderMain .slick-arrow.slick-next:before{transform:rotate(45deg) translate(-50%, -50%);right:40%;top:56%}.roomImageSliderMain .slick-dots{padding:4px 0;margin-top:2px;background-color:rgba(0,0,0,0.6);color:#fff;position:relative}.roomImageSliderMain .slick-dots li{display:none}.roomImageSliderMain .slick-dots li.slick-active{display:block;width:100%}.slick-prev:before,.slick-next:before{color:#000}@media screen and (max-width: 767px){.roomImageSliderMain .roomImageSliderMain_item{padding-top:66.67%}.roomImageSliderMain .slick-arrow.slick-prev{left:4px}.roomImageSliderMain .slick-arrow.slick-next{right:4px}}.roomImageSliderText{margin-top:5px;text-align:center;width:100%}.roomImageSliderThumb .slick-arrow{z-index:10;display:block;width:32px;height:32px;border-radius:50%;background-color:rgba(0,172,172,0.9) !important;position:absolute}.roomImageSliderThumb .slick-arrow:before{position:absolute;content:"";display:block;width:8px;height:8px;border-top:2px solid #fff;border-right:2px solid #fff;width:12px;height:12px;border-top:3px solid #fff;border-right:3px solid #fff}.roomImageSliderThumb .slick-arrow.slick-prev{top:50%;left:-16px;transform:translate(0, -50%)}.roomImageSliderThumb .slick-arrow.slick-prev:before{transform:rotate(225deg) translate(-50%, -50%);left:40%;top:6%}.roomImageSliderThumb .slick-arrow.slick-next{top:50%;right:-16px;transform:translate(0, -50%)}.roomImageSliderThumb .slick-arrow.slick-next:before{transform:rotate(45deg) translate(-50%, -50%);right:40%;top:56%}.roomImageSliderThumb .slick-list .slick-track{display:flex;flex-wrap:wrap;margin-top:4px;margin-left:-3px}.roomImageSliderThumb .slick-list .slick-slide{margin-left:3px;margin-top:8px}.roomImageSliderThumb .slick-list .slick-thumb-current img{border:2px solid #4CC764}.roomImageSliderThumb .slick-dots{position:relative}.roomImageSliderThumb .slick-dots li button:before{font-size:20px}.roomImageSliderThumb .roomImageSliderThumb_item{position:relative;padding-top:66.67%;background:#fff;cursor:pointer}.roomImageSliderThumb .roomImageSliderThumb_item img{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);height:auto;max-height:100%;width:auto;max-width:100%}@media screen and (max-width: 767px){.roomImageSliderThumb .roomImageSliderThumb_item{padding-top:66.67%}}.roomImageModal_close{position:absolute;top:-40px;right:0;left:inherit;z-index:100}.roomImageModal_close:before{font-size:42px;color:#fff}.roomImageModalSlider{margin:0 auto;width:100%}.roomImageModalSlider .roomImageModalSlider_item{position:relative;padding-top:66.67%;background:#fff}.roomImageModalSlider .roomImageModalSlider_item img{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);height:auto;max-height:100%;width:auto;max-width:100%}.roomImageModalSlider .slick-arrow{z-index:10;display:block;width:32px;height:32px;border-radius:50%;background-color:rgba(0,172,172,0.9) !important;position:absolute}.roomImageModalSlider .slick-arrow:before{position:absolute;content:"";display:block;width:8px;height:8px;border-top:2px solid #fff;border-right:2px solid #fff;width:12px;height:12px;border-top:3px solid #fff;border-right:3px solid #fff}.roomImageModalSlider .slick-arrow.slick-prev{top:50%;left:-16px;transform:translate(0, -50%)}.roomImageModalSlider .slick-arrow.slick-prev:before{transform:rotate(225deg) translate(-50%, -50%);left:40%;top:6%}.roomImageModalSlider .slick-arrow.slick-next{top:50%;right:-16px;transform:translate(0, -50%)}.roomImageModalSlider .slick-arrow.slick-next:before{transform:rotate(45deg) translate(-50%, -50%);right:40%;top:56%}.slick-prev:before,.slick-next:before{color:#000}.roomImageModal{max-width:900px !important}@media screen and (max-width: 767px){.roomImageModalWrap.remodal{background:none}.roomImageModal_close{top:0}.roomImageModalSlider .roomImageModalSlider_item{padding-top:0;height:calc(100vh - 40px);background:rgba(0,0,0,0)}.roomImageModalSlider .roomImageModalSlider_item img{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);height:auto;width:auto;max-height:calc(100vh - 40px);max-width:100%}.roomImageModalSlider .slick-arrow.slick-prev{left:8px}.roomImageModalSlider .slick-arrow.slick-next{right:8px}.roomImageModal{max-width:inherit;padding:0}}.room_type .page-header-roomtype{text-align:center;padding:30px 0 40px}.room_type .page-header-roomtype img{max-width:100%}.room_type table{border-top:solid 2px #afafaf;border-left:solid 2px #afafaf;border-bottom:solid 2px #afafaf;margin-bottom:0.5em}.room_type table caption{border:solid 1px #afafaf;padding:0.5em}.room_type table th,.room_type table td{border-right:solid 2px #afafaf;border-bottom:solid 1px #afafaf;padding:0.5em}.room_type table thead th.first{background:#d3d3d3;width:16%}.room_type table thead th.second{background:#dbf9ea;width:42%}.room_type table thead th.third{background:#f9f9c8;width:42%}.room_type table tbody td.first{background:#e6e6e6;width:16%}.room_type table tbody td.second{background:#f4fcf8;width:42%}.room_type table tbody td.third{background:#fffee8;width:42%}.searchMapContainer{margin-top:10px;position:relative}.searchMapContainer .searchMapContainer_map{width:100%;height:600px;border:1px solid #afafaf;z-index:0}@media screen and (max-width: 767px){.searchMapContainer .searchMapContainer_map{height:600px}}.js-price-period-warning{font-size:11px;font-weight:normal}.sortController{display:flex;align-items:center;gap:8px}.sortController .sortController_text{white-space:nowrap;margin-left:40px}.sortController .sortController_select{margin-left:8px;border:2px solid #2da12d;border-radius:4px}.sortController .sortController_note{font-size:14px;white-space:nowrap}.sortController .sortController_button{background-color:#2da12d;color:#fff;padding:5px;font-weight:700}.sortController select{font-size:16px;padding:5px;border-color:#ccc}@media screen and (max-width: 767px){.sortController{flex-wrap:wrap;gap:4px}.sortController .sortController_text{margin-left:0;font-size:14px}.sortController .sortController_select{flex:1;min-width:200px}.sortController .sortController_note{width:100%;font-size:13px;margin-top:2px}.sortController .sortController_button{font-size:14px}.sortController select{font-size:16px}}.prefListWrap{margin-top:24px}.prefListWrap .prefList{display:flex;flex-wrap:wrap;gap:16px}.prefListWrap .prefList li{min-width:calc(50% - 8px);width:calc(50% - 8px);font-size:13px}.prefListWrap .prefList li span{font-weight:700}.prefListWrap .prefList li a{color:#333}@media screen and (max-width: 767px){.prefListWrap .prefList{flex-wrap:wrap;flex-direction:column;gap:16px}.prefListWrap .prefList li{min-width:100%;width:100%;font-size:14px}.prefListWrap .prefList li span{display:block}}.otherLinks .otherLinks_title{margin-bottom:8px}.otherLinks .otherLinks_links{margin-bottom:16px;display:flex;gap:8px;flex-direction:column}.mv{margin-top:-8px;background-image:url(/assets/img_mv-2b4d4c9ec0274ebd7917e2dcb3153597.jpg);background-size:cover;height:600px}.mv .mv_inner{width:1120px;min-width:1120px;margin:0 auto;padding:0 8px;position:relative;height:100%}.mv .mvContent{position:absolute;top:40px;left:8px}.mv .mvContent .mvContent_title{margin-bottom:16px}.mv .mvContent .mvContent_title .mvContent_title_head{font-weight:700;line-height:1.6;font-size:24px;margin-bottom:2px}.mv .mvContent .mvContent_title .mvContent_title_main{font-weight:700;line-height:1.5;font-size:44px;color:#2da12d;line-height:1.3}.mv .mvContent .mvContent_text{font-size:14px;margin-bottom:16px}.mv .mvContent .textSearch{width:416px}.mv .mvMap{position:absolute;right:0}@media screen and (max-width: 767px){.mv{height:210px}.mv .mv_inner{width:auto;min-width:auto;padding:0 16px;overflow:hidden}.mv .areaMap{position:absolute;top:36px;right:16px;width:26%}.mv .areaMap .areaMap_japan{width:100%;height:auto}.mv .mvContent{position:absolute;top:24px;left:16px}.mv .mvContent .mvContent_title{width:300px;margin-bottom:0}.mv .mvContent .mvContent_title .mvContent_title_head{line-height:1.7;font-size:12px}.mv .mvContent .mvContent_title .mvContent_title_main{font-size:24px;color:#2da12d;line-height:1.4}.mv .mvContent .mvContent_text{display:none}.mv .mvContent .mvContent_search{display:none}.mv .mvMap{position:absolute;right:0}}@media screen and (max-width: 320px){.mv{height:224px}.mv .mvContent{top:20px;left:16px}.mv .mvContent .mvContent_title .mvContent_title_head{font-size:10px}.mv .mvContent .mvContent_title .mvContent_title_main{font-size:20px}}.howToSearchSection{background-color:#f9f9f9}.howToSearchSection .howToSearchSection_inner{width:1120px;min-width:1120px;margin:0 auto;padding:24px 8px 24px;position:relative}.howToSearchSection .howToSearchSection_inner .searchBukken{position:absolute;padding:24px 40px;background:#fff;left:50%;top:-20px;transform:translate(-50%, -50%);display:flex;align-items:center;width:1104px;box-sizing:border-box;box-shadow:0 4px 4px rgba(0,0,0,0.15)}.howToSearchSection .howToSearchSection_inner .searchBukken .searchBukken_title{font-size:24px;font-weight:700}.howToSearchSection .howToSearchSection_inner .searchBukken .searchBukkenButtons{display:flex;align-items:center;padding:8px 8px;font-size:20px;font-weight:700;margin-left:16px;gap:16px;flex-grow:1}.howToSearchSection .howToSearchSection_inner .searchBukken .searchBukkenButtons .searchBukkenButtons_item{padding:40px 0;min-width:256px;text-align:center;color:#fff;font-size:24px;position:relative}.howToSearchSection .howToSearchSection_inner .searchBukken .searchBukkenButtons .searchBukkenButtons_item span{width:0;height:0;border-style:solid;border-width:0 0 48px 48px;border-color:transparent transparent #2da12d transparent;position:absolute;right:0;bottom:0}.howToSearchSection .howToSearchSection_inner .searchBukken .searchBukkenButtons .searchBukkenButtons_item span:before{position:absolute;content:"";display:block;right:8px;top:27px;width:10px;height:10px;transform:translate(0, 0) rotate(45deg);border-top:3px solid #fff;border-right:3px solid #fff}.howToSearchSection .howToSearchSection_inner .searchBukken .searchBukkenButtons .searchBukkenButtons_item.searchBukkenButtons_item-area{background-image:url(/assets/bg_bukkenSearch_area-26c60b9bf3aae87a1fbabc048563b0da.jpg);background-size:cover;min-width:calc(33.33% - 11px)}.howToSearchSection .howToSearchSection_inner .searchBukken .searchBukkenButtons .searchBukkenButtons_item.searchBukkenButtons_item-railways{background-image:url(/assets/bg_bukkenSearch_railways-0fe8bf341ef8fb9cc46df2d2acbb8b11.jpg);background-size:cover;min-width:calc(33.33% - 11px)}.howToSearchSection .howToSearchSection_inner .searchBukken .searchBukkenButtons .searchBukkenButtons_item.searchBukkenButtons_item-map{background-image:url(/assets/bg_bukkenSearch_map-bc9cf339c13dc2e5f3be53ea933e4aa1.jpg);background-size:cover;min-width:calc(33.33% - 11px)}.howToSearchSection .howToSearchSection_inner .spPrefSelect .spPrefSelect_title{font-size:22px;margin-bottom:8px;font-weight:700;text-align:center}.howToSearchSection .howToSearchSection_inner .mokuteki .mokuteki_title{font-size:36px;font-weight:700;text-align:center;margin-bottom:48px}.howToSearchSection .howToSearchSection_inner .mokuteki .mokutekiList{display:flex;justify-content:center}.howToSearchSection .howToSearchSection_inner .mokuteki .mokutekiList .mokutekiList_item_img{margin-bottom:8px;width:100%;height:auto}.howToSearchSection .howToSearchSection_inner .mokuteki .mokutekiList .mokutekiList_item_big{display:flex;padding:8px 0;flex-direction:column;color:inherit;width:568px}.howToSearchSection .howToSearchSection_inner .mokuteki .mokutekiList .mokutekiList_item_big:not(:first-child){margin-left:32px}.howToSearchSection .howToSearchSection_inner .mokuteki .mokutekiList .mokutekiList_item_big .mokutekiList_item_text{font-size:12px;margin-bottom:8px}.howToSearchSection .howToSearchSection_inner .mokuteki .mokutekiList .mokutekiList_item{display:flex;flex-direction:column;padding:8px 0;color:inherit;width:348px}.howToSearchSection .howToSearchSection_inner .mokuteki .mokutekiList .mokutekiList_item:not(:first-child){margin-left:32px}.howToSearchSection .howToSearchSection_inner .mokuteki .mokutekiList .mokutekiList_item .mokutekiList_item_title{font-size:20px;font-weight:700;text-align:center;margin-bottom:6px}.howToSearchSection .howToSearchSection_inner .mokuteki .mokutekiList .mokutekiList_item .mokutekiList_item_text{font-size:12px;margin-bottom:8px}.howToSearchSection .howToSearchSection_inner .mokuteki .mokutekiList .mokutekiList_item .mokutekiList_item_btn{text-align:center;margin-top:auto}@media screen and (max-width: 767px){.howToSearchSection .howToSearchSection_inner{width:auto;min-width:auto;padding:4px 16px 24px}.howToSearchSection .howToSearchSection_inner .searchBukken{width:calc(100% - 16px);padding:16px;left:50%;top:56px;display:block}.howToSearchSection .howToSearchSection_inner .searchBukken .searchBukken_title{font-size:18px;font-weight:700;text-align:center;margin-bottom:8px}.howToSearchSection .howToSearchSection_inner .searchBukken .searchBukkenButtons{display:flex;flex-direction:column;align-items:center;padding:0;font-size:14px;font-weight:700;margin-left:0;gap:8px}.howToSearchSection .howToSearchSection_inner .searchBukken .searchBukkenButtons .searchBukkenButtons_item{font-size:16px;display:block;width:100% !important;padding:20px 0;background-position:center}.howToSearchSection .howToSearchSection_inner .searchBukken .searchBukkenButtons .searchBukkenButtons_item span{border-width:0 0 40px 40px;right:0;bottom:0}.howToSearchSection .howToSearchSection_inner .searchBukken .searchBukkenButtons .searchBukkenButtons_item span:before{right:8px;top:23px;width:8px;height:8px;transform:translate(0, 0) rotate(45deg);border-top:2px solid #fff;border-right:2px solid #fff}.howToSearchSection .howToSearchSection_inner .mokuteki .mokuteki_title{font-size:22px;margin-bottom:24px}.howToSearchSection .howToSearchSection_inner .mokuteki .mokutekiList{display:block}.howToSearchSection .howToSearchSection_inner .mokuteki .mokutekiList .mokutekiList_item{color:inherit;width:auto;position:relative}.howToSearchSection .howToSearchSection_inner .mokuteki .mokutekiList .mokutekiList_item:not(:first-child){margin-left:0}.howToSearchSection .howToSearchSection_inner .mokuteki .mokutekiList .mokutekiList_item .mokutekiList_item_img{top:16px;left:0;height:auto}.howToSearchSection .howToSearchSection_inner .mokuteki .mokutekiList .mokutekiList_item .mokutekiList_item_title{font-size:16px;text-align:left;margin-bottom:4px}.howToSearchSection .howToSearchSection_inner .mokuteki .mokutekiList .mokutekiList_item .mokutekiList_item_text{font-size:12px}.howToSearchSection .howToSearchSection_inner .mokuteki .mokutekiList .mokutekiList_item_big{display:block;color:inherit;width:auto;position:relative}.howToSearchSection .howToSearchSection_inner .mokuteki .mokutekiList .mokutekiList_item_big:not(:first-child){margin-left:0}.howToSearchSection .howToSearchSection_inner .mokuteki .mokutekiList .mokutekiList_item_big .mokutekiList_item_img{top:16px;left:0;height:auto}.howToSearchSection .howToSearchSection_inner .mokuteki .mokutekiList .mokutekiList_item_big .mokutekiList_item_text{font-size:12px}}.bannarSection{background-color:#f9f9f9;border-bottom:1px solid #ccc}.bannarSection .bannarSection_inner{width:1120px;min-width:1120px;margin:0 auto;padding:40px 8px;position:relative}.bannarSection .bannarSection_inner .bannarSection_inner_bannarWrap{width:720px;margin:0 auto}.bannarSection .bannarSection_inner .bannarSection_inner_bannarWrap .banner-area .banner{margin-bottom:0;background:#fff}@media screen and (max-width: 767px){.bannarSection .bannarSection_inner{width:auto;min-width:auto;padding:24px 16px}.bannarSection .bannarSection_inner .bannarSection_inner_bannarWrap{width:100%}}.guideSection{border-bottom:1px solid #ccc}.guideSection .guideSection_inner{width:1120px;min-width:1120px;margin:0 auto;padding:56px 8px 80px;position:relative}.guideSection .guideSection_inner .guideSection_title{font-size:36px;font-weight:700;text-align:center;margin-bottom:48px}.guideSection .guideSection_inner .guide_banner img{margin:0 auto;width:500px}@media screen and (max-width: 767px){.guideSection .guideSection_inner{width:auto;min-width:inherit;padding:40px 16px 56px}.guideSection .guideSection_inner .guideSection_title{font-size:22px;margin-bottom:24px}.guideSection .guideSection_inner .guide_banner img{width:100%}}.rankingSection{border-bottom:1px solid #ccc}.rankingSection .rankingSection_inner{width:1120px;min-width:1120px;margin:0 auto;padding:56px 8px 80px;position:relative}.rankingSection .rankingSection_inner .rankingSection_title{font-size:36px;font-weight:700;text-align:center;margin-bottom:48px}.rankingSection .rankingSection_inner .rankingRow{display:flex;justify-content:center}.rankingSection .rankingSection_inner .rankingRow:not(:first-child){margin-top:-1px}.rankingSection .rankingSection_inner .rankingRow .rankingAreaItem{background-color:#2da12d;color:#fff;font-weight:700;text-align:center;font-size:18px;display:flex;align-items:center;padding:0 8px}.rankingSection .rankingSection_inner .rankingRow .rankingItem{display:flex;align-items:center;border-top:1px solid #ccc;border-bottom:1px solid #ccc;border-right:1px solid #ccc;padding:12px;padding-right:32px;width:248px;position:relative}.rankingSection .rankingSection_inner .rankingRow .rankingItem .rankingItem_rank{font-weight:700;font-size:18px;margin-right:8px;color:#ccc}.rankingSection .rankingSection_inner .rankingRow .rankingItem .rankingItem_rank.rankingItem_rank-1{color:#ead21e}.rankingSection .rankingSection_inner .rankingRow .rankingItem .rankingItem_rank.rankingItem_rank-2{color:#7ac0cc}.rankingSection .rankingSection_inner .rankingRow .rankingItem .rankingItem_rank.rankingItem_rank-3{color:#b28e48}.rankingSection .rankingSection_inner .rankingRow .rankingItem .rankingItem_name{font-weight:700;font-size:18px;color:#333;margin-right:6px}.rankingSection .rankingSection_inner .rankingRow .rankingItem .rankingItem_nameEn{font-weight:700;color:#ccc;font-size:14px}.rankingSection .rankingSection_inner .rankingRow .rankingItem:before{position:absolute;content:"";display:block;right:12px;top:49%;width:12px;height:12px;transform:translate(0, -50%) rotate(45deg);border-top:3px solid #7a0;border-right:3px solid #7a0}@media screen and (max-width: 767px){.rankingSection{border-bottom:1px solid #ccc}.rankingSection .rankingSection_inner{width:auto;min-width:inherit;padding:40px 16px 56px}.rankingSection .rankingSection_inner .rankingSection_title{font-size:22px;margin-bottom:24px}.rankingSection .rankingSection_inner .rankingRowWrap{display:flex;gap:8px}.rankingSection .rankingSection_inner .rankingRowWrap .rankingRow{display:block;width:100%}.rankingSection .rankingSection_inner .rankingRowWrap .rankingRow:not(:first-child){margin-top:-1px}.rankingSection .rankingSection_inner .rankingRowWrap .rankingRow .rankingAreaItem{font-size:14px;display:flex;padding:8px}.rankingSection .rankingSection_inner .rankingRowWrap .rankingRow .rankingItem{font-size:14px;padding:8px;padding-right:32px;width:auto;border-top:none;border-right:none}.rankingSection .rankingSection_inner .rankingRowWrap .rankingRow .rankingItem .rankingItem_rank{font-size:14px;margin-right:8px}.rankingSection .rankingSection_inner .rankingRowWrap .rankingRow .rankingItem .rankingItem_name{font-size:14px;margin-right:6px}.rankingSection .rankingSection_inner .rankingRowWrap .rankingRow .rankingItem .rankingItem_nameEn{display:none}.rankingSection .rankingSection_inner .rankingRowWrap .rankingRow .rankingItem:before{right:12px;top:49%;width:8px;height:8px;transform:translate(0, -50%) rotate(45deg);border-top:2px solid #7a0;border-right:2px solid #7a0}}.recomendSection{background-color:#f9f9f9;border-bottom:1px solid #ccc}.recomendSection .recomendSection_inner{width:1120px;min-width:1120px;margin:0 auto;padding:56px 8px 80px;position:relative}.recomendSection .recomendSection_inner .recomendSection_title{font-size:36px;font-weight:700;text-align:center;margin-bottom:48px}.recomendSection .recomendSection_inner .recomendSection_buttons{margin-top:40px;display:flex;justify-content:center;align-items:baseline}.recomendSection .recomendSection_inner .recomendSection_buttons>*:not(:first-child){margin-left:16px}.recomendSection .recomendSection_inner .bukkenMediumList{display:flex;flex-wrap:wrap;width:1016px;margin:0 auto}.recomendSection .recomendSection_inner .bukkenMediumList .bukkenMediumItem{width:500px;min-width:500px}.recomendSection .recomendSection_inner .bukkenMediumList .bukkenMediumItem:nth-child(even){margin-left:16px}.recomendSection .recomendSection_inner .bukkenMediumList .bukkenMediumItem:nth-child(n+3){margin-top:16px}@media screen and (max-width: 767px){.recomendSection .recomendSection_inner{width:auto;min-width:inherit;padding:40px 16px 56px}.recomendSection .recomendSection_inner .recomendSection_title{font-size:22px;margin-bottom:24px}.recomendSection .recomendSection_inner .recomendSection_buttons{margin-top:40px;display:flex}.recomendSection .recomendSection_inner .recomendSection_buttons>*:not(:first-child){margin-left:16px}.recomendSection .recomendSection_inner .bukkenMediumList{display:flex;flex-wrap:wrap;width:auto;margin:0 auto}.recomendSection .recomendSection_inner .bukkenMediumList .bukkenMediumItem{width:auto;min-width:inherit}.recomendSection .recomendSection_inner .bukkenMediumList .bukkenMediumItem:nth-child(even){margin-left:0}.recomendSection .recomendSection_inner .bukkenMediumList .bukkenMediumItem:nth-child(n+3){margin-top:0}.recomendSection .recomendSection_inner .bukkenMediumList .bukkenMediumItem:not(:first-child){margin-top:16px}}.latestSection{border-bottom:1px solid #ccc}.latestSection .latestSection_inner{width:1120px;min-width:1120px;margin:0 auto;padding:56px 8px 80px;position:relative}.latestSection .latestSection_inner .latestSection_title{font-weight:700;margin-bottom:48px;display:flex;align-items:baseline;justify-content:center}.latestSection .latestSection_inner .latestSection_title .latestSection_title_text{font-size:36px}.latestSection .latestSection_inner .latestSection_title .latestSection_title_count{margin-left:8px;font-size:28px;font-weight:400}.latestSection .latestSection_inner .latestSection_content{width:1016px;margin:0 auto;font-size:18px;margin-bottom:20px}.latestSection .latestSection_inner .latestSection_content .note{font-size:12px;margin:24px 0}.latestSection .latestSection_inner .bukkenMediumList{display:flex;flex-wrap:wrap;width:1016px;margin:0 auto}.latestSection .latestSection_inner .bukkenMediumList .bukkenMediumItem{width:500px;min-width:500px}.latestSection .latestSection_inner .bukkenMediumList .bukkenMediumItem:nth-child(even){margin-left:16px}.latestSection .latestSection_inner .bukkenMediumList .bukkenMediumItem:nth-child(n+3){margin-top:16px}.latestSection .latestSection_buttons{margin-top:40px;display:flex;justify-content:center;align-items:baseline}.latestSection .latestSection_buttons>*:not(:first-child){margin-left:16px}@media screen and (max-width: 767px){.latestSection .latestSection_inner{width:auto;min-width:inherit;padding:40px 16px 56px}.latestSection .latestSection_inner .latestSection_title{margin-bottom:16px;display:flex}.latestSection .latestSection_inner .latestSection_title .latestSection_title_text{font-size:22px}.latestSection .latestSection_inner .latestSection_title .latestSection_title_count{margin-left:4px;font-size:18px}.latestSection .latestSection_inner .latestSection_content{font-size:14px;width:auto;margin-bottom:20px}.latestSection .latestSection_inner .bukkenMediumList{display:flex;flex-wrap:wrap;width:auto;margin:0 auto}.latestSection .latestSection_inner .bukkenMediumList .bukkenMediumItem{width:auto;min-width:inherit}.latestSection .latestSection_inner .bukkenMediumList .bukkenMediumItem:nth-child(even){margin-left:0}.latestSection .latestSection_inner .bukkenMediumList .bukkenMediumItem:nth-child(n+3){margin-top:0}.latestSection .latestSection_inner .bukkenMediumList .bukkenMediumItem:not(:first-child){margin-top:16px}.latestSection .latestSection_buttons{margin-top:24px;flex-direction:column;align-items:center}.latestSection .latestSection_buttons>*:not(:first-child){margin-left:0;margin-top:8px}}.historySection{border-bottom:1px solid #ccc;visibility:hidden}.historySection.historySection-visible{visibility:visible}.historySection.historySection-empty{border-bottom:none;height:0;min-height:0;overflow:hidden}.historySection .historySection_inner{width:1120px;min-width:1120px;margin:0 auto;padding:56px 8px 80px;position:relative}.historySection .historySection_inner .historySection_title{font-weight:700;margin-bottom:48px;display:flex;align-items:baseline;justify-content:center}.historySection .historySection_inner .historySection_title .historySection_title_text{font-size:36px}.historySection .historySection_inner .historySection_buttons{margin-top:40px;display:flex;justify-content:center;align-items:baseline}.historySection .historySection_inner .historySection_buttons>*:not(:first-child){margin-left:16px}@media screen and (max-width: 767px){.historySection{border-bottom:1px solid #ccc}.historySection .historySection_inner{width:auto;min-width:inherit;padding:56px 16px 80px}.historySection .historySection_inner .historySection_title{margin-bottom:24px;display:flex}.historySection .historySection_inner .historySection_title .historySection_title_text{font-size:22px}.historySection .historySection_inner .historySection_buttons{margin-top:24px;display:flex}.historySection .historySection_inner .historySection_buttons>*:not(:first-child){margin-left:16px}}.forOwnerSection{border-bottom:1px solid #ccc;min-height:304px;background-image:url(/assets/bg_for_owner-00bf93722997e6c20024e2ecc30c4139.png);background-size:cover}.forOwnerSection .forOwnerSection_inner{width:1120px;min-width:1120px;margin:0 auto;padding:40px 8px;position:relative}.forOwnerSection .forOwnerSection_inner .forOwnerImg{position:absolute;top:50%;left:0;transform:translate(0, -50%)}.forOwnerSection .forOwnerSection_inner .forOwnerContent{margin-left:400px}.forOwnerSection .forOwnerSection_inner .forOwnerContent .forOwnerContent_title{color:#fff;font-size:30px;font-weight:700;line-height:1.4}.forOwnerSection .forOwnerSection_inner .forOwnerContent .forOwnerContent_text{color:#fff;margin-top:16px}.forOwnerSection .forOwnerSection_inner .forOwnerContent .forOwnerContent_button{margin-top:24px}.forOwnerSection .forOwnerSection_inner .forOwnerContent .forOwnerContent_button a{min-width:320px}@media screen and (max-width: 767px){.forOwnerSection{min-height:inherit}.forOwnerSection .forOwnerSection_inner{width:auto;min-width:inherit;margin:0 auto;padding:40px 16px}.forOwnerSection .forOwnerSection_inner .forOwnerImg{position:static;transform:translate(0, 0);margin:0 auto;height:auto}.forOwnerSection .forOwnerSection_inner .forOwnerContent{margin-top:16px;margin-left:0}.forOwnerSection .forOwnerSection_inner .forOwnerContent .forOwnerContent_title{font-size:18px}.forOwnerSection .forOwnerSection_inner .forOwnerContent .forOwnerContent_text{font-size:14px;margin-top:16px}.forOwnerSection .forOwnerSection_inner .forOwnerContent .forOwnerContent_button{margin-top:24px;text-align:center}.forOwnerSection .forOwnerSection_inner .forOwnerContent .forOwnerContent_button a{min-width:auto}}.blankNoticeSection{border-bottom:1px solid #ccc}.blankNoticeSection .blankNoticeSection_inner{width:1120px;min-width:1120px;margin:0 auto;padding:56px 8px 80px;position:relative}.blankNoticeSection .blankNoticeSection_inner .blankNoticeSection_title{font-size:36px;font-weight:700;text-align:center;margin-bottom:48px}@media screen and (max-width: 767px){.blankNoticeSection{border-bottom:1px solid #ccc}.blankNoticeSection .blankNoticeSection_inner{width:auto;min-width:inherit;padding:32px 16px}.blankNoticeSection .blankNoticeSection_inner .blankNoticeSection_title{font-size:22px;margin-bottom:24px}}.blankKeisaiSection{border-bottom:1px solid #ccc}.blankKeisaiSection .blankKeisaiSection_inner{width:1120px;min-width:1120px;margin:0 auto;padding:56px 8px 80px;position:relative}.blankKeisaiSection .blankKeisaiSection_inner .blankKeisaiSection_title{font-size:36px;font-weight:700;text-align:center;margin-bottom:48px}@media screen and (max-width: 767px){.blankKeisaiSection{border-bottom:1px solid #ccc}.blankKeisaiSection .blankKeisaiSection_inner{width:auto;min-width:inherit;padding:32px 16px}.blankKeisaiSection .blankKeisaiSection_inner .blankKeisaiSection_title{font-size:22px;margin-bottom:24px}}.kodawariSection{border-bottom:1px solid #ccc}.kodawariSection .kodawariSection_inner{width:1120px;min-width:1120px;margin:0 auto;padding:56px 0px 10px;position:relative}.kodawariSection .kodawariSection_inner .kodawariSection_title{font-size:36px;font-weight:700;text-align:center;margin-bottom:48px}.kodawariSection .kodawariSection_inner .kodawariSection_ninki{display:block;margin-bottom:48px}.kodawariSection .kodawariSection_inner .kodawariSection_ninki .item{display:inline-flex;width:48%;gap:5px;margin:2px 5px}.kodawariSection .kodawariSection_inner .kodawariSection_ninki .item .picture{width:40%}.kodawariSection .kodawariSection_inner .kodawariSection_ninki .item .picture img{width:210px;height:140px;object-fit:cover}.kodawariSection .kodawariSection_inner .kodawariSection_ninki .item .content{width:60%;margin:0 5px}.kodawariSection .kodawariSection_inner .kodawariSection_ninki .item .content .name{font-weight:700;font-size:18px;color:#4e4ee0}.kodawariSection .kodawariSection_inner .kodawariSection_ninki .item .content .text{font-size:14px}.kodawariSection .kodawariSection_inner .kodawariSection_kodawari .button-kodawari{width:19%;font-size:14px;justify-content:left}@media screen and (max-width: 767px){.kodawariSection{border-bottom:1px solid #ccc}.kodawariSection .kodawariSection_inner{width:auto;min-width:inherit;padding:32px 16px}.kodawariSection .kodawariSection_inner .kodawariSection_title{font-size:22px;margin-bottom:24px}.kodawariSection .kodawariSection_inner .kodawariSection_ninki{margin-bottom:20px}.kodawariSection .kodawariSection_inner .kodawariSection_ninki .item{width:100%;margin-top:16px}.kodawariSection .kodawariSection_inner .kodawariSection_ninki .item .picture img{width:100%;height:auto}.kodawariSection .kodawariSection_inner .kodawariSection_ninki .item .content .name{font-size:16px}.kodawariSection .kodawariSection_inner .kodawariSection_ninki .item .content .text{font-size:12px}.kodawariSection .kodawariSection_inner .kodawariSection_kodawari .button-kodawari{width:48%;font-size:12px;margin:10px 1px;padding:10px 5px}}.top-tokyo-osaka{margin:20px auto 10px;padding:0px;width:960px;height:145px;position:relative}.top-tokyo-osaka .header-container{position:absolute;top:-7px;left:10px;z-index:2}.top-tokyo-osaka .header-img{width:735px;height:30px}.top-tokyo-osaka .city{position:relative;width:308px;height:84px;top:47px;display:inline-block;float:left;margin-left:9px}.top-tokyo-osaka .city-top{position:absolute;top:12px;left:35px}.top-tokyo-osaka .city-top-img{width:110px;height:50px}.top-tokyo-osaka .links{position:absolute;left:140px;top:1px}.top-tokyo-osaka .links li{padding:0;margin-left:15px}.top-tokyo-osaka .icon-tower{position:absolute;display:block;bottom:4px;left:10px;z-index:1}.top-tokyo-osaka .icon-skytree{width:21px;height:106px}.top-tokyo-osaka .icon-tsutenkaku{width:24px;height:88px}.top-tokyo-osaka .icon-fu{width:24px;height:88px}.top-tokyo-osaka .area{width:64px;height:75px}.top-tokyo-osaka .railway{width:65px;height:75px}.versus .page-header-versus{text-align:center;padding:20px 0 30px}.versus .page-header-versus img{max-width:100%}.versus .bold{font-weight:bold}.versus table{width:100%;border-top:solid 1px #ccc;border-left:solid 1px #ccc;border-bottom:solid 1px #ccc}.versus table th,.versus table td{border-right:solid 1px #ccc;border-bottom:solid 1px #ccc;padding:0.5em}.versus table thead th{text-align:center;background:#fffbd8;color:#333}.versus table thead th:first-child{width:127px}.versus table thead th:nth-child(2){background:#2da12d;color:#fff;width:284px}.versus table thead th:nth-child(3){width:284px}.versus table thead th:nth-child(4){width:284px}.versus table tbody td{vertical-align:top}.versus table tbody td:first-child{background:#fffbd8}.versus table tbody td:nth-child(2){background:#eafaf1}.versus table tbody td:nth-child(3){background:#fff}.versus table tbody td:nth-child(4){background:#fff}.versus .price td:nth-child(2),.versus .price td:nth-child(3),.versus .price td:nth-child(4){text-align:right}.versus .versusMatome{font-size:22px;font-weight:700;padding:16px 24px;line-height:1.7;display:block;width:760px;position:relative;text-align:center;margin:0 auto;color:#2da12d}.versus .versusMatome:before,.versus .versusMatome:after{content:'';width:24px;height:24px;position:absolute}.versus .versusMatome:before{border-left:solid 2px #ccc;border-top:solid 2px #ccc;top:0;left:0}.versus .versusMatome:after{border-right:solid 2px #ccc;border-bottom:solid 2px #ccc;bottom:0;right:0}@media screen and (max-width: 767px){.versus .versusMatome{font-size:16px;padding:16px 0px;width:auto}}@media screen and (max-width: 320px){.versus .versusMatome{font-size:14px}}
