@charset "utf-8";
@import url("https://use.fontawesome.com/releases/v5.6.1/css/all.css");

/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft { text-align: left !important; }
.taCenter { text-align: center !important; }
.taRight { text-align: right !important; }

/* フォントの大きさ（プラス） */
.fsP1 { font-size: 1.08em !important; }
.fsP2 { font-size: 1.16em !important; }
.fsP3 { font-size: 1.24em !important; }
.fsP4 { font-size: 1.32em !important; }
.fsP5 { font-size: 1.4em !important; }

/* フォントの大きさ（マイナス） */
.fsM1 { font-size: 0.92em !important; }
.fsM2 { font-size: 0.84em !important; }
.fsM3 { font-size: 0.76em !important; }
.fsM4 { font-size: 0.68em !important; }
.fsM5 { font-size: 0.6em !important; }

/* フォントの太さ */
.fwNormal { font-weight: normal !important; }
.fwBold { font-weight: bold !important; }

/*------------------------------------------------------------
	微調整用クラス（※多用しないこと）
------------------------------------------------------------*/
.mt0 { margin-top: 0 !important; }
.mb0 { margin-bottom: 0 !important; }
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }

/*------------------------------------------------------------
	clearfix
------------------------------------------------------------*/
.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/*------------------------------------------------------------
	非表示
------------------------------------------------------------*/
.disp_no{
	display: none !important;
}

/*------------------------------------------------------------
	リンク・インプットをタップ時のクラス
------------------------------------------------------------*/
a.tapCtrl, input.tapCtrl,
.tapCtrl a, .tapCtrl input {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

.wd100{
	width: 100%;
}

/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;

	font-size: 1em;
}

body,
table,
input, textarea, select, option {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 1em;
}

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

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	vertical-align: top;
}

a,
a:link {
	color: #040404;
	text-decoration: none;
}

a:visited {
	color: #040404;
}

a:hover {
	color: #040404;
}

a:active {
	color: #040404;
}

@media screen and (max-device-width: 480px){
	img { max-width:100%;height:auto;}
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #333;
	font-size: 13px;
	line-height: 1.2;
	background: #FFF;
	-webkit-text-size-adjust: none;
}

#container {
	text-align: left;
}

#h1Area h1 {
	padding: 8px 0 0 5px;
	color: #999;
	font-size: small;
	font-weight: normal;
	background-color: #fff;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	margin-bottom: 15px;
	width: 100%;
	padding: 0;
	position: fixed;
	top: 0;
	background-color: #C82516;
	z-index: 1000;
	height: 57px;
}

#gHeader #h_logo {
	padding: 0px;
	float: left;
	width: 30%;
}
#gHeader #h_logo img{
	width: 90%;
}

#gHeader ul {
	float: right;
	width: 68%;
	border-left: solid 1px #FFF;
	margin: 2% 0px;
	height: 80%
}

#gHeader li {
	float: left;
	width: 25%;
	font-size: 1.1rem;
	text-align: center;
	padding: 3px 0;
}
#gHeader li p {
	color: #FFF;
	font-size: 0.8rem;
}
#gHeader li p.t_small {
	color: #FFF;
	font-size: 0.67rem;
	padding-top: 2px;
}
#main {
	padding-top: 57px;
}

.white {
	color: #FFF;
}
.ApRed {
	color: #C82516;
}


.header {
	padding-bottom: 0 !important;
	background: #C82516 !important;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	border-top: 2px solid #EAEAEA;
	background-color: #F6F6F6;
}

#gFooter .fNavi {
	padding: 10px 0;
	text-align: center;
}

#gFooter .fNavi li {
	margin-right: 10px;
	font-size: 10px;
	display: inline;
}

#gFooter .fNavi li a {
	padding-left: 10px;
	color: #333;
	background: url(../img/common/footer_icon.gif) no-repeat left center;
	background-size: 5px 6px;
}

#gFooter .copyright {
	padding: 7px 0;
	color: #FFF;
	font-size: 9px;
	text-align: center;
	background-color: #C82417;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#pagePath {
	margin: 10px 12px 10px;
	display: block;
	clear: both;

	/* はみ出し部分をスクロールする */
	overflow-x: scroll;
	/* テキストを改行しないようにする */
	word-break: keep-all;
	white-space: nowrap;
	/* スクロールの動きを滑らかにする */
	-webkit-overflow-scrolling: touch;
}

#pagePath li {
	margin-right: 5px;
	display: inline;
	color: #666;
	font-size: 11px;
}

