@charset "utf-8";

/* CSS Document */


/*　common
-------------------------------------------------*/

@media all and (-ms-high-contrast:none) {
  *::-ms-backdrop,
  body {
    margin: 0;
    font-family: "メイリオ", "游ゴシック", "ヒラギノ角ゴ Pro W3", sans-serif;
    color: #333;
  }
  table.detail .room-no {
    top: 100%;
  }
  table.detail .icon-camera {
    top: 100%;
  }
}

body {
  font-size: 14px;
  /*スマホで勝手に文字が大きくなる対策*/
  -webkit-text-size-adjust: 100%;
}


/*h3.area {margin-bottom: 20px;}*/

ul.areabox li .sub-ttl {
  font-size: 15px;
}

ul.areabox li .photo img {
  width: 100%;
  height: 142px;
  object-fit: cover;
}

h4.area {
  margin-bottom: 10px;
  padding-left: 14px;
}

h2.pagettl_other {
  padding: 10px 0 5px 30px;
  font-size: 18px;
}

.pagettl_sub {
  font-size: 16px;
}

.btn-primary {
  background-color: #CB233C;
  color: #fff;
  border-color: #b1233c;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background-color: #D75568 !important;
  color: #fff !important;
  border-color: #b1233c !important;
}

.w3-code {
  /*background-color: #f1f1f1;*/
  padding: 10px;
  /*margin: 20px 0;*/
  /*box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)!important;*/
  /*font-size: 16px;*/
  margin-bottom: 500px;
}

.text-center {
  text-align: center;
}

#faq .faq-hide {
  display: none
}

.sub-ttl {
  vertical-align: middle;
  display: inline-block;
}

#list .sub-ttl {
  color: #c1a86f;
  font-weight: bold;
  font-size: 16px;
  display: block;
  margin-top: 5px;
}

.detail-ttl {
  width: 70%;
}

.gallerie-thumbbox ul {
  margin: 20px;
}

.gallerie-overlay {
  z-index: 100000;
}

footer a.navi {
  margin-right: 25px;
}

.main_prev {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-top: 5px;
  color: #ccc;
  position: absolute
}

.main_next {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-top: 5px;
  color: #ccc;
  position: absolute
}

h3.type-ro {
  font-size: 20px;
}

#list-price-td {
  text-align: right;
  padding-right: 2px;
}

#list-campaign-td {
  text-align: left;
  padding: 0px 5px;
}

.list-price {
  letter-spacing: -0.05em;
}

.list-en {
  font-size: 12px;
}

.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
}


/*　TOPスライダー
-------------------------------------------------*/

.top-slick .slick-slide img {
  display: inline;
}

.top-slick .slick-dots li {
  position: relative !important;
  display: inline-block !important;
  width: 20px !important;
  height: 20px !important;
  margin: 0 5px !important;
  padding: 0 !important;
  cursor: pointer !important;
  border: none !important;
  box-shadow: none !important;
}

.top-slick .slick-dots li.slick-active button:before {
  opacity: .75;
  color: #d7092f;
  ;
}

.top-slick .slick-dots li button::before {
  font-family: slick;
  font-size: 14px;
  line-height: 20px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
}


/*　各プラン
-------------------------------------------------*/

#plan .box-setsumei .detail {
  font-size: 16px;
}

#plan .box-setsumei {
  border: solid 1px #999;
}

#plan .box-setsumei .ttl {
  padding: 6px 0px 6px 20px;
  background-color: #CCCCCC;
}

#plan ul.servicebox li .service {
  padding: 5px;
}

#plan ul.servicebox li .service {
  border-bottom: 1px solid #FFFFFF;
}

#plan table.hikaku {
  border: #AAAAAA 1px solid;
}

#plan .commentbox {
  padding-left: 15px;
}

#plan .btnbox {
  text-align: center;
}

.qa_btn {
  font-size: 22px;
}

.qa_btn:after {
  content: '';
  top: 52px;
}

.qa_btn:before {
  background-size: 55px;
  left: 50px;
  top: 12px;
}

.qa_btn {
  padding: 1.0em 40px 1.0em 130px;
  ;
  display: inline;
}

.bg01-1 {
  background-color: #c1a86f;
}

.bg02-1 {
  background-color: #82a077;
}

.bg03-1 {
  background-color: #cc8560;
}

.bg04-1 {
  background-color: #488caa;
}


/*
h3.area {
    margin-bottom: 20px;
}
*/

h3.area {
  color: #333;
  background-color: #fff;
  /*border-bottom:3px solid #d7092f;*/
  border-bottom: 1px solid #999;
  padding: 6px 15px 6px 10px;
  margin-bottom: 20px;
  font-size: 20px;
}


/*　フッター
-------------------------------------------------*/

#f-menu {
  background-color: #F0F0F0;
  padding: 10px 0 10px;
  margin-top: 20px;
}

#f-menu ul {
  padding: 10px 0 10px;
}


/*　TOP
-------------------------------------------------*/

#top-flow {
  margin-bottom: 30px;
}

#top-plan {
  margin-bottom: 30px;
}

#top-point ul {
  margin: 0 0 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

#top-flow .square {
  left: 56px;
}

_::-webkit-full-page-media,
_:future,
 :root #top-flow .square {
  left: 60px;
}


/*
.max .chrome #top-flow .square {
    left: 58px;
}
*/

#h-navi .navi .navi01 {
  background-image: url(../img/navi/h-icon01_off.svg);
}

#h-navi .navi .navi01 a:hover {
  color: #636363;
  text-decoration: none;
}

#h-navi .navi .navi02 {
  background-image: url(../img/navi/h-icon02_off.svg);
}

#h-navi .navi .navi02 a:hover {
  color: #636363;
  text-decoration: none;
}

#h-navi .navi .navi03 {
  background-image: url(../img/navi/h-icon03_off.svg);
}

#h-navi .navi .navi03 a:hover {
  color: #636363;
  text-decoration: none;
}

#h-navi .navi .navi04 {
  background-image: url(../img/navi/h-icon04_off.svg);
}

#h-navi .navi .navi04 a:hover {
  color: #636363;
  text-decoration: none;
}

#h-navi .navi .navi05 {
  background-image: url(../img/navi/h-icon05_off.svg);
}

#h-navi .navi .navi05 a:hover {
  color: #636363;
  text-decoration: none;
}

#h-navi .navi .navi06 {
  background-image: url(../img/navi/h-icon06_off.svg);
}

#h-navi .navi {
  display: -webkit-box;
}

#top-point {
  padding: 0px;
  margin-bottom: 0px;
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(45deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%);
  background: -webkit-linear-gradient(45deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%);
  background: linear-gradient(45deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#86837a', endColorstr='#3e3e3c', GradientType=1);
}

#top-point .catchcopy {
  font-family: "ヒラギノ角ゴ Pro W3", "メイリオ", "游ゴシック", "ＭＳ ゴシック", "serif";
  text-align: center;
  color: #000;
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: bold;
}


