@charset "UTF-8";
/*  =============================

			 BASE
			
=============================  */


/*SMP SETTEING*/
@media screen and (max-width: 768px) {
}
/* /SMP SETTEING*/


/*tablet SETTEING*/

@media screen and (min-width:768px) and ( max-width:1024px) {

}
/*tablet SETTEING*/

.special_movie.zen{
	width: 296px;
	height: 88px;
	border: 1px solid #fff;
	/*background-size:cover;*/
	background-image: url(../images/top/specialmovie_zen.gif)!important ;
	background-repeat: no-repeat;
	background-position: 0px -20px!important;
	position: absolute;
	z-index: 99999;
	bottom: 20px;
	left: 20px;
	color: #fff;	
	text-align: center;
}

.special_movie.cabin{
	width: 296px;
	height: 88px;
	border: 1px solid #fff;
	/*background-size:cover;*/
	background-image: url(../images/top/specialmovie_cabin.gif)!important ;
	background-repeat: no-repeat;
	background-position: 0px -30px!important;
	position: absolute;
	z-index: 99999;
	bottom: 20px;
	left: 20px;
	color: #fff;	
	text-align: center;
}
.special_movie.nara{
	width: 296px;
	height: 88px;
	border: 1px solid #fff;
	/*background-size:cover;*/
	background-image: url(../images/top/specialmovie_nara.gif)!important ;
	background-repeat: no-repeat;
	background-position: 0px -30px!important;
	position: absolute;
	z-index: 99999;
	bottom: 20px;
	left: 20px;
	color: #fff;	
	text-align: center;
}
.special_movie.edo{
	width: 296px;
	height: 88px;
	border: 1px solid #fff;
	/*background-size:cover;*/
	background-image: url(../images/top/specialmovie_edo.gif)!important ;
	background-repeat: no-repeat;
	background-position: 0px -30px!important;
	position: absolute;
	z-index: 99999;
	bottom: 20px;
	left: 20px;
	color: #fff;	
	text-align: center;
}
.special_movie.sakura{
	width: 296px;
	height: 88px;
	border: 1px solid #fff;
	/*background-size:cover;*/
	background-image: url(../images/top/specialmovie_sakura02.gif)!important ;
	background-repeat: no-repeat;
	background-position: 0px -30px!important;
	position: absolute;
	z-index: 99999;
	bottom: 20px;
	left: 20px;
	color: #fff;	
	text-align: center;
}


/*  ---------------------------
			Layout
---------------------------  */
html,body{
	color:#000000;
	font-size:14px;
	line-height:20px;
	margin:0;
	padding:0;
	height:100%;
	/*
	min-width:980px;
	*/
	/*background:url(/images/main_bg.jpg) repeat;*/
	font-family: Arial, Roboto, “Droid Sans”, “游ゴシック”, YuGothic, “ヒラギノ角ゴ ProN W3”, “Hiragino Kaku Gothic ProN”, “メイリオ”, Meiryo, sans-serif;
	word-break: normal;
	position: relative;
}

h1{
	position: absolute;
	z-index: 99999;
	color: #fff;
	left: 25px;
	top: -2px;
	font-size: 10px;
}

@media screen and (max-width: 768px) {
h1{
	position: fixed;
	z-index: 99999;
	color: #fff;
	left: 10px;
	top: -2px;
	font-size: 10px;
}

}


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

a:hover{
	opacity: 0.6;
	text-decoration:none;
}

/*SMP SETTEING*/
@media screen and (max-width: 768px)  {

a:hover{
	opacity: 1;
	text-decoration:none;
}

}


a:link,a:visited{
	text-decoration: underline;
}


iframe[name="google_conversion_frame"]{ 
	position: absolute; top: 0; 
}

a.widelink {
	display: block; width: 100%;
}

.bold{
	font-weight: bold;
}

#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999 !important;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}


/*  ---------------------------
			Common
---------------------------  */

.place_box{
	width: 65px;
	text-align: center;
}



.place_box p.pointer{
	font-size: 32px;
	text-align: center;
	color: #FFF;
	display: block;
	margin: 0 auto 10px auto;
}

.place_box p.place_name{
	margin: 0 auto;
}

/*SMP SETTEING*/
@media screen and (max-width: 768px) {

.place_box{
	width: 30px;
	text-align: center;
}



.place_box p.pointer{
	font-size: 20px;
	text-align: center;
	color: #FFF;
	display: block;
	margin: 0 auto 10px auto;
}

.place_box p.place_name img{
	width: 100%;
}

#spkey .movie_playSP{
	position:absolute;
	bottom:40px;
	right:10px;
	z-index:1;
}

#spkey .movie_playSP p{
	color:#FFFFFF;
}

#spkey .movie_playSP p:after{
	content:"\025b6";
	padding-left:10px;
}


}
/* /SMP SETTEING*/




/*  ---------------------------
			text
---------------------------  */
.f_bold{
	font-weight:bold;
}

.f_red{
	color:#E31D00;
}

.red{
	color: #FC2900;
}

.strike{
	text-decoration: line-through;
}

/*  ---------------------------
		btn & icon
---------------------------  */

.btn_red_L{
	background: #BA2F00;
	color: #fff;
	width: 300px;
	margin: 20px auto;
	padding: 7px 0;
	text-align: center;
}

a .btn_red_L {
	color: #FFF;
	text-decoration: none;
	display: inline-block;
}

.btn_red_L:after{
	content: "open link in new window";
}

.btn_red_M{
	background: #BA2F00;
	color: #fff;
	width: 175px;
	margin: 20px auto;
	padding: 7px 0;
	text-align: center;
}

a .btn_red_M {
	color: #FFF;
	text-decoration: none;
	display: inline-block;
}

.btn_blue_M{
	background: #005795;
	color: #fff;
	width: 175px;
	margin: 20px auto;
	padding: 7px 0;
	text-align: center;
}

a .btn_blue_M {
	color: #FFF;
	text-decoration: none;
	display: inline-block;
}


.icon_blank:after{
	content: url(../images/icon_blank.png);
	margin: 0 0 0 10px;
	
}

.icon_arrow:after{
	content: url(../images/icon_arrow.png);
	margin: 0 0 0 10px;
	
}

.icon_calendar:after{
	content: url(../images/icon_calendar.png);
	margin: 0 0 0 10px;
	
}



.icon_phone_blue:before{
	content: url(../images/icon_phone_blue.png);
	margin: 0 6px 0 0;
}

.icon_pointer_blue:before{
	content: url(../images/icon_pointer_blue.png);
	margin: 0 6px 0 0;
}


.btn_red_res{
	background: #BA2F00;
	color: #fff;
	width: 400px;
	margin: 20px auto;
	padding: 7px 0;
	text-align: center;
	text-decoration: none;
}

