@charset 'UTF-8';
/* ------------------------------
　　ベース
------------------------------ */
body
{
  font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3',Meiryo,'メイリオ','ＭＳ Ｐゴシック','MS PGothic',Verdana,sans-serif; 
  font-size: 16px; 

    color: #333;
    background: #fff;
}
h1, h2, h3, h4, .header-half p, .navbar, .side-link-parts, .offcanvas-nav, .page-title, .entry-column ul.big-select-btn
{
  font-family: "Times New Roman", "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E","メイリオ", "ＭＳ Ｐ明朝","MS PMincho",Meiryo, serif;
}
.pb20
{
  padding-bottom: 20px;
}

/* リンクの設定 */
a
{
    text-decoration: none; 

    color: #006dd9;
    border: none;
}

a:visited
{
    text-decoration: none; 

    color: #7f5ad7;
}

a:active
{
    text-decoration: none; 

    color: #006dd9;
}

a:hover
{
    text-decoration: underline; 

    color: #006dd9;
}

/* コンテナー */
.acms-container
{
    max-width: 1170px;
}
.acms-container .acms-container
{
    padding: 0;
}

.narrow-container
{
    max-width: 960px;
    margin: 0 auto;
    padding-right: 20px; 
    padding-left: 20px;
}

@media (max-width: 1170px)
{
    .acms-container
    {
        padding-right: 20px; 
        padding-left: 20px;
    }
    .sp-container
    {
        padding-right: 20px;
        padding-left: 20px;
    }
    .acms-grid .sp-container
    {
        padding-right: 20px;
        padding-left: 20px;
    }
    .sp-container .sp-container
    {
        padding: 0;
    }
    .sp-container .acms-container .sp-container
    {
        padding: 0;
    }
}

/* アニメーション */
@keyframes fade-in
{
    0%
    {
        display: none;

        opacity: 0;
    }
    20%
    {
        display: block;

        opacity: 0;
    }
    100%
    {
        display: block;

        opacity: 1;
    }
}

@-webkit-keyframes fade-in
{
    0%
    {
        display: none;

        opacity: 0;
    }
    20%
    {
        display: block;

        opacity: 0;
    }
    100%
    {
        display: block;

        opacity: 1;
    }
}

/* ------------------------------
　　ボタン
------------------------------ */
.btn
{
    font-weight: bold;
    line-height: 1.2;

    display: inline-block;

    padding: 8px 15px;

    color: #fff;
    border: 0;
    border: 0;
    border-radius: 3px; 
    background: #999;
}
.btn:hover,
.btn:visited
{
    text-decoration: none; 

    color: #fff;
}
.btn:focus,
.btn:active
{
    color: #fff;
    -webkit-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, .5);
    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, .5);
}
.btn:hover
{
    color: #fff; 
    background-color: #999;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#c1c1c1), to(#999));
    background-image: linear-gradient(to bottom, #c1c1c1, #999);
}
.btn:active,
.btn:focus
{
    background: #878787;
}

/* ボタン　色付き */
.btn-attention
{
    font-weight: bold;
    line-height: 1.2;

    display: inline-block;

    padding: 8px 15px;

    color: #fff;
    border: 0;
    border: 0;
    border-radius: 3px; 
    background: #ff9a00;
}
.btn-attention:hover,
.btn-attention:visited
{
    text-decoration: none; 

    color: #fff;
}
.btn-attention:focus,
.btn-attention:active
{
    color: #fff;
    -webkit-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, .5);
    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, .5);
}
.btn-attention:hover
{
    color: #fff; 
    background-color: #ff9a00;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fdd87d), to(#ff9a00));
    background-image: linear-gradient(to bottom, #fdd87d, #ff9a00);
}
.btn-attention:active,
.btn-attention:focus
{
    background: #eda800;
}

/* ボタンサイズ大 */
.btn-large
{
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;

    display: inline-block;

    -webkit-box-sizing: border-box;

    box-sizing: border-box;
    padding: 15px 20px;

    -webkit-transition: background-color .25s linear;

    transition: background-color .25s linear; 
    text-align: center;

    color: #fff;
    border: 0;
    border-radius: 5px;
    background: #999;
}
.btn-large:hover,
.btn-large:visited
{
    text-decoration: none; 

    color: #fff;
}
.btn-large:focus,
.btn-large:active
{
    color: #fff;
    -webkit-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, .5);
    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, .5);
}
.btn-large:hover
{
    background: #777;
}
.btn-large:active,
.btn-large:focus
{
    background: #878787;
}

/* ボタンサイズ大 色付き */
.btn-attention-large
{
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;

    display: inline-block;

    -webkit-box-sizing: border-box;

    box-sizing: border-box;
    padding: 15px 20px;

    -webkit-transition: background-color .25s linear;

    transition: background-color .25s linear; 
    text-align: center;

    color: #fff;
    border: 0;
    border-radius: 5px;
    background: #ff9a00;
}
.btn-attention-large:hover,
.btn-attention-large:visited
{
    text-decoration: none; 

    color: #fff;
}
.btn-attention-large:focus,
.btn-attention-large:active
{
    color: #fff;
    -webkit-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, .5);
    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, .5);
}
.btn-attention-large:hover
{
    background: #ff7e00;
}
.btn-attention-large:active,
.btn-attention-large:focus
{
    background: #eda800;
}

/* デスクトップ：最大360pxボタン */
.btn-block-large
{
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;

    display: inline-block;

    -webkit-box-sizing: border-box;

    box-sizing: border-box;
    width: 100%;
    padding: 15px 20px;

    -webkit-transition: background-color .25s linear;

    transition: background-color .25s linear; 
    text-align: center;

    color: #fff;
    border: 0;
    border-radius: 5px;
    background: #999;
}
.btn-block-large:hover,
.btn-block-large:visited
{
    text-decoration: none; 

    color: #fff;
}
.btn-block-large:focus,
.btn-block-large:active
{
    color: #fff;
    -webkit-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, .5);
    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, .5);
}
.btn-block-large:hover
{
    background: #777;
}
.btn-block-large:active,
.btn-block-large:focus
{
    background: #878787;
}

/* デスクトップ：最大360pxボタン 色付き */
.btn-attention-block-large
{
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;

    display: inline-block;

    -webkit-box-sizing: border-box;

    box-sizing: border-box;
    width: 100%;
    padding: 15px 20px;

    -webkit-transition: background-color .25s linear;

    transition: background-color .25s linear; 
    text-align: center;

    color: #fff;
    border: 0;
    border-radius: 5px;
    background: #ff9a00;
}
.btn-attention-block-large:hover,
.btn-attention-block-large:visited
{
    text-decoration: none;
    color: #fff;
}
.btn-attention-block-large:focus,
.btn-attention-block-large:active
{
    color: #fff;
    -webkit-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, .5);
    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, .5);
}
.btn-attention-block-large:hover
{
    background: #ff7e00;
}
.btn-attention-block-large:active,
.btn-attention-block-large:focus
{
    background: #eda800;
}

@media (min-width: 768px)
{
    .btn-block-large
    {
        max-width: 360px;
    }
    .btn-attention-block-large
    {
        max-width: 360px;
    }
}

@media (max-width: 767px)
{
    .btn-search-block
    {
        font-size: 20px; 

        display: block;

        width: 100%;
        max-width: 360px;
        margin: 0 auto;
        padding: 15px 20px;
    }
}

/* ボーダーボタン */
.home-btn
{
    margin: 20px 0 10px;
}

.btn-border
{
    font-size: 16px;

    display: inline-block;

    padding: 7px 10px;

    color: #333;
    border: 1px solid #ccc; 
    border-radius: 4px;
}
.btn-border [class*='acms-icon-']
{
    font-size: 14px; 

    color: #ccc;
}
.btn-border:hover
{
    text-decoration: none;
}

/* ヘッダーお問い合わせボタン */
.header-contact-btn {
  display: inline-block;
  margin: 0 5px 0 15px;
}
.header-contact-btn a
{
  font-weight: bold;
  font-size: 20px;
  line-height: 1.0;
  display: inline-block;
  padding: 10px 22px;
  color: #fff;
  text-decoration: none;
  background-color: #ac2430;
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 2px #ac2430;
  box-shadow: 0 0 0 1px #fff, 0 0 0 2px #ac2430;
  -webkit-transition: .25s ease-out;
  transition: .25s ease-out;
}
.header-contact-btn a:hover,
.header-contact-btn a:visited,
.header-contact-btn a:focus,
.header-contact-btn a:active
{
  opacity: .6;
}


/* ------------------------------
　　ページタイトル
------------------------------ */
.page-title-wrapper
{
    position: relative;

    display: table;

    width: 100%;
    height: 100px;

    color: #fff;
    background: url('../images/bg_other.jpg') #333 no-repeat center;
    background-size: cover;
  margin-bottom: 20px;
}
.page-title-wrapper.blog-img
{
  background: url('../images/blog_img.jpg') #333 no-repeat center;
  background-size: cover;
}
.page-title-wrapper.RS-img
{
  background: url('../images/rental-space_img.jpg') #333 no-repeat center;
  background-size: cover;
}

