@charset "utf-8";

/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub,
/*sup,*/

tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

:focus {
  outline: 0;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: separate;
  border-spacing: 0;
  margin: 2em 0;
}

caption, th, td {
  font-weight: normal;
  text-align: left;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}

a img {
  border: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  /* font-family:Arial, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; */
  font-size: 87.5%;
  line-height: 1.5;
  color: #333333;
  font-family: メイリオ, Meiryo, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  counter-reset: number bangou;
}

*, *: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;
  word-break: break-all;
}


/* リンク設定
------------------------------------------------------------*/

a {
  margin: 0;
  padding: 0;
  text-decoration: none;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-size: 100%;
  /*color:#fff;*/
}

a:hover, a:active {
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -o-transition: opacity 1s;
  outline: none;
  color: #00294D;
  opacity: 0.7;
}


/**** Clearfix ****/

.nav .panel:before, nav .panel:after, nav#mainNav:before, nav#mainNav:after, .newsTitle:before, .newsTitle:after {
  content: "";
  display: table;
}

nav .panel:after, nav#mainNav:after, .newsTitle:after {
  clear: both;
}

nav .panel, nav#mainNav, .newsTitle {
  zoom: 1;
}


/* フォーム
------------------------------------------------------------*/

input[type="text"],
input[type="email"],
select,
textarea {
  vertical-align: middle;
  max-width: 90%;
  width: 100%;
  font-size: 100%;
  line-height: 30px;
  height: 30px;
  padding: 1px 5px;
  border: 1px solid #d4d4d7;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  color: #555;
  background: #fcfcfc;
}

textarea {
  height: auto;
  line-height: 1.5;
}

.text {
  display: inline-block;
  color: #fff;
  height: 54px;
  line-height: 54px;
  width: 100%;
}

.text:hover {
  color: #00294D;
}

input[type="submit"], input[type="reset"], input[type="button"] {
  padding: 10px 50px;
  background: #00294D;
  border: 0;
  color: #fff;
  font-size: 1.2em;
}

input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
  background: #808080;
  cursor: pointer;
}

*:first-child+html input[type="submit"] {
  padding: 3px;
}

.list-type01 {
  list-style-type: disc;
  /*padding-left: 20px;*/
}


/* レイアウト
------------------------------------------------------------*/

.inner {
  margin: 0 auto;
  width: 100%;
}

div.nav {
  /* overflow: hidden; */
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  display: -ms-flexbox;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  padding: 1.5em 0.5em 1em 0.5em;
  height: 75px;
  width: 100%;
  /*max-width: 1200px;*/
  margin: 0 auto;
}

#mainNav {}

#header {
  overflow: hidden;
  background: #000;
}

#wrapper {
  overflow: hidden;
}

#content {
  padding-top: 15px;
}

#footer {
  clear: both;
  border-top: 1px solid #ccc;
}

tr {
  border-bottom: 1px solid #333333;
}

form {
  margin-top: 40px;
}


/* ヘッダー
*****************************************************/


/* サイト説明文
----------------------------------*/

#header h1 {
  padding: 5px 20px;
  color: #fff;
  font-size: 0.75em;
  font-weight: normal;
  text-align: left;
  line-height: 1;
}


/* ロゴ (サイトタイトル)
----------------------------------*/

.logo {
  margin-top: -.5em;
}

.logo a {
  display: flex;
  align-items: center;
}

.logo img {
  width: 98px;
}

.logo span {
  font-size: 18px;
  font-weight: 700;
  color: #252525;
}

.logo--svg {
  fill: #fff;
}


/* トップページ　スライド画像
----------------------------------*/

.mainImg {
  position: relative;
  /*     height: 800px; */
  margin-bottom: 40px;
  overflow: hidden;
}

.easingslider {
  height: 100%;
}

.easingslider-viewport {}

.easingslider-slide {
  height: 100%;
  /* defoulr100% */
}

p.catch {
  /*
  width: 980px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%) !important;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  */
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 5em;
  font-weight: 700;
  color: #fff;
  text-shadow: 2px 4px 6px #252525;
  text-align: center;
  font-family: 'Roboto', sans-serif;
}


/*p.catch {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    font-size: 5em;
    font-weight: 700;
    color: #fff;
    text-shadow: #252525;
    width: 800px;
    height: 300px;
}

.outline {
	text-shadow:1px 1px 0 #005700,-1px 1px 0 #005700,1px -1px 0 #005700,-1px -1px 0 #005700;
}
*/

p.catch img {
  height: auto;
}

.hide {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  font-size: 5em;
  color: crimson;
  width: 450px;
  height: 118px;
  opacity: 0;
}


/* コンテンツ
----------------------------------*/

div.works {
  overflow: hidden;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start ;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto 2em;
}

div.works div.thcal {
  width: 33.3%;
}

div.works img {
  width: 100%;
  display: block;
  height: 100%;
}

div.concept {
  position: absolute;
  top: 15%;
  bottom: 0;
  left: 0%;
  margin: auto;
  max-width: 100%;
  height: auto;
  width: 600px;
}

div.parent {
  position: relative;
}

div.parent_concept {
  /*   margin-top: 0.5em; */
}

div.parent img.hide_img, div.subImg img.hide_img {
  position: absolute;
  top: 0;
}