/*
#top-point ul {
    margin: 0px;
}
*/

#top-point li .ttl {
  background-color: #CCCCCC;
  padding: 10px 20px;
  margin: 0px;
  font-size: 16px;
}

#top-banner li {
  display: inline-block;
  vertical-align: middle;
  width: 24.0%;
}

#top-banner li>a {
  text-align: center;
  display: table;
  width: 100%;
  /*padding: 0px 15px;*/
}

#top-plan ul.plan li .photo {
  position: relative;
}

#top-plan ul.plan li .icon-plan {
  width: 24px;
}

#top-plan .ttl-box-name {
  top: 0px;
  left: 0px;
  padding-left: 0px;
  padding-top: 5px;
  padding-bottom: 6px;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  /*position: absolute;*/
  color: #fff;
}

#top-flow .ttl-box {
  background-color: #FFF;
  background: no-repeat url(../img/flow_background1.png);
}

#top-flow .square {
  border-top: 0px solid transparent;
  border-right: 0px solid #D0D0D0;
  border-bottom: 0px solid transparent;
  border-left: 0px solid transparent;
}

#top-flow ul.flow li .step {
  /*background-color: rgb(0,0,0,0);*/
  background-color: transparent;
}

#top-plan ul.plan li .txt {
  font-size: 14px;
}

#top-flow ul.flow li .txt {
  font-size: 14px;
}


/* 検索
-------------------------------------------*/

#search {
  margin: 20px 0 30px;
}

#list .btn-box .area_btn {
  margin-right: 1%;
  margin-bottom: 1%;
}

#search ul.search .search01:hover,
#search ul.search .search01.clicked {
  background-color: #d7092f;
}

#search ul.search .search02:hover,
#search ul.search .search02.clicked {
  background-color: #d7092f;
}

#search ul.search .search03:hover,
#search ul.search .search03.clicked {
  background-color: #d7092f;
}

#search ul.search .search04:hover,
#search ul.search .search04.clicked {
  background-color: #d7092f;
}

ul.list li .photo img {
  width: 100%;
  height: 142px;
  object-fit: cover;
}

#list .txtbox .txt {
  font-size: 16px;
  line-height: 1.8em;
}

#search .detail-box {
  border: 1px solid #ccc;
  padding: 10px 10px 20px 0;
  border-radius: 5px;
}

#search input.button {
  margin-left: 0px;
  margin-top: 20px;
  padding: 12px 80px;
  font-size: 16px;
}

#search ul.detail-box-ul {
  height: 335px;
}

#search ul.detail-box-ul li {
  height: 20%;
}

select.type100 {
  width: auto;
}

#search ul.type5-ul {
  padding: 0;
}

#search ul.type5-ul {
  display: table;
  width: 100%;
}

#search ul.type5-ul>li:nth-child(2n+1) {
  clear: both;
}

#search ul.type5-ul>li {
  display: table-cell;
  float: left;
  width: 50%;
  margin-bottom: 0px;
}

#search label.search {
  margin-bottom: 10px;
}

#search strong {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 16px;
}

#search .label-txt {
  font-size: 16px;
}


/* 物件詳細
-------------------------------------------*/

#detail ul.service {
  margin-bottom: 12px;
  margin-left: 50px;
  margin-right: 50px;
  padding: 0;
}

#detail ul.service .service_name_detail {
  font-size: 10px;
}

#detail ul.service .service_name_price {
  font-size: 12px;
  text-align: center;
  margin-bottom: -2px;
}

#detail .sub-ttl {
  color: #c1a86f;
  font-weight: bold;
  font-size: 16px;
  display: block;
  margin-top: 0px;
}

#detail .new-mark {
  vertical-align: top;
}


/*
h2.detail {
    padding: 12px 0 3px 20px;
}

h2.detail {
    font-size: 28px;
}
*/

#detail ul.tokucho li:last-child {
  float: left;
}

#detail ul.tokucho li {
  width: 49%;
  margin-right: 2%;
}

#detail .photo-box .mainphoto:after {
  background: rgba(255, 255, 255, 0);
  /*background:initial;*/
}

#detail .photo-box .mainphoto .shisetsu-name {
  bottom: 0px;
  left: 0px;
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.5) 60%, rgba(0, 0, 0, 0.7) 90%);
}


/*
#detail .detail-box {
    margin-top: 100px;
}
*/

#detail ul.tokucho li img {
  width: 100%;
  height: 375px;
  object-fit: cover;
}


/* NEWS
-------------------------------------------*/

#news .right-box {
  text-align: right;
}

#top-news .news-text {
  word-break: break-all;
}

#news .news-text {
  word-break: break-all;
}

#news .news-content {
  word-break: break-all;
}

#top-news1 {
  float: left;
  width: 48%;
}

#top-news1 ul {
  margin: 0 0 10px 0;
  padding: 0;
}

#top-news1 li {
  margin: 0 0 15px 0;
  padding: 0 0 15px 0;
  list-style: none;
  border-bottom: 1px solid #EFEFEF;
  width: 100%;
}

#top-news1 .news-date {}

#top-news1 .news-ttl {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
}

#top-news1 .news-ttl i {
  color: #d7092f;
  display: inline-block;
  margin-right: 10px;
}

#top-news1 .news-ttl a {
  color: #333;
}

#top-news1 .news-ttl a:hover {
  color: #d7092f;
  text-decoration: underline;
}

#top-news1 .morebtn {
  text-align: right;
  margin-bottom: 0px;
}

#top-news1 .business {
  border: solid 1px #efefef
}

#top-news1 .business .photo {}

#top-news1 .business .photo img {
  width: 100%;
  height: auto
}

#top-news1 .business .ttl {
  margin: 10px 20px;
  font-weight: bold;
  font-size: 16px;
}

#top-news1 .business i {
  color: #d7092f;
  display: inline-block;
  margin-left: 50px;
}

#top-news1 .business .txt {
  margin: 10px 15px 20px 20px;
  font-size: 14px;
}

#top-news1 .business a {
  color: #333;
}

#top-news1 .business a:hover {
  color: #d7092f;
  text-decoration: underline;
}

#top-news1 .news-text {
  word-break: break-all;
}


/* スタッフコラム
-------------------------------------------*/

#staff .right-box {
  text-align: right;
}

#top-staff ul {
  margin: 0 0 10px 0;
}

#top-staff li {
  position: relative;
  padding-bottom: 30px;
}

#top-staff .fb {
  position: absolute;
  bottom: 10px;
  right: 0px;
}

#staff-list ul {
  margin: 0 0 10px 0;
}

#staff-list li {
  position: relative;
  padding-bottom: 30px;
}

#staff-list .fb {
  position: absolute;
  bottom: 10px;
  right: 0px;
}

#staff-side ul {
  margin: 0 0 10px 0;
}

#staff-side li {
  position: relative;
  padding-bottom: 30px;
}

#staff-side .fb {
  position: absolute;
  bottom: 10px;
  right: 0px;
}

.original_nice {
  display: inline-block;
  text-decoration: none;
  color: #668ad8;
}

