@charset "utf-8";
/* CSS Document */

/*==========================================
 会社案内
===========================================*/

/*会社案内ヘッダー*/
.company_ttl_area {
  margin-bottom: 60px;
}

@media screen and (max-width: 640px) {
.company_ttl_area {
  margin-bottom: 30px;
}
}
.company_ttl_img {
  background: url(../img/other/company_img01.jpg) no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  height: 0;
  padding-bottom: 32.1%;
  position: relative;
}
.company_ttl_img img {
  position: absolute;
  top: 10%;
}

@media screen and (max-width: 640px) {
.company_ttl_img img {
  left: 1%;
  width: 98%;
}
}

/*メッセージ*/
.company_message_area {
  margin-bottom: 60px;
}
@media screen and (max-width: 640px) {
.company_message_area {
  margin-bottom: 40px;
}
}
.company_message_txt {
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1.8;
  margin-bottom: 40px;
}

@media screen and (max-width: 640px) {
.company_message_txt {
  margin-bottom: 20px;
  padding: 0 2%;
}
}
/*プロフィール*/
.company_profile_ul {
  margin-bottom: 60px;
}

@media screen and (max-width: 640px) {
.company_profile_ul {
  margin-bottom: 30px;
}
}
.company_profile_li {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.6;
  border-bottom: 1px dotted #d2d2d2;
  align-items: center;
}

@media screen and (max-width: 640px) {
.company_profile_li:nth-child(2n) {
  background: rgba(104,128,146,0.1);
}
}

@media screen and (max-width: 480px) {
.company_profile_li.flex00 {
  display: block;
}
}
.c_profile_ttl {
 flex-basis: calc(100% * 2/12);
  padding: 24px 0 24px 2%;
  font-weight: 500;
}

@media screen and (max-width: 480px) {
.c_profile_ttl {
  padding: 12px 0 12px 4%;
  font-weight: bold;
}
}
.c_profile_txt {
 flex-basis: calc(100% * 10/12);
  padding: 24px 2% 24px 4%;
  font-weight: 500;
  font-size: 14px;
}

@media screen and (max-width: 480px) {
.c_profile_txt {
  padding: 0px 4% 12px 4%;
}
}
.c_profile_txt.flex00 .c_profile_txt_p {
  margin-right: 20%;
}

@media screen and (max-width: 767px) {
.c_profile_txt.flex00 .c_profile_txt_p {
  margin-right: 0%;
  margin-bottom: 8px;
}
.c_profile_txt.flex00 .content_btn {
  text-align: center;
  width: 100%;
}
}
.c_p_tel a {
  color: #000;
  display: inline-block;
}

@media screen and (min-width: 768px) {
.c_p_tel a {
  cursor: default;
  pointer-events: none;
}
}
.c_p_tel .span {
  display: inline-block;
  font-weight: 500
}

@media screen and (max-width: 480px) {
.c_profile_ttl .span {
  font-weight: bold;
}
}
.c_p_mail a img {
  vertical-align: middle;
}
/*地図*/
#map {
  margin-top: -60px;
  padding-top: 60px;
}
#map_canvas {
  width: 100%;
  height: 400px;
  margin-bottom: 40px;
}
.map_blc{
  width: 100%;
  height: 400px;
  margin-bottom: 40px;
}
.map .content_btn {
  letter-spacing: 0.05em;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
.map {
  width: 100%;
  margin: 0 auto;
}
#map_canvas {
  width: 100%;
  margin: 20px auto;
}
  .map_blc{
  width: 100%;
  margin: 20px auto;
}
}
/*==========================================
 Tポイント
===========================================*/
.t_point_ttl_area {
  margin-bottom: 40px;
}
.t_point_ttl_img {
  text-align: center;
}
.t_point_txt {
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1.8;
  margin-bottom: 40px;
  text-align: center;
}
.t_point_txt_img {
  text-align: center;
  margin-bottom: 60px;
}
.t_point_link_area {
  text-align: center;
}
.t_point_link_wrap {
  text-align: center;
  border: 1px solid #688092;
  border-radius: 5px;
  display: inline-block;
  padding: 40px 10%;
}

@media screen and (max-width: 767px) {
.t_point_link_wrap {
  width: 100%;
  padding: 30px 2%;
}
}
.t_point_link_ttl {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
.t_point_link_ttl {
  font-size: 20px;
}
}

@media screen and (max-width: 640px) {
.t_point_link_ul {
  display: block;
}
}
.t_point_link_li {
  flex-basis: 46%;
  margin: 0 2%;
}

@media screen and (max-width: 640px) {
.t_point_link_li {
  margin: 0 2% 8px;
}
}
.t_point_link_li a {
  display: inline-block;
  padding: 8px 6%;
  width: 100%;
  font-size: 20px;
  color: #0e2e6f;
  border: 1px solid rgba(104,128,146,0);
  background: rgba(104,128,146,0.3);
}
.t_point_link_li a:hover {
  background: #688092;
  color: #fff;
}
/*==========================================
 工事の流れ
===========================================*/
@media screen and (max-width: 480px) {
.flow_ul {
  padding: 0 3%;
}
}
.flow_li {
/*  margin-bottom: 40px;
  position: relative;
  padding-bottom: 40px;*/
  flex-basis: calc(76% * 1/3);
  position: relative;
  margin-right: 8%;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
.flow_li {
 flex-basis: calc(84% * 1/2);
}
}