div.property {
  position: absolute;
  top: 25%;
  bottom: 0;
  left: 5%;
  margin: auto;
  max-width: 100%;
  height: 200px;
}
div.property2 {
  position: absolute;
  top: 25%;
  bottom: 0;
  right: 5%;
  margin: auto;
  max-width: 100%;
  height: auto;
}
.flex {
  width: 100%;
  overflow: hidden;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex_start {
  width: 100%;
  overflow: hidden;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex_start span {
  width: 30%;
  margin: 0 1em;
  display: inline;
}

.post .flex_start p {
  font-size: 1em;
  width: 65%;
  display: inline-block;
}

.flex div {
  width: 45%;
  margin: 4em auto;
}

.flex div.three {
  width: 28%;
}

.flex div.seven {
  width: 68%;
}

div.logo {
  width: 31.5%;
}

nav#mainNav {
  width: 100%;
  max-width: 1000px;/*900px*/
}

.contactTitle {
  margin: 0 auto;
  width: 65%;
}

.contactTitle div {
  width: 50%;
}

p.check {
  text-align: center;
  margin: 1.5em auto 0.5em;
}

.mintyo {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/* .meiryo {
  font-family: 'メイリオ, Meiryo' !important;
} */

.yugo {
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}


/* タイポグラフィ
*****************************************************/

h2.title {
  clear: both;
  padding: 1.5em 0 0.5em;
  font-size: 2.5em;
  text-align: center;
  color: #fff;
}

h2.title_right {
  text-align: right;
  color: #333;
  /* font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体"; */
}

h2.title_left {
  text-align: left;
  font-size: 1.5em;
  color: #fff;
  font-weight: bold;
  text-shadow: 0 1px 1px #333;
  /* font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体"; */
}

h2.align_left {
  text-align: left;
  padding: 0.5em 1.2em 1em;
  font-size: 2.5em;
  font-weight: bold;
  /* font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体"; */
}

div.concept_text p {
  color: #fff;
  font-weight: normal;
  /* font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体"; */
}

div.access p {
  /* font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体";
  padding: 0 3em; */
  font-size: 1.6em;
  text-align: left;
  margin-bottom: 5px;
}

div.access p:not(:nth-of-type(1)) {
  /* font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体";
  padding: 0.5em 1.8em 0; */
  font-size: 1.2em;
}

.content__box p.info {
  font-size: 2em;
}

.content__box p.info a {
  color: #005700;
}

.info a:hover {
  color: #fff;
  opacity: .7;
}

h2.first {
  margin-top: 0;
}

h3 {
  font-size: 2em;
  text-align: center;
  margin: 1em auto;
}

.concept_text {
  font-size: 1.5em;
  text-align: left;
  /* font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体"; */
}

.property_text {
  color: #fff;
  font-size: 1.5em;
  text-align: left;
  /* font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体"; */
}

div.news {
  background: #fff;
  /* font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体"; */
}

h2.news_title {
  color: #000;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.8;
  text-shadow: 0 1px 1px #808080;
  /* font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体"; */
}

ul.thumb {
  margin-bottom: 1em;
  max-width: 960px;
  /* overflow: hidden;
    width: 55%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; */
  margin: 40px auto 0;
  text-align: left;
  display: none;
}
ul.thumb2{
  margin-bottom: 1em;
  max-width: 960px;
  /* overflow: hidden;
    width: 55%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; */
  margin: 40px auto 0;
  text-align: left;
  display: none;
}
.thumb.active, .faq__block.active {
  display: block;
}
.thumb2.active, .faq__block.active {
  display: block;
}

ul.thumb li {
  overflow: hidden;
  /* display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    align-items: center;
    -webkit-flex-direction: column;
    flex-direction: column;
        margin: 1em; */
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 1em;
}
ul.thumb2 li {
  overflow: hidden;
  /* display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    align-items: center;
    -webkit-flex-direction: column;
    flex-direction: column;
        margin: 1em; */
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 1em;
}

ul.thumb li:not(:last-child) {
  margin-bottom: 10px;
}
ul.thumb2 li:not(:last-child) {
  margin-bottom: 10px;
}

ul.thumb li > div:first-child {
  width: 18%;
}
ul.thumb2 li > div:first-child {
  width: 18%;
}

ul.thumb li > div:last-child {
  width: 77%;
}
ul.thumb2 li > div:last-child {
  width: 77%;
}

ul.thumb li h3 a {
  color: #333;
  font-weight: 700;
  line-height: 1.6;
  display: block;
}
ul.thumb2 li h3 a {
  color: #333;
  font-weight: 700;
  line-height: 1.6;
  display: block;
}

.open {
  display: inline-block;
  width: 200px;
  height: 54px;
  text-align: center;
  text-decoration: none;
  outline: none;
  position: relative;
  z-index: 2;
  border: 2px solid #005700;
  border-radius: 10px;
  color: #fff;
  line-height: 50px;
  letter-spacing: .2em;
  -webkit-perspective: 300px;
  perspective: 300px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  margin: 1em auto 6em;
  font-weight: bold;
  background: #005700;
}

.open:hover {
  color: #005700;
  background: #fff;
}

.open::before {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}


/*
.open::after {
  position: absolute;
	z-index: -1;
	display: block;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
  background: #005700;
  border-radius: 6px;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
	-webkit-transform: rotateX(0);
	transform: rotateX(0);
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
*/

.open, .open::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}


/*
.open:hover::after {
	-webkit-transform: rotateX(-180deg);
	transform: rotateX(-180deg);
}
*/

div.concept_text p.more a.open {
  margin-bottom: 3em;
}

.open--abnormal {
  font-size: 14px;
  margin: 0;
}

.open__access {
  border: 1px solid #fff;
}

.open__access::after {
  background-color: #005700;
  border-radius: 10px;
}

.open__access::after:hover {
  background-color: #fff;
}

.post p {
  padding: 5px 0;
  font-size: 1.3em;
}

.posts p {
  font-size: 1.2em;
  padding: 1em;
}

.post ol li {
  list-style: decimal;
}

.post h1 {
  margin: 20px 0;
  padding: 5px 0;
  font-size: 150%;
  color: #252525;
  border-bottom: 3px solid #3c2f13;
}

.post h2 {
  margin: 10px 0;
  padding-bottom: 2px;
  font-size: 130%;
  font-weight: bold;
  color: #252525;
  border-bottom: 2px solid #3c2f13;
}

.post h3 {
  margin: 10px 0;
  font-size: 120%;
  font-weight: normal;
  color: #2e2c2c;
  border-bottom: 1px solid #3c2f13;
  text-align: left;
}

.post h3.ad {
  font-size: 1.8em;
  margin: 2em auto 1em;
}

.post h3.ad span {
  margin-left: 0.25em;
  font-size: 0.75em;
}

.post h3.com {
  font-size: 1.8em;
  padding: 1em 2em;
  width: 75%;
  text-align: center;
  margin: 1em auto;
  padding: .75em 1em;
  border: 1px solid #ccc;
  border-top: 3px solid #3498db;
  background: -webkit-linear-gradient(top, #fff 0%, #f0f0f0 100%);
  background: linear-gradient(to bottom, #fff 0%, #f0f0f0 100%);
  box-shadow: 0 -1px 0 rgba(255, 255, 255, 1) inset;
}


.post table {
  border: 1px #2e2c2c solid;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 10px 0 20px;
}
.post table th {
  padding: 1em 2em;
  border: #2e2c2c solid;
  border-width: 1px 1px;
  font-weight: bold;
  color: #fff;
  background: #00549c;
  text-align: center;
}
.post table td {
  padding: 7px 5px;
  border: 1px #2e2c2c solid;
  border-width: 0 0 1px 1px;
  background: #fff;
}
.post dt {
  font-weight: bold;
}
.post dd, .interview__text {
  padding-bottom: 10px;
}
.post img {
  max-width: 100%;
  height: auto;
}
img.aligncenter {
  display: block;
  margin: 5px auto;
}
img.alignright, img.alignleft {
  padding: 4px;
  margin: 0 0 2px 7px;
  display: inline;
}
img.alignleft {
  margin: 0 7px 2px 0;
}
.alignright {
  float: right;
}
.alignleft {
  float: left;
}

/* 更新情報
-------------*/
.news p {
  clear: both;
}
.news p a {
  display: block;
}
.news span {
  /* padding-left:10px; */
  /* width: 16%; */
}
.news a:hover span {
  color: #927a49;
}

/* フッター
*****************************************************/
#footerLogo {
  width: 250px;
  margin: 0 auto;
  padding-top: 15px;
}
#footerLogo img {
  display: block;
  max-width: 250px;
  height: auto;
  margin: 0 auto;
}
#footer .f_top {
  padding: 6em 0;
  color: #fff;
}
#footer .f_bottom {
  padding: 10px 0;
  background: #000;
  color: #fff;
}
#footer ul {
  font-size: 95%;
  max-width: 100%;
  /*-- margin: 0 auto; --*/

  text-align: center;
}
#footer ul ul {
  padding-bottom: 0;
  width: auto;
}
#footer ul li {
  display: inline-block;
  vertical-align: text-top;
  text-align: left;
  padding: 3px 20px;
}
#footer ul li a {
  display: block;
  overflow: hidden;
}
#footer ul li a:hover {
  text-decoration: none;
  opacity: .5;
}
*:first-child+html #footer ul li {
  display: inline;
}
*:first-child+html #footer ul ul, *:first-child+html #footer ul li li a, *:first-child+html #footer ul li li {
  display: none;
}
#copyright {
  clear: both;
  padding: 5px;
  text-align: center;
  font-style: normal;
  font-size: 85%;
  zoom: 1;
}
.fa-fw {
  text-align: ceter;
  width: 100%;
  margin: 0.25em auto 0.5em;
}

