* {
	margin: 0;
	padding: 0;
}

html {
  font-size: 62.5%; /* sets the base font to 10px for easier math */
}

body {
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	color: #666666;
	width: 100%;
	position: relative;
}

a,a:hover,a:visited {
	color: #666666;
}

a{
	outline: none;
}

a.tel {
	text-decoration: none;
}

a:focus{
	outline: none;
}

@media print, screen and (min-width:0px){

.mobile {
	display: none;
}

/* ---------- ハンバーガーメニュー ---------- */

#nav-drawer {
	position: fixed;
	top: 1em;
	right: 1.5em;
	z-index: 100;
}

/*チェックボックス等は非表示に*/
.nav-unshown {
  display:none;
}

/*アイコンのスペース*/
#nav-open {
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: middle;
}

/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
  position: absolute;
  height: 5px;/*線の太さ*/
  width: 40px;/*長さ*/
  border-radius: 2px;
  background: rgba(0,0,0,0.2);
  display: block;
  content: '';
  cursor: pointer;
}
#nav-open span:before {
  bottom: -15px;
}
#nav-open span:after {
  bottom: -30px;
}

/*閉じる用の薄黒カバー*/
#nav-close {
  display: none;/*はじめは隠しておく*/
  position: fixed;
  z-index: 99;
  top: 0;/*全体に広がるように*/
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: .3s ease-in-out;
}

/*中身*/
#nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;/*最前面に*/
  width: 60%;/*右側に隙間を作る（閉じるカバーを表示）*/
  max-width: 500px;/*最大幅（調整してください）*/
  height: 100%;
  background: rgba(255,255,255,0.7);/*背景色*/
  transition: .3s ease-in-out;/*滑らかに表示*/
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);/*左に隠しておく*/
}

#nav-drawer #nav-content li a {
	display: block;
	width: 100%;
	height: auto;
	text-indent: 0;
	text-align: center;
	padding: 1.5em 0.5em;
	text-decoration: none;
	background-image: none;
	color: #fff;
	font-size: 1.6rem;
	background-color: #2a477a;
	border-bottom: solid 1px rgba(255,255,255,0.5);
}

#nav-drawer #nav-content li a:hover {
	background-color: #e7f0fd;
	color: #2a477a;
}

/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
  display: block;/*カバーを表示*/
  opacity: .3;
}

#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);/*中身を表示（右へスライド）*/
  box-shadow: 6px 0 25px rgba(0,0,0,.15);
}


/* ---------- ヘッダー ---------- */

#header {
	width: 100%;
	height:auto;
	overflow: hidden;
}

#header .header-body {
	width: 1200px;
	height: 100px;
	overflow: hidden;
	margin: 0 auto;
}

#header .header-title a {
	width: 300px;
	height: 80px;
	background-image: url(images/verdio_title.png);
	text-indent: -9999px;
	float: left;
	margin-top: 10px;
}

#header .header-tel a {
	display: block;
	width: 300px;
	height: 100px;
	overflow: hidden;
	float: left;
	background-image: url(images/header_tel.png);
	text-indent: -9999px;
	margin-left: 65px;
}

#header .headder-logo {
	width: 460px;
	height: 100px;
	background-image: url(images/header_logo.png);
	text-indent: -9999px;
	float: right;
}

#header .navi-area {
	width: 100%;
	height: 60px;
	overflow: hidden;
	background-color: #2a477a;
}

#header .main-menu {
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}

#header .main-menu ul,
#header .main-menu li {
	list-style: none;
}

#header .main-menu li a {
	display: block;
	width: 240px;
	height: 60px;
	float: left;
	background-image: url(images/main_navi.png);
	text-indent: -9999px;
}

#header .main-menu .menu01 a {
	background-position: 0 0;
}

#header .main-menu .menu01 a:hover {
	background-position: 0 -60px;
}

#header .main-menu .menu02 a {
	background-position: -240px 0;
}

#header .main-menu .menu02 a:hover {
	background-position: -240px -60px;
}

#header .main-menu .menu03 a {
	background-position: -480px 0;
}

#header .main-menu .menu03 a:hover {
	background-position: -480px -60px;
}

#header .main-menu .menu04 a {
	background-position: -720px 0;
}

#header .main-menu .menu04 a:hover {
	background-position: -720px -60px;
}

#header .main-menu .menu05 a {
	background-position: -960px 0;
}

#header .main-menu .menu05 a:hover {
	background-position: -960px -60px;
}

