@charset "UTF-8";

#top #main_content > .wrapper {
  padding: 0;
}


/* =============================================
共通
============================================= */

#top_greeting,
#top_box_menu,
#new_item,
#recommend_item,
#top_news {
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {

  /*スマホのみ*/
  #top_news .inner,
  #top_greeting .inner,
  #top_box_menu .inner {
    padding: 0 2.5%;
  }
}


/* =============================================
メインビジュアル
============================================= */

#top_mv {
  margin-bottom: 18px;
}

#top_mv.normal {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

#top_mv.normal img {
  max-width: 100%;
  height: auto;
}

#top_mv.cover {
  width: 100%;
  background: no-repeat center center;
  background-size: cover;
}

#top_mv.full,
#top_mv.full img {
  width: 100%;
}

#top_mv.sp_img img.mv_sp {
  display: none;
}

#top_mv.cover p {
  display: none;
}

#top_mv.cover a {
  display: block;
  height: 100%;
}

@media only screen and (max-width: 767px) {

  /*スマホのみ*/
  #top_mv,
  #top_mv.normal {
    width: auto;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  #top_mv.cover {
    width: 100%;
    background: none !important;
    height: auto !important;
  }

  #top_mv.sp_img img {
    display: none;
  }

  #top_mv.sp_img img.mv_sp {
    display: inline;
    width: 100%;
  }
}

#top_mv a:hover img {
  opacity: 1;
}


/*スライダー*/

@media print,
screen and (min-width: 768px) {

  /*PCのみ*/
  #top_slider {
    min-width: 1200px;
  }
}

#top_slider.slider-pro {
  display: none;
}

#top_slider.slider-pro .sp-buttons {
  padding-top: 10px;
  font-size: 0;
}

#top_slider.slider-pro .sp-button {
  border: none;
  margin: 0 5px;
  background-color: #ccc;
  width: 10px;
  height: 10px;
}

#top_slider.slider-pro .sp-selected-button {
  background-color: #5a5a5a;
}

#top_slider.slider-pro .sp-arrows {
  margin-top: -30px;
}

#top_slider.slider-pro .sp-arrow {
  width: 30px;
  height: 60px;
  opacity: 0.8;
}

#top_slider.slider-pro .sp-arrow:before {
  transform: skew(0deg, 0deg);
  position: absolute;
  font-family: icon_set_v1 !important;
  speak: none !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1 !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  font-size: 32px;
  width: auto;
  height: auto;
  background-color: transparent;
  color: #fff;
  content: '\e84e';
  top: 3px;
  left: 0;
}

#top_slider.slider-pro.arrows_white .sp-arrow:before {
  color: #fff;
}

#top_slider.slider-pro.arrows_black .sp-arrow:before {
  color: #000;
}

#top_slider.slider-pro .sp-arrow:after {
  display: none;
}

#top_slider.slider-pro .sp-next-arrow {
  transform: rotate(0deg);
}

#top_slider.slider-pro .sp-previous-arrow:before {
  content: '\e84e';
}

#top_slider.slider-pro .sp-next-arrow:before {
  content: '\e851';
}

@media only screen and (max-width: 1260px) {

  /*スマホのみ*/
  #top_slider.slider-pro {
    margin-bottom: 2px;
  }

  #top_slider.slider-pro .sp-buttons {
    padding-top: 8px;
  }

  #top_slider.slider-pro .sp-arrow {
    width: 20px;
  }

  #top_slider.slider-pro .sp-arrow:before {
    font-size: 22px;
    top: 7px;
  }

  #top_slider.slider-pro.sp-horizontal .sp-previous-arrow {
    left: 6px;
  }

  #top_slider.slider-pro.sp-horizontal .sp-next-arrow {
    right: 6px;
  }

  #top_slider.slider-pro.sp-horizontal .sp-next-arrow:before {
    left: -1px;
  }
}


/* =============================================
ごあいさつ
============================================= */

#top_greeting .img {
  float: right;
  margin-left: 34px;
  margin-bottom: 30px;
}

#top_greeting .img img {
  width: 260px;
  height: auto;
}

#top_greeting .img .cap {
  margin-top: 8px;
  font-size: 13px;
  width: 260px;
}

@media only screen and (max-width: 767px) {

  /*スマホのみ*/
  #top_greeting .img {
    float: none;
    margin-left: 0;
    margin-bottom: 14px;
    text-align: center;
  }

  #top_greeting .img img {
    width: auto;
  }

  #top_greeting .img .cap {
    width: auto;
    text-align: left;
  }
}