/* トップページ 最新記事3件 + お勧め商品
------------------------------------------------------------*/
.thumbWrap {
  width: 645px;
  margin-right: -20px;
}
.thumbWrap li {
  float: left;
  width: 195px;
  margin: 0 20px 0 0;
  padding: 2px 0 40px;
  background: none;
}

/* 最新記事リンク */
ul.thumb h3 {
  margin: 0;
  font-weight: normal;
  font-size: 1em;
  text-align: left;
  display: inline;
}
ul.thumb2 h3 {
  margin: 0;
  font-weight: normal;
  font-size: 1em;
  text-align: left;
  display: inline;
}
ul.thumb h3 span {
  display: block;
  padding: 2px 3px;
  background: #dedabc;
}
ul.thumb2 h3 span {
  display: block;
  padding: 2px 3px;
  background: #dedabc;
}

/* 調整 */
img {
  vertical-align: middle;
  max-width: 100%;
}
strong {
  font-weight: bold;
}
a:hover img {
  opacity: 0.8;
}
.contactInfo {
  float: right;
}
ul.c_banner {
  overflow: hidden;
}
ul.c_banner li {
  float: left;
}
ul.c_banner li:first-child {
  margin-right: 20px;
}
ul.s_banner li {
  margin-bottom: 20px;
}
div.posi_ab {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%
}
div#test.none {
  position: relative;
  width: 100%;
  height: 100%;
}

.pagenav {
  text-align: center;
  margin: 50px 0;
}