/* ---------- トップイメージ ---------- */

#top-image {
	width: 100%;
	height: 0;
	padding-top:21.5%;
	background-image: url(images/top_image.png);
	background-size: contain;
	text-indent: -9999px;
}


/* ---------- メインエリア ---------- */

#main {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.main-box {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.main-box h2 {
	width: 100%;
	height: 140px;
	background-color: #f5f5f5;
	background-position: center center;
	background-repeat: no-repeat;
	text-indent: -9999px;
}

/* ---------- 物件概要 ---------- */

#overview {
	width: 100%;
	height:auto;
	overflow: hidden;
	background-image: url(images/overview_back.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-bottom: 40px;
}

#overview h2 {
	background-image: url(images/overview_title.png);
}

.main-box .overview-box {
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 40px;
	padding-bottom: 40px;
}

 .overview-box .photo-box {
	width: 680px;
	height: auto;
	overflow: hidden;
	float: left;
}

 .overview-box .overview-text {
	width: 520px;
	height: auto;
	overflow: hidden;
}

.overview-text .overview-list {
	width: 100%;
	min-height: 40px;
	overflow: hidden;
	background-color: #f5f5f5;
	line-height: 40px;
	color: #2a477a;
}

.overview-text .even {
	    background-color: rgba(255,255,255,0.5);
}

.overview-text .overview-list dt {
	display: block;
	box-sizing: border-box;
	width: 45%;
	height: auto;
	float: left;
	padding-left: 1em;
}
.overview-text .overview-list dd {
	display: block;
	box-sizing: border-box;
	width: 55%;
	height: auto;
	float: left;
}

/* ---------- ルームプラン ---------- */

#roomplan {
	width: 100%;
	height:auto;
	overflow: hidden;
}

#roomplan h2 {
	background-image: url(images/roomplan_title.png);
}

.main-box .type-box {
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 40px;
	padding-bottom: 40px;
}

.type-box .a-type {
	width: 600px;
	height: 900px;
	background-image: url(images/a-type.png);
	text-indent: -9999px;
	float: left;
}

.type-box .b-e-type {
	width: 600px;
	height: auto;
	overflow: hidden;
	float: left;
}

.type-box .b-e-type .b-type,
.type-box .b-e-type .c-type,
.type-box .b-e-type .d-type,
.type-box .b-e-type .e-type {
	width: 300px;
	height: 450px;
	float: left;
	text-indent: -9999px;
}

.type-box .b-e-type .b-type {
	background-image: url(images/b-type.png);
}

.type-box .b-e-type .c-type {
	background-image: url(images/c-type.png);
}

.type-box .b-e-type .d-type {
	background-image: url(images/d-type.png);
}

.type-box .b-e-type .e-type {
	background-image: url(images/e-type.png);
}

#roomplan .layout {
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin: 40px auto;
}

#roomplan .layout h3 {
	width: 100%;
	height: 100px;
	background-image: url(images/layout_title.png);
	text-indent: -9999px;
}

#roomplan .floor-layout {
	width: 100%;
	height: 180px;
	background-image: url(images/floor_layout.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
}

/* ---------- 周辺環境 ---------- */

#location {
	width: 100%;
	height:auto;
	overflow: hidden;
}

#location h2 {
	background-image: url(images/location_title.png);
}

#location .location-box {
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 20px;
	padding-bottom: 40px;
	background-image: url(images/location_back.png);
	background-repeat: no-repeat;
	background-position: right 80px;
}

#location .location-box h3 {
	width: 1200px;
	height: 100px;
	background-image: url(images/acces_title.png);
	text-indent: -9999px;
}

.location-box .access-text {
	width: 600px;
	height: auto;
	overflow: hidden;
}

.access-text .access-list {
	width: 100%;
	height: 40px;
	overflow: hidden;
	background-color: #f5f5f5;
	line-height: 40px;
	color: #2a477a
}

.access-text .even {
    background-color: rgba(255,255,255,0.5);
}

.access-text .access-list dt {
    display: block;
    box-sizing: border-box;
    width: 50%;
    height: auto;
    float: left;
    padding-left: 1em;
}

.access-text .access-list dd {
    display: block;
    box-sizing: border-box;
    width: 50%;
    height: auto;
    float: left;
}

#location .map-box {
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 40px;
	padding-bottom: 40px;
}

#location .map-box  h3 {
	width: 1200px;
	height: 100px;
	background-image: url(images/map_title.png);
	text-indent: -9999px;
}