.btn_red_res a:after{
	content: url(../images/icon_calendar.png);
	margin: 0 0 0 10px;
	display: inline-block;
	
}

.btn_red_res a {
	color: #FFF;
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
}


/*SMP SETTEING*/
@media screen and (max-width: 768px) {

.btn_red_res{
	background: #BA2F00;
	color: #fff;
	width: 100%;
	margin: 20px auto;
	padding: 7px 0;
	text-align: center;
	text-decoration: none;
}

a .btn_red_res {
	color: #FFF;
	text-decoration: none;
}

}
/* /SMP SETTEING*/



.btn_blue_res{
	background: #005795;
	color: #fff;
	width: 400px;
	margin: 20px auto;
	padding: 7px 0;
	text-align: center;
	text-decoration: none;
}

.btn_blue_res a:after{
	content: url(../images/icon_blank.png);
	margin: 0 0 0 10px;
	display: inline-block;
	
}


.btn_blue_res a {
	color: #FFF;
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
}


/*SMP SETTEING*/
@media screen and (max-width: 768px) {

.btn_blue_res{
	background: #005795
	color: #fff;
	width: 100%;
	margin: 20px auto;
	padding: 7px 0;
	text-align: center;
	text-decoration: none;
}

a .btn_blue_res {
	color: #FFF;
	text-decoration: none;
}

}
/* /SMP SETTEING*/


/*  ---------------------------
			Header
---------------------------  */
#header{
	width:100%;
	background: rgba(0,87,149,0.6);
	position: relative;
	height: 60px;
	z-index: 9999;
}

/*SMP SETTEING*/
@media screen and (max-width: 768px) {

#header{
	width:100%;
	background: rgba(0,87,149,1);
	position: relative;
	height: 50px;
	z-index: 9999;
	position: fixed;
}

}
/* /SMP SETTEING*/


#header a{
	text-decoration: none;
	color: #fff;
}


#header .navi{
	width:100%;
	position:relative;
	margin:0 auto;
	height:50px;
}


#header .navi h2#head_logo{
	position:absolute;
	top:20px;
	left:24px;
	padding:0;
}

/*SMP SETTEING*/
@media screen and (max-width: 768px) {

#header .navi h2#head_logo{
	position:absolute;
	top:15px;
	left:10px;
	padding:0;
	width: 135px;
	z-index: 9999;
}

#header .navi h2#head_logo img{
	width: 100%;
}



}



#header .navi ul.navi_hostel{
	position:absolute;
	top:18px;
	right:250px;
	height:30px;
}

#header .navi ul.navi_hostel li{
	display: inline-block;
	text-align:left;
	font-size:13px;
	padding:0;
	margin:0 10px 0 0;
	height:30px;
	min-width:55px;
}

#header .navi ul.navi_hostel li:last-child{
	margin:0 0 0 0;
}

#header .navi ul.navi_lang{
	position:absolute;
	top:0px;
	right:65px;
	height:60px;
	display:table;
	border-left: 1px solid #87AFCC;
}

#header .navi ul.navi_lang li{
	border: 1px solid #FFF;
	color: #FFF;
	width: 36px;
	padding: 10px 0;
	text-align: center;
	display: inline-block;
	margin: 10px 0 0 6px;
}

#header .navi ul.navi_lang a li:first-child{
	margin:0 0 0 4px;
}

#header .navi ul.navi_lang li.current{
	background: #FFF;
	color: #07609B;
}

#header .navi ul.navi_menu{
	position:absolute;
	top:0px;
	right:8px;
	height: 60px;
	display:table;
	border-left: 1px solid #87AFCC;
}

#header .navi ul.navi_menu li{
	border: 1px solid #FFF;
	width: 36px;
	text-align: center;
	display: inline-block;
	margin: 10px 0 0 10px;
}

#header .navi ul.navi_menu li img{
	width:36px;
	height:auto;
	vertical-align:bottom;
	padding-top:4px;
}

/*  ---------------------------
			Contents
---------------------------  */

.contents{
	width: 100%;
}

.contents.bg01{
	background-image: url(../images/bg_01.png);
	padding: 0 0 55px 0;
}

.contents.bg02{
	background-image: url(../images/bg_02.png);
	padding: 0 0 55px 0;
}

.contents.bg03{
	background-image: url(../images/bg_02.png) ;
	padding: 0 0 55px 0;
}


.contents img.icon_chara{
	margin: 0 auto;
	padding: 45px 0 20px 0;
	text-align: center;
	display: block;
}

.contents h2{
	color: #000;
	text-align: center;
	font-size: 20px;
}

.contents.bgblue{
	background-color: #005795;
}

.contents.bgblue  img.icon_chara{
	margin: 0 auto;
	padding: 45px 0 20px 0;
	text-align: center;
	display: block;
}

.contents.bgblue h2{
	color: #fff;
	text-align: center;
	font-size: 20px;
}

.contents.bggray{
	background-color: #F1F1F1;
}


/*  ---------------------------
	hostel box setting BOX01
---------------------------  */


.box_01{
	width: 90%;
	height: 330px;
	margin: 40px auto 0px auto;
	background: #FFF;
	position: relative;
}

/*SMP SETTEING*/
@media screen and (max-width: 768px) {

.box_01{
	width: 90%;
	height: auto;
}

}
/* /SMP SETTEING*/



.box_01 .left{
	width: 50%;
	height: 330px;
	float: left;
	background: #005795;
	position: relative;
	overflow: hidden;
}

/*SMP SETTEING*/
@media screen and (max-width: 768px) {

.box_01 .left{
	width: 100%;
	height: 190px;
	float: none;
}

}
/* /SMP SETTEING*/



.box_01 .left .place_box{
	width: 65px;
	text-align: center;
	position: absolute;
	top: 105px;
	left: 50%;
	margin-left: -32px;
	z-index: 999;
}

/*SMP SETTEING*/
@media screen and (max-width: 768px) {

.box_01 .left .place_box{
	width: 45px;
	text-align: center;
	position: absolute;
	top: 45px;
	left: 50%;
	margin-left: -23px;
	z-index: 999;
}

}
/* /SMP SETTEING*/



.box_01 .left .slider li {
	height: 330px;
	background: center / cover no-repeat;
}

/*SMP SETTEING*/
@media screen and (max-width: 768px) {

.box_01 .left .slider li {
	height: 190px;
}


}
/* /SMP SETTEING*/


.box_01 .left .fb_thmb{
	overflow: hidden;
}


.box_01 .left .fb_thmb img{
	position: absolute;
  min-width: 100%;
  min-height: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
     -moz-transform: translate3d(-50%, -50%, 0);
           -ms-transform: translate(-50%, -50%);
          transform: translate3d(-50%, -50%, 0);
}


