@charset "UTF-8";
/*--------------------------------------------------------------
# Home
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Home Hero
--------------------------------------------------------------*/
.page-home {
	border-top: 1px solid #EEE;
}
.home-hero {
	position: relative;
	top: -1px;
}

.home-hero img {
	width: 100%;
	height: auto;
}

.home-slider .owl-prev,
.home-slider .owl-next {
	position: absolute;
	top: 50%;
	z-index: 10;
	margin-top: -30px;
	font-size: 60px;
	color: #FFF;
	-moz-text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.5);
	-webkit-text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.5);
	-ms-text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.5);
	text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.5);
}

.home-slider .owl-prev {
	left: 1.2%;
}

.home-slider .owl-next {
	right: 1.2%;
}


/*--------------------------------------------------------------
## Home Recent
--------------------------------------------------------------*/
.home-recent {
	margin: 30px 0 0;
}

.home-recent-title {
	margin: 0 auto 30px;
	max-width: 346px;
	padding-bottom: 6px;
	font-size: 24px;
	color: #FF0000;
	text-align: center;
	border-bottom: 2px solid #CFCFCF;
}

.home-recent-list {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
	border: 1px solid #AAA;
}

.recent .home-recent-list {
	background: #FFF;
}

.home-recent-list:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 4px;
	background: #FFF;
}

.home-recent-item {
	margin: 10px 0;
}

.home-recent-item a {transition: opacity 0.4s ease;}
.home-recent-item a:hover { opacity: 0.8;}

.home-recent-list .owl-item:first-child .home-recent-item {
	border-left: none;
}

.home-recent-list .owl-prev {
	display: block;
	position: absolute;
	top: 50%;
	left: -16px;
	z-index: 10;
	margin-top: -16px;
	width: 32px;
	height: 32px;
	background: url(../img/home/recent/prev.png) center center no-repeat;
}

.home-recent-list .owl-next {
	display: block;
	position: absolute;
	top: 50%;
	right: -16px;
	z-index: 10;
	margin-top: -16px;
	width: 32px;
	height: 32px;
	background: url(../img/home/recent/next.png) center center no-repeat;
}


.home-recent-product {
	padding: 0 6px;
	font-size: 14px;
	position: relative;
}

.home-recent-product__image {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 180px;
	height: 180px;
	text-align: center;
	overflow: hidden;
}

.owl-carousel .owl-item .home-recent-product__image img {
	width: auto;
	max-width: none;
	height: 100%;
	margin-left: 50%;
	transform: translateX(-50%);
}

.home-recent-product__name {
	margin: 6px 0;
}

.home-recent-product__date {
	margin: 6px 0;
	font-size: 12px;
}

.home-recent-product__price {
	margin: 6px 0;
}

.home-recent-product__comment {
	margin: 6px 0;
}

.home-recent-more {
	margin: 8px 0;
	text-align: right;
}

.home-recent-more a {
	display: inline-block;
	font-size: 14px;
	color: #000;
	text-decoration: none;
	padding-right: 16px;
	background: url(../img/home/recent/more-icon.png) right 2px no-repeat;
}


/*--------------------------------------------------------------
## Home Category
--------------------------------------------------------------*/
.home-category {
	padding-top: 37px;
}

.home-category-title {
	margin: 0 auto 15px;
	max-width: 346px;
	padding-bottom: 6px;
	font-size: 32px;
	color: #FF0000;
	text-align: center;
	border-bottom: 2px solid #CFCFCF;
}

.home-category-list {
	overflow: hidden;
	list-style: none;
	margin: 0 -10px;
	padding: 0;
}

.home-category-item {
	float: left;
	width: 33.3333%;
	margin: 15px 0;
	padding: 0 10px;
}

.home-category-item a {
	display: block;
	position: relative;
	border: 5px solid #EEEEEE;
}

.home-category-item__image {
	display: block;
}

.home-category-item__image img {
	width: 100%;
	height: auto;
}

.home-category-item__name {
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	width: 100%;
	padding: 9px 10px 8px 30px;
	font-size: 14px;
	color: #FFF;
	background: rgba(0, 0, 0, 0.7) url(../img/home/category/more-icon.png) 7px center no-repeat;
	background-size: 18px 17px;
}

.home-category-message {
	margin: 0 0 40px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #4a4a4a;
}


/*--------------------------------------------------------------
## Home Check
--------------------------------------------------------------*/
.home-check {
	margin: 30px 0 0;
	padding: 30px;
	background: #414EAB;
}

.home-check-title {
	margin: 0 auto 30px;
	max-width: 346px;
	padding-bottom: 6px;
	font-size: 24px;
	color: #FFF;
	text-align: center;
	border-bottom: 2px solid #CFCFCF;
}

