@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    border: 0;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    /* text-align: justify; */
    text-justify: distribute;
    /* white-space: nowrap; */
/*    font-family: "vdl-v7mincho",serif;*/
    font-family: "adobe-garamond-pro", serif;
    font-style: normal;
}

#reservation_btn_en{
  position: relative;
  width: 220px;
  height: 34px;
  cursor: pointer;
  border: solid 1px #fd0000;
  color: #fd0000;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2px;
}
#reservation_btn_a{
  display: block;
  position: absolute;
  right: 60px;
  top: 30px;
  background: #FFF;
  text-decoration: none;
}

#goto_label_s{
    position: relative;
    padding: 10px 20px;
    border: solid 1px #CCC;
    background: #FFF;
    word-break: break-all;
    white-space: nowrap;
    display: inline-block;
    margin-top: 15px;    
    text-align: center;
    cursor: pointer;  
}
#goto_label_s span{
    font-weight: bold;
    color: #F00;
    font-size: 14px !important;
}
.c_logo{
    width: 100px;
    margin-right: 15px;
}

#wrapper{
	position:relative;
	width:100%;
	overflow:hidden;
    background: #FFF;
  min-width: 1200px;
}


#top_page{
	position:relative;
	width:100%;
	background: #000;
	overflow: hidden;
}
#logo_text{
	display: none;
}
header{
	position:relative;
    width: 100%;
    height: 160px;
	padding:0;
    background: #FFF;
}
#top_page h1{
	position: absolute;
	left: 40px;
	top:33px;
	width:282px;
	height:88.5px;
	background:url(../img/logo.png) no-repeat left top;
	background-size:100% auto;
	overflow: hidden;
	text-indent:-9999px;
	opacity: 1;
	padding: 0;
}
#black_logo{
	position: absolute;
	left: 40px;
	top:33px;
	width:282px;
	height:88.5px;
	background:url(../img/logo_b.png) no-repeat left top;
	background-size:100% auto;
	opacity:1;
	text-indent:-9999px;
	padding: 0;
}
.header_active{
	position:fixed;
	left:0;
	top:0;
	height:100px;
    background: rgba(255,255,255,1);
	z-index:100;
	border-bottom:solid 1px #ccc;
	padding:0;
}
#top_page .header_active h1{
	width:225px;
	height:64px;
	text-indent:0;
	top:16px;
	left:50px;
	opacity:0;
	overflow:visible;
	text-indent:-9999px;
	padding: 0;
}
#top_page .header_active #black_logo{
	width:225px;
	height:64px;
	text-indent:0;
	top:16px;
	left:50px;
	opacity:1;
	text-indent:-9999px;
	padding:0;
}

#lang{
	position: absolute;
	right:60px;
	top:30px;
/*	font-family: karmina, serif;*/
	font-size:12px;
	color:#FFF;
	letter-spacing: 2px;
	opacity:1;
	transition:0.5s;
}
#top_page .header_active #lang{
	opacity:0;
}