.pagenav a {
  color: #fff;
  background: #00294D;
  padding: .5em 2em;
  font-size: 1rem;
}
ul.rent_topdetail dt {
  width: 25%;
  float: left;
}
ul.rent_topdetail dd {
  float: left;
  text-align: left;
  width: 75%;
}
div.img_list {
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
div.flex div.focal {
  margin: 0 4px 8px;
  height: 160px;
  text-align: center;
}
div.flex div.focal img {
  width: auto;
  height: 100%;
}
.mp20 {
  margin: 20px 0;
}
.min_width {
  width: 75%;
  margin: 0 auto;
}
#detail_mainImg {
  width: 60%;
  margin: 0 auto;
  height: 350px;
}
#detail_mainImg img {
  width: auto;
  height: 100%;
}
li.detail_map iframe {
  width: 100%;
  height: 260px;
}
.mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #d1d1d1;
  opacity: 0.9;
}
.flex_center div {
  text-align: center;
}

/* メインメニュー PC用
------------------------------------------------------------*/
@media only screen and (min-width: 1025px) {
  nav#mainNav {
    clear: both;
    position: relative;
    z-index: 200;
    width: 75%;/*63%;*/
  }

  .panel ul {}

  .panel ul li {
    float: left;
    position: relative;
    width: 9%;/*10.5%;*/
    height: 40px;
    line-height: 40px;
  }

  .panel ul li:nth-child(4) {
    width: 14%;/*16%;*/
  }

  .panel ul li a {
    display: block;
    text-align: center;
    color: #000;
    background: #fff;
    font-weight: 700;
  }

  nav div.panel {
    display: block !important;
  }

  .nav_pc_only{
    display:block;
  }
  .nav_sp_only{
    display:none;
  }

  a#menu {
    display: none;
  }
  /* 親メニュー */

  .panel ul li.current-menu-item a, .panel ul li a:hover, .panel ul li a:active, .panel ul li.current-menu-parent a {
    color: #00294d;
  }

  .panel ul ul {
    width: 160px;
  }

  .panel ul li ul {
    display: none;
  }

  .panel ul li li {
    float: none;
    height: 40px;
    line-height: 40px;
    width: 160px;
    padding: 0;
  }

  .panel ul li:hover ul {
    display: block;
    position: absolute;
    top: 40px;
    left: -7px;
    z-index: 500;
  }

  .panel ul li li a {
    width: 100%;
    height: 40px;
    padding: 0;
    line-height: 40px;
    font-size: 95%;
    text-align: left;
  }

  .sub-menu {
    display: none;
    position: absolute;
    width: 240px !important;
    left: 0;
    z-index: 2;
    text-align: left;
  }

  .sub-menu li {
    border-bottom: 1px solid #ccc;
  }

  .sub-menu a {
    padding: 1em 1em 1.2em;
    font-size: 13px;
    font-size: 1.3rem;
    color: #fff !important;
    background-color: #005700 !important;
  }

  .sub-menu a:hover {
    color: #fff;
    opacity: .7;
  }

  .panel ul li ul li:nth-child(4) {
    width: 100%;
  }

  .panel ul li ul li {
    width: 100%;
  }

  .panel ul li li a span {
    padding: 0 10px;
  }

  .panel ul li li a:hover, .panel ul li li.current-menu-item a {
    color: #fff;
  }

  .panel ul li:hover ul li {
    margin: 0;
    background: #2d2c2d;
    border-bottom: 1px dotted #4f4d4d;
  }

  .panel ul li:hover ul li:last-child {
    border: 0;
    border-radius: 0 0 6px 6px;
  }

  .parent p.more {
    position: absolute;
    top: 55%;
    left: 5%;
  }

  .parent p.more--abnormal {
    top: 65%;
  }

  .more--top {
    font-size: 14px !important;
    /* margin-top: 40px; */
  }

  .more--position {
    position: absolute;
    /* right: 0; */
    right: 10%;
    bottom: 15%;
  }

  .parent_concept p.more {
    position: absolute;
    top: 55%;
    left: auto;
  }

  div.detail_box {
    position: absolute;
    height: 70%;
    width: 47%;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }

  div.inner_box {
    position: relative;
    height: 100%;
  }
}

/* 追加
------------------------------------------------------------*/
.access {
  width: 100%;
  overflow: hidden;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  /* -webkit-flex-direction: column;
    flex-direction: column; */
}
.access div {
  width: 50%;
}
.access_text {
  position: relative;
  padding: 4em 5% 6em;
}
.access_text a {
  color: #fff;
}

.access_text .title {
  padding: 0;
}