#location .map-box .map-frame {
	width: 1198px;
	height: 498px;
	border: solid 1px #2a477a;
}

/* ---------- 設備 ---------- */

#equipment {
	width: 100%;
	height:auto;
	overflow: hidden;
}

#equipment h2 {
	background-image: url(images/equipment_title.png);
}

#equipment .equipment-box {
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 40px;
	padding-bottom: 40px;
}

#equipment .equipmen-list {
	width: 100%;
	height: auto;
	overflow: hidden;
}

#equipment .equipmen-list ul,
#equipment .equipmen-list li {
	list-style: none;
}

#equipment .equipmen-list li {
	display: block;
	width: 270px;
	height: 60px;
	float: left;
	margin-right: 40px;
	margin-bottom: 40px;
	text-indent: -9999px;
}

#equipment .equipmen-list li.setsubi-01 {
	background-image: url(images/auto_lock.jpg);
}

#equipment .equipmen-list li.setsubi-02 {
	background-image: url(images/elevator.jpg);
}

#equipment .equipmen-list li.setsubi-03 {
	background-image: url(images/internet.jpg);
}

#equipment .equipmen-list li.setsubi-04 {
	background-image: url(images/separate.jpg);
	margin-right: 0;
}

#equipment .equipmen-list li.setsubi-05 {
	background-image: url(images/aircon.jpg);
}

#equipment .equipmen-list li.setsubi-06 {
	background-image: url(images/laundry.jpg);
}

#equipment .equipmen-list li.setsubi-07 {
	background-image: url(images/toilet.jpg);
}

#equipment .equipmen-list li.setsubi-08 {
	background-image: url(images/electric.jpg);
	margin-right: 0;
}

#equipment .fha-list {
	width: 100%;
	height: auto;
	overflow: hidden;
}

#equipment .fha-list h3 {
	width: 1200px;
	height: 100px;
	background-image: url(images/fha_title.png);
	text-indent: -9999px;
}

#equipment .fha-list ul,
#equipment .fha-list li {
	list-style: none;
}

#equipment .fha-list li {
	display: block;
	width: 600px;
	height: 200px;
	float: left;
	text-indent: -9999px;
	margin-bottom: 20px;
}

#equipment .fha-list li.fha-01 {
	background-image: url(images/tv.jpg);
}

#equipment .fha-list li.fha-02 {
	background-image: url(images/tv_stand.jpg);
}

#equipment .fha-list li.fha-03 {
	background-image: url(images/refrigerator.jpg);
}

#equipment .fha-list li.fha-04 {
	background-image: url(images/washer.jpg);
}

#equipment .fha-list li.fha-05 {
	background-image: url(images/oven.jpg);
}

/* ---------- 設備 ---------- */

#details {
	width: 100%;
	height:auto;
	overflow: hidden;
}

#details h2 {
	background-image: url(images/details_title.png);
}

#details .details-box {
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 40px;
	padding-bottom: 40px;
}

#details .details-box a {
	display: block;
	width: 300px;
	height: 80px;
	background-image: url(images/details_button.jpg);
	text-indent: -9999px;
	margin: 40px auto;
}

#details .details-box a:hover {
	background-position: center -80px;
}

/* ---------- フッター ---------- */

.footer {
	width: 100%;
	height: auto;
	overflow: hidden;
	background-color:rgba(84,149,238,0.14);
}

.footer .link-box {
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	padding: 2em 0;
}

.footer .link-box .footer-link {
	width: 50%;
	height: auto;
	float: left;
	text-align: center;
}

.footer .link-box .footer-link a {
	color: #2a477a;
	text-decoration: none;
}

.footer .footer-area {
	width: 100%;
	height: auto;
	overflow: hidden;
	background-color: #ffffff;
}

.footer .footer-body {
	width: 1200px;
	height: 100px;
	overflow: hidden;
	margin: 0 auto;
}

.footer .footer-title a {
	width: 300px;
	height: 80px;
	background-image: url(images/verdio_title.png);
	text-indent: -9999px;
	float: left;
	margin-top: 10px;
}

.footer .footer-tel a {
	display: block;
	width: 300px;
	height: 100px;
	overflow: hidden;
	float: left;
	background-image: url(images/header_tel.png);
	text-indent: -9999px;
	margin-left: 65px;
}

.footer .footer-logo {
	width: 460px;
	height: 100px;
	background-image: url(images/header_logo.png);
	text-indent: -9999px;
	float: right;
}

