@charset "UTF-8";
/* CSS Document */


h1.page-tit{
	width: 100%;
	height: 160px;
	background: url(../images/tit-back.png) no-repeat top center #c0daf0;	
}

h1.page-tit .inner {
  position: relative;
	width: 1110px;
	height: 140px;
	margin: 0px auto;
  overflow: hidden;
}
h1.page-tit .inner p{
position: absolute;
  top: 37%;
  left: 0;
 bottom: 0;
  margin: auto;
font-size: 240%;
	color: #222;
}
h1.page-tit .inner img {
position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
/*about----------------------------------------------------*/
.about {
		background: #FFF;
}
.about h1{
	overflow: hidden;
	margin: 0px auto;
	padding: 80px 0px 0px 0px;
	text-align: center;
}

.about .inner{
	padding:45px 0px 0px 0px;
	text-align: center;
}



.about .inner,.about-block .inner{
	width: 1110px;
	margin: 0px auto;
	overflow: hidden;
}

div.about-list h2{
margin-bottom:30px;
}

dl.floatDl2 dt {
    clear: left;
    float: left;
    font-weight: bold;
    width: 20em;
	font-size: 110%;
}

dl.floatDl2 dd {
    color: #f70015;
    font-weight: bold;
    padding: 0 0 8px;
	font-size: 110%;
}

.listico {
    background: rgba(0, 0, 0, 0) url("../images/ico_list_red.gif") no-repeat scroll left 4px;
    padding: 0 0 8px 20px;
}



.about-block{
	width:100%;
	margin: 50px auto 0px;
	clear: both;
}
.about-block .inner{
	padding: 30px 0px;
	width: 900px;
}
.about-block h3{
	width: 1010px;
	margin: 0px auto;
	padding: 10px;
	margin-bottom: 0px;
	background: #d70001;
	border-radius: 10px;
	text-align: left;
}
.about-block h3 img{
	margin-left: 20px;
}

.about-column .left{
	float: left;
	width: 55%;
}
.about-column .left p{
	font-size: 110%;
	margin-bottom: 15px;
}

.about-column .left a{color:#004498;text-decoration:none;}
.about-column .left a:visited{color:#004498;}
.about-column .left a:hover{color:#004498;text-decoration:underline;}




.about-column .left img{
	width: 100%;
}


.about-column .left h4{
	padding: 5px;
	border-top: 1px solid #353535;
	border-bottom: 1px solid #353535;
	font-size: 160%;
	line-height: 160%;
	margin-bottom: 8px;
	color: #353535;
	font-weight: bold;
}
.about-column .right{
	float: right;
	width: 40%;
	text-align: right;
}
.about-column .right img{
	width: 95%;
	border: 1px solid #233791;
}



ul.abouttitarea{
width: 100%;
margin:0px auto 30px;
display:flex;/*横並び*/
align-items:top;/*天地センター*/
flex-wrap:wrap;
justify-content:space-between;
}


ul.abouttitarea li{
	width: 48%;
	text-align: center;
}
ul.abouttitarea li img{
	width: 100%;
	margin-bottom: 30px;
}



/*price_data-----------------------------------------------------*/
.price {
		background: #FFF;
	margin-top: 40px;
}
.price h2{
	overflow: hidden;
	margin: 0px auto;
	margin-bottom: 30px;
	padding: 10px 0px;
	border-top: 1px solid #353535;
	border-bottom: 1px solid #353535;
	text-align: center;
	font-size: 260%;
	letter-spacing: 0px;
	background: #FFF;
	color: #353535;
}
.price .inner{
	width: 1110px;
	margin: 0px auto;
	padding-top: 30px;
	padding-right: 0px;
	padding-left: 0px;
}

table.price_data{
width:100%;
margin:0px 0px 20px 0px;
text-align:center;
border:1px solid #999;
border-collapse:collapse;
border-spacing:0px;
}

table.price_data td.car img {
    width: 150px;
}


table.price_data th{
font-size:100%;
border:1px solid #999;
color:#000;
padding:8px 2px 8px 2px;
background:#FFE599;
font-weight: normal;
}
table.price_data td{
border:1px solid #999;
padding:10px 2px 10px 2px;
font-size:100%;
background:#EEE;
font-weight:bold;
}
table.price_data th.car{
font-size:100%;
}
table.price_data td.car{
	background:#FFFFFF;
	padding:5px 0px 0px 0px;
}

table.price_data td.car02{
	background:#FFFFFF;
	text-align: center;
	font-size:110%;
}



table.price_data td.price{
padding:0px 10px 0px 0px;
font-size:120%;
text-align:right;
background:#FFF;
font-weight:bold;
}
table.price_data td.discount{
background: #FFFF00;
font-size:100%;
}
table.price_data th.max{
padding:8px 10px 8px 2px;
background: #FFFF00;
font-size:120%;
color:#FF0004;
}
table.price_data td.max{
	padding-top: 8px;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 8px;
	background: #FFFF00;
}
table.price_data td.max span{
	font-size: 100%;
	font-weight: bold;
}

.price .price_note{
	color: #da0012;
	font-weight: bold;
}

@media screen and (max-width: 640px){
	.price .price_note{
		margin-bottom: 20px;
	}
}

.pagebottomwaku ul + ul {
	margin-top: 20px;
}

.normalList > li {
    padding: 0;
    margin: 0 0 5px 20px;
    list-style-type: disc !important;
    background: none !important;
}

.normalList > li.pagebottomwaku_title {
	list-style-type: none !important;
	margin: 0;
}

.price-txt{
	text-align: left;
}

/*TABLE------------------------------------------------------*/
table.reason_data{
width:100%;
	margin-bottom: 20px;
text-align:center;
border:1px solid #BBB;
border-collapse:collapse;
border-spacing:0px;
}
	
table.reason_data th,table.reason_data td{
padding:3px 3px 3px 3px;
border:1px solid #BBB;
}
table.reason_data th{
white-space:nowrap;
vertical-align:middle;
background:#E0EF9E;
font-weight:bold;
font-size:90%;
text-align: left;
}
table.reason_data td{
background: #FFC;
font-size:115%;
text-align: left;
	color: #EA0003;
}


/*-flow--------------------------------------------------------------------------------------------*/
.flow-block{
	width: 100%;
	background: #FFF;
}
.flow-block .inner{
width: 1110px;
margin:0px auto;
padding: 30px 0%;
}	

.flow-column{
	overflow: hidden;
	clear: both;
	margin-bottom: 40px;
}
.flow-column h3 {
    padding: 10px 30px;
    margin-bottom: 15px;
    font-size: 220%;
    background: #d70001;
    color: #FFF;
    border-radius: 20px 20px 0px 0px;
	font-style:italic;
	font-weight: bold;
}

.flow-column h3 span {
    margin-right: 10px;
    font-size: 130%;
    color: #FFFD2A;
    font-weight: inherit;
}

.flow-column h3 img{
	height: 60px;
}
.flow-column .right{
	float: right;
	width: 40%;
}
.flow-column .txt{
	float: left;
	width: 55%;
}
.flow-column p.img{
width: 100%;
margin-bottom: 10px;
}
.flow-column p.img img{
width: 100%;
}
.flow-column ul li{
width: 100%;
}
.flow-column ul li img{
width: 100%;
}
	
.flow-column .txt p{
	margin-bottom: 15px;
	font-size: 120%;
}

	
.flow-column h4{
	margin-bottom: 5px;
	padding: 2%;
	border-top: 1px solid #353535;
	border-bottom: 1px solid #353535;
	font-size: 140%;
	color: #353535;
}

.flow-column ul.bnr{
width: 100%;
margin:0px auto;
	margin-bottom: 20px;
display:flex;/*横並び*/
align-items:top;/*天地センター*/
flex-wrap:wrap;
justify-content:space-between;
}
.flow-column ul.bnr li{
	width: 50%;
	text-align: center;
}
.flow-column ul.bnr li img{
	width: 95%;
}
/*info-page----------------------------------------------*/
.info-page{
	width: 100%;
	/* [disabled]background: #D9EBF9; */
	overflow: hidden;
}
.info-page .inner{
	width: 1146px;
	margin: 0px auto;
	padding: 30px 0px;
		overflow: hidden;
}
.info-page .inner div.txt{
	width:800px;
	padding: 0px 20px 20px 20px;
	color: #333;
	font-size: 120%;
	line-height: 240%;
	background: #FFF;
	float: left;
}
.info-page .inner div.txt{
}
.info-page .inner div.txt dl{
padding: 5px 0px;
margin:0px auto;
display:flex;/*横並び*/
align-items:top;/*天地センター*/
flex-wrap:wrap;
justify-content:flex-start;
}
.info-page .inner div.txt dl dt{
	width: 120px;
}
.info-page .inner .category{
	float: right;
	width: 280px;
	background: #FFF;
}

.info-page .inner .category h3{
	padding: 15px 10px;
	background: #233791;
	color: #FFF;
	font-size: 100%;
	text-align: center;
	font-weight: bold;
}
.info-page .inner .category ul li a{
	width: 100%;
	display: block;
	padding: 15px 10px;
	background: #FFF;
	color: #222;
	font-size: 120%;
	text-decoration: underline;
}
.info-page .inner .category ul li a:hover{
	background: #E63C3C;
	color: #FFF;
}

.info-page .inner .category ul li.now a{
	background: #E63C3C;
	color: #FFF;
	text-decoration: underline;
}

/*BLOG-----------------------------------------------------------------*/
dt.date span{
	color: #FF0004;
	font-weight: bold;
	padding-left: 5px;
}


.column.info{
	margin:0px 0px 20px 0px;
	background: #FFF;
}
.navi {
text-align:center;
font-size:12px;
/*margin:0px 0px 10px 0px;*/
padding:0px 0px 0px 0px;
}
.column.info h2.title{
	background: #233791;
	padding: 5px 10px;
	margin: 0px  0px 10px 0px;
	color: #FFFFFF;
	font-size: 24px;
	text-align: left;
}
.column.info h2.title a{
	color:#FFFFFF;
	font-size: 24px;
	text-decoration: underline;
}


.column.info div.date{
	font-size: 120%;
	text-align: left;
	color: #353535;
	background: #EFEFEF;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
}
dt.date span{
	color: #FF0004;
	font-weight: bold;
	padding-left: 5px;
}

.column.info div.text,div.page-nav{
padding:0px 10px 5px 10px;
	font-size: 120%;
text-align:left;
background: #FFF;
}

.column.info div.text a {
	font-size: 120%;
	color: #004498;
text-decoration: none;
}

div.page-nav a{
	font-size: 100%;
	color: #004498;
text-decoration: none;
}

div.page-nav a a:hover{
	font-size: 100%;
	color: #004498;
text-decoration: underline;
}

div.page-nav a:visited{
	font-size: 100%;
	color: #004498;
text-decoration: none;
}


.column.info div.text a:hover {
	font-size: 120%;
	color: #004498;
text-decoration: underline;
}




.column.info div.text a img{
	clear: both;
	float: none;
}
.column.info div.text p{
	margin:0px 0px 10px 0px;
}

.column.info div.text p.photo{
	text-align:center;
}

.column.info div.category{
padding:5px 5px 5px 5px;
font-size:11px;
line-height:11px;
text-align:right;
}

.info{
	overflow:hidden;
	margin:0px 0px 15px 0px;
}
.info h4{
	background:#EFEFEF;
	padding:5px;
	border-bottom:2px solid #F00;
}
.top_right.info ul{
	margin:0px 0px 10px 0px;
	font-size:15px;
}

a:hover {
	text-decoration: underline;
	color: #353535;
}

.category ul li.now a{
	display:block;
	background: #FFF7B9;
	padding:8px;
	color:#353535;
	text-decoration:none;
	font-size:15px;
}


.left h3 {
	font-size: 16px;
	font-weight: bold;
	color: #F00;
	background-color: #fff7b9;
	padding: 8px;
	margin: 0px 0px 20px 0px;
	border-radius: 5px;
}



/*table-------------------------------------------------------------*/


.company .inner {
    width: 1110px;
    margin: 0px auto;
    padding: 20px 0px;
}


table.companydata{
margin:0px 0px 10px 0px;
width:100%;
text-align:center;
border:1px solid #D9D9D9;
border-collapse:collapse;
border-spacing:0px;
}

table.companydata th,table.companydata td{
padding:12px 8px 12px 8px;
line-height:18px;
vertical-align: middle;
border:1px solid #D9D9D9;
text-align:left;
font-size:100%;
line-height: 150%;
color:#3f322c;
}
table.companydata th{
width:190px;
background: #fffcdf;
	color: #353535;
	font-weight: bold;
}
table.companydata tr:nth-child(even) {
}  



.pagebottomwaku {
	background: none repeat scroll 0 0 #FFFCDF;
	border-radius: 8px;
	padding: 10px;
	margin-top: 20px;
}


.numberList > li {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    list-style-type: decimal !important;
    margin: 0 0 20px 20px;
    padding: 0;
}



.pagebottomwaku {
    background: none repeat scroll 0 0 #fee0e2;
    border-radius: 8px;
    padding: 15px;
    margin-top: 20px;
}

#quick{
	margin-bottom: 50px;
}

#quick .pricettl{
	color: #FF3030;
	font-size: 220%;
	text-align: center;
	margin-bottom: 15px;
	font-weight: bold;
	
}

/*reserve-------------------------------------------------------------*/
.shop-select {
	width: 1100px;
	margin-top: 40px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	display: flex;
	align-items: top;
	flex-wrap: wrap;
	justify-content: space-between;
}


.shop-box {
	width: 44%;
	margin: 0px auto;
	margin-bottom: 0px;
	margin-bottom: 30px;
	padding: 10px 2%;
	border-radius: 10px;
	border: 3px solid #05489C;
	overflow: hidden;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
}

.shop-box .shopText {
    width: 74%;
    padding-top: 10px;
}
.shop-box.no_btn .shopText {
    width: 100%;
    padding-top: 10px;
}
	
.shop-box .shopText h3 {
	font-size: 150%;
	font-weight: bold;
}



ul.Info {
    font-size: 115%;
    margin-bottom: 15px;
}


ul.Info li.tel {
	/* [disabled]font-size: 160%; */
}

.shop-box .btn {
    width: 24%;
}

.shop-box .btn a {
    width: 80%;
    padding: 15% 10%;
    background: #D6010C;
    display: inline-block;
    text-align: center;
    border-width: 1px;
    border-style: solid;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 1.5;
    color: #FFFFFF;
    font-size: 22px;
    border-radius: 10px;
    border: 1px solid #FFFFFF;
    box-shadow: 0px 10px 7px -4px #8c8c8c;
    -moz-box-shadow: 0px 10px 7px -4px #8c8c8c;
    -webkit-box-shadow: 0px 10px 7px -4px #8c8c8c;
}


.shop-box .btn .ready {
    width: 80%;
    padding: 15% 10%;
    background: #93acbf;
    display: inline-block;
    text-align: center;
    border-width: 1px;
    border-style: solid;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 1.5;
    color: #FFFFFF;
    font-size: 22px;
    border-radius: 10px;
    border: 1px solid #FFFFFF;
    box-shadow: 0px 10px 7px -4px #8c8c8c;
    -moz-box-shadow: 0px 10px 7px -4px #8c8c8c;
    -webkit-box-shadow: 0px 10px 7px -4px #8c8c8c;
}


.shop-box .btn .ready p {
    font-size: 35px;
    color: #FFF;
    margin-bottom: 10px;
}




.shop-box .btn a:hover{
 color: #FFFFFF;
  background-color: #D6010C;
  /*border-color: hsl(211, 37%, 31%);*/
  -webkit-box-shadow: inset 0 0 1px 1px #e15259, 0 0 1px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 0 1px 1px #e15259, 0 0 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 1px 1px #e15259, 0 0 1px 3px rgba(0, 0, 0, 0.15);
  -webkit-text-shadow: 1px 1px 1px #001a36;
  -moz-text-shadow: 1px 1px 1px #001a36;
  -o-text-shadow: 1px 1px 1px #001a36;
  text-shadow: 1px 1px 1px #001a36;
}
.shop-box .btn a p{
	font-size: 35px;
	color: #FFF;
	margin-bottom: 10px;
}
.shop-box .btn a:hover p{
	color: #FFF100;
}
.shop-box .btn a:hover{
	color: #FFF100;
}


.factoryIcon01 {
	background: #0e52a5;
	padding: 2px 8px;
	color: #fff;
	font-weight: bold;
	display: inline-block;
	border-radius: 5px;
	font-size: 75%;
}


.factoryIcon02 {
	background: #22ac38;
	padding: 2px 8px;
	color: #fff;
	font-weight: bold;
	display: inline-block;
	border-radius: 5px;
	font-size: 75%;
}

