@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900');

/*****************************************************************

	トップページ＆共通レイアウト定義

	*Common Layout CSS
	   +BASE Module SET
	   +SKIP
	*TopPage

*****************************************************************/

/* ====== BASE Module SET ===== */


*{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html,
body{
	margin: 0;
	padding: 0;
}

html{
	overflow-y:scroll;
}

h1,h2,h3,h4,h5,h6,
p,ul,ol,dl,dt,dd,li,
table,td,th,
address,
blockquote,form,fieldset,legend,div,hr,pre{
	margin: 0;
	padding: 0;
	font-style: normal;
	text-align: left;
	font-size: 100%;
	line-height: 1.2;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}


body{
	background: #FFF;
	font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","游ゴシック体", "Yu Gothic","メイリオ","meiryo","MS P Gothic","ＭＳ Ｐゴシック","Osaka", sans-serif;
	text-align: center;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

th,td{
	vertical-align: top;
}

img,
object,
embed{
	border: 0;
	vertical-align: top;
	outline: none;
	max-width: 100%;
	height: auto;
}

object:focus{
	outline: none;
}

embed:focus{
	outline: none;
}

img,
input,
select,
textarea{
	margin-top: 0;
	margin-bottom: 0;
	vertical-align: middle;
	font-size: 12px;
}

input[type="button"],
input[type="text"],
input[type="submit"] {
	-webkit-appearance: none;
	border-radius: 0;
	border: 1px solid #ccc;
	padding: 3px;
}

select{
	border: 1px solid #ccc;
	padding: 3px;
}

::-webkit-input-placeholder{
    color: #ccc;
}
::-moz-placeholder{
    color: #ccc;
}
:-moz-placeholder{
    color: #ccc;
}
:-ms-input-placeholder{
    color: #ccc;
}

abbr,
acronym,
fieldset{
	border: 0;
}

hr{
	margin: 2em 0;
	display: block;
	border: 0;
	border-bottom: 1px solid #ddd;
	clear: both;
}

img{
	max-width: 100%;
	font-size: 10px;
}

em{
	font-style: normal;
}

a{
	color: #000;
	background: transparent;
}

a:hover,
a:focus{
	color: #999;
}

ul li{
	list-style: none;
}

/* ====== SKIP ===== */
ul#skip{
	display: none;
	/*IE Mac \*/
	display: block;
 	position:absolute;
	height: 0;
	width: 0;
	overflow: hidden;
	/*IE Mac */
}

.nav{ }
.place{ }
.clr{
	width: 0;
	height: 0;
	line-height: 0;
	font-size: 0;
	clear: both;
}

.cf{
	width: 100%;
	overflow: hidden;
}

.cf:after{
	display: block;
	clear: both;
	content: "";
}

::selection{background-color:#333; color: #fff; }
::-moz-selection {background-color:#333; color: #fff; }
input::selection,
textarea::selection{background-color:#b6d6fd; color: #000; }
input::-moz-selection,
textarea::-moz-selection{background-color:#b6d6fd; color: #000; }

div,
ul,
section,
article{
	width: auto;
	zoom: 1;
}

section,
article{
	overflow: hidden;
}

div:after,
ul:after,
section:after,
article:after{
	display: block;
	clear: both;
	content: "";
}

h1,h2,h3,h4,h5,h6,
table,th,td,ul,ol,li,
dd,dt,dl,p{
	background: url(../images/aki.png);
}
.return{
	display: block;
	width: 0;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}

.tel_dis{ cursor: default; }

.sp_i{ display: none; }
.sp_b{ display: none; }

.pc_i{ display: inline; }
.pc_b{ display: block; }

.sp_ib{ display: none; }
.pc_ib{ display: inline-block; *display: inline; zoom: 1; }

.txt_c{ text-align: center;}
.txt_r{ text-align: right;}

/*============================================================
	TopContentsStyle
============================================================*/


/*============================================================
	Nav
============================================================*/
 dl#path dt,
 dl#nav dt{
 	position:absolute;
	height: 0;
	width: 0;
	overflow: hidden;
 }
 
/*============================================================
	Page / column
============================================================*/



#page{
	width: 100%;
	min-width: 960px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

.lock,
.lock body{
	background: #000;
}
.lock #content,
.lock #page_footer{
	-moz-opacity:0.2; -ms-filter: "alpha( opacity=20 )"; filter: alpha(opacity=20); opacity:0.2;
}
.inner{
	width: 100%;
	text-align: left;
	margin: 0 auto;
	position: relative;
	padding: 0 15px;
	max-width: 1170px;
}

/*============================================================
	Header
============================================================*/
#page_header{
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 100;
	background: #fff;
	-moz-transition: 1s;
	-webkit-transition: 1s;
	transition: 1s;
}

.home #page_header{
	width: 100%;
	background: rgba(0,0,0,0.30)
}

#page_header:after{
	display: block;
	clear: both;
	content: "";
}
#page_header h1{
	max-width: 390px;
	margin-bottom: 1em;
	padding-top: 16px;
	width: 35.6%;
}
#page_header a{
	text-decoration: none;
}