#copy-box {
	width: 100%;
	height: auto;
	padding: 0.3em 0;
	text-align: center;
	color: #ffffff;
	background-color: #2a477a;
}

#pageTop {
	position: fixed;
	bottom: 1em;
	right: 1em;
	z-index: 200;
}

#pageTop a {
	display: block;
	z-index: 999;
	border-radius: 30px;
	width: 60px;
	height: 60px;
	background-color: #2a477a;
	color: #fff;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 60px;
	text-decoration: none;
	text-align: center;
}

/* ---------- 物件資料請求 ---------- */

#request .main-box h2 {
	background-image: url(images/request_title.png);
}

#request .request-box {
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}

#request form,
#request form input,
#request form select,
#request form textarea {
	font-size: 1.2em;
}

#request #formWrap {
	margin-top: 40px;
}

#request #formWrap form {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 40px;
}

#request #formWrap .form-box {
	width: 100%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
	margin-bottom: 40px;
	border: solid 1px #2a477a;
	border-bottom: none;
}

#request #formWrap .form-box dl {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
	border-bottom: solid 1px #2a477a;
	background: rgba(42, 71, 122, 0.05);
}

#request #formWrap .form-box dt {
	display: block;
	width: 35%;
	height: 100%;
	overflow: hidden;
	box-sizing: border-box;
	float: left;
	padding: 1em;
	line-height: 2em;
	color: #2a477a;
}

#request #formWrap .form-box dd {
	display: block;
	width: 65%;
	height: 100%;
	overflow: hidden;
	box-sizing: border-box;
	float: left;
	padding: 1em;
	border-left: solid 1px #2a477a;
	line-height: 2em;
	background: #ffffff;
}

#request form .button-box {
	width: 60%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	margin-bottom: 40px;
}

#request form span {
	color: #ac2455;
}

#request form .button-box input {
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
	width: 300px;
	height: 60px;
	background-color: #2a477a;
	font-size: 1.2em;
	color: #ffffff;
	text-align: center;
	line-height: 60px;
	border-radius: 5px;
	text-decoration: none;
}

#request form .button-box input[type="submit"] {
	float: left;
}

#request form .button-box input[type="reset"] {
	float: right;
}

#request .form-box .notice {
	margin-bottom: 40px;
}

/* ---------- 物件資料請求（確認画面） ---------- */

#request .kakunin {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}

#request .kakunin #formWrap {
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin: 2em auto;
}

#request #formWrap h3 {
	font-size: 1.4em;
	color: #2a477a;
	text-align: center;
	margin: 1em auto;
}

#request #formWrap form {
    width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    margin-bottom: 40px;
}

#request .kakunin #formWrap table.formTable {
    width: 100%;
    margin: 20px auto;
        margin-bottom: 20px;
    border-collapse: collapse;
    margin-bottom: 40px;
}

#request .kakunin #formWrap table.formTable th,
#request .kakunin #formWrap table.formTable td {
    border: 1px solid #2a477a;
    padding: 10px;
}

#request .kakunin #formWrap table.formTable th {
    width: 35%;
    font-weight: normal;
    background: rgba(42, 71, 122, 0.05);
    text-align: left;
    color: #2a477a;
}

#request form .button-box input[type="submit"],
#request .kakunin input[type="submit"],
#request .kakunin input[type="reset"],
#request .kakunin input[type="button"] {
    box-sizing: border-box;
    border: solid 1px #2a477a;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    width: 300px;
    height: 60px;
    background-color: #2a477a;
    font-size: 1.2em;
    color: #ffffff;
    text-align: center;
    line-height: 60px;
    border-radius: 5px;
    text-decoration: none;
}

#request .kakunin input[type="submit"] {
    margin-right: 80px;
}

/* ---------- 物件資料請求（送信完了画面） ---------- */

#request .thanks-box {
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}

#request .thanks-box h3 {
	font-size: 1.4em;
	color: #2a477a;
	text-align: center;
	margin: 1em auto;
}

#request .button-box a {
	display: block;
	width: 10em;
	margin: 2em auto;
	font-size: 1.4em;
	padding: 0.5em 1em;
	background-color: #2a477a;
	color: #ffffff;
	text-decoration: none;
	border-radius: 5px;
	text-align: center;
}

#request .button-box a:hover {
	background-color: #406ab2;
}

/* ---------- PC用ここまで ---------- */

}

