@charset "UTF-8";

/* ============================================
  Excerpt /css/common.css
============================================ */
/* Body */
body {
  background-color: #fafaf7;
}

ul,
dl,
ol {
  list-style: none;
}

/*-------------------------------------------------------
clearfix
-------------------------------------------------------*/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  overflow: hidden;
  display: inline-block;
}

/* exclude MacIE5 [start] \*/
* html .clearfix {
  height: 1%
}

.clearfix {
  display: block;
}

/* exclude MacIE5 [end] */

/*-------------------------------------------------------
  margin , padding , float
  -------------------------------------------------------*/
.fl_r {
  float: right;
}

@media screen and (min-width: 769px) {
  .fl_l {
    float: left;
  }
}

.ta_r {
  text-align: right;
}

.ta_c {
  text-align: center;
}

.f_b {
  font-weight: bold;
}

.f_10 {
  font-size: 10px;
}

.f_12 {
  font-size: 12px;
}

.f_14 {
  font-size: 14px;
}

.f_16 {
  font-size: 16px;
}

.f_18 {
  font-size: 18px;
}

.f_20 {
  font-size: 20px;
}

.f_22 {
  font-size: 22px;
}

.m5 {
  margin: 5px;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}


.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}


.ml10 {
  margin-left: 10px;
}

.ml20 {
  margin-left: 20px;
}

.ml30 {
  margin-left: 30px;
}

.ml40 {
  margin-left: 40px;
}

.ml50 {
  margin-left: 50px;
}

.ml60 {
  margin-left: 60px;
}

.ml70 {
  margin-left: 70px;
}

.ml80 {
  margin-left: 80px;
}

.mr5 {
  margin-right: 5px;
}

.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.mr20 {
  margin-right: 20px;
}

.pt5 {
  padding-top: 5px;
}

.pb5 {
  padding-bottom: 5px;
}

.pl5 {
  padding-left: 5px;
}

.pr5 {
  padding-right: 5px;
}

.pt10 {
  padding-top: 10px;
}

.pb10 {
  padding-bottom: 10px;
}

.pl10 {
  padding-left: 10px;
}

.pr10 {
  padding-right: 10px;
}

a:hover .img {
  opacity: 0.7;
}

.tac {
  text-align: center;
}

/* ============================================
  Excerpt /css/style.css
============================================ */
.header_case {
  background-image: url(../img/common/h2-bg.jpg);
  background-repeat: no-repeat;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  height: 36px;
  width: 570px;
  padding: 5px 0 0 30px;
}

/* ============================================
  case.css
============================================ */

.case_wrapper {
  /* width: 945px; */
  margin: 0 auto;
}

.map_wrapper {
  width: 935px;
  margin: 0 auto 20px;
}

.header_case {
  width: 915px;
  background-image: url(../img/h2-bg-large.png);
  counter-reset: map_list;
  counter-reset: map_list_rf;
  margin: 0 auto 20px;
}

.notice {
  display: inline-block;
  padding: 10px;
  background-color: #0099cf;
  font-weight: bold;
  color: #fff;
}

.map_list_box {
  width: 912px;
  margin: 0 auto;
  font-size: 0;
}

.map_list_shinchiku {
  margin-bottom: 30px;
}

/* 新築 */
.map_list_box ol {
  display: inline-block;
  width: 228px;
  vertical-align: top;
}

.map_list_box ol:nth-of-type(2) {
  counter-reset: map_list 15;
}

.map_list_box ol:nth-of-type(3) {
  counter-reset: map_list 30;
}

.map_list_box ol:nth-of-type(4) {
  counter-reset: map_list 45;
}

.map_list_box ol li {
  margin: 0 0 5px 30px;
  text-indent: -30px;
  counter-increment: map_list;
  font-size: 14px;
}