#pagePath li a {
	margin-right: 10px;
	color: #666;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
.pageTop {
	padding-top: 20px;
	text-align: center;
}

/*------------------------------------------------------------
	comLinkList
------------------------------------------------------------*/
.comLinkList {
	margin: 0 auto 18px;
	width: 95%;
}

.comLinkList li {
	margin-right: 3%;
	width: 31%;
	float: left;
}

.comLinkList li:last-child {
	margin-right: 0;
}

.comLinkList li a {
	padding: 2px;
	display: block;
	text-decoration: none;
	background-color: #EDCDCB;
	border-radius: 4px;
	behavior: url(js/pie.htc);
	behavior: url(../js/pie.htc);
	position: relative;
	box-shadow: 1px 1px 0 1px #88180F;
}

.comLinkList li .bdBox {
	padding: 8px 0 5px;
	width: auto;
	border-radius: 5px;
	behavior: url(js/pie.htc);
	behavior: url(../js/pie.htc);
	position: relative;
	border: 1px solid #D53629;
	background: #FFF url(../img/common/bg01.gif) repeat-x left bottom;
}

.comLinkList li .photo {
	margin-bottom: 8px;
	text-align: center;
}

.comLinkList li p {
	color: #000;
	font-size: 10px;
	text-align: center;
}

.comLinkList li a .positionImg {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100;
}

.comLinkList .liStyle02 a .positionImg {
	top: 11px;
}

/*------------------------------------------------------------
	comTabUl
------------------------------------------------------------*/
#main .tabPanel .comTabUl {
	border-bottom: 2px solid #D7382B;
}

#main .comTabUl li {
	margin: 0 5px 0 0;
	float: left;
	vertical-align: middle;
}

#main .comTabUl li a {
	padding: 0;
	display: table;
	color: #000;
	font-size: 10px;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	background: #DDD;
	border-radius: 2px 2px 0 0;
	behavior: url(js/pie.htc);
	position: relative;
}

#main .comTabUl li a:hover,
#main .comTabUl .on a {
	color: #fff;
	background: #D7382B;
}

#main .tabPanel .comTabUl li a span {
	padding: 8px 7px 6px;
	display: table-cell;
	font-size: 9px;
	vertical-align: middle;
}

#main .tabPanel .comTabUl li:first-child a span {
	padding: 3px 15px 0 12px;
}

#main .tabPanel {
	margin: 0 0 15px;
	clear: both;
}

#main .tabPanel .tabList li {
	padding: 14px 12px;
	border-bottom: 1px dotted #9E9E9E;
}

#main .tabPanel .tabList li:last-child {
	border-bottom: none;
}

#main .tabPanel .tabList li a {
	display: block;
	background: url(../img/common/icon04.gif) no-repeat right center;
	background-size: 8px 11px;
}

#main .tabPanel .tabList li .price {
	margin-top: 5px;
	padding: 8px 0 12px;
	width: 58px;
	float: left;
	color: #D7382B;
	font-size: 10px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	background: url(../img/common/bg02.gif) no-repeat left top;
	background-size: 58px 50px;
}

#main .tabPanel .tabList li .price span {
	display: block;
	font-size: 20px;
}

#main .tabPanel .tabList li .imgBox {
	width: 77.6%;
	float: right;
}

#main .tabPanel .tabList li .imgBox .photoBox {
	width: 27%;
	float: left;
}

#main .tabPanel .tabList li .imgBox .photoBox img {
	width: 100%;
}

#main .tabPanel .tabList li .imgBox .textBox {
	width: 68%;
	float: right;
}

#main .tabPanel .tabList li .imgBox .textBox .text01 {
	color: #CC2517;
	font-size: 15px;
}

#main .tabPanel .tabList li .imgBox .textBox .text02 {
	margin-bottom: 2px;
	font-size: 16px;
}

#main .tabPanel .tabList li .imgBox .textBox span {
	color: #333;
	font-size: 9px;
	font-weight: normal;
}

#main .tabPanel .tabList li .imgBox .textBox .arrow {
	margin: 5px 0 0 10px;
	text-align: left;
}

#main .tabPanel .tabList li .imgBox .textBox .text03 {
	font-size: 20px;
	font-weight: bold;
	line-height: 0.5;
}

#main .tabPanel .tabList li .imgBox .textBox .size {
	font-size: 12px;
}

#main .tabPanel .tabList li .imgBox .textBox .text03 .size {
	color: #CC2517;
}

