@charset "utf-8";
html, body {
	width: 100%;
}
body {
	width: 100%;
	font-size: 16px;
	line-height: 1.8em;
	color: #444;
	font-family: "Sawarabi Mincho",serif;
	min-width: 1200px;
	position: relative;
}
/*全体*/
#container {
	padding: 0px;
	margin: 0px;
	width: 100%;
	overflow: hidden;
}
.pc_only {
}
.sp_only {
	display: none !important;
}
.color1 {
	color: #2F99BB;
}
.red {
	color: #7F1A22;
}
/* マーカー線・黄色 */
.marker9{
	/*background: linear-gradient(transparent 60%, #fff799 60%);*/
	background: linear-gradient(transparent 60%, #FCE214 60%);
}
/*======================
header
=====================*/
#header_SP {
	display: none;
}
#header {
	width: 100%;
	position: fixed;
	z-index: 999999;
	overflow: hidden;
	transition: transform 0.5s ease-out;
}
#header.hide {
	transform: translateY(-100%);
	transition: transform 0.5s ease-out;
}
#header .wrap {
	overflow: hidden;
}
/*▼ロゴのみver*/
/*#header .wrap .logo {*/
/*	float: left;*/
/*	overflow: hidden;*/
/*	width: 9.5%;*/
/*}*/
#header .wrap .logo img {
	width: 100% !important;
}
/*ナビ1*/
#header .wrap ul.hd_menu {
	overflow: hidden;
}
#header .wrap ul.hd_menu li {
	float: right;
}
#header .wrap ul.hd_menu li.wh_text a {
	text-decoration: none;
	color: #064C63;
	display: block;
	padding-top: 20px;
	padding-bottom: 0px;
	margin-left: 20px;
	margin-right: 20px;
	font-size: 15px;
}
#header .wrap ul.hd_menu .bt_box {
	float: right;
	overflow: hidden;
	margin: 13px 1% 10px 1%;
	width: 300px;
}
#header .wrap ul.hd_menu .bt_box li {
	width: 47%;
	float: left;
	margin-left: 3%;
}
#header .wrap ul.hd_menu .bt_box li a {
	width: 100%;
	display: inline-block;
	text-decoration: none;
	color: #FFF;
	padding: 13px 0px 3px 0px;
	font-size: 15px;
	line-height: 100%;
	text-align: center;
}
#header .wrap ul.hd_menu .bt_box li.demand {
	background-color: #7F1B22;
}
#header .wrap ul.hd_menu .bt_box li.raijyo {
	background-color: #2296C5;
}
#header .wrap ul.hd_menu .bt_box li a:hover {
opacity: .70; /* Standard: FF gt 1.5, Opera, Safari */
filter: alpha(opacity=70); /* IE lt 8 */
-ms-filter: "alpha(opacity=70)"; /* IE 8 */
-khtml-opacity: .70; /* Safari 1.x */
-moz-opacity: .70; /* FF lt 1.5, Netscape */
}

/*ナビ2*/
#header .pc_navi {
	width: 100%;
	background: rgba(0,0,0,0.2);
}
#header .wrap .pc_navi li {
	float: left;
	width: 7.142857%;
	margin: 25px 0 0 0;
}
#header .wrap .pc_navi li b,
#header .wrap .pc_navi li i {
	text-align: center;
	display: block;
	font-size: 14px;
	color: #000000;
	font-family: "YakuhanMin", "Yu Mincho", "YuMincho", "Noto Serif JP", serif;
}
#header .wrap .pc_navi li a {
	text-decoration: none;
}
#header .pc_navi ul.hd_menu2 {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-end;
	-webkit-box-pack: justify;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#header .pc_navi ul.hd_menu2 li.logo {
	/*width: 10%;*/
	padding: 0;
	background: #550a0f;
}
#header .pc_navi ul.hd_menu2 li {
	text-align: center;
	position: relative;
	width: 7.142857%;
	margin: 0 0%;
}
#header .pc_navi ul.hd_menu2 li.NEW::after {
	content: "NEW";
	display:inline-block;
	font-size: 10px;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	background: #FD0004;
	padding: 0 0.1em;
	line-height: 1.5;
}
#header .pc_navi ul.hd_menu2 li a {
	text-decoration: none;
	color: #FFF;
	display: block;
	padding-top: 0px;
	padding-bottom: 0px;
}
#header .pc_navi ul.hd_menu2 li:hover {
	opacity: .70; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=70); /* IE lt 8 */
	-ms-filter: "alpha(opacity=70)"; /* IE 8 */
	-khtml-opacity: .70; /* Safari 1.x */
	-moz-opacity: .70; /* FF lt 1.5, Netscape */
}
#header .pc_navi ul.hd_menu2 li a b {
	display: block;
	font-weight: bold;
	letter-spacing: 0px;
	text-indent: 0px;
	font-size: 0.8em;
	color: #FFFFFF;
	padding-top: 8%;
	text-shadow: 1px 1px 1px black;
}
#header .pc_navi ul.hd_menu2 li a i {
	display: block;
	width: 100%;
	font-style: normal;
	font-weight: bold;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 1.0;
	text-shadow: 1px 1px 1px black;
}
#header .pc_navi ul.hd_menu2 li:nth-child(12) {
	padding: 0.35% 0 0 0;
}
#header .pc_navi ul.hd_menu2 li:nth-child(13) {
	background: linear-gradient(-270deg, #8c0000, #6d0000);
	padding: 0;
}
#header .pc_navi ul.hd_menu2 li:nth-child(14) {
	background: linear-gradient(-270deg, #004884, #002e51);
	padding: 0;
	/*width: 9.5%;*/
}
.hd_menu3 li  {
	width: 100% !important;
	padding: 0 !important;
	font-weight: bold !important;
	line-height: 1.8;
}
.hd_menu3 li a{
	font-size: 0.7em;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: lighter;
	text-shadow: 1px 1px 1px black;
	text-align: left;
	padding-left: 15%;
}
/*======================
アンカーズレ対策
=======================*/
:target:before {
	content: "";
	display: block;
	height: 135px;/* ヘッダの高さ  */
	margin-top: -135px;
}
#link {
	margin: -135px;
	padding: 135px;
}
#merit1,#merit2,#merit3,#merit4,#merit5,#merit6 {
	margin: -165px;
	padding: 160px;
}
/*======================
contents共通
=====================*/
.contents {
	width: 100%;
	margin-top: 135px;/*ヘッダーの高さ*/
	padding-bottom: 80px;
}
.contents .inner {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
}
.page_tit {
	/*背景ページごと指定*
	background-image: url(../images/bg_block.jpg);
	background-size: cover;*/
	width: 100%;
	text-align: center;
	margin-bottom: 60px;
	position: relative;
}
.page_tit::after {
	content: "image photo";
	display:block;
	font-size: 10px;
	color: #666;
	position: absolute;
	bottom: 1px;
	right: 3px;
}
.page_tit .mask {
	background: rgba(255,255,255,0.5);
	padding-top: 100px;
	padding-bottom: 100px;
}
.page_tit .en {
	color: #2F99BB;
	font-size: 50px;
}
.page_tit .jp {
	font-size: 20px;
	padding-top: 20px;
	letter-spacing: 3px;
	text-indent: 3px;
}
.contents .tit_kei {
	color: #2F99BB;
	border-bottom: 2px solid #2F99BB;
	font-size: 22px;
	padding-bottom: 7px;
	margin-bottom: 15px;
}
.contents .kome {
	font-size: 11px;
	line-height: 160%;
}
/*======================
ボタン
=====================*/
.bt {
	width: 30%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
/*リンク用ボタンベタ　水色*/
.css_btn_class {
	width: 100%;
	text-align: center;
	font-size: 18px;
	text-decoration: none;
	background-color: #2296C5;
	color: #fff;
	display: inline-block;
	line-height: 160%;
	padding-top: 15px;
	padding-bottom: 15px;
	border-radius: 10px;
}
.css_btn_class:hover {
	background-color: #54ABD1;
	color: #fff;
	text-decoration: none;
}
/*リンク用ボタンベタ　エンジ*/
.css_btn_class_r {
	width: 100%;
	text-align: center;
	font-size: 18px;
	text-decoration: none;
	background-color: #7F1B22;
	color: #fff;
	display: inline-block;
	line-height: 160%;
	padding-top: 5px;
	padding-bottom: 5px;
	border-radius: 10px;
}
.css_btn_class_r:hover {
	background-color: #C84D55;
	color: #fff;
	text-decoration: none;
}
/*リンク用ボタン罫線*/
.css_btn_class_kei {
	width: 100%;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #2296C5;
	display: inline-block;
	line-height: 160%;
	padding-top: 15px;
	padding-bottom: 15px;
	border: 2px solid #2296C5;
	border-radius: 10px;
	background-color: #FFF;
}
.css_btn_class_kei:hover {
	border: 2px solid #AAA;
	color: #AAA;
	text-decoration: none;
}
/*======================
TOP
=====================*/
.top_page .contents {
	padding-bottom: 0px !important;
	position: relative;
	width: 100%;
	overflow: hidden;
}
/*▼▼▼▼▼▼▼▼▼TOPメイン静▼▼▼▼▼▼▼▼▼
#top .main {
	background-image: url(../images/top/top_main.jpg);
	background-size: 100% auto;
	padding-top: 56.25%;
}
*/
/*▼▼▼▼▼▼▼▼▼TOPメイン動▼▼▼▼▼▼▼▼▼*/
#top .main_morion .main_img {
	width: 100%;
	background-image: url(../images/top/top_main_bg.jpg);
	background-size: cover;
	position: relative;
	padding-top: 56.18%;
	overflow: hidden;
}
#top .main_morion .main_img .cube_wrap {
}
#top .main_morion .main_img .cube_wrap li {
	width: 12%;
	/*top_cube_motion.cssで詳細指定*/
}
#top .main_morion .main_img .perth {
	position: absolute;
	bottom: 0%;
	right: 0%;
	width: 38%;
	z-index: 9999 !important;
}
#top .main_morion .main_img .property_name {
	position: absolute;
	top: 3%;
	right: 0%;
	width: 27%;
	z-index: 9999 !important;
}
#top .main_morion .main_img .property_name_price {
	position: absolute;
	top: 7%;
	right: 0%;
	width: 30%;
	z-index: 9999 !important;
}
/*#top .main_morion .main_img .cap {
	position: absolute;
	top: 15%;
	left: 5%;
	width: 55%;
	background-image: url(../images/logo_eLIVING_cap.png);
	background-size: 100% auto;
	background-position: center top;
	height: 100%;
	z-index: 9999 !important;
}*/
#top .main_morion .main_img .cap {
	position: absolute;
	top: 15%;
	left: 5%;
	width: 55%;
	height: 100%;
	z-index: 9999 !important;
}
#top .main_morion .main_img .cap .eLIVING_cap {
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	/*▼animation：ディレイ表示*/
  -webkit-animation-name: eLIVING_cap;
  animation-name: eLIVING_cap;
}
/*▼animation：ディレイ表示*/
@-webkit-keyframes eLIVING_cap {
from {opacity: 0;}
10% {opacity: 0;}
20% {opacity: 0;}
30% {opacity: 0;}
40% {opacity: 0;}
50% {opacity: 0;}
60% {opacity: 0;}
70% {opacity: 0;}
80% {opacity: 0.1;}
90% {opacity: 0.3;}
to {opacity: 1;}
}
/*▲animation：ディレイ表示*/

