@charset "utf-8";
/******** from common.css ***************/
/*設定のリセット*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin:0;padding:0;}
table {border-collapse:collapse;border-spacing:0;}
fieldset,img {border:0;}
address,caption,cite,code,dfn,em,strong,th,var {font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;}
q:before,q:after {content:'';}
abbr,acronym {border:0;}
.bg-text-0001{ background: url(../img/txt-01-01.jpg) no-repeat; width:340px; height:218px; margin-top:15px;}
.bg-text-0001 p{ padding:10px 10px; line-height:1.4em; font-size:12px; color:#FFFFFF;}

/******** from layouts/2column-right.css ***************/

body {color:#585858;font-family:"ＭＳ Ｐゴシック", Osaka, Arial, Helvetica, sans-serif;font-size:14px;}

#wrapper {width:1020px;margin:0 auto;}

.wrapper {
  margin: 0 auto;
  width: 1020px;
}

/*ヘッダー*/
div#header {width:100%;position:relative;margin:0 auto;}

.header {
  width:1020px;
  overflow: hidden;
  margin: 5px auto 0 auto;
  height: 75px;
}

.header_logo{
	float: left;
	margin:0 ;
	position: initial ;;
	padding-left: 0;
}

.header_midashi{
	margin:0 !important;
}

.header .logo { 
  margin: -47px 0 0 0;
  position: absolute;
}

.header .tel { margin-top: -65px;}

.logo {
  float: left;
  padding-left: 12px;
}

.tel img {
  clear: right;
  float: right;
  margin-top: 10px;
  position: relative;
}

h1 {
  color: #d00000;
  float: right;
  font-size: 10px;
}


/*コンテンツ*/
div#content {width:1020px;}


/* mainコンテンツ関連 */
.contents_main {
  width: 100%;
  padding-top:30px;
}

.footer_wrapper {width:100%;}

/* iPadの横幅調整 */
@media only screen and (min-width:768px) and (max-width:1024px) {
html {width:100%!important;min-width:1100px}
}

/******** from theme.css ***************/

/*リンク
---------------------------------------------------------------------------------------------------------------*/

a {color:#646464; text-decoration:none;}
a:hover {color:#000000; text-decoration:underline; }

/*ページトップ
---------------------------------------------------------------------------------------------------------------*/
div#content .page-top{
	text-align:right;
	font-size:11px;
}
/*パンくず
----------------------------------------------------------------------------------------------------------------*/

div#content #breadcrumbs-list{
	width:1020px;
	height:32px;
	margin-bottom:13px;
	text-indent:3px;
	line-height:2.6em;
	overflow: hidden;
	}

div#content #breadcrumbs-list a{
	color:#d20014;
	margin-right:3px;
	}
	
div#content #breadcrumbs-list strong{
	margin-left:3px;
	}

/*ヘッダ
-----------------------------------------------------------------------------------------------------------------*/

h1 {
	font-size:10px;
	padding-top:9px;
	color:#000000;
	}

	
div#header p.logo {
	position: absolute;
	top:10px;
	left:1px;
	}

div#header p.tel {
	width:227px;
	height:36px;
	position: absolute;
	/*top:16px;*/
	top:0;
	right:2px;
	text-indent:-9999px;
	background:url(../img/tel-01-01_fix.jpg) no-repeat;
	}
	
	
/*ナビゲーション*/

div#header ul#nav {
	width:623px;
	height:14px;
	position:absolute;
	right:0px;
	top:42px;
}	

div#header ul#nav li{
	float:left;
}

div#header ul#nav li a{
	display:block;
}

div#header ul#nav li.top{
	width:85px;
	background:url(../img/nav-01-01.jpg) no-repeat 0px 0px;
}


div#header ul#nav li.request{
	width:110px;
	background:url(../img/nav-01-01.jpg) no-repeat -85px 0px;
}

div#header ul#nav li.company{
	width:78px;
	background:url(../img/nav-01-01.jpg) no-repeat -195px 0px;
}

div#header ul#nav li.flow{
	width:88px;
	background:url(../img/nav-01-01.jpg) no-repeat -273px 0px;
}

div#header ul#nav li.jobs{
	width:64px;
	background:url(../img/nav-01-01.jpg) no-repeat -361px 0px;
}
div#header ul#nav li.agency{
	width:110px;
	background:url(../img/nav-01-01-fixed.jpg) no-repeat -425px 0px;
}
div#header ul#nav li.staff{
	width:85px;
	background:url(../img/nav-01-01-fixed3.jpg) no-repeat -535px 0px;
	position:relative;
	left:-10px;
}

/*リンク*/
div#header ul#nav li.top a{
	width:85px;
	height:14px;
	text-indent:-9999px;
}


div#header ul#nav li.request a{
	width:110px;
	height:14px;
	text-indent:-9999px;
}

div#header ul#nav li.company a{
	width:78px;
	height:14px;
	text-indent:-9999px;
}

div#header ul#nav li.flow a{
	width:88px;
	height:14px;
	text-indent:-9999px;
}

div#header ul#nav li.jobs a{
	width:64px;
	height:14px;
	text-indent:-9999px;
	}
div#header ul#nav li.agency a{
	width:110px;
	height:14px;
	text-indent:-9999px;
	}
div#header ul#nav li.staff a{
	width:85px;
	height:14px;
	text-indent:-9999px;
	}
	
/*マウスオーバー*/



div#header ul#nav li.top a:hover{
	width:85px;
	background:url(../img/nav-01-01-on.jpg) no-repeat 0px 0px;
}


div#header ul#nav li.request a:hover{
	width:110px;
	background:url(../img/nav-01-01-on.jpg) no-repeat -85px 0px;
}

div#header ul#nav li.company a:hover{
	width:78px;
	background:url(../img/nav-01-01-on.jpg) no-repeat -195px 0px;
}

div#header ul#nav li.flow a:hover{
	width:88px;
	background:url(../img/nav-01-01-on.jpg) no-repeat -273px 0px;
}

div#header ul#nav li.jobs a:hover{
	width:64px;
	background:url(../img/nav-01-01-on.jpg) no-repeat -361px 0px;
}
div#header ul#nav li.agency a:hover{
	width:110px;
	background:url(../img/nav-01-01-fixed-on.jpg) no-repeat -425px 0px;
}

div#header ul#nav li.staff a:hover{
	width:85px;
	background:url(../img/nav-01-01-fixed3-on.jpg) no-repeat -535px 0px;
}


/*フッタ*/

div#footer .list{
	width:1020px;
	border-top:#CCCCCC solid 1px;
	border-bottom:#CCCCCC solid 1px;
	background: url(../img/bg-02-01.jpg) repeat-y;
}

/*エリアから探す 駅から探す*/
div#footer .list dl{
	float:left;
}

div#footer .list dl.box-01-01{
	width:225px;
	font-size:11px;
}

div#footer .list dl.box-01-01 dt{
	width:225px;
	text-indent:21px;
	color:#d20014;
	padding:21px 0 11px;
	font-weight:bold;
}

div#footer .list dl.box-01-01 dd{
	clear:both;
}

div#footer .list dl.box-01-01 dd ul{
	width:200px;
}

div#footer .list dl.box-01-01 dd ul li{
	width:100px;
	float:left;
	text-indent:21px;
	padding-bottom:10px;	
}


/*条件別から探す*/

div#footer .list dl.box-01-02{
	width:223px;
	font-size:11px;
}

div#footer .list dl.box-01-02 dt{
	width:223px;
	text-indent:21px;
	color:#d20014;
	padding:21px 0 11px;
	font-weight:bold;
}

div#footer .list dl.box-01-02 dd ul{
	width:200px;	
}

div#footer .list dl.box-01-02 dd ul li{
	text-indent:21px;
	padding-bottom:10px;	
}