#top-staff .staff-photo img {
  width: 100%;
  height: 158px;
  object-fit: cover;
}

#staff-list .staff-photo img {
  width: 100%;
  height: 188px;
  object-fit: cover;
}

#staff-list .txt {
  word-break: break-all;
}

#staff .staff-content {
  word-break: break-all;
}


/* 特定商取引法に基づく表記
-------------------------------------------*/

#low {
  text-align: left;
}

#low ul,
dd,
li {
  margin: 0;
  padding: 0;
}

#low table {
  width: 100%;
}

#low table th,
#low table td {
  padding: 10px;
}

#low table th {
  width: 25%;
  background-color: #f5f5f5;
}

#low table td {
  width: 75%;
}

#low table td dl {
  margin-top: 10px;
}

#low table td dl.first {
  margin-top: 0;
}

#low table td dl dd ul li {
  list-style: disc inside;
  margin: 5px;
}

#low table td span {
  display: block;
  margin-top: 10px;
}

#top-plan .morebtn {
  text-align: right;
}


/* サイトマップ
-------------------------------------------*/

.sitemap {
  clear: both;
  /* float: left; */
  /* margin-top: 10px; */
  margin-left: 100px;
  width: 1000px;
}

.sitemap_clear {
  clear: both;
}

.sitemap_left {
  float: left;
  width: 300px;
}

.sitemap_right {
  float: left;
  width: 300px;
}

.sitemap1 {
  float: left;
  margin-top: 10px;
  width: 250px;
  font-size: 1.2em;
  color: #333333;
  overflow: hidden;
}

.sitemap2 {
  float: left;
  margin-top: 5px;
  margin-left: 30px;
  width: 220px;
  font-size: 1.2em;
  overflow: hidden;
}

.sitemap1 a,
.sitemap2 a {
  padding-left: 8px !important;
  background: url("../img/arrow1.gif") 0 0.2em no-repeat;
  text-decoration: none;
  color: #000000;
}

.sitemap1 a:hover,
.sitemap2 a:hover {
  background: url("../img/arrow1o.gif") 0 0.2em no-repeat;
  text-decoration: underline;
  color: #333333;
}

.sitemap3 {
  float: left;
  padding-left: 8px !important;
  margin-top: 10px;
  width: 242px;
  font-size: 1.2em;
  color: #333333;
  overflow: hidden;
}


/* 利用規約
-------------------------------------------*/

#terms .lead {
  padding: 0 20px;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

#terms .box:first-child {
  margin-top: 20px;
}

#terms .box {
  margin-top: 40px;
}

#terms .box .ttl h2 {
  display: table-cell;
  vertical-align: middle;
}

#terms .box>.ttl {
  margin-bottom: 15px;
  border-bottom: 2px solid #ccc;
}

#terms .box .ttl h2 .icoPdf {
  display: inline-block;
  margin-left: 15px;
}

#terms .box .ttl h2 {
  position: relative;
  display: inline-block;
  padding-right: 60px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 40px;
}

#terms .box .boxInner {
  padding: 10px 20px;
}

#terms .box .frame {
  height: 300px;
  padding: 10px 20px 10px 0;
  overflow-y: auto;
}

#terms .box .frame p {
  font-size: 14px;
  line-height: 1.5;
}


/* ビジネス支援サービス
-------------------------------------------*/

#support .commentbox {
  margin: 20px 0;
}


/* 仲介エージェントの皆様
-------------------------------------------*/

#agency {
  font-size: 1.2em;
  line-height: 2.5;
}

#agency .clearfix:after {
  clear: both;
}

#agency .clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

#agency .button {
  width: 250px;
  margin: 50px auto 0;
}

#agency .button input,
#agency .button a {
  display: block;
  cursor: pointer;
  width: 100%;
  height: 52px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#000));
  background: -webkit-linear-gradient(top, #666, #000);
  background: linear-gradient(to bottom, #666, #000);
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 50px;
}

#agency .button input:hover,
#agency .button a:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#666));
  background: -webkit-linear-gradient(top, #000, #666);
  background: linear-gradient(to bottom, #000, #666);
  text-decoration: none;
}

#agency .segmentBtn {
  width: 550px;
  margin: 50px auto 0;
}

#agency .segmentBtn .button {
  display: inline;
  float: left;
  margin: 0 !important;
}

#agency .segmentBtn li.entry {
  margin-right: 50px !important;
}

#agency-list-office {
  width: 500px;
  padding: 20px;
  margin: 50px auto 0;
  border: 1px solid #ccc;
}

#agency-list-office h2 {
  border-left: 3px solid #d40b2b;
  padding: 0 0 0 10px;
  margin-bottom: 15px;
  letter-spacing: 0.1em;
  margin-left: 40px;
}

#agency-list-office ul li {
  float: left;
  width: 50%;
  list-style: disc inside !important;
  font-size: 13px;
  line-height: 2.0;
}


/* 「犯罪収益移転防止法施行」に伴なうお客さまへのお願い
-------------------------------------------*/

#about {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1.7;
}

#about li {
  list-style-type: none;
}

#about ul,
dd,
li {
  margin: 0;
  padding: 0;
}

h3.about {
  border-left: 6px solid #d7092f;
  padding: 5px 0 5px 15px;
  font-size: 27px;
  line-height: 1em;
  margin: 60px 0 40px;
}

#about .box {
  padding: 20px;
  margin-bottom: 20px;
  border: 3px solid #dfdfdf;
}

#about .box h3 {
  margin-bottom: 15px;
  text-align: center;
}

#about .box dl {
  padding: 15px;
  margin-top: 15px;
  background-color: #ffe6e6;
}

#about .box dl dt {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: bold;
}

#about .box .notes {
  color: #cc0000;
  margin-top: 10px;
}

#about .listStyle {
  margin: 10px 10px 20px 20px;
  color: red;
}

#about .need-documents {
  font-family: sans-serif;
  font-weight: bold;
}

ul.list .campaign .icon img {
  margin-left: 3px;
}

ul.list .campaign .ttl {
  font-size: 14px;
}

ul.list li .ttl {
  margin: 8px;
}

h3.search {
  margin-bottom: 0px;
  font-size: 20px;
}

table.detail td {
  padding: 15px 13px;
}

table.detail .room-no {
  left: 30px;
}


/* 本人確認書類のテーブル構成 */

#about .identity_tbody_main {
  white-space: nowrap;
}

#about .identity_tbody {
  border-collapse: collapse;
  margin: 0 5px;
}

#about .identity_tbody th {
  background-color: lightgray;
}

#about .normal {
  border: solid 1px black;
  padding: 0 5px;
}

#about .normal_detail {
  border: solid 1px black;
  color: blue;
  padding: 1px 5px;
}

#about .left {
  border: solid 1px black;
  border-right: 1px dotted !important;
  padding: 0 5px;
}

#about .right {
  color: blue;
  border: solid 1px black;
  border-left: none !important;
  padding: 0 5px;
}