/* ---------- 画面サイズが767px以下の場合読み込む---------- */

@media screen and (max-width:767px) {

*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="reset"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

html{
	font-size: 62.5%;
}

body {
	width: 100%;
	font-size: 1.4rem;
	background-image: none;
	margin: 0 auto;
}

.pc {
	display: none;
}

.mobile {
	display: inherit;
}

#pageTop a {
	background-color:rgba(0,0,0,0.1);
}

/* ---------- ヘッダー ---------- */


#header {
	width: 100%;
	height: auto;
	overflow: hidden;
}

#header .header-body {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}

#header .header-title a {
	display: block;
	width: 100%;
	height: 0;
	padding-top: 25%;
	text-indent: -9999px;
	background-position: center center;
	background-repeat: no-repeat;
	float: none;
}

#header .header-tel a {
	float: none;
	margin: 0 auto;
	background-position: center center;
}

#header .headder-logo {
	float: none;
	width: 94%;
	height: 0;
	padding-top: 25%;
	margin: 0 auto;
	margin-top: -7%;
	background-size: contain;
	background-position: center center;
}

#header .headder-logo .city-logo {
	display: none;
}

#header .navi-area,
#header .main-menu {
	width: 100%;
	height: auto;
	overflow: hidden;
}

#header .main-menu li a {
	width: 50%;
	height: auto;
	text-indent: 0;
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
	padding: 1.3em 0;
	text-decoration: none;
	background-image: none;
	color: #ffffff;
	border-bottom: solid 1px rgba(255,255,255,0.5);
}

#header .main-menu .menu01 a,
#header .main-menu .menu03 a,
#header .main-menu .menu05 a {
	border-right: solid 1px rgba(255,255,255,0.5);
}

#top-image {
	padding-top: 43%;
	background-size: 200% auto;
	background-position: center center;
}

/* ---------- 物件概要 ---------- */

#overview {
	background-size: 450% auto;
}

.main-box .overview-box,
.overview-box .photo-box {
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: center;
	float: none;
}

.overview-box .photo-box img {
	width: 380px;
	height: auto;
	float: none;
}

.overview-box .overview-text {
	width: 94%;
	margin: 2em auto;
}

.overview-text .overview-list {
	height: auto;
	background: none;
}

.overview-text .overview-list dt,
.overview-text .overview-list dd {
	width: 100%;
}

.overview-text .overview-list dt {
	background-color: #f5f5f5;
	text-align: left;
}

.overview-text .overview-list dd {
	background-color: rgba(255,255,255,0.7);
	text-align: right;
	padding-right: 1em;
}

/* ---------- ルームプラン ---------- */

.main-box .type-box {
	width: 100%;
}

.type-box .a-type {
	width: 93%;
	height: 0;
	padding-top: 140%;
	margin: 0 auto;
	background-size: contain;
	background-position: center center;
	float: none;
	background-repeat: no-repeat;
}

.type-box .b-e-type {
	width: 94%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}

.type-box .b-e-type .b-type,
.type-box .b-e-type .c-type,
.type-box .b-e-type .d-type,
.type-box .b-e-type .e-type {
	width: 100%;
	height: 0;
	padding-top: 90%;
	background-size: 60% auto;
	background-position: center center;
	background-repeat: no-repeat;
	margin: 0 auto;
	float: none;
}

#roomplan .layout h3 {
	background-position: center center;
}

#roomplan .layout {
	width: 100%;
}

#roomplan .floor-layout {
	height: auto;
}

#roomplan .floor-layout {
	width: 94%;
	height: autp;
	overflow: hidden;
	margin: 0 auto;
	background: none;
	text-indent: 0;
}

#roomplan .floor-layout .floor {
	width: 33%;
	height: auto;
	float: left;
	text-align: center;
}

#roomplan .layout .floor .room-box {
	width: 100%;
	height: auto;
	background-color: #2a477a;
	color: #ffffff;
	text-align: center;
	border-bottom: solid 1px rgba(255,255,255,0.5);
	border-right: solid 1px rgba(255,255,255,0.5);
	padding: 0.3em 0;
}

/* ---------- 周辺環境 ---------- */

#location .location-box {
	width: 100%;
	background-position: center bottom;
	background-size: 300%;
}

#location .location-box h3 {
	width: 100%;
	height: 0;
	padding-top: 15%;
	background-size: 200% auto;
	background-position: center center;
}

.location-box .access-text {
	width: 94%;
	margin: 1em auto;
}