/*Copyright*/
div#footer .copyright{
	width:1020px;
	height:35px;
	font-size:11px;
	color:#FFFFFF;
	clear:both;
	position: relative;
	background: url(../img/footer-bg-01-01.jpg) no-repeat ;
}

div#footer .copyright .tx-01-01{
	position: absolute;
	left:10px;
	top:14px;
}


div#footer .copyright .menu-01-01{
	position: absolute;
	right:10px;
	top:13px;
}


div#footer .copyright .menu-01-01 a{
	color:#FFFFFF;
}



div#content #boxL-01-01 .box-05-01{
	border:solid 1px #a7acb4;
	background:#ffffff;
	margin-bottom:15px;
}

div#content #boxL-01-01 .box-05-01 h3{
	background:url(../img/bg-03-01.jpg) repeat-x;
	border-bottom:dotted 1px #000000;
	text-align:center;
	padding:8px 0;
	font-weight:bold;
	color:#d30619;
}

div#content #boxL-01-01 .box-05-01 ul{
	padding:10px 15px 10px 8px;
	line-height:1.7em;
}

div#content #boxL-01-01 .box-05-01 ul li strong{
	font-weight:bold;
}

div#content #boxL-01-01 .box-05-02{
	width:153px;
	height:149px;
	background:url(../img/bg-03-02.jpg) no-repeat;
	margin-bottom:15px;
	position:relative;
}


div#content #boxL-01-01 .box-05-02 p{
	position:absolute;
	left:11px;
	top:44px;
}

/******** from module.css ***************/

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.clear {
	clear:both;
}

.tx-center-25B{ padding:0 0 25px; text-align:center;}

/******** from style.css ***************/


html, body {
  height: 100%;
  margin: 0;
  min-height: 100%;
  position: relative;
  width: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
}

body {
  background: #fff;
  color: #111;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
  font-size: 13px;
  margin: 0 auto;
  padding: 0;
  position: relative;
}


/*clear
------------------------------------------------------------------------------------------------------------------------------------*/

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/*float
------------------------------------------------------------------------------------------------------------------------------------*/

.left { float: left !important; }

.right { float: right !important; }

/*リンク
------------------------------------------------------------------------------------------------------------------------------------*/

a {
  color: #111;
  text-decoration: none;
}

a:hover {
  color:#d00000;
  text-decoration: none;
}



/*検索*/

.search-box {
  background: url(../img/form_bg.jpg) no-repeat top center;
  display: block;
  margin-top: 14px;
  margin: 13px auto 0;
  position: relative;
  text-align: center;
}

.search-box input {
  display: inline;
  line-height: 24px;
  vertical-align: top;
}

.search-box input[type="text"] {
  border: 1px solid #d00000;
  height: 24px;
  line-height: 1.6;
  margin: 52px 0 0 -40px;
  width: 209px;
}

input.btn {
  height: 28px;
  margin-top: 52px;
  overflow: visible;
  position: absolute;
}

/*ナビゲーション*/
nav {
  display: block;
  margin: 0 auto 10px;
  position: relative;
  text-align: center;
}

nav ul { margin: 40px auto 0; }

nav ul li {
  display: block;
  float: left;
  margin: 0 auto;
  text-align: center;
}

nav ul li a {
  display: block;
  height: 25px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

nav ul li:hover {
	 -webkit-transition: .3s ease-in-out;
	   -moz-transition: .3s ease-in-out;
	    -ms-transition: .3s ease-in-out;
	     -o-transition: .3s ease-in-out;
	        transition: .3s ease-in-out;
}

li.toppage {
  background: url(../img/nav.jpg) no-repeat 0 0;
  width: 116px;
}

li.request {
  background: url(../img/nav.jpg) no-repeat -116px 0;
  width: 129px;
}

li.shinchiku {
  background: url(../img/nav.jpg) no-repeat -245px 0;
  width: 108px;
}

li.bunjyo {
  background: url(../img/nav.jpg) no-repeat -353px 0;
  width: 136px;
}

li.rosen {
  background: url(../img/nav.jpg) no-repeat -489px 0;
  width: 112px;
}

li.voice {
  background: url(../img/nav.jpg) no-repeat -601px 0;
  width: 107px;
}

li.staff {
  background: url(../img/nav.jpg) no-repeat -708px 0;
  width: 92px;
}

li.jobs {
  background: url(../img/nav.jpg) no-repeat -800px 0;
  width: 100px;
}

li.information {
  background: url(../img/nav.jpg) no-repeat 900px 0;
  width: 106px;
}

li.toppage:hover {
  background: url(../img/nav_h.jpg) no-repeat 0 0;
  width: 116px;
}

li.request:hover {
  background: url(../img/nav_h.jpg) no-repeat -116px 0;
  width: 129px;
}

li.shinchiku:hover {
  background: url(../img/nav_h.jpg) no-repeat -245px 0;
  width: 108px;
}

li.bunjyo:hover {
  background: url(../img/nav_h.jpg) no-repeat -353px 0;
  width: 136px;
}

li.rosen:hover {
  background: url(../img/nav_h.jpg) no-repeat -489px 0;
  width: 112px;
}

li.voice:hover {
  background: url(../img/nav_h.jpg) no-repeat -601px 0;
  width: 107px;
}

li.staff:hover {
  background: url(../img/nav_h.jpg) no-repeat -708px 0;
  width: 92px;
}

li.jobs:hover {
  background: url(../img/nav_h.jpg) no-repeat -800px 0;
  width: 100px;
}

li.information:hover {
  background: url(../img/nav_h.jpg) no-repeat 900px 0;
  width: 106px;
}




/*パンくず*/

.breadcrumbs {
/*  font-size: 10px;*/
  font-size: 13px;
/*  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;*/
  height: 15px;
  margin: 15px auto;
  padding: 5px 0;
  text-align: left;
  width: 1020px;
}

.breadcrumbs span { margin-left: 3px; }

.breadcrumbs_home {
/*  background: url(../img/home_icon.gif) no-repeat left top;
  height: 12px;
  width: 12px;*/
}

.breadcrumbs_home a  {
  color: #d00000;
  margin-right: 3px;
/*  padding-left: 15px;*/
  padding-left: 0px;
}

.breadcrumbs span a {
  color: #d00000;
  margin-right: 3px;
}

.breadcrumbs_home a:hover,
.breadcrumbs span a:hover { text-decoration: underline; }





/*ページャー*/

.pager div {
  display: inline-table;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
}

.pager_left { float: left; }

.pager_left span {
  color: #d00000;
  font-size: 22px;
  font-weight: bold;
  margin-right: 3px;
}
 
.pager_right {
  float: right;
  font-size: 11px;
}

.pager_right ul li {
  display: inline-table;  
  *display: inline;  
  *zoom: 1;
  z-index: -1;
}

.pager_right ul li a span { color: #d00000; }

.pager_right ul li a span:hover { text-decoration: underline; }

.number_page {
  margin: 0 5px;
  width: 245px;
}

.number_page li a { 
  display: inline-table; 
  *display: inline;  
  *zoom: 1;
}

/*
.number {
  background: url(../img/circle.gif) no-repeat;
  color: #fff;
  height: 21px;
  line-height: 2;
  overflow: hidden;
  text-align: center;
  width: 21px;
}

 
.number:hover {
  background: url(../img/circle_h.gif) no-repeat;
  color: #de0000;
  height: 21px;
  line-height: 2;
  text-align: center;
  width: 21px;
}
*/



.icon_type {
  border: 1px solid #f00;
  color: #f00;
  font-size: 12px;
  font-weight: bold;
  float: right;
  margin-top: 3px;
  padding: 4px 10px;
}

.inner_left {
  display: inline;
  clear:left;
  float: left;
  margin: 35px auto 25px;
  width: 440px;
}

.inner_right {
  border-right:1px solid #c8c8c8;
  border-bottom:1px solid #c8c8c8;
  border-top:1px solid #c8c8c8;
  background:url(../img/bg_staff_inner_right.jpg) 0 0 repeat-y;
  display: inline;
  float: right;
  margin: 35px auto 25px;
  overflow: hidden;
  padding:15px 0 10px 20px;
  width: 419px;
  text-align: center;
  background-color: #fff;
}

.inner_right img {
  margin-bottom: 15px;
}

.inner_left { margin-right: 20px; }

.inner_left p { margin-bottom: 25px; }

.google_p {
  background: #d61e1e url(../img/person.jpg) no-repeat top center;
  height: auto;
  padding: 35px 0 30px;
}

.inner_right dl {
  border-bottom: 1px solid #eee;
  height: 115px;
  margin-bottom: 30px; 
}

.inner_right dt {
  clear: left;
  float: left;
  margin-bottom: 15px;
  width: 45px;
}

.inner_right dd {
  float: left;
  margin: 0 0 15px 15px;
  letter-spacing: 1px;
  line-height: 1.5;
  width: 360px;
}

.marker {
  background: url(../img/marker.jpg) no-repeat left bottom;
  color: #d00000;
  font-weight: bold;
}

/* staff */
.staff_list_wrap {
  overflow: hidden;
  margin: 0 5px;
  width: 1020px;
}

/* 本郷三丁目駅前支店 社員サムネール */
.ohba { background: url(../img/img_staff_ohba.jpg) no-repeat;}
.kiyama { background: url(../img/img_staff_kiyama.jpg) no-repeat;}
.shinohara { background: url(/common/img/img_staff_shinohara.jpg) no-repeat;}
.yaguchi { background: url(/common/img/img_staff_yaguchi.jpg) no-repeat;}
.tsukamoto { background: url(../img/img_staff_tsukamoto.jpg) no-repeat;}

/* 春日通支店 社員サムネール */
.ono { background: url(/common/img/img_staff_ono.jpg) no-repeat;}

/* 総務・経理・管理部 社員サムネール */
.annaka { background: url(../img/img_staff_annaka.jpg) no-repeat;}
.kawahara { background: url(../img/img_staff_kawahara.jpg) no-repeat;}
.iwaya { background: url(../img/img_staff_iwaya.jpg) no-repeat;}

.staff_list_col {
  border: 1px solid #ccc;
  float: left;
  height: 328px;
  margin: 25px;
  position: relative;
  text-align: center;
  width: 200px;
}

.staff_list_col a.linkarea {
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.staff_list_col:hover {
  opacity: .8;
  filter: alpha(opacity=80);        
  -ms-filter: "alpha(opacity=80)";
  *zoom: 1;
}

.g_h {
  float: left;
  margin: 270px 0 0 -48px;
  position: relative;
  text-decoration: none;
}

.g_h:hover {
  opacity: .8;
  filter: alpha(opacity=80);        
  -ms-filter: "alpha(opacity=80)";
  *zoom: 1;
}

.staff_list_col .data {
  margin-top: 256px;
  position: absolute;
  width: 200px;
  *margin-left: -100px;
}

.staff_list_col div.initiation {
  color: #fff;
  font-size: 11px;
  height: 20px;
  line-height: 1.2;
  padding: 4px 0;
  overflow: hidden;
}

.staff_list_col div.name {
  background: #fff;
  font-size: 16px;
  height: 15px;
  padding: 15px 0;
  overflow: hidden;
}

.staff_section span {
  font-size: 24px;
}

.staff_section {
  background-color: #fff;
  margin: 10px auto 20px;
  position: relative;
  border-top: 1px solid #d00000;
  border-bottom: 1px solid #d00000;
}

.staff_contents {
  height: 378px;
  position: relative;
  width: 900px;
}

/*
写真詳細ページG+バッジの配置位置 */
.staff_contents#left_01 .g-profile-l {
  top:0;
  left:45px;
  width: 200px;
  position:absolute;
  z-index:999;
}

.staff_contents#left_02 .g-profile-l {
  top:-15px;
  left:33px;
  width: 200px;
  position:absolute;
  z-index:999;
}

.staff_contents#right_01 .g-profile-l {
  top:-15px;
  right:33px;
  width: 200px;
  position:absolute;
  z-index:999;
}