/* ヘッダ部分調整
-------------------------------------------*/

header h1 {
  font-size: 12px;
}

header .h-txt {
  font-size: 12px;
}

header .h-box {
  margin: 10px auto 10px auto;
}

header .tel {
  font-size: 18px;
}

header .h-telbox {
  font-size: 12px;
}

.h_favorite_btn:before {
  width: 20px;
  height: 20px;
}

.h_favorite_btn {
  font-size: 14px;
  padding-left: 22px;
}

.h_contact_btn:before {
  width: 20px;
  height: 20px;
  top: 2px;
}

@media all and (-ms-high-contrast:none) {
  *::-ms-backdrop,
  .h_contact_btn:before {
    top: -1px;
  }
  /* IE11 */
}

.h_contact_btn {
  font-size: 14px;
  padding-left: 26px;
}

.content {
  padding-top: 0px;
}

.h_favorite_btn:before {
  background-image: url(../img/icon_star_off.svg);
}

.h_favorite_btn:hover:before {
  background-image: url(../img/icon_star_on.svg);
}

.h_contact_btn:before {
  background-image: url(../img/icon_mail_off.svg);
}

.h_contact_btn:hover:before {
  background-image: url(../img/icon_mail_on.svg);
}

header {
  position: relative;
}


/*
header h1 {
   color: #999999;
}
*/

#h-navi {
  background-color: #908C88;
}


/* フッター部分調整
-------------------------------------------*/


/* お問い合わせ
-------------------------------------------*/

#contact .menu-box-other {
  margin: 20px 0;
}

#contact-left {
  float: left;
  width: 48%;
}

#contact-right {
  float: right;
  width: 48%;
  text-align: center;
}

#contact-left .telbox {
  padding-left: 15px;
}

#contact .btn-box {
  float: none;
  width: 100%;
  text-align: center;
}

#contact .mainbox {
  padding-left: 15px;
}

#contact .tel-no {
  color: #000;
}

#contact .tel_btn {
  width: 23%;
  padding: 12px 30px 20px 65px;
  margin: 0 auto;
  display: inline-block;
  text-decoration: none;
  background: #fff;
  transition: .4s;
  text-align: center;
  border-radius: 6px;
  font-size: 20px;
  font-weight: bold;
  border: 1px solid #ccc;
  color: #333;
  position: relative;
  margin-right: 2%;
  vertical-align: middle;
  height: 72px;
}

#contact .faq_btn {
  width: 23%;
  margin: 0 auto;
  padding: 20px 20px 20px 50px;
  display: inline-block;
  text-decoration: none;
  background: #fff;
  transition: .4s;
  text-align: center;
  border-radius: 6px;
  font-size: 20px;
  font-weight: bold;
  border: 1px solid #ccc;
  color: #333;
  position: relative;
  margin-right: 2%;
  vertical-align: middle;
  height: 72px;
}

#contact .tel_btn:before {
  content: 'TEL';
  display: inline-block;
  width: 40px;
  height: 40px;
  /*background-image: url(../img/icon-calendar.png);*/
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  position: absolute;
  left: 20px;
  top: 20px;
  color: #d7092f;
}

#contact .reserve_btn {
  width: 23%;
  padding: 20px 20px 20px 60px;
  display: inline-block;
  margin-right: 2%;
  vertical-align: middle;
  height: 72px;
}

#contact .contact_btn {
  width: 23%;
  padding: 20px 20px 20px 60px;
  display: inline-block;
  vertical-align: middle;
  height: 72px;
}

#contact .reserve_btn:after {
  content: '';
}

#contact .contact_btn:after {
  content: '';
}

#contact .reserve_btn:before {
  top: 15px;
}

#contact .contact_btn:before {
  top: 15px;
}

#contact .faq_btn:before {
  content: '';
  display: inline-block;
  top: 15px;
  width: 40px;
  height: 40px;
  background-image: url(../img/icon-pen.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  position: absolute;
  left: 20px;
}

#contact .menu-box {
  margin: 20px 0 30px;
}

#contact .txtbox {
  margin: 0px;
  font-size: 14px;
}

#contact .tel-no {
  font-size: 20px;
  margin-top: 2px;
  margin-bottom: 0px;
  color: #d7092f;
  font-weight: bold;
  font-family: Arial, Helvetica, "sans-serif";
  padding-left: 0px;
}

#contact .faq_btn:hover {
  color: #d7092f;
}


/*　各ページ　plan
-------------------------------------------------*/

#common-plan {
  margin-bottom: 50px;
}

#common-plan ul.plan {
  margin: 0;
  padding: 0;
}

#common-plan ul.plan li {
  width: 24%;
  float: left;
  margin-bottom: 10px;
  list-style: none;
  margin-right: 13px;
}

#common-plan ul.plan li:nth-child(4n) {
  margin-right: 0;
}

#common-plan ul.plan li .ttl-box {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 2px 0;
  line-height: 50px;
}

#common-plan ul.plan li .icon-plan {
  display: inline-block;
  margin: 0 10px;
  width: 40px;
}

#common-plan ul.plan li .txt-ro {
  border: solid 1px #c1a86f;
  position: relative;
}

#common-plan ul.plan li .txt-so {
  border: solid 1px #82a077;
  position: relative;
}

#common-plan ul.plan li .txt-cs {
  border: solid 1px #cc8560;
  position: relative;
}

#common-plan ul.plan li .txt-vo {
  border: solid 1px #488caa;
  position: relative;
}

#common-plan ul.plan li .photo {
  float: left;
  width: 45%;
}

#common-plan ul.plan li .txt {
  float: right;
  width: 24%;
  font-size: 15px;
  margin: 5px 3% 0 0;
  line-height: 1.4em;
}

#common-plan ul.plan li .icon-plan img {
  width: 100%;
  height: auto;
}

#common-plan ul.plan li .photo img {
  width: 100%;
  height: auto;
}

#common-plan ul.plan li .morebtn {
  position: absolute;
  right: 10px;
  bottom: 10px;
}

#common-plan .morebtn {
  text-align: right;
}

#common-plan .deteil-right {
  text-align: right;
  float: right;
  margin-right: 5px;
}


/*　契約にかかる費用
-------------------------------------------------*
h3.contract {
    padding: 10px;
    font-size: 20px;
    background-color : #d3d3d3;
}
h3 span.icon-contract {
    display: inline-block;
    margin-right: 10px;
}

h3 span.icon-contract img {
    width: 45px;
    height: auto;
}

.contract-content {
    margin-bottom:30px;
    padding-left: 15px;
}

.contract-plan {
    margin-bottom:30px;
}

.contract5-ul {
    padding-left:20px;
}

/* よくある質問
-------------------------------------------------*/

#faq .answer-indent {
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 0px;
  margin-bottom: 0px;
}

#faq-plan {
  margin-bottom: 10px;
}

#faq-plan ul.plan {
  margin: 0;
  padding: 0;
}

#faq-plan ul.plan li {
  width: 49%;
  float: left;
  margin-bottom: 20px;
  list-style: none;
  margin-right: 2%
}

