@charset "utf-8";

/*==============================================================================
  
 【page.css】- ページ別スタイルシート
  
  各ページスタイルを記述しています。
  
  <目次>
   # 共通
   # ジグソーの家づくり
   # ジグソー3つのこだわり
   # 施工事例
   # セレクト4スタイル＆価格
   # Instagram
	 # モデルハウス
	 # フォーム
   # Footer
   # Contents
  
==============================================================================*/

/*--------------------------------------
  # 共通
--------------------------------------*/

div#contents div#main div.layout-design {
	text-align: center;
	letter-spacing: -.40em;
}
div#contents div#main div.layout-design .layout-design-img,
div#contents div#main div.layout-design .layout-design-text {
	display: inline-block;
	text-align: left;
	letter-spacing: normal;
	vertical-align: middle;
}
div#contents div#main div.layout-design .layout-design-img {
	width: 50%;
	max-width: 540px;
}
div#contents div#main div.layout-design .layout-design-text {
	width: 50%;
	padding: 0 30px;
}
div#contents div#main div.layout-design div:first-child {
	padding-left: 0;
}
div#contents div#main div.layout-design div:last-child {
	padding-right: 0;
}
div#contents .h2-title {
  display: block;
  margin-bottom: 20px;
  color: #3e3e3e;
  font-family: "游明朝", YuMincho, "游明朝 Medium", "YuMincho M", "Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 3.2rem;
  text-shadow: 0px 0px 0px #3e3e3e;
  line-height: 1.4;
}
div#contents .h2-title rt,div#contents .h2-title rp{
  font-size: 1.4rem;
	line-height: 1.2;
}
div#contents div#main div.border-frame {
	padding: 5px 10px;
	background: #FFF;
	border: 1px solid #000;
}
.compensate-for-scrollbar {
	margin-right: 0 !important;
}

@media screen and (max-width:736px) {
div#contents div#main div.layout-design {
	margin-bottom: 20px;
	overflow: hidden;
}
div#contents div#main div.layout-design .layout-design-img,
div#contents div#main div.layout-design .layout-design-text {
	display: block;
}
div#contents div#main div.layout-design .layout-design-img {
	float: left;
	clear: left;
	width: 50%;
	max-width: 100%;
	margin: 0 20px 20px 0;
}
div#contents div#main div.layout-design .layout-design-text {
	width: 100%;
	padding: 0;
}
div#contents .h2-title {
  font-size: 2.4rem;
}
div#contents .h2-title rt,div#contents .h2-title rp{
  font-size: 1.2rem;
}

}

/*--------------------------------------
  # ジグソーの家づくり
--------------------------------------*/

div#contents div#main .concept-title {
	position: relative;
	width: 100%;
	margin-bottom: 20px;
	background: #3e3e3e;
	line-height: 0;
}
div#contents div#main .concept-title img {
	opacity: 0.7;
}
div#contents div#main .concept-title .concept-title-inner {
	position: absolute;
	top: 44%;
	left: 0;
	width: 100%;
	color: #FFF;
	font-size: 2.8rem;
	font-weight: bold;
	text-align: center;
	text-shadow: 0px -1px 5px rgba(0,0,0,0.1), 1px 0 5px rgba(0,0,0,0.1), 0 1px 5px rgba(0,0,0,0.1), -1px 0 5px rgba(0,0,0,0.1), 1px 1px 5px rgba(0,0,0,0.1), 1px -1px 5px rgba(0,0,0,0.1), -1px 1px 5px rgba(0,0,0,0.1), -1px -1px 5px rgba(0,0,0,0.1);
	line-height: 1.2;
}
div#contents div#main .concept-title .concept-title-inner .en {
	display: block;
	font-size: 1.6rem;
	font-weight: normal;
	letter-spacing: 1px;
}
div#contents div#main ol.concept-list li {
	position: relative;
	padding: 0 0 18px 44px;
	font-size: 2.0rem;
}
div#contents div#main ol.concept-list li:nth-child(2) {
	font-size: 1.8rem;
}
div#contents div#main ol.concept-list li:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 36px;
	height: 36px;
	background: #a6937c;
	color: #FFF;
	font-size: 2.2rem;
	text-align: center;
	line-height: 36px;
}
div#contents div#main ol.concept-list li:first-child:before { content: '1';}
div#contents div#main ol.concept-list li:nth-child(2):before { content: '2';}
div#contents div#main ol.concept-list li:nth-child(3):before { content: '3';}
div#contents div#main ol.concept-list li:nth-child(4):before { content: '4';}
div#contents div#main ol.concept-list li:nth-child(5):before { content: '5';}
div#contents div#main ol.concept-list li:nth-child(6):before { content: '6';}
div#contents div#main ol.concept-list li:after {
	content: '';
	position: absolute;
	top: 0;
	left: 26px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 0;
	border-color: transparent #FFF transparent transparent;
}