.mt-46 {   
  margin-top: 46px;
  margin-top: 60px\9; /* IE8 */
  *margin-top: 0; /* IE7 */
}

:root .staff_contents .mt-46 { margin-top: 60px\0/; /* IE9 */ }

@media all and (-ms-high-contrast:none){ *::-ms-backdrop, .staff_contents .mt-46 { margin-top: 60px;/* win ie11用ハック*/ }
-ms-backdrop, .staff_contents .mt-46 { margin-top: 60px;/* win ie10用ハック*/ }}

h2 {
  font-family: 'Fjalla One', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 35px;
  padding-top: 10px;
  text-align: center;
}

h2 span { font-size: 15px; }

h3.catch {
  font-family: "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝", serif;
  font-size: 30px;
  letter-spacing: 6px;
  line-height:43px;
  margin: 70px 0 30px -20px;
  text-align: center;
}

h3.catch span {
  background: url(../img/catch.jpg) repeat-x 20px 22px;
}

.staff_wrapper { margin-bottom: 35px; }

.staff_wrapper .inner_left {
  width:66.6%;
  font-size: 16px;
}

.staff_wrapper .inner_left dl dt {
  color: #B40404;
  font-size: 16px;
  font-weight: bold;
  font-family: "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝", serif;
  letter-spacing: 1px;
  line-height: 2.5;
}

.staff_wrapper .inner_left dl dd {

  line-height: 1.8;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom:1px dotted #ccc;
}

.staff_nav {
  font-size: 15px;
  margin: 35px 0 40px;
}

.staff_nav span.left {
  background: url(../img/arw_l.gif) no-repeat;
  padding-left: 30px;
  margin-bottom: 15px;
}

.staff_nav span.right {
  background: url(../img/arw_t.gif) no-repeat;
  padding-left: 30px;
  margin-right: 10px;
}

.staff_nav span a {
  letter-spacing: 1.5px;
  line-height: 1.5;
}

.staff_nav span a:hover { text-decoration: underline; }



/*フッタ*/

.list {
  border-bottom: #d00000 solid 3px;
  height: 575px;
  width: 900px;
}


/*エリアから探す 駅から探す*/
.list dl {
  float: left;
  width: 900px;
}

dl.box-01-01 {
  border-left: 3px solid #d00000;
  font-size: 11px;
  overflow: hidden;
  width: 221px;
}

dl.box-01-01 dt ,
dl.box-01-02 dt {
  background: url(../img/looking.gif) no-repeat left center;
  color: #d20014;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 0 0 20px;
  padding: 23px 0 20px 10px;
  text-indent: 21px;
  width: 221px;
}

dl.box-01-01 dd { clear:both; }

dl.box-01-01 dd ul { width: 200px; }

dl.box-01-01 dd ul li {
  background: url(../img/arw.gif) no-repeat 20px 19%;
  float: left;
  text-indent: 30px;
  padding-bottom: 10px;	
  width: 100px;
}

/*条件別から探す*/

dl.box-01-02 {
  border-left: 3px solid #d00000;
  font-size:11px;
  overflow: hidden;
  width: 221px;
}

dl.box-01-02:nth-child(4) { border-right: 3px solid #d00000; padding-left: 1px; }

dl.box-01-02 dd ul { width:200px;	}

dl.box-01-02 dd ul li {
  background: url(../img/arw.gif) no-repeat 20px 19%;
  padding-bottom: 10px;	
  text-indent: 30px;
}



#sitesharebtn {
  background: white;
  border: solid 1px #ccc;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.14);
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.14);
  transition: .3s ease-in-out;
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  border-image: initial;
  overflow: hidden;
  padding: 7px 7px 0;
  position: fixed;
  right: 0;
  top: 178px;
  width: 17px;
  z-index: 20;
  display: none\9; /* IE8 */
  *display: none; /* IE7 */
}