.home-check-list {
	list-style: none;
	margin: 0 -20px;
	padding: 0;
	overflow: hidden;
}

.home-check-item {
	float: left;
	width: 33.33333%;
	padding: 0 20px;
}

.home-check-item img {
	width: 100%;
	height: auto;
}


/*--------------------------------------------------------------
## Home Service
--------------------------------------------------------------*/
.home-service {
	margin: 30px 0 0;
}

.home-service-title {
	margin: 0 auto 18px;
	max-width: 346px;
	padding-bottom: 6px;
	font-size: 24px;
	color: #FF0000;
	text-align: center;
	border-bottom: 2px solid #CFCFCF;
}

.home-service-description {
	text-align: center;
	margin: 18px 10px 30px;
}

.home-service-content {
	width: 880px;
	margin: 0 auto;
}

.home-service-list {
	list-style: none;
	margin: 0 -35px 0 0;
	padding: 0;
	overflow: hidden;
}

.home-service-item {
	float: left;
	width: 270px;
	margin: 0 35px 0 0;
}

.home-service-item img {
	width: 100%;
	height: auto;
}

.home-service-item .button {
	margin-top: 10px;
	font-size: 17px;
}


/*--------------------------------------------------------------
## Home Stores
--------------------------------------------------------------*/
.home-stores {
	margin: 60px 0 0;
	padding: 30px 0;
	background: #EEEEEE;
}

.home-stores .container {
	max-width: 1080px;
}

.home-stores-header {
	text-align: center;
}

.home-stores-title {
	margin: 0 auto 18px;
	max-width: 346px;
	padding-bottom: 6px;
	font-size: 24px;
	color: #FF0000;
	text-align: center;
	border-bottom: 2px solid #CFCFCF;
}

.home-stores-description {
	text-align: center;
	margin: 18px 0 14px;
}

.home-stores-time {
	text-align: center;
	margin: 14px 0 40px;
	font-size: 18px;
}

.home-stores-time small {
	font-size: 14px;
}

.home-stores-content {
	border: 1px solid #787878;
	padding: 20px 10px 20px 20px;
}

.home-stores-list {
	list-style: none;
	margin: 0;
	padding: 0 20px 0 0;
	height: 530px;
	overflow-y: auto;
}

.home-stores-item {
	margin-bottom: 30px;
}

.home-stores-item:last-child {
	margin-bottom: 0;
}

.home-store {
	overflow: hidden;
	margin: 0 -12px;
}

.home-store-image {
	float: left;
	width: 30%;
	padding: 0 12px;
}

.home-store-staff {
	float: left;
	width: 18%;
	padding: 0 12px;
}

.home-store-info {
	float: left;
	width: 52%;
	padding: 0 12px;
}

.home-stores img {
	width: 100%;
	height: auto;
}

.home-store-image {
	line-height: 0;
}

.home-store-image img {
	border: 2px solid #787878;
}

.home-store-staff__iamge {
	line-height: 0;
}

.home-store-staff__name {
	margin: 8px 0 0 0;
}

.home-store-info__name {
	margin: 0 0 16px 0;
	padding: 0 0 6px 0;
	border-bottom: 1px solid #FF0000;
	font-size: 20px;
}

.home-store-info__address {
	margin: 12px 0 8px;
}

.home-store-info__detail {
	width: 100%;
	overflow: hidden;
	padding: 0;
	margin: 0
}
.home-store-info__detail dt {
	float: left;
	width: 5em;
	margin: 0;
	padding: 2px 0;
}
.home-store-info__detail dd {
	margin-left: 5em;
	margin: 0;
	padding: 2px 0;
}

.home-store-info__comment {
	margin: 12px 0 3px 0;
	border-top: 1px solid #CFCFCF;
	padding-top: 8px;
}


/*--------------------------------------------------------------
## Home Contact
--------------------------------------------------------------*/
.home-contact {
	margin: 40px 0;
}

.home-contact .container {
	max-width: 800px;
}

.home-contact-methods {
	display: table;
	margin: 0 auto;
	width: 100%;
}

.home-contact-tel,
.home-contact-email {
	display: table-cell;
	text-align: center;
}

.home-contact-tel__box {
	max-width: 346px;
	margin: 0 auto;
	text-align: center;
}

.home-contact-tel__free {
	margin: 0 0 5px;
	color: #FF0000;
	font-size: 16px;
	font-weight: bold;
}
.home-contact-tel__title {
	margin: 0 auto 10px;
	padding-bottom: 6px;
	font-size: 24px;
	font-weight: bold;
	border-bottom: 2px solid #CFCFCF;
	letter-spacing: 1px;
}