#top_greeting .signature {
  text-align: right;
  font-weight: bold;
  font-size: 17px;
  margin-top: 28px;
}


/* =============================================
新着物件 おすすめ物件
============================================= */
@media only screen and (max-width: 767px) {

  /*スマホのみ*/
  #main #normal_widget_fudo_top_r-2 h2,
  #main #normal_widget_fudo_top_r-3 h2 {
    margin-left: 2.5%;
    margin-right: 2.5%;
  }
}


/* =============================================
ウィジェット
============================================= */

#main div.widget_con {
  margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {

  /*スマホのみ*/
  #main div.widget_con h2 {
    margin-left: 2.5%;
    margin-right: 2.5%;
  }
}

/* =============================================
お知らせ
============================================= */

#main #top_news h2:not(.no_deco) {
  margin-bottom: 16px;
  text-align: left;
}

#top_news .inner {
  text-align: right;
}

#top_news .inner .no_post {
  text-align: left;
  margin-top: 28px;
}

#top_news #top_news_list {
  text-align: center;
  margin-top: 20px;
}

#top_news #news_post_wrapper {
  border: 1px solid #CCCCCC;
  padding: 32px 36px;
  text-align: left;
}

@media only screen and (max-width: 767px) {

  /*スマホのみ*/
  #top_news #top_news_list:before {
    margin-top: -5px;
  }

  #top_news .inner .no_post {
    margin-top: 50px;
  }

  #top_news #news_post_wrapper {
    padding: 16px 18px;
  }
}

#top_news.height_fix #news_post_wrapper {
  overflow: auto;
}

#top_news.h100 #news_post_wrapper {
  height: 100px;
}

#top_news.h200 #news_post_wrapper {
  height: 200px;
}

#top_news.h300 #news_post_wrapper {
  height: 300px;
}

#top_news.h400 #news_post_wrapper {
  height: 400px;
}

#top_news.h500 #news_post_wrapper {
  height: 500px;
}

#top_news.h700 #news_post_wrapper {
  height: 700px;
}

#top_news.h1000 #news_post_wrapper {
  height: 1000px;
}


/* =============================================
ボックスメニュー
============================================= */

#top_box_menu ul {
  display: flex;
  flex-wrap: wrap;
  /*
  justify-content: space-between;
*/
}

#top_box_menu.large ul {
  margin-top: -1.5%;
}

#top_box_menu.small ul {
  margin-top: -1.5%;
}

@media only screen and (max-width: 767px) {

  /*スマホのみ*/
  #top_box_menu.large ul,
  #top_box_menu.small ul {
    margin: 0;
  }
}

#top_box_menu li {
  border: 1px solid #CCCCCC;
}

#top_box_menu.large li {
  width: 49.2%;
  margin-top: 1.5%;
  margin-left: 1.5%;
}

#top_box_menu.large li:first-child,
#top_box_menu.large li:nth-child(2n+1) {
  margin-left: 0;
}

#top_box_menu.small li {
  width: 32.3%;
  margin-top: 1.5%;
  margin-left: 1.5%;
}

#top_box_menu.small li:first-child,
#top_box_menu.small li:nth-child(3n+1) {
  margin-left: 0;
}

@media only screen and (max-width: 767px) {

  /*スマホのみ*/
  #top_box_menu.large li,
  #top_box_menu.small li {
    width: 100%;
    margin-left: 0;
  }

  #top_box_menu.large li:first-child,
  #top_box_menu.small li:first-child {
    margin-top: 0;
  }
}

#top_box_menu.large li .inner_s {
  padding: 14px;
}

#top_box_menu.large li a .inner_s {
  padding: 11px;
}

#top_box_menu.small li .inner_s {
  padding: 12px;
}

#top_box_menu.small li a .inner_s {
  padding: 10px;
}

#top_box_menu li a {
  display: block;
  text-decoration: none;
  position: relative;
  height: 100%;
  border: solid #FFF;
}

#top_box_menu li a:hover {
  border-color: #CCC;
}

#top_box_menu.large li a {
  border-width: 3px;
}

#top_box_menu.small li a {
  border-width: 2px;
}

#top_box_menu li a:before {
  position: absolute;
  font-family: icon_set_v1 !important;
  speak: none !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1 !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  content: '\e916';
  color: #898989;
}