.page-title-filter
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    background: rgba(0, 0, 0, .2);
}

.page-title-inner
{
    position: relative;

    display: table-cell;

    padding: 15px 20px;

    vertical-align: middle;
}

.page-title
{
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2; 

    margin: 0 0 10px 0;
}
.page-title a
{
    color: #fff;
}

.page-description
{
    font-size: 16px;
    line-height: 1.5; 

    margin: 10px 0;
}

@media (min-width: 768px)
{
    .page-title-wrapper
    {
        height: 270px;
    }
}

/* ------------------------------
　　ページャー
------------------------------ */
.pager
{
    margin: 0 -5px 50px -5px;
    padding: 0;

    list-style: none;

    text-align: center;
}
.pager li
{
    display: inline-block;

    margin: 0 5px;
}
.pager li.cur
{
    /* 現在いる位置 */
    padding: 5px 20px;

    color: #fff;
    border-radius: 3px; 
    background: #999;
}

.pager-link
{
    display: block;

    padding: 5px 20px;

    color: #333;
    border-radius: 3px;
    background: #e5e5e5;
}
.pager-link:visited,
.pager-link:focus,
.pager-link:active
{
    color: #333;
}
.pager-link:hover
{
    text-decoration: none;

    color: #fff;
    background: #333;
}

.pager-link-forward
{
    float: right;
}

.pager-link-prev
{
    float: left;
}

@media screen and (min-width: 768px)
{
    .pager-link
    {
        padding: 5px 10px;
    }
    .pager li.cur
    {
        /* 現在いる位置 */
        padding: 5px 10px;
    }
}

/* 前後リンク */
.serial-nav
{
    margin: -25px 0 60px 0;
    padding: 0; 

    list-style: none;
}
.serial-nav .serial-nav-item
{
    display: block;
    float: none;
}
.serial-nav .serial-nav-item-prev
{
    text-align: left;
}
.serial-nav .serial-nav-item-next
{
    text-align: right;
}
.serial-nav a
{
    display: block;

    padding: 25px 0;

    color: #333; 
    border-bottom: 1px solid #e5e5e5;
}
.serial-nav a:hover,
.serial-nav a:visited,
.serial-nav a:focus,
.serial-nav a:active
{
    text-decoration: none; 

    color: inherit;
}
.serial-nav a:hover
{
    background: #e5e5e5;
}

@media screen and (min-width: 768px)
{
    .serial-nav
    {
        margin: 0 0 60px 0;

        border: 0;
    }
    .serial-nav .serial-nav-item-prev
    {
        float: left;
    }
    .serial-nav .serial-nav-item-next
    {
        float: right;
    }
    .serial-nav a
    {
        display: inline;

        border: 0;
    }
    .serial-nav a:hover
    {
        text-decoration: underline;

        background: 0;
    }
}

/* ------------------------------
　　トピックパス
------------------------------ */
.topicpath
{
    margin-bottom: 20px;
  padding: 10px 0 0 0;
}

.topicpath-list
{
    margin: 0 auto; 

    list-style: none;
}

.topicpath-item
{
    float: left;

    padding: 0 10px 0 23px;

    background: url('../images/marker/icon_arrow.png') no-repeat left center;
}
.topicpath-item:first-child
{
    padding: 0 10px 0 0;

    background: 0;
}

.topicpath-link
{
    font-size: 14px; 

    color: #666;
}
.topicpath-link:visited,
.topicpath-link:focus,
.topicpath-link:active
{
    color: #666;
}

/* ------------------------------
　　スライダー
------------------------------ */
.slick-slider
{
    padding: 0 0 12px 0;
}
.slick-slider img
{
    margin: 0 auto;
}

.fix-height
{
    /* はじめのちらつき防止 */
    overflow: hidden;

    height: 300px;
    /* はじめのちらつき防止 */
}

.slick-slide:hover
{
    cursor: pointer;
}

.slick-list:focus
{
    position: relative;
}
.slick-list:focus:before
{
    position: absolute;
    z-index: 1; 
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    content: '';

    border: 2px dotted #00c2ff;
}

.main-slider-image
{
    height: 300px;

    background: no-repeat center #333;
    background-size: cover;
}
.main-slider-image a:hover
{
    text-decoration: none;
}

.main-slider-text-outer
{
    height: 100%;
}

.main-slider-text-wrap
{
    display: table;

    width: 100%;
    height: 100%;
}

.main-slider-text-inner
{
    display: table-cell;

    padding: 0 20px;

    text-align: center;
    vertical-align: middle;
}

.main-slider-main-copy
{
    font-size: 24px; 
    font-weight: bold;

    margin: 0;

    color: #fff;
}

.main-slider-side-copy
{
    font-size: 16px; 

    margin: 0;

    color: #fff;
}

/* ちらつき防止 */
.slick-track,
.slick-list
{
    -webkit-transform: translateZ(0);

    -webkit-perspective: 1000;
}

/* 矢印ナビゲーション */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 19px;
    height: 60px;
    margin-top: -29px;
    padding: 0;

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:focus,
.slick-next:focus
{
    border: 1px dotted #fff;
}

.slick-prev
{
    left: 10px;

    background: url('../images/marker/icon_white_arrow_left.png') no-repeat;
}

.slick-next
{
    right: 10px;

    background: url('../images/marker/icon_white_arrow_right.png') no-repeat;
}

/* ドットのナビゲーション */
.slick-dots
{
    position: relative;

    margin: -35px 0 0 0;
    padding: 0;

    list-style: none;

    text-align: center;
}

.slick-dots li
{
    display: inline-block;
}

.slick-dots li button
{
    font-size: 0;

    position: relative;

    display: inline-block;

    width: 15px;
    height: 15px;
    margin: 0 8px;

    content: '';

    border: 0; 
    border-radius: 7px;
    background: #fff;
}

.slick-dots li button:focus
{
    border: 1px solid #c41134; 
    outline: 0;
}

.slick-dots li:hover button
{
    cursor: pointer;
}

.slick-dots li.slick-active button
{
    background: #c41134;
}

.slick-dots button
{
    position: absolute;

    overflow: hidden;
    clip: rect(0 0 0 0); 

    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;

    border: 0;
}

@media screen and (min-width: 768px)
{
    .slick-prev
    {
        left: 50px;
    }
    .slick-next
    {
        right: 50px;
    }
    .fix-height
    {
        height: 400px;
        /* はじめのちらつき防止 */
    }
    .main-slider-image
    {
        height: 400px;
    }
    .main-slider-main-copy
    {
        font-size: 40px;
    }
    .main-slider-side-copy
    {
        font-size: 24px;
    }
}

/* ------------------------------
　　各モジュール
------------------------------ */
.module-section,.moduleSection
{
    margin: 0 0 20px 0;
}

/* タイトル */
.module-header
{
    position: relative;

    margin: 0;
    padding: 5px 0;

    color: #333;
  border-bottom: 2px solid #8C8C8C;
}
.module-header + .summary-custom,
.module-header + .summary-default,
.module-header + .entry-column,
.module-header + .pickup-list,
.module-header + .search-form,
.module-header + .banner
{
    margin-top: 10px;
}

.module-heading
{
    font-size: 18px; 

    margin: 0;
}
.module-heading [class*='acms-icon-']
{
    margin: 0 10px 0 0;

    vertical-align: baseline;
}

a.module-index-link
{
    font-size: 16px; 

    position: absolute;
    right: 0;
    bottom: 5px;

    color: #333;
}
a.module-index-link [class*='acms-icon-']
{
    font-size: 14px; 

    color: #ccc;
}

/* カスタムフィールドグループ */
.group-list
{
    padding: 0; 

    list-style: none;
}

/* 行揃えの設定 */
/* 見出し */
.heading-align-left .group-heading
{
    text-align: left;
}

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

.heading-align-right .group-heading
{
    text-align: right;
}

/* 概要文 */
.detail-align-left .group-detail
{
    text-align: left;
}

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

.detail-align-right .group-detail
{
    text-align: right;
}

/* ボタン */
.btn-align-left .group-btn-wrap
{
    text-align: left;
}

.btn-align-center .group-btn-wrap
{
    text-align: center;
}

.btn-align-right .group-btn-wrap
{
    text-align: right;
}