.sub_menu a,
.menu a{
	color: #333;
}
.sub_menu a:hover,
.menu a:hover{
	color: #999;
}


.menu{
	width: 100%;
	clear: both;
	font-size: 68%;
}
.menu li{
	width: 12.5%;
	float: left;
	position: relative;
}

.menu a{
	display: block;
	padding: 1em 0;
	text-align: center;
}

.menu li li{
	width: 100%;
	float: none;
}

.menu li ul{
	position: absolute;
	top: 100%;
	left: 0;
	background: #fff;
	width: 200%;
	font-size: 112.5%;
	overflow: hidden;
	max-height: 0;
	-moz-transition: 0.5s;
-webkit-transition: 0.5s;
transition: 0.5s;
outline: 0 solid #f1f1f1;
}
.menu li:last-child ul{
}
.menu li:hover ul{
	 max-height: 1000px;
	outline: 1px solid #f1f1f1;
}

.menu li ul ul{
	width: 100%;
	background: #dfdfdf;
	max-height: none;
	position: relative;
}

.menu li ul a{
	padding: 10px;
	text-align: left;
	border-bottom: 1px solid #ddd;
}

.menu li ul ul a{
	padding-left: 20px;
}

.menu li ul  a:hover{
	background: #eee;
}

.menu strong{
	display: block;
	font-size: 125%;
	margin-bottom: 0.5em;
}

.sub_menu {
	position: absolute;
	top: 13px;
	right: 0;
	width: 60%;
	text-align: right;
	font-size: 75%;
	line-height: 1;
	vertical-align: middle;
}
.sub_menu li{
	display: inline-block; *display: inline; zoom: 1;
}
.sub_menu li:first-child+li,
.sub_menu li:first-child+li+li{
}
.sub_menu li{
	padding: 0 0.75em;
}
.sub_menu .sns{
	padding: 0 0.1em;
	font-size: 150%;
}
.sub_menu .btn_rev{ font-size: 125%; }
.sub_menu .btn_rev a{
	display: block;
	background: #990000;
	padding: 8px 1em ;
	color: #fff !important;
	border: 1px solid #990000;
}
.sub_menu .btn_rev a:hover{
	
}

.home #page_header h1{
	background: url(../images/logo.png) no-repeat  0 16px;
	-moz-background-size: 100% auto;
	-webkit-background-size: 100% auto;
	-o-background-size: 100% auto;
	background-size: 100% auto;
}

.home #page_header h1 img{ visibility: hidden;}
.home .sub_menu a,
.home .menu a{
	color: #fff;
}
.home .sub_menu a:hover,
.home .menu a:hover{
	color: #ccc;
}
.home .sub_menu li:first-child+li,
.home .sub_menu li:first-child+li+li,
.home .sub_menu li:first-child+li+li+li{
}
.home .menu li ul a{
	color: #333;
}
.home .menu li ul a:hover{
	color: #000;
}