.access-text .access-list {
	height: auto;
	overflow: hidden;
	background : none;
	color: #2a477a;
}

.access-text .access-list dt {
	width: 100%;
	background-color: #f5f5f5;
	padding-left: 1em;
}

.access-text .access-list dd {
	width: 100%;
	background-color: rgba(255,255,255,0.7);
	padding-right: 1em;
	text-align: right;
}

/* ---------- MAP ---------- */

#location .map-box {
	width: 100%;
}

#location .map-box h3 {
	width: 100%;
	background-position: center center;
}

#location .map-box .map-frame {
	width:94%;
	height: 402px;
	margin-left: auto;
	margin-right: auto;
}

#location .map-box .map-frame iframe {
	width: 100%;
	height: 400px;
}

/* ---------- 設備 ---------- */

#equipment .equipment-box {
	width: 100%;
	margin-top: 1em;
}

#equipment .equipmen-list li {
	width: 44%;
	margin: 3%;
	height: 0;
	padding-top: 10%;
	background-size: contain;
	background-repeat: no-repeat;
	float: left;
}

#equipment .fha-list h3 {
	width: 100%;
	background-position: center center;
	background-size: 300%;
}

#equipment .fha-list li {
	width: 94%;
	height: 0;
	padding-top: 31%;
	background-size: contain;
	background-repeat: no-repeat;
	margin: 0 auto;
}

/* ---------- 物件詳細 ---------- */

#details .details-box {
	width: 100%;
}

#details .details-box a {
	width: 80%;
	height: auto;
	text-indent: 0;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	font-size: 1.6em;
	font-weight: bold;
	background-image: none;
	border-radius: 5px;
	padding: 1.2em 0;
	background-color: #2a477a;
	margin: 1em auto;
}

/* ---------- フッター ---------- */

.footer .link-box {
	width: 100%;
}

.footer .link-box .footer-link {
	float: none;
	width: 94%;
	margin: 1em auto;
}

.footer {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.footer .footer-body {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}

.footer .footer-title a {
	display: block;
	width: 100%;
	height: 0;
	padding-top: 25%;
	text-indent: -9999px;
	background-position: center center;
	background-repeat: no-repeat;
	float: none;
}

.footer .footer-tel a {
	float: none;
	margin: 0 auto;
	background-position: center center;
}

.footer .footer-logo {
	float: none;
	width: 94%;
	height: 0;
	padding-top: 25%;
	margin: 0 auto;
	margin-top: -7%;
	background-size: contain;
	background-position: center center;
}

.footer .footer-logo .city-logo {
	display: none;
}

/* ---------- 資料請求 ---------- */

.main-box h2 {
	background-position: center center;
}

#request .request-box {
	width: 94%;
	margin-left: auto;
	margin-right: auto;
}

#request #formWrap {
	margin-top: 2em;
}

#request #formWrap form {
	margin-top: 2em;
}

#request #formWrap .form-box dt {
	width: 100%;
}

#request #formWrap .form-box dd {
	width: 100%;
	border-left: none;
}

#request .form-box dd input,
#request .form-box dd textarea {
	width: 100%;
}

#request .form-box .form01 dd input {
	font-size: 1em;
}

#request .form-box dd input[type="radio"]  {
	width: 20%;
}

#request .form-box dd select {
	width: 100%;
	font-size: 1.2em;
	padding: 0.2em;
	margin: 0.5em auto;
}

#request form .button-box {
	width: 94%;
	margin-left: auto;
	margin-right: auto;
}

#request form .button-box input[type="submit"],
#request form .button-box input[type="reset"] {
	display: block;
	float: none;
	width: 80%;
	margin: 0 auto;
}

/* ---------- 資料請求（確認画面） ---------- */

#request .kakunin #formWrap {
	width: 94%;
	margin-left: auto;
	margin-right: auto;
}

#request .kakunin #formWrap table.formTable {
	border-top: 1px solid #2a477a;
}

#request .kakunin #formWrap table.formTable th,
#request .kakunin #formWrap table.formTable td {
	display: block;
	width: 100%;
	border-top: none;
}

#request .kakunin input[type="submit"],
#request .kakunin input[type="button"] {
	margin: 0.5em auto;
}

/* ---------- 資料請求（送信完了画面） ---------- */

#request .thanks-box {
	width: 94%;
	margin-left: auto;
	margin-right: auto;
}

/* ---------- スマホ用ここまで ---------- */
}