/*------------------------------------------------------------
	comPageLink
------------------------------------------------------------*/
#main .comPageLink {
	margin: 0 15px;
}

#main .comPageLink li {
	margin: 0 5% 15px 0;
	width: 47.5%;
	float: left;
}

#main .comPageLink li:nth-child(2n) {
	margin-right: 0;
}

#main .comPageLink li a {
	padding: 15px 0 6px;
	display: block;
	text-decoration: none;
	background: url(../img/common/bg03.gif) repeat-x left bottom;
	border-radius: 4px;
	behavior: url(js/pie.htc);
	position: relative;
	border: 1px solid #CECECE;
	box-shadow: 2px 2px 2px #E5E5E5;
}

#main .comPageLink li .positionImg {
	position: absolute;
	right: -1px;
	bottom: -1px;
}

#main .comPageLink .photo {
	margin-bottom: 7px;
	padding-bottom: 10px;
	text-align: center;
	background: url(../img/common/line01.gif) repeat-x left bottom;
}

#main .comPageLink p {
	margin: 0 18px;
	line-height: 1.4;
	text-align: center;
	font-size: 11px;
}

#main .comPageLink .pTitle {
	margin: 0 3px 5px;
	font-size: 12px;
	font-weight: bold;
}

/*------------------------------------------------------------
	comBtm
------------------------------------------------------------*/
#main .comBtm table {
	margin-top: 20px;
	margin-bottom: 10px;
	width: 100%;
	border-collapse: collapse;
}

#main .comBtm th,
#main .comBtm td {
	padding: 15px 10px;
	width: 50%;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	border: 1px solid #D6D6D6;
}
#main .comBtm th.line_d,
#main .comBtm td.line_d {
	padding: 10px 10px;
	width: 50%;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	border: 1px solid #D6D6D6;
}

#main .comBtm th a,
#main .comBtm td a {
	display: block;
}

#main .comBtm th a:hover,
#main .comBtm td a:hover {
	text-decoration: underline;
}

#main .comBtm th img,
#main .comBtm td img {
	float: right;
}

#main .comBtm .link02 {
	margin: 0 10px 30px;
}

#main .comBtm .link {
	margin: 0 10px 30px;
}

#main .comBtm .link img,
#main .comBtm .link02 img {
	width: 100%;
}

/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
#main .headLine01 {
	margin-bottom: 10px;
	padding: 2% 0 5px 10px;
	color: #C62417;
	font-size: 12px;
	line-height: 1.2;
	background: url(../img/common/headLine01_bg.jpg) no-repeat right bottom;
	background-size: 100% 50px;
    padding-top: 17px;
    min-height: 31px;
}

/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
#main .headLine02 {
	margin: 0 10px 20px;
	padding-bottom: 10px;
	font-size: 15px;
	background: url(../img/common/headLine02_bg.gif) no-repeat right bottom;
	background-size: 100% 2px;
}

/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
#main .headLine03 {
	margin-bottom: 14px;
	padding: 8px 10px;
	font-size: 15px;
	color: #CB2417;
	background-color: #EFEFEF;
	border-radius: 3px;
}

/*------------------------------------------------------------
	comTtl
------------------------------------------------------------*/
#main .comTtl {
	padding: 8px 0;
	margin: 0 10px 13px;
	background: url(../img/common/com_ttl_bg.jpg) no-repeat left top;
	background-size: 100% 100%;
}

#main .comTtl p {
	width: 64%;
	float: right;
	font-size: 12px;
	font-weight: bold;
}

#main .comTtl .red {
	margin-top: 5px;
	text-align: right;
	width: 33%;
	float: left;
	color: #C52719;
	font-size: 15px;
}

/*------------------------------------------------------------
	comLink02
------------------------------------------------------------*/
#main .comLink02 {
	margin: 0 10px 20px;
	clear: both;
}

#main .comLink02 li {
	margin-bottom: 13px;
	border-radius: 4px;
	behavior: url(js/pie.htc);
	position: relative;
	border: 1px solid #CDCDCD;
	box-shadow: 2px 2px 2px #E5E5E5;
}

#main .comLink02 li:nth-child(2) .photo {
	padding: 20px 0 20px 6%;
}

#main .comLink02 li:nth-child(2) .photo img {
	width: 70%;
}

#main .comLink02 li:nth-child(3) .photo {
	padding: 20px 0 20px 6%;
}

#main .comLink02 li:nth-child(3) .photo img {
	width: 60%;
}