#sitesharebtn:hover {
  background: white;
  border: solid 1px #ccc;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.14);
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.14);
  transition: .3s ease-in-out;
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  border-image: initial;
  overflow: hidden;
  padding: 7px 7px 0;
  position: fixed;
  right: 0;
  top: 178px;
  width: 130px;
  z-index: 20;
  display: none\9; /* IE8 */
  *display: none; /* IE7 */
}



#sitesharebtn .facebook {
  background: url(../img/facebook.gif) no-repeat;
  overflow: hidden;
}
#sitesharebtn .twitter {
  background: url(../img/twitter.gif) no-repeat;
}
#sitesharebtn .hatebu {
  background: url(../img/hatebu.gif) no-repeat;
}
#sitesharebtn .plusone {
  background: url(../img/google.gif) no-repeat;
}

#sitesharebtn li {
  padding: 0 0 0 25px;
  height: 25px;
  line-height: 1;
}


#sitesharebtn2 {
  overflow: hidden;
  padding: 7px 7px 0;
  position: fixed;
  right: 0;
  top: 355px;
  width: 25px;
  z-index: 20;
  display: none\9; /* IE8 */
  *display: none; /* IE7 */
}

#sitesharebtn2 a:hover img {
  opacity: 0.85;
  filter: alpha(opacity=85);
  -ms-filter: "alpha(opacity=85)";
}

#sitesharebtn3 {
  overflow: hidden;
  padding: 7px 7px 0;
  position: fixed;
  right: 0;
  top: 290px;
  width: 25px;
  z-index: 20;
  display: none\9; /* IE8 */
  *display: none; /* IE7 */
}

#sitesharebtn3 a:hover img {
  opacity: 0.85;
  filter: alpha(opacity=85);
  -ms-filter: "alpha(opacity=85)";
}

#sitesharebtn4 {
  overflow: hidden;
  padding: 7px 7px 0;
  position: fixed;
  right: 0;
  top: 440px;
  width: 25px;
  z-index: 20;
  display: none\9; /* IE8 */
  *display: none; /* IE7 */
}

#sitesharebtn4 a:hover img {
  opacity: 0.85;
  filter: alpha(opacity=85);
  -ms-filter: "alpha(opacity=85)";
}

.statusbtn_on a, .statusbtn_off a{background-color:red;color:white;display:block;width:200px;height:40px;line-height:40px;margin:auto;margin-top:10px;border:1px solid #444;font-size:14px;margin-bottom:20px;border-radius: 5px}
.statusbtn_off a{background-color:gray}


.joken_box{margin:10px 0 30px 0;}

.joken_box li{
	display:inline-block;
	margin-right:10px;
	border-right:1px solid silver;
	padding-right:10px;
	height:20px;
}
.joken_box ul{
	padding-top:10px;
	padding-bottom:20px;
	padding-left:10px;		
}
.joken_box h3{
	border-left:4px solid #ce0814;
	padding-left:10px;
	margin-left:10px;
}
.joken_box li:first-child{
	margin-left:15px;
}
.joken_box li:last-child{
	border:none;
	margin-right:0px;
	padding-right:0px;
}
.about_menu ul{padding:0;margin:0;margin-bottom:10px;}

.about_menu ul li{
   display: inline-block;
   width:25%;
   padding:0 !important;
   margin:0 !important;
   line-height: normal !important;
   height:auto !important;
}
.about_menu ul li a{
   color:white;
   font-size:16px;
   padding-top:10px;
   padding-bottom:10px;
   background-color:#ce0814;
   border-right:1px solid white;
   border-bottom:1px solid white;
   text-align:center;
   display:block;
}
.about_menu ul li a:hover, .about_menu ul li a:active{
   background-color:red;
}
.qna_menu ul{padding:0;margin:0 auto 10px auto;}
.qna_menu ul li{
   display: inline-block;
   width:33.3%;
   padding:0 !important;
   margin:0 !important;
   line-height: normal !important;
   height:auto !important;
}
.qna_menu ul li a{
   color:white;
   font-size:16px;
   padding-top:10px;
   padding-bottom:10px;
   background-color:#ce0814;
   border-right:1px solid white;
   border-bottom:1px solid white;
   text-align:center;
   display:block;

}
.qna_menu ul li a:hover, .qna_menu ul li a:active{
   background-color:red;
}

/******** from renewal.css ***************/

/* ヘッダー関連 */
/* タブの部分のドロップメニュー */
.head_midashi{
	float: none;
    margin: 0 auto;
    width: 1020px;
	margin-bottom: 0;
	font-size:12px
}

#dropmenu{
  position: relative;
  list-style-type: none;
  width: 900px;
  height: 40px;
  margin: 0 auto 0;
  padding: 0;
  background: #ffffff;
  border-radius: 3px 3px 0 0;
  z-index:100;
}
#dropmenu li{
  width: 16.6%;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
}
#dropmenu li a{
  display: block;
  margin: 0;
  padding: 15px 0 11px;
  color: #6E6E6E;
  font-size:16px;
  padding-top:13px;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
}


#dropmenu li ul{
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  border-radius: 0 0 3px 3px;
}


#dropmenu li ul li{
  overflow: hidden;
  width: 225px;
  height: 0;
  color: #fff;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
}
#dropmenu li ul li a{
  padding: 11px 20px;
  color: #ffffff;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
}
#dropmenu li:hover > a{
  background: #f00000;
  color: #ffffff;
}
#dropmenu > li:hover > a{
  border-radius: 3px 3px 0 0;
  background: #d00000;
}
#dropmenu li:hover ul li{
  overflow: visible;
  height: 38px;
  border-top: 0px solid #d00000;
  border-bottom: 1px solid #770000;
  background: #d00000;
}
#dropmenu li:hover ul li:first-child{
  border-top: 0px solid #d00000 ;
}
#dropmenu li:hover ul li:last-child{
  border-bottom: 1px solid #770000 ;
  border-radius: 0 0 0 0;
}
#dropmenu li:hover ul li:last-child a{
  border-bottom: 1px solid #770000 ;
  border-radius: 0 0 0 0;
}
.dropmenu_menu7 li{
	width:14.2% !important;
}


.new-box {
	border-left: 1px solid #ccc;
}

div#content #boxL-01-01 .new-box .box-01-01 p.ti-02-01 a {
  font-weight: bold;
  color: #d20014;
  font-size:11px;
}

.ranking{
	font-size:12px;
}

div.ranking-box .box-01-01-rank {
  border-left: solid 1px #CCCCCC;
  border-bottom: solid 1px #CCCCCC;
  border-right: solid 1px #CCCCCC;
  width: 333px;
  height: 230px;
}

div.ranking-box .box-01-01-rank .number {
  width: 20px;
  padding: 11px 2px 0px 3px;
  font-size: 18px;
  font-weight: bold;
  float: left;

}
.number{
	height: initial;
 	background-image:initial;
	line-height: 1;
 	color:#000;
}

.number:hover{
	height: initial;
 	background-image:initial;
	line-height: 1;
 	color:#000;
}

.done_msg{
	text-align:center;
	font-size:1.2em;
	font-weight:bold;	
}




.near_ul{
	border:1px solid #dcdddf;
    background-color: #f6f6f6;
	padding:10px;
}


.bukkenn_news h3{
    padding: 5px 10px;
    background-color: #B40404;
    font-size: 24px;
    color: #fff;
}

.bukkenn_news dl {
    display: block;
    width: 100%;
    background-color: #fff;
    padding: 5px 0;
    border-bottom: 1px dotted #ccc;
}
.bukkenn_news dt {
	float:left;
    padding: 5px 3px 5px 10px;
    width: 12%;
}
.bukkenn_news dd {
	float:left;
    padding: 5px 3px 5px 3px;
    width: 85%;
}

.bukkenn_news dd a {
    color: #0a04b9;
}