.home-contact-tel__number {
	margin: 14px 0 5px;
	font-size: 28px;
	font-weight: bold;
	color: #FF0000;
	letter-spacing: 1px;
}

.home-contact-tel__time {
	margin: 0;
	font-weight: bold;
}

.home-contact-email {
	text-align: right;
}

.home-contact-email a {
	width: 236px;
	display: inline-block;
	padding: 6px 10px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	background: url(../img/west_01/contact-arrow.png) right 10px center no-repeat #414eab;
	border-radius: 48px;
	position: relative;
}

.home-contact-email a::before {
	content: '';
	display: inline-block;
	width: 17px;
	height: 15px;
	background: url(../img/west_01/contact-email.png) no-repeat;
	position: absolute;
	top: 50%;
	left: 22px;
	margin-top: -7px;
}


/*1209追加CSS*/


/*買取価格をチェック
------------*/
.page-home .contact_area{
	background: #414eab;
	padding: 38px 0 30px;
}

.page-home .contact_list{
	width: 830px;
	margin:0 auto;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.page-home .contact_list a{
	display: block;
	width: 350px;
	text-align: center;
	font-size: 21px;
	padding: 9px 0 9px 53px;
	font-weight: bold;
	color: #414eab;
	background: url(../img/home/easy/item_arrow2.png) 332px center #fff000 no-repeat;
	border-radius: 10px;
	position: relative;
}

.page-home .contact_list a::before {
	content: '';
	display: inline-block;
	width: 32px;
	height: 23px;
	background: url(../img/home/easy/item_pc.png);
	background-size: 100%;
	position: absolute;
	top: 50%;
	left: 46px;
	margin-top: -11px;
}

.contact_list_asses {
	padding-bottom: 10px;
	margin: 0 auto;
	padding-top: 2px;
	font-size: 18px;
	font-weight: bold;
	vertical-align: top;
	line-height: 1;
	color: #fff;
}

.contact_list_tel {
	padding-left: 30px;
	margin-left: 5px;
	background: url(../img/west_01/contact_tel.jpg) left center no-repeat;
	font-size: 32px;
	font-family: "游明朝", YuMincho;
	letter-spacing: 0.2em;
	vertical-align: middle;
}

.contact_list_time {
	margin: 0 auto;
	text-align: center;
	font-weight: bold;
	width: 403px;
	letter-spacing: 0.15em;
	color: #fff;
	font-size: 20px;
}

.page-home .contact_list li + li{
	padding-left: 30px;
}

.page-home .common_title_h3_white{
	font-size: 24px;
	color: #fff;
	border-bottom: 2px solid #fff;
	width: 325px;
	margin:0 auto;
	text-align: center;
	padding-bottom: 5px;
	margin-bottom: 30px;
}


/*ソーシャルサイドバー*/
.page-home .social_box{
	text-align: center;
}

.page-home .social_box a:hover{
	opacity: 0.7;
}


/*買取強化中！
-------------*/
.page-home .now_expensive{
	padding: 34px 0 22px;
	background: #eee;
}

.page-home .common_h3{
	text-align: center;
	margin-top: 0;
}

.page-home .now_expensive .home-recent-list{
	border:none;
}

.page-home .now_expensive .home-recent-item{
	padding: 0;
	margin: 0;
	width:100%;
}

.page-home .now_expensive .home-recent-item{
	height: auto;
	overflow: hidden;
}

.page-home .now_expensive .owl-carousel .owl-item{
	background: none;
}

.page-home .now_expensive .owl-stage {
	height: 240px !important;
}

.page-home .now_expensive .owl-stage-outer{
	height: 240px !important;
}

.page-home .now_expensive .home-recent-list {
	height: 240px;
}

.page-home .now_expensive .home-recent-list:after{
	background: none;
}

.page-home .now_expensive .home-recent-product{
	border:none;
	padding:0 20px;
}

.page-home .now_expensive .home-recent-product__image {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	background-color: #fff;
	height: 170px;
	text-align: center;
	margin-bottom: 10px;
}

.page-home .now_expensive .home-recent-list .owl-prev,
.page-home .now_expensive .home-recent-list .owl-next {
	margin-top: -38px;
}

.page-home .now_name{
	margin:0;
	text-align: left;
	word-wrap:break-word;
	font-size: 14px;
}


/*カンタン買取サービス
-------------*/
.page-home .easy{
	margin: 0 auto;
	width: 880px;
	padding: 20px 0;
	background: #fff;
}

.page-home .easy_list {
	margin: 0 auto;
	width: 575px;
}

.page-home .easy_list li{
	float: left;
	margin-right: 35px;
	width: 270px;
}
.page-home .easy_list li:nth-child(2){
	margin-right: 0;
}

.page-home .easy_list li a {
	display: block;
	position: relative;
	text-align: center;
	border: 1px solid #d1d1d1;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.page-home .easy_list li .easy_takuhai_link {
	background: url(../img/home/easy/item_01.png) no-repeat center 24px #eeeeee;
}

.page-home .easy_list li .easy_shutcho_link {
	background: url(../img/home/easy/item_02.png) no-repeat center 16px #eeeeee;
}

.page-home .easy_list li .easy_takuhai_shop {
	background: url(../img/home/easy/item_03.png) no-repeat center 35px #eeeeee;
}

.page-home .easy_list li a:hover{
	opacity: 0.7;
	cursor: pointer;
}

.easy_circle {
	margin: 0;
	width: 57px;
	height: 57px;
	overflow: hidden;
	font-size: 18px;
	font-weight: bold;
	position: absolute;
	padding: 8px 0;
	line-height: 1.2;
	top: 7px;
	left: 7px;
	color: #fff;
	background: #e2001a;
	border-radius: 50%;
}

.easy_tit {
	margin: 0;
	font-size: 30px;
	font-weight: bold;
	padding-top: 126px;
}

.easy_detail {
	margin: 0;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -0.05em;
	padding-bottom: 10px;
	background: url(../img/home/easy/item_arrow.png) no-repeat 187px 1px;
}

.easy_red {
	margin: 0;
	font-weight: bold;
	letter-spacing: -0.05em;
	color: #e2001a;
	padding-bottom: 10px;
}

.page-home .easy_list li .easy_btn_link {
	display: block;
	font-size: 17px;
	padding: 8px 0;
	font-weight: bold;
	color: #414eab;
	background: url(../img/home/easy/item_arrow2.png) 251px center #fff000 no-repeat;
	position: relative;
}

.page-home .easy_list li .easy_btn_link::before {
	content: '';
	display: inline-block;
	width: 32px;
	height: 23px;
	background: url(../img/home/easy/item_pc.png);
	background-size: 100%;
	position: absolute;
	top: 16px;
	left: 10px;
}

.easy_btn_link2 {
	font-size: 17px;
	font-weight: bold;
	padding: 20px 0;
	line-height: 1;
	color: #fff;
	background: url(../img/home/easy/item_arrow3.png) 250px center #414eab no-repeat;
}

.easy_btn a.easy_btn_link2:hover {
	color: #fff;
}

/*新着買取情報
------------*/
.page-home .recent{
	padding:38px 0 27px;
	background: #fff;
}

.page-home .item_maker,
.page-home .item_model,
.page-home .item_maker{
	font-size: 11px;
	margin: 0;
}

.page-home .item_name{
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 3px;
}

.page-home .item_model{
	/*margin-bottom: 5px;*/
}

.page-home .inner_item_box{
	position: relative;
	z-index: 100;
	text-align: left;
	-webkit-transform: translate3d(0,0,0);
	margin-top: 3px;
}

.page-home .item_date {
	font-size: 11px;
	margin: 0;
}

.tag_area {
	letter-spacing: -0.4em;
}

.tag_area p {
	display: inline-block;
	margin: 0 3px 3px 0;
	background: #515151;
	font-size: 10px;
	color: #fff;
	/*	height: 20px;*/
	border-radius: 5px;
	text-align: left;
	padding: 4px 6px;
	box-sizing: border-box;
	letter-spacing: normal;
}

.tag_area span {
	margin: 0 3px 3px 0;
	letter-spacing: normal;
}

.purchase-product-slider-item .shop_name {
	position: absolute;
	top: 10px;
	right: 10px;
	display: inline-block;
	padding: 4px 7px;
	background: #424DAB;
	color: #FFF;
	border-radius: 4px;
	font-size: 12px;
	margin: 0;
}

.purchase-product-slider-section .tag_area p:nth-of-type(1) { display: none;}
.home-recent-product .tag_area p:nth-of-type(1),
.purchase-product-slider-lv3 .tag_area p:nth-of-type(1),
.shopping-stock-item .tag_area p:nth-of-type(1) { display: inline-block;}


/*
.page-home .tag_01 {
position: relative;
margin:-20px 0 6px 0;
background: #515151;
font-size: 10px;
color: #fff;
min-width:72px;
height: 20px;
border-radius: 5px;
text-align: center;
padding: 4px 6px;
box-sizing: border-box;
float: left;
} */


/*店舗紹介
-------------*/
.page-home .store{
	background: #eee;
	padding: 40px;
}

.page-home .common_title_h3{
	font-size: 32px;
	color: #f00;
	border-bottom: 2px solid #cfcfcf;
	width: 325px;
	margin:0 auto;
	text-align: center;
	padding-bottom: 5px;
	margin-bottom: 15px;
}

.page-home .sub_info{
	font-size: 18px;
	text-align: center;
	font-weight: bold;
}

.page-home ul.store_list {
	width: 1000px;
	margin: 0 auto;
}

.page-home .store_list > li{
	position: relative;
	z-index: 1;
	overflow: hidden;
	padding:15px;
	background: #c9c9c9;
	height: 250px;
	margin: 0 0 20px 0;
	cursor: pointer;
}
.page-home .store_list > li:hover {
	background: #d5d5d5;
}

.page-home ul.store_list.more_list {
	display: none;
}

.page-home .store_left_img_box{
	width: 298px;
	float:left;
}


.page-home .store_center_box{
	width: 115px;
	float: left;
	margin-left: 30px;
}

.page-home .staff_img{
	text-align: center;
}

.page-home .staff_name{
	font-size: 10px;
	margin:0;
}

.page-home .staff_text{
	font-size: 10px;
	margin: 0;
	word-wrap:break-word;
}

.page-home .stroe_right_box{
	width: 470px;
	float: left;
	margin-left: 20px;
}

.page-home .store_item_list {
	position: relative;
	z-index: 100;
}

.page-home .store_item_list li {
	width: 110px;
}

.page-home .store_item_list li a:hover { opacity: 0.8;}

.page-home .store_item_list li div {
	position: relative;
	background-color: #fff;
	width: 110px;
	height: 110px;
	display: inline-block;
	overflow: hidden;
}
.page-home .store_item_list li div p {
	position: absolute;
	bottom: 3px;
	left: 3px;
	display: inline-block;
	margin: -20px 0 6px 0;
	background: #515151;
	font-size: 8px;
	color: #fff;
	line-height: 12px;
	border-radius: 5px;
	text-align: center;
	padding: 4px 4px 2px;
	box-sizing: border-box;
}
.page-home .store_item_list li div img {
	width: 100%;
	height: auto;
	margin-top: 50%;
	transform: translateY(-50%);
}
.page-home .store_item_list p:nth-of-type(1) {
	margin: 4px 0 0 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.page-home .store_item_list p.arr_date{
	font-size: 11px;
	margin: 0;
}
.page-home .store_title{
	margin:0 0 10px 0;
	font-size: 19px;
	border-bottom:1px solid #ff0000;
	padding-left: 0px;
	padding-bottom: 2px;
	width: 400px;
}

.page-home .store_address{
	margin:0 0 5px 0;
	font-size: 12px;
}

.page-home .store_info_box {
	display: flex;
	justify-content: flex-start;
	margin-bottom: 8px;
	height: auto;
}

.page-home .tel{
	margin:0;
	background: url(../img/store/tel.png) no-repeat left center;
	padding-left: 17px;
	font-size: 12px;
}

.page-home .time{
	margin:0;
	background: url(../img/store/time.png) no-repeat left center;
	padding-left: 17px;
	font-size: 12px;
	margin-left: 8px;
}

.page-home .rest{
	margin:0;
	background: url(../img/store/rest.png) no-repeat left center;
	padding-left: 17px;
	font-size: 12px;
	margin-left: 10px;
}

.page-home .store_item_list li{
	float:left;
	padding:0;
	margin:0;
	overflow: hidden;
	height: auto;
}

.page-home .store_item_list li + li{
	margin-left: 10px;
}


/*more*/
.page-home .more_btn{
	width: 32px;
	margin: auto;
	text-align: center;
	padding-top: 10px;
	cursor: pointer;
}
.page-home .more_btn:hover{
	opacity: 0.7;
}

.page-home .more_btn p{
	margin: 0;
}


/*--------------------------------------------------------------
## Home Net Shop
--------------------------------------------------------------*/
.home-netshop {
	padding-top: 37px;
}

.home-netshop .container {
	max-width: 1000px;
}

.home-netshop-title {
	margin: 0 auto 15px;
	max-width: 352px;
	padding-bottom: 6px;
	font-size: 32px;
	color: #FF0000;
	text-align: center;
	border-bottom: 2px solid #CFCFCF;
}

.home-netshop-list {
	overflow: hidden;
	list-style: none;
	margin: 0 -10px;
	padding: 0;
}

.home-netshop-item {
	float: left;
	width: 25%;
	padding: 10px;
	margin: 40px;
}

.home-netshop-item a {
	display: block;
	position: relative;
}



/*フッター部分
---------------*/
.blog_wrapper {

}

.site-footer-widget-content .blog_outer {
	width:50%;
	float:left;
	padding:20px;
	margin: 0;
}

.site-footer-widget-content .news_outer {
	width:50%;
	float:left;
	padding:20px;
}

.site-footer-widget-content .new_arrivals_list,.new_news_list{
	padding:0;
	margin: 10px 0;
}

.site-footer-widget-content .new_arrivals_list li {
	background: #eee;
	width: 100%;
	overflow: hidden;
	padding:10px 20px;
	margin-bottom: 10px;
}


/*ブログバックグラウンドカラー*/
.site-footer-widget-content .bg_b{
	background: #2d363f;
	color: #fff;
	height: 42px;
	line-height: 42px;
	padding-left: 20px;
}

/*ニュースのバックグラウンドカラー*/
.site-footer-widget-content .bg_n{
	background: #414eab;
	color: #fff;
	height: 42px;
	line-height: 42px;
	padding-left: 20px;
	margin: 10px 0;
}


.site-footer-widget-content .left_arrivals_box{
	display: inline-block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	float:left;
	width: 50px;
	height: 50px;
}

.site-footer-widget-content .right_arrivals_text_box{
	float:left;
	width: 327px;
	margin-left: 7px;
}

.site-footer-widget-content .data{
	font-size: 14px;
	margin:0;
}

.site-footer-widget-content .arrivals_text{
	margin: 0;
	color: #414eab;
	word-wrap:break-word;/*折り返しの命令の為、解除で調整*/
}

.site-footer-widget-content .new_news_list li {
	width: 100%;
	overflow: hidden;
	padding:9px 20px;
	margin-bottom: 10px;
	border:1px solid #d9dcee;
	height: 70px;
}

.site-footer-widget-content .type {
	width: 128px;
	font-size: 12px;
	color: #fff;
	padding:8px 4px;
	float: left;
	margin-top: 12px;
}

/*緑*/
.site-footer-widget-content .left_news01{
	width: 128px;
	font-size: 12px;
	background: #339933;
	color: #fff;
	padding:8px 4px;
	float: left;
	margin-top: 12px;
}

/*オレンジ*/
.site-footer-widget-content .left_news02{
	width: 128px;
	font-size: 12px;
	background: #ff6600;
	color: #fff;
	padding:8px 4px;
	float: left;
	margin-top: 12px;
}

/*青*/
.site-footer-widget-content .left_news03{
	width: 128px;
	font-size: 12px;
	background: #414eab;
	color: #fff;
	padding:8px 4px;
	float: left;
	margin-top: 12px;
}

/*赤*/
.site-footer-widget-content .left_news04{
	width: 128px;
	font-size: 12px;
	background: #df0013;
	color: #fff;
	padding:8px 4px;
	float: left;
	margin-top: 12px;
}

.site-footer-widget-content .right_news_text_box{
	float:left;
	width: 250px;
	margin-left: 7px;
}

.site-footer-widget-content .news_text{
	margin: 0;
	font-size: 14px;
	color: #414eab;
	word-wrap:break-word;/*折り返しの命令の為、解除で調整*/
	overflow: hidden;
	width: 300px;
	white-space: nowrap;
}
.site-footer-widget-content .news_text{
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis; /* Safari */
	-o-text-overflow: ellipsis; /* Opera */
}

.site-footer-widget-content .btn_link{
	text-align: center;
	border:1px solid #414349;
	height: 40px;
	line-height: 40px;
	position: relative;
}


.site-footer-widget-content .btn_link a{
	color: #414349;
	display: block;
	font-weight: bold;
	letter-spacing: 2px;
}

.site-footer-widget-content .btn_link:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 5%;
	width: 13px;
	height: 13px;
	border-top: 3px solid #414349;
	border-right: 3px solid #414349;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#bn {
	border: none;
}

.cus_voice_link {
	display: block;
	padding: 87px 10px 57px;
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	color: #424eaa;
	text-shadow:#fff 2px 0px 0px, #fff -2px 0px 0px,
	#fff 0px -2px 0px, #fff 0px 2px 0px,
	#fff 2px 2px 0px, #fff -2px 2px 0px,
	#fff 2px -2px 0px, #fff -2px -2px 0px,
	#fff 1px 2px 0px, #fff -1px 2px 0px,
	#fff 1px -2px 0px, #fff -1px -2px 0px,
	#fff 2px 1px 0px, #fff -2px 1px 0px,
	#fff 2px -1px 0px, #fff -2px -1px 0px,
	#fff 1px 1px 0px, #fff -1px 1px 0px,
	#fff 1px -1px 0px, #fff -1px -1px 0px;
	background: url(../img/home/voise/voice.jpg) center top no-repeat;

}

.cus_voice_link:hover {
	color: #424eaa;
}

/* add_area_200221 */
#areaWrap {
	width: 1000px;
	margin: 100px auto;
	letter-spacing: -0.4em;
}