#faq-plan ul.plan li:nth-child(2n) {
  margin-right: 0;
}

#faq-plan ul.plan li .ttl-box {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 2px 0;
  line-height: 50px;
}

#faq-plan ul.plan li .icon-plan {
  display: inline-block;
  margin: 0 10px;
  width: 40px;
}

#faq-plan ul.plan li .txt-ro {
  border: solid 1px #c1a86f;
  position: relative;
}

#faq-plan ul.plan li .txt-so {
  border: solid 1px #82a077;
  position: relative;
}

#faq-plan ul.plan li .txt-cs {
  border: solid 1px #cc8560;
  position: relative;
}

#faq-plan ul.plan li .txt-vo {
  border: solid 1px #488caa;
  position: relative;
}

#faq-plan ul.plan li .photo {
  float: left;
  width: 60%;
}

#faq-plan ul.plan li .txt {
  float: right;
  width: 49%;
  font-size: 15px;
  margin: 10px 3% 0 0;
  line-height: 1.4em;
}

#faq-plan ul.plan li .icon-plan img {
  width: 100%;
  height: auto;
}

#faq-plan ul.plan li .photo img {
  width: 100%;
  height: auto;
}

#faq-plan ul.plan li .morebtn {
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.faq_plan_btn {
  width: 100%;
  margin: 0 auto;
  padding: 2.2em 0 2em;
  display: block;
  text-decoration: none;
  background: #fff;
  transition: .4s;
  text-align: center;
  border-radius: 6px;
  font-size: 12px;
  font-weight: bold;
  color: #333;
  text-align: center;
}

.faq_plan_label {
  padding-top: 10px;
  font-size: 12px;
  font-weight: bold;
  color: #333;
  text-align: center;
}

.faq_plan_btn:after {
  content: "\f054";
  font-family: FontAwesome;
  position: absolute;
  bottom: 4.6em;
  right: 5px;
}


/* 間取りタブメニュー1
-------------------------------------------*/


/* タブのスタイル */

.madori-tab1 .mtab-label {
  display: inline-block;
  background-color: #888;
  margin-right: 10px;
  padding: 2px 5px;
  text-align: center;
  width: 50px;
  font-size: 16px;
  color: #fff;
  border-radius: 5px;
}


/* タブにマウスカーソルがのったときフッター */

.madori-tab1 .mtab-label:hover {
  color: #d7092f;
}


/* ラジオボタンと内容を非表示 */

.madori-tab1 input[name="mtab-radio1"],
.madori-tab1 .mtab-content {
  display: none;
}


/* タブ内容のスタイル */

.madori-tab1 .mtab-content {
  margin-top: 20px;
}

.madori-tab1 .mtab-content .room-list span {
  font-weight: bold;
  margin-left: 5px;
}

.madori-tab1 .mtab-content .room-img {
  text-align: center;
}

.madori-tab1 #mtab-rental-1:checked~.mtab-rental-1-content,
.madori-tab1 #mtab-rental-2:checked~.mtab-rental-2-content,
.madori-tab1 #mtab-rental-3:checked~.mtab-rental-3-content,
.madori-tab1 #mtab-rental-4:checked~.mtab-rental-4-content,
.madori-tab1 #mtab-rental-5:checked~.mtab-rental-5-content,
.madori-tab1 #mtab-rental-6:checked~.mtab-rental-6-content,
.madori-tab1 #mtab-rental-7:checked~.mtab-rental-7-content,
.madori-tab1 #mtab-rental-8:checked~.mtab-rental-8-content,
.madori-tab1 #mtab-rental-9:checked~.mtab-rental-9-content,
.madori-tab1 #mtab-rental-10:checked~.mtab-rental-10-content {
  display: block;
}


/* 選択されているタブのスタイルを変える */

.madori-tab1 input[name="mtab-radio1"]:checked+.mtab-label {
  background-color: #d7092f;
  color: #fff;
}


/* 間取りタブメニュー2
-------------------------------------------*/


/* タブの外枠 */

.madori-tab2 {
  margin-top: 50px;
}


/* タブのスタイル */

.madori-tab2 .mtab-label {
  display: inline-block;
  background-color: #888;
  margin-right: 10px;
  padding: 2px 5px;
  text-align: center;
  width: 50px;
  font-size: 16px;
  color: #fff;
  border-radius: 5px;
}


/* タブにマウスカーソルがのったときフッター */

.madori-tab2 .mtab-label:hover {
  color: #d7092f;
}


/* ラジオボタンと内容を非表示 */

.madori-tab2 input[name="mtab-radio2"],
.madori-tab2 .mtab-content {
  display: none;
}


/* タブ内容のスタイル */

.madori-tab2 .mtab-content {
  margin-top: 20px;
}

.madori-tab2 .mtab-content .room-list span {
  font-weight: bold;
  margin-left: 5px;
}

.madori-tab2 .mtab-content .room-img {
  text-align: center;
}

.madori-tab2 #mtab-free-1:checked~.mtab-free-1-content,
.madori-tab2 #mtab-free-2:checked~.mtab-free-2-content,
.madori-tab2 #mtab-free-3:checked~.mtab-free-3-content,
.madori-tab2 #mtab-free-4:checked~.mtab-free-4-content,
.madori-tab2 #mtab-free-5:checked~.mtab-free-5-content,
.madori-tab2 #mtab-free-6:checked~.mtab-free-6-content,
.madori-tab2 #mtab-free-7:checked~.mtab-free-7-content,
.madori-tab2 #mtab-free-8:checked~.mtab-free-8-content,
.madori-tab2 #mtab-free-9:checked~.mtab-free-9-content,
.madori-tab2 #mtab-free-10:checked~.mtab-free-10-content {
  display: block;
}


/* 選択されているタブのスタイルを変える */

.madori-tab2 input[name="mtab-radio2"]:checked+.mtab-label {
  background-color: #d7092f;
  color: #fff;
}


/* 間取りタブメニュー3
-------------------------------------------*/


/* タブの外枠 */

.madori-tab3 {
  margin-top: 50px;
}


/* タブのスタイル */

.madori-tab3 .mtab-label {
  display: inline-block;
  background-color: #888;
  margin-right: 10px;
  padding: 2px 5px;
  text-align: center;
  width: 50px;
  font-size: 16px;
  color: #fff;
  border-radius: 5px;
}


/* タブにマウスカーソルがのったときフッター */

.madori-tab3 .mtab-label:hover {
  color: #d7092f;
}


/* ラジオボタンと内容を非表示 */

.madori-tab3 input[name="mtab-radio3"],
.madori-tab3 .mtab-content {
  display: none;
}


/* タブ内容のスタイル */

.madori-tab3 .mtab-content {
  margin-top: 20px;
}

.madori-tab3 .mtab-content .room-list span {
  font-weight: bold;
  margin-left: 5px;
}

.madori-tab3 .mtab-content .room-img {
  text-align: center;
}