#main .comLink02 li a {
	display: block;
	position: relative;
	background: #FEFEFE url(../img/common/bg04.gif) repeat-x left bottom;
}

#main .comLink02 li a .pic {
	position: absolute;
	right: 0;
	bottom: -1px;
}

#main .comLink02 li .photo {
	padding: 20px 3%;
	width: 22%;
	float: left;
}

#main .comLink02 li .photo img {
	width: 100%;
}

#main .comLink02 li .textBox {
	padding: 8px 3% 6px 3%;
	width: 65%;
	float: right;
	border-left: 1px solid #EBEBEB;
}

#main .comLink02 li .textBox p {
	line-height: 12px;
	line-height: 1.5;
}

#main .comLink02 li .textBox .ttl {
	font-size: 12.5px;
	font-weight: bold;
}

/*------------------------------------------------------------
	comTopBox
------------------------------------------------------------*/
#main .comTopBox {
	margin: 0 10px 12px;
}

#main .comTopBox p {
	margin-top: 3px;
	float: left;
	font-size: 12px;
	line-height: 1.2;
	font-weight: bold;
	vertical-align: middle;
}

#main .comTopBox p span {
	margin-right: 4px;
	color: #CB2417;
	font-size: 16px;
}

#main .comTopBox .comPageList {
	margin-bottom: 0;
	float: right;
}

/*------------------------------------------------------------
	comPageList
------------------------------------------------------------*/
#main .comPageList {
	text-align: center;
}

#main .comPageList li {
	margin: 0 1px;
	display: inline;
}

#main .comPageList li a,
#main .comPageList li span {
	padding: 3px 5px 0;
	display: inline-block;
	min-height: 17px;
	vertical-align: middle;
	text-align: center;
	font-size: 10px;
	line-height: 1.4;
	text-align: center;
	text-decoration: none;
	border: 1px solid #CFCFCF;
	position: relative;
	background: #E4E4E4 url(../img/common/com_bg.gif) repeat-x left top;
}

#main .comPageList .next a,
#main .comPageList li a:hover,
#main .comPageList .current span {
	color: #D7382B;
	background: #E3E3E3;
}

#main .comPageList .current span {
	display: inline-block;
}

#main .comPageList .next {
	font-weight: bold;
}

/*------------------------------------------------------------
	tableType01
------------------------------------------------------------*/
#main .tableType01 {
	margin-bottom: 20px;
	width: 100%;
	border-collapse: collapse;
}

#main .tableType01 tr th,
#main .tableType01 tr td {
	margin: 0;
	padding: 15px 12px 10px;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px dotted #9E9E9E;
}

#main .tableType01 > tbody > tr > th {
	padding: 0;
	width: 2%;
	text-align: center;
	vertical-align: middle;
	background-color: #E6958E;
	border-bottom: 1px dotted #fff;
}

#main .tableType01 th input {
	margin: -3px 0 0;
	width: 20px;
	height: 20px;
}

#main .tableType01 .trStyle01 td {
	background-color: #FCF4F3;
}

#main .tableType01 .title {
	margin-bottom: 10px;
	color: #CB2417;
	font-size: 12px;
	line-height: 1.2;
}

#main .tableType01 .title img {
	margin: 0 10px 0 0;
	vertical-align: middle;
}

#main .tableType01 .imgBoxL {
	margin-bottom: 5px;
}

#main .tableType01 .imgBoxL .photoBox {
	width: 30%;
	float: left;
	border: 2px solid #E7E7E7;
}

#main .tableType01 .imgBoxL .photoBox img {
	width: 100%;
}

#main .tableType01 .imgBoxL .textBox {
	margin-top: 5px;
	float: right;
	width: 63%;
}

#main .tableType01 .imgBoxL .textBox .textUl li {
	float: left;
	font-size: 13px;
	overflow: hidden;
	zoom: 1;
}

#main .tableType01 .imgBoxL .textBox .textUl li:first-child {
	margin-right: 4px;
}

#main .tableType01 .imgBoxL .textBox .textUl .rLi {
	width: auto;
	float: right;
}

#main .tableType01 .imgBoxL .textUl li p {
	padding-top:  3px;
	padding-left: 60px;
	font-size: 9px;
}

#main .tableType01 .imgBoxL .textUl li .bdTxt {
	padding: 2px 0 1px;
	min-width: 50px;
	float: left;
	color: #CB2417;
	font-size: 9px;
	font-weight: bold;
	text-align: center;
	border: 1px solid #CB2518;
	background-color: #fff;
}

