@charset "utf-8";
/* CSS Document */
/*共通設定・共通パーツ ////////////////////////////////////////////////////////*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  margin: 0;
  padding: 0;
  background: #fff;
  line-height: 1.5;
  font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  color: #272727;
}
/*文字サイズ*/
@media (min-width: 960px) {
  body {
    font-size: 100%;
  }
}
@media (max-width: 959px) {
  body {
    font-size: 95%;
  }
}
/*PCとスマホの表示・非表示設定*/
@media (min-width: 960px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}
@media (max-width: 959px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
/*コンテンツ幅*/
.contents {
  max-width: 1220px;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
}
@media (min-width: 520px) {
  .contents_w100 {
    max-width: 1220px;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
    padding: 0 4%;
  }
}
@media (max-width: 520px) {
  .contents_w100 {
    overflow: auto;
  }
}
/*画像*/
img {
  max-width: 100%;
  height: auto;
}
/*リンク*/
a {
  color: inherit;
  text-decoration: none;
}
/*余白*/
.mt20 {
  margin-top: 20px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.sub main > section {
  margin: 3rem 0;
}
@media (max-width: 1219px) {
  main .contents {
    padding: 0 4%;
  }
}
/*文字装飾*/
.cl_theme {
  color: #2C72BA;
}
strong, .bold {
  font-weight: bold;
}
.fs_big {
  font-size: 1.2rem;
}
.fs_small {
  font-size: 0.85rem;
}
.bikou {
  color: #ADADAD;
  font-size: 0.85rem;
}
/*文字配置*/
.txa_center {
  text-align: center;
}
@media (min-width: 960px) {
  .txa_center_pc {
    text-align: center;
  }
}
/*見出し*/
.h2_topline_center {
  position: relative;
  padding: 1.5rem;
  text-align: center;
  margin-top: 3rem;
  color: #2C72BA;
  font-size: 1.3rem;
  font-weight: bold;
}
.h2_topline_center:before {
  position: absolute;
  top: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #2C72BA;
}
.h2_topline_left {
  position: relative;
  padding: 1.5rem 0;
  text-align: left;
  margin-top: 1.5rem;
  color: #2C72BA;
  font-size: 1.3rem;
  font-weight: bold;
}
.h2_topline_left:before {
  position: absolute;
  top: -10px;
  left: calc(0 - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #2C72BA;
}
.h3_sqline {
  position: relative;
  margin-bottom: 1rem;
}
.h3_sqline:after {
  content: "";
  width: 100%;
  display: block;
  border-bottom: 1px solid #2C72BA;
  position: absolute;
  bottom: 0;
}
.h3_sqline span {
  background-color: #2C72BA;
  color: #fff;
  font-size: 1.1rem;
  position: relative;
  display: inline-block;
  padding: 0.8rem 2rem;
}
.beforesq {
  color: #2C72BA;
  font-weight: bold;
  padding: 1rem 0 0.5rem;
}
.beforesq:before {
  content: "■";
  margin-right: 0.3rem;
}
.tokutyo {
  color: #2C72BA;
  font-weight: bold;
  margin-bottom: 1rem;
}
.tokutyo span {
  border: 1px solid #2C72BA;
  padding: 0.5rem;
  display: block;
  width: 5rem;
  text-align: center;
  margin-bottom: 0.5rem;
}
.floor {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.floor h4 {
  background-color: #E9F1F8;
  color: #2C72BA;
  text-align: center;
  border-radius: 100px;
  width: 8rem;
  padding: 0.5rem;
  font-weight: bold;
  margin-right: 1rem;
}
.husen {
  background-color: #E9F1F8;
  border-left: 8px solid #2C72BA;
  padding: 0.5rem 1rem;
  color: #2C72BA;
  font-weight: bold;
  font-size: 1.1rem;
  margin-bottom: 1.5rem;
}
.kadomaru {
  background-color: #E9F1F8;
  color: #2C72BA;
  text-align: center;
  border-radius: 100px;
  padding: 0.5rem;
  font-weight: bold;
  margin: 2rem 0 0.8rem;
}
@media (min-width: 960px) {
  .h2_flex {
    display: flex;
    align-items: center;
  }
  .h2_flex h2 {
    margin-right: 2rem;
  }
}
/*ボタン設定*/
.btn {
  margin: 1rem auto;
  max-width: 340px;
}
.btn a, button span {
  display: block;
  border: 1px solid #2C72BA;
  padding: 0.8rem 1rem;
  color: #2C72BA;
  background-image: url("img/btn_arrow.png");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  font-size: 0.9rem;
  text-align: center;
  position: relative;
  z-index: 1;
  transition: .3s;
}
.btn a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #2C72BA;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease .3s;
}
.btn a:hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}
.btn a:hover {
  color: #fff;
}
.btn_osiete {
  text-align: right;
}
.btn_osiete a {
  color: #2C72BA;
  font-weight: bold;
  display: block;
  padding: 0.5rem;
}
.btn_osiete a:hover {
  text-decoration: underline;
}
.btn_osiete i {
  margin-right: 0.3rem;
}
.btn_panorama {
  max-width: 340px;
  margin: 0 auto;
}
.btn_panorama a {
  display: block;
  border: 1px solid #2C72BA;
  padding: 0.3rem 1rem;
  color: #2C72BA;
  text-align: center;
  font-size: 0.85rem;
  font-weight: bold;
  background-color: #FAFFAC;
}
.btn_panorama i {
  margin-left: 0.6rem;
}
button {
  background: inherit;
  border: none;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
button:hover {
  cursor: pointer;
}
@media (max-width: 959px) {
  .btn_osiete {
    margin: 0.5rem 0;
  }
}
/*レイアウト設定*/
.ly_col3 {
  margin: 2rem 0;
}
.ly_2tai1 {
  display: flex;
}
@media (min-width: 960px) {
  .ly_col2 {
    display: flex;
  }
  .ly_col3 {
    display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
  }
  .ly_col2 > div {
    width: 49.0%;
  }
  .ly_col3 > div {
    width: 32.0%;
  }
  .ly_col3 > div {
    margin-bottom: 2rem;
  }
  .ly_2tai1 > div:first-of-type {
    margin-right: 2.5rem;
  }
}
@media (min-width: 1220px) {
  .ly_2tai1_1 {
    flex: 1;
  }
  .ly_2tai1_2 {
    flex: 2;
  }
}
@media (max-width: 1219px) {
  .ly_2tai1 > div:first-of-type {
    margin-bottom: 1rem;
  }
  .ly_2tai1 img, .ly_col2 img, .ly_col3 img {
    margin-right: auto;
    margin-left: auto;
    display: block;
  }
  .ly_2tai1 {
    flex-wrap: wrap;
  }
  .ly_2tai1 > div {
    width: 100%;
  }
    .about_tokutyo .ly_2tai1_1 {
        width: 100%;
    }
}
/*各ブロック設定*/
.bl_media img {
  margin-bottom: 5px;
}
@media (max-width: 959px) {
  .bl_media {
    margin-bottom: 1rem;
  }
}
/*テーブル*/
.table_a table {
  width: 100%;
}
.table_a tr {
  border-bottom: 1px solid #2C72BA;
}
.table_a th {
  background-color: #2C72BA;
  color: #fff;
}
.table_a td {
  text-align: center;
}
.table_a th, .table_a td {
  padding: 0.5rem 1rem;
}
.table_b table {
  width: 100%;
}
.table_b tr {
  border-bottom: 1px solid #E9F1F8;
}
.table_b th {
  background-color: #E9F1F8;
  text-align: left;
}
.table_b th, .table_b td {
  padding: 0.5rem 1rem;
}
.table_c tr {
  border-bottom: 1px solid #E9F1F8;
}
.table_c th {
  color: #2C72BA;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 520px) {
  .table_a table {
    width: auto;
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  .table_c th, .table_c td, .table_b_sp100 th, .table_b_sp100 td {
    display: block;
    width: 100%;
  }
  .table_c th {
    margin-top: 1rem;
    margin-bottom: 0.5rem;
  }
  .table_c td, .table_b_sp100 td {
    margin-bottom: 1rem;
  }
}
@media (min-width: 960px) {
  .table_c th, .table_c td {
    padding: 1rem;
  }
}
/*ヘッダー・メイン画像 ////////////////////////////////////////////////////////*/
#head_wrap {
  width: 100%;
  line-height: 1;
  z-index: 999;
  text-decoration: none;
}
#head_wrap a {
  text-decoration: none;
}
#head_wrap .inner {
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 1rem 0;
}
#head_wrap .inner:after {
  content: "";
  clear: both;
  display: block;
}
#head_wrap .logo {
  float: left;
  font-size: 36px;
}
#global-nav {
  position: absolute;
  right: 0;
  top: 1rem;
}
#global-nav ul {
  list-style: none;
  font-size: 15px;
  margin-right: 10px;
  display: inline-flex;
  font-weight: bold;
}
@media (min-width: 1220px) {
  #global-nav {
    right: 150px;
  }
  .nav_contact {
    background-color: #2C72BA;
    width: 130px;
    height: 130px;
    position: fixed;
    z-index: 999;
    right: 0;
    top: 0;
    color: #fff;
  }
  .nav_contact a {
    width: 100%;
    height: 130px;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .nav_contact span {
    width: 100%;
  }
  .nav_contact img, .nav_contact span {
    display: block;
  }
  .nav_contact img {
    margin: 0 auto 1rem;
  }
}
@media (max-width: 1219px) {
  .nav_contact {
    display: none;
  }
  #global-nav ul {
    display: block;
    margin-right: 0px;
  }
}
#global-nav ul li {
  padding: 20px 25px;
}
#global-nav ul li:last-child {
  border-right: none;
}
@media (max-width: 1219px) {
  #global-nav ul li {
    border-right: none;
  }
}
#global-nav ul li a {
  padding: 0 5px;
  padding: 2px;
  transition: all .6s ease 0s;
  box-sizing: border-box;
}
/* Toggle Button */
#nav-toggle {
  display: none;
  position: absolute;
  right: 12px;
  top: 14px;
  width: 34px;
  height: 36px;
  cursor: pointer;
  z-index: 101;
}
#nav-toggle div {
  position: relative;
}
@media (max-width: 1219px) {
  #head_wrap {
    top: 0;
    margin-top: 0;
    width: 100%;
    padding: 0;
    /* Fixed reset */
  }
  #head_wrap .inner {
    width: 100%;
    padding: 0;
  }
  #head_wrap .fixed {
    padding-top: 0;
    background: transparent;
  }
  #mobile-head {
    width: 100%;
    height: 90px;
    z-index: 999;
    position: relative;
  }
  #head_wrap.fixed .logo, #head_wrap .logo {
    position: absolute;
    left: 13px;
    top: 13px;
    color: #333;
    font-size: 26px;
  }
  #global-nav {
    position: absolute;
    /* 開いてないときは画面外に配置 */
    top: -500px;
    background: #fff;
    width: 100%;
    text-align: center;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    z-index: 100;
  }
  .sub #global-nav {
    background: #E9F1F8;
  }
  #global-nav ul {
    list-style: none;
    position: static;
    right: 0;
    bottom: 0;
    font-size: 14px;
    margin-top: 20px;
  }
  #global-nav ul li {
    float: none;
    position: static;
  }
  #head_wrap #global-nav ul li a, #head_wrap.fixed #global-nav ul li a {
    width: 100%;
    display: block;
    padding: 5px 0;
  }
  #nav-toggle {
    display: block;
  }
  /* #nav-toggle 切り替えアニメーション */
  #nav-toggle span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #2C72BA;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
  }
  #nav-toggle span:nth-child(1) {
    top: 0;
  }
  #nav-toggle span:nth-child(2) {
    top: 11px;
  }
  #nav-toggle span:nth-child(3) {
    top: 22px;
  }
  .open #nav-toggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
  }
  /* #global-nav スライドアニメーション */
  .open #global-nav {
    /* #global-nav top + #mobile-head height */
    -moz-transform: translateY(556px);
    -webkit-transform: translateY(556px);
    transform: translateY(556px);
  }
}
#menu1, #menu2, #menu3, #menu4, #menu5 {
  margin-top: 500px;
  padding-top: 130px;
}
#menu5 {
  padding-bottom: 100vh;
}
#global-nav li::after {
  padding-bottom: 0.5rem;
  border-bottom: solid 2px #2C72BA;
  bottom: 0;
  content: "";
  display: block;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  width: 0;
}
#global-nav li:hover::after {
  width: 100%;
}
#global-nav li {
  padding: 0.3rem 0;
}
.sub header {
  background-color: #E9F1F8;
}
.submain {
  background-color: #E9F1F8;
  height: 100px;
  color: #2C72BA;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
}
.pankuzu {
  background-color: #F6F6F6;
  padding: 0.6rem 0;
}
.pankuzu ul {
  display: flex;
  font-size: 0.85rem;
}
.pankuzu li:not(:last-of-type):after {
  content: ">";
  display: inline-block;
  padding: 0 0.3rem;
}
@media (min-width: 960px) {
  .logo {
    margin-left: 2rem;
  }
  .mainimg {
    height: 610px;
    background-image: url("img/top_bg_pc.png");
    background-repeat: no-repeat;
    background-position: right center;
    display: flex;
    align-items: center;
    animation: fadeIn 3s ease 0s 1 normal;
    -webkit-animation: fadeIn 3s ease 0s 1 normal;
  }
  .submain {
    background-image: url("img/sub_bg.png");
    background-position: right bottom;
    background-repeat: no-repeat;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0
  } /* 始め */
  100% {
    opacity: 1
  } /* 終わり */
}
@media (max-width: 1219px) {
  .mainimg > p {
    padding-left: 4%;
  }
}
@media (max-width: 959px) {
  #mobile-head {
    height: 70px;
  }
  .logo {
    width: 250px;
  }
  .mainimg {
    height: 70vh;
    background-image: url("img/top_bg_sp.png");
    background-repeat: no-repeat;
    background-position: right top;
    -webkit-background-size: contain;
    background-size: contain;
    display: flex;
    align-items: flex-end;
    animation: fadeIn 3s ease 0s 1 normal;
    -webkit-animation: fadeIn 3s ease 0s 1 normal;
  }
  .pankuzu ul {
    padding: 0 4%;
  }
}
@media (max-width: 520px) {
  .logo {
    width: 180px;
  }
}
/*フッター ////////////////////////////////////////////////////////*/
.footer_top {
  background-color: #E9F1F8;
  color: #2C72BA;
  padding: 6rem 0;
}
.footer_nav h3 {
  font-weight: bold;
  margin-bottom: 10px;
}
.footer_nav a::after {
  border-bottom: solid 1px #2C72BA;
  bottom: 0;
  content: "";
  display: block;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  width: 0;
}
.footer_nav a:hover::after {
  width: 100%;
}
.footer_nav li {
  font-size: 0.85rem;
  padding: 0.3rem 0;
}
.footer_nav li:before {
  content: "\f054";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  margin-right: 0.2rem;
}
.footer_btm {
  background-color: #2C72BA;
  color: #fff;
  padding: 3rem 0;
  text-align: center;
}
.footer_btm h3 {
  border-bottom: 1px solid #fff;
  max-width: 340px;
  margin: 0 auto;
  padding-bottom: 0.5rem;
  font-weight: bold;
}
.footer_tel {
  font-size: 2.5rem;
  font-weight: bold;
  margin: 0.5rem 0;
}
.footer_tel i {
  margin-right: 0.5rem;
}
.copy {
  font-size: 0.95rem;
  margin-top: 2rem;
  opacity: 0.8;
}
@media (min-width: 960px) {
  .footer_nav {
    display: flex;
    justify-content: space-around;
  }
}
@media (max-width: 959px) {
  .bottom-sticky-nav {
    height: 60px;
    position: fixed;
    display: block;
    background: #ffffff;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
  }
  .ScrollTop {
    opacity: 0;
    transition: all 0.65s;
  }
  .ScrollTop.isActive {
    opacity: 1;
    transition: all 0.65s;
  }
  .bottom-sticky-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-evenly;
  }
  .bottom-sticky-nav ul li {
    flex: 1;
  }
  .bottom-sticky-nav ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    height: 60px;
    color: #2c72ba;
  }
  .bottom-sticky-nav ul li a:hover, .bottom-sticky-nav ul li a:focus {
    text-decoration: none;
  }
  .bottom-sticky-nav ul li a i {
    font-size: 20px;
    margin-bottom: 0.3rem;
  }
  .bottom-sticky-nav ul li a span {
    font-size: 12px;
    line-height: 1.5;
  }
  footer {
    margin-bottom: 60px;
  }
}
/*トップページコンテンツ ////////////////////////////////////////////////////////*/
.top_empty {
  background-color: #E9F1F8;
  padding: 3rem 0;
}
.bg_osaka {
  background-image: url("img/osaka.png");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  padding: 3rem 0;
}
.top_news {
  margin-bottom: 4rem;
}
.top_rental .ly_2tai1 > div:first-of-type {
  text-align: center;
}
@media (min-width: 960px) {
  .top_news dt, .top_news dd {
    padding: 0.5rem 0;
  }
  .top_news dt {
    float: left;
    clear: both;
    margin-right: 1.5rem;
  }
  .top_news .h2_flex > div:first-of-type {
    flex: 1;
  }
  .top_news .h2_flex > div:last-of-type {
    flex: 2;
    margin-left: 5rem;
  }
}
@media (max-width: 1219px) {
  .top_rental .ly_2tai1 {
    flex-direction: column-reverse;
  }
}
@media (max-width: 959px) {
  .top_news dd {
    margin-bottom: 0.8rem;
  }
  .top_news dd:last-of-type {
    margin-bottom: 2rem;
  }
  .top_rental .ly_2tai1 > div:first-of-type {
    margin-top: 2rem;
  }
}
/*サブページコンテンツ ////////////////////////////////////////////////////////*/
.gmap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 50%; /*比率をお好みで*/
}
.gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.about_tokutyo .ly_2tai1_1 {
  width: 386px;
}
.floorimg {
  display: block;
  position: relative;
}
/*.floorimg:before {
  content: url("img/zoom.png");
  display: block;
  position: absolute;
  bottom: 20px;
  right: 10px;
}*/
.news_kiji h1 {
  font-size: 1.2rem;
  font-weight: bold;
  color: #2C72BA;
  border-bottom: 1px dotted #ccc;
  padding: 0.5rem 0 1.5rem;
}
.news_kiji {
  padding-bottom: 3rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #2C72BA;
}
.date {
  color: #ADADAD;
  font-size: 0.85rem;
  padding: 1rem 0;
}
.setumei {
  background: #E9F1F8;
  margin: 2rem 0;
  padding: 2rem;
}
.setumei > .ly_2tai1 {
  align-items: center;
}
.empty_list .table_b th {
  width: 30%;
}
.contact_box {
  border: 3px solid #CECECE;
  max-width: 600px;
  margin: 2rem auto;
  padding: 1rem;
}
.contact_box_tel {
  font-size: 2.5rem;
  font-weight: bold;
}
.rental_price .table_a td {
  vertical-align: middle;
}
.faq dl {
  background-color: #F6F6F6;
  padding: 2rem;
}
.faq dl {
  margin-top: 2rem;
}
.faq dt {
  margin-bottom: 1rem;
}
.faq dt, .faq dd {
  position: relative;
  padding-left: 50px;
  ;
}
.faq dt:before, .faq dd:before {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.faq dt:before {
  content: url("img/faq_q.png");
}
.faq dd:before {
  content: url("img/faq_a.png");
}
.form-control {
  padding: 13px;
  width: 100%;
  color: #000;
  border: 0;
  border: 1px solid #C4C4C4;
  font-size: 16px;
}
form .table_b td textarea {
  vertical-align: top;
}
form .table_b {
  max-width: 1000px;
  margin: 1rem auto;
}
@media (min-width: 960px) {
  .about_buill .ly_col2 {
    justify-content: space-between;
    align-items: center;
  }
  .about_buill .ly_col2 > div:last-of-type {
    width: 564px;
  }
  .rental_view {
    max-width: 845px;
    margin: 0 auto;
  }
  .rental_view .ly_col2 {
    margin-top: 10px;
    justify-content: space-between;
  }
}
@media (max-width: 1219px) {
    .about_tokutyo .ly_2tai1_1 {
        width: 100%;
    }
}