#contact_form_outline table{
	background: #ffffff;
    width: 100%;
    margin: 15px 0px;
}

#areamap .box-01-01{
	border: #999999 solid 1px !important;

}

#areamap .box-01-04{
	border: none !important;
	padding: 10px !important;
    margin: 10px 10px !important;
}

#areamap .left-box{
	width:500px !important;
	border: 1px solid;
}

#areamap .right-box{
	border: 1px solid;	
}


#outline_contact .box-01-05 {
    margin: 0px !important;
}

#outline_contact img{
	width:100%;	
}

.contact_title_h3{
    position: relative;
    margin: 0px;
    padding: 0.8em 0 0.8em 1.5em;
    font-size: 1.2em;
    font-weight: bold;
}

.contact_title_h3:before {
    content: "";
    position: absolute;
    background: #B92A2C;
    top: 50%;
    left: 0.5em;
    margin-top: -15px;
    height: 30px;
    width: 8px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

.contact_form table th {
    text-align: right;
}

#contact_form_outline .near_box{
    margin: 0;
    padding: 10px;	
}

.contact-title2_h3 {
    position: relative;
    margin: 0;
    padding: 5px 0px 5px 20px;
    font-size: 1.143em;
    font-weight: bold;
    color: #fff;
    background-color: #d00000;
}

.contact-title2_h3:before {
    content: "";
    position: absolute;
    background: #fff;
    top: 50%;
    left: 0.5em;
    margin-top: -12px;
    height: 24px;
    width: 8px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}









/* mainサイドメニュー関連 */

#boxR-01-01 .search-box input[type="text"] {
  margin: 0;
}  

#boxR-01-01 input.btn {
  margin-top: 0;
  position: absolute;
  margin-left: -60px;
}

#boxR-01-01 input.btn2 {
  margin-top: 0;
  position: inherit;
  height: 23px;
}

div#content #boxR-01-01 .search-box {
  width: 220px;
  margin-bottom: 15px;
  border-bottom: solid 1px #cccccc;
  border-right: solid 1px #cccccc;
  border-left: solid 1px #cccccc;
  background: url(../../img/bg-02-01.jpg) repeat-y;
}

div#content #boxR-01-01 .search-box2 {
  width: 220px;
  margin-bottom: 11px;
  background: none;
  background-color:#fff;
}

#side_search a{
    padding-left: 20px;
    position: relative;
    left: -20px;
}

#side_search2 a{
    padding-left: 20px;
    position: relative;
    left: -20px;
    font-size:12px;
}

/* 店舗情報、社員紹介 */

/* ページ中の見出し */
.division{
	font-size:24px;
	font-weight:bold;
	padding: 10px 0 5px 10px;
}
.division h1{
	font-size:24px;
}
h1._midashi{
	float:none;
	text-align:left;
}
.about_section,.staff_section {
	background-color: #fff;
	margin: 30px auto;
	position: relative;
	border-top: 1px solid #d00000;
	border-bottom: 1px solid #d00000;
}

.about_list_wrap {
	overflow: hidden;
}

.about_box{
	float:left;
	font-size: 18px;
	line-height: 28px;
	margin-bottom:50px;
}

.about_box img{
	margin-left:10px;
	margin-right:10px;
}

.about_contact{
	margin-bottom: 30px;
	text-align:center;
}

.emphasis{
	font-size:24px;
	font-weight:bold;
	color:#d00000;
}

	


/*

#contact_form_outline .near_box li,
#contact_form_outline .latest_box li {
    display: inline-block;
    width: 25%;
}


#contact_form_outline .nearleft {
    float: left;
    width: 100%;
	border: 1px solid #ccc;
    background-color: #fff;
}


#contact_form_outline .img_01 {
    float: left;
	padding-right: 3px;
    width: initial;
}

#contact_form_outline img {
    width: 60px;
    height: initial;
}
*/



/* コラム関連 */

#boxR-columns{
	width: 700px;
    float: right;
    padding: 0px;
}

#boxR-columns .list-box{
	padding:15px;	
	background-color: #fff;	
}

#boxL-columns{
	width: 163px;
    float: left;
	background-color: #fff;
}

.columns-menu {
	margin:0;
	padding:0;
	
}

.colmenuttl {
	background-color:#d22;
	color:#fff;
	font-size: 18px;
    padding: 8px;
	font-weight:bold;
	
}

#boxL-columns ul{
	padding:12px;
	
}

.colums_h2{
    position: relative;
    font-size:24px;
    padding: 0px;
    padding-left: 30px;
	padding-top: 5px;
    text-align: left;
    background-color: #d22;
    color: #fff;
    font-weight: bold;;
    border-bottom: 4px solid #f00;
	border-radius:10px 10px 0 0 ;
	-webkit-border-radius:10px 10px 0 0 ;
	-moz-border-radius:10px 10px 0 0 ;
}

 
.colums_h2:before{
	content:''; 
	height:25px; 
	width:5px; 
	display:block; 
	position:absolute; 
	top:9px; 
	left:8px; 
	background-color:#fff;
	border-left: 6px solid #d22;

}

.list-box h1{
	float: initial;
    font-size: 24px;
    font-weight: bold;
    border-bottom: 3px solid #d22;
	margin-bottom: 10px;
}

.list-box p{
	font-size:16px;	
/*	margin-bottom:16px;*/
}

#boxR-columns-list{
	width: 700px;
    float: right;
    padding: 5px 15px 15px 15px;
    background-color: #fff;
}

#boxR-columns .list-box{
	padding:15px;	
}

.colums-list-h3{
    position: relative;
    padding: 0px;
    padding-left: 30px;
	padding-top: 3px;
	font-size: 18px;
    text-align: left;
    background-color: #d22;
    color: #fff;
    font-weight: bold;;
    border-bottom: 4px solid #f00;
	border-radius:10px 10px 0 0 ;
	-webkit-border-radius:10px 10px 0 0 ;
	-moz-border-radius:10px 10px 0 0 ;	
}


.colums-list-h3:before{
	content:''; 
	height:15px; 
	width:5px; 
	display:block; 
	position:absolute; 
	top:8px; 
	left:10px; 
	border-left: 6px solid #fff;
}

.colums-list-h3 a{
	color:#FFFFFF;
}

.colums-list-h3 a:hover{
	color:#FFFFFF;
}

.boxR-columns-list-main{
	background-color:#fff;
	padding: 8px;
    margin-bottom: 15px;
	border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}





#boxR-columns-list  .list-box p {
    font-size: 16px;
    margin-bottom: 0;
}

#boxR-columns-list img{
	margin-right:5px;	
}

.columns-list-h2{
	font-size: 24px;
    text-align: left;
    padding: 0;
}

#boxR-columns-list .page-box li{
	display:inline-block;	
}

#boxR-columns img{
	width:100%;	
}

#boxR-columns blockquote{
	background-color:#eee;
	margin:30px;
	padding:10px 10px 0 10px;
	
}
/* 検索関連 */

#cheack_box_area label{
	margin-left: 2px;
	width: 110px;
    display: inline-block;
    margin-top: 4px;
}

#cheack_box_search label{
    margin-left: 8px;
    width: 180px;
    display: inline-block;
    margin-top: 6px;
    margin-bottom: 0px;
    white-space: nowrap;
}

.madorichoice label{
    margin-left: 2px !important;
    width: 110px !important;
    display: inline-block;
    margin-top: 4px !important;
    margin-bottom: 0px;
    white-space: nowrap;
}

#cheack_box_security label{
    display: inline-block;
	width: 187px;
	margin-left: 8px;
	margin-right: -7px;
    margin-top: 10px;
    margin-bottom: -5px;
}



/* フッター */
footer{
	background-color:#f6f6f6;
	width:100%!important;
}

.sankaku{
	width: 0;
	height: 0;
	border: 30px solid transparent;
	border-bottom: 25px solid #f6f6f6;
	margin:50px auto 0 auto;
}