.reset * {
	margin: 0;
	padding: 0;
}

#areaTit {
	display: inline-block;
	vertical-align: middle;
}

#areaTit span {
	height: 59px;
	padding: 0 60px;
	line-height: 59px;
	font-size: 28px;
	font-weight: bold;
	color: #FFF;
	display: inline-block;
	vertical-align: bottom;
	letter-spacing: normal;
	background: #212f7b;
}

#areaTit:after {
	content: url(../img/home/area/area_tit_parts.png);
	height: 59px;
	display: inline-block;
	vertical-align: bottom;
	letter-spacing: normal;
}

#areaTit {
	height: 59px;
	line-height: 59px;
	font-size: 20px;
	color: #FFF;
}

#areaTxt {
	padding: 0 10px;
	display: inline-block;
	vertical-align: middle;
	letter-spacing: normal;
	font-size: 24px;
	color: #c00000;
	font-weight: bold;
}

#areaPoint {
	display: inline-block;
	vertical-align: middle;
}

#areaPoint li {
	padding: 10px;
	margin-left: 10px;
	font-size: 24px;
	display: inline-block;
	vertical-align: middle;
	color: #000;
	background: #fff000;
	letter-spacing: normal;
	font-weight: bold;
}

#area {
	width: 1000px;
	height: 718px;
	margin-top: -1px;
	position: relative;
	background: url(../img/home/area/area_bg_pc.jpg) 0 0 no-repeat;
}