@media screen and (min-width: 961px) {
	.scr_on #page_header{ background: #fff;}
	.scr_on #page_header h1{
		background: none;
	}
	.scr_on #page_header h1 img{ visibility: visible;}
	.scr_on .sub_menu a,
	.scr_on .menu a{
		color: #333;
	}
	.scr_on .sub_menu a:hover,
	.scr_on .menu a:hover{
		color: #999;
	}
	.scr_on .sub_menu li:first-child+li,
	.scr_on .sub_menu li:first-child+li+li,
	.scr_on .sub_menu li:first-child+li+li+li{
	}
	.scr_on .menu li ul a{
		color: #333;
	}
	.scr_on .menu li ul a:hover{
		color: #000;
	}

}

.sub_menu .lang{
	position: relative;
}
.sub_menu .lang ul{
	position: absolute;
	top: 0;
	top: 124%;
	background: #fff;
	width: 100%;
	z-index: 100;
	overflow: hidden;
	max-height: 0;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	outline: 0 solid #f1f1f1;
}
.sub_menu .lang li{
	margin: 0;
	padding: 0;
	display: block;
	border: 0 !important;
}
.sub_menu .lang:hover ul{
	max-height: 400px;
	outline: 1px solid #f1f1f1;
}
.sub_menu .lang ul a{
	display: block;
	padding: 5px 10px;
	color: #666;
}
.sub_menu .lang ul a:hover{
	background: #eee;
}
.head_rev{
	top: 49px;
	right: 0;
	overflow: auto;
	overflow: hidden;
	position: absolute;
	width: 600px;
	max-height: 0;
	-moz-transition: 0.5s;
-webkit-transition: 0.5s;
transition: 0.5s;
	transition: 0.5s;
}
.rev_on .head_rev{
	overflow: auto;
	max-height: 1000px;
}
.head_rev .rev_1,
.head_rev .rev_2{
	padding: 10px;
	color: #fff;
}
.head_rev .rev_1{ background: #900;}
.head_rev .rev_2{ background: #5d0000;}

.head_rev h2{
	text-align: center;
	font-size: 125%;
	margin-bottom: 1em;
}

.head_rev p{ margin-bottom: 1em; font-size: 88%;}
.head_rev .change{ clear: both; text-align: center; line-height: 1; margin: 0.5em 0 1em 0;}
.head_rev .change+.change{ margin: 0 0 0.5em 0;}
.head_rev .change a img{ width: 30px;}
.head_rev .change a,
.head_rev .change input{ display: inline-block; *display: inline; zoom: 1;
	padding: 10px 1em;
	min-width: 50%;
	color: #fff;
	border: 0;
	font-size: 14px;
}

.head_rev .rev_1 .m_change .btn_rev_2{
	min-width: 30%;
	font-size: 12px;
}

.head_rev .change i{
	font-size: 50%;
	margin-left: 2em;
	vertical-align: 20%;
}
.head_rev .rev_1 .btn_rev_1{
	background: #300;
	min-width:70%;
}
.head_rev .rev_1 .btn_rev_2{
	background: #fff;
	color: #900;
	min-width: 70%;
}
.head_rev .rev_2 .btn_rev_1{
	background: #eb5e00;
}


.head_rev .rev_2 .f1{ margin-bottom: 1em;}
.head_rev .rev_2 .f2{margin-bottom: 1em;}

/*============================================================
	Social
============================================================*/
#XXX .sbm{
	position: absolute;
	top: 20px;
	right: 10px;
	width: 250px;
	overflow: hidden;
}

#XXX .sbm .sbm_gp,
#XXX .sbm .sbm_tw,
#XXX .sbm .sbm_fb{
	float: right;
	margin-right: 5px;
}

#XXX .sbm .sbm_fb{ margin: 0; }

/*============================================================
	Nav
============================================================*/

/*============================================================
	Content
============================================================*/
#content{
	width: 100%;
}
#content.free_page{
	padding-top: 124px;
}
#content.free_page #main .top_head{
	margin: 0 0 2em 0;
}
#content.free_page>.top_head_2:first-child,
#content.free_page #main .top_sec>.top_head:first-child,
#content.free_page #main .faq_area>.top_head:first-child,
#content.free_page #main .top_sec>.top_head:first-child{
	margin: 0 0 2em 0;
	padding-top:130px !important;
}

#main h3.top_head{ margin: 2em 0 !important;}