.subAccess {
  width: 40%;
  font-size: 1.2em;
  margin: 0 auto;
}
.navo_bt {
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  z-index: 10;
}
.navo_under {
  position: fixed;
  left: 0;
  background: #fff;
  width: 100%;
  z-index: 10;
}
.navo_tp {
  position: fixed;
  top: 0;
  background: #fff;
  width: 100%;
  z-index: 10;
}
.eight {
  width: 70%;
  margin: 0 auto;
}
.sublogo {
  margin: 1em 1.5em;
}
h2.subTitle {
  padding: 0;
}
.subhead {
  text-align: center;
}
.post p.description {
  text-align: center;
  font-size: 1.2em;
  margin: 1em auto 0.5em;
}
.center {
  text-align: center;
  font-size: 1.2em;
}
.gmap {
  margin-left: auto;
  margin-right: auto;
  max-width: 1080px;
}
.gmap iframe {
  pointer-events: none;
}
.gmap--abnormal {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.gmap--abnormal iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.fs12 {
  font-size: 1.2em;
}
h4.about {
  text-align: center;
  font-size: 2em;
  margin: 1em;
}
.toGray {
  position: relative;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.toGray:hover {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  filter: grayscale(0%);
}
div.subImg {
  position: relative;
}
.dateLabel {
  display: inline;
  padding: 1em 1.5em;
  background: #e2e2e2;
}
.eight div.post h4 {
  text-align: center;
  font-size: 1.7em;
  color: #b91515;
  margin: 3em auto 1em;
}
.eight div.post h5 {
  text-align: center;
  font-size: 1.7em;
  color: #00294d;
  margin: 1em auto;
}
.eight div.post h6 {
  text-align: left;
  font-size: 1.2em;
  color: #00294d;
  border: 1px solid #00294d;
  padding: .5% 1%;
  margin: .5em auto;
  display: inline-block;
}
.eight div.post dl {
  border: 1px solid #00294d;
  padding: 2% 0;
}

/*
.eight div.post dl dt,
.interview__name {
  font-weight: bold;
  color: #00294d;
  font-size: 1.3em;
  margin-top: 10px;
}
*/
.eight div.post dl dd, .interview__text {
  font-size: 15px;
  /* font-size: 1.3em; */
}
.post ul li {
  font-size: 1.3em;
  margin: 0.75em;
}
.post ul li p {
  font-size: 1em;
}
.point {
  background: #00294d;
  padding: 0.5em 1em;
  font-size: 1.5em;
  width: 150px;
  color: #fff;
  text-align: center;
}
.box {
  background: #e2e2e2;
  margin: 0 auto 2em;
  font-size: 1.2em;
  padding: 1em;
}
.post p.owner {
  text-align: center;
  background: #2e2e2e;
  color: #fff;
  font-size: 1.7em;
  line-height: 2;
  width: 150px;
  margin: 1em auto 0;
  padding: 0.5em 1em;
}
.post p.b_owner {
  text-align: center;
}
.post p.pm {
  text-align: center;
  background: #2e2e2e;
  color: #fff;
  font-size: 1.7em;
  width: 99.9%;
  padding: 0.5em 0;
}
ul.rescue {
  font-weight: bold;
  font-size: 1.2em;
}
ul.rent_topdetail li {
  margin: 0 0 10px 0;
  border-bottom: 1px dotted #000;
  padding: 1em;
}
ul.rent_topdetail dl:after {
  content: "";
  clear: both;
  visibility: hidden;
  display: block;
}
ul.leasing {
  width: 100%;
  overflow: hidden;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
ul.leasing li p {
  text-align: center;
}
div.construction {
  width: 40%;
  margin: 2em auto;
}
div.list {
  border: 1px solid #2e2e2e;
  background: #16538a;
}
div.list p {
  background: #eeeeee;
  text-align: center;
  font-size: 1.5em;
  font-weight: bold;
}
div.list ul {
  padding: 1em;
  font-size: 1.2em;
  color: #fff;
}
p.buildname {
  position: relative;
  text-align: center;
  width: 60%;
  margin: 0 auto;
}
p.buildname span {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 0 4em;
  padding: 0 1em;
  background-color: #fff;
  text-align: left;
}
p.buildname::before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #ccc;
  background: -webkit-linear-gradient(-45deg, transparent, #ccc 10%, #ccc 90%, transparent);
  background: linear-gradient(-45deg, transparent, #ccc 10%, #ccc 90%, transparent);
}
div.breadcrumbs {
  width: 95%;
  margin: 0 auto;
}
div.breadcrumbs span a {
  color: #2e2e2e;
}
h4.noneTitle {
  display: none;
}
.titleNews {
  position: relative;
  padding: .75em 1em .75em 1.5em;
  text-align: left;
}
.titleNews::after {
  position: absolute;
  top: .5em;
  left: .5em;
  content: '';
  width: 6px;
  height: -webkit-calc(100% - 1em);
  height: calc(100% - 1em);
  background-color: #3498db;
}
.datebox {
  text-align: center;
  margin: 1em auto;
  background: none;
}
.center {
  text-align: center;
}
.listStyle {
  padding: 0 1em;
}
.listStyle li {
  padding: 0 1em;
}
p.listTitle {
  position: relative;
  padding: 0.8em 4em 0.8em 1em;
  -webkit-background: linear-gradient(-155deg, rgba(0, 0, 0, 0) 1.5em, #f6f6f6 0%);
  background: linear-gradient(-155deg, rgba(0, 0, 0, 0) 1.5em, #f6f6f6 0%);
  border-radius: 6px;
  margin-bottom: 0.5em;
  color: #022a4c;
  font-weight: bold;
}
p.listTitle::after {
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  width: 1.65507em;
  height: 3.5493em;
  background: -webkit-linear-gradient(to left bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, .2));
  background: linear-gradient(to left bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, .2));
  border-bottom-left-radius: 6px;
  box-shadow: -.2em .2em .3em -.1em rgba(0, 0, 0, .15);
  -webkit-transform: translateY(-1.89424em) rotate(-40deg);
  transform: translateY(-1.89424em) rotate(-40deg);
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
}
p.listTitle span {
  background: #022a4c;
  color: #fff;
  padding: 0.95em 1em;
  margin: 0 1em 0 0;
}
.roman {
  list-style-type: upper-roman;
  padding: 0 1em;
}
.access_tel {
  color: #333;
  font-size: 1.3em;
}
div.simpleBox {
  background-color: #022a4c;
  border: 2px solid #fff;
  box-shadow: 0 0 0 2px #022a4c;
  color: #022a4c;
  margin: 2em 0 1em;
  padding: 1em;
  font-size: 2em;
}
.last_parent .property_text {
  width: 500px;
}
.last_parent p.more {
  left: 5%;
}
.sition {
  position: absolute;
  bottom: 20px;
  right: 0;
}
.recruit h3 {
  border: 0;
  font-size: 2em;
  color: #00549c;
  font-weight: bold;
  margin: 0 0.5em;
}
.recruit ol {
  margin: 1em 2em;
  font-size: 1.4em;
  line-height: 1.7;
  color: #00549c;
}
.recruit .work h3 {
  margin: 0 0.5em;
}
.recruit .work ul li {
  border-bottom: 1px dashed #aaa;
  padding: 1em 0;
}
.recruit .work ul li:first-child {
  border-top: 1px dashed #aaa;
}
.recruit .work ul li span {
  font-weight: bold;
}
.posts a {
  color: #00549c;
  text-decoration: underline;
}
.posts a:hover {
  text-decoration: none;
}
.sns{
  display:flex;
  flex-wrap: wrap;
  justify-content: center;
}
.twitter{
  width:340px;
  height:500px;
  margin-right:10px;
  border:1px solid #ccc;
}
.facebook{
  width:340px;
  height:500px;
}
.facebook iframe{
  width:100%;
}
.linkedin{
  width:340px;
  height:500px;
  margin-left:15px;
  border:1px solid #ccc;
}
@media only screen and (max-width:767px){
  .sns{
    display:block;
    margin:0 auto;
  }
  .facebook,.twitter,.linkedin{
    margin:0;
  }
}

/* 調節
------------------------------------------------------------*/
@media only screen and (max-width:1224px) {
  .eight div.post h4 {
    font-size: 1.7em;
    text-align: left;
  }

  p.catch {
    font-size: 4em;
    width: 100%;
  }
}

/* メインメニュー iPadサイズ以下から
------------------------------------------------------------*/
@media only screen and (max-width:1024px) {
  .post p {
    font-size: 15px;
  }

  .open {
    z-index: 0;
  }

  .nav_pc_only{
    display:none;
  }
  .nav_sp_only{
    display:block;
  }

  nav#mainNav {
    clear: both;
    width: 100%;
    margin: 0 auto;
    padding: 10px 0
  }

  nav#mainNav .inner {
    width: 95%;
  }

  nav#mainNav a.menu {
    /*
  width:100%;
  display:block;
  height:40px;
  line-height:40px;
  font-weight: bold;
  text-align:left;
  color:#fff;
  background: #00294d;
  border:1px solid #726749;
  */
    display: inline-block;
    position: relative;
    background-color: #726749;
    border-radius: 50% !important;
    width: 40px;
    height: 40px;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 4px;
    z-index: 20;
    position: fixed;
    top: 20px;
    right: 8px;
  }

  nav#mainNav a#menu span {
    /*padding-left:2.5em;*/
    display: inline-block;
    box-sizing: border-box;
    position: absolute;
    left: 10px;
    width: 50%;
    height: 2px;
    background-color: #fff;
    transition: all .5s .2s;
  }

  nav#mainNav a#menu span:nth-of-type(1) {
    top: 12px;
  }

  nav#mainNav a#menu span:nth-of-type(2) {
    top: 48%;
  }

  nav#mainNav a#menu span:nth-of-type(3) {
    bottom: 12px;
  }

  nav#mainNav a#menu.menuOpen span:nth-of-type(1) {
    top: 18px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  nav#mainNav a#menu.menuOpen span:nth-of-type(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  nav#mainNav a#menu.menuOpen span:nth-of-type(2) {
    display: none;
  }

  nav#mainNav a.menuOpen {
    border-bottom: 0;
    color: #fff;
    /*background: #473a1c;*/
  }

  nav#mainNav a#menu:hover {
    cursor: pointer;
  }

  .navo_under {
    position: static;
  }

  nav .panel {
    display: none;
    width: 100%;
    position: fixed;
    z-index: 25;
    /*position: relative;*/
    right: 0;
    top: 0;
    z-index: 1;
    border: 1px solid #726749;
  }

  .panel ul {
    margin: 0;
    padding: 0;
  }

  .panel ul li {
    float: none;
    clear: both;
    width: 100%;
    height: auto;
    line-height: 1.2;
  }

  .panel ul li a, .panel ul li.current-menu-item li a {
    display: block;
    width: 100%;
    padding: 1em 0;
    text-align: left;
    color: #fff;
    background: #726749;
  }

  .panel ul li a:hover {
    opacity: 1 !important;
  }

  .sub-menu {
    display: none;
  }

  .panel ul li a span {
    padding-left: 1em;
  }

  .panel ul li.current-menu-item a, .panel ul li a:hover, .panel ul li.current-menu-item a, .panel ul li a:active, .panel ul li li.current-menu-item a, .panel ul li.current-menu-item li a:hover, .panel ul li.current-menu-item li a:active {
    color: #fff;
    background: #a39367;
  }

  .panel ul li li {
    float: left;
    border: 0;
  }

  .panel ul li li a, .panel ul li.current-menu-item li a, .panel ul li li.current-menu-item a {
    background: #2d2c2d url(images/sub1.png) no-repeat 20px 50%;
  }

  .panel ul li li a:hover, .panel ul li.current-menu-item li a:hover {
    background: #181616 url(images/sub1.png) no-repeat 20px 50%;
  }

  .panel ul li li:last-child a {
    background: #2d2c2d url(images/subLast.png) no-repeat 20px 50%;
  }

  .panel ul li li:last-child a:hover, .panel ul li.current-menu-item li:last-child a:hover {
    background: #181616 url(images/subLast.png) no-repeat 20px 50%;
  }

  .panel ul li li a span {
    padding-left: 35px;
  }

  nav div.panel {
    float: none;
  }

  div.nav {
    display: block;
  }

  .logo {
    text-align: center;
  }

  .eight div.post h4 {
    font-size: 1.7em;
    text-align: left;
  }
  /*追加*/

  div.nav {
    height: initial;
    width: 100%;
    padding: initial;
  }
