html, body, div, span, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var,b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
margin:0;
padding:0;
border:0;
outline:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
display:block;
}
audio, canvas, progress, video {
display: inline-block; vertical-align: baseline;
}

html {
  -ms-text-size-adjust:100%;
  -webkit-text-size-adjust:100%;
/*  display: flex;
  flex-direction: column;
  height: 100%;*/
}
body {
/*  min-height: 100%;
  display: flex;
  flex-direction: column;*/
  color:#444;
  font-family: sans-serif;
  line-height:1.0;
}

br {letter-spacing:0;}
ul, li {list-style:none;}
img, a img {border:0; text-decoration:none; vertical-align:top;}
mark {background:#ff0; color:#000;}
b, strong {font-weight:bold;}
table {border-collapse:collapse; border-spacing:0;}
td, th {padding:0;}
hr {box-sizing:content-box; height:0;}
button, input, optgroup, select, textarea {color:inherit; font:sans-serif; margin:0;}
button {overflow: visible;}
button, select {text-transform:none;}
button, html input[type="button"], input[type="reset"], input[type="submit"] {-webkit-appearance:button; cursor:pointer;}
input[type="checkbox"], input[type="radio"] {box-sizing:border-box; padding:0;}
textarea {overflow:auto;}

div:after, ul:after {content:""; display:block; clear:both;}
.cf:before,
.cf:after {content:""; display:table;}
.cf:after {clear:both;}
.cf {zoom:1;}

a {background-color:transparent; outline:0;}
a:link    {color:#00963c; text-decoration:none;}
a:visited {color:#00963c; text-decoration:none;}
a:hover   {color:#1a428c; text-decoration:underline;}
a:active  {color:#99CCFF; text-decoration:none;}

/* -------------------------------------------------------
Layout
---------------------------------------------------------- */
.content {
  flex: 1;
}

.ff_ibm {
  font-family: 'IBM Plex Sans JP', sans-serif;
}


/* -------------------------------------------------------
for SmartPhone
---------------------------------------------------------- */
@media only screen and (max-width:959px){
  .pcv {
    display: none;
  }


  body {
    font-family: sans-serif;
    background: #fff;
  }

  .pcv {
    display: none;
  }


  /* TOP ------------------------ */
  .top_intro {
    padding: 8px 8px 0;
    font-size: 10px;
  }

  .top_header h1 {
    padding: 16px 0;
    text-align: center;
  }
  .top_header h1 img {
    width: 200px;
  }

  .sp_main_v {
    position: relative;
  }
  .sp_main_v .top_catch_sp {
    position: absolute;
    top: 64px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    color: #111;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    z-index: 999;
  }
  .top_catch_sp_bg img {
    width: 100%;
  }


  .gnav ul {
    letter-spacing: -0.4em;
    width: 100%;
    text-align: center;
  }
  .gnav ul li {
    letter-spacing: normal;
    display: inline-block;
    width: 48vw;
    box-sizing: border-box;
    border: 1px solid #fff;
  }
  .gnav ul li a {
    display: block;
    height: 48px;
    padding: 0;
    background: #00963c;
    color: #fff;
    text-decoration: none;
    line-height: 48px;
    text-align: center;
  }
  .gnav ul li.ono_e_pc,
  .sub_gnav ul li.ono_e_pc {
    display: none;
  }

  .gnav .ono_e_bn_s,
  .sub_gnav .ono_e_bn_s {
    padding: 16px 0;
    text-align: center;
  }

  .top_topics {
    margin: 32px 0;
    padding: 0 16px;
  }
  .topics_t {
    margin: 0 0 16px;
    padding: 0 0 8px;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
  }

  .topics_list .scroll_y {
    height: 200px;
    overflow-y: scroll;
  }


  .topics_list dl {
    margin: 0 0 16px;
  }
  .topics_list dl + dl {
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px dotted #ccc;
  }
  .topics_list dt {
    margin: 0 0 8px;
    font-size: 12px;
  }
  .topics_list dd {
    line-height: 1.5;
  }

  .top_info {
    margin-top: 32px;
  }
  .top_info .t_i_inner {
    padding: 16px;
    font-size: 1em;
    line-height: 1.6;
  }
  .t_i_title {
    color: #f00;
  }
  .t_i_ul {
    border-bottom: 1px solid #333;
  }

  .top_fb {
    margin: 32px 0 0;
    text-align: center;
  }
  .top_fb img {
    width: 100%;
    max-width: 380px;
  }

  .top_insta {
    text-align: center;
  }
  .top_insta img {
    width: 48px;
  }
  .top_insta p {
    margin-top: 16px;
  }

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


  .top_footer-inner {
    margin: 32px 0 0;
    padding: 16px;
    background: #eee;
  }
  .top_footer-inner p {
    font-size: 14px;
    line-height: 1.8;
  }
  .top_footer-inner p span {
    display: block;
  }
  .top_footer-inner .com_name {
    font-size: 16px;
  }
  .top_footer-inner .telnum a {
    font-size: 18px;
    font-weight: bold;
  }


  /* SUB ------------------------ */
  .sub_intro {
    padding: 8px 8px 0;
    font-size: 10px;
  }
  .title {
    padding: 16px 0;
    text-align: center;
  }
  .title img {
    width: 200px;
  }

  /*
  .sub_gnav {}
  .sub_gnav ul {
  }
  .sub_gnav ul li {
    float: left;
    width: 50vw;
    box-sizing: border-box;
    border: 1px solid #fff;
  }
  .sub_gnav ul li a {
    display: block;
    height: 48px;
    background: #00963c;
    color: #fff;
    text-decoration: none;
    line-height: 48px;
    text-align: center;
  }
  */

  .sub_gnav ul {
    letter-spacing: -0.4em;
    width: 100%;
    text-align: center;
  }
  .sub_gnav ul li {
    letter-spacing: normal;
    display: inline-block;
    width: 48vw;
    box-sizing: border-box;
    border: 1px solid #fff;
  }
  .sub_gnav ul li a {
    display: block;
    height: 48px;
    padding: 0;
    background: #00963c;
    color: #fff;
    text-decoration: none;
    line-height: 48px;
    text-align: center;
  }


  .box-inner {
    margin: 32px 0 0;
  }

  .page_title {
    margin: 0 0 32px;
    text-align: center;
  }
  .page_title h1,
  .page_title .nonh {
    display: inline-block;
    padding: 0 0 .2em;
    border-bottom: 1px solid #333;
    font-size: 140%;
  }
  .page_title h1,
  .page_title .nonh {
    font-size: 24px;
    font-weight: normal;
  }
  .page_title span {
    display: block;
    padding: 1em 0 0;
    font-size: 12px;
  }

  .entry_body {
    padding: 0 8px;
  }

  .hedding_h2 {
    text-align: center;
  }
  .hedding_h2 h2 {
    margin: 0 0 1em;
    font-size: 120%;
    font-weight: bold;
  }


  /* 新築住宅 */
  .works_list ul {
    width: 100%;
  }
  .works_list ul li {
    margin: 0 0 32px;
    padding: 0 16px;
    text-align: center;
  }
  .works_list ul li img {
    width: 100%;
    max-width: 480px;
  }
  .works_list ul li a {
    color: #333;
    text-decoration: none;
  }
  .works_list ul li a:hover {
    color: #00963c;
  }
  .w_img {
    margin: 0 0 8px;
  }
  .w_des {
    font-size: 12px;
  }

  .works_detail .wd_img {
    font-size: 90%;
    text-align: center;
  }
  .works_detail .wd_img .img-w,
  .works_detail .wd_img .img-h {
    margin: 0 0 32px;
  }
  .works_detail .wd_img .img-w img {
    width: 100%;
    max-width: 600px;
  }
  .works_detail .wd_img .img-h img {
    width: 100%;
    max-height: 600px;
  }
  .works_detail .wd_img .img-m span {
    display: block;
    margin: 0 0 32px;
  }
  .works_detail .wd_img .img-m img {
    width: 280px;
  }
  .works_detail .wd_img img {
  margin-bottom: 8px;
  }

  .wd_catch {
    margin: 0 0 1em;
    padding: 0 0 .5em;
    border-bottom: 1px solid #333;
    font-size: 24px;
    font-weight: normal;
    line-height: 1.4;
  }
  .wd_txt p {
    font-size: 14px;
    line-height: 1.8;
  }

  /* リフォーム */
  .reform_t-outer {
    text-align: center;
  }
  .reform_t {
    display: inline-block;
    margin: 0 0 2em;
    font-size: 120%;
    font-weight: normal;
  }
  .reform_intro {
    margin: 0 0 1.5em;
    line-height: 1.8;
    text-align: center;
  }
  .r_img {
    padding: 0 8px;
    text-align: center;
  }
  .r_img img {
    width: 100%;
    max-width: 480px;
    max-height: 480px;
  }
  .r_img p {
    padding: .5em 0 0;
    font-size: 14px;
  }
  /*
  .r_img .tate {
    width: auto;
    max-height: 480px;
  }
  */
  .r_txt {
    margin: 2em 0 0;
    line-height: 1.8;
  }

  /* 不動産 */
  .es_txt .es_catch {
    margin: 0 0 1em;
    padding: 0 0 .5em;
    border-bottom: 1px solid #333;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.4;
  }
  .es_txt table {
    width: 100%;
    border: 1px solid #ddd;
  }
  .es_txt th,
  .es_txt td {
    padding: 1em;
    border-bottom: 1px solid #ddd;
    font-size: 80%;
    font-weight: normal;
    line-height: 1.6;
    text-align: left;
  }
  .es_txt th {
    white-space: nowrap;
    background: #f7f7f7;
    vertical-align: middle;
  }

  /* 大谷石 */
  .oy_intro {
    line-height: 1.8;
  }
  .oy_box {
    margin: 32px 0 0;
    text-align: center;
  }
  .oy_box .oy_img {
    margin: 0 0 16px;
    padding: 0 16px;
  }
  .oy_box .oy_img img {
    width: 100%;
    max-width: 640px;
  }
  .oy_box p {
    padding: 0 1em;
    line-height: 1.5;
    text-align: left;
  }


  /* 会社概要 */
  .rinen_img {
    margin: 0 0 32px;
    text-align: center;
  }
  .rinen_img img {
    width: 100%;
    max-width: 640px;
  }

  .rinen_txt_box p {
    font-size: 100%;
    line-height: 2.0;
  }


  .company_info {
    margin: 80px 0 0;
  }
  .company_info table {
    width: 100%;
    border-top: 1px dotted #ccc;
    line-height: 1.6;
  }
  .company_info th {
    padding: 1em 1em 1em 0;
    border-bottom: 1px dotted #ccc;
    font-weight: normal;
    white-space: nowrap;
  }
  .company_info td {
    padding: 1em 0;
    border-bottom: 1px dotted #ccc;
  }
  .company_info td .telnum {
    font-weight: bold;
  }
  .company_info td .spbr {
    display: block;
  }

  .maparea {
    margin: 80px 0 0;
  }

  .maparea iframe {
    width: 100%;
    height: 240px;
  }


  /* 進行中 */
  .progress_block {
    margin-top: 56px;
    padding-top: 56px;
    border-top: 1px dotted #ccc;
    text-align: center;
  }
  .progress_block:first-child {
    margin-top: 0;
  }
  .p_spec {
    margin-bottom: 32px;
  }
  .p_catch_outer {
    text-align: center;
  }
  .p_spec_title {
    padding: 16px;
    background: #f5f5f5;
  }
  .p_catch {
    display: inline-block;
    margin: 0 0 .5em;
    font-size: 24px;
    font-weight: normal;
    line-height: 1.4;
  }
  .p_spec .category {
    font-size: 14px;
  }
  .p_spec p {
    margin-top: 1em;
    padding: 0 1em;
    font-size: 90%;
    line-height: 1.8;
    text-align: left;
  }
  .p_img {
    text-align: center;
  }
  .p_img .img-w,
  .p_img .img-h {
    margin-bottom: 16px;
  }
  .p_img .img-w img {
    max-width: 300px;
  }
  .p_img .img-h img {
    max-height: 300px;
  }
  .ud_date {
    font-size: 11px;
    letter-spacing: 1px;
    text-align: center;
  }


  /* 2023jutaku-syoene */
  .box-inner.jutakusyoene img {
    max-width: 100%;
    height: auto;
  }
  .jutakusyoene_title_wrap {
    padding-right: 10px;
    padding-left: 10px;
    color: #333;
    text-align: center;
  }
  .jutakusyoene_title_wrap .title_intro {
    margin-bottom: 1em;
    color: #111;
    font-size: 20px;
    font-weight: bold;
  }
  .jutakusyoene_catch {
    margin-top: 24px;
    text-align: center;
  }
  .jutakusyoene_att {
    margin: 16px 16px;
    padding: 1em;
    background-color: #fff9f0;
    border: 2px solid #f49629;
    line-height: 1.8;
  }

  .syoene_category {
    width: 100%;
    max-width: 300px;
    margin: 40px auto;
  }
  .syoene_category li {
    text-align: center;
  }
  .syoene_category li img {
    max-width: 100%;
    height: auto;
  }
  .syoene_category li + li {
    margin-top: 1em;
  }

  .syoene_section {
    padding: 80px 0;
  }
  .syoene_section.mado {
    background-color: #f0f6fc;
  }
  .syoene_section.kodomo {
    background-color: #faeeed;
  }
  .syoene_section.kyuto {
    background-color: #fef4e9;
  }

  .syoene_body {
    padding-right: 10px;
    padding-left: 10px;
  }
  .syoene_d_title {
    text-align: center;
  }
  .syoene_d_title .sub_title {
    margin-top: 1em;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
  }
  .syoene_body .txt_block {
    margin-top: 2em;
    margin-bottom: 2em;
    line-height: 1.8;
  }
  .syoene_body .gaiyo {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 1.5em 1em;
    background-color: #fff;
    border-radius: 16px;
    line-height: 1.8;
  }
  .syoene_body .gaiyo dt {
    font-weight: bold;
  }
  .syoene_body .gaiyo dd {
    padding-left: 1.5em;
  }
  .syoene_body .gaiyo dd + dt {
    margin-top: 1.5em;
  }
  .syoene_body .gaiyo ul.list_disc {
    padding-left: 1em;
  }
  .syoene_body .gaiyo ul.list_disc li {
    list-style: disc;
  }

  .syoene_body .sanko_flx {
  }
  .syoene_body .sanko_flx .flx_3col + .flx_3col {
    margin-top: 24px;
  }
  .syoene_body .sanko_flx img {
    max-width: 100%;
    height: auto;
  }
  .syoene_body .official_link {
    margin-top: 40px;
    padding: 1.5em 0;
    background-color: #fff;
    text-align: center;
  }
  .official_link .arrow_d {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }

  .jutakusyoene_cta_wrap {
    margin-top: 40px;
    text-align: center;
  }
  .jutakusyoene_cta {
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
  }
  .jutakusyoene_cta_phone {
    margin-top: 24px;
    padding-right: 16px;
    padding-left: 16px;
    font-size: 24px;
    text-align: center;
  }
  .jutakusyoene_cta_phone a {
    display: block;
    padding: 1em 0;
    background-color: #00963c;
    border-radius: 8px;
    color: #fff;
    text-decoration: none;
  }

  /* footer */
  .sub_footer-inner {
    margin: 32px 0 0;
    padding: 16px;
    background: #eee;
  }
  .sub_footer-inner p {
    font-size: 14px;
    line-height: 1.8;
  }
  .sub_footer-inner p span {
    display: block;
  }
  .sub_footer-inner .com_name {
    font-size: 16px;
  }
  .sub_footer-inner .telnum a {
    font-size: 18px;
    font-weight: bold;
  }
  .sub_footer .cp {
    padding: 1em 0;
    background: #00963c;
    color: #fff;
    font-size: 10px;
    text-align: center;
  }

  .spmgt16 {margin-top: 16px;}

}/* end SP */




/* -------------------------------------------------------
for PC
---------------------------------------------------------- */
@media only screen and (min-width:960px){
  .spv {
    display: none;
  }


  body {
    /*background: url(images/sample1.jpg) no-repeat center center;*/
    /*background-attachment: fixed;*/
    font-family: Verdana, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, sans-serif;
    zoom:1;
  }

  .spv {
    display: none;
  }

  /* TOP ------------------------ */
  .top_intro {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
  }
  .top_intro p {
    padding: 8px 0 0 32px;
    font-size: 12px;
  }

  .top_full_box {
    position: relative;
    box-sizing: border-box;
    width: 100vw;
    height: auto;
    min-height: 100vh;
    /*background: url(images/sample1.jpg) no-repeat center center;*/
    border: 32px solid #fff;
  }

  .top_header {
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
  }
  .top_header h1 {
    padding: 0 16px 16px 0;
  }
  .top_header h1 img {
    width: 200px;
  }

  .gnav {
    position: absolute;
    right: 16px;
    top: 16px;
  }
  .gnav ul {
    letter-spacing: -0.4em;
  }
  .gnav ul li {
    letter-spacing: normal;
    display: inline-block;
    margin: 0 0 0 1em;
    font-size: 14px;
  }
  .gnav ul li a {
    display: block;
    padding: 1em 1em;
    background: rgba(255,255,255,0.3);
    color: #333;
    text-decoration: none;
    transition: all .5s;
  }
  .gnav ul li a:hover {
    background: rgba(255,255,255,0.8);
    color: #00963c;
  }
  .gnav .ono_e_bn_s,
  .sub_gnav .ono_e_bn_s{
    display: none;
  }

  .catch {
    margin: 200px 0 0;
    text-align: center;
  }
  .catch p {
    color: #000;
    font-size: 32px;
    font-weight: bold;
  }

  .top_topics {
    position: absolute;
    bottom: 48px;
    left: 16px;
  }


  .top_topics-inner {
    width: 500px;
    margin: 0 16px 0 0;
    /*background: rgba(255,255,255,0.7);*/
  }
  .topics_list .scroll_y {
    height: 149px;
    overflow-y: scroll;
  }
  .scroll_y::-webkit-scrollbar{
    width: 10px;
  }
  .scroll_y::-webkit-scrollbar-track{
    background: #fff;
    border-left: solid 1px #ececec;
  }
  .scroll_y::-webkit-scrollbar-thumb{
    background: #ccc;
    border-radius: 10px;
    box-shadow: inset 0 0 0 2px #fff;
  }
  .topics_list dl {
    display: table;
    width: 100%;
    margin: 0 0 1px;
  }
  .topics_list dt {
    display: table-cell;
    width: 108px;
    background: rgba(0,147,83,0.7);
    color: #fff;
    font-size: 12px;
    text-align: center;
    vertical-align: middle;
  }
  .topics_list dd {
    display: table-cell;
    box-sizing: border-box;
    padding: 1em;
    background: rgba(255,255,255,0.7);
    font-size: 14px;
    line-height: 1.5;
  }
  .topics_list dd a {
    text-decoration: underline;
  }
  .topics_list dd a:hover {
    text-decoration: none;
  }


  .top_info {
    position: absolute;
    bottom: 220px;
    left: 16px;
    width: 500px;
  }
  .top_info .t_i_inner {
    padding: 16px;
    background: rgba(255,255,255,0.7);
    font-size: 14px;
    line-height: 1.7;
  }
  .t_i_title {
    color: #f00;
  }
  .t_i_ul {
    border-bottom: 1px solid #333;
  }


  .top_fb {
    position: absolute;
    right: 16px;
    bottom: 48px;
    width: 380px;
  }
  .top_p_link {
    position: absolute;
    right: 16px;
    bottom: 48px;
    width: 240px;
    overflow: hidden;
  }
  .top_p_link_t {
    margin-bottom: 8px;
    color: #fff;
    font-weight: bold;
  }
  .top_p_link .thumb img {
    width: 100%;
  }
  .top_p_link .thumb img:hover {
    opacity: .8;
  }
  .top_insta {
    position: absolute;
    right: 16px;
    bottom: 48px;
    /*width: 300px;*/
  }
  .top_insta img {
    width: 64px;
  }
  .top_column {
    position: absolute;
    right: 80px;
    bottom: 48px;
  }
  .top_column img {
    height: 64px;
  }
  .top_jutakusyoene_btn {
    position: absolute;
    right: 32px;
    bottom: 140px;
    width: 200px;
    height: 200px;
  }
  .top_jutakusyoene_btn img {
    max-width: 100%;
    height: auto;
  }

  .top_footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    /*height: 32px;*/
    background: #fff;
    z-index: 100;
  }
  .top_footer-inner {
    width: 100%;
    box-sizing: border-box;
  }
  .top_footer-inner p {
    padding: 16px 0 0;
    color: #666;
    font-size: 14px;
  }
  .top_footer-inner .address {
    display: inline-block;
    margin: 0 0 0 1em;
    font-size: 12px;
  }
  .top_footer-inner .telnum {
    display: inline-block;
    margin: 0 0 0 1em;
    font-size: 12px;
  }



  /* SUB ------------------------ */
  .sub_intro {
    width: 960px;
    margin: 0 auto;
  }
  .sub_intro p {
    padding: 8px 0;
    font-size: 12px;
  }

  .sub_header {
    width: 100%;
    min-width: 960px;
    background: #fff;
    border-bottom: 1px solid #eee;
  }
  .sub_header-inner {
    position: relative;
    width: 960px;
    height: 100px;
    margin: 0 auto;
  }
  .title {
    position: absolute;
    top: 24px;
    left: 0;
  }
  .title img {
    width: 200px;
  }
  .sub_nav {
    position: absolute;
    right: 0;
    bottom: 16px;
  }
  .sub_gnav ul {
    letter-spacing: -0.4em;
  }
  .sub_gnav ul li {
    letter-spacing: normal;
    display: inline-block;
  }
  .sub_gnav ul li a {
    display: block;
    height: 56px;
    padding: 0 2em;
    background: #fff;
    font-size: 14px;
    line-height: 56px;
    text-decoration: none;
    transition: all .5s;
  }
  .sub_gnav ul li a:hover {
    background: #00963c;
    color: #fff;
  }


  .box-inner {
    padding: 64px 0;
  }

  .page_title {
    text-align: center;
  }
  .page_title h1,
  .page_title .nonh {
    font-size: 30px;
    font-weight: normal;
  }
  .page_title span {
    display: block;
    padding: 1em 0 0;
    font-size: 12px;
  }

  .entry_body {
    width: 960px;
    margin: 56px auto 0;
  }

  .hedding_h2 {
    text-align: center;
  }
  .hedding_h2 h2 {
    margin: 0 0 1em;
    font-size: 24px;
    font-weight: normal;
  }


  /* 新築住宅 */
  .works_list ul {
    letter-spacing: -0.4em;
    width: 100%;
    margin: 0 -30px 0 0;
  }
  .works_list ul li {
    letter-spacing: normal;
    display: inline-block;
    box-sizing: border-box;
    width: 300px;
    margin: 0 16px 40px 0;
  }
  .works_list ul li a {
    color: #333;
    text-decoration: none;
  }
  .works_list ul li a:hover {
    color: #00963c;
  }

  .w_img {
    width: 300px;
    /*height: 220px;*/
    height: 200px;
    overflow: hidden;
    margin: 0 auto 12px;
    /*background: #000;*/
  }
  .w_img img {
    width: 100%;
    /*opacity: 1.0;*/
    -webkit-transition: all 1s ease-out;
    transition: all 1s ease-out;
  }
  .w_img img:hover {
    /*opacity: 0.5;*/
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
  }

  .w_des {
    width: 300px;
    margin: 0 auto;
    font-size: 12px;
  }

  .works_detail {
    display: flex;
    flex-direction: row-reverse;
  }
  .works_detail .wd_img {
    box-sizing: border-box;
    width: 660px;
    padding: 0 0 0 60px;
    overflow: hidden;
    font-size: 14px;
  }
  .works_detail .wd_img .img-w,
  .works_detail .wd_img .img-h,
  .works_detail .wd_img .img-m {
    margin: 0 0 32px;
  }
  .works_detail .wd_img .img-h {
    text-align: center;
  }
  .works_detail .wd_img .img-w img {
    width: 600px;
  }
  .works_detail .wd_img .img-h img {
    height: 600px;
  }
  .works_detail .wd_img .img-m span {
    display: inline-block;
    margin: 0 10px 0 0;
  }
  .works_detail .wd_img .img-m img {
    width: 280px;
  }
  .works_detail .wd_img img {
  margin-bottom: 8px;
  }

  .works_detail .wd_txt {
    width: 300px;
  }
  .wd_catch {
    margin: 0 0 1em;
    padding: 0 0 .5em;
    border-bottom: 1px solid #333;
    font-size: 24px;
    font-weight: normal;
    line-height: 1.4;
  }
  .wd_txt p {
    font-size: 14px;
    line-height: 1.8;
  }


  /* リフォーム */
  .reform_t-outer {
    margin: 0 0 2em;
    text-align: center;
  }
  .reform_t {
    display: inline-block;
    padding: 0 0 .5em;
    border-bottom: 1px solid #333;
    font-size: 20px;
    font-weight: normal;
  }
  .reform_intro {
    margin: 0 0 1.5em;
    line-height: 1.8;
    text-align: center;
  }
  .r_img {
    text-align: center;
  }
  .r_img p {
    padding: .5em 0 0;
    font-size: 14px;
  }
  .r_txt {
    margin: 2em 0 0;
    line-height: 1.8;
  }


  /* 不動産 */
  .works_detail .es_txt {
    width: 300px;
  }
  .es_txt .es_catch {
    margin: 0 0 1em;
    padding: 0 0 .5em;
    border-bottom: 1px solid #333;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.4;
    text-align: left;
  }
  .es_txt table {
    width: 100%;
    border: 1px solid #ddd;
  }
  .es_txt th,
  .es_txt td {
    padding: 1em;
    border-bottom: 1px solid #ddd;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.6;
    text-align: left;
  }
  .es_txt th {
    white-space: nowrap;
    background: #f7f7f7;
    vertical-align: middle;
  }


  /* 大谷石 */
  .oy_intro {
    line-height: 1.8;
  }
  .oy_box {
    margin: 48px 0 0;
    text-align: center;
  }
  .oy_box .oy_img {
    margin: 0 0 16px;
  }



  /* 会社概要 */
  .rinen_img {
    margin: 0 0 32px;
    text-align: center;
  }
  .rinen_txt_box {
    width: 720px;
    margin: 0 auto;
  }
  .rinen_txt_box p {
    font-size: 100%;
    line-height: 2.0;
  }


  .company_info {
    margin: 80px 0 0;
  }
  .company_info table {
    width: 100%;
    border-top: 1px dotted #ccc;
    line-height: 1.6;
  }
  .company_info th {
    width: 160px;
    padding: 1em 0;
    border-bottom: 1px dotted #ccc;
    font-weight: normal;
  }
  .company_info td {
    padding: 1em 0;
    border-bottom: 1px dotted #ccc;
  }
  .company_info td .telnum {
    font-weight: bold;
  }

  .maparea {
    margin: 80px 0 0;
  }

  .maparea iframe {
    width: 100%;
    height: 400px;
  }


  /* 進行中 */
  .progress_block {
    text-align: center;
  }
  .progress_block + .progress_block {
    margin-top: 56px;
    padding-top: 56px;
    border-top: 1px dotted #ccc;
  }
  .p_spec {
    margin-bottom: 32px;
  }
  .p_catch_outer {
    text-align: center;
  }
  .p_catch {
    display: inline-block;
    margin: 0 0 1em;
    padding: 0 0 .5em;
    border-bottom: 1px solid #333;
    font-size: 24px;
    font-weight: normal;
    line-height: 1.4;
  }
  .p_spec .category {
    margin-bottom: 1em;
    font-size: 14px;
  }
  .p_spec p {
    font-size: 14px;
    line-height: 1.8;
  }
  .p_img {
    text-align: center;
  }
  .p_img .img-w,
  .p_img .img-h {
    display: inline-block;
    vertical-align: top;
  }
  .p_img .img-w img {
    width: 400px;
  }
  .p_img .img-h img {
    height: 300px;
  }
  .ud_date {
    margin-top: 16px;
    font-size: 11px;
    letter-spacing: 1px;
    text-align: center;
  }

  /* 2023jutaku-syoene */
  .jutakusyoene_title_wrap {
    color: #333;
    text-align: center;
  }
  .jutakusyoene_title_wrap .title_intro {
    margin-bottom: 1em;
    color: #111;
    font-size: 24px;
    font-weight: bold;
  }
  .jutakusyoene_catch {
    margin-top: 40px;
    text-align: center;
  }
  .jutakusyoene_att {
    width: 800px;
    margin: 56px auto;
    padding: 1em;
    background-color: #fff9f0;
    border: 2px solid #f49629;
    line-height: 1.8;
  }

  .syoene_category {
    display: flex;
    justify-content: space-between;
    width: 960px;
    margin: 0 auto 80px;
  }
  .syoene_category li {
    width: 300px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
  }
  .syoene_category li img {
    max-width: 100%;
    height: auto;
  }

  .syoene_section {
    padding: 100px 0;
  }
  .syoene_section.mado {
    background-color: #f0f6fc;
  }
  .syoene_section.kodomo {
    background-color: #faeeed;
  }
  .syoene_section.kyuto {
    background-color: #fef4e9;
  }

  .syoene_body {
    width: 800px;
    margin: 0 auto;
  }
  .syoene_d_title {
    text-align: center;
  }
  .syoene_d_title .sub_title {
    margin-top: 1em;
    font-size: 20px;
    font-weight: bold;
  }
  .syoene_body .txt_block {
    margin-top: 2em;
    margin-bottom: 2em;
    line-height: 1.8;
  }
  .syoene_body .gaiyo {
    width: 800px;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 2em;
    background-color: #fff;
    border-radius: 16px;
    line-height: 1.8;
  }
  .syoene_body .gaiyo dt {
    font-weight: bold;
  }
  .syoene_body .gaiyo dd {
    padding-left: 1.5em;
  }
  .syoene_body .gaiyo dd + dt {
    margin-top: 1.5em;
  }
  .syoene_body .gaiyo ul.list_disc {
    padding-left: 1em;
  }
  .syoene_body .gaiyo ul.list_disc li {
    list-style: disc;
  }

  .syoene_body .sanko_flx {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
  }
  .syoene_body .sanko_flx.around {
    justify-content: space-around;
  }
  .syoene_body .sanko_flx .flx_3col {
    width: 30%;
  }
  .syoene_body .sanko_flx img {
    max-width: 100%;
    height: auto;
  }
  .syoene_body .official_link {
    margin-top: 40px;
    padding: 1.5em 0;
    background-color: #fff;
    text-align: center;
  }

  .jutakusyoene_cta_wrap {
    margin-top: 40px;
    text-align: center;
  }
  .jutakusyoene_cta {
    font-size: 120%;
    font-weight: bold;
    text-align: center;
  }
  .jutakusyoene_cta_phone {
    margin-top: 24px;
    font-size: 32px;
    text-align: center;
  }
  .jutakusyoene_cta_phone a[href^="tel:"] {
    pointer-events: none;
  }

  /* footer */
  .sub_footer {
    width: 100%;
    min-width: 960px;
    background: #f1f1f1;
    /*border-top: 1px solid #e5e5e5;*/
  }

  .sub_footer-inner {
    width: 960px;
    margin: 0 auto;
    padding: 32px 0;
  }
  .sub_footer-inner p {
    color: #666;
    font-size: 14px;
  }
  .sub_footer-inner .address {
    display: inline-block;
    margin: 0 0 0 1em;
    font-size: 12px;
  }
  .sub_footer-inner .telnum {
    display: inline-block;
    margin: 0 0 0 1em;
    font-size: 12px;
  }
  .sub_footer .cp {
    padding: 1em 0;
    background: #00963c;
    color: #fff;
    font-size: 10px;
    text-align: center;
  }


  .pcmgt32 {margin-top: 32px;}


}/* end PC */



/* -------------------------------------------------------
Common
---------------------------------------------------------- */
.fs80 {font-size:80%;}
.fs90 {font-size:90%;}
.fs100 {font-size:100%;}
.fs120 {font-size:120%;}
.fs150 {font-size:150%;}
.fs10px {font-size:10px;}
.fs11px {font-size:11px;}
.fs12px {font-size:12px;}
.fs13px {font-size:13px;}
.fs14px {font-size:14px;}
.fs15px {font-size:15px;}
.fs16px {font-size:16px;}
.fs17px {font-size:17px;}
.fs18px {font-size:18px;}

.lh15 {line-height:1.5;}
.lh16 {line-height:1.6;}
.lh17 {line-height:1.7;}
.lh18 {line-height:1.8;}
.lh20 {line-height:2.0;}

.mgb5 {margin-bottom:5px;}
.mgb10 {margin-bottom:10px;}
.mgb15 {margin-bottom:15px;}
.mgb20 {margin-bottom:20px;}
.mgb30 {margin-bottom:30px;}
.mgb40 {margin-bottom:40px;}
.mgb50 {margin-bottom:50px;}
.mgb80 {margin-bottom:80px;}
.mgb100 {margin-bottom:100px;}
.mgb05em {margin-bottom:0.5em;}
.mgb1em {margin-bottom:1em;}
.mgb15em {margin-bottom:1.5em;}
.mgb2em {margin-bottom:2em;}

.pdlr10 {padding:0 10px;}
.pdlr20 {padding:0 20px;}
.pdlr30 {padding:0 30px;}
.pdlr1em {padding:0 1em;}
.pdlr2em {padding:0 2em;}

.tac {text-align:center;}
.tal {text-align:left;}
.tar {text-align:right;}

.fwb {font-weight:bold;}