#content:after{
	display: block;
	clear: both;
	content: "";
}
.main_image{
	background: #000;
	position: absolute;
	top: 0;
	left: 0;
}
.main_image p{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	color: #fff;
	width: 100%;
	text-align: center;
	line-height: 2;
	padding-top:25%;
	font-size: 200%;
}
.main_image ul{
	padding-top: 60%;
	overflow: hidden;
	height: 0;
}

.main_image li{
	height: 100%;
	background: no-repeat center center;
	-moz-background-size: cover;
	-webkit-background-size:  cover;
	-o-background-size:  cover;
	background-size:  cover;
}
.main_image img{
	width: 100%;
}
/*============================================================
	Parts
============================================================*/
.sp_nav strong,
.page_title_image h2 span,
.top_point h2 span,
.top_head_2 span{
	font-family: Lato, sans-serif;
}

.room_floor_data th,
.floor th,
.head_rev h2,
.top_rev_1 h2,
.top_rev_2 h2,
.tab_area .tab_btn,
.top_head_2,
.top_head,
.main_image p{
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif
}


.btn_more{
	display: inline-block; *display: inline; zoom: 1;
	padding: 10px 40px ;
	border: 1px solid #ccc;
	text-decoration: none;
	color: #000;
	
	background: #666;
	color: #fff;
}
.btn_more:hover{
	background: #ccc;
	color: #000;
}
.btn_more:after{
	font-family:FontAwesome;
	content: "\f105";
	padding-left: 1em;
}

.top_head,
#main .top_head{
	text-align: center;
	margin-bottom: 1em;
	font-size: 200%;
	letter-spacing: 0.25em;
	font-weight: normal;
}

.top_head_2,
#main .top_head_2{
	text-align: center;
	margin-bottom: 5em;
	font-size: 100%;
	font-weight: normal;
}

.top_osusume .top_head_2,
#main .top_osusume .top_head_2{
	margin-bottom: 1em;
}

#content #main .inner>.top_head:first-child,
#content #main .top_head_2:first-child,
#main .top_head_2:first-child{
	padding-top: 2em;
}

.top_head_2 span,
#main .top_head_2 span{
	display: block;
	font-size: 200%;
	letter-spacing: 0.25em;
	margin-bottom: 0.5em;
}
/*============================================================
	Main
============================================================*/
#main .top_rev_1,
#main .top_rev_2{
	padding: 20px;
	color: #fff;
	min-height: 15em;
}

#main .top_rev_1 h2,
#main .top_rev_2 h2{
	font-weight: normal;
	font-size: 125%;
	color: #fff;
	margin-bottom: 1em;
}

#main .top_rev_1 p,
#main .top_rev_2 p{
	font-size:75%;
}
.inner:after{ display: block; clear: both; content: "";}

#main .top_rev_1 form,
#main .top_rev_2 form{
	display: block;
	position: relative;
}

#main .top_rev_1 .btn_area,
#main .top_rev_2 .btn_area{
	margin: 0;
	text-align: center;
}
#main .top_rev_1,
#main .top_rev_2{
	float: left;
	width: 50%;
}
#main .top_rev_1{
	background:#000;
}
#main .top_rev_2{
	background:#262626;
}
#main .top_rev_1 .btn_rev,
#main .top_rev_2 .btn_rev{
	display: inline-block; *display: inline; zoom: 1;
	padding: 10px 4em;
	color: #fff;
	border: 0;
}
#main .top_rev_1 .btn_rev{
	background: #990000;}
#main .top_rev_2 .btn_rev{
	background:#eb5e00;
}


/*============================================================
	Main
============================================================*/
#main{
	width: 100%;
}

#main:after{
	display: block;
	clear: both;
	content: "";
}

/* Main Design */
#main p,
#main ul,
#main dl,
#main ol,
#main blockquote,
#main pre,
#main td,
#main th{
	line-height: 1.5;
	font-size: 88%;
	margin-bottom: 1em;
	color: #333;
}

#main td,
#main th{
	margin-bottom: 0;
}

#main h1,
#main h2,
#main h3,
#main h4,
#main h5,
#main h6{
	font-size: 100%;
	line-height: 1.2;
	color: #000;
	margin-bottom: 0.75em;
}