.box_01 .left .datebox{
	width: 65px;
	height: 80px;
	background: #fff;
	position: absolute;
	left: 25px;
	top: 25px;
	z-index: 9999;
}

.box_01 .left .datebox .month{
	width: 60px;
	margin: 3px auto 0 auto ;
	padding: 5px 0;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	background: #006DB2;
	color: #fff;
}

.box_01 .left .datebox .day{
	width: 60px;
	margin: 13px auto 0 auto ;
	text-align: center;
	font-size: 32px;
	font-weight: bold;
}


.bx-pager {
	text-align: right !important;
	border: 20px;
	right: 45%;
}

.bx-wrapper .bx-prev {
	margin: 5px 0 0 0 !important;
  left: 10px !important;
  background: url(../images/icon_arrow_reverse.png) no-repeat 0 0px #000;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  width: 15px !important;
  height: 15px !important;
	-webkit-transform: translateY(-0px) rotate(45deg);
	transform: translateY(-0px) rotate(45deg);
	z-index: 999 !important;
}
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}
.bx-wrapper .bx-next {
	margin: 5px 0 0 0 !important;
  right: 10px !important;
  border-right: 3px solid #fff;
  border-top: 3px solid #fff;
  width: 15px !important;
  height: 15px !important;
	-webkit-transform: translateY(-0px) rotate(45deg);
	transform: translateY(-0px) rotate(45deg);
	z-index: 999 !important;
  
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: transparent;
  border: 2px solid #FFF;
  box-sizing:border-box;
  text-indent: -9999px;
  display: block;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  outline: 0;
  /*
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  */
      -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);

}


.box_01 .right{
	width: 50%;
	height: 330px;
	float: right;
	text-align: center;
	background: #FFF;
}

/*SMP SETTEING*/
@media screen and (max-width: 768px) {

.box_01 .right{
	width: 100%;
	float: none;
	height: auto;
}

}
/* /SMP SETTEING*/



.box_01 .right h3{
	margin: 50px auto 0 auto;
	width: 55%;
}

.box_01 .right h3 img{
	width: 100%;
}


/*SMP SETTEING*/
@media screen and (max-width: 768px) {

.box_01 .right h3{
	margin: 10px auto 0 auto;
	width: 85%;
}
.box_01 .right h3 img{
	width: 100%;
}

}
/* /SMP SETTEING*/


.box_01 .right ul.info_list{
	margin: 5px auto 0 auto;
	width: 380px;
}

.box_01 .right ul.info_list li.place{
	float: left;
	text-align: right;
	width: 175px;
	padding: 0 5px 0 0;
}

.box_01 .right ul.info_list li.phoneno{
	float: left;
	text-align: left;
	width: 175px;
	padding: 0 0 0 15px;
}
.box_01 .right .info_hostel_text{
  margin: 20px 0 10px 0;
  font-size: 14px;
  padding: 0 10px;
  line-height: 1.5em;
}

/*SMP SETTEING*/
@media screen and (max-width: 768px) {

.box_01 .right ul.info_list{
	margin: 5px auto 0 auto;
	width: 100%;
}


.box_01 .right ul.info_list li.place{
	float: left;
	text-align: right;
	width: 40%;
	padding: 0 5px 0 0;
}
.box_01 .right ul.info_list li.phoneno{
	float: left;
	text-align: left;
	width: 47%;
	padding: 0 0 0 5px;
}
.box_01 .right .info_hostel_text{
  margin: 10px auto;
  font-size: 13px;
  padding: 0 10px;
  line-height: 1.5;
  width: 90%;
}

}
/* /SMP SETTEING*/


.box_01 .right ul.btn_list{
	margin: 5px auto 0 auto;
	width: 360px;
}

.box_01 .right ul.btn_list li.btn_blue_M{
}

.box_01 .right ul.btn_list li.btn_red_M{
	float: right;
}

/*SMP SETTEING*/
@media screen and (max-width: 768px) {

.box_01 .right ul.btn_list{
	margin: 5px auto 0 auto;
	width: 90%;
}

.box_01 .right ul.btn_list li.btn_blue_M{
	float: none;
	width: 100%;
	margin: 10px 0 20px 0;
}

.box_01 .right ul.btn_list li.btn_red_M{
	float: none;
	width: 100%;
	margin: 10px 0 20px 0;
}

}
/* /SMP SETTEING*/


.box_01 .right .fbpost{
	margin: 5% auto 5% auto;
	width: 90%;
	text-align: left;
}

.btn_blue_M.icon_arrow.fbbtn{
}


/*  ---------------------------
	hostel box setting BOX02
---------------------------  */

.box_02{
	width: 1100px;
	height: 330px;
	margin: 40px auto 0px auto;
	background: #FFF;
	position: relative;
}

/*SMP SETTEING*/
@media screen and (max-width: 768px) {

.box_02{
	width: 90%;
	height: auto;
}

}
/* /SMP SETTEING*/


.box_02 .left{
	width: 550px;
	height: 330px;
	float: left;
	background: #000;
	position: relative;
}

/*SMP SETTEING*/
@media screen and (max-width: 768px) {

.box_02 .left{
	width: 100%;
	height: 190px;
	float: none;
	background: center / cover no-repeat;
}

}
/* /SMP SETTEING*/


.box_02 .left .datebox{
	width: 66px;
	height: 78px;
	position: absolute;
	left: 25px;
	top: 25px;
	background: #fff;
}

/*SMP SETTEING*/
@media screen and (max-width: 768px) {

.box_02 .left .datebox{
	width: 45px;
	height: 60px;
	position: absolute;
	left: 12px;
	top: 12px;
	background: #fff;
}

}
/* /SMP SETTEING*/



.box_02 .left .datebox .month{
	width: 56px;
	height: 24px;
	background: #006DB3;
	padding: 3px 0 0 0;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin: 5px auto 10px auto;
}

/*SMP SETTEING*/
@media screen and (max-width: 768px) {

.box_02 .left .datebox .month{
	width: 35px;
	height: 24px;
	background: #006DB3;
	padding: 3px 0 0 0;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	margin: 5px auto 3px auto;
}

}
/* /SMP SETTEING*/


.box_02 .left .datebox .day{
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}


/*SMP SETTEING*/
@media screen and (max-width: 768px) {

.box_02 .left .datebox .day{
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}

}
/* /SMP SETTEING*/


.box_02 .right{
	width: 550px;
	height: 330px;
	float: right;
	background: #FFF;
}

/*SMP SETTEING*/
@media screen and (max-width: 768px) {

.box_02 .right{
	width: 100%;
	height: auto;
	float: none;
}

}
/* /SMP SETTEING*/