/*
  div.logo {
    display: none;
  }*/

  .logo {
    margin-top: 0.5em
  }

  ul.thumb li > div:first-child {
    width: 38%;
    margin-bottom: 10px;
  }
  ul.thumb2 li > div:first-child {
    width: 38%;
    margin-bottom: 10px;
  }
  ul.thumb li > div:last-child {
    width: 100%;
  }
  ul.thumb2 li > div:last-child {
    width: 100%;
  }

  .access p.more {
    text-align: center;
  }

  .parent .more {
    text-align: center;
    padding: 5px 0;
  }

  .post p.description {
    text-align: center;
    font-size: 1.1em;
    margin: 1em auto 0.5em;
  }
}

/* 959px以下から 1カラム表示
------------------------------------------------------------*/
@media only screen and (max-width: 959px) {
  #wrapper, #header, .inner {
    width: 100%;
  }

  #header h1, #header h2 {
    padding: 10px;
  }

  #headerInfo {
    padding-right: 10px;
  }

  .panel ul, .thumbWrap {
    margin: 0 auto;
  }

  .panel ul ul {
    padding: 0;
  }

  nav div.panel {
    float: none;
  }

  #mainImg img {
    width: 98%;
    height: auto;
  }

  #content, #sidebar {
    width: 95%;
    clear: both;
    float: none;
    margin: 0 auto;
    padding: 10px 0 0;
  }

  #banners {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  #banners p {
    width: 30%;
    float: left;
    margin: 0 1% 0 2%;
  }

  #banners p img {
    width: 100%;
    height: auto;
  }

  section.widget_search {
    text-align: center;
  }

  #contactBanner {
    margin: 0 auto;
  }

  #footer {
    margin: 0;
    border: 0;
    text-align: center;
  }

  #footerLogo, #footer ul {
    float: none;
    width: auto;
    padding-bottom: 20px;
    text-align: center;
  }

  #footer ul {
    padding-top: 20px;
  }

  #footer ul ul {
    padding-top: 0;
    border: 0;
  }
  /* 調整 */

  img {
    max-width: 100%;
  }

  #header {
    padding: 10px 0 0;
    box-sizing: border-box;
  }

  #header h1, #header h2, .contactInfo {
    margin-bottom: 10px;
  }

  #header h1 {
    text-align: center;
    padding: 0;
  }

  .contactInfo {
    float: none;
  }

  #content {
    background: none;
  }

  ul.c_banner li {
    float: none;
    margin-bottom: 20px;
  }

  ul.c_banner li:first-child {
    margin-right: 0;
  }

  ul.c_banner li img, #sidebar img {
    display: block;
    margin: 0 auto;
  }
  /*追加分*/

  div.logo {
    display: block;
    width: 100%;
    margin: 0 auto 0 0;
  }

  .logo span {
    font-size: 14px;
    vertical-align: bottom;
  }

  .eight, .pagenav, ul.thumb {
    width: 100%
  }
  .eight, .pagenav, ul.thumb2 {
    width: 100%
  }

  h2.title_left {
    font-size: 15px;
    color: #333;
  }

  .logo {
    margin-top: 0.5em
  }

  div.nav {
    height: initial;
    width: 100%;
    padding: initial;
  }

  div.flex div.focal {
    height: auto;
  }

  .bx-wrapper, .bx-wrapper img, .bx-viewport {
    height: auto !important;
  }

  div.detail_full {
    width: 100%;
    margin: 1em
  }

  .bx-wrapper {
    margin: 0 auto 30px !important;
  }

  ul.rent_topdetail dt {
    width: initial;
    float: none
  }

  ul.rent_topdetail li {
    padding: 5px;
  }

  #detail_mainImg {
    width: 100%;
    height: 160px;
  }

  .open {
    margin: 1em auto;
  }

  .navo_bt {
    position: static;
  }

  div.property, div.property2, div.concept {
    top: 5%;
    font-size: 16px;
    right: 0;
    left: 0;
    position: relative;
    color: #333;
  }

  div.concept {
    left: 0;
    width: 100%;
  }

  div.property p, div.concept p {
    padding-bottom: initial !important;
    color: #333;
  }

  .parent .more {
    text-align: center;
    padding: 5px 0;
  }

  h2.title {
    padding: 10px 0;
    font-size: 2em;
  }

  ul.thumb {
    padding-bottom: 10px;
  }
  ul.thumb2 {
    padding-bottom: 10px;
  }

  ul.thumb li {
    padding: 0.5em 0;
    margin: 10px 0;
  }
  ul.thumb2 li {
    padding: 0.5em 0;
    margin: 10px 0;
  }

  .access {
    margin-top: 20px;
  }

  div.access p {
    font-size: 1em;
  }
