@charset "UTF-8";
/* CSS Document */

/****************************************************/
/**   トップページ    **/
/****************************************************/

#top section#clock_area{
	padding: 20px 0;
}
#top section#clock_area p{
	text-align: center;
	font-family: "acumin-pro-semi-condensed";	
}

#top section#clock_area p#date_area{
	font-size:20px;
	font-weight: 400;
	width: 100%;
}

#top section#clock_area p#time_area{
	font-size: 70px;
	font-weight: 600;
	width: 100%;
	line-height: 60px;

}
#top #main_btn_area div.main_btn{
	width:100%;
	text-align: center;
	width: 100%;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

#top #main_btn_area .main_btn_wrapper{
	padding: 0 15px;
	
}

#top #main_btn_area div.main_btn{
	max-width: 450px;
	margin-left: auto;
	margin-right: auto;
	padding: 15px;
	width: 100%;
	box-sizing: border-box;	
}


#top #main_btn_area div.main_btn > *{
	display: inline-block;
	vertical-align: middle;		
}

#top #main_btn_area div.main_btn > p{
	font-size: 250%;
	font-weight: bold;
	letter-spacing:30px;
}

#top #main_btn_area div.main_btn img{	
	height: 50px;
	margin-right: 20px;
}

#top #main_btn_area div#btn_entry,
#top #main_btn_area div#btn_rest{
	background-color: rgb(231,170,5);
	color:rgb(255,255,255);
	margin-bottom: 15px;
}
#top #main_btn_area div#btn_out,
#top #main_btn_area div#btn_return{
	background-color: rgb(221,218,210);
	color:rgb(0,0,0);
}

#top #main_btn_area p.slick_slide_btn{
	display: block;
	width: 30px;
	margin: 10px auto 0 auto;
}

#top #main_btn_area p.slick_slide_btn img{
	width:30px;
	height: auto;
}

#top article{
	padding-bottom: 125px;
}

#top footer{
	height: 115px;
	background-color: rgb(244,242,242);
	box-sizing: border-box;
	padding: 10px 15px;
	text-align: left;
	
}

#top footer .foot_wrap{
	letter-spacing: -.4em;
}

#top footer .foot_wrap > *{
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
	
}

#top footer .foot_left{	
	width:75%;
	margin-right: 5%;
}

#top footer .foot_right{	
	width:20%;
	max-width: 300px;
}

#top footer h3{
	width:100%;
	border-bottom: rgb(192,192,192) solid 1px;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 1.1em;
}

#top footer h3 > i{
	color:rgba(26,158,160,1.0);
	margin-right: 5px;
}

#top footer dl.address_pos{
	margin-bottom: 5px;
}

#top footer dl.address_pos > *{
	display: inline-block;
	height: 24px;
	line-height: 24px;
	vertical-align: middle;
	font-size: 0.8em;
}
#top footer dl.address_pos dt{
	background-color:rgb(62,62,62);
	color: rgb(255,255,255);
	text-align: center;
	width: 55px;
}

#top footer p.footer_btn{
	border:rgb(192,192,192) solid 1px;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	width:100%;
	text-align: center;
	margin-bottom: 6px;
	padding: 8px 0;
	color:rgb(62,62,62);
	
}

#top footer p.footer_btn > i{
	margin-right: 5px;
}

#top .geo_show{
	display: block;
}

#top .geo_no_show{
	display: none !important;
}

#top .no_entry{
	background-color:rgb(235,235,235);
	text-align: center;
	
	margin: 0 15px;
	padding: 20px;
	border-radius: 	10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

#top .no_entry h3{
	color:rgb(190,3,3);
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: 15px;
}

#top .no_entry h3 i{
	font-size: 200%;
}

#top .no_entry p{
	font-size: 0.8em;
	line-height: 1.6em;
}
div.geo_location_ng{
	display: table;
}

div.geo_location_ng > *{
	display: table-cell;
	vertical-align: middle;
	padding-right: 10px;
	
}

div.geo_location_ng div.ng_icon{
	color:rgb(190,3,3);
	font-size: 250%
}

p.ng_title{
	color:rgb(190,3,3);
	font-weight: bold;
	font-size: 100%;
}


#top .map_overray{
	background-color:rgba(0,0,0,0.9);
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 9999;
	top:-100%;
	left: 0;	
	
}

.close_btn, .close_btn_bar {
	-webkit-transition-duration: .4s;
	transition-duration: .4s;
	transition-timing-function: cubic-bezier(.25,.46,.45,.94);
}

.close_btn {
	width: 60px;
	height: 60px;
	cursor: pointer;
	position: absolute;
	top: 0px;
	right: 0;
	z-index: 101;
}

.close_btn_bar_top {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.close_btn_bar_bottom {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.close_btn_bar {
	width: 20px;
	height: 2px;
	position: absolute;
	top: 29px;
	left: 20px;
	background-color: #fff;
}

.map_wrap{
	width:80%;
	height: 80%;
	position: absolute;
	top:0;
	left: 0;
	right: 0;
	bottom:0;
	margin: auto;
}

#maps{
	width:100%;
	height: 80%;
	background: rgb(255,255,255);	
	margin-bottom: 15px;
}

#maps iframe,
#maps object,
#maps embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


#top .map_overray dl.address_pos{
	margin-bottom: 5px;
}

