@charset "utf-8";
/*==================
 ▼ブレイクポイントのルール▼
 -スマホを基本設計にする-
 *〜479px：SP縦
 *480px〜：SP横
 *600px〜タブレット
 *960px〜小型PC
 *1280px〜大型PC
==================*/


html {
	background-color: #E50112;
	font-size: 62.5%; /*フォントの基準サイズを10pxにする*/
}
body {
	background-color: #FC0;
	background: url(../img/bg.jpg) repeat 0 0;
}
.container {
	padding: 15px;
}
img {
	max-width: 100%;
}
/*  SP縦 (max-width:480px) */

.wrap {
	width: 100%;
	margin: 0 auto;
	background-color: #FFF;
	font-size: 1.4rem;
	box-shadow:0 1px 3px rgba(0,0,0,0.4);
}
#header {
	background-color: #E50112;
	color: #FFF;
}
#header h1 {
	font-size: 2.2rem;
	font-weight: bold;
}
.salute .txt {
	padding: 10px;
}
.salute .txt h2 {
	font-size: 1.8rem;
	color: #E50112;
	font-weight: bold;
	margin-bottom: 0.8em;
}
.salute .txt p {
	text-align: left;
}
.salute .txt p strong {
	font-size: 1.8rem;
	color: #E50112;
	font-weight: bold;
}
.detail .img {
	margin-bottom: 20px;
}
.detail .txt {
	margin-bottom: 20px;
}
.detail .txt h3 {
	font-weight: bold;
	font-size: 1.8rem;
	background-color: #0080C0;
	color: #FFF;
	border-radius: 20px;
	margin-bottom: 0.5em;
}
.detail .txt p {
	text-align: left;
	margin-bottom: 0.5em;
}
.detail .txt p strong {
	font-weight: bold;
	color: #E50112;
}
.otoku {
	background: url(../img/otokuBg.jpg) repeat 0 0;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.otoku .midashi {
	background-color: #FC0;
	border: 3px solid #FFF;
	border-radius: 10px;
	padding: 15px;
	font-weight: bold;
	box-shadow: 0 0 5px 1px rgba(0,0,0,.2);
	margin-bottom: 20px;
	font-size: 2.0rem;
	text-align: left;
}
.otoku .touka {
	background-color: rgba(255,255,255,.5);
	padding: 20px 15px;
}
.otoku .touka .img {
	margin-bottom: 10px;
	background-color: #FFF;
	border: 1px solid #CCC;
	margin-bottom: 15px;
}
.otoku .touka .txt {
	text-align: left;
}
.otoku .touka .txt h3 {
	font-weight: bold;
	margin-bottom: 0.8em;
}
.otoku .touka .txt p strong {
	font-size: 1.6rem;
	font-weight: bold;
	color: #E50112;
}
.coupon {
	background-color: #FC0;
}
.coupon .ttl {
	background: url(../img/couponTtl_bg.jpg) repeat 0 0;
	background-size: cover;
	padding: 80px 0 10px;
}
.coupon .ttl h3 {
	font-weight: bold;
}
.coupon hr {
	background: url(../img/hr.png) no-repeat center center;
	background-size: cover;
	height: 5px;
	border: none;
	margin-bottom: 30px;
}
.coupon .tokuten {
	background-color: #FFF;
	border-radius: 20px;
	margin: 10px 10px 30px;
	box-shadow:0 1px 3px rgba(0,0,0,0.4);
}
.coupon .tokuten .tokuTtl {
	text-align: left;
}
.coupon .tokuten .tokuTtl span {
	padding: .3em 15px;
	position: relative;
	top: -10px;
	left: -10px;
	background: #E50112;
	box-shadow:0 1px 3px rgba(0,0,0,0.4);
	color: #FFF;
	font-weight: bold;
 top zoom: 1;
}
.coupon .tokuten .img {
	margin-bottom: 20px;
}
.coupon .tokuten .tokuTtl span:after {
	content: "";
	position: absolute;
	top: 100%;
	height: 0;
	width: 0;
	border: 5px solid transparent;
	border-top: 5px solid #900;
	z-index: 1;
	left: 0;
	border-right: 5px solid #900;
}
.coupon .tokuten .naiyo {
	padding: 0px 10px 20px;
	text-align: left;
}
.coupon .tokuten .naiyo h4 {
	border-bottom: 1px solid #000;
	font-weight: bold;
	padding: 10px 0;
	margin-bottom: 10px;
}
.coupon .tokuten .naiyo p {
	margin-bottom: 0.5rem;
}
.coupon .tokuten .naiyo p strong {
	font-weight: bold;
	color: #E50112;
}
.coupon .tokuten .naiyo p.small {
	font-size: 1.0rem;
}
.commons_syaken {
	background-color: #FFF;
}
.commons_syaken .leadImg {
	margin-bottom: 10px;
}
.commons_syaken .lead {
	text-align: left;
	margin-bottom: 20px;
}
.commons_syaken .lead h2 {
	font-weight: bold;
	font-size: 1.8rem;
	margin-bottom: 10px;
}
.commons_syaken .lead h2 strong {
	font-weight: bold;
	color: #E50112;
}
.commons_syaken .syaken_menu {
	margin-bottom: 20px;
}
.commons_syaken .syaken_menu .menuItem {
	margin-bottom: 10px;
	width: 100%;
	background-color: #E50112;
	border-radius: 5px;
	font-size: 1.4rem;
}
.commons_syaken .syaken_menu .menuItem .num {
	background: #FC0;
	padding: 15px 10px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	float: left;
	line-height: 10px;
	color: #E50112;
	font-weight: bold;
}
.commons_syaken .syaken_menu .menuItem .num::before {
	background: #FC0;
	float: right;
	display: block;
	margin-bottom: -5px;
	margin-left: auto;
	margin-right: -18px;
	height: 5px;
	width: 10px;
	content: " ";
	-webkit-transform: skew(45deg);
	border-right: 5px solid #E50112;
}
.commons_syaken .syaken_menu .menuItem .num::after {
	background: #FC0;
	position: right;
	display: block;
	margin-top: -5px;
	margin-left: auto;
	margin-right: -18px;
	height: 5px;
	width: 10px;
	content: " ";
	-webkit-transform: skew(-45deg);
	border-right: 5px solid #E50112;
}
.commons_syaken .syaken_menu .menuItem .item {
	float: left;
	line-height: 10px;
	color: #FFF;
	background-color: #E50112;
	padding: 15px 10px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	text-align: left;
	font-weight: bold;
}
.commons_syaken .syaken_menu .photoR .img {
	float: right;
	width: 33%;
	margin-left: 10px;
	margin-bottom: 10px;
}
.commons_syaken .syaken_menu .photoR .txt {
	text-align: left;
}
.commons_syaken .syaken_menu .photoR .txt p {
	margin-bottom: 5px;
}
.commons_syaken .syaken_menu .photoR .txt .price {
	font-size: 1.6rem;
	font-weight: bold;
	color: #E50112;
}
.tokutyou {
	background-color: #FFCC00;
}
.tokutyou .tokuSec {
	display: table;
	width: 100%;
	margin-bottom: 20px;
}
.tokutyou .tokuSec .ico {
	display: table-cell;
	width: 25%;
	vertical-align: middle;
}
.tokutyou .tokuSec .txt {
	display: table-cell;
	width: 75%;
	text-align: left;
	padding: 10px;
}
.tokutyou .tokuSec .txt h3 {
	font-weight: bold;
	color: #E50112;
}
.inquiry {
	text-align: left;
	background-color: #FFF;
	padding-bottom: 20px;
}
.inquiry .ttl {
	background: url(../img/inquiryTtl_bg.jpg) repeat 0 0;
	background-size: cover;
	padding: 50px 0 20px;
	margin-bottom: 20px;
	text-align: center;
}
.inquiry .ttl h3 {
	font-weight: bold;
	color: #FFF;
	font-size: 2.0rem;
}
.inquiry dl {
	margin-bottom: 20px;
}
.inquiry dl dt {
	padding: 10px;
	background-color: #F2F2F2;
}
.inquiry dl dt span.hissu {
	background-color: #F00;
	padding: 0 1em;
	border-radius: 20px;
	font-size: 1.2rem;
	color: #FFF;
}
.inquiry dl dd {
	padding: 10px;
}
.commons_company .ttl {
	background-color: #E50112;
}
.commons_company .ttl h3 {
	color: #FFF;
	font-weight: bold;
	font-size: 2.0rem;
	padding: 15px 0;
}
.commons_company .company {
	margin-bottom: 20px;
}
.commons_company .company .txt {
	padding: 10px;
}
.commons_company .company .txt h2 {
	font-size: 1.8rem;
	color: #E50112;
	font-weight: bold;
	margin-bottom: 0.8em;
}
.commons_company .company .txt p {
	text-align: left;
}
.commons_company .companyMenu {
	margin-bottom: 20px;
}
.commons_company .companyMenu h3 {
	background-color: #EFEFED;
	border-left: 10px solid #E50112;
	text-align: left;
	font-weight: bold;
	padding: 8px 15px;
	margin-bottom: 15px;
}
.commons_company .companyMenu .photoR .img {
	float: right;
	width: 33%;
	margin-left: 10px;
	margin-bottom: 10px;
}
.commons_company .companyMenu .photoR .txt {
	text-align: left;
}
.commons_company .companyMenu .photoR .txt p {
	margin-bottom: 0.5em;
}
.commons_company .companyMenu .photoR .txt .price {
	font-size: 1.6rem;
	font-weight: bold;
	color: #E50112;
}
.commons_company .companyMenu .photoR .txt ul li a {
	color: #E50012;
	font-weight: bold;
}

.tenpo {
	margin-bottom: 30px;
}
.tenpo .map {
	margin-bottom: 20px;
}
.tenpo .add {
	text-align: left;
}

@media screen and (min-width:481px) and ( max-width:600px) {
/*　SP横　*/
}
 @media screen and (min-width:601px) {
/*　601pxより大きい　*/
.wrap {
	width: 480px;
	margin: 0 auto;
}
}
@media screen and (min-width:601px) and ( max-width:960px) {
/*　タブレット　*/
}
@media screen and (min-width:961px) and ( max-width:1280px) {
/*　小型PC　*/
}
 @media screen and (min-width:1281px) {
/*　大型PC　*/
}
#footer {
	background-color: #000;
	margin-bottom: 50px;
	padding-bottom: 1em;
}
#footer .copyright {
	color: #FFF;
	padding: 5px;
}
/* 固定問合せ */
#flexBana {
	width: 100%;
	background-color: #E50112;
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 9999;
	background: url(../img/bg.jpg) repeat 0 0;
}
#flexBana img {
	max-height: 100px;
}
#flexBana ul {
	display: table;
	width: 100%;
	box-shadow:0 1px 3px rgba(0,0,0,0.4);
}
#flexBana ul li {
	display: table-cell;
}
@media screen and (min-width:601px) {
/*　601pxより大きい　*/
#flexBana ul {
	max-width: 480px;
	margin: 0 auto;
}
}


/************査定********/
.satei_point{
	padding: 30% 10px 0 10px;
	background: url(../k/img/pointBg.jpg) no-repeat 0 0;
	background-size: contain;
}

.satei_point h3{
	font-size: 2rem;
	font-weight: bold;
}