#reservation_btn{
	position: absolute;
	right:60px;
	top:65px;
	padding:18px 30px;
	line-height: 14px;
	text-align: center;
	color: #FFF;
	border: solid 1px #FFF;
	box-sizing: border-box;
	font-size:14px;
	letter-spacing:2px;
	cursor: pointer;
	background:rgba(255,255,255,0);
	transition:0.5s;
}
#reservation_btn:hover{
	transition:0.5s;
	background:rgba(255,255,255,0.1);
	border:solid 1px #FFF;
	color:#FFF;
}
#top_page .header_active #reservation_btn{
	right:50px;
	top:25px;
	color: #000;
	border: solid 1px #ccc;
	backgounr:#FFF;
}
#top_page .header_active #reservation_btn:hover{
	transition:0.5s;
	opacity:0.7;
}
#reservation_btn2{
	position: absolute;
	right:60px;
	top:21px;
	padding:12px 60px;
	line-height: 24px;
	text-align: center;
	color: #FFF;
	box-sizing: border-box;
	font-size:16px;
	letter-spacing:2px;
	cursor: pointer;
	background:rgba(0,0,0,1);
	transition:0.5s;
}
#reservation_btn2 span{
    display: block;
    line-height: 14px;
    font-size:10px;
    text-align: center;
}
#reservation_btn2:hover{
	background:rgba(0,0,0,0.8);
}
#reservation_btn3{
	position:relative;
    margin: 80px auto 0;
	padding:12px 120px;
	line-height: 24px;
	text-align: center;
	color: #FFF;
	box-sizing: border-box;
	font-size:16px;
	letter-spacing:2px;
	cursor: pointer;
	background:rgba(0,0,0,1);
	transition:0.5s;
    display: inline-block;
}
#reservation_btn3 span{
    display: block;
    line-height: 14px;
    font-size:10px;
    text-align: center;
}
#reservation_btn3:hover{
	background:rgba(0,0,0,0.8);
}
#reservation_wrap{
    text-align: center;
}
.reservation_a{
/*    display: block;*/
    margin: 0 auto;
    text-align: center;
    color: #FFF;
    text-decoration: none;
}
footer{
	position:relative;
	width:100%;
	height:360px;
	background-size:54px auto;
	background: #FFF;
}
footer a{
	color:#000;
	text-decoration:none;
}
footer a:hover{
	opacity:0.8;
}
#footer_cn{
	position:relative;
	display:flex;
	width: 980px;
	width: 1010px;
	margin:0 auto;
	padding-top:80px;
	font-size:14px;
	font-size:16px;
	letter-spacing:0px;
	line-height:32px;
    white-space: nowrap;
}
.footer_cn{
	padding:0 50px;
}
#footer_link1{
	border-left:solid 1px #cccccc;
	border-right:solid 1px #cccccc;
}
#footer_link1 span{
	transform: rotate(-90deg) translate(3px,-8px);
    display: inline-block;
    font-size: 10px;
}
#footer_link1 p{
	margin-top:14px;
}
#footer_info p{
	margin-top:48px;
	letter-spacing:0px;
}
#footer_info a{
	text-decoration: underline;
}
#footer_cn2{
	position:relative;
	margin-top:50px;
}
#lang2{
	font-size:12px;
	line-height:24px;
	color:#000;
	text-align:left;
	margin-left:50px;
    letter-spacing: 1px;
}
#lang2 span{
	cursor:default;
}
#lang2 .lang_active{
	cursor:pointer;
	opacity:0.5;
}
address{
	font-style:normal;
	letter-spacing:0px;
	font-size:12px;
	line-height:24px;
	text-align:right;
    text-align: center;
}
#up_icon{
	position:fixed;
	right:40px;
	bottom:40px;
	padding-left:20px;
	cursor:pointer;
	width:14px;
	height:75px;
	background:url(../../img/upicon.png) no-repeat left top;
    animation: up 2s linear infinite;
	transform-origin:left bottom;
	display:none;
	background-size:14px 75px;
}

#agreement{
    margin-top:130px;
    text-align: center;
  padding-bottom:30px;
}
h2{
    font-size:34px;
    line-height: 34px;
    font-weight: normal;
    text-align:center;
}
h2 span{
    font-size:16px;
    line-height: 16px;
    margin-top:18px;
    color: #999;
    text-align: center;
    display: block;
/*    margin-bottom:90px;*/
    margin-bottom:30px;
}
#agreement_text{
    position: relative;
    width:100%;
    background: url(../img/wa.jpg) repeat left top;
    padding: 75px 0 150px;
}
#agree_wrap{
    position: relative;
    width:900px;
    margin: 0 auto;
}
h3{
    font-size:20px;
    font-weight: normal;
}
.ag_text{
    word-break:normal !important;
    white-space:normal !important;
    margin-left:30px;
    font-size:14px;
    line-height: 28px;
    margin-bottom:40px;
}
.ag_text td{
    white-space: normal;
    vertical-align: top;
}
#penalty_table{
    position: relative;
    width:100%;
    margin-top:10px;
    max-width:400px;
    margin-bottom:10px;
}
#penalty{
    border-collapse: collapse;
    background: #FFF;
    width:100%;
}
#penalty td{
    padding: 20px 10px 20px;
    border: solid 1px #cccccc;
    text-align: center;
}
#penalty th{
    padding: 5px 10px;
    font-weight: normal;
    border: solid 1px #cccccc;
    text-align: left;
}
.ag_text p{
    white-space:normal;
}
.h2_2{
    font-size:20px;
    margin-top:100px;
    margin-bottom:60px;
    white-space: normal;
}
.h2_2 span{
    display: inline;
    color: #000;
    font-size:20px;
}
.tarm_wrap{
    position: relative;
    width:900px;
    margin: 0 auto;
}
.tarm_wrap p{
    white-space: normal;
}
.tarm_wrap td{
    white-space: normal;
}