/*
.access div {
  width: 100%;
  padding-left: 1em;
  padding-right: 1em;
}

  .access_text p:nth-child(2) {
    padding: 0 2em 0 !important;
  }

  div.access p.info {
    padding: 10px;
  } */

  .access p.more {
    text-align: center;
  }

  .eight div.post h4.noneTitle {
    display: block;
    font-size: 1em;
  }

  div.works div.thcal {
    width: 100%;
  }

  ul.leasing {
    -webkit-justify-content: center;
    justify-content: center;
  }

  .subAccess {
    width: 80%;
  }

  ul.thumb li {
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
  }
  ul.thumb2 li {
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
  }

  .eight div.post h4 {
    font-size: 1.5em;
    text-align: left;
  }

  .min_width {
    width: 100%;
  }

  ul.rent_topdetail dd a {
    color: #333;
  }

  .post ul li {
    margin: 0 auto 0.5em;
    font-size: 15px;
  }

  .box {
    padding: 1em 1.8em;
  }

  div.access p.info {
    padding: 0 10px !important;
    margin: 0 auto;
    width: 100%;
    font-size: 1.8em;
  }

  div.construction {
    width: 100%;
  }

  .listStyle {
    padding: 0;
  }

  p.listTitle {
    padding: 0.8em 2em 0.8em 0;
    font-size: 1.4em;
  }

  .post p.description {
    text-align: center;
    font-size: 1em;
    margin: 1em auto 0.5em;
  }

  .last_parent .property_text {
    width: 100%;
  }

  .more--top {
    text-align: center;
    padding-bottom: 20px;
  }

  .more--position {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }

  .access_text {
    padding-bottom: 100px;
  }
}