#top_box_menu.large li a:before {
  font-size: 16px;
  top: 50%;
  right: 9px;
  margin-top: -8px;
}

#top_box_menu.small li a:before {
  font-size: 13px;
  top: 50%;
  right: 5px;
  margin-top: -6px;
}

#top_box_menu li a:hover {
  background-color: #EEEEEE;
}

#top_box_menu li a:hover:before {
  color: #575757;
}

#top_box_menu li h3 {
  font-weight: bold;
  line-height: 1.3;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#top_box_menu.large li h3 {
  font-size: 18px;
}

#top_box_menu.small li h3 {
  font-size: 16px;
}

#top_box_menu.large li h3 + .inner_box {
  margin-top: 10px;
}

#top_box_menu.small li h3 + .inner_box {
  margin-top: 8px;
}

#top_box_menu li .inner_box {
  display: table;
  border-collapse: collapse;
  width: 100%;
}

#top_box_menu li .inner_box_s {
  display: table-row;
}

#top_box_menu li .img,
#top_box_menu li .txt {
  display: table-cell;
  vertical-align: top;
  text-align: left;
}

#top_box_menu.large li .txt {
  font-size: 14px;
  line-height: 1.6;
}

#top_box_menu.small li .txt {
  font-size: 13px;
  line-height: 1.55;
}

#top_box_menu.large li a .txt {
  padding-right: 14px;
}

#top_box_menu.small li a .txt {
  padding-right: 6px;
}

#top_box_menu.large li .img {
  width: 144px;
}

#top_box_menu.small li .img {
  width: 101px;
}

#top_box_menu.large li .img img {
  width: 130px;
  height: 130px;
}

#top_box_menu.small li .img img {
  width: 90px;
  height: 90px;
}

@media only screen and (max-width: 767px) {

  /*スマホのみ*/
  #top_box_menu.small li h3 {
    font-size: 17px;
  }

  #top_box_menu.large li .txt,
  #top_box_menu.small li .txt {
    font-size: 14px;
  }

}







/* ============================================================
カスタマイズ
=============================================================== */
#top #content,
#top #main {
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0;
  display: block;
  }
#main_content {
  margin-bottom: 0;
  }




/* ================================================
MV
=================================================== */
#mv {
  width: 100%;
  overflow: hidden;
  position: relative;
  }
#mv::after {
  width: 75%;
  height: 31px;
  margin: auto;
  display: block;
  z-index: 6;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  display: block;
  background-color: #fff;
  content: '';
  }
#mv .catch {
  margin: auto;
  z-index: 3;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transform: translate(0,30px);
  transition-duration: 1s;
  transition-delay: 0.3s;
  }
.loading-delay #mv .catch {
  transform: translate(0,0) !important;
  opacity: 1 !important;
  }
/* switch_img */
#mv .switch_img {
  width: 100%;
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  }
#mv .switch_img img {
  width: 100%;
  object-fit: cover;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  animation: mv_anime 30s 0s infinite;
  }
#mv .switch_img img:nth-of-type(2) {
  animation-delay: 10s;
  }
#mv .switch_img img:nth-of-type(3) {
  animation-delay: 20s;
  }
@keyframes mv_anime {
  0% {
    opacity: 0;
    }
  5% {
    z-index: 5;
    opacity: 1;
    }
  60% {
    opacity: 1;
    transform: scale(1.2);
    }
  100% {
    z-index: 1;
    opacity: 0;
    transform: scale(1.2);
    }
  }

/* 768＜ --------------------------- */
@media print,
screen and (min-width: 768px) {

  #mv {
    height: 660px;
    }
  #mv::after {
    max-width: 1080px;
    }
  #mv .catch {
    width: 460px;
    height: 490px;
    top: -30px;
    }
  /* switch_img */
  #mv .switch_img {
    height: 660px;
    }
  #mv .switch_img img {
    min-height: 660px;
    }

} /* end 768＜ */
/* ＞767 --------------------------- */
@media screen and (max-width: 767px) {

  #mv {
    height: calc(100vh - 36px);
    }
  #mv::after {
    max-width: 570px;
    }
  #mv .catch {
    width: 80%;
    max-width: 420px;
    aspect-ratio: 46 / 49;
    top: -96px;
    }
  /* switch_img */
  #mv .switch_img {
    height: calc(100vh - 36px);
    }
  #mv .switch_img img {
    height: calc(100vh - 36px);
    }

} /* end ＞767 */




