@charset "utf-8";

body {
	color: #000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin:0;
	padding:0;
	-webkit-text-size-adjust: 100%;
}

#sb-site {
	background-color: #c6bea7 !important;
}

.contents {
	font-size: 13px;
	line-height: 1.5;
}

/*===================================================
パーツ関連
===================================================*/
.sp_on {
	display: none;
}

.nobr br {
	display: none;
}

@media screen and ( max-width:750px ) {
.pc_on {
	display: none;
}

.sp_on {
	display: block;
}

.nobr br {
	display: block;
}
}

/*===================================================
head
===================================================*/
#head_out {
	width: 100%;
	background-color: #302400;
}

#head_out a:hover {
	-ms-filter: "alpha( opacity=80 )";
	filter: alpha( opacity=80 );
	opacity: 0.8;
}

/********** ヘッダーロゴ **********/
#head_box {
	box-sizing: border-box;
	position: relative;
	width: 100%;
	max-width: 1020px;
	padding: 0 10px;
	margin: 0 auto;
}

#head_copy {
	height: 15px;
	color: #ba9345;
	line-height: 1;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	letter-spacing: 1px;
	padding-top: 20px;
	margin: 0;
}

#head_logo {
	margin-top: 15px;
}
#head_logo a {
	display: block;
	width: 256px;
	height: 64px;
	text-indent:-999em;
	background: url(../images/head_logo.png) no-repeat 0 0;
	background-size: 256px 64px;
}

#spMenu {
	display: none;
}

@media screen and ( max-width:750px ) {
#head_copy {
	padding-top: 10px;
	height: 12px;
	font-size: 12px;
	font-weight: 700;
}

#head_logo {
	margin-top: 13px;
	padding-bottom: 14px;
}

#head_logo a {
	height: 40px;
	background-size: auto 40px;
}

#spMenu {
	display: block;
	position: absolute;
	top: 32px;
	right: 10px;
	width: 46px;
	height: 46px;
	text-indent:-999em;
	background: url(../images/bt_spMenu.png) no-repeat 0 0;
	background-size: 46px 46px;
}
}

/********** ヘッダーメニュー **********/
#head_link {
	box-sizing: border-box;
	width: 100%;
	max-width: 1020px;
	padding: 20px 10px 30px 10px;
	margin: 0 auto;
}

#head_link ul,
#head_link li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#head_link li {
	float: left;
	height: 27px;
	overflow: hidden;
	margin-right: 30px;
	margin-bottom: 7px;
}
#head_link li:last-child {
	margin-right: 0;
}


#head_link img {
	width: 100%;
}

@media screen and ( max-width:750px ) {
#head_link {
	display: none;
}
}


/*===================================================
foot
===================================================*/
#foot_out {
	width: 100%;
	height: auto;
	background-color: #e5e5e5;
	margin: 60px 0 0 0;
	padding: 0;
}

#foot_box {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	max-width: 1020px;
	height: 220px;
	padding: 30px 10px;
	margin: 0 auto;
}

@media screen and ( max-width:950px ) {
#foot_box {
	height: 300px;
}
}

@media screen and ( max-width:750px ) {
#foot_box {
	height: auto;
}
}

/********** フッターリンク **********/
#foot_r {
	box-sizing: border-box;
	position: absolute;
	top: 25px;
	right: 10px;
	width: 100%;
	text-align: right;
	padding-left: 340px;
	margin-bottom: 20px;
}

#foot_r ul,
#foot_r li {
	list-style: none;
	padding: 0;
	margin: 0;
}

#foot_r li {
	display: inline-block;
	font-size: 13px;
	line-height: 13px;
	margin: 0 0 5px -1px;
	padding: 5px 0;
}

#foot_r li a {
	display: block;
	border-right: 1px solid #aaa;
	border-left: 1px solid #aaa;
	padding: 0 15px;
}

#foot_r li a,
#foot_r li a:visited {
	color:#000;
	text-decoration: none;
}

#foot_r li a:hover {
	-ms-filter: "alpha( opacity=80 )";
	filter: alpha( opacity=80 );
	opacity: 0.8;
	text-decoration: underline;
}

@media screen and ( max-width:750px ) {
#foot_r {
	position: static;
	text-align: center;
	padding: 0;
	margin-bottom: 10px;
}

#foot_r li a {
	padding: 0 10px;
}

#foot_r li a,
#foot_r li a:visited,
#foot_r li a:hover {
	color:#000;
	text-decoration: underline;
}
}

/********** フッターロゴ **********/
#foot_l {
	position: absolute;
	top: 25px;
	left: 10px;
	width: 320px;
}

#foot_l .pc_on {
	line-height: 13px;
	padding-top: 5px;
	margin: 0 0 10px 0;
}

#foot_logo a {
	display: block;
	width: 210px;
	height: 55px;
	text-indent: -999em;
	background: url(../images/foot_logo.png) no-repeat 0 0;
	background-size: 210px 55px;
}