/*▼animation：画像をキラッと*/
.reflection-img{
    width       :100%;
    height      :27%;
    position    :relative;
    overflow    :hidden;
}
.reflection {
    height      :100%;
    width       :30px;
    position    :absolute;
    top         :-180px;
    left        :0;
    background-color: #fff;
    opacity     :0;
	/*
    transform: rotate(45deg);
    animation: reflection 2s ease-in-out infinite;
    -webkit-transform: rotate(45deg);
    -webkit-animation: reflection 2s ease-in-out infinite;
    -moz-transform: rotate(45deg);
    -moz-animation: reflection 2s ease-in-out infinite;
    -ms-transform: rotate(45deg);
    -ms-animation: reflection 2s ease-in-out infinite;
    -o-transform: rotate(45deg);
    -o-animation: reflection 2s ease-in-out infinite;
	*/
	 transform: rotate(45deg);
    animation: reflection 4s ease-in-out;
	animation-iteration-count: 2;
    -webkit-transform: rotate(45deg);
    -webkit-animation: reflection 4s ease-in-out;
	-webkit-animation-iteration-count: 2;
    -moz-transform: rotate(45deg);
    -moz-animation: reflection 4s ease-in-out;
	-moz-animation-iteration-count: 2;
    -ms-transform: rotate(45deg);
    -ms-animation: reflection 4s ease-in-out;
	-ms-animation-iteration-count: 2;
    -o-transform: rotate(45deg);
    -o-animation: reflection 4s ease-in-out;
	-o-animation-iteration-count: 2;
}

@keyframes reflection {
    0% { transform: scale(0) rotate(45deg); opacity: 0; }
    80% { transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { transform: scale(4) rotate(45deg); opacity: 1; }
    100% { transform: scale(50) rotate(45deg); opacity: 0; }
}
@-webkit-keyframes reflection {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
@-moz-keyframes reflection {
    0% { -moz-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -moz-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -moz-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -moz-transform: scale(50) rotate(45deg); opacity: 0; }
}
@-ms-keyframes reflection {
    0% { -ms-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -ms-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -ms-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -ms-transform: scale(50) rotate(45deg); opacity: 0; }
}
@-o-keyframes reflection {
    0% { -o-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -o-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -o-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -o-transform: scale(50) rotate(45deg); opacity: 0; }
}
/*▲animation：画像をキラッと*/

#top .main_morion .main_img .cap .cube_logo {
	position: absolute;
	top: 28%;
	left: 37%;
	width: 25%;
}
#top .main_morion .main_img .cap .cube_logo_type {
	position: absolute;
	top: 50%;
	left: 28%;
	width: 40%;
	/*▼animation：ディレイ表示*/
  -webkit-animation-name: cube_logo_type;
  animation-name: cube_logo_type;
}
/*▼animation：ディレイ表示*/
@-webkit-keyframes cube_logo_type {
from {opacity: 0;}
10% {opacity: 0;}
20% {opacity: 0;}
30% {opacity: 0;}
40% {opacity: 0;}
50% {opacity: 0;}
60% {opacity: 0;}
70% {opacity: 0;}
80% {opacity: 0.1;}
90% {opacity: 0.3;}
to {opacity: 1;}
}
/*▲animation：ディレイ表示*/

/*▼animation：ゆらゆら*/
#top .main_morion .main_img .cap .cube_logo span {
	cursor: pointer;
	display: block;
	-moz-transform-origin: 50% 80% !important;
	-webkit-transform-origin: 50% 80% !important;
	-ms-transform-origin: 50% 80% !important;
	-o-transform-origin: 50% 80% !important;
	transform-origin: 50% 80% !important;
}
/*▲▲▲▲▲▲▲▲▲TOPメイン動▲▲▲▲▲▲▲▲▲*/

/*行動提起部*/
#top .block_action {
	background-image: url(../images/top/top_bg_block.png);
	background-size: cover;
	text-align: center;
	padding-top: 70px;
	padding-bottom: 70px;
}
#top .block_action .cap {
	font-size: 36px;
	line-height: 140%;
}
#top .block_action .demand_wrap {
	text-align: center;
	width: 1100px !important;
	margin-left: auto;
	margin-right: auto;
}
#top .block_action .demand_wrap .red {
	font-size: 24px;
	padding-bottom: 10px;
}
#top .block_action .demand_wrap ul {
	overflow: hidden;
	margin-right: -50px;
}
#top .block_action .demand_wrap .bt {
	width: 500px !important;
	float: left;
	margin-right: 50px;
}
#top .block_action .demand_wrap .css_btn_class_r {
	letter-spacing: 5px;
	text-indent: 15px;
	padding-top: 25px;
	padding-bottom: 25px;
	font-size: 30px;
	/*background-image: url(../images/arrow_right.png);
	background-size: auto 35px;*/
	background-position: 95% center;
	-webkit-box-shadow: inset -3px -3px 3px 3px #583738;
	box-shadow: inset -3px -3px 3px 3px #583738;
}
#top .block_action .demand_wrap .css_btn_class {
	letter-spacing: 5px;
	text-indent: 15px;
	padding-top: 25px;
	padding-bottom: 25px;
	font-size: 30px;
	/*background-image: url(../images/arrow_right.png);
	background-size: auto 35px;*/
	background-position: 95% center;
	-webkit-box-shadow: inset -3px -3px 3px 3px #1A6D8F;
	box-shadow: inset -3px -3px 3px 3px #1A6D8F;
}
/*ご来場状況*/
#top .block_raijyo {
	background-color: #FBFBFB;
	padding-top: 70px;
	padding-bottom: 70px;
}
#top .block_raijyo .tit {
	text-align: center;
	font-size: 34px;
	padding-bottom: 50px;
}
#top .block_raijyo .tit small {
	color: #2F99BB;
	font-size: 16px;
	line-height: 300%;
	letter-spacing: 3px;
}
#top .block_raijyo .wrap {
	overflow: hidden;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
#top .block_raijyo .wrap .left {
	float: left;
	width: 40%;
}
#top .block_raijyo .wrap .left table {
	background-color: #FFFFFF;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	text-align: center;
	margin-bottom: 10px;
}
#top .block_raijyo .wrap .left th {
	border-bottom: 1px solid #000000;
	border-right: 1px dotted #000000;
	width: 50%;
	padding: 10px;
	background-color: #EEF5F9;
}
#top .block_raijyo .wrap .left td {
	border-bottom: 1px solid #000000;
	font-size: 20px;
}
#top .block_raijyo .wrap .left .day {
}
#top .block_raijyo .wrap .left .day small {
	margin-left: 25px;
	font-size: 11px;
}
#top .block_raijyo .wrap .right {
	float: right;
	width: 55%;
}
#top .block_raijyo .wrap .right .cap {
	text-align: center;
	font-size: 24px;
	line-height: 160%;
}
#top .block_raijyo .wrap .right .tel {
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
}
#top .block_raijyo .wrap .right .tel a {
	text-decoration: none;
	font-size: 60px;
	color: #2F99BB;
}
#top .block_raijyo .wrap .right .tel:before {
	content: "";
	display: inline-block;
	width: 4em;
	height: 3em;
	background-image: url(../images/free_dial.jpg);
	background-size: auto 30px;
	background-repeat: no-repeat;
	background-position: left 15px;
}
#top .block_raijyo .wrap .right .hours {
	text-align: center;
	font-size: 20px;
}
#top .block_raijyo .wrap .right .bt {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}
#top .block_raijyo .wrap .right .bt .css_btn_class {
	font-size: 26px;
	letter-spacing: 5px;
}

/*コロナ対策*/
#top .block_corona {
	background-color: #EEEEEE;
	padding-top: 70px;
	padding-bottom: 70px;
}
#top .block_corona .tit {
	text-align: center;
	font-size: 26px;
	border: 1px solid #444;
	padding: 20px 0;
	margin: 0 10% 30px;
}
#top .block_corona .center {
	text-align: center;
	margin-bottom: 30px;
	font-size: 18px;
}
#top .block_corona ul {
}
#top .block_corona li.wh_bg {
	background-color: #FFFFFF;
	padding: 30px 30px 20px 30px;
	margin: 0 20px 20px;
}
#top .block_corona .tit_kei {
	color: #7F1A22;
	border-bottom: 2px solid #7F1A22;
	font-size: 18px;
	padding-bottom: 7px;
	margin-bottom: 20px;
}
#top .block_corona .wrap {
	overflow: hidden;
}
#top .block_corona .w5 {
	display: flex;
	justify-content: space-between;
}
#top .block_corona .w4 {
	display: flex;
	justify-content: center;
}
#top .block_corona .wrap dl {
	width: 15%;
}
#top .block_corona .w4 dl {
	padding: 0 3%;
}
#top .block_corona .wrap dt {
}
#top .block_corona .wrap dd {
	margin-top: 10px;
	font-size: 14px;
	line-height: 160%;
}
#top .block_corona .wrap.note {
	padding: 0 2%;
	margin: 0 auto;
}
#top .block_corona .kome {
	float: left;
	font-size: 14px;
}
#top .block_corona .day {
	float: right;
	text-align: right;
	line-height: 100%;
}
/*コンセプト*/
#top .block_concept {
	background-color: #EEF5F9;
	padding-top: 100px;
	padding-bottom: 100px;
}
#top .block_concept .image {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
/*間取り*/
#top .block_plan {
	background-image: url(../images/top/top_bg_plan.jpg);
	background-size: cover;
	padding-top: 70px;
	padding-bottom: 30px;
}
/*****************************
#top .block_plan .wrap {
	overflow: hidden;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
#top .block_plan .wrap .left {
	float: left;
	width: 60%;
	margin-top: 0px;
}
#top .block_plan .wrap .midashi {
	color: #2F99BB;
	border-bottom: 1px solid #2F99BB;
	margin-bottom: 20px;
	font-size: 26px;
	font-weight: bold;
	padding-bottom: 10px;
	letter-spacing: 2px;
}
#top .block_plan .wrap .left .cap {
	font-size: 30px;
	line-height: 200%;
	padding-top: 0px;
	padding-bottom: 30px;
	letter-spacing: 1px;
}
#top .block_plan .wrap .left .image {
	width: 100%;
}
/*#top .block_plan .wrap .red_waku {
	border: 1px solid #7F1B22;
	padding: 15px 0px;
	color: #7F1B22;
	width: 100%;
	font-size: 20px;
	text-align: center;
	background-color: rgba(255,255,255,0.5);
}
#top .block_plan .wrap .right {
	float: right;
	width: 36.5%;
}
#top .block_plan .wrap .right .image {
}
/*▼3/9****************************/
#top .block_plan .wrap2 {
	overflow: hidden;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	/*padding-bottom: 50px;*/
	padding-bottom: 0px;
}
#top .block_plan .wrap2 .left {
	float: left;
	width: 52%;
	margin-top: 5px;
}
#top .block_plan .wrap2 .midashi {
	color: #2F99BB;
	border-bottom: 1px solid #2F99BB;
	margin-bottom: 20px;