/* ================================================
service
=================================================== */
#sct_service {
  width: 100%;
  position: relative;
  }
#sct_service::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #feebd8;
  content: '';
  }
#sct_service::after {
  display: block;
  position: absolute;
  right: 0;
  background: #ebedec url(../img/service_img.jpg) no-repeat center center / cover;
  content: '';
  }
#sct_service ul {
  width: 100%;
  margin: 0 auto;
  display: flex;
  gap: 15px;
  position: relative;
  z-index: 1;
  }
#sct_service ul li {
  aspect-ratio: 1 / 1;
  }
#sct_service ul a {
  width: 100%;
  height: 100%;
  padding-top: 54%;
  display: block;
  position: relative;
  border-radius: 50%;
  background-color: #e95e1e;
  color: #fff;
  letter-spacing: 0.1em;
  text-decoration: none;
  line-height: 1.4;
  text-align: center;
  }
#sct_service ul li:nth-of-type(2n) a {
  background-color: #f88e26;
  }
#sct_service ul a span {
  display: block;
  font-weight: 600;
  }
#sct_service ul a span::first-letter {
  color: #ede38d;
  }
#sct_service ul a::before {
  margin: auto;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  }
#sct_service ul li.li01 a::before {
  background: url(../img/service_icn01.png) no-repeat center center / contain;
  }
#sct_service ul li.li02 a::before {
  background: url(../img/service_icn02.png) no-repeat center center / contain;
  }
#sct_service ul li.li03 a::before {
  background: url(../img/service_icn03.png) no-repeat center center / contain;
  }
#sct_service ul li.li04 a::before {
  background: url(../img/service_icn04.png) no-repeat center center / contain;
  }

/* 768＜ --------------------------- */
@media print,
screen and (min-width: 768px) {

  #sct_service::before {
    width: calc(50% + 360px);
    height: 360px;
    }
  #sct_service::after {
    width: calc(50% + 360px);
    height: 360px;
    bottom: 40px;
    }
  #sct_service ul {
    max-width: 1020px;
    padding: 60px 15px 280px;
    }
  #sct_service ul li {
    width: 25%;
    max-width: 240px;
    }
  #sct_service ul a {
    font-size: 14px;
    font-size: clamp(12px,1.5vw,14px);
    }
  #sct_service ul a:hover {
    background-color: #f17628;
    transition: 0.2s;
    }
  #sct_service ul li:nth-of-type(2n) a:hover {
    background-color: #fba733;
    transition: 0.2s;
    }
  #sct_service ul a span {
    font-size: 28px;
    font-size: clamp(21px,2.7vw,28px);
    }
  #sct_service ul a::before {
    width: 90px;
    height: 74px;
    top: -70px;
    }

} /* end 768＜ */
/* ＞767 --------------------------- */
@media screen and (max-width: 767px) {

  #sct_service::before {
    width: 90%;
    height: 240px;
    }
  #sct_service::after {
    width: 90%;
    height: 240px;
    bottom: 30px;
    }
  #sct_service ul {
    max-width: 480px;
    padding: 36px 3% 180px;
    flex-wrap: wrap;
    justify-content: center;
    }
  #sct_service ul li {
    width: 45%;
    max-width: 210px;
    }
  #sct_service ul a {
    font-size: 11.5px;
    }
  #sct_service ul a span {
    font-size: 20px;
    }
  #sct_service ul a::before {
    width: 76px;
    height: 62px;
    top: -60px;
    }

} /* end ＞767 */



/* ================================================
about
=================================================== */
#sct_about {
  width: 100%;
  position: relative;
  }
#sct_about::before {
  display: block;
  background: url(../img/about_pht.jpg) no-repeat right center / cover;
  content: '';
  }
#sct_about .txt h2 {
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
  }
#sct_about .txt h2::before {
  display: block;
  content: 'ABOUT';
  color: #f88e26;
  font-weight: 700;
  }
#sct_about .txt .btn a {
  width: 100%;
  max-width: 300px;
  padding: 17px 0;
  margin: 45px auto 0;
  display: block;
  position: relative;
  background-color: #f88e26;
  border-radius: 9999px;
  transition: 0.3s;
  color: #fff;
  text-decoration: none;
  text-align: center;
  }
#sct_about .txt .btn a::after {
  width: 8px;
  height: 8px;
  margin: auto;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 9%;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  content: '';
  }