#main .tableType01 .text01 {
	margin-bottom: 5px;
	font-size: 12px;
	line-height: 1.5;
}

#main .tableType01 dl {
	margin-bottom: 10px;
}

#main .tableType01 dt {
	padding: 3px 0;
	width: 52px;
	float: left;
	color: #FFF;
	font-size: 9px;
	text-align: center;
	background-color: #333;
}

#main .tableType01 dd {
	padding: 2px 0 2px 60px;
	margin-bottom: 7px;
	font-size: 10px;
	line-height: 1.5;
}

#main .tableType01 table {
	margin-bottom: 10px;
	width: 100%;
	border-collapse: collapse;
	border: 2px solid #DDD;
}

#main .tableType01 table th,
#main .tableType01 table td {
	margin: 0;
	padding: 4px 5px;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	vertical-align: middle;
	border: 1px solid #DDD;
	background-color: #fff !important;
}

#main .tableType01 table th {
	padding: 2px 5px;
	color: #666;
	background-color: #F7F7F7 !important;
}

#main .tableType01 table td {
	font-weight: normal;
}

#main .tableType01 table td > span {
	font-size: 10px;
	font-weight: bold;
}

#main .tableType01 table td .size {
	font-size: 12px;
}

#main .tableType01 table td .size span {
	font-size: 9px;
}

#main .tableType01 table td .red {
	color: #CB2518;
	font-size: 15px;
	letter-spacing: -0.5px;
}

#main .tableType01 table td span span {
	font-size: 10px;
	display: inline;
}

#main .tableType01 .link {
	text-align: center;
}

/*------------------------------------------------------------
	comColorList
------------------------------------------------------------*/
#main .comColorList li {
	margin: 0 3px 4px 0;
	padding: 2px 2px 1px;
	min-width: 50px;
	float: left;
	text-align: center;
	color: #fff;
	font-size: 9px;
	line-height: 1.2;
	border: 2px solid #C2A5E0;
	background: #673499;
	border-radius: 16px;
}

#main .comColorList .liStyle01 {
	border: 2px solid #AABFEA;
	background: #3366CC;
}

#main .comColorList .liStyle02 {
	border: 2px solid #F5BAAB;
	background: #E95834;
}

#main .comColorList .liStyle03 {
	border: 2px solid #B8DB95;
	background: #679934;
}

#main .comColorList .liStyle04 {
	border: 2px solid #F3CD74;
	background: #ECAB13;
}

#main .comColorList .liStyle05 {
	border: 2px solid #95DAC1;
	background: #37A27C;
}

#main .comColorList .liStyle06 {
	border: 2px solid #F7C0B6;
	background: #EF7B63;
}

#main .comColorList .list01 {
	min-width: 75px;
}

/*------------------------------------------------------------
	comTopList
------------------------------------------------------------*/
#main .comTopList {
	margin-bottom: 30px;
	text-align: center;
}

#main .comTopList li {
	padding: 15px 25px 12px 30px;
	display: inline;
	color: #666;
	font-size: 10px;
	background: url(../img/area/01/img01.jpg) no-repeat left center;
	background-size: 25px 35px;
}

#main .comTopList li:nth-child(2) {
	background: url(../img/area/01/img02.jpg) no-repeat left center;
	background-size: 25px 35px;
}

/*------------------------------------------------------------
	comLinkBox
------------------------------------------------------------*/
#main .comLinkBox {
	margin: 0 10px 20px;
}

#main .comLinkBox .link {
	text-align: center;
	background: #FC8A01 url(../img/area/01/link_bg.gif) repeat-x left top;
	background-size: 5px 30px;
	border: 1px solid #FEA000;
}

#main .comLinkBox .link a {
	padding: 8px 0 7px;
	display: block;
	color: #FFF;
	font-size: 12px;
	background: url(../img/common/icon08.png) no-repeat 67% center;
	background-size: 11px 7px;
}

#main .comLinkBox ul {
	font-size: 15px;
	background-color: #F7F7F7;
}

#main .comLinkBox li input {
	margin: -3px 13px 0 0;
	width: 20px;
	height: 20px;
	vertical-align: middle;
}

#main .comLinkBox li {
	padding: 15px 10px 12px;
	border-bottom: 1px solid #CCC;
}

#main .comLinkBox .map {
	width: 100%;
}

#main .linkTab {
	width: 98%;
	border-collapse: separate;
	border-spacing: 5px;
	margin: 0 1%;
}