/*	font-size: 30px;*/
	font-size: 27px;
	font-weight: bold;
	padding-bottom: 20px;
	letter-spacing: 2px;
}
#top .block_plan .wrap2 .left .cap {
	font-size: 30px;
	/*line-height: 230%;*/
	line-height: 190%;
	padding-top: 0px;
	padding-bottom: 20px;
	letter-spacing: 1px;
}
#top .block_plan .wrap2 .left .cap i {
	font-style: normal;
	font-size: 34px;
	text-indent:-17px;
	display: inline-block;
}
#top .block_plan .wrap2 .left .cap small {
	font-size: 14px;
	margin-left: -15px;
}
#top .block_plan .wrap2 .left .image {
	width: 100%;
}
#top .block_plan .wrap2 .left .bt {
	width: 80% !important;
	margin-left: 0px !important;
}
#top .block_plan .wrap2 .left .bt .css_btn_class_r {
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 20px;
}
/*#top .block_plan .wrap2 .red_waku {
	border: 1px solid #7F1B22;
	padding: 15px 0px;
	color: #7F1B22;
	width: 100%;
	font-size: 20px;
	text-align: center;
	background-color: rgba(255,255,255,0.5);
}*/
#top .block_plan .wrap2 .right {
	float: right;
	/*width: 40%;*/
	width: 45%;
}
#top .block_plan .wrap2 .right .image {
}
/*▲3/9****************************/
#top .block_plan .btn {
	width: 65%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	border-radius: 20px;
	-webkit-box-shadow: inset -3px -3px 3px 3px #0F5063;
	box-shadow: inset -3px -3px 3px 3px #0F5063;
	/*グラデ*/
	background: #11677d;
	background: -moz-linear-gradient( #18a0b8 0%, #2296c5 50%, #11677d 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#18a0b8), color-stop(50%, #2296c5), to(#11677d));
	background: -webkit-linear-gradient( #18a0b8 0%, #2296c5 50%, #11677d 100%);
	background: -o-linear-gradient( #18a0b8 0%, #2296c5 50%, #11677d 100%);
	background: linear-gradient( #18a0b8 0%, #2296c5 50%, #11677d 100%);
}
#top .block_plan .btn:hover {
	-webkit-box-shadow: inset -3px -3px 3px 3px #583738;
	box-shadow: inset -3px -3px 3px 3px #583738;
	/*グラデ*/
	background: #583738;
background: -moz-linear-gradient( #c73442 0%, #7f1b22 50%, #583738 100%);
background: -webkit-gradient(linear, left top, left bottom, from(#c73442), color-stop(50%, #7f1b22), to(#583738));
background: -webkit-linear-gradient( #c73442 0%, #7f1b22 50%, #583738 100%);
background: -o-linear-gradient( #c73442 0%, #7f1b22 50%, #583738 100%);
background: linear-gradient( #c73442 0%, #7f1b22 50%, #583738 100%);
}
#top .block_plan .btn a {
	letter-spacing: 3px;
	width: 100%;
	text-align: center;
	font-size: 20px;
	text-decoration: none;
	/*background-color: #2296C5;*/
	color: #fff;
	display: inline-block;
	line-height: 160%;
	padding-top: 25px;
	padding-bottom: 30px;
	font-family: 'FOT-筑紫Aオールド明朝 Pr6 M','TsukuAOldMinPr6-M',sans-serif;
	background-image: url(../images/arrow_right2.png);
	background-size: auto 30px;
	background-position: 95% center;
	text-shadow: 2px 2px 2px #333;
}
#top .block_plan .btn a i {
	font-style: normal;
	margin-bottom: 5px;
	display: block;
}
/*ロケーション*/
#top .block_location {
	background-image: url(../images/top/top_bg_location.jpg);
	background-size: cover;
	padding-top: 70px;
	padding-bottom: 40px;
}
#top .block_location .wrap {
	overflow: hidden;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	padding-bottom: 0px;
}
#top .block_location .wrap .right {
	float: right;
	width: 51%;
	margin-top: 5px;
}
#top .block_location .wrap .midashi {
	color: #2F99BB;
	border-bottom: 1px solid #2F99BB;
	margin-bottom: 20px;
	font-size: 27px;
	font-weight: bold;
	padding-bottom: 20px;
	letter-spacing: 0px !important;
	line-height: 140%;
}
#top .block_location .wrap .right .cap {
	font-size: 18px;
	line-height: 230%;
	padding-top: 0px;
	padding-bottom: 20px;
	letter-spacing: 0px !important;
}
#top .block_location .wrap .right .image {
	width: 100%;
}
#top .block_location .wrap .right .bt {
	width: 80% !important;
	margin-left: 0px !important;
}
#top .block_location .wrap .right .bt .css_btn_class_r {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 20px;
}
#top .block_location .wrap .left {
	float: left;
	width: 46%;
}
#top .block_location .wrap .left .image {
}