#cn_wrap{
    position: relative;
    width:740px;
    margin: 0 auto;
}
#cn_wrap table{
    border-collapse: collapse;
}
#cn_wrap #info th,#cn_wrap #info td{
    padding: 10px 20px;
    border: solid 1px #DFDFDF;
}
td,th{
    vertical-align: top;
}
#cn_wrap #info th{
    background: #F3F3F3;
    border:solid 1px #CCC;
    font-weight: normal;
    white-space:nowrap;
}
a{
    color: #000;
}
a:hover{
    text-decoration: none;
}
#loading_bar{
    position: absolute;
    left: 0;
    width:0;
    height: 2px;
    background: #CCC;
    z-index: 999;
    transition:0.5s ease-out;
}
#loading_fade{
	position: fixed;
	left: 0;
	top:0;
	width:100%;
	height: 100%;
	z-index: 999;
	background: #FFF;
}


.bg_none{
    background: #f9f9f9 !important;
}
.bg_right{
    background: #FFF !important;
}
.bg_right a{
    color: #6cba57 !important;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    vertical-align: bottom;
    line-height: 50px;
}
.bg_right span{
    color: #6cba57 !important;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.none{
    display: none!important;
}
.error_table{
    min-height: 0 !important;
    padding-bottom:100px !important;
}
/*------------------
21/04/28
-------------------*/
#instagram_link{
    position: absolute;
    right:50px;
    width:112px;
    display: block;
    top:0;
    z-index: 2;
}
#lang2{
    position: relative;
	font-size:12px;
	line-height:24px;
	color:#000;
	letter-spacing: 1px;
	text-align:left;
	margin-left:50px;
    z-index: 1;
}
#lang2 span{
	cursor:default;
}
#lang2 .lang_active{
	cursor:pointer;
	opacity:0.5;
}
address{
	font-style:normal;
	letter-spacing:1px;
	font-size:12px;
	line-height:24px;
	margin-right:50px;
    margin-right:0;
    text-align: center;
    transform: translateY(-25px);    
}

@media screen and (min-width: 801px) {
.bg_right a:hover {
    border:solid 3px rgba(0,0,0,0.1);
    box-sizing: border-box;
    line-height: 44px;
}
.bg_right span:hover {
    border:solid 3px rgba(0,0,0,0.1);
    box-sizing: border-box;
    line-height: 44px;
}
#search{
	position:relative;
	width:100%;
  left:0;
  top:0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#search_table{
  width:100%;
  overflow: hidden;
}
    
    
#table_load{
	position:relative;
	background:#FFF;
}
table{
	max-width:1200px;
/*    max-width: 958px;
    max-width:1010px;
    */
    width:100%;
    border-spacing: 0px;
	font-size:14px;
    table-layout:fixed;
    white-space: normal;
    word-break: break-all;
}
th,td{
    position: relative;
	border-bottom:solid 1px #cccccc;
	border-right:solid 1px #cccccc;	box-sizing:border-box;
    font-size:20px;
    line-height: 20px;
    text-align: center;
    padding: 15px 10px 10px;
    transition:0.3s ease-in-out;
}

.center{
	text-align:center;
}
.hotel_img th, 
.hotel_img td{
	height:90px;
}
.dates th{
	width:90px;
}
.article td{
	height:90px;
	padding:0 10px;
}

.img{
	padding:0 !important;
	width:90px;
}
.img img{
	display:block;
}
.info{
	font-size:12px;
}
.decision{
	font-size:16px;
	color:#000;
	font-weight:bold;
}
.decision a{
	color:#33CC33;
	text-decoration:none;
}
.month{
	text-align:left;
}


.sat{
	color:#00F;	
}
.san{
	color:#F00;		
}


.next_btn{
	position: absolute;
    right: -15px;
    top: 58px;
    width: 30px;
    height: 30px;
    background: #000;
	color:#FFF;
    line-height: 30px;
    text-align: center;
	cursor:pointer;
}
.back_btn{
	position: absolute;
    left: 275px;
    top: 58px;
    width: 30px;
    height: 30px;
    background: #000;
	color:#FFF;
    line-height: 30px;
    text-align: center;
	cursor:pointer;
	display:none;
}

        

#stay_day{
	position: absolute;
    left: 741px;
    top: 86px;
    width: 261px;
    text-align: center;
}
#stay_day th{
	width:100px;
	text-align:center;
	border:solid 1px #000;
	font-size:12px;
}
#stay_day td{
	text-align:center;
	border:solid 1px #000;
	font-size:12px;
	font-weight:bold;
}
#stay_day a{
	text-decoration:none;
	color:#0C0;
}