@media screen and (max-width:736px) {
div#contents div#main ol.concept-list li:nth-child(2) {
	font-size: 2.0rem;
}
}

/*--------------------------------------
  # ジグソー3つのこだわり
--------------------------------------*/

div#contents div#main div.detail-list {
	text-align: center;
	letter-spacing: -.40em;
}
div#contents div#main div.detail-list dl {
	display: inline-block;
	width: 33.3%;
	letter-spacing: normal;
	vertical-align: top;
}
div#contents div#main div.detail-list dl dd {
	position: relative;
	margin: -50px 15px 0;
	padding: 10px;
	background: #FFF;
	font-size: 1.4rem;
	line-height: 1.6;
}

@media screen and (max-width:736px) {
div#contents div#main div.detail-list dl {
	display: block;
	width: 100%;
	margin-bottom: 20px;
}
div#contents div#main div.detail-list dl dd {
	margin: -50px 10px 0;
	font-size: 1.6rem;
	text-align: left;
	line-height: 1.8;
}
}

/*--------------------------------------
  # 施工事例
--------------------------------------*/

.swiper-slide {
	line-height: 0;
}
.swiper-slide p {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0;
	padding: 10px 20px;
	background: rgba(62,62,62,0.7);
	color: #FFF;
	font-weight: bold;
	line-height: 1.8;
}
.swiper-button-next,
.swiper-container-rtl
.swiper-button-prev {
	background-image: none !important;
	right: 30px !important;
	display: block;
	width: 60px !important;
	height: 60px !important;
	margin-top: -30px !important;
	border-top: 2px solid #d5d5d5;
	border-right: 2px solid #d5d5d5;
	transform: rotate(45deg);
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	background-image: none !important;
	left: 30px !important;
	display: block;
	width: 60px !important;
	height: 60px !important;
	margin-top: -30px !important;
	border-bottom: 2px solid #d5d5d5;
	border-left: 2px solid #d5d5d5;
	transform: rotate(45deg);
}
.swiper-pagination {
	position: relative !important;
	margin: 5px 0 0;
}
.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 0 !important;
}
.swiper-pagination-bullet {
	width: 11px !important;
	height: 11px !important;
	background: #3e3e3e !important;
}
.swiper-pagination-bullet-active {
	background: #3e3e3e !important;
}
.modelhouses-slide .swiper-button-next,
.modelhouses-slide .swiper-container-rtl
.modelhouses-slide .swiper-button-prev {
	right: 20px !important;
	width: 30px !important;
	height: 30px !important;
	margin-top: -15px !important;
}
.modelhouses-slide .swiper-button-prev,
.modelhouses-slide .swiper-container-rtl .swiper-button-next {
	left: 20px !important;
	width: 30px !important;
	height: 30px !important;
	margin-top: -15px !important;
}
.swiper-slide a img {
	transition: 0.3s;
}
body.dv .swiper-slide a:hover img {
	opacity: 0.8;
}
@media screen and (max-width:736px) {
.swiper-button-next,
.swiper-container-rtl
.swiper-button-prev {
	right: 10px !important;
	width: 30px !important;
	height: 30px !important;
	margin-top: -15px !important;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	left: 10px !important;
	width: 30px !important;
	height: 30px !important;
	margin-top: -15px !important;
}
}

/*--------------------------------------
  # セレクト4スタイル&価格
--------------------------------------*/