/*エリアバナー*/
#top .block_bnr {
	width: 100%;
	background-color: #F4F0E6;
}
#top .block_bnr .bnr {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
	padding-bottom: 30px;
}
/*インフォ*/
#top .block_info {
	padding-top: 50px;
	padding-bottom: 10px;
	background-color: #FBFBFB;
}
#top .block_info .tit {
	color: #2F99BB;
	text-align: center;
	font-size: 20px;
	padding-bottom: 50px;
}
#top .block_info .wrap {
	overflow: hidden;
	margin-bottom: 50px;
}
#top .block_info .wrap .left {
	float: left;
	width: 650px;
	background-color: #FFF;
	padding: 20px;
}
#top .block_info .wrap .left .news {
	height: 140px;
	overflow-y: scroll;
}
#top .block_info .wrap .left .news table {
	line-height: 140%;
}
#top .block_info .wrap .left .news table th {
	border-bottom: 1px dotted #CCCCCC;
	padding: 10px 0px;
	width: 20%;
	vertical-align: top;
}
#top .block_info .wrap .left .news table td {
	border-bottom: 1px dotted #CCCCCC;
	padding: 10px 0px;
}
#top .block_info .wrap .right {
	float: right;
	width: 400px;
	text-align: center;
}
#top .block_info .wrap .right .demand_wrap {
}
#top .block_info .wrap .right .demand_wrap .red {
	font-size: 18px;
}
#top .block_info .wrap .right .demand_wrap .bt {
	width: 300px;
}
#top .block_info .wrap .right .demand_wrap .css_btn_class_r {
	letter-spacing: 5px;
	text-indent: 10px;
	-webkit-box-shadow: inset -3px -3px 3px 3px #583738;
	box-shadow: inset -3px -3px 3px 3px #583738;
}
#top .block_info .wrap .right .demand_wrap .css_btn_class {
	letter-spacing: 5px;
	text-indent: 10px;
	-webkit-box-shadow: inset -3px -3px 3px 3px #1A6D8F;
	box-shadow: inset -3px -3px 3px 3px #1A6D8F;
}
/*======================
コンセプト
======================*/
#concept .page_tit {
	/*背景ページごと指定*/
	background-image: url(../images/concept/concept_hd_bg.jpg);
	background-size: cover;
}
#concept {
}
#concept .block .cap {
	font-size: 36px;
	line-height: 140%;
	padding-bottom: 20px;
	font-family: 'FOT-筑紫Aオールド明朝 Pr6 D','TsukuAOldMinPr6-D',sans-serif;
	text-align: center;
}
#concept .logo_center {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	margin-bottom: 80px;
}
#concept .tit_kei {
	text-align: center;
}
#concept .block .center {
	font-size: 18px;
	line-height: 220%;
	font-weight: bold;
	font-family: 'FOT-筑紫Aオールド明朝 Pr6 D','TsukuAOldMinPr6-D',sans-serif;
	color: #000;
	text-align: center;
}
#concept .block .center b {
	font-size: 40px;
	line-height: 80%;
	display: inline-block;
}
#concept .block .point {
	width: 55%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 30px;
}
#concept .block .point ul {
	/*個数なりゆき*/
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#concept .block .point li {
	color: #7F1B22;
	font-size: 24px;
	/*二重罫線*/
	text-align: center;
	display: inline-block;
	padding: 20px 30px;
	border: 3px solid #7F1B22;
	position: relative;
}
#concept .block .point li:after{
	/*二重罫線*/
	content: "";
	border: 2px solid #7F1B22;
	position: absolute;
	top: 3px;
	left: 3px;
	width: calc(100% - 10px);
	height: calc(100% - 10px);
}
#concept .block .point li b {
	font-size: 34px;
}
#concept .block_bg {
	background-image: url(../images/concept/concept_bg.jpg);
	background-size: cover;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	background-position: center bottom;
	margin-top: 80px;
	margin-bottom: 80px;
	height: 640px;
}
#concept .block_bg ul.e_wrap {
	position: relative;
	width: 100%;
	height: 640px;
	background-image: url(../images/concept/concept_logo_eLIVING.png);
	background-size: auto 250px;
	background-position: 45% 200px;
}
#concept .block_bg ul.e_wrap li {
	width: 400px;
	text-align: left;
	padding-top: 50px;
}
#concept .block_bg ul.e_wrap li.e1 {
	position: absolute;
	top: 0;
	left: 0px;
	background-image: url(../images/concept/concept_efficient.png),url(../images/concept/concept_block.png);
	background-size: auto 50px,auto 45px;
	background-position:  left top, right 85%;
}
#concept .block_bg ul.e_wrap li.e2 {
	position: absolute;
	top: 200px;
	left: 0px;
	background-image: url(../images/concept/concept_elegant.png),url(../images/concept/concept_block.png);
	background-size: auto 50px,auto 70px;
	background-position:  left top, 80% 20%;
}
#concept .block_bg ul.e_wrap li.e3 {
	position: absolute;
	top: 425px;
	left: 0px;
	background-image: url(../images/concept/concept_enjoyable.png),url(../images/concept/concept_block.png);
	background-size: auto 50px,auto 55px;
	background-position:  left top, 90% 15%;
}
#concept .block_bg ul.e_wrap li.e4 {
	position: absolute;
	top: 0;
	right: 0px;
	background-image: url(../images/concept/concept_educate.png),url(../images/cconcept/concept_block.png);
	background-size: auto 50px,auto 55px;
	background-position:  100px top, left 80%;
}
#concept .block_bg ul.e_wrap li.e5 {
	position: absolute;
	top: 220px;
	right: 0px;
	background-image: url(../images/concept/concept_enrich.png),url(../images/concept/concept_block.png);
	background-size: auto 50px,auto 45px;
	background-position:  100px top, 10% 50%;
}
#concept .block_bg ul.e_wrap li.e6 {
	position: absolute;
	top: 440px;
	right: 0px;
	background-image: url(../images/concept/concept_essential.png),url(../images/concept/concept_block.png);
	background-size: auto 50px,auto 65px;
	background-position:  100px top, left top;
}
#concept .block_bg ul.e_wrap li .color1 {
	font-weight: bold;
}
#concept .block_bg ul.e_wrap li dl {
}
#concept .block_bg ul.e_wrap li dt {
	font-size: 18px;
}
#concept .block_bg ul.e_wrap li dd {
	font-size: 14px;
	line-height: 150%;
}
#concept .block_bg ul.e_wrap li.e1 dl,
#concept .block_bg ul.e_wrap li.e2 dl,
#concept .block_bg ul.e_wrap li.e3 dl {
	/*左寄せ*/
	width: 330px;
	margin-left: 0;
	margin-right: auto;
	padding-right: 100px;
}
#concept .block_bg ul.e_wrap li.e4,
#concept .block_bg ul.e_wrap li.e5,
#concept .block_bg ul.e_wrap li.e6 {
	/*右寄せ*/
	width: 330px;
	margin-left: auto;
	margin-right: 0;
	padding-left: 100px;
}
#concept .block .wrap {
	overflow: hidden;
	width: 75%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	margin-bottom: 50px;
}
#concept .block .wrap .left {
	float: left;
	width: 330px;
}
#concept .block .wrap .left .image {
}
#concept .block .wrap .right {
	float: right;
	margin-left: 20px;
}
#concept .block .wrap .right .r_text {
	line-height: 235%;
}
#concept .block .setsubi {
	overflow: hidden;
	margin-right: -2%;
	/*高さ揃える*/
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
#concept .block .setsubi dl {
	float: left;
	width: 44%;
	margin-right: 2%;
	margin-bottom: 20px;
	background-color: #ECF5F9;
	padding: 2%;
	box-sizing: content-box;
}
#concept .block .setsubi dt {
	color:#2F99BB;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 5px;
}
#concept .block .setsubi dd {
}
#concept .block .setsubi dd.s_text {
	font-size: 14px;
	line-height: 140%;
}
#concept .block .setsubi dd.s_wrap {
	overflow: hidden;
	margin-top: 15px;
}
#concept .block .setsubi dd.s_wrap .s_L {
	width: 210px;
	float: left;
}
#concept .block .setsubi dd.s_wrap .s_L p {
	font-size: 12px;
	line-height: 140%;
}
#concept .block .setsubi dd.s_wrap .s_L p b {
	font-size: 15px;
	line-height: 200%;
}
#concept .block .setsubi dd.s_wrap .s_R {
	width: 260px;
	float: right;
}
#concept .block .setsubi dd.s_wrap .s_R .image {
}
#concept .block .setsubi dd.s_wrap .s_R .image_photo {
	text-align: right;
	font-size: 10px;
	line-height: 20px;
	padding-top: 0px !important;
	margin-top: 0px !important;
}
#concept .block .setsubi dd.kome {
}
#concept .block .setsubi dd.shiyou {
}
#concept .block .setsubi dd.shiyou ul {
	overflow: hidden;
	padding-top: 3px;
}
#concept .block .setsubi dd.shiyou li {
	float: left;
	width: 25%;
	float: left;
}
#concept .block .setsubi dd.shiyou li .name {
	font-size: 12px;
	line-height: 140%;
	margin-top: 7px;
}
#concept .block .setsubi .center_img {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 23px;
}
/*======================
アクセス
======================*/
#access .page_tit {
	/*背景ページごと指**/
	background-image: url(../images/access/access_hd_bg.jpg);
	background-size: cover;
}
#access .page_tit {
	margin-bottom: 0px !important;
}
#access .block_bg {
/*	background-image: url(../images/access/access_bg.jpg);
	background-size: cover;*/
	text-align: center;
	padding-top: 80px;
	padding-bottom: 80px;
}
#access .block_bg .cap {
	font-size: 36px;
	line-height: 140%;
	padding-bottom: 20px;
	font-family: 'FOT-筑紫Aオールド明朝 Pr6 D','TsukuAOldMinPr6-D',sans-serif;
}
#access .block_bg .text {
	font-size: 18px;
	line-height: 250%;
	font-weight: bold;
	font-family: 'FOT-筑紫Aオールド明朝 Pr6 D','TsukuAOldMinPr6-D',sans-serif;
	color: #000;
}
#access .block .wrap {
	overflow: hidden;
	margin-top: 50px;
	border-bottom: 3px solid #EEE;
	margin-bottom: 10px;
	padding-bottom: 30px;
}
#access .block .wrap .left {
	float: left;
	width: 450px;
}
#access .block .wrap .left table th {
	width: 40px;
	padding-bottom: 15px;
}
#access .block .wrap .left table td {
	padding-bottom: 15px;
}
/*rosen_main*/
#access .block .wrap .left .rosen_main {
	background-color: #EEF5F9;
	padding: 15px;
}
#access .block .wrap .left .rosen_main dl {
	margin-bottom: 10px;
}
#access .block .wrap .left .rosen_main dl:last-child {
	margin-bottom: 0px !important;
}
#access .block .wrap .left .rosen_main dt {
	color: #2F99BB;
	border-bottom: 1px solid #2F99BB;
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: bold;
}
#access .block .wrap .left .rosen_main dd {
}
#access .block .wrap .left .rosen_main .beta {
	background-color: #2F99BB;
	color: #FFF;
	font-size: 11px;
	padding: 0px;
	margin-top: -10px;
	display: block;
}
#access .block .wrap .left .rosen_main .station {
	font-size: 30px;
}
#access .block .wrap .left .rosen_main b {
	font-weight: normal;
	color: #2F99BB;
	font-size: 34px;
	padding: 0 5px;
}
#access .block .wrap .left .rosen_main .distance {
	font-size: 12px;
}
#access .block .wrap .left .rosen_main i {
	font-style: normal;
	font-size: 18px;
}
/*rosen_sab*/
#access .block .wrap .left .rosen_sab {
	padding: 20px 15px;
}
#access .block .wrap .left .rosen_sab dl {
	margin-bottom: 30px;
}
#access .block .wrap .left .rosen_sab dl:last-child {
	margin-bottom: 0px !important;
}
#access .block .wrap .left .rosen_sab dt {
	color: #999;
	border-bottom: 1px solid #CCC;
	margin-bottom: 15px;
	font-weight: bold;
}
#access .block .wrap .left .rosen_sab dd {
}
#access .block .wrap .left .rosen_sab .station {
	font-size: 24px;
}
#access .block .wrap .left .rosen_sab .station small {
	font-size: 16px;
}
#access .block .wrap .left .rosen_sab em {
	font-style: normal;
	font-size: 12px !important;
	background-color: #B81C22;
	color: #FFF;
	padding: 0 5px;
	margin-left: 5px;
}
#access .block .wrap .left .rosen_sab b {
	font-weight: normal;
	color: #2F99BB;
	font-size: 34px;
	padding: 0 5px;
}
#access .block .wrap .left .rosen_sab .distance {
	font-size: 12px;
}
#access .block .wrap .left .rosen_sab i {
	font-style: normal;
	font-size: 16px;
}
#access .block .wrap .left .rosen_sab .kome {
}
#access .block .wrap .right {
	float: right;
	width: 620px;
}
#access .block .wrap .right .kome {
	text-align: right;
	padding-top: 10px;
}
/*======================
ロケーション
======================*/
#location .page_tit {
	/*背景ページごと指定*/
	background-image: url(../images/location/location_hd_bg.jpg);
	background-size: cover;
}
#location .cap {
	font-size: 36px;
	line-height: 140%;
	padding-bottom: 20px;
	font-family: 'FOT-筑紫Aオールド明朝 Pr6 D','TsukuAOldMinPr6-D',sans-serif;
	text-align: center;
}
#location .kuusatsu {
	margin-top: 50px;
	margin-bottom: 50px;
}
#location .kuusatsu .image {
	margin-bottom: 5px;
}
#location .kuusatsu .kome {
}
#location .main_sub {
	overflow: hidden;
	margin-top: 70px;
	margin-bottom: 70px;
}
#location .main_sub .left {
	width: 560px;
	float: left;
}
#location .main_sub .left .image {
}
#location .main_sub .left .place {
}
#location .main_sub .right {
	width: 500px;
	float: right;
}
#location .main_sub .right .tit_kei {
}
#location .main_sub .right .text {
	line-height: 200%;
}
#location .main_sub .right .sub {
	overflow: hidden;
	margin-top: 55px;
}
#location .main_sub .right .sub .image {
	width: 50%;
	float: left;
}
#location .main_sub .right .place {
	width: 46%;
	float: right;
	padding-top: 150px;
}
/*エリアバナー*/
#location .block_bnr {
	width: 100%;
	background-color: #F4F0E6;
	margin-top: 70px;
}
#location .block_bnr .bnr {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
	padding-bottom: 30px;
}
#location .map {
	margin-top: 70px;
	margin-bottom: 70px;
}
#location .map .image {
	margin-bottom: 5px;
}
#location .loc_wrap {
	overflow: hidden;
	margin-right: -3%;
	/*高さ揃える*/
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
#location .loc_wrap dl {
	width: 30.3%;
	margin-right: 3%;
	float: left;
	margin-bottom: 20px;
}
#location .loc_wrap dt.image {
}
/*▼ロケーション共通*/
#location .place {
	font-size: 14px;
	line-height: 140%;
	font-weight: bold;
	padding-top: 5px;
}
#location .place small {
	font-size: 11px;
	font-style: normal;
}
#location .place i {
	font-size: 11px;
	font-style: normal;
}
/*▼拡充分*/
#location .center {
	color: #2F99BB;
	font-size: 24px;
	text-align: center;
	margin-bottom: 30px;
}
#location dl.lb_bg {
	background-color: #EEF5F9;
	padding: 30px;
	overflow: hidden;
	margin-top: 30px;
}
#location dl.lb_bg dt.kei_waku {
	float: left;
	width: 150px;
	height: 150px;
	background-color: #2F99BB;
	color: #FFF;
	text-align: center;
	border: 1px solid #2F99BB;
	background-color: #FFF;
}
#location dl.lb_bg dt.kei_waku b {
	color: #2F99BB;
	font-size: 18px;
	line-height: 100%;
	display: block;
	padding-top: 70px;
}
#location dl.lb_bg dd {
	float: right;
	width: 860px;
}
#location dl.lb_bg dd .tit_kei {
	font-size: 28px !important;
	color: #064C63 !important;
	padding-bottom: 15px !important;
	margin-top: 20px;
	text-align: left  !important;
}
#location .text_L {
	font-size: 17px;
	line-height: 200%;
}
#location dl.lb_bg dd .loc_wrap {
	margin-top: 20px;
	overflow: hidden;
	margin-right: -3%;
	/*高さ揃える*/
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
#location dl.lb_bg dd .loc_wrap dl {
	width: 47%;
	margin-right: 3%;
	float: left;
	margin-bottom: 20px;
}
#location dl.lb_bg dd .loc_wrap dt.image {
	width: 100%;
}
#location dl.lb_bg dd .loc_wrap dd {
	width: 100%;
}
#location dl.lb_bg dd .loc_wrap dl.tate_3w {
	width: 48.5% !important;
}
#location dl.lb_bg dd .loc_wrap dl.yoko_3w {
	width: 44.5% !important;
}
#location dl.lb_bg dd .loc_wrap dl.yoko_3w dd {
	margin-bottom: 20px;
}