.madori-tab3 #mtab-virtual-1:checked~.mtab-virtual-1-content,
.madori-tab3 #mtab-virtual-2:checked~.mtab-virtual-2-content,
.madori-tab3 #mtab-virtual-3:checked~.mtab-virtual-3-content,
.madori-tab3 #mtab-virtual-4:checked~.mtab-virtual-4-content,
.madori-tab3 #mtab-virtual-5:checked~.mtab-virtual-5-content,
.madori-tab3 #mtab-virtual-6:checked~.mtab-virtual-6-content,
.madori-tab3 #mtab-virtual-7:checked~.mtab-virtual-7-content,
.madori-tab3 #mtab-virtual-8:checked~.mtab-virtual-8-content,
.madori-tab3 #mtab-virtual-9:checked~.mtab-virtual-9-content,
.madori-tab3 #mtab-virtual-10:checked~.mtab-virtual-10-content {
  display: block;
}


/* 選択されているタブのスタイルを変える */

.madori-tab3 input[name="mtab-radio3"]:checked+.mtab-label {
  background-color: #d7092f;
  color: #fff;
}


/* タブメニュー
-------------------------------------------*/


/* タブの外枠 */

.plan-tab {}


/* タブのスタイル */

.plan-tab .tab-label {
  display: inline-block;
  background-color: #E4E4E4;
  padding: 5px 10px;
  text-align: center;
  width: 251px;
  height: 55px;
  vertical-align: top;
  line-height: 46px;
  font-weight: bold;
  color: #555;
  font-size: 16px;
}

.plan-tab .bg01,
.plan-tab .bg02,
.plan-tab .bg03,
.plan-tab .bg04 {
  background-repeat: no-repeat;
  background-position: top 50% left 15px;
  text-align: left;
  padding-left: 60px;
}

.plan-tab .bg01 {
  background-image: url(../img/ro_gray.png);
  background-size: 34px;
  background-position: top 50% left 40px;
  padding-left: 85px;
}

.plan-tab .bg02 {
  background-image: url(../img/so_gray.png);
  background-size: 34px;
  background-position: top 50% left 45px;
  padding-left: 90px;
}

.plan-tab .bg03 {
  background-image: url(../img/vo_gray.png);
  background-size: 34px;
  background-position: top 50% left 30px;
  padding-left: 75px;
}

.plan-tab .bg04 {
  background-image: url(../img/cs_gray.png);
  background-size: 34px;
  background-position: top 50% left 25px;
  padding-left: 70px;
}


/* タブにマウスカーソルがのったときフッター */

.plan-tab .tab-label:hover {
  color: #d7092f;
}


/* ラジオボタンと内容を非表示 */

.plan-tab input[name="tab-radio"],
.plan-tab .tab-content {
  display: none;
}


/* タブ内容のスタイル */

.plan-tab .tab-content {}

.plan-tab .plan-type-icon {
  vertical-align: middle;
  display: inline-block;
}

.plan-tab .plan-type-name {
  vertical-align: middle;
  display: inline-block;
}


/* 選択されているタブのコンテンツのみを表示 */

.plan-tab #tab-1:checked~.tab-1-content,
.plan-tab #tab-2:checked~.tab-2-content,
.plan-tab #tab-3:checked~.tab-3-content,
.plan-tab #tab-4:checked~.tab-4-content,
.plan-tab #tab-5:checked~.tab-5-content {
  display: block;
}


/* 選択されているタブのスタイルを変える */

.plan-tab input[name="tab-radio"]:checked+.tab-label {
  position: relative;
  display: inline-block;
  padding: 5px 10px;
  min-width: 120px;
  max-width: 100%;
  height: 55px;
  line-height: 46px;
  color: #fff;
  font-size: 16px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.tabs input[name="tab-radio"]:checked+.tab-label:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  border: 8px solid transparent;
  border-top: 8px solid #d7092f;
}

.plan-tab input[name="tab-radio"]:checked+.bg01,
.plan-tab input[name="tab-radio"]:checked+.bg02,
.plan-tab input[name="tab-radio"]:checked+.bg03,
.plan-tab input[name="tab-radio"]:checked+.bg04 {
  background-repeat: no-repeat;
  background-position: top 50% left 15px;
  text-align: left;
  padding-left: 60px;
}

.plan-tab input[name="tab-radio"]:checked+.bg01 {
  background-image: url(../img/ro_white_big.png);
  background-size: 34px;
  background-color: #c1a86f;
  background-position: top 50% left 40px;
  padding-left: 85px;
}

.plan-tab input[name="tab-radio"]:checked+.bg02 {
  background-image: url(../img/so_white_big.png);
  background-size: 34px;
  background-color: #82a077;
  background-position: top 50% left 45px;
  padding-left: 90px;
}

.plan-tab input[name="tab-radio"]:checked+.bg03 {
  background-image: url(../img/vo_white_big.png);
  background-size: 34px;
  background-color: #488caa;
  background-position: top 50% left 30px;
  padding-left: 75px;
}

.plan-tab input[name="tab-radio"]:checked+.bg04 {
  background-image: url(../img/cs_white_big.png);
  background-size: 34px;
  background-color: #cc8560;
  background-position: top 50% left 25px;
  padding-left: 70px;
}

.plan-tab input[name="tab-radio"]:checked+.bg05 {
  background-color: #B797B0;
}

.plan-tab .campaign {
  margin: 30px 0 20px;
}

.plan-tab .campaign .campaing-ttl {
  background-color: #d7092f;
  padding: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.plan-tab .campaign ul.campaign {
  margin: 0;
  padding: 20px;
  border: solid 2px #d7092f;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.plan-tab .campaign ul.campaign li {
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
  width: 30%;
  margin-right: 5%;
}

.plan-tab .campaign ul.campaign li:nth-child(3n) {
  margin-right: 0;
}

.plan-tab .campaign ul.campaign .icon-mark {
  vertical-align: middle;
  display: inline-block;
  float: left;
  width: 25%;
}

.plan-tab .campaign ul.campaign .icon-mark img {
  width: 100%;
  height: auto;
}

.plan-tab .campaign ul.campaign .icon-setsumei {
  vertical-align: middle;
  display: inline-block;
  font-size: 14px;
  float: right;
  width: 70%;
}


/* 間取りタブメニュー4
-------------------------------------------*/


/* タブの外枠 */

.madori-tab4 {
  margin-top: 50px;
}


/* タブのスタイル */

.madori-tab4 .mtab-label {
  display: inline-block;
  background-color: #888;
  margin-right: 10px;
  padding: 2px 5px;
  text-align: center;
  width: 50px;
  font-size: 16px;
  color: #fff;
  border-radius: 5px;
}


/* タブにマウスカーソルがのったときフッター */

.madori-tab4 .mtab-label:hover {
  color: #d7092f;
}


/* ラジオボタンと内容を非表示 */

.madori-tab4 input[name="mtab-radio4"],
.madori-tab4 .mtab-content {
  display: none;
}


/* タブ内容のスタイル */

.madori-tab4 .mtab-content {
  margin-top: 20px;
}

.madori-tab4 .mtab-content .room-list span {
  font-weight: bold;
  margin-left: 5px;
}

.madori-tab4 .mtab-content .room-img {
  text-align: center;
}

.madori-tab4 #mtab-coworking-1:checked~.mtab-coworking-1-content,
.madori-tab4 #mtab-coworking-2:checked~.mtab-coworking-2-content,
.madori-tab4 #mtab-coworking-3:checked~.mtab-coworking-3-content,
.madori-tab4 #mtab-coworking-4:checked~.mtab-coworking-4-content,
.madori-tab4 #mtab-coworking-5:checked~.mtab-coworking-5-content,
.madori-tab4 #mtab-coworking-6:checked~.mtab-coworking-6-content,
.madori-tab4 #mtab-coworking-7:checked~.mtab-coworking-7-content,
.madori-tab4 #mtab-coworking-8:checked~.mtab-coworking-8-content,
.madori-tab4 #mtab-coworking-9:checked~.mtab-coworking-9-content,
.madori-tab4 #mtab-coworking-10:checked~.mtab-coworking-10-content {
  display: block;
}