.map_list_box ol li::before {
  content: counter(map_list);
  width: 24px;
  margin-right: 5px;
  padding: 4px 0;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  vertical-align: middle;
  text-align: center;
  line-height: 1;
  text-indent: 0;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
/* リフォーム */
.map_list_rf_box {
  width: 912px;
  margin: 0 auto;
  font-size: 0;
}

.map_list_reform {
  margin-bottom: 50px;
}

.map_list_rf_box ol {
  display: inline-block;
  width: 228px;
  vertical-align: top;
}

.map_list_rf_box ol:nth-of-type(2) {
  counter-reset: map_list_rf 20;
}

.map_list_rf_box ol:nth-of-type(3) {
  counter-reset: map_list_rf 40;
}

.map_list_rf_box ol:nth-of-type(4) {
  counter-reset: map_list_rf 60;
}

.map_list_rf_box ol li {
  margin: 0 0 5px 30px;
  text-indent: -30px;
  counter-increment: map_list_rf;
  font-size: 14px;
}

.map_list_rf_box ol li::before {
  content: counter(map_list_rf);
  width: 24px;
  margin-right: 5px;
  padding: 4px 0;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  vertical-align: middle;
  text-align: center;
  line-height: 1;
  text-indent: 0;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
/* */

.map_list_shinchiku li::before {
  background-image: url(../img/bg_list_shinchiku.png);
}

.map_list_reform li::before {
  background-image: url(../img/bg_list_reform.png);
}

.photobox {
  font-size: 0;
  margin-left: 30px;
}

.photobox>li {
  display: inline-block;
  width: 280px;
  margin-right: 30px;
  vertical-align: top;
  font-size: 14px;
}

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

.photobox ul li:nth-of-type(n+2) {
  display: none;
}

/*** map data ***/
.mapdata {
  display: none;
}

/*** colorbox ***/
#cboxOverlay {
  background-color: #fff;
  opacity: 0.6;
  filter: alpha(opacity=60);
}

#colorbox {
  outline: 0;
  box-shadow: 0 0 5px 0 #000;
  border-radius: 20px;
}

#cboxWrapper>div:nth-of-type(1),
#cboxWrapper>div:nth-of-type(3),
#cboxTitle,
#cboxCurrent,
#cboxMiddleLeft,
#cboxMiddleRight {
  display: none !important;
}

#cboxWrapper>div:nth-of-type(2) {
  float: none !important;
}

#cboxLoadedContent {
  height: auto !important;
}

#cboxContent {
  padding: 20px 20px 80px;
  background-color: #fff;
  font-size: 16px;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadingOverlay {
  background: url(../img/loading_background.png) no-repeat center center;
}

#cboxLoadingGraphic {
  background: url(../img/loading.gif) no-repeat center center;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxContent #cboxClose,
#cboxContent #cboxPrevious,
#cboxContent #cboxNext {
  position: absolute;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  overflow: visible;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
  text-indent: -9999px;
}

#cboxContent #cboxClose {
  right: 30px;
  top: 30px;
  background-image: url(../img/bg_cb_close.png);
  width: 26px;
  height: 22px;
}

#cboxContent #cboxPrevious {
  z-index: 10;
  left: 20px;
  bottom: 20px;
  background-image: url(../img/bg_cb_left.png);
  width: 67px;
  height: 20px;
}

#cboxContent #cboxNext {
  z-index: 10;
  right: 20px;
  bottom: 20px;
  background-image: url(../img/bg_cb_right.png);
  width: 68px;
  height: 20px;
}

#cboxContent #cboxPrevious:hover,
#cboxContent #cboxPrevious:active,
#cboxContent #cboxNext:hover,
#cboxContent #cboxNext:active {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.cb_header {
  width: auto;
  height: 58px;
  padding: 0;
  overflow: visible;
  line-height: 1;
  background-image: none;
  font-size: 26px;
}

.cb_header_shinchiku_icon,
.cb_header_reform_icon {
  display: inline-block;
  width: 36px;
  height: 48px;
  padding: 10px 0 0;
  margin-right: 30px;
  background-color: transparent;
  background-position: 0 0;
  background-repeat: no-repeat;
  vertical-align: middle;
  text-align: center;
  line-height: 1;
  font-size: 18px;
}