/* 768＜ --------------------------- */
@media (min-width: 768px) {

  #sct_about {
    display: flex;
    align-items: center;
    }
  #sct_about::before {
    width: 50%;
    height: 100%;
    min-height: 660px;
    border-radius: 0 0 60px 0;
    }
  #sct_about .txt {
    width: 50%;
    }
  #sct_about .txt .wrap {
    width: 100%;
    max-width: 600px;
    padding: 36px 0 36px 60px;
    }
  #sct_about .txt h2 {
    font-size: 16px;
    }
  #sct_about .txt h2::before {
    margin-bottom: 10px;
    font-size: 52px;
    letter-spacing: 0.25em;
    }
  #sct_about .txt h3 {
    margin-top: 52px;
    }
  #sct_about .txt h3 img {
    max-width: 100%;
    }
  #sct_about .txt h3+div {
    margin-top: 30px;
    }
  #sct_about .txt p+p {
    margin-top: 18px;
    }
  #sct_about .txt .btn a:hover {
    background-color: #fba733;
    }

} /* end 768＜ */
/* ＞767 --------------------------- */
@media (max-width: 767px) {

  #sct_about::before {
    width: 100%;
    height: auto;
    aspect-ratio: 9 / 6;
    display: block;
    background: url(../img/about_pht.jpg) no-repeat right center / cover;
    content: '';
    }
  #sct_about .txt {
    width: 100%;
    }
  #sct_about .txt .wrap {
    width: 100%;
    padding: 36px 6%;
    }
  #sct_about .txt h2 {
    font-size: 14px;
    }
  #sct_about .txt h2::before {
    margin-bottom: 8px;
    font-size: 36px;
    letter-spacing: 0.2em;
    }
  #sct_about .txt h3 {
    margin-top: 42px;
    }
  #sct_about .txt p {
    font-size: 14px;
    }
  #sct_about .txt h3+div {
    margin-top: 24px;
    }
  #sct_about .txt p+p {
    margin-top: 18px;
    }

} /* end ＞767 */



/* ================================================
新着物件
=================================================== */
#top_b_widget_fudo_top_r-4 {
  width: 100%;
  margin: 0 auto;
  }
#top_b_widget_fudo_top_r-4::before {
  width: 100%;
  margin: auto;
  display: block;
  content: 'NEW ITEM';
  color: #2a2a2a;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  }
#top_b_widget_fudo_top_r-4 h2 {
  margin: 0 auto 36px;
  color: #e95e1e;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  }
#top_b_widget_fudo_top_r-4 h2::before,
#top_b_widget_fudo_top_r-4 h2::after {
  width: 30px;
  height: 1px;
  display: inline-block;
  position: relative;
  top: -6px;
  background-color: #e95e1e;
  content: '';
  }
#top_b_widget_fudo_top_r-4 h2::before {
  margin-right: 12px;
  }
#top_b_widget_fudo_top_r-4 h2::after {
  margin-left: 12px;
  }

/* アイテム名 */
#main .display_type_B ul li .name {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
  }

/* アイコン */
#top #main #top_b_widget_fudo_top_r-4 .icon.icon_sold,
#top #main #top_b_widget_fudo_top_r-4 .icon.icon_shodan,
#top #main #top_b_widget_fudo_top_r-4 .icon.icon_member {
  display: none;
  }
#top #main #top_b_widget_fudo_top_r-4 .icn.icn_buy,
#top #main #top_b_widget_fudo_top_r-4 .icn.icn_rent {
  margin-right: 6px;
  display: inline-block;
  position: static;
  color: #fff;
  }
#top #main #top_b_widget_fudo_top_r-4 .icn.icn_buy {
  background-color: #66af17;
  }
#top #main #top_b_widget_fudo_top_r-4 .icn.icn_rent {
  background-color: #289ee2;
  }

/* 価格 */
#main .display_type_B ul li .price {
  margin-bottom: 6px;
  color: #d63434;
  font-weight: 500;
  letter-spacing: 0.04em;
  }

/* 所在地、交通 */
#main .display_type_B ul li p.shozaichi,
#main .display_type_B ul li p.transport {
  display: none;
  }