.box_02 .right .post{
	width: 440px;
	text-align: left;
	margin: 40px 0 0 40px;
}

/*SMP SETTEING*/
@media screen and (max-width: 768px) {

.box_02 .right .post{
	width: 90%;
	text-align: left;
	margin: 40px 20px 0 20px;
}

}
/* /SMP SETTEING*/


.box_02 .right .post h3{
	font-size: 23px;
	margin: 0 0 20px 0;
	line-height: 30px;
}

/*SMP SETTEING*/
@media screen and (max-width: 768px) {

.box_02 .right .post h3{
	font-size: 23px;
	margin: 0 0 10px 0;
	line-height: 30px;
}

}
/* /SMP SETTEING*/


.box_02 .right .post p{
	margin: 0 0 30px 0;
}

/*SMP SETTEING*/
@media screen and (max-width: 768px) {

.box_02 .right .post p.btn_blue_M{
	margin: 0 0 30px 0;
	width: 95%;
}

}
/* /SMP SETTEING*/





.box_03{
	width: 1100px;
	margin:  auto;
	padding: 20px 0;
	background: transparent;
	position: relative;
}

/*SMP SETTEING*/
@media screen and (max-width: 768px) {

.box_03{
	width: 90%;;
}

}
/* /SMP SETTEING*/


/*  ---------------------------
			Footer
---------------------------  */

#footer{
	width: 100%;
	background: url(../images/bg_03.png) #333333 ;
	text-align: center;
	
}

#footer h5{
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding: 0px 0 10px 0;
}

#footer ul.hotelinfo{
	color: #fff;
	margin: auto;
	text-align: center;
	margin: 0 0 20px 0;
}
#footer ul.hotelinfo li span{
	font-weight: bold;
	padding: 0 10px 0 0;
}
#footer ul.hotelinfo li a{
color: #fff;
}

#footer  ul.navi_footer{
	padding: 30px 0;
}

/*SMP SETTEING*/
@media screen and (max-width: 768px) {

#footer  ul.navi_footer{
	width: 100%;
	padding: 0 0 30px 0;
}

#footer h5{
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding: 0px 0 10px 0;
}
#footer ul.hotelinfo{
	margin-bottom: 20px;
}


}
/* /SMP SETTEING*/



#footer ul.navi_footer li {
	display: inline-block;
	text-align:left;
	font-size:14px;
	padding:0 15px;
	border-right: 1px solid #fff;
}

/*SMP SETTEING*/
@media screen and (max-width: 768px) {

#footer ul.navi_footer li  {
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	width: 49.5%;
	float: left;
	padding: 10px 0;
	text-indent: 20px;
	font-size: 10px;
	display: inline-block;
	background: url(../images/icon_arrow.png) no-repeat 10px 15px ;
}




#footer ul.navi_footer li:nth-child(even) {
	border-right: none;
}

#footer ul.navi_footer li a{
}

}
/* /SMP SETTEING*/


#footer ul.navi_footer li:last-child {
	border-right: none;
}

#footer ul.navi_footer li a{
	color: #fff;
	text-decoration: none;
}
#footer .copy{
	font-size: 12px;
	color: #fff;
	padding: 20px 0 40px 0;
}

/*  ---------------------------
			Pagetop
---------------------------  */
#pagetop{
	height:77px;
}

.page_top_navi{
	position:fixed;
	bottom:-77px;
	/*left:50%;*/
	left:96%;
	margin-left:-34px;
	height:77px;
	width:68px;
	z-index:100;
}

/*  ---------------------------
			IE_Alert
---------------------------  */
#ie_alert{
	width:100%;
	background:#EEE;
	font-size:12px;
	padding:15px 0 15px 0;
	z-index:100;
	position:relative;
	display:none;
}

#top #ie_alert,#search #ie_alert{
	background:#FFF;
}

#ie_alert .ie_alert_inner{
	width:100%;
	margin:0 auto;
	display:block;
}

#ie_alert .ie_alert_inner p.ttl{
	font-size:16px;
	padding-bottom:10px;
	color:#E60206;
	font-weight:bold;
	text-align:center;
}

#ie_alert .ie_alert_inner p.ttl span{
	height:20px;
	width:20px;
	background:#E60206;
	text-align:center;
	color:#fff;
	display:inline-block;
	margin-right:10px;
	font-size:16px;
}

#search #ie_alert .ie_alert_inner{
	width:auto;
}

#search #ie_alert{
	z-index:1;
}

#search #ie_alert .ie_alert_inner p.ttl{
	text-align:left;
}

/*  ---------------------------
			clearfix
---------------------------  */

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}


/*  ---------------------------
		ICON FONT
---------------------------  */
@font-face {
    font-family: 'icomoon';
    src:    url('/assets/fonts/icomoon.eot?t5d968');
    src:    url('/assets/fonts/icomoon.eot?t5d968#iefix') format('embedded-opentype'),
        url('f/assets/onts/icomoon.ttf?t5d968') format('truetype'),
        url('/assets/fonts/icomoon.woff?t5d968') format('woff'),
        url('/assets/fonts/icomoon.svg?t5d968#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-phone:before {
    content: "\e900";
}
.icon-play:before {
    content: "\e901";
}
.icon-pointer:before {
    content: "\e902";
}


/*------------------------------
	MEDIA SMARTPHONE
------------------------------*/

@media screen and (max-width: 768px) {
	.spNone { display: none;}
	.pcNone { display: block;}
}
@media screen and (min-width: 769px) {
	.pcNone { display: none;}
}


/*  ---------------------------
		SMP-NAVI SETTINGS
---------------------------  */

/*SMP SETTEING*/
@media screen and (max-width: 768px) {



.sp_navi_box{
	background: #005795;
	width: 100%;
	padding:10px 0 20px 0;
	color: #fff;
	position: absolute;
	top: -200vh;
	/*
	top: -100vh;
	*/
	z-index: 99;
	height: 100vh;
}

.sp_navi_box ul.hotel {
	width: 90%;
	margin: 10px auto 10px auto;
}

.sp_navi_box ul.hotel li{
	border: 1px solid #FFF;
	padding: 6px 0;
	margin: 0 0 10px 0;
	color: #fff;
	width: 48%;
	min-height: 40px;
	display: inline-block;
	text-indent: 8px;
	    text-align: center;
    vertical-align: bottom;
        align-items: center;
}

.sp_navi_box ul.sns{
	text-align:center;
	padding-bottom:20px;
}

.sp_navi_box ul.sns li{
	display:inline-block;
}

.sp_navi_box ul.sns li:first-child{
	padding-right:20px;
}

.sp_navi_box h3{
	border-top: 1px solid;
	width: 100%;
	padding: 15px 0;
	text-align: center;
}

.sp_navi_box ul.lang {
	width: 90%;
	margin: auto;
}

.sp_navi_box ul.lang li {
	border: 1px solid #FFF;
	padding: 10px 0;
	margin: 0 0px 10px 0;
	text-align: center;
	color: #fff;
	width: 48%;
}



.sp_navi_box ul.lang li.en{
	float: right;
}

.sp_navi_box ul.lang li.jp{
	float: left;
}


.sp_navi_box ul.lang li.active{
	background: #fff;
	color: #005795;
}


.sp_navi_box ul.lang_three {
	width: 90%;
	margin:0 auto 20px auto;
}

.sp_navi_box ul.lang_three li {
	border: 1px solid #FFF;
	padding: 10px 0;
	margin: 0 0px 10px 0;
	text-align: center;
	color: #fff;
    width: 48%;
    display: inline-block;
}



.sp_navi_box ul.lang_three li.en{
}

.sp_navi_box ul.lang_three li.jp{
}

.sp_navi_box ul.lang_three li.cn{
}



.sp_navi_box ul.lang_three li.active{
	background: #fff;
	color: #005795;
}

#header .navi ul.navi_menu{
	position:relative;
	border: 1px solid #FFF;
	padding: 10px 0;
	color: #fff;
	width: 90%;
	margin:0 auto 10px auto;
	text-align: center;
	cursor: pointer;
	right:auto;
	height:auto;
}

#header .navi ul.navi_menu a{
	display:block;
}