.cb_header_shinchiku_icon {
  background-image: url(../img/bg_cb_shinchiku_icon.png);
}

.cb_header_reform_icon {
  background-image: url(../img/bg_cb_reform_icon.png);
}

.cb_header_title {
  display: inline-block;
  width: 408px;
  vertical-align: middle;
  line-height: 1;
}

.cb_img {
  margin-bottom: 20px;
  text-align: center;
  line-height: 1;
}

.cb_img img {
  width: auto;
  height: 560px;
  vertical-align: bottom;
}

.cb_btn #cboxPrevious,
.cb_btn #cboxNext {
  display: inline-block !important;
}

.cb_year {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #cecece;
  line-height: 1;
  font-weight: bold;
  color: #005fb5;
}

.top_bg {
  padding: 80px 0;
  background: transparent url(../img/top_bg.png);
  vertical-align: middle;
  min-height: 100%;
  background-size: cover;
  background-attachment: fixed;
  /* margin-top:-20px; */
  margin-bottom: 40px;
}

.top_bg img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.k_text01 {
  font-size: 36px;
  font-weight: bold;
  margin: 30px 0 30px 0;
}

.k_text02 {
  font-size: 24px;
  margin: 0 0 20px 0;
}

.k_text01 span {
  color: #a60000;
}

.k_bg_text {
  background: transparent url(../img/text_bg.webp);
  width: 365px;
  padding: 15px;
  margin: 0 15px 0 15px;
  float: left;
  border-radius: 5px;
}

.k_bg_text2 {
  background: transparent url(../img/text_bg.webp);
  width: 550px;
  padding: 15px 15px 60px;
  margin: 0 0 0 15px;
  border-radius: 5px;
  float: right;
}

.top_bg2 {
  padding: 40px 0 40px 0;
  background: transparent url(../img/k_bg.webp);
  vertical-align: middle;
  min-height: 100%;
  background-attachment: fixed;
  margin-top: 50px;
  margin-bottom: 40px;
}

.top_bg2 .box01 {
  width: 360px;
  float: left;
  margin-right: 15px;
}

.top_bg2 .box02 {
  width: 540px;
  background: #f1f0ee;
  border-radius: 5px;
  padding: 15px;
  float: left;
}

.btn_b {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 30px 0;
}

.btn_b>a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #0099cc;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: .025em;
  text-shadow: 0 0 3px #005fb5;
  box-sizing: border-box;
  border: 4px solid #dddddd;
  border-radius: 5px;
  width: 375px;
  height: 74px;
  margin: 0 auto;
}

.btn_b>a:hover {
  opacity: .7;
}

.flow {
  font-size: 18px;
  margin-top: 30px;
}

.flow .b_font {
  font-size: 30px;
  color: #5e3700;
  font-weight: bold;
}

.flow .box01 {
  width: 170px;
  float: left;
}

.flow .box01 img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.flow .box02 {
  float: left;
}

.rain {
  border-top: 1px solid #eaeaea;
  padding-bottom: 20px;
  padding-top: 20px;
  margin: 30px 0;
}

.rain img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* Add 220511 */

.contents_60th {
  color: #393939;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: normal;
  margin-top: -30px;
}

.contents_60th .inner {
  width: 960px;
}

.breadcrumbs {
  margin-top: 20px;
}

.top_bg_in {
  background: rgba(255, 255, 255, .8);
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 868px;
  height: 340px;
  margin: 0 auto;
}

.top_bg_heading {
  position: relative;
  color: #0099cc;
  font-size: 64px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  text-shadow: 0 0 18px rgba(255, 255, 255, 1);
  letter-spacing: .05em;
  margin-bottom: 32px;
}

.top_bg_text {
  color: #000;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: -.01em;
  text-align: center;
  text-shadow: 0 0 8px rgba(255, 255, 255, 1);
}