/* 768＜ --------------------------- */
@media print,
screen and (min-width: 768px) {

  #top_b_widget_fudo_top_r-4 {
    max-width: 1140px;
    padding: 75px 15px 30px;
    margin-bottom: 0;
    }
  #top_b_widget_fudo_top_r-4::before {
    font-size: 57px;
    }
  #top_b_widget_fudo_top_r-4 h2 {
    font-size: 18px;
    }

  #main .display_type_B ul {
    justify-content: center;
    }

  /* アイコン */
  #top #main #top_b_widget_fudo_top_r-4 .icn.icn_buy,
  #top #main #top_b_widget_fudo_top_r-4 .icn.icn_rent {
    padding: 3px 12px 4px;
    font-size: 13px;
    }

  /* 価格 */
  #main .display_type_B ul li .price {
    font-size: 21px;
    }
  #main .display_type_B ul li .price span.sold,
  #main .display_type_B ul li .price span.shodan,
  #main .display_type_B ul li .price span.hikoukai {
    font-size: 18px;
    }

} /* end 768＜ */
/* ＞767 --------------------------- */
@media screen and (max-width: 767px) {

  #top_b_widget_fudo_top_r-4 {
    padding: 90px 6% 0;
    }
  #top_b_widget_fudo_top_r-4::before {
    font-size: 36px;
    }
  #top_b_widget_fudo_top_r-4 h2 {
    font-size: 15px;
    }

  /* アイコン */
  #top #main #top_b_widget_fudo_top_r-4 .icn.icn_buy,
  #top #main #top_b_widget_fudo_top_r-4 .icn.icn_rent {
    padding: 4px 12px 4px;
    font-size: 12px;
    }

  /* 価格 */
  #main .display_type_B ul li .price {
    font-size: 19px;
    }
  #main .display_type_B ul li .price span.sold,
  #main .display_type_B ul li .price span.shodan,
  #main .display_type_B ul li .price span.hikoukai {
    font-size: 16px;
    }

  /* item_list */
  #main .widget_con .item_list {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    }
  #main .item_list>ul>li {
    margin-top: 15px;
    border: 1px solid #dadada;
    border-radius: 6px;
    }
  #main .item_list>ul>li:first-of-type {
    border-top: 1px solid #dadada;
    }
  #main .item_list .item_con {
    padding: 12px;
    }
  #main .item_list ul li .item_head {
    padding: 12px;
    }
  #main .display_type_B ul li .name {
    margin-top: 3px;
    }

} /* end ＞767 */




/* ================================================
お知らせ
=================================================== */
#top_news {
  margin-bottom: 0;
  background-color: #f1f1f1;
  }
#top_news .inner {
  width: 100%;
  margin: 0 auto;
  }
#top #main #top_news h2 {
  margin-bottom: 36px;
  color: #2a2a2a;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
  }
#top_news h2 span {
  margin-top: 18px;
  display: block;
  color: #e95e1e;
  font-weight: 400;
  }
#top_news h2 span::before,
#top_news h2 span::after {
  width: 30px;
  height: 1px;
  display: inline-block;
  position: relative;
  top: -6px;
  background-color: #e95e1e;
  content: '';
  }
#top_news h2 span::before {
  margin-right: 12px;
  }
#top_news h2 span::after {
  margin-left: 12px;
  }
#top_news #news_post_wrapper {
  padding: 0;
  border: 0;
  }
#top_news #news_post_wrapper li {
  width: 100%;
  display: block;
  background-color: #fff;
  }
#top_news #news_post_wrapper li>a {
  height: 100%;
  display: block;
  text-decoration: none;
  }
#top_news #news_post_wrapper li .post_thumbnail img {
  width: 100%;
  }
#top_news #news_post_wrapper li>a:hover .post_thumbnail img  {
  opacity: 1;
  }
#news_post_wrapper ul li p {
  display: block;
  }
#news_post_wrapper li p.ymd {
  width: 100%;
  padding: 0 6px;
  margin-top: 9px;
  }
#news_post_wrapper li p.slug {
  width: 100%;
  padding: 0 3px;
  margin-top: 4px;
  }
#news_post_wrapper li p.slug span {
  display: inline-block;
  padding: 7px 12px 8px;
  background-color: #f88e26;
  border: none;
  color: #fff;
  }
#news_post_wrapper li p.con {
  padding: 0 6px;
  margin-top: 6px;
  }
#top_news #top_news_list a {
  width: 100%;
  max-width: 300px;
  padding: 17px 0;
  margin: 45px auto 0;
  display: block;
  position: relative;
  background-color: #f88e26;
  border-radius: 9999px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  }
#top_news #top_news_list a::after {
  width: 8px;
  height: 8px;
  margin: auto;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 9%;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  content: '';
  }
