﻿@import "/css/font-awesome/css/font-awesome.min.css";


/* ***** common ***** */
#wrapper, #wrapper_inner {
	width: 100%;
}
#contents ol.breadcrumb {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}
#contents img {
	max-width: 100%;
}

.shop_header,
.consulting_wrapper {
	padding: 3em 0;
}
.shop_header > *,
.shop_info_wrapper > *,
.consulting_wrapper .consulting {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}
.bg_block {
	background-color: #f2f2f2;
}

/* ***** リンクボタン ***** */
.moreinfo a {
	display: block;
	padding: 0.5em 0;
	background-color: #aaa;
	color: #fff;
	text-align: center;
	transition: 0.5s;
	position: relative;
}
.moreinfo a:hover {
	text-decoration: none;
	opacity: 0.7;
	transition: 0.5s;
}
.moreinfo a::after {
	content: "\f105";
	font-family: FontAwesome;
	position: absolute;
	top: 50%;
	right: 1em;
	transform: translateY(-50%);
}

ul.moreinfo {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
ul.moreinfo li {
	width: calc((100% - 1.5em) / 2);
}

/* ***** ヘッダ ***** */
.shop_header .shopname {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 180%;
	font-weight: bold;
}
.shop_header .mainvisual {
	margin-top: 1.5em;
}
.shop_header .shop_nav {
	margin-top: 3em;
}
.shop_header .shop_nav ul {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.shop_header .shop_nav li {
	width: calc((100% - 1em * 3) / 4);
}
.shop_header .shop_nav a {
	display: block;
	padding: 0.5em 0;
	background-color: #aaa;
	color: #fff;
	text-align: center;
	transition: 0.5s;
}
.shop_header .shop_nav a:hover {
	text-decoration: none;
	opacity: 0.7;
	transition: 0.5s;
}

/* ***** 店舗情報 ***** */
.shop_info_wrapper {
	padding: 0 0 3em;
}
.shop_info_wrapper > * {
	width: 980px;
	margin: 3em auto 0;
}
.shop_info_wrapper .shop_info {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.shop_info_wrapper .shop_info .shop_data,
.shop_info_wrapper .shop_info .image {
	width: 50%;
}
.shop_info_wrapper .shop_info .shop_data dt {
	font-weight: bold;
}

.shop_info_wrapper .shop_info .shop_data dt.tel_caption {
	display: inline-block;
    border: none;
    letter-spacing: 0.02em;
}
.shop_info_wrapper .shop_info .shop_data .tel_number {
	display: inline-block;
}
.shop_info_wrapper .shop_info .shop_data .tel_number img{
	display:none;
}
.shop_info_wrapper .shop_info .shop_data .tel_number a {
    pointer-events: none;
    font-size: 1.25rem;
}
.shop_info_wrapper .shop_info .shop_data dt:not(:first-child) {
	margin-top: 3em;
}
/* ***** インテリアのお困りごとはアドバイザーにお申し付けください ***** */
.consulting_wrapper .consulting {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.consulting_wrapper .consulting > * {
	width: calc((100% - 1.5em) / 2);
}
.consulting_wrapper .consulting h2 {
	margin: 0;
	font-size: 110%;
}
.consulting_wrapper .consulting p {
	margin-top: 1.5em;
}
.consulting_wrapper .consulting .moreinfo a {
	background-color: #c00;
}