/* ▲の下のPAGETOPの文字 */
.pagetop2 a {
  display: block;
  height: 20px;
  overflow: hidden;
  white-space: nowrap;
  color: #474747;
  width: 100%;
  text-align: center;
  padding-top: 5px;
}

.footer_contents {
	margin: 0 auto;
	margin-top: 50px;
	width:1000px!important;
	clear: both;
}

.footer_box{
	float:left;
	width:47%;
	color:#171614;
 	padding: 10px;
 	text-align: center;
}

.footer_box img{
	width:100%;
	margin-left:5px;
}

.footer_box a{
	color:#474747;
}

.footer_nav ul li {
  margin: 5px auto;
}

.footer_shop_midashi{
	margin:0 5px;
	width:100%;
	font-size:16px;
 	text-align: center;
 	padding:12px 0;
 	background: #585858;
	margin-bottom:3px;
}

.footer_shop_midashi a{
	color:#fff;
}

.shop_info{
	margin-top: 10px;
	font-size: 14px;
	line-height: 160%;
}

/* フッターナビ */
.footer_nav {
  margin: 30px auto;
  height: 30px;
  width: 1000px;
}

.footer_nav ul {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.footer_nav ul li {
  border-right: 1px solid #171614;
  display: inline-block;
  font-size: 12px;
  margin: 5px auto;
  padding: 0 10px;
  *display: inline;  
  *zoom: 1;
}

.footer_nav ul li:first-child { border-left:1px solid #474747; }

div.footer_nav ul li a { color: #474747; }

.footer_nav ul li a:hover { text-decoration: underline;}

.footer_contents .logo { margin-top: 5px; }

.footer_contents ul { margin: 10px 0 0 70px; }

.footer_contents ul li { margin: 5px auto;}

.copyright{
	width: 100%;
	color:#fff;
	font-size: 12px;
	margin-top:80px;
	padding:20px 0;
	text-align: center;
 	background: #1C1C1C;
}

/* 使ってない
.list{
  margin: 0 auto;
}

.list a{
  color:#fff;
}

dl.box-01-01 dt, dl.box-01-02 dt {
  color: #fff;
}

dl.box-01-01 {
	background-color: #d00000;
	border-left:1px solid #d34a4a !important;
	border-right:1px solid #a40000 !important;
	color:#fff;
	padding: 10px;
}

dl.box-01-01:first-child {
	background-color: #d00000;
	border-left:0px solid #d34a4a !important;
	border-right:1px solid #a40000 !important;
}

dl.box-01-02 {
	background-color: #d00000;
	border-left:1px solid #d34a4a !important;
	border-right:1px solid #a40000 !important;
	color:#fff;
}
dl.box-01-02:last-child {
	background-color: #d00000;
	border-left:1px solid #d34a4a !important;
	border-right:0px solid #a40000 !important;
	color:#fff;
}

dl.box-01-01 dt, dl.box-01-02 dt {
  color: #fff;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin-bottom: 10px;
  padding: 5px 0 5px 10px;
}

dl.box-01-01, dl.box-01-02 {
  padding: 10px;
  width:22%;
  height: 100%;
}

dl.box-01-01 dt, dl.box-01-02 dt {
  background: url(/common/img/looking.gif) no-repeat left center;
  margin:0 0 10px 0;
  padding: 10px 0px 10px 5px;
  width:98%;
}

dl.box-01-02:nth-child(4) {
  padding-left: 10px;
}

dl.box-01-01 dd ul li {
  background: url(/common/img/arw.gif) no-repeat 20px 19%;
}

dl.box-01-02 dd ul li {
  background: url(/common/img/arw.gif) no-repeat 20px 19%;
}

div#content #boxR-01-01 .newdata-box .box-01-01 dl dt{
  padding: 10px 0 0px 0px;
}

div#content #boxR-01-01 .newdata-box .box-01-01 dl dd {
  float: left;
  padding: 5px 0px 5px 0px;
}
*/



#guide_cat td{
	width: 165px;
}


.top_lead div{
	background-color:white;padding:10px
}
.top_lead h4{
	font-size:20px;font-weight:bold;
}
.top_lead p{
	padding:10px;
}


.free_area {
		border:1px solid silver;
		padding:10px;
		margin:10px;
}

.free_area h3{
	font-size:20px;
	font-weight:bold;
}



/*souba*/
.souba table{width:100%;border-left:1px solid silver}
.souba th{text-align:center;font-weight:bold;border:1px solid silver;padding-top:5px;padding-bottom:5px;background-color: #fafafa}
.souba td{padding-top:5px;padding-bottom:5px;border-right:1px solid silver;border-bottom:1px solid silver}
.souba .bar div{background-color:#8bc061;height:14px}
.souba .bar_txt div{text-align:center;border:1px solid black;margin:auto;width:90%;display: block}
.souba .bar_txt{text-align:right;}
.souba_td_title{text-align:center}
.souba .bar_price{text-align:center}
.souba_number{font-size:16px;font-weight:bold}
.free_area2{padding:10px}
.free_title{
	background-color:#ce0614;
	text-align:center;
	font-weight: bold;
	font-size:16px;
	color:white;
	padding-top:6px;
	padding-bottom:4px;
	margin-top:10px;
	border-radius: 6px 6px 0px 0px;
}
}
.kuchikomi_area li{
	padding-bottom:10px;
}

.aki{
	display:block;
	clear:both;
	font-size:14px;
}
.aki input[type=checkbox]{
	padding:0;
	margin:0;
	margin-right:2px;
	vertical-align: middle;
	border:1px solid black;
}
.noroom{
	background-color:#f4e0e0;
	padding-top:10px;
	padding-bottom:10px;
	border:1px solid black;
	text-align:center;
	font-size:16px;
	font-weight:bold;
}
.noroom a{
	padding-left:10px;
	padding-right:10px;
	border:1px solid black;
	background-color:#187215;
	color:white;
	padding-top:5px;
	padding-bottom:5px;
	margin-left:5px;
	border-radius: 5px;
}
.noroom a:hover, .noroom a:active{
	opacity: 0.8;
}
.order_table{
	margin-left:20px;
}
.order_table_page_td{
	font-weight:normal
}
.check_table{
	border-top:1px dashed black;margin-top:6px;width:100%
}
.check_table_l{
	padding-top:20px
}
.check_table_l .favchkbtntop{
	font-size:10px;
	padding:0px;
	margin:0px;
	line-height:100%;
	top:0px
}
.check_table_l_contact{
	background-color:green !important;
	color:white !important
}
.check_table_l_fav{
	background-color:darkorange !important;
	color:white !important
}
.check_table_l_fav2{
	background-color:#0f6cb4 !important;
	color:white !important
}
.page-box-fixed, .page-box-fixed-footer{
	display:block !important;width:100% !important;height:auto !important;margin:0  !important;padding:0 !important;
}

.order_table_page_td strong, .paging-footer strong{
	font-weight:bold;
}
.check_table_footer{
	border-bottom:1px dashed black;margin-top:0px;width:100%
}
.check_table_footer_l{
	padding-top:20px
}
.paging-footer{
	font-weight:normal
}
.favchkbtntopbtm{font-size:10px;padding:0px;margin:0px;line-height:100%;top:0px}
.favchkbn{z-index:1000 !important}

	.scroller{
		display:block;
		width:140px;
		position:fixed;
		right:0px;
		z-index:9999;
/*		top:210px;*/
		bottom:10px;
		background-color:transparent;
	}
	.scroller ul{
		border:1px solid silver;
		width:140px;
		box-sizing: border-box;
		padding:10px;
		background-color: white;
	}
	.scroller span{
		margin-bottom:5px;
		display:block;
		font-size:12px;
	}
	.header{
		position: relative;
	}
	.header_fav{
		display:block;
		position:absolute;
		top:-22px;
		right:6px;
		width:auto !important;
	}
	.header_fav a{
		padding: 0 !important;
		display:block !important;
		width:100% !important;
		padding-top:0px !important;
		padding-bottom:0px !important;
		border-radius: 5px;
		text-align: left;
		line-height:16px !important;
		font-size:11px !important;
		color:white !important;
		font-weight: bold !important;
		background-color: darkorange;
		background-image: url("/images/fav_icon.png") !important;
		background-repeat: no-repeat !important;
		background-size: auto 14px !important;
		background-position: 2px center !important;
		text-indent:18px !important;
		padding-top:2px !important;
		padding-bottom:2px !important;
	}

	.scroller span a:hover, 	.scroller span a:active{
		opacity: 0.7;
	}
	.scroller span:hover, .scroller span:active{
		background-color:white;
	}
	.header_fav a:hover, .header_fav a:active{
		background: darkorange !important;
		opacity: 0.7;
		border-radius: 5px !important;
		background-image: url("/images/fav_icon.png") !important;
		background-repeat: no-repeat !important;
		background-size: auto 14px !important;
		background-position: 2px center !important;
		text-indent:18px !important;

	}
	.fav_bn a, .owner_bn a{
		display:block;
		width:100%;
		padding-top:5px;
		padding-bottom:5px;
		border-radius: 5px;
		text-align: left;
		line-height:16px;
		font-size:12px;
		color:white;
		background-color: darkorange;
		background-image: url("/images/fav_icon.png");
		background-repeat: no-repeat;
		background-size: auto 16px;
		background-position: 4px center;
		text-indent:20px;
		font-weight: bold;
	}
	.owner_bn a{
		background-color: navy;
		background-image: url("/images/owner_icon_w2.png");
		background-repeat: no-repeat;
		background-size: auto 16px;
		background-position: 4px center;
	}
	.fav_bn a:visited {
		color:white;
	}
	.owner_bn a:visited {
		color:white;
	}

	.latest_btn{
		clear:both;
		margin-top:10px;
	}	
	.latest_btn a{
		padding:10px 20px 10px 20px;
		color:white;
		background-color: red;
		text-decoration: none;
		font-weight:bold;
		border-radius: 6px;
	}
	.latest_btn a:hover, .latest_btn a:active{
		background-color: darkred;
	}







/*===============================================
●アコーディオンメニュー
===============================================*/

.acd-container {
	width:95%;
	margin: 0 auto;
	margin-bottom: 20px;
}

.acd-container ul,dl,dt,dd,li {
	margin:0; 
	padding:0; 
	list-style:none;
	margin: 0 auto;
}

.menu-title {
  padding: 10px;
  margin: 20px 0 1px 0;
  font-size: 14px;
  color: #ff7d6e;
  background: #FBF5EF;
  border-top: solid 2px #B40404;
  text-align: center;
  margin-bottom: 10px;
}

/*-----------サブメニューありのカテゴリー-------------------------*/
#acd-menu dt {
	position: relative;
	height: 38px;
	line-height: 38px;
	padding: 0 0 0 10px;
	border-top: solid 1px #F5A9A9;
	border-left: solid 1px #F5A9A9;
	border-right: solid 1px #F5A9A9;
	border-bottom: none;
	vertical-align: middle;
	text-align: left;
	font-weight: normal;
	font-size: 14px;
	color:#666666;
    background: #fffff0;
	cursor: pointer;
	max-width: 215px;
}

#acd-menu dt.main-last {
	border-bottom:solid 1px #F5A9A9;
}
/*-----------最初の右の矢印--------------------------*/
#acd-menu dt::before {
	content: '';
	position: absolute;
	top: 14px;
	right: 9px;
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-top-color: #A4A4A4;
}
/*-----------押した後の右の矢印--------------------------*/
#acd-menu .open::before {
	content: '';
	position: absolute;
	top:4px;
	right: 9px;
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-bottom-color: #A4A4A4;
}
/*-----------サブメニュー--------------------------*/
#acd-menu dd ul li {
	border-left: solid 1px #dcdcdc;
	border-right: solid 1px #dcdcdc;
	border-bottom: solid 1px #dcdcdc;
	max-width: 215px;
	background:#fffaf0;
}