/* 幅648px以下から  トップページの３画像調節
------------------------------------------------------------*/
@media only screen and (max-width: 648px) {
  .thumbWrap {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  .thumbWrap ul.thumb li {
    width: 30%;
    float: left;
    margin: 0 1% 0 2%;
  }
  .thumbWrap ul.thumb2 li {
    width: 30%;
    float: left;
    margin: 0 1% 0 2%;
  }


  .thumbWrap img {
    width: 100%;
    height: auto;
  }

  div.three {
    display: none;
  }

  div.flex div {
    width: 100%;
    margin: 1em auto;
  }

  .flex div.seven {
    width: 100%;
  }

  .post h3.com {
    width: 90%;
    padding: 0.5em;
  }

  .subAccess {
    width: 100%;
  }

  .contactTitle {
    width: 90%;
  }

  .datebox {
    text-align: center;
    margin: 1em auto;
    background: none;
  }

  .titleNews {
    position: relative;
    padding: .75em 1em .75em 1.5em;
    font-size: 1.3em;
    text-align: left;
  }

  .titleNews::after {
    position: absolute;
    top: .5em;
    left: .5em;
    content: '';
    width: 6px;
    height: -webkit-calc(100% - 1em);
    height: calc(100% - 1em);
    background-color: #3498db;
  }

  .post p.pm {
    font-size: 1.3em;
  }

  .post p.owner {
    font-size: 1.3em;
  }

  .access_tel {
    font-size: 1.3em;
  }

  .listStyle {
    padding: 0;
  }

  p.listTitle {
    padding: 0.8em 2em 0.8em 0;
    font-size: 0.5em;
  }

  .post table th {
    display: block;
  }

  .post table tbody {
    display: flex;
  }

  .post table {
    margin-top: 0em;
  }

  .flex_start span {
    width: 100%;
  }

  .post .flex_start p {
    width: 100%;
    margin: 0 1em;
  }

  ul.rent_topdetail dd {
    width: 100%;
  }

  ul.thumb h3 {
    text-align: left;
    padding: 0;
    margin: 0;
    margin-top: 5px;
    display: block;
  }
  ul.thumb2 h3 {
    text-align: left;
    padding: 0;
    margin: 0;
    margin-top: 5px;
    display: block;
  }

  nav#mainNav a.menu {
    top: 9px;
  }
}

/* 幅644px以下から ヘッダー等微調節
------------------------------------------------------------*/
@media only screen and (max-width: 644px) {
  #header {
    text-align: center;
  }


  #header h2, #footerLogo, #headerInfo {
    float: none;
    padding: 0;
  }

  #headerInfo {
    width: 250px;
    margin: 0 auto;
  }

  img.alignright, img.alignleft {
    display: block;
    margin: 5px auto;
  }

  .alignright, .alignleft {
    float: none;
  }

  #footer ul {
    text-align: center;
    padding: 15px;
  }

  #footer ul ul {
    padding: 0;
  }
}
.section {
  margin-top: 25px !important;
}
.recruit__wrapper {
  width: 65%;
}
.more--top .open {
  margin: 10px 0 0 0;
}

/* page navigation
------------------------------------------------------------*/
.pagination {
  margin: 50px 0;
  text-align: center;
}
.page-numbers {
  padding: .5em;
  color: #00294D;
  border: 1px solid #00294D;
  font-size: 1.3rem;
}
.current {
  background: #00294D;
  color: white;
}

a.anchor {
  display: block;
  padding-top: 100px;
  margin-top: -100px;
}

.service__item a {
  cursor: pointer;
  display: block;
}

.service {
  margin-bottom: 100px;
}

@media (max-width: 768px) {
  .access {
    flex-direction: column;
  }
  .gmap {
    margin: auto;
    max-width: unset;
    width: 100%;
  }
  .access div {
    width: 100%;
  }
  iframe {
    height: 400px;
  }
  .posts iframe{
    width: 100%;
  }
}
.movie_box{
  /*display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;*/
  margin:0 auto;
  max-width: 960px;
}
.movie_txt{
  text-align:center;
  margin-bottom:30px;
}
@media only screen and (max-width:767px){
  .movie_box{
    display:block;
    margin-top:6rem;
  }
  .movie iframe{
    width:100%;
    height:300px;
  }
  .movie_txt{
    margin-bottom:15px;
  }
  #footer ul li {
    padding: 5px 20px;
  }
  .page-numbers{
    display: inline-block;
    font-size: 14px;
    margin: 5px;
    padding: 5px;
  }
}

@media screen and (max-width: 480px) {
  p.catch {
    font-size: 1.6em;
    width: 100%;
  }
  .recruit__title span {
    font-size: 17px;
  }
}
.footer_sns{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  margin-top:20px;
  margin-bottom:20px;
  width:220px;
}
.footer_sns a{
  margin-right:10px;
}