/* default */
#main ul ul,
#main ul p,
#main ul blockquote,
#main ul pre,
#main ul dl,
#main dl dl,
#main dl p,
#main dl ul,
#main dl ol,
#main blockquote p,
#main blockquote ul,
#main blockquote dl,
#main blockquote ol,
#main ol blockquote,
#main ol pre,
#main ol p,
#main td p,
#main td ul,
#main td dl{
	font-size: 100%;
}


/*============================================================
	top_osusume
============================================================*/
.top_osusume{
	width: 100%;
	padding: 200px 0;
	/*background: url(../main/bg_res.jpg) no-repeat fixed;*/
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: scroll;
	-moz-background-size: auto 131%;
	-webkit-background-size: auto 131%;
	-o-background-size: auto 131%;
	background-size: auto 131%;
}
.free_page+.top_osusume{
	background: none;
	padding: 2em 0 0 0;
}
.top_osusume ul,
#main .top_osusume ul{
	margin: 0;
}
.top_osusume .owl-prev,
.top_osusume .owl-next,
#main .top_osusume .owl-prev,
#main .top_osusume .owl-next{
	margin: 0;
	position: absolute;
	top : 70px;
	color: #999;
	font-size: 1000%;
}
.top_osusume p{
	font-size: 88%;
	line-height: 1.5;
	margin-bottom: 1em;
}
 .top_osusume .owl-prev,
#main .top_osusume .owl-prev{ left: -50px; }
 .top_osusume .owl-next,
#main .top_osusume .owl-next{ right: -50px;}
.top_plan_outer{
	padding: 35px 0;
	background: #fff;
}

.top_plan{
	width: 90%;
	margin: auto;
	position: relative;
}


.top_plan li{
	padding: 10px;
}

.top_plan a{
	text-decoration: none;
}


.top_point{
	background: #000;
	color: #ccc;
}

#main .top_point p{
	color: #fff;
}
#main .top_point h2{
	padding-top: 5em;
	font-size: 88%;
	margin-bottom: 1em;
	line-height: 1.5;
	color: #fff;
}
#main .top_point h2 span{
	display: block;
	font-size: 200%; letter-spacing: 0.25em;
}
#main .top_point h3{
	font-size: 100%;
	line-height: 1.5;
	margin-bottom: 1em;
	color: #fff;
}

#main .top_point p{ margin: 0;}

#main .top_point .col_l img,
#main .top_point .col_r img{ width: 100%;}

#main .top_point .col_l h2{ margin-left: 60px; margin-right: 60px;}
#main .top_point .col_r h2{ margin-left: 60px; margin-right:60px;}
#main .top_point .col_l h3{ margin-left: 60px; margin-right: 60px;}
#main .top_point .col_r h3{ margin-left: 60px; margin-right: 60px;}
#main .top_point .col_l p{ margin-left: 60px; margin-right: 60px;}
#main .top_point .col_r p{ margin-left: 60px; margin-right: 60px;}

#main .point_view ul{
	margin: 0;
	padding-top: 75%;
	height: 0;
	overflow: hidden;
}
#main .top_point .col_l{ width: 50%; float: left; margin: 0;}
#main .top_point .col_r{ width: 50%; float: right; margin: 0;}


#main .top_disney{
	padding: 70px 0;
}
#main .top_disney h2{
	text-align: center;
	margin-bottom: 5em;
}
#main .top_disney .read{
	text-align: center;
	margin-bottom: 2em;
}
#main .top_disney .btn_more{
	min-width: 20em;
	margin: 0 2em;

}
#main .top_disney p{
	text-align: center;
}
#main .top_news{
	padding: 20px 0;
}


#main .tab_area .tab_btn{
	text-align: center;
	margin: 0;
	font-size: 112.5%;
}

#main .tab_area .tab_btn li{
	display: inline-block; *display: inline; zoom: 1;
	width: 15%;
}

#main .tab_area .tab_btn a{
	position: relative;
	display: block;
	text-decoration: none;
	padding: 1em 0 2em 0;
	text-align: center;
	border: 1px solid #ccc;
	border-left: 0;
}