div#contents div#main section.bg-beige {
	padding: 30px 0;
	background: #f2efeb;
}
div#contents div#main div.style-wrapper {
	letter-spacing: -.40em;
}
div#contents div#main div.style-block {
	display: inline-block;
	width: 49%;
	margin-bottom: 30px;
	padding: 15px 30px;
	background: #FFF;
	letter-spacing: normal;
	vertical-align: top;
}
div#contents div#main div.style-block:nth-child(odd) {
	margin-right: 1%;
}
div#contents div#main div.style-block:nth-child(even) {
	margin-left: 1%;
}
div#contents div#main div.style-block div.style-block-title {
	position: relative;
	margin: 0 -25px 30px;
	overflow: hidden;
}
div#contents div#main div.style-block div.style-block-title img {
	float: left;
	clear: left;
	width: 30%;
	max-width: 200px;
	height: auto;
}
div#contents div#main div.style-block:nth-child(even) div.style-block-title img {
	float: right;
	clear: right;
}
div#contents div#main div.style-block div.style-block-title-text {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 35%;
	right: 25px;
}
div#contents div#main div.style-block:nth-child(even) div.style-block-title-text {
	left: 25px;
	right: 35%;
}
div#contents div#main div.style-block div.style-block-title-text h3 {
	position: relative;
	display: -webkit-flex;
	display: flex;
	height: 100%;
	-webkit-align-items: center;
	align-items: center;
	font-family: "游明朝", YuMincho, "游明朝 Medium", "YuMincho M", "Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 2.0rem;
	line-height: 1.6;
}
div#contents div#main div.style-block ul.drawing {
	margin-bottom: 20px;
	text-align: center;
	letter-spacing: -.40em;
}
div#contents div#main div.style-block ul.drawing li {
	position: relative;
	display: inline-block;
	width: 50%;
	height: 0;
	padding-top: 35%;
	letter-spacing: normal;
	vertical-align: middle;
	overflow: hidden;
}
div#contents div#main div.style-block ul.drawing li a {
	display: block;
	transition: 0.2s;
}
div#contents div#main div.style-block ul.drawing li img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: auto;
	height: 100%;
}
body.dv div#contents div#main div.style-block ul.drawing li a:hover {
	opacity:0.8;
}
div#contents div#main div.style-block table.floor-table td {
	padding: 0 20px;
	line-height: 1.4;
	border-left: 1px solid rgba(0,0,0,0.5);
}
div#contents div#main div.style-block table.floor-table td:first-child {
	border-left: none;
}
div#contents div#main div.style-block table.floor-table td .arrow-text {
	display: block;
	margin-left: 0.5em;
}
div#contents div#main div.style-block table.floor-table td .arrow-text:before {
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	margin: 7px 5px 0 0;
	border-style: solid;
	border-width: 3px 0 3px 4px;
	border-color: transparent transparent transparent #000;
	vertical-align: top;
}
div#contents div#main div.style-block dl.price {
	float: left;
	width: 49%;
	margin-bottom: 20px;
}
div#contents div#main div.style-block dl.price dt {
	display: inline-block;
	margin-bottom: 5px;
	padding: 5px 20px 4px;
	background: #a6937c;
	color: #FFF;
	font-weight: bold;
}
div#contents div#main div.style-block dl.price dd {
	margin-left: 20px;
	line-height: 1.6;
}
div#contents div#main div.style-block dl.price.split {
	margin-left: 2%;
}
div#contents div#main div.style-block dl.price.split dt {
	background: #282828;
}
@media screen and (max-width:1150px) {
div#contents div#main div.style-block div.style-block-title-text h3 {
	font-size: 1.6vw;
}
}
@media screen and (max-width:736px) {
div#contents div#main section.bg-beige {
	padding: 30px 15px;
}
div#contents div#main div.style-block {
	display: block;
	width: 100%;
	padding: 15px;
}
div#contents div#main div.style-block:nth-child(odd) {
	margin-right: 0;
}
div#contents div#main div.style-block:nth-child(even) {
	margin-left: 0;
}
div#contents div#main div.style-block div.style-block-title {
	margin: 0 -10px 30px;
}
div#contents div#main div.style-block div.style-block-title img {
	margin: 0 20px 0 0;
}
div#contents div#main div.style-block:nth-child(even) div.style-block-title img {
	margin: 0 0 0 20px;
}
div#contents div#main div.style-block div.style-block-title-text {
	position: relative;
	left: auto;
	right: 10px;
}
div#contents div#main div.style-block:nth-child(even) div.style-block-title-text {
	left: 10px;
	right: auto;
}
div#contents div#main div.style-block div.style-block-title-text h3 {
	font-size: 1.8rem;
}
div#contents div#main div.style-block table.floor-table td {
	display: block;
	padding: 10px;
	border-left: none;
	border-bottom: 1px solid rgba(0,0,0,0.3);
}
div#contents div#main div.style-block table.floor-table td:first-child {
	border-top: 1px solid rgba(0,0,0,0.3);
}
div#contents div#main div.style-block table.floor-table td .arrow-text {
	display: inline-block;
	margin-left: 2em;
}
div#contents div#main div.style-block dl.price dt {
	padding: 5px 10px 4px;
}
div#contents div#main div.style-block dl.price dd {
	margin-left: 0;
}
div#contents div#main div.style-block dl.price dd strong .fs-small {
	font-size: 70% !important;
}
}