/*======================
間取り／一覧
======================*/
#plan .page_tit,
#plan_detial .page_tit {
	/*背景ページごと指定*/
	background-image: url(../images/plan/plan_hd_bg.jpg);
	background-size: cover;
}
#plan .block {
	margin-bottom: 50px;
}
#plan .cap {
	font-size: 33px;
	line-height: 140%;
	padding-bottom: 80px;
	font-family: 'FOT-筑紫Aオールド明朝 Pr6 D','TsukuAOldMinPr6-D',sans-serif;
	text-align: center;
}
#plan .plan_wrap {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	  /*個数なりゆき*/
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
      align-content: flex-start;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
}
#plan .plan_wrap li {
	width: 32.333%;
	border: 2px solid #2F99BB;
	display: inline-block;
	margin-bottom: 30px;
	position: relative;
}
#plan .plan_wrap li.none {
	border: 2px solid #fff;
}
#plan .plan_wrap li.w1 {
	margin-left: auto !important;
	margin-right: auto !important;
}
#plan .plan_wrap li:hover {
	background-color: #ECF5F9;
}
#plan .plan_wrap li.none:hover {
	background-color: #fff;
}
#plan .plan_wrap li:hover .css_btn_class_r {
	background-color: #B5AD50;
	color: #fff;
	text-decoration: none;
}
#plan .plan_wrap li a {
	text-decoration: none;
}
#plan .plan_wrap li .remnant {
	position: absolute;
	top: 88px;
	right: 10%;
	background: #ffa83b;
	color: #fff;
	padding: 0;
	width: 80%;
	text-align: center;
}
#plan .plan_wrap li .beta {
	background-color: #2F99BB;
	text-align: center;
	color: #FFF;
	font-size: 19px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#plan .plan_wrap li .plan_img {
	padding: 50px 30px 100px 30px;
}
#plan .plan_wrap li .more {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
}
/*▼拡充分*/
#plan .kome {
	padding-top: 5px;
}
#plan .tit_kei {
	font-size: 26px;
	text-align: center;
	padding-bottom: 10px;
}
#plan dl.lb_bg {
	background-color: #EEF5F9;
	padding: 30px;
	overflow: hidden;
}
#plan dl.lb_bg dt {
	float: left;
	width: 150px;
	height: 150px;
	background-color: #2F99BB;
	color: #FFF;
	text-align: center;
}
#plan dl.lb_bg dt img {
	width: auto;
	height: 33px;
	padding-top: 45px;
}
#plan dl.lb_bg dt b {
	font-size: 18px;
	line-height: 100%;
	display: block;
	padding-top: 10px;
}
#plan dl.lb_bg dt.kei_waku {
	border: 1px solid #2F99BB;
	background-color: #FFF;
}
#plan dl.lb_bg dt.kei_waku b {
	color: #2F99BB;
	padding-top: 70px;
}
#plan dl.lb_bg dd {
	float: right;
	width: 860px;
}
#plan dl.lb_bg dd .tit_kei {
	font-size: 28px !important;
	color: #064C63 !important;
	padding-bottom: 15px !important;
	margin-top: 20px;
	text-align: left  !important;
}
#plan .text_L {
	font-size: 18px;
	line-height: 200%;
}
#plan dl.lb_bg dd .wrap {
	overflow: hidden;
	margin-top: 30px;
}
#plan dl.lb_bg dd .wrap .left {
	float: left;
	width: 45%;
}
#plan dl.lb_bg dd .wrap .color1 {
	font-size: 20px;
	padding-bottom: 10px;
}
#plan dl.lb_bg dd .wrap .text_M {
}
#plan .text_M small {
	font-size: 10px;
}
#plan dl.lb_bg dd .wrap .right {
	float: right;
	width: 52%;
}
#plan dl.lb_bg dd .wrap2 {
	overflow: hidden;
	margin-top: 30px;
}
#plan dl.lb_bg dd .wrap2 .left {
	float: left;
	width: 52%;
}
#plan dl.lb_bg dd .wrap2 .right {
	float: right;
	width: 45%;
}
#plan .wh_bg {
	background-color: #FFF;
	padding: 30px;
	border-left: 30px solid #EEF5F9;
	border-right: 30px solid #EEF5F9;
	border-bottom: 30px solid #EEF5F9;
}
#plan .wh_bg .center {
	text-align: center;
	font-size: 24px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#plan .wh_bg .image100 {
	margin-top: 50px;
	margin-bottom: 50px;
}
#plan .wh_bg .image100_2 {
	margin-top: 50px;
}
#plan .wh_bg .point_wrap {
	overflow: hidden;
	margin-right: -3%;
}
#plan .wh_bg .point_wrap li {
	float: left;
	width: 22%;
	margin-right: 3%;
	margin-bottom: 15px;
}
#plan .wh_bg .point_wrap li .point {
	margin-top: 10px;
	margin-bottom: 15px;
	text-align: center;
	width: 45px;
	margin-left: auto;
	margin-right: auto;
	height: 45px;
	border: 1px solid #2F99BB;
	color: #2F99BB;
	}
#plan .wh_bg .point_wrap li .point small {
	display: block;
	font-size: 10px;
	line-height: 100%;
	padding-top: 5px;
}
#plan .wh_bg .point_wrap li .point b {
	font-size: 24px;
}
#plan .wh_bg .point_wrap li .image {
	margin-bottom: 10px;
}
#plan .wh_bg .point_wrap li .color1 {
	font-size: 16px;
	line-height: 160%;
	margin-bottom: 5px;
}
#plan .wh_bg .point_wrap li .text_S {
	font-size: 14px;
	line-height: 160%;
	text-align: justify;
}
#plan .wh_bg .point_wrap li .text_S small {
	font-size: 10px;
}

/*======================
間取り／詳細
======================*/
#plan_detial .cap {
	font-size: 33px;
	line-height: 140%;
	padding-bottom: 80px;
	font-family: 'FOT-筑紫Aオールド明朝 Pr6 D','TsukuAOldMinPr6-D',sans-serif;
	text-align: center;
}
#plan_detial .frame {
	width: 65%;
	margin-left: auto;
	margin-right: auto;
	border: 2px solid #2F99BB;
	padding: 3% 3% 3% 3%;
}
#plan_detial .madori_img {
	margin-bottom: 70px;
}
#plan_detial table {
	border: 2px solid #2F99BB;
	margin-bottom: 20px;
}
#plan_detial table td {
	text-align: center;
	font-size: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 50%;
}
#plan_detial table td.balcony {
	border-right: 2px solid #2F99BB;
}
#plan_detial table td.meter_box {
}
#plan_detial .point {
}
#plan_detial .point li {
	position: relative;
	font-size: 16px;
	padding-bottom: 15px;
}
#plan_detial .point li::before {
    content:' ►';
    margin: 0 10px 0 0;
    -moz-transition:0.5s all;
    -webkit-transition:0.5s all;
	font-size: 16px;
	color: #2F99BB;
}
#plan_detial .bottom {
	margin-top: 30px;
	overflow: hidden;
}
#plan_detial .bottom li {
	float: left;
	height: 20px;
}
#plan_detial .bottom li img {
	width: auto;
	height: 100% !important;
}
#plan_detial .bt {
	margin-top: 50px;
}
#plan_detial .hosoku {
	font-size: 12px;
	line-height: 160%;
	border: 1px solid #AAAAAA;
	padding: 20px 20px 20px 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#plan_detial .hosoku b {
	font-size: 14px;
	font-style: normal;
	display: inline-block;
	padding-top: 10px;
}
#plan_detial .hosoku table {
	border: none !important;
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 14px;
	line-height: 160%;
	text-align: left;
}
#plan_detial .hosoku th {
	width: 15%;
	background-color: #FFF !important;
	padding: 5px 0px 0px 0px;
	border-bottom: none !important;
	color: #064C63;
	font-size: 14px;
}
#plan_detial .hosoku td {
	padding: 5px 0px 0px 0px;
	border-bottom: none !important;
	font-size: 14px;
}
/*======================
現地案内図
======================*/
#map .page_tit {
	/*背景ページごと指定*/
	background-image: url(../images/map/map_hd_bg.jpg);
	background-size: cover;
}
#map {
}
#map .map_image {
	margin-bottom: 10px;
}
#map .bt {
	margin-top: 70px;
	width: 40%;
	margin-left: auto;
	margin-right: auto;
}
#map h3 {
	text-align: center;
	font-size: 1.85em;
	color: #fff;
	background: #2296C5;
	padding: 0.5em 0;
	margin: 2em 0 1em;
}
#map .info {
	width: 60%;
	margin: 0 auto;
}
#map .info p {
	background: #705c45;
	text-align: center;
	color: #fff;
	font-size: 1.1em;
	padding: 0.5em;
}

#map .wrap {
	overflow: hidden;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
}
#map .wrap .zoom {
	width: 50%;
	float: left;
}
#map .wrap .zoom .color1 {
	font-size: 22px;
	margin-bottom: 5px;
}
#map .wrap .bt {
	float: right;
	margin-top: 200px;
}
#map .wrap .zoom2 {
	width: 100%;
}
#map .wrap .zoom2 .color1 {
	font-size: 22px;
	margin-bottom: 5px;
}
/*======================
メリット
======================*/
#merit .page_tit {
	/*背景ページごと指定*/
	background-image: url(../images/merit/merit_hd_bg.jpg);
	background-size: cover;
}
#merit .block .cap {
	font-size: 36px;
	line-height: 140%;
	padding-bottom: 20px;
	font-family: 'FOT-筑紫Aオールド明朝 Pr6 D','TsukuAOldMinPr6-D',sans-serif;
	text-align: center;
}
#merit .block .text {
	font-size: 18px;
	line-height: 200%;
	font-weight: bold;
	font-family: 'FOT-筑紫Aオールド明朝 Pr6 D','TsukuAOldMinPr6-D',sans-serif;
	color: #000;
	text-align: center;
}
#merit .link_box {
	margin-top: 50px;
	margin-bottom: 50px;
	overflow: hidden;
	margin-right: -1.6%
}
#merit .link_box li {
	float: left;
	width: 15%;
	margin-right: 1.6%;
	letter-spacing: 3px;
}
#merit .link_box li a {
	width: 100%;
	text-decoration: none;
	display: inline-block;
	background-color: #EEF5F9;
	text-align: center;
	position: relative;
	padding: 15px 0 10px 0px;
	border: 2px solid #2F99BB;
	border-radius: 5px;
}
#merit .link_box li a:before {
	content: "";
	position: absolute;
	top: 18px;
	left: 15px;
	right: 0%;
	margin: 0;
	width: 20px;
	height: 25px;
	background-image: url(../images/arrow_btm_b.png);
	background-size: auto 12px;
	background-position: center center;
	background-repeat: no-repeat;
}
#merit .link_box li i {
	font-size: 20px;
	color: #888;
	font-style: normal;
	padding-right: 5px;
	padding-left: 30px;
}
#merit .link_box li b {
	font-size: 40px;
	color: #7F1A22;
}
#merit dl.lb_bg {
	background-color: #EEF5F9;
	padding: 30px;
	margin-bottom: 20px;
	overflow: hidden;
}
#merit dl.lb_bg dt {
	float: left;
	width: 150px;
	height: 150px;
	background-color: #FFF;
	position: relative;
}
#merit dl.lb_bg dt i {
	font-size: 20px;
	color: #888;
	font-style: normal;
	padding-right: 5px;
	text-align: center;
	display: block;
	letter-spacing: 3px;
	padding-top: 10px;
}
#merit dl.lb_bg dt b {
	font-size: 50px;
	color: #7F1A22;
	text-align: center;
	display: block;
	padding-top: 10px;
}
#merit dl.lb_bg dt span {
	color: #2F99BB;
	text-align: center;
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	bottom: 10px;
	font-size: 14px;
}
#merit dl.lb_bg dd {
	float: right;
	width: 860px;
}
#merit dl.lb_bg dd .tit_kei {
	font-size: 28px !important;
	color: #064C63 !important;
	padding-bottom: 15px !important;
	margin-top: 20px;
}
#merit dl.lb_bg dd ul.img_box {
	overflow: hidden;
	margin-right: -25px;
	margin-top: 20px;
}
#merit dl.lb_bg dd ul.img_box li {
	float: left;
	width: 415px;
	margin-right: 25px;
	height: 290px;
}
#merit dl.lb_bg dd .image {
	width: 100%;
	margin-top: 20px;
}
#merit dl.lb_bg dd .image_photo {
	position: relative;
}
#merit dl.lb_bg dd .image_photo:after {
	content: "image photo";
	display:block;
	font-size: 12px;
	color: #FFF;
	position: absolute;
	bottom: 10px;
	right: 10px;
}
#merit dl.lb_bg dd .image_perspective {
	position: relative;
}
#merit dl.lb_bg dd .image_perspective:after {
	content: "イメージパース";
	display: block;
	font-size: 12px;
	color: #B2C0CC;
	position: absolute;
	bottom: 10px;
	right: 10px;
}
#merit dl.lb_bg dd .day {
	position: relative;
}
#merit dl.lb_bg dd .day:after {
	content: "2020年5月撮影";
	display:block;
	font-size: 12px;
	color: #FFF;
	position: absolute;
	bottom: 10px;
	right: 10px;
}
#merit dl.lb_bg dd .point {
	margin-top: 20px;
}
#merit dl.lb_bg dd .point table {
	margin-bottom: 30px;
	border: 1px solid #2F99BB;
}
#merit dl.lb_bg dd .point table th {
	color: #2F99BB;
	font-size: 20px;
	width: 15%;
	padding: 20px 0% 20px 0%;
	text-align: center;
}
#merit dl.lb_bg dd .point table td {
	padding: 20px 0% 20px 0%;
}
#merit dl.lb_bg dd .point table td .red {
	color: #C91E21 !important;
}
#merit dl.lb_bg dd .point table td .example {
	width: 98%;
	margin-top: 15px;
}
#merit dl.lb_bg dd .point table td .example i {
	font-style: normal;
	background-color: #7F1A22;
	color: #FFF;
	padding: 10px;
	border: 1px solid #7F1A22;
	width: 35%;
	display: inline-block;
	text-align: center;
	font-size: 18px;
}
#merit dl.lb_bg dd .point table td .example b {
	color: #7F1A22;
	padding: 10px;
	border: 1px solid #7F1A22;
	width: 55%;
	display: inline-block;
	text-align: center;
	font-size: 18px;
}
#merit dl.lb_bg dd .point .center {
	text-align: center;
	font-size: 24px;
	line-height: 160%;
	padding-bottom: 10px;
}