/* 選択されているタブのスタイルを変える */

.madori-tab4 input[name="mtab-radio4"]:checked+.mtab-label {
  background-color: #d7092f;
  color: #fff;
}

#room-no {
  width: 600px;
  margin: 0 auto;
}

#room-no h2.room-no {
  width: 38%;
}

#room-no .side-kome {
  width: 62%;
}


/* ヘッダースクロールコンパクト版 */


/*
.h_contact_compact_btn:before {
    width: 20px;
    height: 20px;
}
.h_contact_compact_btn:before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    background-image: url(../img/icon_compact_mail_off.svg);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    position: static;
    left: 0;
    padding-right:25px;
    color:#FFF;
}

.h_contact_compact_btn:hover:before{
    background-image: url(../img/icon_compact_mail_on.svg);
}
*/

header .h-leftbox-compact {
  padding-top: 10px;
  float: left;
}

header .h-telbox-compact .tel {
  /*
    padding-top: 13px;
    font-size: 12px;
    display: inline-block;
*/
  font-size: 14px;
  display: block;
  width: auto;
  white-space: nowrap;
  text-align: left;
  box-sizing: border-box;
  color: #fff;
  padding-top: 13px;
  font-weight: normal;
}

#h-navi-compact {
  background-color: #908C88;
}

#h-navi-compact .navi {
  height: 48px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  /*float:left;*/
  width: 1020px;
}

#h-navi-compact .navi .cnavi01 {
  background-repeat: no-repeat;
  background-position: top 7px left 5px;
  text-align: left;
  padding-right: 9px;
  padding-left: 3px;
}

#h-navi-compact .navi .cnavi09 {
  background-repeat: no-repeat;
  background-position: top 7px left 5px;
  text-align: left;
  padding-right: 3px;
  padding-left: 9px;
}

#h-navi-compact .navi .cnavi02,
#h-navi-compact .navi .cnavi03,
#h-navi-compact .navi .cnavi04,
#h-navi-compact .navi .cnavi05,
#h-navi-compact .navi .cnavi06,
#h-navi-compact .navi .cnavi07,
#h-navi-compact .navi .cnavi08 {
  background-repeat: no-repeat;
  background-position: top 7px left 5px;
  text-align: left;
  padding-left: 8px;
  padding-right: 9px;
  /*border-left: 1px solid #fff;*/
}

#h-navi-compact .navi .cnavi01 a,
#h-navi-compact .navi .cnavi02 a,
#h-navi-compact .navi .cnavi03 a,
#h-navi-compact .navi .cnavi04 a,
#h-navi-compact .navi .cnavi05 a,
#h-navi-compact .navi .cnavi06 a,
#h-navi-compact .navi .cnavi07 a,
#h-navi-compact .navi .cnavi08 a {
  font-size: 14px;
  color: #fff;
}


/*
_::-webkit-full-page-media, _:future, :root #h-navi-compact .navi .cnavi01 a{
    letter-spacing: -1px;
}
_::-webkit-full-page-media, _:future, :root #h-navi-compact .navi .cnavi02 a{
    letter-spacing: -1px;
}
_::-webkit-full-page-media, _:future, :root #h-navi-compact .navi .cnavi03 a{
    letter-spacing: -1px;
}
_::-webkit-full-page-media, _:future, :root #h-navi-compact .navi .cnavi04 a{
    letter-spacing: -1px;
}
_::-webkit-full-page-media, _:future, :root #h-navi-compact .navi .cnavi05 a{
    letter-spacing: -1px;
}
_::-webkit-full-page-media, _:future, :root #h-navi-compact .navi .cnavi06 a{
    letter-spacing: -1px;
}
_::-webkit-full-page-media, _:future, :root #h-navi-compact .navi .cnavi07 a{
    letter-spacing: -1px;
}
_::-webkit-full-page-media, _:future, :root #h-navi-compact .navi .cnavi08 a{
    letter-spacing: -1px;
}
*/

#h-navi-compact .navi .cnavi05 {
  letter-spacing: 0.06em;
}

#h-navi-compact .navi img {
  margin-top: 7px;
  margin-right: 30px;
}

#h-navi-compact .navi li {
  position: relative;
  list-style: none;
}

#h-navi-compact .navi .cnavi01:before,
#h-navi-compact .navi .cnavi02:before,
#h-navi-compact .navi .cnavi03:before,
#h-navi-compact .navi .cnavi04:before,
#h-navi-compact .navi .cnavi05:before,
#h-navi-compact .navi .cnavi06:before,
#h-navi-compact .navi .cnavi07:before,
#h-navi-compact .navi .cnavi08:before {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  right: 0;
  height: 24px;
  margin-top: -12px;
  border-right: 1px solid #fff;
}

#h-navi-compact .navi li a {
  display: block;
  width: auto;
  white-space: nowrap;
  height: 48px;
  text-align: left;
  box-sizing: border-box;
  color: #333;
  padding-top: 13px;
  /*padding-left: 10px;*/
  /*padding-right: 10px;*/
}

#h-navi-compact .navi>li:hover>a {
  /*layer-1*/
}

#h-navi-compact .navi>li li:hover>a {
  /*layer-2*/
  color: #d7092f;
}

#h-navi-compact .navi li ul {
  top: 48px;
  left: -40px;
  position: absolute;
}

#h-navi-compact .navi li ul li {
  overflow: hidden;
  height: 0;
  background-color: #fff;
  width: 100%;
}

#h-navi-compact .navi li ul li a {
  border-top: 1px solid #eee;
  border-right: 1px solid #eee;
  border-left: 1px solid #eee;
  padding: 10px 15px;
}

#h-navi-compact .navi li ul li:last-child a {
  border-bottom: 1px solid #eee;
}

#h-navi-compact .navi li:hover>ul>li {
  overflow: visible;
  height: 48px;
}