@media screen and (max-width: 480px) {
.flow_li {
 flex-basis: calc(100% * 1/1);
  margin-right: 0%;
}
}
.flow_li:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -18%;
  margin: auto;
  background: url(../img/other/kouji/meetflow_arrow.png) no-repeat bottom;
  transform: rotate(-90deg);
  width: 100%;
  z-index: -1000;
}

@media screen and (max-width: 767px) {
.flow_li:after {
  right: -12%;
}
}

@media screen and (max-width: 480px) {
.flow_li:after {
  transform: rotate(0deg);
  bottom: -80px;
  height: 100%;
  left: 0;
  right: 0;
}
}
.flow_li:last-child:after {
  content: normal;
}
.flow_flex_num {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 28px;
  letter-spacing: 8px;
  color: #cccccc;
  margin-bottom: 16px;
}
.flow_flex_ttl {
  font-weight: bold;
  letter-spacing: 0.1em;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  margin-bottom: 8px;
  line-height: 1.2;
}
.flow_flex_img {
}
.flow_flex_img a {
  display: inline-block;
  width: 100%;
}
.flow_li.last_blc{
  margin-right: 0;
  flex-basis: calc(100% * 1/1);
  text-align: center;
}
.flow_li .flow_flex_ttl{
  margin-bottom: 16px;
}
.flow_li .flow_flex_img a{
  max-width: 500px;
}
/*==========================================
 CMSフレームページ共通
===========================================*/

.cms_frame .content_ttl_area {
  margin-bottom: 0;
}
.cms_frame .company_ttl_area {
    margin-bottom: 30px;
}
.cms_frame h3.page_title_bg {
    margin-bottom: 0px;
}
.Template-reform-detail-tit{
  border: none;
}
.Template-reform-detail-text{
  border: none;
}


.icon_new {

  background: #EB9D2E;
}
h3.page_title_bg {
  font-size: 31px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 50px;
  font-weight: normal;
}
.img_comment {
  font-size: 12px;
  text-align: right;
  padding: 0 2%;
}
.responsive-wrap ul li .img-box a {
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
.responsive-wrap ul li .img-box a:hover img {
  opacity: 0.7;
}
ul.third li:nth-child(1) {
  width: 33.33%;
}
ul.third li:nth-child(2) {
  width: 33.33%;
}
ul.third li:nth-child(3) {
  width: 33.33%;
}
ul.third {
  margin: 0 auto;
}
/*施工事例*/
.responsive-wrap p {
  font-size: 16px;
  padding-top: 10px;
}
.responsive-article {
  margin: 0 auto;
}
ul.single {
  margin: 0 auto;
}
h3.inner-tit {
  font-size: 16px;
  margin-bottom: 10px;
}

@media screen and (max-width:767px) {
h3.inner-tit {
  font-size: 14px;
  margin-bottom: 5px;
}
}
.single li {
  padding-top: 20px;
}
.section-border {
  padding-top: 0px;
}
.lb-nav a.lb-next {
  z-index: 9999999;
}
ul.triple {
  margin-top: 40px;
}
/*==========================================
 受注フレームページ共通
===========================================*/
.tabbox li {
  border-bottom: 1px dashed #DBDBDB;
  padding: 12px 0 12px 0;
  font-weight: 500;
  text-indent: 3px;
}
.tabbox li a {
  color: #444;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.tabbox li a:hover {
  opacity: 0.8;
  padding-left: 1%;
}
div#main {
  max-width: 960px;
  margin: 0 auto;
  min-height: 1000px;
  height: auto;
}
.main_wrap {
  background-image: url(../img/bg_bottom.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% 388px;
}

@media screen and (max-width:768px) {
.main_wrap {
  background-size: 100% auto;
}
}
hr {
  display: none !important;
}
h2.kokoro {
  margin-bottom: 40px;
}
.tabbox {
  padding: 0 2%;
}
.tabbox li {
  padding-top: 10px;
}
.frame_inner {
  padding-bottom: 80px;
  width: 96%;
  margin: 0 auto;
}



/*==========================================
 地元工務店の強み
===========================================*/
#ordersup iframe {
  max-width: 960px;
  width: 98%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.strength {
  height: 3230px;
}

@media screen and (max-width:960px) {
.strength {
  height: 4100px;
}
}

@media screen and (max-width:640px) {
.strength {
  height: 5130px;
}
}
/*==========================================
 住まいと建築の豆知識
===========================================*/
.knowledge {
  height: 2350px;
}

@media screen and (max-width:767px) {
.knowledge {
  height: 2070px;
}
}
/*==========================================
 工事の流れ*
===========================================*/
ul.fourth {
  margin: 0 auto;
}
ul.fourth li:nth-child(1) {
  width: 25%;
}
ul.fourth li:nth-child(2) {
  width: 25%;
}
ul.fourth li:nth-child(3) {
  width: 25%;
}
/*フレームイベントページ*/
.section-border {
  display: none;
}