#header .navi ul.navi_menu li{
	border:none;
	width:auto;
	margin:0;
}

.sp_navi_box p.close{
	border: 1px solid #FFF;
	padding: 10px 0;
	background: #000;
	color: #fff;
	width: 90%;
	margin: auto;
	text-align: center;
	cursor: pointer;
}



.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
	z-index: 9999;
}
.menu-trigger {
	position: absolute;
	width: 25px;
	height: 13px;
	right: 16px;
	top: 12px;
}
.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height:3px;
	background-color: #fff;
}
.menu-trigger span:nth-of-type(1) {
	top: 0;
}
.menu-trigger span:nth-of-type(2) {
	top: 20px;
}
.menu-trigger span:nth-of-type(3) {
	bottom: 0;
}

.open .menu-trigger span:nth-of-type(1) {
	-webkit-transform: translateY(10px) rotate(-45deg);
	transform: translateY(10px) rotate(-45deg);
}
.open .menu-trigger span:nth-of-type(2) {
	opacity: 0;
}
.open .menu-trigger span:nth-of-type(3) {
	-webkit-transform: translateY(-0px) rotate(45deg);
	transform: translateY(-0px) rotate(45deg);
}

/* #global-nav スライドアニメーション */

.sp_navi_box {
	transition: all .4s;
}

.open .sp_navi_box {
        /* #global-nav top + #mobile-head height */
        /*
        -moz-transform: translateY(105vh);
        -webkit-transform: translateY(105vh);
        transform: translateY(105vh);
        */
        -moz-transform: translateY(205vh);
        -webkit-transform: translateY(205vh);
        transform: translateY(205vh);
}


}






/*  ---------------------------
		ANIMATION
---------------------------  */

/*Pass trace*/
.path{    
stroke:#FFF;
fill:none;
stroke-width:1;
stroke-dasharray: 3000;
stroke-dashoffset:3000;
animation: DASH 3s ease-in alternate forwards;
-webkit-animation:DASH 3s ease-in 0s forwards;
-o-animation:DASH 3s ease-in 0s forwards;
animation:DASH 3s ease-in 0s forwards;
}
@keyframes DASH{
0%{stroke-dashoffset:3000;}
100%{stroke-dashoffset:0;}
}
@-moz-keyframes DASH{
0%{stroke-dashoffset:3000;}
100%{stroke-dashoffset:0;}
}
@-webkit-keyframes DASH{
0%{stroke-dashoffset:3000;}
100%{stroke-dashoffset:0;}
}
@-o-keyframes DASH{
0%{stroke-dashoffset:3000;}
100%{stroke-dashoffset:0;}
}
@-ms-keyframes DASH{
0%{stroke-dashoffset:3000;}
100%{stroke-dashoffset:0;}
}

/*Fade in*/
.fill_in{    
animation: FILLIN 1s ease-in-out alternate 1.5s forwards;
-webkit-animation:FILLIN 1s ease-in-out 1.5s forwards;
-o-animation:FILLIN s ease-in-out 1.5s forwards;
animation:FILLIN 1s ease-in-out 1.5s forwards;
}
@keyframes FILLIN{
0%{opacity: 0;}
100%{opacity: 1;}
}
@-moz-keyframes FILLIN{
0%{opacity: 0;}
100%{opacity: 1;}
}
@-webkit-keyframes FILLIN{
0%{opacity: 0;}
100%{opacity: 1;}
}
@-o-keyframes FILLIN{
0%{opacity: 0;}
100%{opacity: 1;}
}
@-ms-keyframes FILLIN{
0%{opacity: 0;}
100%{opacity: 1;}
}


/*X-rotarion*/
.rotationX{    
animation: rotX 2s linear alternate 0s infinite;
-webkit-animation:rotX 2s linear 0s infinite;
-o-animation:rotX 2s linear 0s infinite;
animation:rotX 2s linear 0s infinite;
}
@keyframes rotX{
0%{-webkit-transform: scaleX(1);}
50%{-webkit-transform: scaleX(0);}
100%{-webkit-transform: scaleX(1);}
}
@-moz-keyframes rotX{
0%{-moz-transform: scaleX(1);}
50%{-moz-transform: scaleX(0);}
100%{-moz-transform: scaleX(1);}
}
@-webkit-keyframes rotX{
0%{-webkit-transform: scaleX(1);}
50%{-webkit-transform: scaleX(0);}
100%{-webkit-transform: scaleX(1);}
}
@-o-keyframes rotX{
0%{-o-transform: scaleX(1);}
50%{-o-transform: scaleX(0);}
100%{-o-transform: scaleX(1);}
}
@-ms-keyframes rotX{
0%{-ms-transform: scaleX(1);}
50%{-ms-transform: scaleX(0);}
100%{-ms-transform: scaleX(1);}
}






/*  ---------------------------
	Tablet Sideways SETTEING
---------------------------  */



/*Tablet Sideways SETTEING*/

@media screen and (min-width:768px) and ( max-width:1024px) {


#key{
	display: none;
}

#key .txt_area{
	display: none;
}

#header{
	width:100%;
	background: rgba(0,87,149,1);
	position: relative;
	height: 60px;
	z-index: 9999;
	position: fixed;
}