#acd-menu dd ul li.first {
	border-top: solid 1px #F5A9A9;
}

#acd-menu dd ul li.last-first {
	border-top: #F5A9A9;
}

#acd-menu dd ul li a {
	display: block;
	position: relative;
	height: 38px;
	line-height: 38px;
	font-size: 14px;
	padding: 0 0 0 25px;
	background:url(/sp/common/sp_images/link_arrow.png) no-repeat 185px 50%;
}

#acd-menu dd ul li > a:hover {
    background-color:rgba(201,0,0,0.4);
    color: white!important;
    transition: all 0.2s ease-out;
}

#acd-menu dd ul li a.acdlink:link,a.acdlink:visited { 
    color:#666666; 
    text-decoration:none;
}






/*上に戻る*/

#pagetop {
  position: fixed;
  right: 5%;
  bottom: 80px;
}

#pagetop a {
  display: block;
  z-index: 999;
  padding: 8px 15px;
  background-color: #565656;
  color: #ffffff;
  font-size: 28px;
  text-decoration: none;
  text-align: center;
  opacity: 0.5;
}
#pagetop a:hover {
  text-decoration: none;
  background-color: #565656;
  opacity: 0.7;
}



.flexbox {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center; /* Safari */
    justify-content:center;
}

/* テキストメニューのボタン　*/
.square_btn{
    margin: 0 1px 1px 1px;
    float:left;
    width:21%;
    display: inline-block;
    padding: 6px;
    text-align: center;
    font-size: 16px;
    text-decoration: none;
    background: #fff;/*ボタン色*/
    color: #000;
    border:solid 1px #aaa;
}

.square_btn:hover {
    background: #B40404;
    color: white;
  transition: 0.3s;
}

.small_btn {
    margin: 30px auto;
    width:auto;
    display: inline-block;
    padding: 20px 40px;
    text-decoration: none;
    background: #1C1C1C;/*ボタン色*/
    color:white;
    font-size:14px;
}

.small_btn a {
    color: #fff;
    font-size:16px;
}

.small_btn:hover {
    background: #B40404;
    opacity: 0.8;
    color: white;
}






/* 赤のグラデーションアンダーライン見出し */
.index1 {
    position: relative;
    padding: 0.25em 0;
    margin-bottom: 20px;
    font-size: 24px;
}
.index1:after {
    content: "";
    display: block;
    height: 1px;
    background: -webkit-linear-gradient(to right, rgb(230, 90, 90), transparent);
    background: linear-gradient(to right, rgb(230, 90, 90), transparent);
}

/* 上下二重線見出し */
.index2 {
    position: relative;
    padding: .5em;
    font-size: 24px;
    margin-bottom: 20px;
}
.index2:before,
.index2:after {
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 5px;
    box-sizing: border-box;
}
.index2:before {
top: 0;
    border-top: 2px solid #d00000;
    border-bottom: 1px solid #d00000;
}
.index2:after {
    bottom: 0;
    border-top: 1px solid #d00000;
    border-bottom: 2px solid #d00000;
}


/* 黒背景白文字見出し */
.index3 { 
    padding: .5em; 
    background-color: #000000;
    color:#fff;
    font-size: 20px;
    margin-bottom: 20px;
}

/* 左に太い線、下に細い線の見出し */
.index4 {
    font-size : 24px ;
    padding : 5px 10px ;
    border-left : solid 20px #d00000 ;
    border-bottom : solid 2px #d00000 ;
}


.index5 {
    position: relative;
    padding: 10px 20px 5px 30px;
    color:#fff;
    background-color: #d00000;
    border-radius: 5px;
    font-size: 24px;
    margin-bottom: 20px;
}
.index5::after {
  position: absolute;
  top: .5em;
  left: .5em;
  content: '';
  width: 6px;
  height: -webkit-calc(100% - 1em);
  height: calc(100% - 1em);
  background-color: #fff;
  border-radius: 10px;
}