#foot_logo a:hover {
	-ms-filter: "alpha( opacity=80 )";
	filter: alpha( opacity=80 );
	opacity: 0.8;
}

#foot_l p {
	font-size: 13px;
	line-height: 2;
	color:#000;
	margin: 10px 0 0 0;
}

@media screen and ( max-width:750px ) {
#foot_l {
	position: static;
	width: 100%;
	text-align: center;
}

#foot_logo a {
	margin: 0 auto;
}
}

/********** 立川ダイス・絆カード **********/
#tachikawadice {
	position: absolute;
	right: 320px;
	bottom: 30px;
	border: 1px solid #fff;
	margin: 0 0 0 auto;
}
#tachikawadice a {
	display: block;
	height: 60px;
	background: url(../images/tachikawadice_logo.png) no-repeat 7px 14px;
	background-size: auto 50px;
	padding: 7px 7px 7px 130px;
}
#tachikawadice a,
#tachikawadice a:visited,
#tachikawadice a:hover {
	color: #333;
	text-decoration: none;
}

#kizuna_card {
	position: absolute;
	right: 10px;
	bottom: 30px;
	height: 60px;
	border: 1px solid #fff;
	background: url(../images/kizuna_card.jpg) no-repeat 7px 7px;
	padding: 7px 7px 7px 110px;
	margin: 0 0 0 auto;
}

#tachikawadice p,
#kizuna_card p {
	text-align: left;
	font-size: 80%;
	line-height: 1.5;
	margin: 10px 0 0 0;
}

@media screen and ( max-width:950px ) {
#tachikawadice a,
#kizuna_card {
	box-sizing: border-box;
	width: 350px;
	height: 76px;
}

#tachikawadice {
	right: 10px;
	bottom: 115px;
}
}

@media screen and ( max-width:750px ) {
#tachikawadice,
#kizuna_card {
	width: 100%;
	max-width: 300px;
	box-sizing: border-box;
	position: static;
}

#kizuna_card {
	width: 100%;
	height: 60px;
	background-size: auto 45px;
}

#tachikawadice {
	margin: 30px auto 0 auto;
}
#tachikawadice a {
	width: 100%;
	height: 60px;
	background-position: 3px 18px;
	background-size: auto 28px;
	padding: 7px 3px 7px 70px;
}

#kizuna_card {
	padding-left: 85px;
	margin: 10px auto 0 auto;
}

#tachikawadice p,
#kizuna_card p {
	font-size: 75%;
	margin-top: 5px;
}
}

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


/*===================================================
parts
===================================================*/

a:hover {
  opacity: 0.7;
}
.lede {
  line-height: 1.75;
  margin: 0;
  margin-bottom: 20px !important;
}
.txt--center {
  text-align: center;
}
.table__a {
	border-bottom: 1px solid #909090;
	margin-bottom: 25px !important;
}
.table__a dt,
.table__a dd {
	float: left;
	text-align: left;
	border-top: 1px solid #959595;
	padding: 20px 0;
}
.table__a dt:first-child,
.table__a > *:first-child + * {
	border: none;
	padding-top: 0;
}
.table__a dt {
	width: 300px;
  clear: both;
  font-weight: bold;
}
.table__a dd {
  width: 620px;
  margin: 0;
}
.table__b th {
  width: 160px;
  padding: 10px 20px;
  background-color: #d8d3ce;
  border-left: solid 2px #ddd;
  border-bottom: solid 2px #ddd;
  vertical-align: top;
}
.table__b td {
  padding: 10px 20px;
  background-color: #e2dedc;
  border-bottom: solid 2px #ddd;
}
.table__c {
  width: 100%;
  margin-bottom: 1em;
}
.table__c th {
  width: 160px;
  padding: 10px 20px;
  background-color: #d7d2cd;
  border-left: solid 2px #ddd;
  border-bottom: solid 2px #ddd;
  vertical-align: top;
  font-weight: bold;
}
.table__c td {
  padding: 10px 20px;
  background-color: #e2dedc;
  border-bottom: solid 2px #ddd;
}
.table__d {
  width: 100%;
}
.table__d th {
  width: 160px;
  padding: 10px 20px;
  vertical-align: top;
  font-weight: bold;
}
.table__d td {
  padding: 10px 20px;
}
.table__e {
  width: 100%;
  margin-bottom: 35px;
  border-right: solid 1px #969696;
  border-bottom: solid 1px #969696;
}
.table__e th {
  padding: 5px 10px;
  background-color: #d8d3cf;
  border-top: solid 1px #969696;
  border-left: solid 1px #969696;
}
.table__e td {
  padding: 5px 10px;
  background-color: #e5e1de;
  border-top: solid 1px #969696;
  border-left: solid 1px #969696;
}