.areaName {
	width: 250px;
	position: absolute;
	letter-spacing: normal;
}

.areaName dt {
	padding: 5px 0;
	text-align: center;
	font-size: 16px;
	
}

.areaName.kyushu {
	top: 290px;
	left: 40px;
}

.areaName.kinki {
	top: 220px;
	left: 340px;
}

.areaName.kanto {
	top: 540px;
	left: 655px;
}

.areaName.kyushu dt {
	background: #ffc200;
	color: #000;
}

.areaName.kinki dt {
	background: #f15a24;
	color: #FFF;
}

.areaName.kanto dt {
	background: #c1272d;
	color: #FFF;
}

.areaName dd {
	background: #FFF;
	padding: 20px;
	font-size: 13px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.areaName.kyushu dd {
	border: 1px #ffc200 solid;
}

.areaName.kinki dd {
	border: 1px #f15a24 solid;
}

.areaName.kanto dd {
	border: 1px #c1272d solid;
}

.areaBtn {
	position: absolute;
	top: 615px;
	left: 40px;
	text-align: center;
}

.areaBtn a {
	padding: 20px 50px;
	text-decoration: none;
	display: block;
	color: #fff;
	border-radius:10px;
	box-shadow: 0px 6px 0 #075c2d;
	transition: 0.2s all ease 0s;
	font-size: 20px;
	letter-spacing: normal;
	font-weight: bold;
	background: #009944 url(../img/home/area/area_btn_icon.png) center bottom 5px no-repeat;
}

.areaBtn a:hover {
	box-shadow: none;
	transform: translate3d(0, 6px, 0);
}

#branchWrap {
	width: 1000px;
	margin: 0 auto 80px;
}