/*--------------------------------------
  # Instagram
--------------------------------------*/

/*div#contents div#main h2.inst {
	margin-top: 30px;
}*/
div#contents div#main h2.inst:before {
	content: '';
	display: inline-block;
	width: 35px;
	height: 35px;
	margin: 0 10px 6px 0;
	background: url(../img/icon/instagram.png) no-repeat 0 0;
	background-size: 100%;
	vertical-align: middle;
}

/*--------------------------------------
  # モデルハウス
--------------------------------------*/

div#contents div#main div.modelhouses-wrapper {
	margin-top: 40px;
	padding: 20px;
	border: 4px solid #e46b00;
	overflow: hidden;
}
div#contents div#main div.modelhouses-wrapper h2 {
	margin: 0 -20px 30px;
	padding: 10px;
	background: #e46b00;
	color: #FFF;
	font-size: 3.8rem;
	text-shadow: 0px 0px 0px #FFF;
}
div#contents div#main div.modelhouses-meta {
	float: left;
	clear: left;
	width: 45%;
	margin-bottom: 30px;
}
div#contents div#main div.modelhouses-meta .drawing {
	text-align: center;
	letter-spacing: -.40em;
}
div#contents div#main div.modelhouses-meta .drawing li {
	display: inline-block;
	width: 50%;
	letter-spacing: normal;
	vertical-align: top;
}
div#contents div#main div.modelhouses-meta .drawing li a {
	display: block;
	width: 90%;
	margin: 0 auto;
	transition: 0.2s;
}
body.dv div#contents div#main div.modelhouses-meta .drawing li a:hover {
	opacity:0.8;
}
div#contents div#main div.modelhouses-body {
	margin-left: 48%;
	line-height: 1.4;
}
div#contents div#main div.modelhouses-body table {
	border-top: 1px dotted #CCC;
}
div#contents div#main div.modelhouses-body table th,
div#contents div#main div.modelhouses-body table td {
	padding: 15px 10px;
	border-bottom: 1px dotted #CCC;
}
div#contents div#main div.modelhouses-body table th {
	font-size: 1.4rem;
	white-space: nowrap;
}
div#contents div#main a.detail-link {
	position: relative;
	display: inline-block;
	margin: 5px 10px;
	padding: 15px 30px;
	background: #FFF;
	font-family: "游明朝", YuMincho, "游明朝 Medium", "YuMincho M", "Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 1.8rem;
	text-decoration: none;
	text-shadow: 0px 0px 0px #e46b00;
	border: 1px solid #e46b00;
	transition: 0.2s;
}
div#contents div#main a.detail-link:after {
	content: '→';
	display: inline-block;
	margin-left: 10px;
}
body.dv div#contents div#main a.detail-link:hover {
	background: #e46b00;
	color: #FFF;
	text-shadow: 0px 0px 0px #FFF;
}
div#contents div#main dl.modelhouses-data {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	font-family: "游明朝", YuMincho, "游明朝 Medium", "YuMincho M", "Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
div#contents div#main dl.modelhouses-data dt {
	margin-right: 20px;
	padding: 10px 15px;
	background: #eee3d4;
	font-size: 2.0rem;
	text-align: center;
	line-height: 1.2;
}
div#contents div#main dl.modelhouses-data dd {
	font-size: 2.6rem;
}
div#contents div#main dl.modelhouses-data dd em {
	font-size: 4.8rem;
}
div#contents div#main dl.modelhouses-data dd .fs-small {
	font-size: 1.8rem !important;
}