#main .linkTab td {
	width: 33.33%;
	text-align: center;
	font-size: 0.7rem;
	vertical-align: middle;
	background-color: #FFF;
	border-radius: 20px;
	-webkit-border-radius: 20px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 20px;   /* Firefox用 */
	box-shadow: 1px 1px 1px 1px #dcdcdc;   /* 影指定 */
}

#main .linkTab .tdSpec {
	border-right: none;
}

#main .linkTab td a {
	display: table;
	width: 100%;
	color: #000;
}

#main .linkTab td a span {
	padding: 10px 3px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

#main .linkTab .on a {
	color: #FFF;
	background-color: #C82516;
	border-radius: 20px;
	-webkit-border-radius: 20px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 20px;   /* Firefox用 */
}

/*------------------------------------------------------------
	comBtnLink
------------------------------------------------------------*/
/* ページ下部ポップアップボタン */
#main .comBtnLink {
	background: rgba(117,117,117,0.5);
	text-align: center;
	width: 100%;
	display: none;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 500;
}

#main .comBtnLink a {
	width: 38%;
	margin: 10px 2% 10px 5%;
	display: block;
	float: left;
	padding: 15px 0;
	background-color: #FFF;
	border-color: #999;
	border-radius: 5px;
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
	text-align: center;
}
#main .comBtnLink a.w_middle {
	width: 50%;
	margin: 10px 5% 10px 0;
	display: block;
	float: right;
	padding: 15px 0;
	background-color: #FFF;
	border-color: #999;
	border-radius: 5px;
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
	text-align: center;
}
#main .comBtnLink a.w_long {
	width: 80%;
	margin: 10px 10%;
	display: block;
	float: right;
	padding: 15px 0;
	background-color: #FFF;
	border-color: #999;
	border-radius: 5px;
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
	text-align: center;
}


/*------------------------------------------------------------
	h_searchBox  ヘッダーの検索
------------------------------------------------------------*/
.h_searchBox {
	display: none;
	padding: 20px 0 0;
	text-align: center;
	position: fixed;
	z-index: 1001;
	width: 100%;
	background: rgba(117,117,117,0.3);
	margin-top: 57px;
}

.h_searchBox ul {
	margin: 0 40px;
	padding-bottom: 20px;
}

.h_searchBox li {
	margin-bottom: 15px;
}

.h_searchBox li a {
	padding: 13px 0;
	display: block;
	font-size: 1rem;
	background-color: #FFF;
	border: 1px solid #8D8E8F;
	border-radius: 7px;
	-webkit-border-radius: 7px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 7px;   /* Firefox用 */
}
.h_searchBox li img {
	vertical-align: middle;
	margin-right: 10px;
}
.h_searchBox .close {
	color: #EAE6E6;
	width: 100%;
	background-color: #8D8E8F;
	overflow: hidden;
	height: auto;
	text-align: center;
}
.h_searchBox .close i {
	margin-right: 5px;
}
.h_searchBox .close a {
	color: #FFF;
	font-size: 1rem;
	border: 1px solid #EAE6E6;
	margin: 8px 5%;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	letter-spacing: 2px;
	float: left;
	width: 90%;
}

/*------------------------------------------------------------
	h_menuBox　ヘッダー　ハンバーガーメニュー
------------------------------------------------------------*/
.h_menuBox {
	display: none;
	padding: 20px 0 0;
	text-align: center;
	position: fixed;
	z-index: 1001;
	width: 100%;
	background-color: #C82516;
	margin-top: 57px;
}
.h_menuBox ul.SearchItem {
	width: 94%;
	margin: 0px 3% 20px 3%;
	list-style: none;
	display: block;
	clear: both;
	display: table;
}
.h_menuBox ul.SearchItem li {
	width: 31%;
	float: left;
	margin-right: 2.5%;
	font-weight: bold;
	border: 1px solid #FFF;
	vertical-align: middle;
	border-radius: 7px;
	-webkit-border-radius: 7px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 7px;   /* Firefox用 */
	font-size: 0.8rem;
	margin-top: 10px;
	text-align: center;
	background-color: #FFF;
}
.h_menuBox ul.SearchItem li:last-child {
	width: 31%;
	float: left;
	margin-right: 0;
	font-weight: bold;
	border: 1px solid #FFF;
	vertical-align: middle;
	border-radius: 7px;
	-webkit-border-radius: 7px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 7px;   /* Firefox用 */
	font-size: 0.8rem;
	margin-top: 10px;
	text-align: center;
	background-color: #FFF;
}
.h_menuBox ul.SearchItem li p {
	font-size: 0.8rem;
	color: #68696B;
	margin-top: 2px;
	margin-bottom: 2px;
	text-align: center;
}
.h_menuBox ul.SearchItem li img {
	margin: 5px auto 5px;
}