.save_room{
	position: absolute;
    width: 261px;
    height: 51px;
    background: rgba(255,255,255,0);
    left: 741px;
    top: 383px;
}
.save_room:hover{
    background: rgba(255,255,255,0.1);
}
.save_room2{
	position: absolute;
    width: 254px;
    height: 50px;
    background: rgba(255,255,255,0);
    left: 412px;
    top: 3772px;

}
.save_room2:hover{
    background: rgba(255,255,255,0.1);
}

a{
	color:#000;
	text-decoration:none;
}

.facility_name{
    position: -webkit-sticky;
    position: sticky;
    left: -1px;
    top:0;
    z-index: 3;
    background: #EEE;
}
.days{
    position:relative;
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    top:0;
    z-index: 3;
    font-size:14px;
}
.days span{
    font-size:14px !important;
}
.icon{
    position:relative;
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    top:0;
    z-index: 3;
    background: #FFF;
    font-size:14px;
    border-left:solid 1px #cccccc;
    vertical-align: middle;
    width:110px;
}
.icon_r{
    position: absolute;
    right: 0;
    top:0;
    height: 50px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    width:15.6%;
    background: #666;
    color: #FFF;
    line-height: 48px;
    transition:0.5s;
}
.icon_l{
    position: absolute;
    left: 0;
    top:0;
    height: 50px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    width:15.6%;
    box-sizing: border-box;
    background: #666;
    color: #FFF;
    opacity: 0;
    line-height: 48px;
    transition:0.5s;

}
.days{
    border-left:solid 1px #cccccc;
    width:110px;
}
.facility_top{
    position: -webkit-sticky;
    position: sticky;
    top:0;
    font-size:12px;
    letter-spacing: -0.5px;
    z-index: 2;
    background: #FFF;
  vertical-align: top;
}
.icon_navi span{
    /*
    position: absolute;
    left:50%;
    top:50%;
    transform:translate3d(-50%,-50%,0);
    */
}

.vacancy_table:nth-child(1){
  position: relative;
}

.vacancy_table:nth-child(2) td span{
    font-size:16px;
}

.icon_navi{
    position: relative;
    height: 50px;
    border-top:solid 1px #cccccc;
    width:100%;
    background: #FFF;
    line-height: 50px;
    overflow: hidden;
}
.fix_table{
    width:1200px;
/*   width: 958px;
    width:1010px;*/
    margin: 0 auto;
}
.fix_table::-webkit-scrollbar {
 display:none;
}
#search_wrap{
  position: relative;
/*    width: 958px;
  width:1010px;*/
  min-width: 1200px;
  margin: 0 auto;
  background: url(../img/wa.jpg) repeat left top;
  padding-bottom:150px;
}

#box{
    text-align: center;
    background: #FFF;
    color: #000;
    font-size: 14px;
    width: 400px;
    margin: 40px auto 0;
    padding: 10px 0;
    cursor: pointer;
    border: solid 1px #cccccc;
}
#box:hover{
    opacity: 0.9;
}
.room_img{
    padding-top:5px;
    display: block;
    margin: 0 auto;
}