#top_news .inner .no_post {
  text-align: center;
  }

/* 768＜ --------------------------- */
@media print,
screen and (min-width: 768px) {

  #top_news {
    padding: 0 15px;
    margin-top: 60px;
    }
  #top_news .inner {
    max-width: 1050px;
    padding: 75px 0;
    }
  #top #main #top_news h2 {
    font-size: 57px;
    }
  #top_news h2 span {
    font-size: 18px;
    }
  #top_news #news_post_wrapper ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    }
  #top_news #news_post_wrapper li {
    max-width: 330px;
    }
  #top_news #news_post_wrapper li>a {
    padding: 20px 20px 45px;
    }
  #top_news #news_post_wrapper li>a:hover {
    opacity: 0.7;
    transition: 0.2s;
    }
  #top_news #news_post_wrapper li .post_thumbnail img {
    max-width: 290px;
    }
  #news_post_wrapper li p.ymd {
    font-size: 14px;
    }
  #top_news #top_news_list a:hover {
    background-color: #fba733;
    transition: 0.2s;
    }

} /* end 768＜ */
/* ＞767 --------------------------- */
@media screen and (max-width: 767px) {

  #top_news {
    padding: 0 6%;
    margin-top: 60px;
    }
  #top_news .inner {
    padding: 60px 0;
    }
  #top #main #top_news h2 {
    font-size: 36px;
    }
  #top_news h2 span {
    font-size: 15px;
    }
  #top_news #news_post_wrapper ul {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    }
  #top_news #news_post_wrapper li {
    margin: 0 0 24px;
    border-bottom: none;
    }
  #top_news #news_post_wrapper li>a {
    padding: 20px 20px 15px;
    }
  #news_post_wrapper li p.ymd {
    font-size: 13px;
    }
  #news_post_wrapper li p.slug span {
    font-size: 12px;
    }
  #news_post_wrapper li p.con {
    font-size: 14px;
    }
  #top_news #top_news_list a:hover {
    background-color: #fba733;
    transition: 0.2s;
    }
  #top_news #top_news_list a::after {
    width: 8px;
    height: 8px;
    margin: auto;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 9%;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    content: '';
    }

} /* end ＞767 */



/* ================================================
Banner
=================================================== */
#sct_bnr {
  background-color: #e4e4e4;
  }
#sct_bnr ul {
  width: 100%;
  margin: 0 auto;
  }
#sct_bnr li a {
  width: 100%;
  display: block;
  position: relative;
  background-color: #f88e26;
  border-radius: 9999px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  }
#sct_bnr li a::before {
  width: 12px;
  height: 12px;
  margin: auto;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  content: '';
  }
#sct_bnr li a::after {
  margin: auto;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  content: '';
  }
#sct_bnr li.li01 a::after {
  background: url(../img/bnr_icn01.png) no-repeat 0 0 / contain;
  }
#sct_bnr li.li02 a::after {
  background: url(../img/bnr_icn02.png) no-repeat 0 0 / contain;
  }
#sct_bnr li.li03 a::after {
  background: url(../img/bnr_icn03.png) no-repeat 0 0 / contain;
  }
#sct_bnr li.li04 a::after {
  background: url(../img/bnr_icn04.png) no-repeat 0 0 / contain;
  }

/* 768＜ --------------------------- */
@media print,
screen and (min-width: 768px) {

  #sct_bnr {
    padding: 60px 15px;
    }
  #sct_bnr ul {
    max-width: 860px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    }
  #sct_bnr li {
    width: calc(50% - 10px);
    }
  #sct_bnr li a {
    padding: 1.8em 0;
    font-size: 17px;
    font-size: clamp(15px,1.9vw,17px);
    }
  #sct_bnr li a:hover {
    background-color: #fba733;
    transition: 0.2s;
    }
  #sct_bnr li a::before {
    width: 12px;
    height: 12px;
    right: 9%;
    }
  #sct_bnr li a::after {
    width: 39px;
    height: 39px;
    left: 9%;
    }
  #sct_bnr li.li03 a::after {
    width: 41px;
    height: 31px;
    }

} /* end 768＜ */
/* ＞767 --------------------------- */
@media screen and (max-width: 767px) {

  #sct_bnr {
    padding: 60px 6%;
    }
  #sct_bnr ul {
    max-width: 480px;
    }
  #sct_bnr li {
    width: 100%;
    }
  #sct_bnr li+li {
    margin-top: 12px;
    }
  #sct_bnr li a {
    padding: 1.5em 0;
    font-size: 15px;
    }
  #sct_bnr li a::before {
    width: 10px;
    height: 10px;
    right: 7%;
    }
  #sct_bnr li a::after {
    width: 34px;
    height: 34px;
    left: 7%;
    }
  #sct_bnr li.li03 a::after {
    width: 37px;
    height: 28px;
    }

} /* end ＞767 */