/*======================
デザイン
======================*/
#design .page_tit {
	/*背景ページごと指定*/
	background-image: url(../images/design/design_hd_bg.jpg);
	background-size: cover;
}
#design .block {
	margin-bottom: 100px;
}
#design .cap {
	font-size: 36px;
	line-height: 140%;
	padding-bottom: 70px;
	font-family: 'FOT-筑紫Aオールド明朝 Pr6 D','TsukuAOldMinPr6-D',sans-serif;
	text-align: center;
}
#design .tit_kei {
	font-size: 26px;
	text-align: center;
	padding-bottom: 10px;
}
#design .text {
	font-size: 18px;
	line-height: 200%;
	font-weight: bold;
	font-family: 'FOT-筑紫Aオールド明朝 Pr6 D','TsukuAOldMinPr6-D',sans-serif;
	color: #000;
	text-align: center;
}
#design .main_img {
	margin-top: 30px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
#design .kome {
	margin-top: 10px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
#design dl.lb_bg {
	background-color: #EEF5F9;
	padding: 30px;
	margin-bottom: 20px;
	overflow: hidden;
}
#design dl.lb_bg dt {
	float: left;
	width: 150px;
	height: 150px;
	background-color: #2F99BB;
	color: #FFF;
	text-align: center;
}
#design dl.lb_bg dt img {
	width: auto;
	height: 33px;
	padding-top: 30px;
}
#design dl.lb_bg dt b {
	font-size: 18px;
	line-height: 100%;
	display: block;
	padding-top: 10px;
}
#design dl.lb_bg dt small {
	font-size: 14px;
	text-align: center;
}
#design dl.lb_bg dd {
	float: right;
	width: 860px;
}
#design dl.lb_bg dd .tit_kei {
	font-size: 28px !important;
	color: #064C63 !important;
	padding-bottom: 15px !important;
	margin-top: 20px;
	text-align: left  !important;
}
#design dl.lb_bg dd .wrap {
	overflow: hidden;
	margin-top: 10px;
}
#design dl.lb_bg dd .wrap .left {
	float: left;
	width: 73%;
}
#design dl.lb_bg dd .wrap .left .en {
	font-size: 18px;
	letter-spacing: 3px;
	color: #888;
	padding-bottom: 5px;
}
#design dl.lb_bg dd .wrap .left .color1 {
	font-size: 24px;
	line-height: 200%;
}
#design dl.lb_bg dd .wrap .left .text2 {
}
#design dl.lb_bg dd .wrap .left .name {
	text-align: right;
	font-size: 20px;
}
#design dl.lb_bg dd .wrap .left .name small {
	font-size: 13px;
}
#design dl.lb_bg dd .wrap .right {
	float: right;
	width: 23%;
	margin-top: 20px;
}
/*======================
設備・仕様
======================*/
#equipment .page_tit {
	/*背景ページごと指定*/
	background-image: url(../images/equipment/equipment_hd_bg.jpg);
	background-size: cover;
}
#equipment .cap {
}
#equipment dl.lb_bg {
	background-color: #EEF5F9;
	padding: 30px;
	overflow: hidden;
}
#equipment dl.lb_bg dt {
	float: left;
	width: 150px;
	height: 150px;
	background-color: #2F99BB;
	color: #FFF;
	text-align: center;
}
#equipment dl.lb_bg dt img {
	width: auto;
	height: 33px;
	padding-top: 45px;
}
#equipment dl.lb_bg dt b {
	font-size: 18px;
	line-height: 100%;
	display: block;
	padding-top: 10px;
}
#equipment dl.lb_bg dd {
	float: right;
	width: 860px;
}
#equipment dl.lb_bg dd .cap {
	font-size: 32px !important;
	color: #064C63 !important;
	margin-top: 50px;
	text-align: center;
}
#equipment .wh_bg {
	background-color: #FFF;
	padding: 30px;
	border-left: 30px solid #EEF5F9;
	border-right: 30px solid #EEF5F9;
	border-bottom: 30px solid #EEF5F9;
}
#equipment .box {
	margin-bottom: 50px;
}
#equipment .btm30 {
	margin-bottom: -20px;
}
#equipment .box .tit_kei_lg {
	color: #2F99BB;
	border-bottom: 2px solid #2F99BB;
	padding-bottom: 5px;
	margin-bottom: 20px;
	font-size: 20px;
}
#equipment .box .tit_kei_g {
	color: #999;
	border-bottom: 2px solid #CCC;
	padding-bottom: 5px;
	margin-bottom: 20px;
	font-size: 20px;
}
#equipment .box dl.w5_1 .tit_kei_g {
	font-size: 15px !important;
}
#equipment .box .tit_kei_lg small,
#equipment .box .tit_kei_g small {
	font-size: 12px;
	line-height: 140%;
}
#equipment #essential dt.L2 {/*2行揃えver*/
	border-bottom: 2px solid #CCC;
	margin-bottom: 20px;
	height: 45px;
	position: relative;
}
#equipment #essential dt.L2 .tit_kei_g {
	font-size: 15px !important;
	line-height: 120%;
	border-bottom: none;
	margin-bottom: 0px !important;
	position: absolute;
	bottom: 3px;
}

#equipment .box .wrap {
	overflow: hidden;
	margin-right: -20px;
	/*高さ揃える*/
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
#equipment .box .wrap dl {
	margin-bottom: 30px;
}
#equipment .box .wrap dl.w5_1 {/*1/5分割*/
	float: left;
	width: 180px;
	margin-right: 20px;
}
#equipment .box .wrap dl.w5_2 {/*2/5分割*/
	float: left;
	width: 380px;
	margin-right: 20px;
}
#equipment .box .wrap dl.w5_3 {/*3/5分割*/
	float: left;
	width: 580px;
	margin-right: 20px;
}
#equipment .box .wrap dl.w5_4 {/*4/5分割*/
	float: left;
	width: 800px;
	margin-right: 20px;
}
#equipment .box .wrap dl.w5_5 {/*5/5分割*/
	float: none;
	width: 1000px;
	margin-right: 20px;
}
#equipment .box .wrap dl.w5_5 .image {
	height: auto !important;
}
#equipment .box .wrap dt {
}
#equipment .box .wrap .image {
	width: 100%;
	height: 170px;
	margin-bottom: 10px;
	border: 1px solid #CCC;
	overflow: hidden;
	text-align: center;
	box-sizing: border-box;
}
#equipment .box .wrap dd {
}
#equipment .box .wrap .color1 {
	font-size: 15px;
	line-height: 130%;
	padding-bottom: 5px;
}
#equipment .box .wrap .color1 small {
	font-size: 10px;
}
#equipment .box .wrap .text {
	font-size: 13px;
	line-height: 160%;
	text-align: justify;
}
#equipment .box .wrap .kome {
	font-size: 10px;
}
#equipment .kome_other {
	font-size: 10px;
	margin-top: 10px;
	margin-bottom: 100px;
}
/*eco光ネット*/
#equipment dl#internet {
	float: left;
	width: 750px !important;
	margin-right: 20px;
	border-right: 1px solid #CCC;
}
#equipment dl#internet .color1 {
	font-size: 18px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-image: url(../images/equipment/equ6_2.jpg);
	background-position: 97% center;
	background-size: auto 35px;
}
#equipment dl#internet ul.net_wrap {
	overflow: hidden;
}
#equipment dl#internet ul.net_wrap li {
	float: left;
	width: 47%;
	margin-right: 3%;
}
#equipment dl#internet ul.net_wrap li .image {
	height: auto !important;
	border: none !important;
}
/*フレッツ光*/
#equipment dl#flets {
	float: left;
	width: 200px !important;
	margin-right: 20px;
}
#equipment dl#flets .image {
	height: auto !important;
	border: none !important;
	margin-top: 20px;
}
/*セキュリティ・構造共通*/
#equipment .center_en {
	text-align: center;
	font-size: 28px;
	letter-spacing: 3px;
	padding-top: 20px;
	padding-bottom: 50px;
	color: #2F99BB;
}
/*枠*/
#equipment .waku_lg {
	border: 2px solid #2F99BB;
	padding: 30px;
}
#equipment .waku_lg .waku_center {
	text-align: center;
	font-size: 20px;
	margin-bottom: 30px;
	color: #2F99BB;
}
#equipment .waku_lg .color1 {
	font-size: 16px;
	margin-bottom: 5px;
}
#equipment .waku_lg .wrap {
	overflow: hidden;
}
#equipment .waku_lg .wrap .left {
	float: left;
	width: 530px;
}
#equipment .waku_lg .wrap .text {
	font-size: 14px;
	line-height: 160%;
}
#equipment .waku_lg .wrap .kome {
	padding-top:5px;
	padding-bottom: 15px;
}
#equipment .waku_lg .wrap .beta_lg {
	background-color: #EEF5F9;
	padding: 10px;
	font-size: 14px;
	line-height: 160%;
	margin-top: 20px;
}
#equipment .waku_lg .wrap .right {
	float: right;
	width: 360px;
}
/*24時間駆けつけサービス*/
#equipment #service24 {
	margin-top: 70px;
}
#equipment #service24 .wrap {
	overflow: hidden;
}
#equipment #service24 .left {
	float: left;
	width: 270px;
	margin-right: 20px;
}
#equipment #service24 .right {
	float: right;
	width: 680px;
}
#equipment #service24 .wrap .image {
	height: auto !important;
	border: none !important;
}
/*======================
モデルルーム
======================*/
#modelroom .page_tit {
	/*背景ページごと指定*/
	background-image: url(../images/modelroom/modelroom_hd_bg.jpg);
	background-size: cover;
}
#modelroom .box {
	margin-bottom: 150px;
}
#modelroom .box:last-child {
	margin-bottom: 0px;
}
#modelroom .cate {
	text-align: center;
	margin-bottom: 30px;
}
#modelroom .cate .style {
	display: block;
	color: #2F99BB;
	font-size: 28px;
	width: 430px;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 2px solid #2F99BB;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#modelroom .cate .type {
	color: #AAA;
	font-size: 20px;
}
#modelroom .img_wrap {/*画像の上に文字*/
	position: relative;
}
#modelroom .img_wrap .image {
	width: 100%;
	z-index: 1;
}
#modelroom .img_wrap .ph_cap {
	position: absolute;
	bottom: 10px;
	right: 10px;
	color: #FFF;
	z-index: 2;
	font-size: 12px;
	line-height: 100%;
	letter-spacing: 1px;
}
#modelroom .main {
	width: 100%;
	margin-bottom: 30px;
}
#modelroom .wrap {
	overflow: hidden;
	margin-bottom: 30px;
}
#modelroom .wrap .left {
	float: left;
	width: 480px;
}
#modelroom .wrap .left .color1 {
	font-size: 24px;
	line-height: 160%;
}
#modelroom .wrap .left .madori {
	margin-top: 30px;
	width: 90%;
}
#modelroom .wrap .right {
	float: right;
	width: 590px;
}
#modelroom .wrap .right .cap {
	font-size: 32px;
	line-height: 150%;
	padding-bottom: 10px;
	font-family: 'FOT-筑紫Aオールド明朝 Pr6 D','TsukuAOldMinPr6-D',sans-serif;
}
#modelroom .wrap .right .text {
	font-size: 18px;
	line-height: 180%;
	font-weight: bold;
	font-family: 'FOT-筑紫Aオールド明朝 Pr6 D','TsukuAOldMinPr6-D',sans-serif;
}
#modelroom .wrap .right dl {
	margin-bottom: 30px;
}
#modelroom .wrap .right dt {
	overflow: hidden;
	border-bottom: 2px solid #2F99BB;
	padding-bottom: 2px;
	margin-bottom: 10px;
}
#modelroom .wrap .right dt span {
	background-color: #2F99BB;
	color: #FFF;
	font-size: 14px;
	line-height: 20px;
	padding: 0px 5px;
	display: inline-block;
	margin-right: 10px;
}
#modelroom .wrap .right dt b {
	font-style: normal;
	color: #2F99BB;
	font-size: 16px;
	line-height: 22px;
}
#modelroom .wrap .right dt i {
	float: right;
	font-style: normal;
	color: #777;
	font-size: 13px;
}
#modelroom .wrap .right dd {
	overflow: hidden;
}
#modelroom .wrap .right dd .text {
	font-family: "Sawarabi Mincho", serif;
}
#modelroom .wrap .right dd .half {
	float: left;
	width: 55%;
}
#modelroom .wrap .right dd .text b {
	display: block;
	font-size: 16px;
	line-height: 140%;
	padding-bottom: 5px;
}
#modelroom .wrap .right dd .text i {
	font-style: normal;
	color: #777;
	font-size: 14px;
	line-height: 160%;
}
#modelroom .wrap .right dd .image {
	float: right;
	width: 42%;
}
#modelroom .example_wrap {
	overflow: hidden;
	margin-top: 70px;
	margin-bottom: 15px;
}
#modelroom .example_wrap li.yoko {
	float: left;
	width: 50%;
	height: 320px;
}
#modelroom .example_wrap li.tate {
	float: left;
	width: 25%;
	height: 320px;
}
#modelroom .example_wrap li.img_wrap .image {
	width: 100%;
}