#h-navi-compact .navi .navi_child a {
  color: #333;
  font-weight: normal;
}

#h-navi-compact .navi .cnavi01 a:hover {
  color: #636363;
  text-decoration: none;
}

#h-navi-compact .navi .cnavi02 a:hover {
  color: #636363;
  text-decoration: none;
}

#h-navi-compact .navi .cnavi03 a:hover {
  color: #636363;
  text-decoration: none;
}

#h-navi-compact .navi .cnavi04 a:hover {
  color: #636363;
  text-decoration: none;
}

#h-navi-compact .navi .cnavi05 a:hover {
  color: #636363;
  text-decoration: none;
}

#h-navi-compact .navi .cnavi07 a:hover {
  color: #636363;
  text-decoration: none;
}

#h-navi-compact .navi {
  display: -webkit-box;
}

.tabs input[name="tab-radio"]:checked+.tab-label {
  font-size: 15px;
}

.more-btn1 {
  text-align: right;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
  color: #0000FF;
}

#flow .tel-no {
  font-size: 24px;
}

.reserve_btn_s {
  font-size: 18px;
}

.reserve_btn_s:before {
  top: 12px;
}

.reserve_btn_s:after {
  top: 22px;
}

.contact_btn_s {
  font-size: 18px;
}

.contact_btn_s:before {
  top: 12px;
}

.contact_btn_s:after {
  top: 22px;
}

#flow li .comment {
  font-size: 14px;
}

table.campaign-box {
  border-top: #d7092f 1px solid;
  border-left: #d7092f 1px solid;
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
}

table.campaign-box th {
  border-bottom: #d7092f 1px solid;
  border-right: #d7092f 1px solid;
  border-collapse: collapse;
  padding: 20px 20px;
  width: 20%;
  text-align: center;
  background-color: #d7092f;
  color: #FFF;
  font-size: 20px;
}

table.campaign-box td {
  border-bottom: #d7092f 1px solid;
  border-right: #d7092f 1px solid;
  border-collapse: collapse;
  padding: 20px 30px;
  width: 80%;
  font-size: 20px;
}


/*
.plan-tab .campaign .campaign-box {
    margin: 0;
    padding: 20px;
    border: solid 1px #d7092f;
}
*/

.map-btn-new {
  display: inline-block;
  max-width: 80px;
  text-align: center;
  background-color: #804F21;
  font-size: 15px;
  color: #FFF;
  text-decoration: none;
  /*font-weight: bold;*/
  padding: 5px 8px 5px 8px;
  border-radius: 10px;
}

#detail .box-tokucho {
  margin-bottom: 30px;
}

#detail .box-tokucho .photo {
  float: left;
  width: 30%;
}

#detail .box-tokucho .photo img {
  width: 100%;
  height: auto;
  /*height: 300px;*/
  object-fit: cover;
}

#detail .box-tokucho .txtbox {
  float: right;
  width: 70%;
  margin: 0px;
}

#detail .box-tokucho .ttl {
  font-weight: bold;
  font-size: 18px;
  padding: 10px 0px 10px 20px;
}

#detail .box-tokucho .txt {
  padding: 10px 0px 10px 20px;
}

#detail .box-tokucho .detail {
  font-size: 16px;
}

#detail .box-tokucho .detail p {
  margin: 0px;
}

#top-banner ul {
  width: 1020px;
  padding: 0px;
  text-align: justify;
  text-justify: distribute-all-lines;
}

#top-banner ul:after {
  content: "";
  display: inline-block;
  width: 100%;
  line-height: 0;
  height: 0;
}

#top-banner li {
  letter-spacing: normal;
  display: inline-block;
  /*ブロックレベル要素に横並びにする*/
  width: 240px;
  text-align: center;
}

.map-btn-experience {
  display: inline-block;
  text-align: center;
  background-color: #804F21;
  font-size: 15px;
  color: #FFF;
  text-decoration: none;
  /*font-weight: bold;*/
  padding: 5px 8px 5px 8px;
  border-radius: 10px;
  width: 100%;
}

.view-hide {
  display: none
}

.error-message {
  color: #FF0000;
  font-size: 20px;
}


/*インスタグラム*/

#instagrambox {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  display: flex;
  display: -webkit-flex;
}

#instagrambox li {
  width: 33.33333% !important;
  padding: 0 3px;
  position: relative;
  list-style: none !important;
  border-bottom: 0px;
  margin: 0px;
}

#instagrambox .item {
  height: 256px;
  border: 1px solid #e5e5e5;
  box-shadow: 0 3px 5px 0 rgba(50, 50, 50, .1);
  -moz-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, .1);
  -webkit-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, .1);
}

#instagrambox .caption {
  overflow: hidden;
  margin: 5px;
  height: 90px;
}

#instagrambox .comment {
  overflow: hidden;
  font-size: 11px;
  line-height: 1.2;
  font-style: italic;
  height: 60px;
  margin: 5px;
}

#instagrambox .detail {
  margin-bottom: 0px;
  margin-top: 0px;
  font-size: 11px;
  overflow: hidden;
}

.fui-heart {
  color: red;
}

.fui-chat {
  color: green;
}

@font-face {
  font-family: 'LigatureSymbols';
  src: url('LigatureSymbols-2.11.eot');
  src: url('LigatureSymbols-2.11.eot?#iefix') format('embedded-opentype'), url('LigatureSymbols-2.11.woff') format('woff'), url('LigatureSymbols-2.11.ttf') format('truetype'), url('LigatureSymbols-2.11.svg#LigatureSymbols') format('svg');
  font-weight: normal;
  font-style: normal;
}

.lsf {
  font-family: 'LigatureSymbols';
  -webkit-text-rendering: optimizeLegibility;
  -moz-text-rendering: optimizeLegibility;
  -ms-text-rendering: optimizeLegibility;
  -o-text-rendering: optimizeLegibility;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-font-feature-settings: "liga" 1, "dlig" 1;
  -moz-font-feature-settings: "liga=1, dlig=1";
  -ms-font-feature-settings: "liga" 1, "dlig" 1;
  -o-font-feature-settings: "liga" 1, "dlig" 1;
  font-feature-settings: "liga" 1, "dlig" 1;
}

.lsf-icon:before {
  /*content:attr(title);*/
  /*margin-right:0.3em;*/
  font-size: 130%;
  font-family: 'LigatureSymbols';
  -webkit-text-rendering: optimizeLegibility;
  -moz-text-rendering: optimizeLegibility;
  -ms-text-rendering: optimizeLegibility;
  -o-text-rendering: optimizeLegibility;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-font-feature-settings: "liga" 1, "dlig" 1;
  -moz-font-feature-settings: "liga=1, dlig=1";
  -ms-font-feature-settings: "liga" 1, "dlig" 1;
  -o-font-feature-settings: "liga" 1, "dlig" 1;
  font-feature-settings: "liga" 1, "dlig" 1;
}

.lsf-icon.fui-heart:before {
  content: '\E06e';
}

.lsf-icon.fui-chat:before {
  content: '\E034';
}