@media screen and (max-width:736px) {
div#contents div#main div.modelhouses-wrapper {
	padding: 10px;
	border: 3px solid #e46b00;
}
div#contents div#main div.modelhouses-wrapper h2 {
	margin: 0 -10px 15px;
	font-size: 3.0rem;
}
div#contents div#main div.modelhouses-meta {
	float: none;
	width: 100%;
}
div#contents div#main div.modelhouses-body {
	margin-left: 0;
}
div#contents div#main div.modelhouses-body table th,
div#contents div#main div.modelhouses-body table td {
	padding: 10px;
}
div#contents div#main a.detail-link {
	display: block;
	width: 90%;
	margin: 5px auto 10px;
	padding: 10px;
}
div#contents div#main dl.modelhouses-data {
	display: block;
}
div#contents div#main dl.modelhouses-data dt {
	display: inline-block;
	margin: 0 0 5px;
	padding: 5px 15px;
	font-size: 1.8rem;
}
div#contents div#main dl.modelhouses-data dd {
	padding-left: 15px;
	font-size: 2.2rem;
}
div#contents div#main dl.modelhouses-data dd em {
	font-size: 4.0rem;
}
}

/*--------------------------------------
  # フォーム
--------------------------------------*/

div#contents div#main div.form_in {
	clear: both;
	max-width: 900px;
	margin: 0 auto 40px;
	overflow: hidden;
}
div#contents div#main dl.input-block {
  clear: both;
	margin: 0 0 5px;
  padding: 10px 15px 15px;
  overflow: hidden;
	background: #f2efeb;
	overflow: hidden;
  line-height: 1.2;
}
div#contents div#main dl.input-block dt {
	position: relative;
	float: left;
	clear: left;
	width: 12em;
	padding: 6px 40px 0 0;
	font-weight: bold;
	line-height: 1.6;
}
div#contents div#main dl.input-block dt.optional {
	padding-right: 0;
}
div#contents div#main dl.input-block dt span.required {
	position: absolute;
	top: 8px;
	right: 0;
  height: 18px;
  padding: 0 5px;
  color: #FFF;
  font-size: 1.1rem;
  font-weight: normal;
  background: #282828;
  border-radius: 2px;
  line-height: 18px;
}
div#contents div#main dl.input-block dd {
	margin-left: 14em;
}
div#contents div#main .confirm dl.input-block dd {
  padding-top: 3px;
	line-height: 1.8;
}
div#contents div#main dl.input-block dd p {
	margin-bottom: 5px;
}
div#contents div#main div.button-block {
  clear: both;
  padding: 25px 0 0;
  text-align: center;
  overflow: hidden;
}
div#contents div#main div.form_in input[type="text"],
div#contents div#main div.form_in input[type="email"],
div#contents div#main div.form_in input[type="tel"],
div#contents div#main div.form_in input[type="date"],
div#contents div#main div.form_in select,
div#contents div#main div.form_in textarea,
div#contents div#main input[type="password"] {
  display: inline-block;
  width: 100%;
  min-height: 38px;
	margin: 2px;
  padding: 5px 10px;
  background: #FFF;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "YuGothic M", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 1.6rem;
  border: 1px solid #CCC;
  border-radius: 3px;
  outline: none;
  vertical-align: middle;
  box-sizing: border-box;
}
div#contents div#main div.form_in select,
div#contents div#main div.form_in input[type="date"] {
  width: auto;
}
div#contents div#main div.form_in input.x-short {
  width: 8em;
}
div#contents div#main div.form_in input.short {
  width: 15em;
}
div#contents div#main div.form_in input.middle {
  width: 60%;
}
div#contents div#main div.form_in label {
	display: inline-block;
	margin: 5px 20px 5px 0;
	padding-left: 20px;
	text-indent: -20px;
	line-height: 1.6;
}
div#contents div#main div.form_in textarea {
  padding: 10px;
  font-size: 1.6rem;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "YuGothic M", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  border: 1px solid #CCC;
}
div#contents div#main .form-btn {
  clear: both;
  margin: 20px 0;
  text-align: center;
  letter-spacing: -.40em;
}
div#contents div#main .form-btn input[type="submit"] {
  position: relative;
  display: inline-block;
	height: auto;
	margin: 0 10px;
  padding: 8px 50px;
  background: #FFF;
  color: #282828;
  font-size: 1.8rem;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "YuGothic M", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  text-decoration: none;
  vertical-align: top;
  letter-spacing: 2px;
	-webkit-appearance: none;
	border: 1px solid #282828;
	border-radius: 0;
  cursor: pointer;
  transition: 0.15s;
}
body.dv div#contents div#main .form-btn input[type="submit"]:hover {
  background: #282828;
	color: #FFF;
}
@media screen and (max-width:736px) {
div#contents div#main div.form_in {
	max-width: 100%;
	margin: 0 0 20px;
}
div#contents div#main div.form_in dl {
	padding: 10px;
}
div#contents div#main div.form_in dl dt {
	float: none;
	clear: both;
	width: 100%;
	margin-bottom: 5px;
	padding: 0 40px 0 0;
	line-height: 1.4;
}
div#contents div#main div.form_in dl dt span.required {
	top: 0;
}
div#contents div#main div.form_in dl dd {
	margin-left: 0;
}
div#contents div#main div.button-block {
	padding: 20px 0 0;
}
div#contents div#main div.form_in input[type="text"],
div#contents div#main div.form_in input[type="email"],
div#contents div#main div.form_in input[type="tel"],
div#contents div#main div.form_in textarea {
	width: 100%;
	font-size: 16px;
}
div#contents div#main div.form_in select {
	width: 90%;
	font-size: 16px;
}
div#contents div#main div.form_in input.x-short {
	width: 25%;
}
div#contents div#main div.form_in input.short {
	width: 80%;
}
div#contents div#main div.form_in input.middle {
	width: 98%;
}
div#contents div#main div.form_in label {
	display: block;
	margin: 8px 0;
}
div#contents div#main .form-btn input[type="submit"] {
	display: inline-block;
	width: 48%;
	margin: 0 1%;
	padding: 8px 20px;
}
}