#header .navi h2#head_logo{
	position:absolute;
	top:15px;
	left:10px;
	padding:0;
	width: 135px;
	z-index: 9999;
}

#header .navi h2#head_logo img{
	width: 100%;
}


#spkey{
	display: block;
}

#spkey a{
	text-decoration: none;
}


#spkey .slider li {
	height:455px;
	background: center / cover no-repeat;
	margin: 50px 0 0 0;
	display: block;
}

#spkey .txt_area{
	position: absolute;
	width: 100%;
	padding: 5px 0;
	bottom:0px;
	color:#fff;
	font-size:14px;
	background-color: rgba(0,87,149,1);
	cursor:pointer;
	text-align: center;
	display: block;
}



#spkey .place_box{
	position: absolute;
	right: 10px;
	top: 110px;
	display: block;
}

#spkey .movie_playSP{
	position:absolute;
	bottom:40px;
	right:10px;
	z-index:1;
}

#spkey .movie_playSP p{
	color:#FFFFFF;
}

#spkey .movie_playSP p:after{
	content:"\025b6";
	padding-left:10px;
}

#spkey .special_movie{
	width: 100%;
	height: 120px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-left: none;
	border-right: none;
	background-size: cover;
	background-image: url(../images/top/specialmovie.gif);
	background-repeat: no-repeat;
	background-position: 0 -50px;
	position: relative;
	z-index: 0;
	bottom: 0px;
	left: 0px;
	display: block;
	color: #fff;	
	text-align: center;
	overflow: hidden;
	display: block;
}

#spkey .special_movie p{
	font-size: 14px;
	position: absolute;
	left: 45%;
	top: 45px;
	display: block;
}

#spkey .special_movie h3{
	font-size: 16px;
	position: absolute;
	left: 45%;
	top: 67px;
	display: block;
}

#spkey .special_movie img.icon_play{
	position: absolute;
	left: 40%;;
	top: 50px;
}


.bx-pager {
	text-align: right !important;
	border: 20px;
	right: 45%;
	bottom: 60px !important;
}


.navi nav{
	display: none;
}

nav.sp_navi{
	display: block;
}

.sp_navi_box{
	background: #005795;
	width: 100%;
	padding:10px 0 20px 0;
	color: #fff;
	position: absolute;
	top: -100vh;
	z-index: 99;
	height: 100vh;
	display: block;
}

.sp_navi_box ul.hotel {
	width: 90%;
	margin: 0 auto 20px auto;
}

.sp_navi_box ul.hotel li{
	border: 1px solid #FFF;
	padding: 10px 0;
	margin: 0 0 10px 0;
	color: #fff;	
	width: 48%;
	text-indent: 20px;
	display: inline-block;
	text-align: center;
}


.sp_navi_box h3{
	border-top: 1px solid;
	width: 100%;
	padding: 15px 0;
	text-align: center;
}

.sp_navi_box ul.lang {
	width: 90%;
	margin: auto;
}

.sp_navi_box ul.lang li {
	border: 1px solid #FFF;
	padding: 10px 0;
	margin: 0 0px 10px 0;
	text-align: center;
	color: #fff;
	width: 48%;
}



.sp_navi_box ul.lang li.en{
	float: right;
}

.sp_navi_box ul.lang li.jp{
	float: left;
}


.sp_navi_box ul.lang li.active{
	background: #fff;
	color: #005795;
}


.sp_navi_box ul.lang_three {
	width: 90%;
	margin:0 auto 20px auto;
}

.sp_navi_box ul.lang_three li {
	border: 1px solid #FFF;
	padding: 10px 0;
	margin: 0 0px 10px 0;
	text-align: center;
	color: #fff;
	width: 48%;
	display: inline-block;
}



.sp_navi_box ul.lang_three li.en{
}

.sp_navi_box ul.lang_three li.jp{
}

.sp_navi_box ul.lang_three li.cn{
}



.sp_navi_box ul.lang_three li.active{
	background: #fff;
	color: #005795;
}

.sp_navi_box ul.navi_menu{
	border: 1px solid #FFF;
	padding: 10px 0;
	color: #fff;
	width: 90%;
	margin: auto;
	text-align: center;
	cursor: pointer;
}

#header .navi ul.navi_menu{
	position:relative;
	border: 1px solid #FFF;
	padding: 10px 0;
	color: #fff;
	width: 90%;
	margin:0 auto 10px auto;
	text-align: center;
	cursor: pointer;
	right:auto;
	height:auto;
}

#header .navi ul.navi_menu a{
	display:block;
}

#header .navi ul.navi_menu li{
	display:contents;
	border: none;
	width: auto;
	height: auto;
	margin: 0 auto;
}

.sp_navi_box p.close{
	border: 1px solid #FFF;
	padding: 10px 0;
	background: #000;
	color: #fff;
	width: 90%;
	margin: auto;
	text-align: center;
	cursor: pointer;
}



.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
	z-index: 9999;
}
.menu-trigger {
	position: absolute;
	width: 25px;
	height: 13px;
	right: 16px;
	top: 12px;
}
.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height:3px;
	background-color: #fff;
}
.menu-trigger span:nth-of-type(1) {
	top: 0;
}
.menu-trigger span:nth-of-type(2) {
	top: 20px;
}
.menu-trigger span:nth-of-type(3) {
	bottom: 0;
}

.open .menu-trigger span:nth-of-type(1) {
	-webkit-transform: translateY(10px) rotate(-45deg);
	transform: translateY(10px) rotate(-45deg);
}
.open .menu-trigger span:nth-of-type(2) {
	opacity: 0;
}
.open .menu-trigger span:nth-of-type(3) {
	-webkit-transform: translateY(-0px) rotate(45deg);
	transform: translateY(-0px) rotate(45deg);
}

/* #global-nav スライドアニメーション */

.sp_navi_box {
	transition: all .4s;
}

.open .sp_navi_box {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(105vh);
        -webkit-transform: translateY(105vh);
        transform: translateY(105vh);
}

}
/* /Tablet Sideways SETTEING*/





/*  ---------------------------
		NEW TEMPLATE
---------------------------  */

.listtype01{
	list-style-type: none;
}

.listtype01 li span{
	font-weight: bold;
	padding: 0 10px 0 0;
}

.listtype02 li{
	float: left;
	margin: 0 10px 0 0;
}
.listtype02 li img{
	width: 120px ;
}

table.lowerTable th.wf{
	width: 15%;
}

.listtype02 li p{
	font-size: 12px;
	margin: 0px 0 14px 0;
	text-align: center;
}

p.listp{
	clear: both;
	padding: 20px 0 0 0;
}







/*  ---------------------------
	hostel box setting BOX04
---------------------------  */