.area{
    font-size: 10px;
    display: block;
    text-align: center;
    letter-spacing: -1px;
}
.icon_navi{
    display: none;
}
#search_disp{
  /*
    background: url(../img/wa.jpg) repeat left top;
  */
}
#ca_t{
  font-size: 14px;
  margin: 0 auto;
  max-width: 440px;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  line-height: 24px;
}
#ca_t span{
    font-size:16px;
    font-weight: bold;
}
.ca_tw{
  width: 100vw;
}
#recodetime{
    display: inline;
}
.room_name{
    display: block;
    text-align: center;
    text-decoration: underline;
    margin-top:10px;
}
#search_table span{
    font-size:18px;
}
.error_link{
    font-size:11px !important;
    line-height: 50px !important;
    font-weight: bold;
    text-decoration: underline !important;
}
.error_link:hover{
    font-size:11px !important;
    line-height: 44px !important;
    font-weight: bold;
    text-decoration: none !important;
}
  
    #plan_select{
        position: fixed;
        width:100%;
        height: 100%;
        left:0;
        top:0;
        background:rgba(0,0,0,0.5);
        z-index: 998;
        display: none;
    }
    #plan_select_base{
        position: absolute;
        width:460px;
        height: 440px;
        left:50%;
        margin-left:-230px;
        top:50%;
        margin-top:-220px;
        background: url(../img/repeat_plan.jpg) repeat left top;
    }
    #plan_select_base p{
        text-align: center;
        margin-top:30px;
        font-size:16px;
        font-weight: bold;
    }
    .ren{
        position: relative;
        width: 340px;
        background: #FFF;
        height: 50px;
        margin: 0 auto;
        border: solid 1px #ffbfbf;
        box-sizing: border-box;
        text-align: center;
        line-height: 50px;
        margin-top: 30px;
    }
    .ren a{
        width:332px;
        height: 42px;
        display: block;
        border: solid 1px #ffbfbf;
        margin: 2px 0  0 2px;
        line-height: 45px;
        text-align: center;
        font-size:14px;
        color: #F00;
        font-weight: bold;
    }
    .ren2{
        position: relative;
        width: 340px;
        background: #FFF;
        height: 50px;
        margin: 0 auto;
        border: solid 1px #cccccc;
        color: #cccccc;
        box-sizing: border-box;
        text-align: center;
        line-height: 50px;
        margin-top: 30px;
        font-size:14px;
    }
    .ren2 a{
        width:332px;
        height: 42px;
        display: block;
        border: solid 1px #ffbfbf;
        margin: 2px 0  0 2px;
        line-height: 45px;
        text-align: center;
        font-size:14px;
        color: #F00;
        font-weight: bold;
    }
    #plan_select_base .text{
        font-size:13px;
        line-height: 26px;
        text-align: center;
        margin: 10px 0 25px;
    }
    .single{
        position: relative;
        width: 340px;
        background: #FFF;
        height: 50px;
        margin: 0 auto;
        border: solid 1px #cccccc;
        box-sizing: border-box;
        text-align: center;
        line-height: 50px;
    }
    .single2{
        position: relative;
        width: 340px;
        background: #FFF;
        height: 50px;
        margin: 40px auto 0;
        border: solid 1px #cccccc;
        box-sizing: border-box;
        text-align: center;
        line-height: 50px;
    }
    .single a{
        width:332px;
        height: 42px;
        display: block;
        margin: 2px 0  0 2px;
        line-height: 45px;
        text-align: center;
        font-size:14px;
        color: #000;
        font-weight: bold;
    }
    .single2 a{
        width:332px;
        height: 42px;
        display: block;
        margin: 2px 0  0 2px;
        line-height: 45px;
        text-align: center;
        font-size:14px;
        color: #000;
        font-weight: bold;
    }
    .value1{
        font-size:16px;
        font-weight: bold;
        text-decoration: line-through;
    }
    .value2{
        font-size:16px;
        font-weight: bold;
        color: #F00;
    }
    .plan_caution{
        font-size:10px;
    }
	.plan_table{
		width:340px;
		margin: 5px auto;
		font-size: 14px;
		border-collapse: collapse;
	}
	.plan_table th,
	.plan_table td{
		font-size: 14px;
		border: solid 1px #cccccc;
		border-collapse: collapse;
		font-weight: bold;
	}
	.nowday,.nextday,
	.nowval,.nextval{
		padding: 5px 10px;
		vertical-align: middle;
	}
	
	.nextval1{
		text-decoration: line-through;
	}
	.nextval2{
		color: #F00;
	}
    
}

.plan_layer{
    display: none;
}
.plan_active{
    display: block !important;
}



#popup_close{
    position: absolute;
    right:10px;
    top:10px;
    cursor: pointer;
    width:26px;
}
#health_popup_area{
    position: fixed;
    width:100%;
    height: 100%;
    z-index: 999;
    left:0;
    top:0;
    background:rgba(0,0,0,0.5);
    display: none;
}
#health_popup_disp {
    position: relative;
    padding: 30px 60px 50px;
    background: url(../img/repeat_plan.jpg) repeat left top;
    width: 480px;
    left: 50%;
    margin-left: -280px;
    top: 50%;
    transform: translateY(-50%);
}
#health_h{
    position: relative;
    width:100%;
    text-align: center;
    padding-bottom: 23px;
    font-size:16px;
    font-weight: bold;
}
#health_popup_area ul li{
    font-size:13px;
    line-height: 26px;
    text-align: justify;
    margin-left:20px;
}

