@charset "utf-8";
a{color:#1d3994;text-decoration:none;vertical-align:bottom;}
a:hover{text-decoration:underline;}
.clearfix::after{clear:both;content:"";display:block;}
p{padding:0;line-height:1.35;}
*{margin:0;padding:0;font-size:100%;}
ul{list-style:none;}
img{vertical-align:bottom;border:none;}
*,body{font-family: Verdana, Arial, 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;}
#pageTops{display:block;position:fixed;z-index:9999;bottom:-80px;right:10px;width:60px;height:60px;padding:0;border-radius:50%;background:#999;color:#fff;font-size:30px;text-align:center;text-decoration:none;line-height:60px;transition:.5s;}
#pageTops img{width:30px;}
#shell:before,#shell:after,.clearfix:before,.clearfix:after{display:table;}
#shell:after,.clearfix:after{clear:both;}
#shell,.clearfix{*zoom:1;}
.mb05{margin-bottom:5px;}
#lean_overlay{position:fixed;top:0px;left:0px;height:100%;width:100%;background:#000;display:none;z-index:100000;}
.FlexBox{display:flex;}

#shell{position:relative;width:100%;;overflow:hidden;}
#shell img{max-width:100%;}
div#common-header-wrap{width:100%;border-bottom:2px solid #dddddd;height:105px;}
div#common-header-wrap .centerGlobal{width:990px;margin:0 auto;}
div#global{height:60px;padding-top:5px;}
div#global #logo{width:265px;float:left;margin-top:0;}
#areamap{width:990px;margin:0 auto;height:33px;}
#areamap ul.area_menu{margin-top:5px;}
#areamap ul.area_menu li.area_menu_list{float:left;margin-right:7px;text-decoration:none;border:1px solid #dfdfdf;border-radius:5px;}
#areamap ul.area_menu li.area_menu_list li.area_menu_item{float:left;}
#areamap ul.area_menu li.area_menu_list li.area_menu_item:not(.current):first-of-type:hover{border-radius:5px 0 0 5px;}
#areamap ul.area_menu li.area_menu_list li.popbox_wrap:hover{position:relative;border-radius:0 5px 0 0;}
#areamap ul.area_menu li.area_menu_list li.area_menu_item:not(.current):hover{background:#1d3994;text-decoration:none;}
#areamap ul.area_menu li.area_menu_list li.area_menu_item a{line-height:26px;padding:2px 10px 4px;color:#333;font-weight:bold;font-size:12px;display:inline;}
#areamap ul.area_menu li.area_menu_list li.area_menu_item:not(:last-of-type) a{border-right:1px solid #dfdfdf;}
#areamap ul.area_menu li.area_menu_list li.area_menu_item:not(:last-of-type):not(.current):hover a{border-right:1px solid #1d3994;}
#areamap ul.area_menu  li.area_menu_list li.area_menu_item:not(.current):hover>a:not(.current){color:#fff;text-decoration:none;}
.popbox{display:none;text-align:left;position:absolute;top:auto;background:#fff;border-radius:0 5px 5px;border:4px solid #1d3994;padding:15px;left:0;font-size:12px;line-height:1rem;min-width:600px;}
li.popbox_wrap:hover .popbox{display:block;z-index:100;}
.popbox .popzenkoku_list{margin-bottom:10px;line-height:1rem;}
.popbox .popzenkoku_list dt{margin-bottom:5px;font-weight:bold;}
.popbox .popzenkoku_list dd ul{overflow:hidden;}
.popbox .popzenkoku_list dd ul li{float:left;padding:0 10px;}
.popbox .popzenkoku_list dd ul li:first-of-type{display:inline-block;padding:0 10px 0 0;}
.popbox .popzenkoku_list dd ul li:not(:last-of-type){border-right:1px solid #aaa;}
#areamap ul.area_menu  li.area_menu_list li.area_menu_item .popbox .popzenkoku_list dd ul li a{color:#1d3994;padding:0;line-height:16px;font-weight:normal;}
.footerwrap{background:#ffffff;border-top:2px solid #ddd;margin-top:0!important;clear:both;}
div#footer{margin:5px auto 0px;width:990px;clear:both;}
div#footer > .footermenu{overflow:hidden;height:auto;border-bottom:1px solid #eee;margin-bottom:6px;}
div#footer > .footermenu > .footerlogo{padding-top:0;float:left;}
div#footer ul,div#footer address,div#footer p,div#footer div#end{margin:0 auto;font-size:10px;}
div#header ul li,div#footer ul li{display:inline;}
div#footer ul li{font-size: 12px;}
#ritSpecialContents{float:right;width:900px;}
.ritFootBox{clear:both;overflow:hidden;padding:5px 0 0 0;}
#ritSpecialContents .ritSpCntMainCtg li{float:left;padding-bottom:7px;padding-right:10px;}
#ritSpecialContents a{white-space:nowrap;}
#ritSpecialContents a{color:#000;text-decoration:none;}

/* main */
#passwordReminder {
    width: 710px;
    margin: 64px auto 16px;
    overflow: hidden;
    padding: 16px;
    border: 1px solid rgba(0,0,0,0.2);
}
#passwordReminder h3 {
    color: #3ea1ff;
    font-size: 18px;
    border-bottom: 2px solid #3ea1ff;
    padding: 0 0 8px 8px;
}

#passwordReminder .torokuText {
    padding: 20px 20px;
    font-size: 12px;
}
#passwordReminder .torokuText a {
    color: #3ea1ff;
}
#passwordReminder .torokuText span {
    color: #f00;
}
p.link {
    padding-left: 20px;
}
p.link a {
    color: #3ea1ff;
    text-decoration: underline;
    font-size: 14px;
    line-height: 18px;
}
#passwordReminder .btnBox {
    width: 400px;
    overflow: hidden;
    margin: 0 auto;
    padding: 15px 0;
}
#passwordReminder .btnBox p {
    float: left;
    text-align: center;
}
#passwordReminder .btnBox p a {
    border-radius: 5px;
    color: #fff;
    display: block;
    line-height: 46px;
    font-weight: bold;
    font-size: 18px;
    transition: 0.3s;
    text-decoration: none;
}
p.btnReturn {
    width:150px;
    margin-right:10px;
}
p.btnReturn a {
    background: #93a8bd;
    box-shadow: 1px 1px 1px #7791ab;
    border-bottom: 1px solid #7791ab;
}
p.btnEnter {
    width: 240px;
}
p.btnEnter a {
    background: #3ea1ff;
    box-shadow: 1px 1px 1px #207ad0;
    border-bottom: 1px solid #207ad0;
}
.telResend a:nth-of-type(2) {
    margin-left: 10px;
}
p.btnReturn a:hover,
p.btnEnter a:hover {
    text-decoration: none;
    opacity: 0.5;
    transition: 0.3s;
}
.telResend {
    margin: 20px auto 0;
    text-align: center;
}
.telResend a {
    color: #909090;
    text-decoration: underline;
}
.member_tellForm,
.member_certification {
    margin: 20px auto 0;
    width: 400px;
}
.member_tellForm .tellForm,
.member_certification .certificationForm {
    border: 1px solid #ddd;
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 5px;
    color: #a9a9a9;
    background-color: #fbfbfb;
    vertical-align: middle;
}
p.error {
    color: #f00;
    font-size: 16px;
    margin-bottom: 5px;
}
.radio02-input {
    display: none;
}
.radio02-input + label {
    padding-left: 30px;
    position:relative;
    margin-right: 20px;
}
.radio02-input + label::before {
    content: "";
    display: block;
    position: absolute;
    top: -2px;
    left: 0;
    width: 23px;
    height: 23px;
    border: 1px solid #999;
    border-radius: 50%;
}
.radio02-input:checked + label {
    color: #3ea1ff;
}
.radio02-input:checked + label::after {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 4px;
    width: 16px;
    height: 16px;
    background: #3ea1ff;
    border-radius: 50%;
}
.textLinkWrap {
    width: 710px;
    margin: 0 auto 64px;
    overflow: hidden;
    text-align: center;
}
.textLink {
    font-size: 16px;
}
.textLink:before {
    content: "";
    position: relative;
    top: 0px;
    display: inline-block;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-left: 9px solid #3ea1ff;
}
.popbox .poptitle{
	font-weight: 700;
	font-size: 13px;
	text-indent: 0;
	margin-bottom: 4px;
	color: #333;
	width: 600px;
}
.popbox .popsubtitle{
	padding:2px 0;
}
.popbox .popsubtitle a {
    background-image: url(/img/icon/icon_circlearrow_left.svg);
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 11px auto;
    padding-left: 15px;
}
.popbox dl > dd {
    margin-bottom: 15px;
}
span.solid{
	padding:0 2px;
	color:#ccc;
}
.popbox .poplocal .boxCate{
	display:flex;
	justify-content:center;
}
p.local_city{
	padding:0;
	float:left;
}
p.local_city a{
	width:70px;
	display:block;
	padding:2px 0;
	margin-left:5px;
	text-align:center;
	border-radius:2px;
	font-size:11px;
	color:#fff;
	border:1px solid #ffc458;
	background:linear-gradient(to bottom,#FFDA2F,#FFB100);
}
.popbox .poplocal p.local_city:nth-of-type(1) a{
	margin-left:0;
}
#left_area_business-hotel{
	width:100px;
}
ul.site_menu.mb10{
	margin-bottom:10px;
}
ul.site_menu.mb10 li{
	margin-right:5px;
	float:left;
}

/*チャットボット*/
.chat_bot_box #chat_bot_delete{
    position: fixed;
    bottom: 31%;
    right: 38px;
    z-index: 101;
    border: none;
    cursor: pointer;
    background: none;
}

#chat_bot_delete img {
    width: 70%;
}

#reservation{
    position:fixed;
    right:50px;
    bottom:30px;
    z-index:100;
    width:20%;
    animation:levitation 4s ease infinite;
    -webkit-animation:levitation 4s ease infinite;
}

#reservation img{
    width:100%;
}

@-webkit-keyframes levitation{
    0%{bottom:30px;}
    50%{bottom:60px;}
    100%{bottom:30px;}
}

@keyframes levitation{
    0%{bottom:30px;}
    50%{bottom:60px;}
    100%{bottom:30px;}
}


.btn {
    position: relative;
    width: 326px;
    height: 221px;
    margin: 0 auto;
    display: block;
    /* border-radius: 12px; */
    overflow: hidden;
    cursor: pointer;
}
/* .btn img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    display: block;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
} */
.btn:hover img:nth-of-type(2) {
    opacity: 0;
}