#main .tab_area .tab_btn li:first-child a{
	border-left: 1px solid #ccc;
}
#main .tab_area .tab_btn a:after{
	content: "";
	position: absolute;
	bottom: 10px;
	width: 90%;
	left: 5px;
	border-bottom: 5px solid #fff;
}
#main .tab_area .tab_btn .on:after{
	border-bottom: 5px solid #900;
}


#main .tab_area .tab_item{
	border-top: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	border-left: 0;
	padding-top: 3em;
	min-height: 20em;
}

#main .top_news .tab_item p,
#main .top_news .tab_item ul{
	max-width: 800px;
	margin: 0 auto 1em auto;
}

#main .top_news .tab_item ul a{
	display: block;
	padding: 1em;
	border-bottom: 1px solid #ccc;
	text-decoration: none;
	overflow: hidden;
}
#main .top_news .tab_item span{
	color: #999;
	float: left;
	display: block;
	width: 10em;
}
#main .top_news .tab_item em{
	padding-left: 11em;
	display: block;
}
#main .top_access{
	padding-bottom: 20px;
}
#main .top_access .inner{
	width: 90%;
}
#main .top_access .map{
	width: 50%;
	height: 260px;
	float: left;
	margin-right: 4em
}
#main .top_access h3{
	margin-bottom: 1em;
}
#main .top_access p{
}
.bnr_area{ padding: 50px 0;}
.bnr_area li{
	width: 33.333%;
	float: left;
	text-align: center;
	margin-bottom: 1em;
}
.bnr_area li img{
	max-width: 098%
}
.bnr_area li:first-child,.bnr_area li:nth-of-type(3n+1){
	text-align: left;
}
.bnr_area li:nth-of-type(3n){
	text-align: right;
}
/*============================================================
	Footer
============================================================*/
#page_footer{
	width: 100%;
	position: relative;
	text-align: center;
	background: #000;
	font-size: 75%;
	padding: 3em 0 0 0;
	color: #fff;
}

#page_footer p{
	margin-bottom: 2em;
	clear: both;
}

#page_footer ul{
	margin-bottom: 3em;
	line-height: 1;
	width: 80%;
	float: left;
}
#page_footer .sns_link{
	width: 20%;
	float: right;
	text-align: right;
	margin-top: -0.5em;
}

#page_footer li{
	display: inline;
}

#page_footer .f_menu a{
	padding: 0 1em;
	border-left: 1px solid #fff;
}

#page_footer .f_menu li:last-child a{
	border-right: 1px solid #fff;
}

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

#page_footer a:hover{
	color: #999;
}
#page_footer img{
	width: 230px;
	margin: 5px 0;
}

#page_footer .tobu_link{
	text-align: right;
	width: auto;
	position: absolute;
	right: 10px;
	top: 35px;
}

#page_footer .tobu_link li{
	display: inline;
}
#page_footer .tobu_link img{
	width: auto;
	margin-bottom: 0;
	margin-left: 10px;
}




#page_footer .sns_link li{
	font-size: 200%;
	margin-left: 0.5em;
}

#page_footer:after{
	display: block;
	clear: both;
	content: "";
}

.pagetop{
	position: fixed;
	bottom: 20px;
	right: 20px;
}


#page_footer .tobu_link_2,
#page_footer .tobu_link_1{
	float: none;
	margin: 0;
}
.tobu_grp_1,
.tobu_grp_2{ padding: 20px 0; background: #242424;}

.tobu_grp_2{
	padding-bottom: 4em;
}

#page_footer .tobu_link_1 li{
	width: 160px;
	float: left;
	margin-right: 5px;
}
#page_footer .tobu_link_1 img{
	width: auto;
	margin: 0;
  border-bottom: 2px solid #c4c4c4;
}
#page_footer .tobu_link_1 a:hover img{
	border-bottom: 2px solid #930202;
}

#page_footer .tobu_link_2 a{
	padding-right: 1em;
	border-right: 1px solid #fff;
	padding-left: 1em;
}
#page_footer .tobu_link_2 li:first-child a{
	padding-left: 0;
}#page_footer .tobu_link_2 li:last-child a{
	border: 0;
}