.box_04{
	width: 90%;
	height: 330px;
	margin: 40px auto 0px auto;
	background: #FFF;
	position: relative;
}

/*SMP SETTEING*/
@media screen and (max-width: 768px) {

.box_04{
	width: 90%;
	height: auto;
}

}
/* /SMP SETTEING*/



.box_04 .left{
	width: 50%;
	height: 330px;
	float: left;
	background: #005795;
	position: relative;
	overflow: hidden;
}

/*SMP SETTEING*/
@media screen and (max-width: 768px) {

.box_04 .left{
	width: 100%;
	height: 190px;
	float: none;
}

}
/* /SMP SETTEING*/



.box_04 .left .place_box{
	width: 65px;
	text-align: center;
	position: absolute;
	top: 105px;
	left: 50%;
	margin-left: -32px;
	z-index: 999;
}

/*SMP SETTEING*/
@media screen and (max-width: 768px) {

.box_04 .left .place_box{
	width: 45px;
	text-align: center;
	position: absolute;
	top: 45px;
	left: 50%;
	margin-left: -23px;
	z-index: 999;
}

}
/* /SMP SETTEING*/



.box_04 .left .slider li {
	height: 330px;
	background: center / cover no-repeat;
}

/*SMP SETTEING*/
@media screen and (max-width: 768px) {

.box_04 .left .slider li {
	height: 190px;
}


}
/* /SMP SETTEING*/


.box_04 .left .fb_thmb{
	overflow: hidden;
}


.box_04 .left .fb_thmb img{
	position: absolute;
  min-width: 100%;
  min-height: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
     -moz-transform: translate3d(-50%, -50%, 0);
           -ms-transform: translate(-50%, -50%);
          transform: translate3d(-50%, -50%, 0);
}


.box_04 .left .datebox{
	width: 65px;
	height: 80px;
	background: #fff;
	position: absolute;
	left: 25px;
	top: 25px;
	z-index: 9999;
}

.box_04 .left .datebox .month{
	width: 60px;
	margin: 3px auto 0 auto ;
	padding: 5px 0;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	background: #006DB2;
	color: #fff;
}

.box_04 .left .datebox .day{
	width: 60px;
	margin: 13px auto 0 auto ;
	text-align: center;
	font-size: 32px;
	font-weight: bold;
}


.bx-pager {
	text-align: right !important;
	border: 20px;
	right: 45%;
}

.bx-wrapper .bx-prev {
	margin: 5px 0 0 0 !important;
  left: 10px !important;
  background: url(../images/icon_arrow_reverse.png) no-repeat 0 0px #000;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  width: 15px !important;
  height: 15px !important;
	-webkit-transform: translateY(-0px) rotate(45deg);
	transform: translateY(-0px) rotate(45deg);
	z-index: 999 !important;
}
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}
.bx-wrapper .bx-next {
	margin: 5px 0 0 0 !important;
  right: 10px !important;
  border-right: 3px solid #fff;
  border-top: 3px solid #fff;
  width: 15px !important;
  height: 15px !important;
	-webkit-transform: translateY(-0px) rotate(45deg);
	transform: translateY(-0px) rotate(45deg);
	z-index: 999 !important;
  
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: transparent;
  border: 2px solid #FFF;
  box-sizing:border-box;
  text-indent: -9999px;
  display: block;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  outline: 0;
  /*
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  */
      -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);

}


.box_04 .right{
	width: 50%;
	height: 330px;
	float: right;
	text-align: left;
	background: #FFF;
}

/*SMP SETTEING*/
@media screen and (max-width: 768px) {

.box_04 .right{
	width: 100%;
	float: none;
	height: auto;
}

}
/* /SMP SETTEING*/



.box_04 .right h3{
	margin: 30px auto 0 auto !important;
	width: 90%;
	border-bottom:  1px solid #666;
	text-align: left;
	font-size: 20px;
	padding: 0 0 10px 0;	
}


.box_04 .right h3 span{
	font-size: 14px;
	padding: 0 0 0 15px;
	
}


.box_04 .right h3 img{
	width: 100%;
}


/*SMP SETTEING*/
@media screen and (max-width: 768px) {

.box_04 .right h3{
	margin: 10px auto 0 auto;
	width: 85%;
}
.box_04 .right h3 img{
	width: 100%;
}

}
/* /SMP SETTEING*/


.box_04 .right ul.info_list{
	margin: 5px auto 0 auto;
	width: 380px;
}

.box_04 .right ul.info_list li.place{
	float: left;
	text-align: right;
	width: 175px;
	padding: 0 5px 0 0;
}

.box_04 .right ul.info_list li.phoneno{
	float: left;
	text-align: left;
	width: 175px;
	padding: 0 0 0 15px;
}

/*SMP SETTEING*/
@media screen and (max-width: 768px) {

.box_04 .right ul.info_list{
	margin: 5px auto 0 auto;
	width: 100%;
}


.box_04 .right ul.info_list li.place{
	float: left;
	text-align: right;
	width: 40%;
	padding: 0 5px 0 0;
}
.box_04 .right ul.info_list li.phoneno{
	float: left;
	text-align: left;
	width: 47%;
	padding: 0 0 0 5px;
}

}
/* /SMP SETTEING*/


.box_04 .right ul.btn_list{
	margin: 5px auto 0 auto;
	width: 360px;
}

.box_04 .right ul.btn_list li.btn_blue_M{
	float: left;
}

.box_04 .right ul.btn_list li.btn_red_M{
	float: right;
}

/*SMP SETTEING*/
@media screen and (max-width: 768px) {

.box_04 .right ul.btn_list{
	margin: 5px auto 0 auto;
	width: 90%;
}

.box_04 .right ul.btn_list li.btn_blue_M{
	float: none;
	width: 100%;
	margin: 10px 0 0 0;
}

.box_04 .right ul.btn_list li.btn_red_M{
	float: none;
	width: 100%;
	margin: 10px 0 20px 0;
}

}
/* /SMP SETTEING*/


.box_04 .right .fbpost{
	margin: 5% auto 5% auto;
	width: 90%;
	text-align: left;
}

.btn_blue_M.icon_arrow.fbbtn{
}

.icon_list{
	margin: 20px 0 0 0;
}

.icon_list li{
	float: left;
	width: 70px;
	margin: 20px 7px 0 7px;
}


/*SMP SETTEING*/
@media screen and (max-width: 768px) {
.icon_list{
	margin: 20px 0 0 0;
	padding: 0 0 20px 0;
}

.icon_list li{
	float: left;
	width: 50px;
	margin: 20px 7px 0 7px;
}

.icon_list li img{
	width: 100%;
}

.icon_list li p{
	display: none;
}

}
/* /SMP SETTEING*/