/*--------------------------------------
  # Footer
--------------------------------------*/

@media print, screen and (min-width:737px) {

footer#footer {
  position: relative;
  clear: both;
  background: #3e3e3e;
}
footer#footer:before {
  content: '';
  position: absolute;
  top: -5px;
  left: 0;
  display: block;
  width: 100%;
  height: 5px;
  background: #3e3e3e;
  box-shadow: 0 -2px 2px rgba(0,0,0,0.1);
}
footer#footer #footer-wrapper {
  padding: 30px 60px;
  color: #FFF;
  letter-spacing: -.40em;
  overflow: hidden;
}
footer#footer div.information {
  display: inline-block;
  width: 50%;
  line-height: 1.6;
  letter-spacing: normal;
  vertical-align: middle;
}
footer#footer div.information a {
  color: #FFF;
}
footer#footer div.information p {
  margin-bottom: 0;
}
footer#footer div.information address {
  font-size: 1.4rem;
}
footer#footer p.copyright {
	display: inline-block;
	width: 50%;
  margin: 0;
  color: rgba(255,255,255,0.4);
  font-size: 1.1rem;
  text-align: right;
  line-height: 40px;
	letter-spacing: normal;
	vertical-align: middle;
}
div#pagetop {
  position: fixed;
  right: 0;
  bottom: 140px;
  z-index: 10;
  opacity: 0;
  transition: 0.3s;
}
div#pagetop.show {
  opacity: 1;
}
div#pagetop a {
  display: block;
  width: 40px;
  height: 0;
  padding-top: 60px;
  background: #e46b00;
  overflow: hidden;
}
div#pagetop a:before {
  content: '';
  position: fixed;
  right: 12px;
  bottom: 160px;
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #FFF;
  border-left: 2px solid #FFF;
  transform: rotate(45deg);
  transition: 0.1s;
}
body.dv div#pagetop a:hover,
body.dv div#pagetop a:hover:before {
  opacity: 0.8;
}

}