#branch li {
	width: 100%;
	margin-bottom: 10px;
	background: #FFF;
	display: table;
}

.branchArea {
	height: 100%;
	width: 250px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 18px;
}

.branchArea.kyushu {
	background: #ffcc27;
}

.branchArea.kinki {
	background: #f15a24;
	color: #FFF;
}

.branchArea.kanto {
	background: #c1272d;
	color: #FFF;
}

.branchInfo {
	padding: 20px 30px;
	display: table-cell;
	vertical-align: middle;
}

.branchName {
	min-width: 150px;
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	font-weight: bold;
}

.branchAddress {
	display: inline-block;
	padding-left: 20px;
	vertical-align: middle;
	border-left: 1px #bfbfbf solid;
}

.branchContact {
	width: 100%;
	margin-top: 10px;
}

.branchTel {
	display: inline-block;
	vertical-align: bottom;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	padding-left: 30px;
	background: url(../img/home/area/area_tel_icon.png) left center no-repeat;
}

#branchWrap span {
	display: inline-block;
	font-size: 12px;
	line-height: 1;
}

.branchTime {
	font-size: 12px;
	display: inline-block;
	vertical-align: bottom;
}

.branchHow {
	padding: 3px 10px;
	margin-left: 20px;
	display: inline-block;
	vertical-align: bottom;
	color: #FFF;
	background: #666;
}