/*======================
事業主紹介
======================*/
#owner .page_tit {
	/*背景ページごと指定*/
	background-image: url(../images/owner/owner_hd_bg.jpg);
	background-size: cover;
	color: #FFF !important;
}
#owner .page_tit .mask {
	background: rgba(255,255,255,0.1) !important;
}
#owner .page_tit .en {
	color: #FFF !important;
}
#owner .page_logo {
	width: 160px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
#owner .block {
	margin-bottom: 100px;
}
#owner .cap {
	font-size: 36px;
	line-height: 140%;
	font-family: 'FOT-筑紫Aオールド明朝 Pr6 D','TsukuAOldMinPr6-D',sans-serif;
	text-align: center;
}
#owner .tit_kei {
	color: #7F1A22 !important;
	border-bottom: 2px solid #7F1A22 !important;
	font-size: 24px;
}
#owner .tit_kei i {
	font-size: 30px;
	font-style: normal;
}
#owner .tit_kei small {
	margin-left: 20px;
	font-size: 18px;
}
#owner .kei_k {
	color: #444;
	border-bottom: 1px solid #444;
	font-size: 18px;
	padding-bottom: 3px;
	margin-bottom: 10px;
}
#owner .wrap {
	overflow: hidden;
	margin-top: 30px;
}
#owner .wrap .left {
	float: left;
	width: 47%;
}
#owner .wrap .left dl {
	margin-bottom: 30px;
}
#owner .wrap .left dt {
}
#owner .wrap .left dd {
	font-size: 15px;
}
#owner .wrap .right {
	float: right;
	width: 50%;
}
#owner .wrap .right .kome {
	margin-top: 10px;
	text-align: right;
}
#owner .about {
	overflow: hidden;
	margin-top: 30px;
	margin-bottom: 30px;
}
#owner .about .free {
	float: left;
	width: 15%;
	background-color: #7F1A22;
	color: #FFF;
	text-align: center;
	padding: 10px 10px 10px 10px;
}
#owner .about .free small {
	font-size: 16px;
	display: block;
}
#owner .about .free b {
	font-size: 36px;
	display: block;
	padding-top: 5px;
	padding-bottom: 10px;
}
#owner .about dl {
	float: right;
	width: 81%;
}
#owner .about dt {
}
#owner .about dd {
	font-size: 15px;
}
#owner .club_wrap {
}
#owner .club_wrap dl {
	overflow: hidden;
	background-color: #EFEAE1;
	padding: 15px;
	margin-bottom: 15px;
	color: #7F1A22;
}
#owner .club_wrap dt {
	float: left;
	width: 42%;
	border-right: 1px solid #444;
	margin-right: 2%;
	font-weight: bold;
	font-size: 18px;
}
#owner .club_wrap dd {
}
#owner .ph_wrap {
	overflow: hidden;
	margin-right: -2%;
	margin-top: 30px;
}
#owner .ph_wrap dl {
	float: left;
	width: 23%;
	margin-right: 2%;
}
#owner .ph_wrap dt {
}
#owner .ph_wrap dd {
	margin-top: 10px;
	text-align: center;
	font-size: 13px;
	line-height: 160%;
}
/*======================
物件概要
======================*/
#outline .page_tit {
	/*背景ページごと指定*/
	background-image: url(../images/outline/outline_hd_bg.jpg);
	background-size: cover;
}
#outline .midashi {
	color: #2F99BB;
	font-size: 20px;
}
/*▼静的作業用（更新用script公開になったら不要）*/
#outline table {
	border: 1px solid #AAA;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
}
#outline table.t_01 {
	margin-bottom: 50px;
}
#outline table th {
	width: 25%;
	background-color: #FAFAFA;
	padding: 10px 20px;
	border-bottom: 1px dashed #AAAAAA;
}
#outline table td {
	padding: 10px 20px;
	border-bottom: 1px dashed #AAAAAA;
}
#outline table tr:last-child th, #outline table tr:last-child td {
	border-bottom: none;
}
/*お知らせ*/
#outline .info {
	font-size: 12px;
	line-height: 160%;
	border: 3px double #7F1A22;
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 15px;
}
#outline .info table {
	border: none !important;
	margin: 0px;
	padding: 0px;
	line-height: 160%;
}
#outline .info th {
	width: 12%;
	background-color: #FFF !important;
	border-bottom: none !important;
	color: #7F1A22;
	font-size: 16px;
}
#outline .info td {
	border-bottom: none !important;
	font-size: 14px;
}
/*補足*/
#outline .hosoku {
	font-size: 12px;
	line-height: 160%;
	border: 1px solid #AAAAAA;
	padding: 20px 20px 10px 20px;
	margin-top: 20px;
	margin-bottom: 10px;
}
#outline .hosoku table {
	border: none !important;
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 14px;
	line-height: 160%;
}
#outline .hosoku th {
	width: 15%;
	background-color: #FFF !important;
	padding: 5px 0px 0px 0px;
	border-bottom: none !important;
	color: #064C63;
}
#outline .hosoku td {
	padding: 5px 0px 0px 0px;
	border-bottom: none !important;
}
#outline .update {
	font-size: 14px;
	padding-bottom: 5px;
}
/*▲静的作業用（更新用script公開になったら不要）*/
/*▼更新用script /200715*/
#outline #LMPone {
}
#outline #LMPone table.buken_list {
	border: none !important;
	margin-top: 0px !important;
	margin-bottom: 20px;
	text-align: left;
	width: 100%;
}
#outline #LMPone table.buken_list th {
	width: 25%;
	background-color: #FAFAFA;
	padding: 10px 20px;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
}
#outline #LMPone table.buken_list td {
	padding: 10px 20px;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
}
#outline #LMPone table.buken_list tr:last-child th,
#outline #LMPone table.buken_list tr:last-child td {
	border-bottom: 1px solid #CCC !important;
}
#outline #LMPone table.buken_list h3 {
	color: #2F99BB;
	font-size: 20px;
	margin-top: 30px;
	border: none !important;
}
#outline #LMPone .buken_comment {
	font-size: 14px;
	line-height: 140%;
	padding-bottom: 5px;
}
/*======================
資料請求したお客様限定
モデルルームウォークスルー動画
======================*/
#only_plan {
	background-image: url(../images/only_plan/bg.png);
	background-repeat: repeat;
	background-size: auto 1000px;
	padding-top: 30px;
}
#only_plan .main {
	width: 100%;
	text-align: center;
}
#only_plan .only_tit {
	font-size: 24px;
	letter-spacing: 10px;
	text-align: center;
	color: #C5AA72;
	background-image: url(../images/only_plan/dec.png);
	background-position: center bottom;
	background-size: auto 25px;
	padding-bottom: 35px;
	margin-bottom: 30px;
}
#only_plan .main_img {
	width: 100%;
	background-image: url(../images/only_plan/main_bg.jpg);
	background-size: cover;
	height: 300px;
}
#only_plan .main_img .image {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	height: 210px;
	text-align: center;
	padding-top: 45px;
}
#only_plan .main_img .image img {
	width: auto;
	height: 100%;
}
#only_plan .link_bt {
	overflow: hidden;
	margin-right: -3.3%;
	margin-top: 50px;
}
#only_plan .link_bt li {
	float: left;
	width: 30%;
	margin-right: 3.3%;
}
#only_plan .link_bt li a {
	width: 100%;
	display: inline-block;
	text-decoration: none;
	color: #092343;
	overflow: hidden;
	padding: 10px 15px 10px 10px;
	box-sizing: border-box;