.tmb_imgs{
	width: 120px;
	height: 170px;
	float: left;
	margin: 15px ;
	text-align: center;
}

.tmb_imgs img{
	width: 100%;
}

.tmb_imgs span{
	margin: 0;
	padding: 0;
	font-size: 12px;
}



ul.accordion { font-size:16px;}
ul.accordion a { display:block;  background-position:97% center; background-repeat:no-repeat; text-decoration:none; color:#333; }
ul.accordion span {  padding:10px; background-position:97% center; background-repeat:no-repeat; color:#333; }
ul.accordion span.f_info {  padding:0 0 0 10px; color:#FFF; font-size: 12px; position: absolute; }
ul.accordion span.f_info.twoline {  padding:0 0 0 10px; color:#FFF; font-size: 12px; position: absolute; margin: -10px 0 0 0; }
ul.accordion span.icon_box {   float: right; margin: -20px 0 0 0;}
ul.accordion ul { display:none;}
ul.accordion > li { background: #FFF; border-bottom: 1px solid #f2f2f2;}
ul.accordion > li > p { background: #005A97;cursor:pointer; font-size: 22px; padding: 30px 10px 30px 10px; color: #fff;}
ul.accordion > li > p span {  color: #fff; background-image:url(../img/open.png);}
ul.accordion > li > p span.open { background-image:url(../img/close.png);}
ul.accordion > li > ul > li { background:#FFF; border-bottom:1px solid #EEE; padding: 20px 0 0 20px;line-height: 1.7em;}
ul.accordion > li > ul > li > p { background:#FFF;}
ul.accordion > li:hover { opacity: 0.9;}

ul.accordion > li > ul > li > a { background:url(../img/go.png) no-repeat 98% center;}
ul.accordion > li > ul > li > ul > li { background:#FFF; border-bottom:1px dotted #888;}
ul.accordion > li > ul > li > ul > li:last-child { border:none;}

/*SMP SETTEING*/
@media screen and (max-width: 768px) {

ul.accordion span.icon_box {  float: none;  display: block; margin: 35px 0 0 0;}
ul.accordion span.f_info.twoline {  padding:0 0 0 10px; color:#FFF; font-size: 12px; position: absolute; margin: 0 0 0 0; }

}
/* /SMP SETTEING*/

/*  ---------------------------
	     temp_events
---------------------------  */
#temp_events .cf .temp_eventsBnr{
	width:90%;
	text-align:center;
	margin:0 auto;
}

#temp_events .cf .temp_eventsBnr_inner{
	background:url(../images/top/tempBnr_oneCoin_pc.jpg) center center no-repeat;
	background-size:cover;
	width:100%;
}

#temp_events .cf .temp_eventsBnr_inner img{
	width:100%;
	height:auto;
}

@media screen and (min-width: 769px) {
	#temp_events .cf .temp_eventsBnr_inner{
		min-height:330px;
}

	#temp_events .cf .temp_eventsBnr_inner a{
		padding:0 50% 312px;
}

	#temp_events .cf .temp_eventsBnr_inner img{
		display:none;
		text-align:center;
}
}

/*SMP SETTEING*/
@media screen and (max-width: 768px) {
	#temp_events{
		margin-top:-15px;
	}
	
	#temp_events .cf .temp_eventsBnr_inner{
		background:none;
	}
	
	#temp_events .cf .temp_eventsBnr_inner img{
		max-width:100%;
	}
}
/* /SMP SETTEING*/


/*  ---------------------------
		    YOUTUBE
---------------------------  */

#youtubeArea{
	border-bottom:1px solid #000;
}

#youtubeArea .youtubeAreaInner{
	margin:50px 0;
}

#youtubeArea .youtubeAreaInner h2{
	text-align:center;
	font-size:20px;
	font-weight:bold;
}

#youtubeArea .youtubeAreaInner ul{
	text-align:center;
	padding:0;
	margin:40PX 0 0 0;
}

#youtubeArea .youtubeAreaInner ul li{
	display:inline-block;
	margin-right:75px;
	margin-top:20px;
	width:25%;
	position:relative;
	vertical-align:top;
}

#youtubeArea .youtubeAreaInner ul li.marR0px{
	margin-right:0;
}

#youtubeArea .youtubeAreaInner ul li .youtube_allow{
	background:url(../images/youtube/youtube_allow.png) no-repeat;
	background-position:center center;
	position:absolute;
	width:60px;
	height:60px;
	right:43%;
	bottom:44%;
	z-index:1;
}

#youtubeArea .youtubeAreaInner ul li img.thumbnail{
	width:100%;
	max-width:400px;
	height:auto;
}

#youtubeArea .youtubeAreaInner .youtube_link{
	display:block;
	text-align:center;
	margin-top:20px;
	text-decoration:none;
}

#youtubeArea .youtubeAreaInner .youtube_link img{
	width:16px;
	height:16px;
	vertical-align:sub;
	padding-right:5px;
}

/*SMP SETTEING*/
@media screen and (max-width: 768px) {

#youtubeArea .youtubeAreaInner ul li{
	margin-right:0;
	margin-top:0;
	width:90%;
}

#youtubeArea .youtubeAreaInner ul li p{
	padding-bottom:20px;
}

#youtubeArea .youtubeAreaInner .youtube_link{
	margin-top:0;
}

}
/* Following BNR Setting */

/* Bnr
-----------------------------------------*/
.Bnr{
  position: relative;
  margin: 0 auto;
  width: 100%;
  display: none;
  font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",Osaka,sans-serif !important;
}
.Bnr .Bnr__img{
  position: fixed;
	width: 100%;
  bottom: 0;
 
 /* box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);*/
  z-index: 99999;
}
.Bnr__img__inner{
  width: 100%;
  height: 100px;
	text-align: center;
  box-sizing:border-box;
  padding: 5px;
  background-color: rgba(20, 19, 18, 0.9);
}
.Bnr .Bnr__img__inner a{
  display: block;
}
.Bnr .Bnr__img p.close{
  position: absolute;
  right: 10px;
  top:10px;
}
.Bnr .Bnr__img p.close a{
  display: block;
  width: 20px;
  height: 25px;
  text-align: center;
}
.Bnr .Bnr__img p.close a span{
  display: block;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.Bnr .Bnr__img p.close a i{
  font-size: 20px;
  z-index: 888;
  color: #fff;
}
@media screen and (max-width: 768px) {
.Bnr__img__inner{
  width: 100%;
  height: auto;
	text-align: center;
  box-sizing:border-box;
  padding: 10px;
  background-color: rgba(20, 19, 18, 0.9);
}
.Bnr__img__inner img{
width: 96%;
height: auto;
	}
}

/*SMP SETTEING*/
/* /Following BNR Setting */