.h_menuBox ul.MenuItem {
	width: 94%;
	margin: 30px 3%;
}
.h_menuBox ul.MenuItem li {
	width: 94%;
	border-top: 1px solid #FFF;
	padding: 10px;
	display: block;
}
.h_menuBox ul.MenuItem li:last-child {
	width: 94%;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	padding: 10px;
	display: block;
}
.h_menuBox ul.MenuItem li a {
	width: 100%;
	font-size: 1rem;
	color: #FFF;
	padding: 10px;
}
.h_menuBox ul.MenuItem li span {
	float: left;
}
.h_menuBox ul.MenuItem li i {
	float: right;
}
.h_menuBox .close {
	color: #EAE6E6;
	width: 100%;
	background-color: #8D8E8F !important;
	overflow: hidden;
	height: auto;
	text-align: center;
}
.h_menuBox .close i {
	margin-right: 5px;
}
.h_menuBox .close a {
	color: #FFF;
	font-size: 1rem;
	border: 1px solid #EAE6E6;
	margin: 8px 5%;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	letter-spacing: 2px;
	float: left;
	width: 90%;
}


/*------------------------------------------------------------
	お問い合わせ
------------------------------------------------------------*/
.InqInfo {
	text-align: center;
	background-color: #C82516;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100%;
	float: left;
	display: block;
}
.InqInfo .InqInner {
	width: 86%;
	margin: 0px 7%;
}
.InqInfo .InqText {
	color: #FFF;
	font-size: 1rem;
	margin-bottom: 5px;
	letter-spacing: 1px;
}
.InqInfo .TelBox {
	width: 100%;
}
.InqInfo .TelBox img {
	margin: 3px 15px 0 0;
	width: 40px;
	vertical-align: middle;
}
.InqInfo .TelBox .Tel {
	color: #FFF;
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: 2px;
	vertical-align: middle;
}
@media (min-width: 751px) {
	a[href*="tel:"] {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
	}
}

.InqInfo .HolidayBox {
	width: 100%;
	background-color: #FFF;
	color: #000;
	text-align: center;
	padding: 5px 0;
	font-size: 0.6rem;
	margin-top: 5px;
}

/*------------------------------------------------------------
	スクロール時のポップアップメニュー
------------------------------------------------------------*/
#main .positionUl {
	padding: 10px;
	position: fixed;
	width: 100%;
	z-index: 1000;
	box-sizing: border-box;
	left: 0;
	bottom: 0;
	display: none;
	background: url(../img/common/bg_popup.png) repeat left top;
	background-size: 5px 5px;
}
#main .positionUl a {
	color: #FFF;
}
#main .positionUl i {
	margin-right: 5px;
}
#main .positionUl li.pos_tel {
	margin-right: 3%;
	width: 30%;
	float: left;
	background-color: #C82516;
	font-size: 1rem;
	color: #FFF;
	padding: 7px 5px;
	text-align: center;
}
#main .positionUl li.pos_mail {
	margin-right: 3%;
	width: 30%;
	float: left;
	background-color: #FFB300;
	font-size: 0.9rem;
	color: #FFF;
	padding: 8px 5px;
	text-align: center;
}

#main .positionUl li.pos_line {
	width: 25%;
	float: left;
	background-color: #00B900;
	font-size: 0.9rem;
	color: #FFF;
	padding: 8px 5px;
	text-align: center;
}
#main .positionUl li.pos_line img {
	width: 100%;
}

/*------------------------------------------------------------
	その他共通
------------------------------------------------------------*/
/* タイトル */
#main h2.h2_LLineD {
	border-left: 3px solid #C82516;
	padding-left: 10px;
	margin: 20px 0 20px 10px;
	color: #C82516;
	font-size: 1rem;
}
#main h2.h2_LLineD p {
	font-size: 0.7rem;
}
#main h2.h2_LLine {
	border-left: 3px solid #C82516;
	padding: 5px 0px 5px 10px;
	margin: 20px 0 20px 10px;
	color: #C82516;
	font-size: 1.2rem;
}