.list__a dt {
	line-height: 1;
	font-weight: bold;
	background-color: #b1aa97;
	padding: 10px 20px;
	margin-bottom: 20px;
}
.list__a dd {
  line-height: 1.75;
	padding: 10px 0;
	margin: 0 0 20px;
}
.list__a dd p {
  margin-bottom: 20px;
}
.list__a dd p.no-mb {
  margin-bottom: 0; 
}
.list__b {
  margin: 0;
  padding: 0;
}
.list__b li {
  margin-bottom: 5px;
  padding: 10px 20px;
  background-color: #d8d3ce;
}

.list__c {
  padding: 0;
  margin: 0 0 20px;
  overflow: hidden;
}
.list__c li {
	box-sizing: border-box;
	float: left;
	width: 33.333%;
	padding-right: 20px;
	margin: 0 0 10px 0;
}

/*===================================================
.list__c {
  margin: 0 0 20px;
  padding: 0;
  overflow: hidden;
}
.list__c li {
  width: 280px;
  margin: 0 20px 10px 0;
  float: left;
}
===================================================*/

.list__c li a {
  color: #000;
  text-decoration: none;
}
.list__c li a:hover {
  text-decoration: underline;
}
.btn__block-01 {
  margin-bottom: 20px;
  padding: 10px 20px;
  display: inline-block;
    *display: inline;  
    *zoom: 1; 
  background-color: #726144;
  color: #fff !important;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  clear: both;
}
.btn__block-01:hover {
  color: #fff;
  opacity: 0.7;
}
.our-service__block {
  overflow: hidden;
  background-color: #d8d3ce;
}
.link__back {
  padding-top: 30px;
  border-top: dotted 1px #999;
}
.link__back a:hover {
  text-decoration: underline;
}
.t--bold {
  font-weight: bold;
}
.t--13px {
  font-size: 13px;
}
.t--12px {
  font-size: 12px !important;
}
.t--11px {
  font-size: 11px !important;
}
.t--m0 {
  margin: 0 !important;
}
.wrap-twitter {
  float: right;
}

.wrap-twitter--2 {
	width: 100%;
	height: 20px;
	margin-bottom: 20px;
	text-align: right;
}

@media screen and ( max-width:750px ) {
.wrap-twitter--2 {
	text-align: center;
	margin: -5px 0 15px 0;
}
}

/*===================================================
スライドメニュー
===================================================*/
body .sb-slidebar {
	background: -webkit-gradient(linear, left top, right bottom, color-stop(1.00, #aaa), color-stop(0.03, #ccc));
	background: -webkit-linear-gradient(left, #aaa 0%, #bbb 3%);
	background: -moz-linear-gradient(left, #aaa 0%, #bbb 3%);
	background: -o-linear-gradient(left, #aaa 0%, #bbb 3%);
	background: -ms-linear-gradient(left, #aaa 0%, #bbb 3%);
	background: linear-gradient(to right, #aaa 0%,, #bbb 3%);
	border-left: 1px solid #999;
}

body .sb-slidebar ul {
	background: -webkit-gradient(linear, left top, right bottom, color-stop(1.00, #ccc), color-stop(0.03, #fff));
	background: -webkit-linear-gradient(left, #ccc 0%, #fff 3%);
	background: -moz-linear-gradient(left, #ccc 0%, #fff 3%);
	background: -o-linear-gradient(left, #ccc 0%, #fff 3%);
	background: -ms-linear-gradient(left, #ccc 0%, #fff 3%);
	background: linear-gradient(to right, #ccc 0%,, #fff 3%);
	list-style: none;
	padding: 0;
	margin: 0;
}

body .sb-slidebar a {
	box-sizing: border-box;
	display: block;
	width: 100%;
	font-weight: 500;
	border-top: 1px dashed #ccc;
	background: url(../images/arrow_go.png) no-repeat 15px center;
	background-size: 11px 10px;
	padding: 10px 10px 10px 30px;
}
body .sb-slidebar a,
body .sb-slidebar a:visited,
body .sb-slidebar a:hover {
	color: #333;
	text-decoration: none;
}

body .sb-slidebar a:hover {
	-ms-filter: "alpha( opacity=50 )";
	filter: alpha( opacity=50 );
	opacity: 0.5;
}

body .sb-slidebar li:first-child a {
	border-top: none;
}

/*===================================================
こめじるし
===================================================*/
ul.kome {
	font-size: 90%;
	padding: 0;
	margin: 0 0 0 1em;
} 
ul.kome li {
	line-height: 1.5;
	text-indent: -1em;
}

/*===================================================
ページトップ
===================================================*/
#to_topBox {
	display: none;
}

@media screen and ( max-width:750px ) {
#to_topBox {
	display: block;
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 100;
}

#bt_to_top {
	width: 40px;
	height: 40px;
	text-align: left;
	text-indent: -999em;
    background: url(../images/bt_to_top.png) #302400 no-repeat center 0;
	background-size: 40px 40px;
	border-radius: 5px;
}
}