#top .map_overray dl.address_pos > *{
	display: inline-block;
	height: 24px;
	line-height: 24px;
	vertical-align: middle;
	font-size: 0.8em;
}
#top .map_overray dl.address_pos dt{
	background-color:rgb(255,255,255);
	color: rgb(0,0,0);
	text-align: center;
	width: 60px;
}

#top .map_overray dl.address_pos dd{
	color:rgb(255,255,255);	
}


/****************************************************/
/**   Login    **/
/****************************************************/
#login article{
	padding-left:15px;
	padding-right:15px;
	box-sizing: border-box;
	padding-top: 50px;
}
#login h1{
	text-align: center;
	border-bottom:rgb(26,158,160) solid 2px;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

#login h1 img{
	height:40px;
}

#login #login_area{
	text-align: center;
}
#login .input_area{
	background-color:rgb(242,242,242);
	padding: 15px;
	border-radius: 	10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	width: 100%;
	box-sizing: border-box;
	text-align: left;
}

#login .input_area dl{
	width:100%;
}

#login .input_area dt{
	margin-bottom: 0px;
}

#login .input_area dt i{
	margin-right: 5px;
}

#login .input_area dd{
	margin-bottom: 15px;
}

#login .input_area dd input{
	width:100%;
	box-sizing: border-box;
	border-radius: 	3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	border:rgb(170,170,170) solid 1px;
	padding: 6px 3px;
	-webkit-appearance: none;
}

#login button#btn_submit{
	background-color:rgb(231,170,5);
	color: rgb(255,255,255);
	font-size: 150%;
	text-align: center;
	width:100%;
	border: none;
	border-radius: 	10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	padding: 15px 0;
	margin-top: 30px;	
	max-width: 500px;
	
}

#login button#btn_submit i{
	margin-right: 15px;
}

#login p.caution_area{
	color:rgb(190,3,3);
}

#login p.caution_area i{
	margin-right: 10px;
}

#cancel .cancel_txt{
	padding: 15px;
}

#cancel .cancel_txt p{
	margin-bottom: 15px;
}

#cancel .cancel_txt p.caution_text{
	color:rgb(190,3,3);
	font-weight: bold;
}

#cancel .cancel_txt dl{
	margin-bottom: 5px;
	width:100%;
}

#cancel .cancel_txt dl > *{
	display: inline-block;
	height: 24px;
	line-height: 24px;
	vertical-align: middle;

}
#cancel .cancel_txt dl dt{
	background-color:rgb(62,62,62);
	color: rgb(255,255,255);
	text-align: center;
	width: 60px;
}

#cancel .cancel_txt dl dd{
	color:rgb(62,62,62);
}

#cancel .cancel_txt .btn_wrap{
	text-align: center;
}
#cancel button#btn_undo{
	background-color:rgb(231,170,5);
	color: rgb(255,255,255);
	font-size: 150%;
	text-align: center;
	width:100%;
	border: none;
	border-radius: 	10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 15px 0;
	margin-top: 30px;
	max-width: 500px;
}

#cancel button#btn_undo i{
	margin-right: 15px;
}

/****************************************************/
/**   静的ページ(statics)    **/
/****************************************************/
#statics section.static_pages{
	padding: 15px;
}

#statics section.static_pages h2{
	position: relative;
	text-align: center;


}
#statics section.static_pages h2 span {
	position: relative;
	z-index: 2;
	display: inline-block;
	margin: 0 2em;
	padding: 0 1em;
	background-color: #fff;
	font-weight: bold;
	font-size: 130%;
	text-align: center;
}
#statics section.static_pages h2::before {
	position: absolute;
	top: 50%;
	z-index: 1;
	content: '';
	display: block;
	width: 100%;
	height: 3px;
	margin-top: -3px;
	background-color: #ccc;
}


#statics section.static_pages h3{
	position: relative;
	padding: .5em .75em;
	background-color: #f0f0f0;
	border-radius: 6px;
	font-weight: bold;
	margin: 15px 0 15px 0;
}
#statics section.static_pages h3::after {
	position: absolute;
	top: 100%;
	left: 15px;
	content: '';
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-top: 15px solid #f0f0f0;
}


#statics ol.color_list {
	counter-reset: li;
}

#statics ol.color_list li{
	padding-left: 20px;
	position: relative;
}

#statics ol.color_list li:before{
	font-weight: bold;
	counter-increment: li;
	content: counter(li) ". ";
	width: 15px;
	height: 15px;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	text-align: right;
}

#statics ol.color_list li:before{
	color:rgb(26,158,160);
}

#statics p.caution_text{
	color:rgb(190,3,3);
	font-size: 0.8em;
	border-top:#ccc solid 1px;
	border-bottom:#ccc solid 1px;
	margin: 15px 0;
}