.branchAnno {
	color: #ff000a;
	text-align: right;
}

/* -------------------------------------------------- */
/* home_add.css */
/* -------------------------------------------------- */

/*　トップ　ブログ部*/
.blog_outer{
	padding-bottom:10px !important;
}
.blog_outer.blog{
	width:490px !important;
	padding-right:0 !important;
	padding-left:0 !important;
	margin-left:20px !important;
}
.news_outer{
	width:490px !important;
	margin-left:20px;
	padding-left:0 !important;
	padding-right:0 !important;
}
.site-footer-widget-content .new_arrivals_list li{
	padding:0 !important;
}
.site-footer-widget-content .left_arrivals_box {
	background-position:top left;
	width:90px !important;
	height:90px !important;
	overflow:hidden;
}
.site-footer-widget-content .left_arrivals_box img{
	height:90px !important;
	width:90px !important;
	max-width:10000px !important;
	object-fit: cover;
	border:solid 2px #CCC;
}
.site-footer-widget-content .right_arrivals_text_box .category a{
	display:inline-block;
	padding:0 1em;
	background-color:#7C7E85;
	color:#fff;
	border-radius:3px;
	font-size:12px;
	text-align:center;
}
.site-footer-widget-content .right_arrivals_text_box .category{
	margin:0 0 .5em 0;
	padding:0;
}