#health_popup {
    padding: 5px 0;
    text-align: center;
    margin: 10px auto 0;
}
#health_popup:hover{
    opacity: 0.7;
}
#health_popup_btn{
    display: inline-block;
    text-decoration: underline;
    cursor: pointer;
    font-size:15px;
}
#health_popup_btn:hover{
    text-decoration: none;
}

#goto_popup{
  opacity: 1;
}
#goto_popup_btn {
    display: inline-block;
    text-decoration: underline;
    cursor: pointer;
    font-size: 15px;
}
#goto_label {
  position:relative;
  left: 0;
  bottom: 0;
  width: 420px;
  height: 80px;
  background: url(../img/goto_label2.png) no-repeat left top;
  background-size: 100% auto;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

#project_text{
  text-align: center;
  margin-top:30px;
}
#ca_t .smoll{
  font-size:12px;
  font-weight: normal;
}
.s_link{
  font-size:12px;
  display: block;
  text-decoration: underline;
  display: block;
  width: calc(100% + 20px);
  border-top: solid 1px #cccccc;
  transform: translateX(-10px);
  text-align: center;
  padding-top: 10px;
}





/*-----------------
new header navi
------------------*/
#fix_wrapper #reservation_btn{
	position: absolute;
	right:290px;
	top:25px;
  background: url("../img/search_btn.jpg") no-repeat center top;
  background-size:100%;
  width:220px;
  height: 40px;
  text-indent: -9999px;
  overflow: hidden;  
	cursor: pointer;  
	transition:1s;
  border: none !important;
}
#fix_wrapper #reservation_btn:hover{
	transition:0.5s;
  opacity: 0.9 !important;
}
#fix_wrapper #top_page .header_active #reservation_btn{
	right:290px;
	top:25px;
	color: #000;
	backgounr:#FFF;
}
#fix_wrapper #top_page .header_active #reservation_btn:hover{
	transition:0.5s;
	opacity:0.7;
}
#fix_wrapper #faq_btn{
	position: absolute;
	right:60px;
	top:25px;
  background: url("../img/faq_btn.jpg") no-repeat center top;
  background-size:100%;
  width:220px;
  height: 40px;
	transition:1s;
  text-indent: -9999px;
  overflow: hidden;
	cursor: pointer;
  border: none !important;
}
#fix_wrapper #faq_btn:hover{
	transition:0.5s;
  opacity: 0.9 !important;
}
#fix_wrapper .header_active {
  position: fixed;
  left: 0;
  top: 0;
  height: 90px;
}
#top_page .header_active #black_logo {
  top: 12px;
}
/*
.flash #faq_btn:after{
  position: absolute;
  content:"";
  width:100%;
  height: 100%;
  display: block;
  left: 0;
  top:0;
  animation: flash 1s linear infinite;
  background: rgba(255,255,0,0.3);
}
#reservation_btn:after{
  position: absolute;
  content:"";
  width:100%;
  height: 100%;
  display: block;
  left: 0;
  top:0;
  animation: flash 1s linear infinite;
  background: rgba(255,255,0,0.3);  
}
*/
@keyframes flash {
  0%,100% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}
@media screen and (min-width: 0px) and (max-width: 800px) {
  #fix_wrapper #reservation_btn {
    position: absolute;
    right: 3.125%;
    top: 70%;
    background: url("../img/sp/search_btn.jpg") no-repeat center top;
    background-size:100% auto;
    width:39%;
    height: 0;
    padding-top:8%;
    transition: 0.3s;
  }
  #fix_wrapper #top_page .header_active #reservation_btn {
      right: 3.125%;
      top: 10%;
      color: #000;
      backgounr: #FFF;
  }
  #fix_wrapper #faq_btn {
    position: absolute;
    right: 3.125%;
    top: 70%;
    background: url("../img/sp/faq_btn.jpg") no-repeat center top;
    background-size:100% auto;
    width:39%;
    height: 0;
    padding-top:8%;
    transition: 0.3s;
    margin-top:9%
  }
  #top_page .header_active #faq_btn {
      right: 3.125%;
      top: 4%;
      color: #000;
      backgounr: #FFF;
  }
  header {
    position: absolute;
    width: 100%;
    padding-top: 18.75%;
    height: auto;
  }
  #fix_wrapper .header_active {
    position: fixed;
    left: 0;
    top: 0;
    padding-top: 18.75%;
    height: auto;
    background: rgba(255,255,255,1);
    z-index: 100;
    border-bottom: solid 1px #ccc;
    overflow: hidden;
  }
  
}