.top_bg_text+.top_bg_text {
  margin-top: 1em;
}

.k_heading01 {
  position: relative;
  color: #0097cf;
  font-size: 48px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}

.k_heading01::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #0097cf;
  width: 100%;
  height: 1px;
  margin: auto;
}

.k_heading01>span {
  position: relative;
  display: inline-block;
  background: #fafaf7;
  padding: 0 15px;
}

.f-serif {
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "Times New Roman", "YuMincho", "MS PMincho", serif;
}

.clear {
  clear: both;
  line-height: 0px;
  font-size: 0px;
}

.photobox-result {
  margin-bottom: 50px;
}

.scroll-txt {
  display: none;
}

.bnr-link {
  display: none;
}

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

  .flow .box01 {
    width: 100%;
  }

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

  .bnr-link {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }

  .bnr-link li {
    width: 100%;
  }

  .bnr-link li:not(:last-child) {
    margin-bottom: 10px;
  }

  .bnr-link li a {
    border: 2px solid #c2dbeb;
    background-color: #fff;
    color: #15669c;
    height: 100%;
    text-decoration: none;
    padding: 10px;
    font-weight: 700;
    font-size: 16px;
    position: relative;
    display: flex;
    align-items: center;
  }

  .bnr-link li a::after {
    content: '\f107';
    position: absolute;
    top: auto;
    right: 8px;
    transform: rotate(-90deg);
    font-family: "FontAwesome";
    color: #15669c;
  }

  .photobox img {
    margin-top: 40px;
  }

  .top_bg {
    background-attachment: unset;
  }

  .scroll-txt {
    display: block;
    text-align: center;
    margin: 10px 0;
    color: #888;
    font-weight: 500;
  }

  .map_scroll {
    overflow-x: auto;
  }

  #colorbox,
  #cboxContent,
  #cboxLoadedContent,
  #cboxWrapper {
    width: 90% !important;
    margin: 0 auto !important;
  }

  #cboxContent,
  #cboxWrapper {
    width: 100% !important;
  }

  #colorbox {
    right: 0;
  }

  #cboxContent,
  #cboxMiddleLeft {
    height: 100% !important;
  }

  #cboxWrapper {
    overflow-y: scroll;
  }

  #cboxLoadedContent {
    overflow: inherit !important;
  }

  .cb_header_shinchiku_icon,
  .cb_header_reform_icon {
    height: 58px;
  }

  .cb_header_title {
    width: auto;
  }

  .cb_img img {
    height: 400px;
  }

  * {
    box-sizing: border-box;
  }

  .sp-menu {
    box-sizing: unset;
  }

  .contents_60th .inner,
  .case_wrapper,
  .top_bg_in,
  .k_bg_text2,
  .k_bg_text,
  .top_bg2 .box02,
  .header_case {
    width: 100%;
  }


  .contents_60th {
    margin-top: 20px;
  }

  .inner {
    padding: 0 15px;
  }

  .top_bg_heading {
    font-size: 32px;
  }

  .top_bg_text,
  .k_text02 {
    font-size: 16px;
  }

  .k_heading01 {
    font-size: 22px;
  }

  .k_heading01+.ml50 {
    margin: 0;
  }

  .k_text01 {
    font-size: 20px;
  }

  .k_bg_text {
    margin: 10px 0 0;
  }

  .k_text02 {
    margin-top: 10px;
  }

  .top_bg2 .box01 {
    width: 100%;
    float: none;
    margin: 0 0 30px 0;
  }

  .btn_b {
    padding: 30px 20px;
  }

  .btn_b a {
    width: 100%;
  }

  #footer_area .foot-contact h2 {
    padding: 0;
    font-weight: normal;
  }

  #footer_area .inner,
  #header .inner {
    padding: 0;
  }

  .page-footer .inner {
    margin: 0 5% !important;
    padding: 5% 0 !important;
  }

}