/* ------------------------------
　　リスト
------------------------------ */
@media screen and (min-width: 768px)
{
  /* リスト */
  a.acms-list-group-item
  {
    padding: 15px;
    -webkit-transition: .25s ease-out;
    transition: .25s ease-out;
  }
  a.acms-list-group-item:hover
  {
    padding: 15px 15px 15px 20px;
  }
  a.side-list-link,a.side-list-link:hover
  {
    padding: 15px;
  }
}
@media screen and (min-width: 1023px)
{
    /* リスト */
  a.side-list-link
    {
        padding: 15px;
      font-size: 18px;
      text-align: center;
      text-shadow: 1.5px 1.5px .5px #000;
      margin-bottom: 10px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      background: -webkit-gradient(linear, left top, left bottom, from(#DE8223),color-stop(51%, #F39700),to(#DE8223));
      background: linear-gradient(to bottom, #DE8223 0%,#F39700 51%,#DE8223 100%);
      border: solid 1px #fff;
      outline: solid 1px #DE8223;
    }
  .side-link-parts a
  {
    color: #fff !important;
  }
  a.side-list-link:hover
    {
      padding: 15px;
      background: -webkit-gradient(linear, left top, left bottom, from(#DE8223),color-stop(51%, #F39700),to(#DE8223));
      background: linear-gradient(to bottom, #DE8223 0%,#F39700 51%,#DE8223 100%);
      border: solid 1px #fff;
      outline: solid 1px #DE8223;
      opacity: .6;
    }
}

/* ------------------------------
　　サマリー
------------------------------ */
.summary-default
{
    margin: 0 0 20px 0;
    padding: 0;

    list-style: none;

    border-top: 1px solid #e5e5e5; 
    border-left: 1px solid #e5e5e5;
}

.summary-default-entry
{
    float: left;

    -webkit-box-sizing: border-box;

    box-sizing: border-box;
    padding: 10px;

    -webkit-transition: background-color .25s ease-out;

    transition: background-color .25s ease-out; 

    color: #333;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}
.summary-default-entry.bl-hover
{
    background: #f1f1f1;
}
.acms-entry .summary-default-entry
{
    padding: 10px;
}

.summary-title
{
    font-size: 16px; 

    margin: 0 0 10px 0;
}

.summary-detail
{
    font-size: 14px; 
    line-height: 1.5;

    margin: 0;
}

@media screen and (max-width: 767px)
{
    .summary-default-entry-image-wrap img
    {
        width: 60px;
        height: auto;
    }
}

@media screen and (min-width: 480px)
{
    .summary-default
    {
        margin: 0 0 20px 0;
    }
}

/* ------------------------------
　　ピックアップリスト
------------------------------ */
.pickup-list
{
    margin: 0;
    padding: 0;

    list-style: none;
}
.pickup-list img
{
    display: block;

    -webkit-transition: opacity .25s ease-out;

    transition: opacity .25s ease-out;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
.pickup-list img:hover
{
    opacity: .75;
}

/* ------------------------------
　　バナー
------------------------------ */
.banner
{
    margin: 0;
    padding: 0;

    list-style: none;
}
.banner a
{
    display: block;

    -webkit-transition: opacity .25s ease-out;

    transition: opacity .25s ease-out;
}
.banner a:hover
{
    opacity: .75;
}

.banner-list-item
{
    margin: 0 0 15px 0;
}

/* ------------------------------
　　ヘッドライン
------------------------------ */
.headline-item
{
    line-height: 1.5;

    -webkit-transition: background-color .25s ease-out;

    transition: background-color .25s ease-out;
}
.headline-item.bl-hover
{
    background: #f1f1f1;
}

@media screen and (max-width: 479px)
{
    /* 画面幅が小さいとき */
    /* ヘッドライン */
    .headline-item
    {
        padding: 10px 0;
    }
    .headline-title
    {
        display: block;

        margin: 0;
    }
}

/* ------------------------------
　　検索フォーム
------------------------------ */
.search-form .btn-search
{
    font-size: 16px;

    padding: 10px 20px;

    color: #fff;
    border: 1px solid #333; 
    border-radius: 0 4px 4px 0;
    /* IEでのグラデーションを上書き */
    background: #333;

    -webkit-filter: none;
            filter: none;
}
.search-form .btn-search:hover,
.search-form .btn-search:active,
.search-form .btn-search:focus
{
    background: #666;
}

.search-form input[type='search']
{
    font-size: 16px;

    -webkit-box-sizing: border-box;

    box-sizing: border-box; 
    height: 40px;
    padding: 9px 10px;
}

input[type='search'].search-form-input
{
    font-size: 20px;

    -webkit-box-sizing: border-box;

    box-sizing: border-box; 
    padding-top: 5px;
    padding-bottom: 4px;
}

/* ------------------------------
　　レイアウトモジュール
------------------------------ */
/* 背景色 */
.layout-bg
{
    padding: 20px 0;

    background: #f6f6f6;
}

.layout-space
{
    padding: 20px 0;
}

/* カラムの中央寄せ */
.center-col
{
    float: none;

    margin: 0 auto;
}

/* 見出し */
.section-heading
{
    font-size: 28px; 

    margin: 20px 0 40px 0;
}
.section-heading a
{
    color: #333;
}

/* ------------------------------
　　各モジュール
------------------------------ */
/* フィールドグループ */
.group-heading
{
    font-size: 18px;
    line-height: 1.2; 

    margin: 0 0 20px 0;
}

.group-detail
{
    font-size: 16px;
    line-height: 1.7; 

    margin: 0 0 30px 0;
}

/* ヘッドライン */
.lp-headline
{
    font-size: 16px;
}

/* ------------------------------
　　フッター
------------------------------ */
/* お問い合わせ誘導エリア */
.lp-suggest-box
{
    padding: 50px 0;
}

.lp-suggest-text
{
    margin: 30px 0 10px 0;
}

.lp-suggest-tel
{
    font-size: 34px;
    font-weight: bold;

    margin: 0;

    color: #ffb500;
}
.lp-suggest-tel a
{
    color: #ffb500;
}

.btn-shadow
{
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5);
}

/* ------------------------------
　　エントリー
------------------------------ */
.entry
{
    margin: 0 0 25px 0;

    border-bottom: 1px solid #e5e5e5;
}

.page-header
{
    margin: 0 0 20px 0;
}

.entry-info
{
    font-size: 14px; 

    margin-top: 0;
}

/* カテゴリーと新着ラベル */
.entry-category,
.entry-new
{
    font-size: 14px;
}

/* タイトル */
.entry-title
{
    margin: 10px 0;
}
.entry-title a
{
    color: #333;
}
.acms-entry h2 .entry-title
{
    padding: 0;
}

/* エントリーのスタイル */
.entry-column
{
    word-wrap: break-word; 

    color: #333;
}
.entry-column h2
{
    font-size: 18px;

    margin: 0 10px 25px 10px;
    padding: 5px 10px;

    color: #666;
    border-left: 4px solid #666;
}
.entry-column h2.module-heading
{
    margin: 0;
    padding: 0;

    border: 0;
}
.entry-column h3
{
    font-size: 16px;

    margin: 0 10px 20px 10px;
    padding: 5px 10px;

    color: #333;
    background: #e5e5e5;
}
.entry-column a:link
{
    text-decoration: none; 

    color: #006dd9;
}
.entry-column a:hover,
.entry-column a:focus,
.entry-column a:active
{
    text-decoration: underline;
}
.entry-column a:visited
{
    text-decoration: none; 

    color: #7f5ad7;
}

/* 本文 */
.entry-column p
{
    font-size: 16px;
    line-height: 1.7; 

    margin-top: 0;
    margin-bottom: 30px;
}

/* エントリー内ボタン */
.entry-column p.entry-btn
{
    margin-bottom: 10px;
}
.entry-column p.entry-btn a
{
    font-weight: bold;
    line-height: 1.2;

    display: inline-block;

    padding: 8px 15px;

    color: #fff;
    border: 0;
    border-radius: 3px; 
    background: #999;
}
.entry-column p.entry-btn a:hover,
.entry-column p.entry-btn a:visited
{
    text-decoration: none; 

    color: #fff;
}
.entry-column p.entry-btn a:focus,
.entry-column p.entry-btn a:active
{
    color: #fff;
    -webkit-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, .5);
    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, .5);
}
.entry-column p.entry-btn a:hover
{
    color: #fff; 
    background-color: #999;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#c1c1c1), to(#999));
    background-image: linear-gradient(to bottom, #c1c1c1, #999);
}
.entry-column p.entry-btn a:active,
.entry-column p.entry-btn a:focus
{
    background: #878787;
}

/* 色付きボタン */
.entry-column p.entry-btn-attention a
{
    font-weight: bold;
    line-height: 1.2;

    display: inline-block;

    padding: 8px 15px;

    color: #fff;
    border: 0;
    border-radius: 3px; 
    background: #ff9a00;
}
.entry-column p.entry-btn-attention a:hover,
.entry-column p.entry-btn-attention a:visited
{
    text-decoration: none; 

    color: #fff;
}
.entry-column p.entry-btn-attention a:focus,
.entry-column p.entry-btn-attention a:active
{
    color: #fff;
    -webkit-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, .5);
    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, .5);
}
.entry-column p.entry-btn-attention a:hover
{
    color: #fff; 
    background-color: #ff9a00;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fdd87d), to(#ff9a00));
    background-image: linear-gradient(to bottom, #fdd87d, #ff9a00);
}
.entry-column p.entry-btn-attention a:active,
.entry-column p.entry-btn-attention a:focus
{
    background: #eda800;
}

.entry-column p.summary-title
{
    margin: 0 0 10px 0;
}

.entry-column p.summary-detail
{
    font-size: 14px; 

    margin: 0 0 10px 0;
}

/* エントリー内コンテナー */
.entry-container
{
    margin: 0 5px;
}

/* テーブル */
.entry-column table
{
    width: 100%;
    margin: 0 0 30px 0;
}
.entry-column table.table-history
{
    table-layout: fixed;
}

.entry-column th,
.entry-column td
{
    font-size: 16px;
    line-height: 1.5;

    display: block;

    padding: 5px 10px;

    text-align: left;
    vertical-align: top; 

    color: #333;
    border-top: 1px solid #dfdfdf;
}

.entry-column .acms-table-responsive
{
    margin-bottom: 30px;
}
.entry-column .acms-table-responsive th,
.entry-column .acms-table-responsive td
{
    display: table-cell;

    white-space: nowrap;
}
.entry-column .acms-table-responsive table
{
    margin: 0;
}

.entry-column th
{
    background: #f5f5f5;
}

/* 沿革用テーブル */
.entry-column table.table-history tr
{
    background: #fff;
}

.entry-column table.table-history th,
.entry-column table.table-history td
{
    display: block;
}

.entry-column table.table-history th
{
    padding: 10px;
}

.entry-column table.table-history td
{
    padding: 10px 0;
}

.entry-column table.table-history .table-history-img
{
    display: block;

    padding: 0 10px 10px 10px;

    background: #fff;
}

/* 入居状況用テーブル(エントリー用) */
#residents table
{
  width: 100%;
  line-height: 1.0;
}
#residents table th,#residents table td
{
  padding: 10px;
  background-color: #fff;
  border: 1px solid #ccc;
  
}
#residents table td.gray,#residents table th.gray
{
  background-color: #f5f5f5;
}
#residents table td.yellow,#residents table th.yellow
{
  background-color: #fffcdb;
}
#residents td.empty
{
  background-color: #00a0e9;
}
#residents td.empty a
{
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.25s ease-out 0s;
  transition: opacity 0.25s ease-out 0s;
}
#residents td.empty a:hover
{
  text-decoration: none;
  opacity: .6;
}
#residents td.empty strong,
strong.fill
{
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-left: 5px;
  border-radius: 12px;
  font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3',Meiryo,'メイリオ','ＭＳ Ｐゴシック','MS PGothic',Verdana,sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: #e4007f;
}
#residents td.empty strong
{
  background-color: #fff;
}
strong.fill
{
  background-color: #fae0e3;
}
#residents th a
{
  font-weight: normal;
}
.entry-column table.roomlist-table td,
.entry-column table.roomlist-table th
{
  text-align: center;
}

/* リスト */
.entry-column ul
{
    margin: 0 0 25px 0;
    padding: 0 0 0 2em;
}
.entry-column ul li
{
    font-size: 16px;
    line-height: 1.5; 

    margin: 0 0 5px 0;
}
.entry-column ul.summary-default
{
    padding: 0;
}
.entry-column ul.summary-default li
{
    margin: 0;
}

/* 番号付きリスト */
.entry-column ol
{
    margin: 0 0 25px 0;
    padding: 0 0 0 2.5em;
}
.entry-column ol li
{
    font-size: 16px;
    line-height: 1.5; 

    margin: 0 0 5px 0;
}

/* 定義リスト */
.entry-column dl
{
    font-size: 16px;
    line-height: 1.5; 

    margin-top: 0;
    margin-bottom: 30px;
}

.entry-column dt
{
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2; 

    margin: 0 0 5px 0;
}

.entry-column dd
{
  font-size: 16px;
  line-height: 1.5; 

  margin-bottom: 10px;
  margin-left: 0;
}

/* 賃貸・利用権ボタン用リスト */
.entry-column ul.big-select-btn
{
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 0 1%;
  margin-bottom: 30px;
}
.entry-column ul.big-select-btn li
{
  display: inline-block;
  width: 48%;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
}
.entry-column ul.big-select-btn li:first-child
{
  margin-right: 2%;
}
.entry-column ul.big-select-btn li.selected
{
  padding: 14px 0;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#973136),color-stop(50%, #90292e),to(#500a0f));
  background: linear-gradient(to bottom, #973136 0%,#90292e 50%,#500a0f 100%);
  text-shadow: 0px 0px 2px #000, 0px 0px 4px #000;
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 2px #500a0f;
  box-shadow: 0 0 0 1px #fff, 0 0 0 2px #500a0f;
}
.entry-column ul.big-select-btn li a
{
  display: block;
  padding: 14px 0;
  color: #973136;
  text-decoration: none;
  background: #fff;
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 2px #500a0f;
  box-shadow: 0 0 0 1px #fff, 0 0 0 2px #500a0f;
  -webkit-transition: .25s ease-out;
  transition: .25s ease-out;
}
.entry-column ul.big-select-btn li a:hover
{
  color: #fff;
  background: #973136;
  text-shadow: 0px 0px 2px #000, 0px 0px 4px #000;
}

/* 引用 */
.entry-column blockquote
{
    font-size: 16px;
    line-height: 1.5;

    -webkit-box-sizing: border-box;

    box-sizing: border-box; 
    width: 100%;
    margin-bottom: 30px;
    padding: 15px 20px 15px 16px;

    border-left: 4px solid #bfbfbf;
    background: #efefef;
}

/* ソースコード */
.entry-column pre
{
    -webkit-box-sizing: border-box;
    box-sizing: border-box; 
    width: 100%;
    margin: 0 0 30px 0;
}
.entry-column pre ol
{
    margin: 0;
    padding: 0 0 0 2.5em;
}
.entry-column pre ol li
{
    line-height: 1.5;
}

/* 区切り線 */
.entry-column hr
{
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

/* ユニット */
.entry-column .caption
{
    font-size: 13px; 

    margin: 0 0 20px 0;
}

.column-file-auto + .caption
{
    margin-left: 10px;
}

@media screen and (min-width: 480px)
{
    .entry-column .table-history-img
    {
        float: right;
    }
}

@media screen and (min-width: 768px)
{
    .entry-column th,
    .entry-column td
    {
        font-size: 16px;

        display: table-cell;

        padding: 15px 20px;

        text-align: left;

        border-top: 1px solid #dfdfdf;
    }
    .entry-column th
    {
      background: inherit;
    }
    .entry-column tr:nth-child(odd)
    {
        background: #f5f5f5;
    }
}

/* エントリーフッター */
.entry-footer
{
    margin: 0 0 20px 0;
    padding: 10px;

    background: #f5f5f5;
}

/* タグ */
.entry-tag
{
    margin: 0 0 5px 0;
}

.entry-tag-icon
{
    float: left;

    color: #999;
}

.entry-tag-item
{
    float: left;

    margin: 0 0 0 10px;
}

/* SNSシェア */
.share-wrapper
{
    float: right;
}

.share-text
{
    display: inline;
    float: left;

    margin: 0;
}

/* SNSシェアボタン */
.share-list
{
    display: inline;
    float: right;

    margin: 0;
    padding: 0; 

    list-style: none;
}

.share-item
{
    display: inline-block;

    margin: 0 0 0 20px;

    vertical-align: top;
}
.share-item a
{
    text-decoration: none; 

    color: #999;
}
.share-item [class*='acms-icon']
{
    font-size: 16px;

    vertical-align: middle;
}
.share-item .share-item-facebook
{
    font-size: 16px;
    line-height: 1.2;
    /* Facebook */

    display: block;

    width: 22px;
    height: 22px;

    text-align: center;

    color: #fff;
    border-radius: 4px; 
    background: #3b5999;
}
.share-item .share-item-facebook:before
{
    vertical-align: middle;
}
.share-item .share-item-twitter
{
    font-size: 16px;
    line-height: 1.2;
    /* Twitter */

    display: block;

    width: 22px;
    height: 22px;

    text-align: center;

    color: #fff;
    border-radius: 4px; 
    background: #55acee;
}
.share-item .share-item-twitter:before
{
    vertical-align: middle;
}
.share-item .share-item-gplus
{
    font-size: 16px;
    line-height: 1.2;
    /* Google + */

    display: block;

    width: 22px;
    height: 22px;

    text-align: center;

    color: #fff;
    border-radius: 4px; 
    background: #dd4b39;
}
.share-item .share-item-gplus:before
{
    vertical-align: middle;
}

/* 続きを読むボタン */
.continue-link
{
    font-size: 16px; 

    margin: 0;
}

.continue-link a
{
    font-weight: bold;
    line-height: 1.5;

    display: inline-block;

    padding: 10px;

    color: #fff;
    border-radius: 3px;
    background: #999;
}
.continue-link a [class*='acms-icon']
{
    margin: 0 10px 0 0;
}
.continue-link a:link,
.continue-link a:visited
{
    color: #fff;
}
.continue-link a:hover,
.continue-link a:focus,
.continue-link a:active
{
    text-decoration: none;

    color: #fff;
    background: #aaa;
}

@media screen and (min-width: 768px)
{
    /* タグ */
    .entry-tag
    {
        margin: 0;
    }
    /* 続きを読むボタン */
    .continue-link a
    {
        font-weight: normal; 

        padding: 5px 10px;
    }
}

/* ------------------------------
　　編集ページ
------------------------------ */
.field-title
{
    padding: 0 10px;
}

.field-title:first-child
{
    margin: 0 0 10px 0;
}

/* ------------------------------
　　サブカラム
------------------------------ */
.side-title
{
    font-size: 18px; 

    margin-top: 0;
}

/* ------------------------------
トップページ
------------------------------ */
.top-news-list
{
  border-bottom: 2px solid #8c8c8c;
}
.top-copy
{
  font-size: 22px;
  color: #006E40;
  margin: 0 0 15px 0;
}
.top-text
{
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 30px 0;
}
.top-box
{
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.top-box-item
{
  width: 100%;
  margin-bottom: 20px;
  background: #e8e5e0 url(../images/top-bg.jpg) bottom center no-repeat;
}

.top-box-item a
{
  -webkit-transition: opacity 0.25s ease-out 0s;
  transition: opacity 0.25s ease-out 0s;
}
.top-box-item a:hover
{
  text-decoration: none;
  opacity: .75;
}
.top-box-item img
{
  width: 100%;
  height: auto;
}
.top-box-item p
{
  margin: 0;
  padding: 0;
  line-height: 0;
}
.top-box-shell
{
  padding: 15px;
}
.top-box-shell p
{
  line-height: 1.5;
  color: #333;
}
.top-box-shell h3
{
  font-size: 18px;
  line-height: 1.5;
  margin: 0 0 10px 0;
  padding: 0;
}
.top-box-shell h3.blue
{
  color: #2F318B;
}
.top-box-shell h3.red
{
  color: #C52833;
}
.top-box-shell h3.green
{
  color: #006E40;
}
.top-box-shell h3.orange
{
  color: #EB5B2B;
}

.top-instagram-bnr img
{
  width: 100%;
  height: auto;
  vertical-align: middle;
  margin-bottom: 30px;
}
.top-instagram-bnr a
{
  -webkit-transition: opacity 0.25s ease-out 0s;
  transition: opacity 0.25s ease-out 0s;
}
.top-instagram-bnr a:hover
{
  opacity: .75;
}

@media screen and (min-width: 480px)
{
  .top-box-item
  {
    width: 49%;
  }
  .top-box-item:nth-child(odd)
  {
    margin-right: 2%;
  }
}
@media screen and (min-width: 768px) {
  .top-copy
  {
    font-size: 36px;
  }
  .top-text
  {
    font-size: 18px;
  }
}

/* ------------------------------
リンクページ
------------------------------ */
/* リンクバナー */
  .link-module-section
  {
    padding-bottom: 15px;
  }
  .link-module-header
  {
    padding: 5px 0 5px 10px;
    margin-bottom: 10px;
  }
  .link-module-header.group
  {
    border-left: solid 10px #d2da99;
  }
  .link-module-header.blog
  {
    border-left: solid 10px #f7d29e;
  }
  .link-module-header.link
  {
    border-left: solid 10px #d6b9d6;
  }
  .link-banner
  {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0;
  }
  .link-banner a
  {
    -webkit-transition: opacity .25s ease-out 0s;
    transition: opacity .25s ease-out 0s;
  }
  .link-banner a:hover
  {
    opacity: .6;
  }
  .link-banner-list-item
  {
    display: inline-block;
    width: 220px;
    height: 54px;
    padding: 5px;
  }
  .link-banner-list-item img
  {
    width: 220px;
    height: auto;
  }
@media screen and (min-width: 1024px)
{
  .link-banner-list-item
  {
    width: 24%;
    height: auto;
    padding: 0.5%;
  }
  .link-banner-list-item img
  {
    width: 100%;
  }
}

/* ------------------------------
　　物件情報
------------------------------ */
/* 地図 */
.realestate-map
{
    overflow: hidden;
}

.realestate-map .js-s2d-ready,
.realestate-map [class*='column-map-']
{
    width: auto !important;
    max-width: 100%;
}

.realestate-map img[class*='column-map-']
{
    width: auto !important;
    max-width: 100%;
    height: auto;
}

.realestate-map-entry
{
    margin: 0 10px;
}

.entry-column table.realestate-search
{
    margin: 20px 0 30px 0;
}

@media screen and (min-width: 1024px)
{
    .table-nowrap
    {
        white-space: nowrap;
    }
}

/* 物件一覧 */
.summary-custom
{
    margin: 0 0 40px 0;
    padding: 0;

    list-style: none;

    border-left: 1px solid #e5e5e5;
}

.summary-custom-entry
{
    padding: 10px;

    border-top: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}
.summary-custom-entry:hover
{
    -webkit-transition: background-color .25s linear;
    transition: background-color .25s linear; 

    background: #f5f5f5;
}

.photo
{
    margin: 0 0 10px 0;
}

.photo-title
{
    font-size: 16px; 

    margin: 0;
}

.pickup-title
{
    font-size: 16px; 

    color: #333;
}

@media screen and (max-width: 767px)
{
    /* 物件情報 */
    .realestate-search th,
    .realestate-search td
    {
        display: block;

        -webkit-box-sizing: border-box;

        box-sizing: border-box;
    }
    .realestate-search input
    {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
}

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

.acms-form textarea,
.acms-form input[type=email],
.acms-form input[type=tel],
.acms-form input[type=text] {
  font-size: 16px;
}
.acms-form select,
.acms-form select:hover,
.acms-form .acms-form-select
.acms-form .acms-form-select:hover {
  -webkit-appearance: none;
  font-size: 14px;
}

.contact-box p.message
{
    font-weight: bold;

    margin: 0 0 35px 0;
    padding: 0 10px;

    color: #c41134;
}

.contact-box p.contact-no
{
    font-size: 30px;
    font-weight: bold;

    margin: 0;

    color: #333;
}
.contact-box p.contact-no a
{
    color: inherit;
}

.contact-box p.error-text
{
    /* エラー文 */
    margin: 5px 0 0 0;

    color: #c41134;
}

.contact-box table.contact-form
{
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
}
.contact-box table.contact-form tr
{
    background: #fff;
}

@media screen and (min-width: 480px)
{
    .contact-box th,
    .contact-box td
    {
        display: table-cell;
    }
}

@media screen and (min-width: 768px)
{
    .contact-box th
    {
        width: 260px;
    }
}

/* ステップ 
------------------------------ */
.contact-box .mail-step
{
    margin: 0 10px 35px 10px;
    padding: 0 10px;
    /* カウンターの設定 */

    counter-reset: mailStep; 

    background: #e5e5e5;
}

.contact-box .mail-step-item
{
    font-size: 16px;
    font-weight: bold;

    float: left;

    margin: 0 10px;
    padding: 18px 0 14px;

    list-style: none;

    color: #999;
    border-bottom: 4px solid transparent;
}
.contact-box .mail-step-item:before
{
    content: counter(mailStep) '.'; 
    /* カウンターの設定 */
    counter-increment: mailStep;
}

.contact-box .mail-step-item-current
{
    color: #333;
    border-bottom: 4px solid #333;
}

@media screen and (min-width: 768px)
{
    .contact-box .mail-step
    {
        height: 60px;
    }
}

/* 送信ボタン
------------------------------ */
.form-btn-box
{
    margin: 0 10px 50px 10px;

    text-align: center;
}

.form-btn
{
    display: inline-block;
}

.form-btn-return
{
    float: left;
}

.form-btn-send
{
    float: right;
}

@media screen and (min-width: 768px)
{
    .form-btn-return
    {
        float: none;
    }
    .form-btn-send
    {
        float: none;

        width: 100%; 
        max-width: 360px;
    }
}

/* ラベル 
------------------------------ */
.label-required
{
    font-size: 12px;

    margin: 0 5px;
    padding: 2px 8px;

    color: #fff;
    border-radius: 3px;
    background: #c41134;
}

@media screen and (min-width: 768px)
{
    .label-required
    {
        float: right;
    }
}

/* フォーム要素
------------------------------ */
.contact-box select[required]:required
{
    border: 1px solid #c49511;
}

.contact-box select.focused:invalid
{
    border: 1px solid #c41134;
}

.contact-box select[required]:valid
{
    border: 1px solid #a7a7aa;
}

.contact-box input[required]:required,
.contact-box textarea[required]:required
{
    background: #fffdeb;
}

.contact-box input.focused:invalid,
.contact-box textarea.focused:invalid
{
    background: #ffebee;
}

.contact-box input[required]:valid,
.contact-box textarea[required]:valid
{
    background: #fff;
}

/* バリデーター
------------------------------ */
.valid-mark
{
    display: none;
}

.valid-mark.valid
{
    display: inline;
    float: right; 

    color: #5cb85c;
}

.invalid
{
    background: #ffebee !important;
}

/* ------------------------------
　　ヘッダー
------------------------------ */
/* サイト名 */
.site-name
{
  font-size: 24px;
  font-weight: bold;
  color: #c41134;
}
.header-stack .site-name
{
    margin: 30px 0 20px;
}
.site-name a
{
    color: #c41134;
  display: block;
  width: 173px;
  height: 43px;
  -webkit-transition: .25s ease-out;
  transition: .25s ease-out;
}
.site-name a:hover,
.site-name a:focus,
.site-name a:active,
.site-name a:visited
{
    color: #c41134;
}
.site-name a:hover
{
  opacity: .6;
}

.site-logo
{
  display: inline-block;
  width: 173px;
  height: auto;
  margin: 0 10px 0 0;
  vertical-align: middle;
}

.site-name-text
{
  display: inline-block;
  vertical-align: middle;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  width: 5px;
  height: 5px;
}

.edit-link
{
  font-size: 14px; 
  display: inline-block;
  vertical-align: middle;
}

@media (min-width: 768px)
{
  .site-name
  {
    font-size: 24px;
    margin: 0;
  }
  .site-name a
  {
    width: 346px;
    height: 85px;
  }
  .header-stack .site-name
  {
    text-align: left;
  }
  .site-logo
  {
    width: auto;
  }
  .header
  {
    display: table;

    width: 100%;
  }
  .header-stack .header
  {
    display: block;
  }
  .header-logo
  {
    display: table-cell;

    width: 100%;

    vertical-align: middle;
  }
  .header-stack .header-logo
  {
    display: block;
  }
  .header-nav
  {
    display: table-cell;

    width: 50%;

    vertical-align: middle;
  }
  .header-stack .header-nav
  {
    display: block;

    width: 100%;
    margin: 0 0 15px 0;
  }
}

@media (min-width: 1024px)
{
  .header-logo
  {
    display: table-cell;
    width: 40%;
  }
  .header-stack .header-logo
  {
    display: block;
    width: 100%;
  }
  .header-half {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    width: 60%;
  }
  .header-half p {
    margin: 13px 0 16px 0;
  }
  .header-tel {
    font-weight: bold;
    margin-right: 10px;
    color: #E6232A;
    font-size: 46px;
    line-height: 1.0;
  }
  .header-tel-text {
    font-size: 20px;
  }
  .header-nav
  {
    display: table-cell;
    width: 60%;
  }
  .header-stack .header-nav
  {
    display: block;
    width: 100%;
    margin: 0 0 20px 0;
  }
}

/* ------------------------------
　　ナビゲーション
------------------------------ */
.header-logo
{
    /* 固定したときの高さを保つ */
    padding: 48px 0 0 0;
}

.site-header
{
  position: fixed;
  z-index: 100000;
  top: 0;
  right: 0;

  -webkit-box-sizing: border-box;
  box-sizing: border-box; 
  width: 100%;
  padding: 0 5px;

  border-top: 4px solid #20736e;
  border-bottom: 1px solid #ccc;
  background: #fff;
  
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* モバイル時ナビゲーションボタン */
.nav-menu-btn
{
  font-size: 20px;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; 
  height: 44px;
  padding: 7px 5px;
  color: #20736e;
}
a .nav-menu-btn
{
  color: #20736e;
}
.nav-menu-btn:hover,
.nav-menu-btn:visited
{
  text-decoration: none; 
  color: #20736e;
}
.nav-menu-btn .acms-icon-sort
{
  display: inline-block;
}

.nav-menu-btn-text
{
  font-size: 12px;
  font-weight: bold;
  font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3',Meiryo,'メイリオ','ＭＳ Ｐゴシック','MS PGothic',Verdana,sans-serif;
  display: inline-block; 
  margin: 0 0 0 5px;
  vertical-align: middle;
  color: #20736e;
}

/* モバイル時ヘッダー 問い合わせボタン */
.ps-nav-contact-btn {
  margin: 0 5px 0 0;
  padding: 0;
  font-size: 15px;
}
.ps-nav-contact-btn a {
  font-weight: bold;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  line-height: 1.0;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  padding: 6px 8px;
  background-color: #ac2430;
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 2px #ac2430;
  box-shadow: 0 0 0 1px #fff, 0 0 0 2px #ac2430;
}

/* モバイル時ヘッダー アイコン */
.nav-menu-action
{
    display: table;
    float: right;
    margin: 0;
    padding: 0;
}

.nav-menu-action-item
{
    font-size: 20px;
    display: table-cell;
    width: 44px;
    height: 44px;
    text-align: center;
    vertical-align: middle;
  color: #20736e;
}

.nav-menu-action-link
{
  color: #20736e;
}
.nav-menu-action-link:hover,
.nav-menu-action-link:active,
.nav-menu-action-link:visited,
.nav-menu-action-link:focus
{
    text-decoration: none; 

  color: #20736e;
}

.navbar
{
    display: none;

    width: 100%;
}
.navbar.acms-admin-module-edit-wrapper
{
    z-index: 1;
}
.navbar ul
{
    margin: 0;
    padding: 0; 

    list-style: none;
}
.navbar li a
{
    font-size: 16px; 
    font-weight: bold;

    display: block;

    padding: 10px;

    color: #333;
}
.navbar li a:hover,
.navbar li a:focus,
.navbar li a:active
{
    text-decoration: none;

    color: #fff;
    background: #c41134;
}

@media (min-width: 1024px)
{
  .header
  {
    height: 130px;
  }
  .navbar
  {
    display: inline-block;
    vertical-align: middle;
  }
  .navbar > ul
  {
    float: right;
    padding: 0; 
    list-style: none;
  }
  .header-stack .navbar > ul
  {
    display: table;
    float: none;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    table-layout: fixed;
    background: -webkit-gradient(linear, left top, left bottom, from(#6fc071),color-stop(80%, #4d974c),to(#4d974c));
    background: linear-gradient(to bottom, #6fc071 0%,#4d974c 80%,#4d974c 100%);
  }
  .navbar li
  {
    position: relative;
    float: left;
    margin: 0 10px;
    text-align: center; 
    vertical-align: middle;
  }
  .header-stack .navbar li.navbar-btn
  {
    padding: 0 10px;
  }
  .header-stack .navbar li
  {
    display: table-cell;
    float: none;
    border-left: 1px solid #fff;
  }
  .header-stack .navbar li:first-child
  {
    border: none;
  }
  .navbar li ul
  {
    position: absolute;
    left: 0;
    /* 二階層目 */
    display: none;
    min-width: 200px;
  }
  .navbar li li
  {
    margin: 0;
  }
  .header-stack .navbar li li
  {
    display: block;
    border: 0;
  }
  .navbar li a
  {
    /* 一階層目のリンクのみ */
    padding: 0;
    -webkit-transition: .25s ease-out;
    transition: .25s ease-out; 
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
  }
  .navbar li a:hover,
  .navbar li a:focus,
  .navbar li a:active
  {
    color: #333;
    background: transparent;
  }
  .header-stack .navbar li a
  {
    font-size: 16px;
    color: #fff;
    text-shadow: 1.5px 1.5px .5px #333; 
    display: block;
    padding: 20px 10px;
  }
  .navbar li.stay a
  {
    /* 一階層目のリンクのみ */
    border-bottom: 4px solid #4d974c;
    background-color: #6fc071;
  }
  .navbar li.stay a.btn-attention
  {
    border: 0;
  }
  .navbar li:hover ul
  {
    z-index: 10000;
    /* 二階層目 */
    display: block;
    -webkit-animation: .8s fade-in;
    animation: .8s fade-in;
  }
  .navbar li:hover a
  {
    /* 一階層目のリンクのみ */
    border-bottom: 4px solid #4d974c;
    background-color: #6fc071;
  }
  .navbar li:hover a.btn-attention
  {
    border: 0;
  }
  .navbar li:hover li a
  {
    border: 0;
  }
  .navbar li li
  {
    /* 二階層目以降 */
    display: block;
    float: none;

    text-align: left;

    border: 0;
    border-top: 1px solid #910021; 
    background: #c41134;
  }
  .navbar li li:first-child
  {
    border: 0;
  }
  .navbar li li a
  {
    margin: 0;
    padding: 10px 15px;

    color: #fff;
    border: 0;
  }
  .navbar li li a:hover
  {
    color: #fff;
    border: 0;
    background: #910021;
  }
  .navbar a.btn-attention
  {
    font-weight: bold;
    line-height: 1.2;

    display: inline-block;

    padding: 8px 15px;

    color: #fff;
    border: 0;
    border: 0; 
    border-radius: 3px;
    /* ボタン（色付き） */
    background: #ff9a00;
  }
  .navbar a.btn-attention:hover,
  .navbar a.btn-attention:visited
  {
    text-decoration: none; 

    color: #fff;
  }
  .navbar a.btn-attention:focus,
  .navbar a.btn-attention:active
  {
    color: #fff;
    -webkit-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, .5);
    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, .5);
  }
  .navbar a.btn-attention:hover
  {
    color: #fff;
    border: 0; 
    background-color: #ff9a00;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fdd87d), to(#ff9a00));
    background-image: linear-gradient(to bottom, #fdd87d, #ff9a00);
  }
  .navbar a.btn-attention:active,
  .navbar a.btn-attention:focus
  {
    background: #eda800;
  }
}

@media (min-width: 1024px)
{
    .header-logo
    {
        padding: 0;
    }
    .navbar ul li a
    {
        font-size: 14px;
    }
}

@media (min-width: 1440px)
{
    .navbar ul li a
    {
        font-size: 16px;
    }
}

/* オフキャンバス */
.close-btn
{
    display: none;
    overflow: hidden;

    width: 100%;
    padding: 0;

    white-space: nowrap;
    text-indent: 100%;

    opacity: 1;
    border: 0;
    outline: none;

    -webkit-tap-highlight-color: transparent;
}

.js-acms-offcanvas-open #offcanvas .close-btn
{
    display: block;

    opacity: .7;
}

.js-acms-offcanvas-open #offcanvas .close-btn:focus
{
    overflow: initial;

    white-space: initial;
    text-indent: initial; 

    color: #fff;
}

@media (max-width: 1023px)
{
    #nav
    {
        -webkit-box-sizing: border-box;
        box-sizing: border-box; 
        padding: 10px 15px 100px 15px;
    }
    .offcanvas-nav
    {
        /* グローバルナビゲーション */
        margin: 0 0 20px 0;
    }
    .offcanvas-nav ul
    {
        margin: 0;
        padding: 0; 

        list-style: none;
    }
    .offcanvas-nav li
    {
        font-size: 16px;

        display: block;

        padding: 10px;

        border-top: 1px solid #ccc;
    }
    .offcanvas-nav li.navbarBtn
    {
        border: 0;
    }
    .offcanvas-nav li.stay
    {
        background: #555;
    }
    .no-js .offcanvas-nav li.stay
    {
        background: #e5e5e5;
    }
    .offcanvas-nav li:first-child
    {
        border: 0;
    }
    .offcanvas-nav li ul
    {
        display: none;
    }
    .offcanvas-nav a
    {
        display: block;

        margin: -10px;
        padding: 10px;

        color: #e8ede3;
    }
    .offcanvas-nav a:hover
    {
        text-decoration: none;
    }
    .offcanvas-nav a.btn-attention
    {
        font-weight: normal; 

        border-top: 0;
        border-radius: 0;
    }
    .offcanvas-nav a.btn-attention:hover
    {
        background: #ff9a00;
    }
    .no-js .offcanvas-nav a
    {
        color: #333;
    }
    /* オフキャンバス内のパーツ */
    .offcanvas-bar
    {
        display: none;

        padding: 10px 15px 100px 15px;
    }
    .js-acms-offcanvas-active .offcanvas-bar
    {
        background: #333;
    }
    .offcanvas-bar .module-header
    {
        color: #fff;
        border-bottom: 2px solid #fff;
    }
    .no-js .offcanvas-bar .module-header
    {
        /* IE8対応 */
        color: #333;
        border-bottom: 2px solid #333;
    }
    .offcanvas-bar .side-list-link
    {
        color: #fff;
    }
    .no-js .offcanvas-bar .side-list-link
    {
        /* IE8対応 */
        color: #333;
    }
    .offcanvas-bar .side-list-link:hover,
    .offcanvas-bar .side-list-link:visited,
    .offcanvas-bar .side-list-link:focus,
    .offcanvas-bar .side-list-link:active
    {
        color: #fff;
        background: 0;
    }
    .no-js .offcanvas-bar .side-list-link:hover,
    .no-js .offcanvas-bar .side-list-link:visited,
    .no-js .offcanvas-bar .side-list-link:focus,
    .no-js .offcanvas-bar .side-list-link:active
    {
        /* IE8対応 */
        color: #333;
    }
    .offcanvas-bar .pickup-title
    {
        font-size: 16px; 

        margin: 0;

        color: #fff;
    }
    .offcanvas-bar .pickup-title a
    {
        color: inherit;
    }
    .offcanvas-bar .btn-search
    {
        border: 1px solid #666; 
        background: #999;
    }
    .offcanvas-bar .sns-list
    {
        margin: 0 -5px;
    }
}

/* ------------------------------
    レンタルスペース
------------------------------ */

.rentalSpaceShell {
  margin-bottom: 60px;
}
.rentalSpace-tel {
  color: #e6232a;
  font-size: 30px;
  font-weight: bold;
}
.rentalSpace-tel:hover {
  color: #e6232a;
  text-decoration: none;
}
.scheduleNav {
  margin-bottom: 20px;
  position: relative;
}
.scheduleNavDate {
  color: #333;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  z-index: -1;
  margin: 0 0 15px 0;
  background-color: #e5e5e5;
  padding: 4px;
}
.scheduleNavList {
  list-style-type: none !important;
  margin: 0 -10px;
}
.scheduleNavListItem {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  list-style: none !important;
  padding: 0 10px !important;
  width: 50%;
}
.schedulePrevMonth, .scheduleNextMonth {
  background-color: #e1dbc6;
  background-image: none;
  border: 1px solid #c7c1a9;
  border-radius: 6px;
  -webkit-box-shadow: 1px 1px 0 #f2efe6 inset, 0 1px 1px #dedbd2;
  box-shadow: 1px 1px 0 #f2efe6 inset, 0 1px 1px #dedbd2;
  color: #222222;
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  padding: 5px 10px;
  text-shadow: 1px 1px 0 #ffffff;
}
.schedulePrevMonth:link, .schedulePrevMonth:visited, .scheduleNextMonth:link, .scheduleNextMonth:visited {
  border: 1px solid #c7c1a9;
  color: #222222;
}
.schedulePrevMonthIcon {
  margin-right: 5px;
}
.scheduleNextMonthIcon {
  margin-left: 5px;
}
.schedulePrevMonth {
  float: left;
}
.scheduleNextMonth {
  float: right;
  text-align: right;
}
table.calendarTable {
  margin-bottom: 25px;
}
/* table.calendarTable tr.acms-table-info {
  display: none;
} */
.scheduleTableDay {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 16px;
  font-weight: normal;
  text-align: right !important;
  width: 10%;
}
.scheduleTableWeek {
  background-color: #777;
  border-radius: 50%;
  display: inline-block;
  font-size: 12px;
  color: #fff;
  height: 18px;
  line-height: 1.6;
  margin: 0 0 0 5px;
  padding: 0;
  text-align: center;
  vertical-align: 0.2em;
  width: 18px;
}
.scheduleTableWeek.day0 {
  background-color: #e6232a;
}
.scheduleTableWeek.day6 {
  background-color: #6c9bd1;
}
.scheduleTableItem {
  margin: 0 0 5px;
}
.scheduleTableName {
  display: inline-block;
}
.scheduleLabel {
  color: #fff;
  display: inline-block;
  margin: 0 5px 0 0;
  text-align: center;
  font-size: 14px;
  width: 120px;
}
.scheduleLabel.workshop {
  background-color: #f79e65;
}
.scheduleLabel.events {
  background-color: #3bb4c7;
}
.scheduleLabel.seminar {
  background-color: #f78081;
}
.scheduleLabel.sale {
  background-color: #4b96f1;
}
.scheduleLabel.conference {
  background-color: #9396df;
}
.scheduleLabel.other {
  background-color: #7c9cb1;
}
.scheduleTableTime {
  background-color: #e5e5e5;
  display: inline-block;
  font-size: 15px;
  line-height: 1.0;
  padding: 4px 0;
  text-align: center;
  width: 130px;
  margin: 0 10px 0 0;
}
@media (max-width: 767px)
{
  .scheduleNavListItem {
    float: none;
    width: 100%;
  }
  .schedulePrevMonth {
    float: none;
  }
  .scheduleNextMonth {
    float: none;
    text-align: center;
  }
  .scheduleTableDay {
    width: 45px;
  }
}

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

/* フッターバナー */
.suggest-box
{
  display: none;
}
@media (min-width: 1024px) {
.suggest-box
{
  display: block;
  background: #2C873A;
}
  .footer-module-section
  {
    padding-bottom: 15px;
  }
  .footer-module-header
  {
    padding: 5px 0 5px 10px;
    color: #FFF;
    margin-bottom: 10px;
  }
  .footer-module-header.group
  {
    border-left: solid 10px #d2da99;
  }
  .footer-module-header.blog
  {
    border-left: solid 10px #f7d29e;
  }
  .footer-module-header.link
  {
    border-left: solid 10px #d6b9d6;
  }
  .footer-banner
  {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0;
  }
  .footer-banner a
  {
    -webkit-transition: opacity .25s ease-out 0s;
    transition: opacity .25s ease-out 0s;
  }
  .footer-banner a:hover
  {
    opacity: .8;
  }
  .footer-banner-list-item
  {
    display: inline-block;
    width: 220px;
    height: 54px;
    padding: 5px;
  }
  .footer-banner-list-item img
  {
    width: 220px;
    height: auto;
  }

.suggest-inner
{
    width: 920px;
    padding: 30px 0;
  margin: 0 auto;
}

.suggest-item
{
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

.suggest-text
{
    font-size: 14px; 
    line-height: 1.5;

    margin: 0 0 10px 0;
}

.suggest-tel
{
    font-size: 24px;
    font-weight: bold;

    margin: 0 0 10px 0;

    color: #666;
}
.suggest-tel a
{
    color: inherit;
}

.suggest-btn
{
    margin: 0;
}
}

@media screen and (min-width: 768px)
{
    .suggest-item
    {
        padding: 30px 10px;
    }
    .suggest-tel
    {
        margin: 0;
    }
    .suggest-half
    {
        display: table-cell;

        width: 50%;

        vertical-align: middle;
    }
}

/* フッター内会社情報 */
.foot-wrapper
{
    padding-top: 30px;
  border-top: 4px solid #20736e;
}
.company-about
{
    margin: 0 0 30px 0;
}

.company-name
{
    font-size: 20px;
    font-style: normal; 

    margin: 0 0 15px 0;
}

.company-detail
{
    font-size: 14px;
    font-style: normal;
    margin: 0 0 5px 0;
    padding: 0;
  list-style: none;
}
.company-detail a
{
   
}
.company-detail a:hover
{
    text-decoration: underline;
}

@media screen and (max-width: 767px)
{
  .foot-wrapper .acms-col-md-4,
  .foot-wrapper .acms-col-md-6,
  .foot-wrapper .acms-col-md-8
  {
    padding-left: 0;
    padding-right: 0;
  }
  .company-detail
  {
    font-size: 12px;
  }
  .foot-wrapper
  {
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .foot-wrapper .acms-col-md-4,
  .foot-wrapper .acms-col-md-6,
  .foot-wrapper .acms-col-md-8
  {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 1023px) {
  .company-name.yuyu img
  {
    width: 176.7px;
    height: 40px;
  }
  .company-name.fcjc img
  {
    width: 350px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .company-name.fcjc img
  {
    width: 100%;
    max-width: 350px;
    height: auto;
  }
}


/* フッターナビゲーション */
.footer-nav
{
    float: right;

    width: 650px;
    max-width: 100%;
    margin: 0 -10px;
}

.footer-nav-item
{
    display: block;
    float: left;

    -webkit-box-sizing: border-box;

    box-sizing: border-box; 
    width: 25%;
    margin: 0 0 10px 0;
    padding: 0 10px;

    vertical-align: top;
}

.footer-nav-title
{
    font-size: 16px; 

    margin: 0 0 5px 0;

    color: #ccc;
}

.footer-nav-list
{
    margin: 0;
    padding: 0; 

    list-style: none;
}
.footer-nav-list li
{
    line-height: 1.7;
}
.footer-nav-list a
{
    color: #999;
}

@media screen and (max-width: 767px)
{
    .footer-nav
    {
        display: none;
    }
}

/* ページの上に戻るボタン */
.page-top-btn
{
    position: fixed;
    z-index: 1000;
    right: 20px;
    bottom: 20px;

    display: block;
    overflow: hidden;

    width: 44px;
    height: 44px;

    -webkit-transition: opacity .2s ease-out;

    transition: opacity .2s ease-out; 
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    white-space: nowrap;
    text-indent: 100%;

    opacity: 0;
    background: url('../images/marker/btn_pageTop.png') no-repeat center;
}
.no-js .page-top-btn
{
    /* jsが無効の環境のとき */
    opacity: .6;
}

.page-top-btn-appear
{
    opacity: 1;
}

@media screen and (max-width: 767px)
{
    .page-top-btn
    {
        display: none;
    }
}

@media screen and (min-width: 768px)
{
    .page-top-btn:hover
    {
        -webkit-transition: opacity .25s linear;
        transition: opacity .25s linear; 

        opacity: .8;
    }
}

/* フッター内各SNSアカウントのリンク集 */
.sns-list {
  margin: 0 -5px 30px 15px;
  padding: 0; 
  list-style: none;
}
.header-sns-list {
  margin: 15px 0 0 0;
  padding: 0;
  font-size: 0;
  list-style: none;
}

.sns-list-item {
  float: left;
  font-size: 16px;
  margin: 0 5px;
}
.header-sns-list-item {
  display: inline-block;
  font-size: 16px;
  margin: 0 5px;
}
.header-sns-list-item a:hover,
.header-sns-list-item a:visited,
.header-sns-list-item a:active,
.header-sns-list-item a:focus,
.sns-list-item a:hover,
.sns-list-item a:visited,
.sns-list-item a:active,
.sns-list-item a:focus
{
  text-decoration: none;
}

/* 各種SNSボタン */
.header-sns-list-item .sns-list-facebook,
.sns-list-item .sns-list-facebook
{
    font-size: 19px;
    line-height: 1.5;
    /* Facebook */

    display: block;

    width: 30px;
    height: 30px;

    text-align: center;

    color: #fff;
    border-radius: 4px;
    background: #3b5999;
}
.header-sns-list-item .sns-list-facebook:before,
.sns-list-item .sns-list-facebook:before
{
    vertical-align: middle;
}

.header-sns-list-item .sns-list-twitter,
.sns-list-item .sns-list-twitter
{
    font-size: 19px;
    line-height: 1.5;
    /* Twitter */

    display: block;

    width: 30px;
    height: 30px;

    text-align: center;

    color: #fff;
    border-radius: 4px;
    background: #55acee;
}
.header-sns-list-item .sns-list-twitter:before,
.sns-list-item .sns-list-twitter:before
{
    vertical-align: middle;
}

.header-sns-list-item .sns-list-instagram,
.sns-list-item .sns-list-instagram
{
  font-size: 19px;
  line-height: 1.5;
  display: block;

  width: 30px;
  height: 30px;

  text-align: center;

  background: url(../images/instagram.png) no-repeat;
}

.header-sns-list-item .sns-list-gplus,
.sns-list-item .sns-list-gplus
{
    font-size: 19px;
    line-height: 1.5;
    /* Google + */

    display: block;

    width: 30px;
    height: 30px;

    text-align: center;

    color: #fff;
    border-radius: 4px;
    background: #dd4b39;
}
.header-sns-list-item .sns-list-gplus:before,
.sns-list-item .sns-list-gplus:before
{
    vertical-align: middle;
}

.header-sns-list-item .sns-list-youtube,
.sns-list-item .sns-list-youtube
{
    font-size: 19px;
    line-height: 1.5;
    /* YouTube */

    display: block;

    width: 30px;
    height: 30px;

    text-align: center;

    color: #fff;
    border-radius: 4px;
    background: #cd201f;
}
.header-sns-list-item .sns-list-youtube:before,
.sns-list-item .sns-list-youtube:before
{
    vertical-align: middle;
}

@media screen and (min-width: 768px)
{
    .sns-list
    {
        float: right;

        margin: 0 -10px;
    }
    .sns-list-item
    {
        margin: 10px;
    }
  .sns-list-item a:hover
    {
        -webkit-transition: opacity .25s linear;
        transition: opacity .25s linear; 

        opacity: .8;
    }
  .header-sns-list-item a:hover
  {
    -webkit-transition: opacity .25s linear;
    transition: opacity .25s linear; 

    opacity: .6;
  }
}

/* 著作権表示 */
.copyright
{
    margin: 0;
  padding: 20px 0;
  font-size: 14px;
  background-color: #20736e;
  color: #fff;
}
.copyright-text
{
    margin: 0 auto;
}
.copyright-discrption-text
{
  margin: 0  auto 5px auto;
}

/* ------------------------------
共通設定
------------------------------ */
.right
{
  text-align: right;
}
.blue-txt
{
  color: #00a0e9;
}
.green-txt
{
  color: #20736e;
}
.orange-btn a
{
  display: block;
  padding: 10px;
  color: #fff;
  text-align: center;
  text-shadow: 1.5px 1.5px .5px #000;
  margin-bottom: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: -webkit-gradient(linear, left top, left bottom, from(#eca225),color-stop(51%, #f8ba40),to(#eca225));
  background: linear-gradient(to bottom, #eca225 0%,#f8ba40 51%,#eca225 100%);
  border: solid 1px #fff;
  outline: solid 1px #eca225;
  -webkit-transition: opacity .25s linear;
  transition: opacity .25s linear; 
}
.orange-btn a:hover
{
  text-decoration: none;
  opacity: .6;
}
.orange-btn-large
{
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 15px 20px;
  -webkit-transition: background-color .25s linear;
  transition: background-color .25s linear; 
  text-align: center;
  color: #fff;
  border: 0;
  border-radius: 5px;
  background: #ff9a00;
}
.entry-column .orange-btn-large,
.entry-column .orange-btn-large:link,
.entry-column .orange-btn-large:hover,
.entry-column .orange-btn-large:visited,
.entry-column .orange-btn-large:focus,
.entry-column .orange-btn-large:active
{
  text-decoration: none;
  color: #fff;
}
.orange-btn-large:hover
{
  background: #ff7e00;
}

@media (min-width: 768px)
{
  .orange-btn-large
  {
    max-width: 360px;
  }
}

.bottom-boder-shell {
  border-bottom: 1px solid #ddd;
  margin: 0 10px 25px;
}
.table-scroll {
  width: 100%;
  overflow-y: hidden;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-overflow-scrolling: touch;
}
.table-scroll table th,.table-scroll table td
{
  display: table-cell;
  white-space: nowrap;
}
h3.custom-field-ttl
{
  font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3',Meiryo,'メイリオ','ＭＳ Ｐゴシック','MS PGothic',Verdana,sans-serif;
  text-align: center;
  margin-bottom: 10px;
}