.site-footer-widget-content .right_arrivals_text_box{
	padding:0.4em;
}
.blog-wedget-title a {
	float:right;
	display:block;
	background:#fff;
	border-radius:10px;
	font-size:13px;
	line-height:1.8em;
	padding:0 1em;
	margin-top:10px;
	margin-right:15px;
	font-weight:normal;
}
.ranking_wrap{
	width:100%;
	overflow:hidden;
}
.ranking_wrap_inner{
	width:550px;
}
.rankitem{
       /* width:100%;*/
	width:155px;
	padding-right:15px;
	border-right:dashed 1px #ccc;
	margin-right:15px;
	float:left
}
.rankitem h2 span{
	font-size:12px;
}
.rankitem h2{
	font-size:13px;
	font-weight:normal;
}
.news_outer p.catch,.news_outer p.img{
	margin-bottom:10px !important;
	margin-top:10px !important;
	font-weight:bold;
}
.rankitem img{
	border:solid 1px #ccc;
}


.site-footer-widget-content .right_arrivals_text_box .category a{
	display:inline-block;
	background-color:#7C7E85;
	color:#fff;
	border-radius:3px;
	font-size:12px;
	text-align:center;
}
.blog-wedget-title a {
	float:right;
	display:block;
	background:#fff;
	border-radius:10px;
	font-size:13px;
	line-height:1.8em;
	padding:0 1em;
	margin-top:10px;
	margin-right:15px;
	font-weight:normal;
	color:#b10909;
}
.blog-wedget-title a.blog {
	background-color:#383F82;
	color:#fff;
}
.blog-wedget-title a:after {
	content:">";
	float:right;
	display:inline-block;
	margin-left:0.5em;
}


/*add 200703*/
.sp-mask {
	width: 100%!important;
	height: 353px!important;/*lazyload対策*/
	overflow: visible!important;
}

.home-hero {
	margin: -14px auto 0;
}

.sp-arrow {
	filter: drop-shadow(0px 1px 3px rgba(0,0,0,0.3));
}

.welcome {
  width: 80%;
  max-width: 1000px;
  margin: 1em auto;
  line-height:1.5em;
}

/* シェアボタン */
.fa-hatena:before {
font-family: Verdana;
font-weight: bold;
content: 'B!';
}

.share {
margin:1em 0 ;
}

.share ul {
margin: 0;
padding: 1em;
list-style: none;
flex-wrap: wrap;
display: -webkit-flex;
display: flex;
-webkit-justify-content: center;
justify-content: center;
-webkit-align-items: center;
align-items: center;
}

.share li {
width: 25%;
margin: 0;
}

.share li a {
font-size: 1.6em;
display: block;
padding: 10px;
text-align: center;
text-decoration: none;
color: #555;
transition: ease-in-out, .2s;
}

.share li a:visited {
opacity: .7;
}

.tweet a {
background-color: transparent;
}

.facebook a {
background-color: transparent;
}

.hatena a {
background-color: transparent;
}

.pocket a {
background-color: transparent;
}

.tweet a:hover {
color: #1DA1F2;
}

.facebook a:hover {
color: #1877f2;
}

.hatena a:hover {
color: #00A4DE;
}

.pocket a:hover {
color: #ee4056;
}


@media(max-width: 599px) {
.share li {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 3px;
}
.share li i {
font-size: 1.3em;
padding-top: 3px;
}
.share li span {
display: none;
}

.share ul {
padding: 0 .9rem;
}

.share li a {
font-size: .9rem;
}
}