background: rgb(184,167,127);
background: -moz-linear-gradient(left,  rgba(184,167,127,1) 0%, rgba(224,204,171,1) 50%, rgba(184,167,127,1) 100%);
background: -webkit-linear-gradient(left,  rgba(184,167,127,1) 0%,rgba(224,204,171,1) 50%,rgba(184,167,127,1) 100%);
background: linear-gradient(to right,  rgba(184,167,127,1) 0%,rgba(224,204,171,1) 50%,rgba(184,167,127,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8a77f', endColorstr='#b8a77f',GradientType=1 );
}
#only_plan .link_bt li a:hover {
	color: #FFF;
opacity: 1.0; /* Standard: FF gt 1.5, Opera, Safari */
filter: alpha(opacity=100); /* IE lt 8 */
-ms-filter: "alpha(opacity=100)"; /* IE 8 */
-khtml-opacity: 1.0; /* Safari 1.x */
-moz-opacity: 1.0; /* FF lt 1.5, Netscape */

background: rgb(147,135,103);
background: -moz-linear-gradient(left,  rgba(147,135,103,1) 0%, rgba(191,176,147,1) 50%, rgba(147,135,103,1) 100%);
background: -webkit-linear-gradient(left,  rgba(147,135,103,1) 0%,rgba(191,176,147,1) 50%,rgba(147,135,103,1) 100%);
background: linear-gradient(to right,  rgba(147,135,103,1) 0%,rgba(191,176,147,1) 50%,rgba(147,135,103,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#938767', endColorstr='#938767',GradientType=1 );
}
#only_plan .link_bt li a b {
	float: left;
	background-image: url(../images/only_plan/arrow_btm_b.png);
	background-size: auto 13px;
	background-position: left center;
	padding-left: 25px;
	font-size: 20px;
}
#only_plan .link_bt li a i {
	float: right;
	text-align: right;
	font-style: normal;
	font-size: 14px;
}
#only_plan .cate {
	text-align: center;
	margin-bottom: 30px;
	margin-top: 70px;
}
#only_plan .cate .style {
	display: block;
	color: #FFF;
	font-size: 28px;
	width: 430px;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 2px solid #FFF;
	padding-bottom: 10px;
	margin-bottom: 10px;
	letter-spacing: 5px;
}
#only_plan .cate .type {
	color: #FFF;
	font-size: 16px;
	letter-spacing: 5px;
}
#only_plan dl.type {
	overflow: hidden;
	background-color: #FFF;
	margin-bottom: 25px;
}
#only_plan dl.type dt {
	float: left;
	width: 50%;
}
#only_plan dl.type dd {
	float: right;
	width: 46%;
	padding: 20px;
}
#only_plan dl.type dd .type_text {
	color: #C2973C;
	font-size: 18px;
}
#only_plan dl.type dd .image {
	padding-top: 12px;
}
#only_plan .movie {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	height: 600px;
}
#only_plan .movie .ricoh-theta-tour-image {
	width: 100%;
}
#only_plan #plan {
	margin-top: 0px;
}
/*======================
footer
======================*/
.pagetop {
	text-align: center;
	bottom: 100px;
	right: 20px;
	position: fixed;
	z-index:99999999999999999;
}
.pagetop img {
	width: 50px;
}
footer {
	padding-bottom: 80px;
	border-top: 4px solid #1F1D1D;
}
footer .wrap {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
}
/*フッターメニュー1*/
footer .wrap ul.ft_menu {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 30px;
	margin-top: 30px;
}
footer .wrap ul.ft_menu li {
	line-height: 160%;
	text-align: center;
	border-right: 1px solid #CCCCCC;
	width: 10%;
	box-sizing: border-box;
	padding-top: 10px;
}
footer .wrap ul.ft_menu li:first-child {
	border-left: 1px solid #CCCCCC;
}
footer .wrap ul.ft_menu li.NEW::after {
	content: "NEW";
	display:block;
	font-size: 10px;
	line-height: 100%;
	color: #FD0004;
}
footer .wrap ul.ft_menu li a {
	text-decoration: none;
	color: #666;
	font-size: 12px;
}
footer .wrap ul.ft_menu li a:hover {
	text-decoration: none;
}
/*フッターメニュー2*/
footer .wrap ul.ft_menu2 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 60px;
	margin-top: 30px;
}
footer .wrap ul.ft_menu2 li {
	line-height: 160%;
	text-align: center;
	border-right: 1px solid #CCCCCC;
	width: 20%;
	box-sizing: border-box;
	padding-top: 10px;
}
footer .wrap ul.ft_menu2 li:first-child {
	border-left: 1px solid #CCCCCC;
}
footer .wrap ul.ft_menu2 li.NEW::after {
	content: "NEW";
	display:block;
	font-size: 10px;
	line-height: 100%;
	color: #FD0004;
}
footer .wrap ul.ft_menu2 li a {
	text-decoration: none;
	color: #666;
	font-size: 12px;
}
footer .wrap ul.ft_menu2 li a:hover {
	text-decoration: none;
}
footer .info {
	text-align: center;
}
footer .info .name {
	line-height: 140%;
}
footer .info .tel {
	margin-top: 30px;
	margin-bottom: 30px;
}
footer .info .tel a {
	text-decoration: none;
	font-size: 70px;
	color: #2F99BB;
}
footer .info .tel:before {
	content: "";
	display: inline-block;
	width: 4em;
	height: 3em;
	background-image: url(../images/free_dial.jpg);
	background-size: auto 30px;
	background-repeat: no-repeat;
	background-position: left 15px;
}
footer .info .hours {
	line-height: 140%;
}
footer .info .red_waku {
	border: 1px solid #7F1B22;
	padding: 15px;
	color: #7F1B22;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 30px;
}
footer .info .red_waku b {
	display: block;
}
footer .info .red_waku small {
	line-height: 160%;
	font-size: 13px;
}
footer .com_logos {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}
footer .com_logos dl {
}
footer .com_logos dt {
	font-size: 13px;
}
footer .com_logos dd {
	width: 250px;
}
#copyright {
	text-align: center;
	font-size: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #AAA;
	clear: both;
}
#fix_btm_bnr {
	width: 100%;
	position: fixed;
	bottom: 0;
	z-index:99999999999999999;
	background-color: rgba(127,26,34,0.80);
	color: #FFF;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 5px;
	transform: translateY(100%);
	transition: transform 0.5s ease-out;
	font-family: "YakuhanMin", "Yu Mincho", "YuMincho", "Noto Serif JP", serif;
}
#fix_btm_bnr.fire {
	transform: none;
	transition: transform 0.5s ease-out;
}
#fix_btm_bnr p {
	font-size: 22px;
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
}
#fix_btm_bnr .price {
}
#fix_btm_bnr .price b {
	color: #FED52E;
	font-size: 40px;
	padding-left: 3px;
	display: inline-block;
}
#fix_btm_bnr .price2 {
	width: 100px;
	display: inline-block;
	text-align: left;
}
#fix_btm_bnr .price2 small {
	font-size: 18px;
}
#fix_btm_bnr .price2 i {
	font-size: 10px;
	line-height: 140%;
	font-style: normal;
	display: block;
	letter-spacing: 2px;
}
#fix_btm_bnr .cap {
	color: #FED52E;
	font-size: 30px;
}
#fix_btm_bnr .kome {
	font-size: 18px;
}
#fix_btm_bnr .kome small {
	font-size: 10px;
	padding-left: 5px;
	padding-right: 5px;
}

/*=========================フッター1===========================*/
section#footer_1 {
	overflow: hidden;
	margin: 110px auto 0;
}

section#footer_1 .text_1 {
	font-size: 24px;
	text-align: center;
}
section#footer_1 .btns {
	max-width: 970px;
	margin: 30px auto 0;
}
section#footer_1 .btns .res_btn {
	width: 49%;
	float: left;
	padding: 0 7px 0 0;
}
section#footer_1 .btns .req_btn {
	width: 49%;
	float: left;
	padding: 0 0 0 7px;
}
@media screen and (max-width: 640px) {
	section#footer_1 {
		padding: 0 3%;
	}
	section#footer_1 .text_1 {
		text-align: center;
	}
	.note {
		margin: 20px auto 0;
		padding: 0 3%;
	}

}
/*=========================フッター1===========================*/


/*=========================フッター2===========================*/
section#footer_2 {
	margin: 0 auto;
	overflow: hidden;
}
section#footer_2 .menu_btn {
	max-width: 128px;
	margin: 80px auto 0;
}
section#footer_2 .text_1 {
	margin: 45px auto 0;
	font-size: 16px;
	text-align: center;
}
section#footer_2 .tel {
	max-width: 420px;
	margin: 45px auto 0;
}
section#footer_2 .working_hour {
	font-size: 14px;
	text-align: center;
	margin: 45px auto 0;
}
section#footer_2 .footer_logo {
	max-width: 1000px;
	width: 100%;
	margin: 60px auto 0;
	overflow: hidden;
	display: flex;
  justify-content: center;
  align-items: center;
}
section#footer_2 .footer_logo .seller {
	width: 37%;
	padding: 10px 0 0 0;
}
section#footer_2 .footer_logo .agent {
	padding: 0 0 0 5%;
	width: 37%;
}
section#footer_2 .footer_logo .sumo {
	padding: 0 0 0 5%;
	width: 20%;
}



section#footer_2 .copyright {
	font-size: 10px;
	margin: 55px auto 70px;
	text-align: right;
}
@media screen and (max-width: 640px) {
	section#footer_2 {
		padding: 0 3%;
	}
	section#footer_2 .text_1 {
		margin: 20px auto 0;
		font-size: 12px;
	}
	section#footer_2 .tel {
		margin: 20px auto 0;
	}
	section#footer_2 .working_hour {
		margin: 20px auto 0;
		font-size: 12px;
		line-height: 1.4;
	}
	section#footer_2 .footer_logo .seller,
	section#footer_2 .footer_logo .agent {
		margin: 20px auto 0;
	}
	section#footer_2 .copyright {
		margin: 20px auto 0;
		font-size: 10px;
		text-align: center;
	}
}

/*=========================フッター2===========================*/

.kokuchi {
	text-align: center;
	color: #630007;
	padding: 2em 0 0 0;
}

.bnr_special {
	margin: 0 auto 0;
	overflow: hidden;
	position: relative;
	max-width: 1280px;
	display: none;
}
body.bnrOn .bnr_special {
	display: block;
}
#contents .bnr_special {
	margin: 1em auto;
}
.bnr_special {
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0,0,0,0.3);
  border: 2px solid #621f22;
  background: #fff;
  z-index: 1;
}
.bnr_special.type-e {
	margin: 0 auto 2em;
}
.bnr_special div {
  position: absolute;
  top: 0;
  right: 0;
  width: 50.8%;
  height: 100%;
  z-index: -1;
}
.bnr_special:hover div {
  opacity: 0.7;
}
.bnr_special img.base {
}
.bnr_special img.bnr {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10000;
}
.bnr_special a {
  display: block;
  z-index: 10000;
}
.bnr_special .reflection2 {
  z-index: 10001;
}

.reflection2 {
  height: 100%;
  width: 30px;
  position: absolute;
  bottom: -190px;
  left: 0;
  background-color: #fff;
  opacity:0;
  transform: rotate(-45deg);
  animation: reflection2 2s ease-in-out infinite;
}

@keyframes reflection2 {
  0% { transform: scale(0) rotate(-45deg); opacity: 0; }
  80% { transform: scale(0) rotate(-45deg); opacity: 0.5; }
  81% { transform: scale(4) rotate(-45deg); opacity: 0.8; }
  100% { transform: scale(65) rotate(-45deg); opacity: 0; }
}

.bnr_special .new {
  position: absolute;
  top: 7%;
  right: -5%;
  background: #621f22;
  color: #FED52E;
  font-weight: bold;
  padding: 0.75em 3em;
  font-size: 1.6em;
  z-index: 10001;
	transform: rotate(45deg);
}


.bnr_special2 {
	overflow: hidden;
	position: relative;
	max-width: 1280px;
  box-shadow: 0 0 20px rgba(0,0,0,0.3);
  border: 2px solid #621f22;
  background: #fff;
  z-index: 1;
	margin: 0 auto 20px;
}

.bnr_special2 .new {
  position: absolute;
  top: 2px;
  right: 2px;
  background: #621f22;
  color: #FED52E;
  font-weight: bold;
  padding: 0 1em;
  font-size: 1.2em;
	z-index: 10001;
}