@media screen and (max-width:736px) {

footer#footer {
  position: relative;
  clear: both;
  background: #3e3e3e;
}
footer#footer #footer-wrapper {
  padding: 20px 15px 0;
	color: #FFF;
  text-align: center;
  overflow: hidden;
}
footer#footer div.information {
  margin-bottom: 20px;
}
footer#footer div.information a,
footer#footer div.information .call-link {
  color: #FFF;
}
footer#footer div.information p {
  font-size: 1.8rem;
  margin-bottom: 0;
}
footer#footer p.copyright {
  margin: 0;
  color: rgba(255,255,255,0.6);
  font-size: 1.1rem;
  text-align: center;
  line-height: 40px;
}
div#pagetop {
  position: fixed;
  right: 0;
  bottom: 80px;
  opacity: 0;
  transition: 0.3s;
  z-index: 998;
}
div#pagetop.show {
  opacity: 1;
}
div#pagetop a {
  display: block;
  width: 40px;
  height: 0;
  padding-top: 60px;
  background: #e46b00;
  overflow: hidden;
  transition: 0.1s;
}
div#pagetop a:before {
  content: '';
  position: fixed;
  right: 12px;
  bottom: 100px;
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #FFF;
  border-left: 2px solid #FFF;
  transform: rotate(45deg);
  transition: 0.1s;
}

}

/*--------------------------------------
  # Contents
--------------------------------------*/

@media print, screen and (min-width:737px) {

div#contents nav#contact-link {
	position: relative;
	clear: both;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 100px 0;
	background: url(../img/bg/contact-link.jpg);
	background-size: 100%;
	background-attachment: fixed;
	overflow: hidden;
  box-shadow: inset 0 2px 2px rgba(0,0,0,0.15);
}
div#contents nav#contact-link div.contact-wrapper {
  position: relative;
  width: 90%;
  max-width: 880px;
  padding: 20px 30px;
  background: rgba(255,255,255,0.9);
  font-family: "游明朝", YuMincho, "游明朝 Medium", "YuMincho M", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Mincho", serif;
  text-align: center;
  border-radius: 3px;
  box-shadow: 1px 1px 3px rgba(0,0,0,0.25);
}
div#contents nav#contact-link ul {
  position: relative;
  letter-spacing: -.40em;
}
div#contents nav#contact-link ul:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background-image: linear-gradient(to bottom, #858585, #858585 1px, transparent 1px, transparent 4px);
  background-size: 1px 3px;
  background-position: left;
  background-repeat: repeat-y;
}
div#contents nav#contact-link ul li {
  display: inline-block;
  width: 50%;
  letter-spacing: normal;
  vertical-align: middle;
}
div#contents nav#contact-link ul li a,
div#contents nav#contact-link ul li span.call-link {
  display: block;
  padding: 10px;
	color: #3e3e3e;
  font-size: 3.0rem;
  text-decoration: none;
  text-shadow: 0px 0px 0px #3e3e3e;
  transition: 0.2s;
}
div#contents nav#contact-link ul li span.call-link {
  font-size: 4.0rem;
}
div#contents nav#contact-link ul li a:hover {
  opacity: 0.7;
}
div#contents nav#contact-link ul li a:before,
div#contents nav#contact-link ul li span.call-link:before{
  content: '';
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: 0 15px 5px 0;
  vertical-align: middle;
}
div#contents nav#contact-link ul li.tel span.call-link:before {
  background: url(../img/icon/tel_gray.svg) no-repeat 0 center;
  background-size: 100% auto;
}
div#contents nav#contact-link ul li.contact a:before {
  background: url(../img/icon/modelhouses_gray.svg) no-repeat 0 center;
  background-size: 100% auto;
}

}

@media screen and (max-width:736px) {
div#contents nav#contact-link {
  display: none;
}
}