/* 二重線ボックス */
.textbox1 {
    border:4px double #d00000;
    padding:10px;
    font-size: 16px;
    margin-bottom: 50px;
}

/* 外側に影付きのボックス */
.textbox2 {
    margin: 2em auto;
    margin-bottom: 50px;
    padding: 1em;
    width: 90%;
    border: 1px solid #ccc; /* 枠線 */
    background-color: #fff8dc; /* 背景色 */
    box-shadow: 1px 1px 2px #ccc;
    font-size: 16px;
    border-radius: 5px;
}

/* 内側に影付きのボックス */
.textbox3 {
    position: relative;
    margin: 2em auto;
    margin-bottom: 50px;
    padding: 1.2em;
    width: 90%;
    color: #555555; /* 文字色 */
    background-color: #fff;
    border: 2px solid #8b8b8c; /* 枠線の太さ・色 */
    box-shadow: 0 0 5px 2px #cfcfd1 inset;/* 影の色 */
    font-size: 16px;
}

/* ワッペン風可愛いボックス */
.textbox4 {
    width:60%;
    padding: 20px;
    margin: 0 auto 40px auto;
    border: 2px dashed #FF8A65;
    background-color:#FFF3E0;
    box-shadow: 0px 0px 0px 10px #FFF3E0;
    border-radius: 5px;
    color: #80888D;    
    font-size: 16px;
}

/* グレー罫線囲みシンプルボックス */
.textbox5 {
	border: 1px solid #ccc;
}



/* 横2列の画像ボックス */
.col_2{
	width: 100%;
}
.contentsbox {
	width: 47%;
	display: inline-block;
	padding: 10px;
	float:left;
}
.contentsbox img {
	max-width: 420px;
}



/* スタッフリスト */
.stafflist {
  margin: 0 5px;
  width: 890px;
}

.staffbox {
  display:table;
  float: left;
  margin: 20px 10px;
  border: 1px solid #ccc;
  width: 200px;
  height: 130px;
  font-size:16px;
}

.staffname {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}








/* ヘッダーメニュー */

.globalmenu_wrapper {
    width:100%;
    background: #B40404;
    z-index: 999;
    position: absolute;
    margin-top:10px;
}

.globalmenu {
    position: relative;
    width: 1020px;
    height: 50px;
    margin: 0 auto;
}

/* ヘッダーメニュボタン */
.globalmenu > li {
    float: left;
    width: 14.2%; /* グローバルナビ7つ */
    height: 50px;
    line-height: 50px;
    font-size: 11px;
    color: #fff;
    background: #B40404;
    border-right: 1px solid #fff;
    box-sizing: border-box;
}

/* 1番目のメニューボタンだけ左罫線あり */
.globalmenu > li:first-child {
    border-left:1px solid #fff;
}

/* メニュボタンにカーソルを合わせた時の背景色 */
.globalmenu > li:hover {
    background: #db6969;
    transition: all 0.3s ease 0s;
}

/* ヘッダーメニューボタンのアイコン */
.globalmenu > li.menu__multi img {
    display: block;
    margin: 0 auto;
    margin-bottom:-15px;
    height: 25px;
    padding-top:5px;
}

/* ボタンの文字 */
.globalmenu > li a {
    display: block;
    color: #fff;
    text-decoration:none;
}

.globalmenu > li.menu__multi {
    position: relative;
    text-align: center;
}

ul.menu__second-level,ul.menu__third-level {
    visibility: hidden;
    opacity: 0;
    z-index: 100;
}

/* 下矢印 */
.init-bottom:after {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 0 3px 5px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* 右矢印 */
.init-right:after {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 0 0 10px;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* 第一階層ボタン */
li.menu__multi ul.menu__second-level {
    position: absolute;
    top: 40px;
    width:100%;
}

li.menu__multi:hover ul.menu__second-level {
    top: 50px;
    visibility: visible;
    opacity: 1;
}

li.menu__multi ul.menu__second-level li {
    position: relative;
    font-size: 12px;
    height:36px;
    line-height: 36px;
}

/* 第二階層がない第一階層ボタン */
li.menu__multi ul.menu__second-level li a {
    color: #fff;
}

li.menu__multi ul.menu__second-level li a:hover {
    background: #B40404;
}

/* 第一階層ボタン */
.menu__second-level li {
    background: #32353C;
    color: #fff;
    border-left: 1px solid #767676;
    border-right: 1px solid #767676;
    border-bottom: 1px solid #767676;
}


/* 第一階層ボタンにカーソルを合わせた時の背景色 */
li.menu__multi ul.menu__second-level li:hover {
    background:#B40404;
    color: #fff;
}

/* 第一階層ボタンにカーソルを合わせた時のメニューボタンの背景色 */
.menu__second-level li a:hover {
    background: #000;
}

/* 第一階層ボタンにカーソルを合わせた時の右矢印 */
li.menu__multi ul.menu__second-level li:hover .init-right:after {
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
}


/* 第二階層ボタン */
.menu__third-level li {
    background: #40444D;
    border-right: 1px solid #767676;
    border-bottom: 1px solid #767676;
}

.menu__third-level li:first-child {
    border: 1px solid #767676;
}

.menu__third-level li:last-child {
    border-right: 1px solid #767676;
    border-bottom: 1px solid #767676;
}

.menu__third-level li a {
    color:#fff;
}

.menu__third-level li a:hover {
    background: #B40404;
    color:#fff;
}


li.menu__multi ul.menu__second-level li ul.menu__third-level {
    position: absolute;
    top: -112px;
    left: 100%;
    width: 100%;
}

li.menu__multi ul.menu__second-level li:hover ul.menu__third-level {
    visibility: visible;
    opacity: 1;
}

li.menu__multi ul.menu__second-level li ul.menu__third-level li {
    position: relative;
}



/* floatクリア */
.globalmenu:before,
.globalmenu:after {
    content: " ";
    display: table;
}

.globalmenu:after {
    clear: both;
}

.globalmenu {
    *zoom: 1;
}

/* メニュー下のボディー部分との重なり防止調整用 */
.spacer {
    clear: both;
    width: auto;
    height: 70px;
}



/* LINE公式アカウント案内 */
.lpwrapper {
    width: 100%;
}

.lpcontent {
    width: 800px;
    margin:0 auto;
}

.lpcontent img {
    padding:30px 0;
}

#breadcrumbs-list {
    margin-top:30px;
}

.lpwidecontent1 {
margin-top:10px;
text-align: center;
font-size: 40px;
padding:10px 0;
}

.lpwidecontent1 img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.lpwidecontent2 {
padding:50px 0;
margin-top:10px;
text-align: center;
font-size: 40px;
background-color: #ffffe0;
}

.catchcopy {
font-size: 24px;
margin:30px 0;
}

/* オンライン部屋探し案内 */
.topMsg {
    background-color:#cdb7a4;
}

.topMsg p{
    padding:30px 0;
    font-size:18px;
    margin:0 auto;
    text-align: center;
}

.lpwidecontent3 {
    margin:0;
    padding:20px 0;
    text-align: center;
}

.lpBtn{
    text-align: center;
    padding:20px 0;
}

.lpBtn a {
    display: inline-block;
}
 
.lpBtn a:hover {
	background-color: transparent; /* IE6対応 */
}
 
.lpBtn a:hover img {
    visibility: hidden;
}

.mail-btn{
    background: url("/common/img/online/online_mail_mo.png") no-repeat;
    background-position: center center;
}

.line-btn{
    background: url("/common/img/online/online_line_mo.png") no-repeat;
    background-position: center center;

}

.lpwrapper .caution{
    margin:0 auto;
    text-align: center;
    padding-top:50px;
}