/*------------------------------------------------------------
	コンテンツページ下部　検索リンク
------------------------------------------------------------*/
.comSrcLink {
	width: 100%;
	background-color: #EEEEEC;
	margin-bottom: 30px;
	padding: 30px 0;
	/* float: left; */
	display: table;
}
.comSrcLink h3 {
	border-left: 3px solid #7A7A78;
	padding-left: 10px;
	margin: 0px 0 20px 20px;
	color: #7A7A78;
	font-size: 1rem;
}

.comSrcLink ul {
	margin: 0 40px;
}

.comSrcLink li {
	margin-bottom: 15px;
	text-align: center;
}

.comSrcLink li a {
	padding: 13px 0;
	display: block;
	font-size: 1rem;
	background-color: #FFF;
	border: 1px solid #8D8E8F;
	border-radius: 7px;
	-webkit-border-radius: 7px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 7px;   /* Firefox用 */
}
.comSrcLink li img {
	vertical-align: middle;
	margin-right: 10px;
}
.comSrcLink li i {
	font-size: 1.8rem;
	vertical-align: middle;
	margin-right: 20px;
	color: #696969;
}

.comPhoBox {
	margin: 0 auto 40px;
	clear: both;
}

.comBox {
	width: 100%;
	background-color: #EEEEEC;
    margin: 0 auto 40px;
	float: left;
}

.comtitle {
	margin-bottom: 10px;
	padding: 5px 0;
	background-color: #C82516;
	color: #fff;
	text-align: center;
	font-weight: bold;
}

/* 近隣駅から探す */
.NbBox {
	width: 92%;
	background-color: #f6f7f2;
	margin: 10px 2% 30px;
	padding: 10px 2%;
	border: thin solid #EDE9EA;
	border-radius: 10px;
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 10px;   /* Firefox用 */
	box-shadow: 2px 2px 4px #DCDCDC;   /* 影指定 */
	height: auto;
	overflow: hidden;
}

.NbBox h3 {
	padding-bottom: 5px;
	font-weight: bold;
}

.NbBox p {
	padding-bottom: 5px;
	font-weight: bold;
}

.NbBox a {
	padding-left: 10px;
}


/*------------------------------------------------------------
	一覧ページ下部　ボタンデザイン
------------------------------------------------------------*/
/* 詳しく見るボタン */
#main .BtnDetail{
	width: 48%;
	margin: 0px 1% 0px 0px;
	text-align: center;
	float: left;
	background-color: #FF6766;
	padding-top: 3px;
	padding-bottom: 2px;
	color: white;
}
#main .BtnDetail a {
	padding: 10px auto;
	font-size: 0.8rem;
	height: 20px;
	color: white;
}
#main .BtnDetail i {
	border-radius: 50% 50% 50% 50%;
	background-color: #FF4D4B;
	color: #FFF;
	width: 16px;
	height: 16px;
	margin-right: 10px;
	text-align: center;
	padding-top: 2px;
	padding-left: 2px;
}
/* お気に入りボタン */
#main .BtnFavorite {
	width: 49%;
	margin: 0px 0px 0px 1% ;
	text-align: center;
	float: left;
	border: 1px solid #aaa;
	padding-top: 2px;
}
#main .BtnFavorite a {
	background-color: #FFF;
	padding: 10px 30px;
	color: #878382;
	font-size: 0.8rem;
	height: 20px;
}
#main .BtnFavorite i {
	color: #878382;
	width: 18px;
	height: 18px;
	margin-right: 10px;
}
/* お気に入りボタン　追加済み */
#main .BtnFavorite.active {
	width: 49%;
	margin: 0px 0px 0px 1% ;
	text-align: center;
	float: left;
	border: 1px solid #FF6766;
	padding-top: 2px;
	color: #FF6766;
}
#main .BtnFavorite.active a {
	background-color: #FF6766;
	padding: 10px 30px;
	color: #FF6766;
	font-size: 0.8rem;
	height: 20px;
}
#main .BtnFavorite.active i {
	color: #FF6766;
	width: 18px;
	height: 18px;
	margin-right: 10px;
}
#main .BtnFavorite > span:last-of-type,
#main .BtnFavorite.active > span:first-of-type
{
	display: none;
}

#main .BtnFavorite.active > span:last-of-type {
	display: inline;
}

/* もっと見るボタン */
#main .BtnMore {
	width: 100%;
	margin: 30px 0 50px;
	text-align: center;
	float: left;
}
#main .BtnMore a {
	background-color: #DFE0E2;
	padding: 10px 30px;
	color: #878382;
	font-size: 1rem;
	border-radius: 25px;
	-webkit-border-radius: 25px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 25px;   /* Firefox用 */
}