/* ================================================
Trouble
=================================================== */
#sct_trouble {
  background-color: #f1f1f1;
  text-align: center;
  }
#sct_trouble img {
  max-width: 100%
  }

/* 768＜ --------------------------- */
@media print,
screen and (min-width: 768px) {

  #sct_trouble {
    padding: 60px 30px;
    }

} /* end 768＜ */
/* ＞767 --------------------------- */
@media screen and (max-width: 767px) {

  #sct_trouble {
    padding: 30px 3%;
    }

} /* end ＞767 */



/* ================================================
remote
=================================================== */
#sct_remote {
  width: 100%;
  position: relative;
  background-color: #f8f4d1;
  }
#sct_remote::before {
  aspect-ratio: 1220 / 684;
  display: block;
  background: url(../img/img_remote.jpg) no-repeat center center / cover;
  content: '';
  }
#sct_remote .txt h2 {
  color: #e95e1e;
  font-weight: 700;
  }
#sct_remote .txt p.lead {
  margin: 24px 0;
  color: #f88e26;
  font-weight: 700;
  }

/* 768＜ --------------------------- */
@media (min-width: 768px) {

  #sct_remote {
    display: flex;
    align-items: center;
    }
  #sct_remote::before {
    width: 50%;
    height: 100%;
    }
  #sct_remote .txt {
    width: 50%;
    }
  #sct_remote .txt .wrap {
    width: 100%;
    max-width: 600px;
    padding: 48px 0 48px 60px;
    }
  #sct_remote .txt h2 {
    font-size: 33px;
    }
  #sct_remote .txt p.lead {
    font-size: 19px;
    }

} /* end 768＜ */
/* ＞767 --------------------------- */
@media (max-width: 767px) {

  #sct_remote .txt {
    width: 100%;
    }
  #sct_remote .txt .wrap {
    width: 100%;
    padding: 42px 6% 60px;
    }
  #sct_remote .txt h2 {
    font-size: 22px;
    }
  #sct_remote .txt p {
    font-size: 14px;
    }
  #sct_remote .txt p.lead {
    font-size: 17px;
    }

} /* end ＞767 */



/* ================================================
Calendar
=================================================== */
#sct_calendar {
  width: 100%;
  padding: 60px 15px;
  text-align: center;
  }
#sct_calendar iframe {
  width: 100%;
  max-width: 840px;
  border: 0 !important;
  }



/* ================================================
MAP
=================================================== */
#sct_map #googlemap {
  position: relative;
  padding-top: 480px;
  height: 0;
  overflow: hidden;
}
#sct_map #googlemap * {
  max-width: none;
}
#sct_map #googlemap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  /*スマホのみ*/
  #sct_map #googlemap {
    height: 400px !important;
  }
}

/* Googleマップ 拡大表示ボタンの位置調整 */
#sct_map #googlemap .gm-fullscreen-control {
  left: 210px;
  right: auto !important;
  }



/* ================================================
LIXIL
=================================================== */
#sct_lixil {
  width: 100%;
  height: auto;
  aspect-ratio: 2000 / 416;
  }

/* 768＜ --------------------------- */
@media (min-width: 768px) {

  #sct_lixil {
    background: url(../img/img_lixilshop.jpg) no-repeat center center / cover;
    }

} /* end 768＜ */
/* ＞767 --------------------------- */
@media (max-width: 767px) {

  #sct_lixil {
    min-height: 180px;
    background: url(../img/img_lixilshop.jpg) no-repeat 70% 50% / auto 180px;
    }

} /* end ＞767 */


/* ================================================
idol
=================================================== */
#sct_idol {
  width: 100%;
  height: auto;
  aspect-ratio: 1800 / 360;
  background: url(../img/img_idol02.jpg) no-repeat center center / cover;
  }

/* ＞767 --------------------------- */
@media (max-width: 767px) {

  #sct_idol {
    min-height: 145px;
    }

} /* end ＞767 */
