@charset "UTF-8";

/*
Theme Name: JAMTPL 2019
Theme URI: http://jam.codes
Version: 1.05
Author: JAM Community Design
Description: オフィシャルWEBサイトテンプレート（for Minerva）
*/


/* ==================== タグの初期設定 ==================== */
@media screen and (min-width:960px){
#rte_area h2 {
    font-family: "ヒラギノ明朝 ProN W6", HiraMinProN-W6, HG明朝E, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    color: rgb(137, 25, 18);
    font-size: 1.65em;
    font-weight: 100;
    letter-spacing: 0.08em;
    line-height: 1.1;
    margin-bottom: 1.2em;
    background: url(/wp-content/themes/JAMTPL/cmn/images/obi.png) left bottom repeat-x;
    padding: 0px 0px 22px;
}
h2{
   font-size: 27px;
   font-family: serif;
}
p{
  font-size: 16.8px;
}

.modelhousemainTitle {
  width: 960px;display: grid;margin: auto;
}

.conceptmainTitle {
  width: 960px;display: grid;margin: auto;
}

.menu_image{
	float:left;
	width: 172px;
	margin:10px;
	/* height: 300px; */
}

.house_image{
	float:left;
	width:220px;
	margin:10px;
	/* height: 234.53px; */
}
.house_category{
	width:960px;
margin-right: auto;
margin-left : auto;
}


.case_image{
	float:left;
	width:300px;
	margin:10px;
}
.case_category{
	width:960px;
margin-right: auto;
margin-left : auto;
}

.customer_voice{
	width:960px;
margin-right: auto;
margin-left : auto;
}


.customer_image{
	width: 400px;
	height:200px;
	border-radius: 20px;
	object-fit: cover;
}

.wrapper{
    display: flex;
    width: 960px;
    margin: auto;
}
}
body {

    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

body,html{
  scroll-behavior: smooth;
	background:#f1f0d1;
  height:100%;
}
body {
color: #333;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: bold;
}
h1 {
font-weight: normal;
font-size: small;
}
h2,
h3,
h4,
h5,
h6 {
font-size: medium;
}
p,
td,
th,
li,
dt,
dd,
input,
textarea,
.entryBody,
.entryMore {
font-size: 14px;
}
.clear {
clear: both;
}
br.clear {
letter-spacing: 0;
line-height: 1;
}
.center {text-align: center;}

ul.reset{
	margin:0;
	padding:0;
	list-style:none;
}

.caution{
	color:#ff0000;
}

BR.clear {
clear: both;
}
.center {text-align: center;}

a img:hover {
    transition: 0.3s linear;
    opacity: 0.7;
}

.aligncenter {
display: block;
margin: 5px auto;
}

/*forsp*/

.pcNone {
  display: none;
}

.imgScale img.pcNone {
    display: none;
}
.ac_Menu {
  display: none;
}

#sp_gnavi{
  display: none;
}

#header #rightbnr {
  position:fixed;
  right:0;
  top: 80px;
  z-index:9999;
}
#header #rightbnr .rightbnr a {
  padding: .8rem 0.5rem;
  color: #ffffff;
  writing-mode: vertical-rl;
  display: flex;
  align-items: center;
  flex-direction: row;
	letter-spacing:1px;
}
#header #rightbnr .rightbnr a:hover {
	text-decoration:none;
	opacity:0.7;
}
#header #rightbnr .rightbnr a.rightbnr_contact {
  background-color: #59090b;
}
#header #rightbnr .rightbnr a.rightbnr_job {
  background-color: #ff6347;
}
#header #rightbnr .rightbnr a.rightbnr_mail {
  background-color: #00478b;
}
#header #rightbnr .rightbnr a.rightbnr_mail img {
  max-width: 24px;
  height: auto;
  margin-bottom: .5rem;
}

.mincho{
    font-family: "游明朝", YuMincho, 'HG正楷書体-PRO',"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.imgScale{
	overflow: hidden;
	width: 100%;
	display:block;
}

.imgScale img {
	display: block;
	transition-duration: 0.3s;
}
.imgScale img:hover {
	transform: scale(1.1);
	transition-duration: 0.3s;
}

p.btn{
border:solid 1px #333;
max-width:300px;
box-sizing:border-box;
margin:50px auto;
text-align:center;
}

p.btn i{
margin-right:10px;
}

p.btn a{
display:block;
padding:10px 30px ;
}

.navigation{
	font-size:12px;
}

.navigation a {
	color: #59090b;
}

.alignleft a {
	max-width: 44%;
	text-align:right;
	border: solid 1px;
	padding: 8px;
	float:left;
}

.alignright a {
	float:right;
	max-width: 44%;
	text-align:right;
	border: solid 1px;
	padding: 8px;
}

.pagetop {
	z-index:9999;
	position: fixed;
	left: 8px;
	bottom: 8px;
	width: 40px;
}


/* ==================== クリアフィックス ==================== */
.clearfix:after {
content: ".";
display: block;
clear: both;
line-height: 0;
font-size: 0;
height: 0;
visibility: hidden;
}
.clearfix {
display: inline-block;
}
/* Mac版IEを除外 \*/
.clearfix {display: block;}
/* */



/* ==================== サイト全体 レイアウト ==================== */
/* ========== 全体枠 ========== */
#container_top {
}

#container {
}

/* ========== ヘッダー ========== */
#header {width:100%;z-index:9999;position:absolute;background:#fff;}

#header.fixed #mainMenu{
    position: fixed;
    top: 0;
    width: 100%;
    padding: 0;
}

#headerTitle {
    /* width: 100%; */
    margin: 0 auto;
    /* padding: 0 20px; */
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
}
#headerAreaLogo {
float: left;
margin-top:15px;
}

#headerAreaLogo img{

}

#headerAreaLogo img:hover {
}

#headerAreaSub {
float: right;
text-align: right;
margin-top: 15px;
}

#headerAreaSub ul{
margin:0;
padding:0;
list-style:none;
}

#headerAreaSub ul li {
    display: block;
    margin-bottom: 12px;
}



.topPage #mainBg{
	padding: 0 ;
	background:#f1f0d1;
}

#mainBg {
margin: 0 auto;
padding: 65px 0 0;
background:#f1f0d1;
}



@media screen and (min-width: 992px) {
.navbar-toggle {
    display: none;
}
}

/* ========== キャッチ画像 ========== */

.bx-wrapper .bx-viewport{
left: 0!important;
}

.bx-wrapper .bx-controls-direction a{
z-index: 9998!important;
}

#catchArea,
#catchArea_sp{position:relative;}

#catchArea h1{
          top: 0;
          bottom: 0px;
          left: 0;
          right: 0;
          margin: auto;
          text-align: center;
          height: 400px;
          width: 120px;
          position: absolute;
          z-index: 9999;
          font-size: 28px;
          font-weight: 800;
          text-shadow: 0px 0px 8px #fff;
          font-family: "游明朝体","MS P明朝","ヒラギノ明朝",serif;
          /* text-shadow: 0.1px 0.1px 0px #fff, -0.1px -0.1px 0px #fff, -0.1px 0.1px 0px #fff, 0.1px -0.1px 0px #fff, 0.1px 0px 0px #fff, -0.1px 0px 0px #fff, 0px 0.1px 0px #fff, 0px -0.1px 0px #fff, 0px 0px 8px #fff; */
          }

#catchArea_sp h2{top: 0;bottom: 0px;left: 0;right: 0;margin: auto;text-align: center;height: 400px;width: 120px;position: absolute;z-index: 1;font-size: 28px;font-weight: 800;text-shadow: 0px 0px 15px #fff;font-family: "游明朝体","MS P明朝","ヒラギノ明朝",serif;}

#catchArea img,
#catchArea_sp img{
  /* top: 328px; */
  bottom: 16px;
  /* left: 0; */
  right: 16px;
  /* margin: auto;text-align: center;height: 400px;width: 120px; */
  position: absolute;
  z-index: 9999;
  width: 28%;
}

#catchArea ul{
margin:0;
padding:0;
list-style:none;
}


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

#catchArea {
      min-width: 768px;
      overflow: hidden;
      /* background: url(./cmn/images/mainimage01.png) no-repeat center; */
      height:584px;
}

.bx-wrapper{
max-width:1140px!important;
}

#catchArea .bx-viewport {
      background: transparent !important;
      border: 0;
      overflow: visible !important;
      height: 560px !important;
	z-index: 1;
    }

    .bx-wrapper .bx-prev {
      left: -50px !important;
    }
    .bx-wrapper .bx-next {
      right: -50px !important;
    }

}



#main {
width: 1200px;
margin: 0 auto;
}
#mainInner {
padding: 15px 0;
}



/* ========== メインメニュー ========== */
#mainMenu {
    margin: 0 auto;
    background-color: #59090b;
    /* padding-bottom: 8px; */
}
#mainMenu ul {padding: 0;width: 100%;margin:0 ;}

/* メインメニュー */
div#mainMenu ul {
	text-align:center;
	letter-spacing: -.4em; /* 文字間を詰めて隙間をなくす */
}
div#mainMenu ul li li a span {
    font-weight: bold;
}
div#mainMenu ul,
div#mainMenu ul li,
div#mainMenu ul li a {box-sizing:border-box;color:#fff;display: flex;align-items: center;justify-content: center;}

div#mainMenu ul li {letter-spacing: normal;display:inline-block;position:relative;/* padding:8px 0; */}

div#mainMenu ul li a{padding: 2px 10px;}

div#mainMenu ul li a:hover{
text-decoration:none;
}

div#mainMenu ul li:last-child a{
}

div#mainMenu div.sub_menu{
background:#f2d19a;
position:absolute;
z-index:9999;
width:160px;
color:#000;
left:0;
}

div#mainMenu div.sub_menu.show{
display:block;
}

div#mainMenu ul li ul {
text-align:left;
width:100%;
}

div#mainMenu ul li ul li:first-of-type{
margin-top:8px;
}


div#mainMenu ul li ul li{
display:block;
padding:0;
}

div#mainMenu ul li ul li a{
border-left: none;
padding: 10px 15px;
font-size: 16px;
color: #6c3f25;
}

div#mainMenu ul li ul li:last-child a{
border-right:none;
}

div#mainMenu ul li ul li a:hover{
}

div#mainMenu ul li i{
margin-right:8px;
}

div#mainMenu ul li ul {
float:none;
}

div#mainMenu ul li ul li a:before {
display:none;
}

div#mainMenu ul li ul li:before{
display:none;
}

div#mainMenu ul li ul:after{
display:none;
}

div#mainMenu ul a {
}

.sub_menu{
display:none;
}


/* ========== 2カラム 設定 ========== */
#secondArea {
}
#contents {

}

/* ==================== コンテンツ ==================== */
#contents {
}


/* ---------- コモン ---------- */
#contents h1,
#contents h2,
#contents h3,
#contents h4,
#contents h5,
#contents h6
{
    color: #000;
    /* font-size: 40px; */
    /* margin-bottom: 90px; */
    font-weight:800;
}
#contents h2,
#contents h3,
#contents h4,
#contents H5,
#contents H6,
#contents p,
#contents td,
#contents th,
#contents li,
#contents dt,
#contents dd,
#contents .entryBody,
#contents .entryMore {line-height: 1.5;}
#contents p,
#contents ul,
#contents ol,
#contents dl,
#contents table {margin-bottom: 24px;font-size: 15px;}
#contents tr{
border-bottom: 1px solid #dddddd;
}

#event p,
#event ul,
#event ol,
#event dl,
#event table {margin-bottom: 8px;font-size: 15px;}

#contents tr:nth-child(even) {
    background: #fafafa;
}

#contents td{
padding: 15px 10px;
}
#contents th{
font-weight:bold;
padding: 15px 10px;
width:20%;
}
#contents thead th,
#contents tfoot th{
color: #fff;
background-color: #333;
}




/* ---------- 見出し ---------- */

#contents .mainTitle h2:before {
/*content: "";*/
	width: 40px;
    height: 1px;
    background: #000000;
    display: block;
    margin: 30px auto 15px;
}

#contents .mainTitle h2 {font-family:"游明朝", YuMincho, 'HG正楷書体-PRO',"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;text-align:center;font-size:24px;padding: 40px 0 8px 0;text-shadow: 1px 1px 0 rgba(0,0,0,.30);font-weight:bold;}

#contents .mainTitle h2 span{
/*font-family: 'Noto Sans JP','Quicksand', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
display:block;
font-size:14px;
color:#aaa;
}

#contents .mainTitle h3 {
text-align:center;
font-size:22px;
/*font-family:"游明朝", YuMincho, 'HG正楷書体-PRO',"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
color:#7b0e0f;
}

#contents .mainTitle h2.rss {
}
#contents .mainTitle a.rss {
display: block;
text-decoration: none;
color: #333333;
width: 100%;
}
#contents .mainTitle a.rss:hover {
text-decoration: none;
}

#contents h3 {
font-weight:700;
font-size:17px;
}



/* ---------- ボディー ---------- */
#contents .mainContents {padding: 10px 0;}
#contents .entryBody,
#contents .entryMore {
}
#contents .entryBody a:hover img,
#contents .entryMore a:hover img {
opacity: 0.8;
filter: alpha(opacity=80);
}

/* ---------- ページ送り ---------- */
#contents .contentNavi {
text-align: center;
padding-bottom: 8px;
width: 100%;
margin: 0 0 8px;
background: url("./cmn/images/hr_bg.gif") left bottom repeat-x;
}
#contents .contentNavi a,
#contents .contentNavi strong,
#contents .contentNavi span.current_page{
display: inline-block;
text-decoration: underline;
text-align: center;
line-height: 1;
font-size: 130%;
margin: 0 5px 0 0;
padding: 5px 8px;
border: 2px solid #efefef;
/* color */
color: #1C55FF;
border-color: #efefef;
background-color: #f5f5f5;
}
#contents .contentNavi strong,
#contents .contentNavi a:hover {
text-decoration: none;
color: #101113;
border-color: #dddddd;
background-color: #ffffff;
}

#contents .contentNavi span.current_page{
text-decoration: none;
color: #101113;
border-color: #dddddd;
background-color: #ffffff;
}



/* ---------- 基本クラス ---------- */
.pankuzu {background: #f1f0d1;padding: 2rem 1rem 0;color:#333;font-size: .8rem;box-sizing: border-box;}

.pankuzu p{
	width:1200px;
	margin:0 auto;
	text-align:right;
	font-size:11px;
}

.pankuzu a{
color:#333;
}



/* ==================== ブログセカンドエリア ==================== */
#secondArea {
width: 300;
float:right;
}

.underPage #contents.has_secondArea {
    width: 850px;
    float: left;
}

#secondArea .widget{
	border:solid 3px #f3f3f3;
	padding: 15px;
	box-sizing:border-box;
	margin-bottom:50px;
    background: #fff;
}

#secondArea .widget h3 { margin-bottom: 20px;}

#secondArea .post-list-wrapper li {
display: inline-block;
border-bottom: 1px solid rgb(235, 235, 235);
width: 100%;
margin-top: 12px;
padding-bottom:12px;}
.small_featured_image { float: left;
width: 70px;
height: 60px;
background-size: cover;
margin-right: 15px;}
.list_metas { font-size: 11px;
margin-top: -5px;}

#secondArea .list_metas span {margin-right:15px;}
#secondArea .list_metas i {margin-right:5px;}
#secondArea .small_title {font-size: 14px;
font-weight: bold;
color: rgb(134, 134, 134);
line-height: 18px;
}

#contents.has_secondArea .mainTitle h2{
text-align:left;
}

#contents.has_secondArea .mainTitle h2:before{
margin:30px 0 15px;
}

.post-meta{
	border-bottom:solid 1px #eee;
	padding-bottom:15px;
}

.post-meta .post-date i{
	margin-right:10px;
}

.post-meta .category{
	margin-left:15px;
	background:#ea9f1f;
	border-radius :3px;
	padding:3px 30px;
}

.post-meta .category a{
color:#fff;
}

.post-6453 .viewport,
.construction .viewport,
.type-construction .viewport,
.construction_list-co_kanko_voice .viewport {
	text-align:center;
}

.post-6453 .viewport img,
.construction .viewport img,
.type-construction .viewport img,
/* .status-publish .viewport img, */
.has-post-thumbnail .viewport img,
/* .hentry .viewport img, */
.construction_list-co_kanko_voice .viewport img {
	/* width:70%; */
	object-fit:cover;
}

.status-publish .viewport img,
.hentry .viewport img {
	/* max-height: 320px; */
	object-fit:contain;
}

/* ========== フッター ========== */
DIV#footer {clear: both;margin-top: 80px;background-color: #fff;}
DIV#footer a {

}

DIV#footerInner {width: 1200px;margin: 0 auto;max-width: 100%;}

/* ---------- フッターロゴ ---------- */
#footerAreaLogo {margin:30px 0;float:left;background-color: #59090b;color: #fff;padding: 1em 5em 1em 1em;}

#footerAreaLogo img{
max-height:60px;
}

#footerAreaLogo p{
font-size:14px;
line-height:1.6;
margin-bottom:10px;
}

#footerAreaLogo p span{
}

#footerAreaLogo p span.footer_tel{
font-size:13px;
letter-spacing:2px;
line-height:1.6;
}

/* ---------- フッターメニュー ---------- */
DIV#footer P#footerMenu {
margin: 0;
padding: 30px 0 0;
}
DIV#footer DIV#footerMenu {float:right;width:720px;margin-top:45px;max-width: 100%;}
DIV#footer DIV#footerMenu ul {
width:180px;
float:left;
list-style:none;
padding:0;
margin:0 0 30px 0;
}

DIV#footer DIV#footerMenu ul h3{
font-size:15px;
font-weight:500;
margin-bottom:8px;
}


DIV#footer DIV#footerMenu ul li {
position: relative;
margin: 5px 0;
font-size:12px;
font-weight:200;
}

DIV#footer DIV#footerMenu ul li a {
padding:0;
    color: #333;
    font-size: 16px;
}
DIV#footer DIV#footerMenu ul li a.haifun:before {
    content: "-";
    margin-right: 5px;
}

/* ---------- フッター copyright エリア ---------- */
DIV#footer DIV#footerCopyrightArea {
padding: 10px 0;
clear:both;
}

/* ---------- フッター copyright 付メニュー ---------- */
DIV#footer P#footerFree {
margin-bottom: 10px;
}

/* ---------- copyright ---------- */
DIV#footer P#copyright {
text-align:center;
font-size:14px;
color:#000;
}

ul#footer_sns{
margin:0 0 30px 0;
padding:0;
list-style:none;
}

ul#footer_sns li{
font-size:24px;
display:inline-block;
margin-right:10px;
}

ul#footer_sns li:last-child{
margin-right:0;
}



/* ==================== トップページ ==================== */

.mainBlock{
	padding: 40px 0;
}



.date {
list-style:none;
margin:0;
padding:0;
text-align:center;
}


.date li {width:250px;display:inline-block;margin:10px;vertical-align:top;text-align:left;font-weight: 500;}

.date li a{
	display:block;
	font-size: 16px;
	font-weight: 900;
}

.date li img{
  border:solid 1px #e8e8e8;
  /* padding:2px; */
  height: 176px;
  width: 100%;
  object-fit: cover;
}

.date li span.dateTime{
display:block;
letter-spacing:2px;
color:#aaa;
font-size:11px;
margin:10px 0 5px;
}

.date li span.news_title{
display:block;
font-weight:600;
}

.news_title h2 {
	font-size:16px;
}

#news {
    padding: 40px 0 0;
}

.gray{
background:#fafafa;
border-top:solid 1px #efefef;
border-bottom:solid 1px #efefef;
}

/* ==================== 1カラム ==================== */

.one_colomun{
background-image:url("./cmn/images/concept_bg.jpg");
background-size: cover;
background-attachment: fixed;
position:relative;
}

.one_colomun #read {
margin:80px auto;
text-align:center;
}

.one_colomun #read p{
font-size:16px;
line-height:2.1;
font-weight:500;
margin-bottom:30px;
}




/* ==================== サービスの特徴 ==================== */

#point ul{
margin:0 auto;
padding:0;
list-style:none;
  display: flex;
flex-wrap: wrap;
}

#point ul li{
    width: 23%;
    margin: 0 1% 50px;
    box-sizing: border-box;
    padding: 10px 15px;
    border: solid 1px #dddddd;
	background:#fafafa;
}


#point ul li div.imgScale{
margin-bottom:15px;
background:#000;
 transition: all .5s ease;
 -webkit-transition: all .5s ease 0s;
 -moz-transition: all .5s ease 0s;
 -ms-transition: all .5s ease 0s;
 -o-transition: all .5s ease 0s;
}

#point ul li:hover div.imgScale{
	background:#333;
}

#point ul li img{
	width:100%;
}



/* ==================== サービスの特徴 ==================== */

#point2 ul{
margin:0 auto;
padding:0;
list-style:none;
}

#point2 ul li{
	margin-bottom:50px;
}

#point2 ul li div.imgScale{
	width:45%;
	display: table-cell;
	vertical-align:top;
}

#point2 ul li div.imgScale span{
		max-height:600px;
	overflow:hidden;
	display:block;
}

#point2 ul li div.textArea h3{
	text-align:left;
}

#point2 ul li div.textArea{
	width:55%;
	display: table-cell;
	vertical-align:middle;
	box-sizing:border-box;
	padding:0 70px;
}

#point2 ul li div.imgScale{
margin-bottom:15px;
}

#point2 ul li:hover div.imgScale{
}

#point2 ul li div.textArea .subcomment{
	padding:30px 15px;
	background:#f3f3f3;
	margin-bottom:20px;
}

#point2 ul li img{
	width:100%;
}

#point2 ul li p{
	font-size:16px;
}

#point2 ul li p.mini{
font-size:14px;
}

#point2 ul li h3{
	font-size:26px;
	margin-bottom:20px;
}

/* ==================== メニュー紹介 ==================== */

#menu table th{
}

#menu table{
margin:0 0 30px;
}

#menu p{
margin-bottom:50px;
}

#menu h3.title{
    border-bottom: 1px solid #dddddd;
    color: #e01d03;
    padding: 15px 10px;
margin-bottom:0;
}



/* ==================== 会社 ==================== */

#about h3{
text-align:center;
}

#about ul {
    width: 1200px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
}

#about ul li {
    float: left;
    width: 380px;
    margin-right: 30px;
    margin-bottom: 30px;
}

#about ul li:nth-child(3n) {
    margin-right: 0;
}


#insta ul{
margin:0;
padding:0;
list-style:none;
text-align:center;
}

#insta ul li{
display:inline-block;
width:150px;
margin:5px;
}

#insta ul li img{
width:100%;
height:auto;
}


/* ==================== 問い合わせボックス ==================== */


#contact_box{
width:1000px;
border:solid 5px #eee;
margin: 50px auto;
box-sizing:border-box;
}

#contact_box p{
margin:30px 0;
font-size:20px;
text-align:center;
}

#contact_box p span{
font-size:28px;
color:#e01d03;
}

#contact_box table{
width:100%;
}

/* ==================== contactform7 ==================== */

.widget label {
  display: block; }

.widget .wpcf7-text,
.widget .wpcf7-textarea {
  margin-bottom: 20px !important; }

.wpcf7 {
  margin: 30px auto !important;
  padding: 40px 30px !important;
  background: rgba(215, 215, 215, 0.15); }
  @media (max-width: 767px) {
    .wpcf7 {
      width: 100%; } }
  @media (min-width: 768px) {
    .wpcf7 {
      width: 80%;max-width:600px; } }

.wpcf7-form-control-wrap input[type="tel"],
.wpcf7-form-control-wrap input[type="text"],
.wpcf7-form-control-wrap input[type="email"],
.wpcf7-form-control-wrap textarea {
  box-sizing: border-box;
  width: 100%;
  border-radius: 2px;
  border: 1px solid #ccc;
  padding: 7px 10px;
  font-size: 1em;
  -webkit-appearance: none; }

.wpcf7-form p {
	margin-bottom:30px;
}

.wpcf7-form input[type="submit"] {
  border-radius: 2px;
  -webkit-transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease, opacity 0.3s ease, border 0.3s ease, padding 0.3s ease, left 0.3s ease, bottom 0.3s ease, box-shadow 0.3s ease;
  transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease, opacity 0.3s ease, border 0.3s ease, padding 0.3s ease, left 0.3s ease, bottom 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #ddd;
  padding: 7px 50px;
  font-size: 1em;
  display: block;
  margin: 0 auto;
  background: #ddd;
  cursor: pointer;
  color: #fff;
  margin-top: 0px; }

.wpcf7-form input[type="submit"]:hover {
  background: #ccc;
  border: 1px solid #ccc; }



/* カート（ゴースト）ボタン設定
----------------------------------------------- */
.form_btn a {
position: relative;
z-index: 2;
    display: inline-block;
    padding: 0;
    background: #000000;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #fff !important;
    text-decoration: none;
    font-weight: 500;
    max-width: 300px;
    width: 300px;
    height:40px;
    line-height:40px;
    text-align: center;
    font-size: 15px;
	overflow: hidden;
box-sizing:border-box !important;
}

.form_btn a:hover{
  color: #fff !important;
	    text-decoration: none;
}
.form_btn a::after {
	top: 0;
        bottom:-100%;
	width: 100%;
	height: 100%;
}

.form_btn a:hover::after {
	left: 0;
	 background: #e01d03;
}
.form_btn a::before,
.form_btn a::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.form_btn a,
.form_btn a::before,
.form_btn a::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

#contact_box p.form_btn a i{
margin-right:15px;
}


#contents .faq_block{
	padding:15px;
	background:#fff;
	margin-bottom:20px;
}


#contents .faq_block h3 {
    cursor:pointer;
    border:solid 1px #ccc;
    padding:8px;
    font-size:16px;
	margin-bottom:0;
}

.faq_block h3::after {
font-family: 'Font Awesome 5 Free';
    content: "\f067";
    float: right;
    color: #000;
    font-size: 18px;
    line-height: 22px;
}

.faq_block h3.active:after {
font-family: 'Font Awesome 5 Free';
    content: "\f068";
    }

.answer_area{
    display:none;
    font-size:14px;
    line-height:140%;
    margin:0;
    padding:15px 15px 0;
	border-left:solid 1px #ccc;
	border-right:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
    }

.faq_block h3.over {
background-color: #efefef;
}

/* ==================== ブログ記事デザイン ==================== */

#contents.blog blockquote {
	margin:0 0 25px 0;
    padding: 20px;
    font-size: .9em;
    background: #eee;
    border-radius: 4px; }

#contents.blog blockquote p:last-child{
margin-bottom:0;
}

#contents.blog iframe{
}

#contents.blog h1{
	font-size:28px;
	/* border-left:solid 3px #e01d03; */
	/* 	padding-left:10px; */
	/* 	margin-bottom:25px; */
	font-family: "游明朝", YuMincho, 'HG正楷書体-PRO',"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin-bottom: -40px;
}

#contents.blog h2 {font-weight:700;/* border-bottom:solid 1px #ddd; */padding-bottom: 8px;font-size:22px;margin: 0 auto;letter-spacing: 0;font-family: "游明朝", YuMincho, 'HG正楷書体-PRO',"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;}

#contents.blog h3 {font-weight: 600;font-size: 15px;color:#e01d03;}
#contents.blog h4 {
font-weight:700;
font-size:17px;
}

#contents.blog .mainContents A,
#contents.blog .mainContents A:visited,
#contents.blog .mainContents A:hover{
}

/* ==================== スクロールボタン ==================== */

.scroll-btn p {
  margin-left: -42px;
}
@-webkit-keyframes ani-mouse {
    0% {
    opacity: 1;
    top: 29%;
    }
    15% {
    opacity: 1;
    top: 50%;
    }
    50% {
    opacity: 0;
    top: 50%;
    }
    100% {
    opacity: 0;
    top: 29%;
    }
}
@-moz-keyframes ani-mouse {
    0% {
    opacity: 1;
    top: 29%;
    }
    15% {
    opacity: 1;
    top: 50%;
    }
    50% {
    opacity: 0;
    top: 50%;
    }
    100% {
    opacity: 0;
    top: 29%;
    }
}
@keyframes ani-mouse {
    0% {
    opacity: 1;
    top: 29%;
    }
    15% {
    opacity: 1;
    top: 50%;
    }
    50% {
    opacity: 0;
    top: 50%;
    }
    100% {
    opacity: 0;
    top: 29%;
    }
}
 .scroll-btn {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5%;
    text-align: center;
}
.scroll-btn > * {
    display: inline-block;
    line-height: 18px;
    font-size: 13px;
    font-weight: normal;
    color: #ffffff;
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 2px;
}
.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *.active {
    color: #ffffff;
}
.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *:active,
.scroll-btn > *.active {
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.scroll-btn .mouse {
    position: relative;
    display: block;
    width: 35px;
    height: 55px;
    margin: 0 auto 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 3px solid #ffffff;
    border-radius: 23px;
}
.scroll-btn .mouse > * {
    position: absolute;
    display: block;
    top: 29%;
    left: 50%;
    width: 8px;
    height: 8px;
    margin: -4px 0 0 -4px;
    background: #ffffff;
    border-radius: 50%;
    -webkit-animation: ani-mouse 2.5s linear infinite;
    -moz-animation: ani-mouse 2.5s linear infinite;
    animation: ani-mouse 2.5s linear infinite;
    }


/* ==================== スライダー ==================== */


.slick-slide{
	height:auto;
}

.slider{
    width: 90%;
	margin: 0 auto;
}
.slider img{
    height: auto;
    width: 100%;
}
/*slick setting*/
.slick-prev:before,
.slick-next:before {
    color: #000;
}

.slider li{
text-align:center;
}


/* ==================== 以下サイト別追加CSS ==================== */

.wpco{background-color:#fcfcfc;border:1px solid #eee;padding:.93478rem .93478rem .46739rem;}.wpco-wrapper[aria-hidden=false] .wpco{visibility:visible}@media (min-width:40em){.wpco{padding:.93478rem 1.86957rem .46739rem}}.wpco__title{margin:0 0 .46739rem;font-size:16px;font-size:1rem;line-height:1.86957}.wpco .contents-outline ol{list-style:none;margin-left:0;padding-left:0;counter-reset:wpco;border-top:1px dotted #eee}.wpco .contents-outline li:not(:first-child){border-top:1px dotted #eee}.wpco .contents-outline li ol{margin-top:-1px}.wpco .contents-outline a{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;color:#333;padding:.46739rem 0;text-decoration:none}@media (min-width:64em){.wpco .contents-outline a:active,.wpco .contents-outline a:focus,.wpco .contents-outline a:hover{color:#888}}.wpco .contents-outline a:before{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;-ms-flex-item-align:start;align-self:flex-start;margin:3px 10px 0 0;display:inline-block;background-color:#e01d03;color:#fff;font-size:10px;line-height:1;padding:.25em .55em .35em;counter-increment:wpco;content:counter(wpco)}.wpco .contents-outline li li>a{padding-left:1.5em}.wpco .contents-outline li li li>a{padding-left:3em}.wpco .contents-outline li li li li>a{padding-left:4.5em}.wpco .contents-outline li li li li li>a{padding-left:6em}

.wp-oembed-blog-card{margin-bottom:15px;}

a.wp-share-button__button:hover{text-decoration:none!important;}

#contents.blog h2.wpco__title{
font-weight: 500;
border:none;
padding-bottom: 0;
font-size: 18px;
margin:0 0 15px 0;
}

table.tw1000{
width:1000px;
	box-sizing:border-box;
border:solid 5px #eee;
margin: 50px auto;
}


.viwport{
    margin-top: -120px;
    padding-top: 120px;
}

.wd1200{
width:1200px;
margin:0 auto;
}

.linkbox a:before {
    content: "≫";
}
.linkbox {
    text-align: center;
}

li.linkbox.headlink {
    background: rgba(255, 255, 255, .8);
    padding: 5px;
}
li.linkbox.headlink a {
    color: #00478b;
    font-weight: 800;
    font-size: 16px;
}

img {
	object-fit:cover;
}

.dinb {
    letter-spacing: -8pc;
}
.dinb_inner {
    display: inline-block;
    letter-spacing: 0;
}
.dinb.news_wrap {
    width: 1140px;
    margin: auto;
    max-width: 100%;
}
.dinb.news_wrap .dinb_inner {
    width: 48%;
    margin: 1%;
    vertical-align: top;
}
#h2
h2 {
  padding: 1rem 2rem;
  border-bottom: 3px solid #000;
  background: #f4f4f4;
}
#contents .toptitle h1.toptitle0{
	font-size: 22px;
	font-weight: 500;
	text-align: left;
	padding: 0 0 0 45px;
	text-align:center;
	margin: 0 auto 5px;
	position:relative;
	font-family: "游明朝体","MS P明朝","ヒラギノ明朝",serif;
	padding: 1rem 2rem;
    border-bottom: 3px solid #0002;
    background: #f4f4f4;
}

#contents .toptitle-logo{
	display: flex;
    justify-content: center;
    height: 80px;
    width: auto;
}

#contents .mainTitle h2.title00 {
	font-size: 22px;
	font-weight: 600;
	text-align: left;
	padding: 0;
	margin: 0 auto 5px;
	position:relative;
	font-family: "游明朝体","MS P明朝","ヒラギノ明朝",serif;
}
#contents .dinb.news_wrap .dinb_inner:nth-child(1) h2.title00:before {
background:url(./cmn/images/titleicon1.png);
width:28px;
height:25px;
position:absolute;
left:0;
margin: auto;
}
#contents .dinb.news_wrap .dinb_inner:nth-child(2) h2.title00:before {
background:url(./cmn/images/titleicon2.png);
width:39px;
height:25px;
position:absolute;
left:0;
margin: auto;
}
#contents .mainTitle h2.title00:before {
    content: none;
}
#contents .mainTitle h2.title00 span.readmore {
    float: right;
    display: inline-block;
    font-size: 16px;
}
#contents .dinb.news_wrap .dinb_inner .mainTitle h2.title00 span.readmore a:before {
	content: "≫";
}
#contents .dinb.news_wrap .dinb_inner:nth-child(1) .mainTitle h2.title00 span.readmore a {
    color: #7b0e0f;
}
#contents .dinb.news_wrap .dinb_inner:nth-child(2) .mainTitle h2.title00 span.readmore a {
    color: #00478b;
}

.newslist.date li {
    display: block;
    width: 100%;
    margin: auto;
    border-bottom: 1px dashed #9e9b94;
    padding: 0 8px;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.newslist.date li span.dateTime,
.newslist.date li span.news_title {
    display: inline-block;
    font-size: 15px;
    margin-right: 5px;
    margin-top: 6px;
    font-weight: 900;
    color: #000;
}

.dinb_inner:nth-child(1) ul.newslist {
    border-top: 8px solid #7b0e0f;
    border-bottom: 8px solid #7b0e0f;
    padding: 5px 0;
}
.dinb_inner:nth-child(2) ul.newslist {
    border-top: 8px solid #00478b;
    border-bottom: 8px solid #00478b;
    padding: 5px 0;
}
.newslist.date li:last-child {
    border: 0;
}
.dinb.concept_wrap {
    width: 1140px;
    margin: auto;

}
.dinb.concept_wrap .dinb_inner {
    vertical-align: top;
    width: 570px;
    margin-right: 20px;

}
.dinb.concept_wrap .dinb_inner:nth-child(2) {
    margin: auto;
    width: 550px;

}
#contents .textbox p {
    font-weight: 500;

}

.linkbox.conceptlink a {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    background: #7b0e0f;
    padding: 3px 20px;
    display: inline-block;
}
.concepttel_wrap {
    margin: 80px auto 60px;
    text-align: center;
}
.dinb.concept_wrap2 .dinb_inner {
    width: 330px;
    padding: 10px 0;
}
.dinb.concept_wrap2 .dinb_inner:nth-child(1) {
    background: #7b0e0f;
}
.dinb.concept_wrap2 .dinb_inner:nth-child(2) {
	background: #00478b;
}
.dinb.concept_wrap2 .dinb_inner a {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    display: block;
}
.dinb.topbnr_wrap {
    text-align: center;
}

.dinb.topbnr_wrap .dinb_inner {
    margin: 0 1%;
}

#case {
    background: url(./cmn/images/topcasebg.jpg) center no-repeat;
    padding: 0;
    color: #fff;
    background-size: cover;
}
.dinb.case_wrap {
    width: 1140px;
    margin: auto;
    padding: 70px 0;
}
.dinb.case_wrap .dinb_inner {
    vertical-align: top;
    width: 32%;
    padding: 0 9%;
}
.dinb.case_wrap .linkbox {
    margin-bottom: 45px;
}
.dinb.case_wrap .linkbox:last-child {
    margin: auto;
}
.dinb.case_wrap .linkbox a {
    width: 320px;
    background: rgba(255, 255, 255, .8);
    display: block;
    color: #7b0e0f;
    font-weight: 800;
    padding: 15px 0;
}
#contents .dinb.case_wrap .dinb_inner .mainTitle h2 {
    margin-top: 0;
}
#contents .dinb.case_wrap .dinb_inner .mainTitle h2 span {
    color: #fff;
}

/*footer*/
ul#footer_link {
    margin-left: 0;
    padding-left: 0;
    list-style: none;
}
ul#footer_link .linkbox {
    text-align: left;
}
ul#footer_link .linkbox a {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    display: inline-block;
    background: #00478b;
    padding: 5px 10px;
    margin-bottom: 10px;
}

/*下層*/
.underPage #header {
    background: none;
}
.underPage #headerTitle {
    position: relative;
}
.underPage #headerAreaLogo {
    margin-top: 0;
}
.underPage #headerAreaSub ul li.headlink {
    display: none;
}
.undertitle {
    height: 0px;
    background-position: center;
    position: relative;
}
.undertitle .mainTitle {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 30px;
    height: 68px;
    left: 0;
    right: 0;
	color: #333;
    display: block;
    width: 1140px;
}
.undertitle .mainTitle h1 {
    background: rgba(254, 253, 249, .7);
    display: inline-block;
    padding: 15px 40px;
    font-weight: 600;
    font-size: 24px;
}
.underPage #contents {
    background: #fff;
    padding: 2% 5% 5%;
    box-shadow: 0px 0px 3px -1px #ccc;
    box-sizing: border-box;
    width: 1024px;
    margin: auto;
}
/*施工事例*/

.dinb.gallery_wrap .dinb_inner {
    width: 48%;
    vertical-align: top;
    margin: 1%;
}
.dinb.gallery_wrap {
	counter-reset: number;
}

.dinb.gallery_wrap h2 {
  font-weight:700;
/* border-bottom:solid 1px #ddd; */
	padding-bottom:15px;
font-size:22px;
	margin:40px 0 20px;
}
.dinb.gallery_wrap h2 span {/* border-bottom:solid 1px #ddd; */padding-bottom:15px;font-size: 14px;/* margin:40px 0 20px; */display: block;color: #666666;}

.dinb.gallery_wrap .dinb_inner img {
    width: 100%;
    object-fit: cover;
    height: 124px;
}
#contents .dinb.gallery_wrap .dinb_inner dt {
    padding: 7px 0 2px;
    display: inline-block;
    width: 100%;
    border-top: #ea9f1f 1px solid;
}
#contents .dinb.gallery_wrap .dinb_inner dt:before {
	counter-increment: number 1;
	content: counter(number)".";
    padding: 0 5px;
    color: #ea9f1f;
    font-weight: bold;
    font-size: 18px;
}
#archivepage {
    padding: 0;
}

/*スタッフ紹介*/
.cateBox {
	margin-bottom: 20px;
}
.cateBox .tree_category {
    display: block;
    width: 100%;
    max-width: 770px;
    margin: 0 auto;
    list-style: none;
}
.cateBox .tree_category > li {
    cursor: pointer;
    position: relative;
    height: auto;
    width: 48%;
    text-align: center;
    float: left;
    margin: 1%;
}
.cateBox .tree_category > li > a, .cateBox .tree_category > li > span {
    display: block;
    padding: 12px 12px 12px 31px;
    text-indent: -19px;
    color: #000;
    text-decoration: none;
    border: 1px solid #891911;
    position: relative;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 45%, #eeeeee 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(45%,#ffffff), color-stop(100%,#eeeeee));
    background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 45%,#eeeeee 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#ffffff 45%,#eeeeee 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#ffffff 45%,#eeeeee 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#ffffff 45%,#eeeeee 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );
    -webkit-box-shadow: 0px 1px 1px 0px rgba(200, 187, 155, 1);
    -moz-box-shadow: 0px 1px 1px 0px rgba(200, 187, 155, 1);
    box-shadow: 0px 1px 1px 0px rgba(200, 187, 155, 1);
}
.cateBox:after {
    clear: both;
    display: block;
    content: "";
}
#thumbList {
    position: relative;
    width: 100%;
    padding: 20px 0 17px;
    margin-bottom: 7px;
    background: #59090b;
}
#thumbList:before {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 5px;
    background: #e28a00;
    border: solid 2px #59090b;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
#thumbList:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 5px;
    background: #e28a00;
    border: solid 2px #59090b;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
#thumbList ul {
    width: 100%;
    max-width: 740px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
	list-style:none;
}
#thumbList li {
    float: left;
    margin-right: 2px;
    margin-bottom: 3px;
    width: 80px;
    height: 80px;
    overflow: hidden;
    display: block;
}
#thumbList li a {
    width: 80px;
    height: 80px;
    margin: 0;
    position: relative;
    display: inline-block;
    background: #d9d9d9;
}
#thumbList li a img {
    position: absolute;
    width: 100%;
    height: auto;
    border: none;
    display: inline-block;
}

#contents h2.title01 {
    color: #40220f;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.2;
    margin: 0 0 20px;
    padding: 15px 10px 12px 0;
    border-bottom: 4px solid #891911;
}
.dinb.staff_wrap .dinb_inner {
    width: 209px;
    margin-right: 30px;
    vertical-align: top;
}
.dinb.staff_wrap .dinb_inner:nth-child(2) {
    width: 665px;
    margin-right: 0;
    padding: 37px 37px 12px;
    position: relative;
    background: #efe6cb;
    box-sizing: border-box;
}
.dinb.staff_wrap .dinb_inner:nth-child(2):before {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 37px;
    width: 100%;
    background-image: url(./cmn/images/rte_box01.jpg), url(./cmn/images/rte_box02.jpg);
    background-position: left top, right top;
    background-repeat: no-repeat, no-repeat;
    z-index: 1;
}
.dinb.staff_wrap .dinb_inner:nth-child(2):after {
    content: " ";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 37px;
    width: 100%;
	background-image: url(./cmn/images/rte_box03.jpg), url(./cmn/images/rte_box04.jpg);
    background-position: left bottom, right bottom;
    background-repeat: no-repeat, no-repeat;
    z-index: 1;
}
.sec_inner {
    margin-bottom: 40px;
}
#contents table {
    width: 100%;
}
.main_contents {
    padding: 290px 0 40px 50px;
	background: #F5EFE0 url(./cmn/images/bg.jpg) no-repeat center top;
    width: 720px;
    margin: auto;
}
.wf-r {
    line-height: 1.2;
}
#contents .main_contents h2 .wf-e {
    font-weight: bold;
}
#contents .main_contents h2 {
    color: #fff;
    line-height: 1.3;
    position: relative;
    margin-bottom: 0;
    font-size: 1.15em;
}
#contents .main_contents h3 {
    margin-bottom: 23px;
    margin-left: -1em;
    position: relative;
}
#contents .main_contents h4 {
    margin-bottom: 25px;
    color: #891912;
    font-size: 21px;
    line-height: 1.4;
	font-weight:bold;
}
#contents .main_contents p {
    line-height: 2.2;
    margin-bottom: 40px;
}
#contents .main_contents ul {
    max-width: 360px;
    font-size: 1.1em;
	margin-left:0;
	padding-left:0;
    list-style: none;
}
.main_contents li:first-child {
    display: none;
}
.main_contents li {
    padding: 5px 0;
    border-bottom: #891912 1px solid;
}
.main_contents li a {
    display: block;
    color: #4A3B28;
    line-height: 35px;
    padding: 20px 20px 20px 0;
}
.main_contents h2:after {
    position: absolute;
    left: -40px;
    top: -37px;
    content: "";
    display: block;
    width: 164px;
    height: 164px;
    border: 1px solid #fff;
    border-radius: 82px;
}
.main_contents li a:after {
    content: "　";
    display: inline-block;
    width: 34px;
    height: 35px;
    float: right;
}
.main_contents li:nth-child(2) a:after {
    background: #8E806F url(./cmn/images/pt04.png) no-repeat center center;
	background-size: 10px 6px;
}
.main_contents li:nth-child(3) a:after {
    background: #C5A443 url(./cmn/images/pt04.png) no-repeat center center;
	background-size: 10px 6px;
}
.main_contents li:nth-child(4) a:after {
    background: #1D113C url(./cmn/images/pt03.png) no-repeat center center;
	background-size: 10px 6px;
}
.main_contents li:nth-child(5) a:after {
    background: #8FB5B3 url(./cmn/images/pt04.png) no-repeat center center;
	background-size: 10px 6px;
}
.main_contents li:nth-child(6) a:after {
    background: #650800 url(./cmn/images/pt03.png) no-repeat center center;
	background-size: 10px 6px;
}

/*フロー*/
#headBox {
    background: #f7f5df;
    padding: 20px;
	margin-bottom:110px;
}
#headBox .leftBox {
    float: left;
    width: 100%;
    margin-right: -210px;
}
#headBox .leftBox .innerBox {
    margin-right: 210px;
}
#headBox .leftBox .innerBox h2 {
    color: #891911;
	background: url(./cmn/images/icon_ttl.gif) no-repeat left top;
    padding-left: 35px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
}
#headBox .leftBox .innerBox p {
    padding: 10px 0 0 0;
}
#headBox .rightBox {
    float: right;
    width: 175px;
}
#headBox .rightBox h3 {
    color: #08a5a5;
    font-size: 0.9em;
    line-height: 1.2;
    margin-top: 5px;
}
#flowBox .stepBox h3 {
    width: 316px;
    padding-left: 53px;
    color: #fff;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-size: 15.5px !important;
    letter-spacing: -0.5px;
}
#flowBox .stepBox h3 span {
    display: none;
}
#flowBox .stepBox {
    position: relative;
    width: auto;
    margin-left: 18px;
    padding: 19px 17px;
    border: dashed 2px #e48d18;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-bottom: 115px;
}
#flowBox .step01 h3 {
    height: 100px;
    background: url(./cmn/images/ttl_step01.png) no-repeat;
    padding-top: 30px;
    position: absolute;
    top: -90px;
    left: -20px;
}
#flowBox .step02 h3 {
    height: 111px;
    background: url(./cmn/images/ttl_step02.png) no-repeat;
    padding-top: 58px;
    position: absolute;
    top: -90px;
    left: -20px;
}
#flowBox .step03 h3 {
    height: 122px;
    background: url(./cmn/images/ttl_step03.png) no-repeat;
    padding-top: 54px;
    position: absolute;
    top: -110px;
    left: -20px;
}
#flowBox .step04 h3 {
    height: 111px;
    background: url(./cmn/images/ttl_step04.png) no-repeat;
    padding-top: 54px;
    position: absolute;
    top: -100px;
    left: -20px;
}
#flowBox .step05 h3 {
    height: 113px;
    background: url(./cmn/images/ttl_step05.png) no-repeat;
    padding-top: 56px;
    position: absolute;
    top: -100px;
    left: -20px;
}
#flowBox .step06 h3 {
    height: 101px;
    background: url(./cmn/images/ttl_step06.png) no-repeat;
    padding-top: 54px;
    position: absolute;
    top: -90px;
    left: -20px;
}
#flowBox .step07 h3 {
    height: 108px;
    background: url(./cmn/images/ttl_step07.png) no-repeat;
    padding-top: 58px;
    position: absolute;
    top: -90px;
    left: -20px;
}
#flowBox .step08 h3 {
    height: 113px;
    background: url(./cmn/images/ttl_step08.png) no-repeat;
    padding-top: 58px;
    position: absolute;
    top: -90px;
    left: -20px;
}
#flowBox .step09 h3 {
    height: 111px;
    background: url(./cmn/images/ttl_step09.png) no-repeat;
    padding-top: 56px;
    position: absolute;
    top: -85px;
    left: -20px;
}
#flowBox .step10 h3 {
    height: 113px;
    background: url(./cmn/images/ttl_step10.png) no-repeat;
    padding-top: 52px;
    position: absolute;
    top: -90px;
    left: -20px;
}
#flowBox .step11 h3 {
    height: 106px;
    background: url(./cmn/images/ttl_step11.png) no-repeat;
    padding-top: 54px;
    position: absolute;
    top: -90px;
    left: -20px;
}
#flowBox .step12 h3 {
    height: 115px;
    background: url(./cmn/images/ttl_step12.png) no-repeat;
    padding-top: 54px;
    position: absolute;
    top: -90px;
    left: -20px;
}
#flowBox .step13 h3 {
    height: 105px;
    background: url(./cmn/images/ttl_step13.png) no-repeat;
    padding-top: 56px;
    position: absolute;
    top: -90px;
    left: -20px;
}
#flowBox .step14 h3 {
    height: 100px;
    background: url(./cmn/images/ttl_step14.png) no-repeat;
    padding-top: 30px;
    position: absolute;
    top: -90px;
    left: -20px;
}
#flowBox .stepBox .txtBox {
    float: left;
    width: 100%;
    margin-right: -200px;
}
#flowBox .stepBox .txtBox p {
    margin-right: 200px;
    padding-bottom: 0;
    padding-top: 8px;
}
#flowBox .stepBox .imgBox {
    float: right;
    width: 190px;
}
#categoryFreePage {
    padding: 0;
}
.dinb.tax_wrap .dinb_inner {
    width: 31%;
    margin: 1%;
    vertical-align:top;
    /* background:#000; */
    position:relative;
}
.dinb.tax_wrap .dinb_inner:after {
    content: "";
    clear: both;
    display: block;
}
.dinb.tax_wrap img.f_l {
    width: 100%;
    float: left;
    margin-right: 0;
    height: 152px;
    object-fit: cover;
    /* opacity: 0.6; */
    transition-duration: 0.3s;
}
.dinb.tax_wrap img.f_l:hover {
	opacity:unset;
	transition-duration:unset;
	cursor:pointer;
}

.f_left {
	float: left;
}

.f_right {
	float: right;
}

#staff1,
#staff2,
#staff3,
#staff4,
#staff5,
#staff6,
#staff7,
#staff8,
#staff9,
#staff10,
#staff11,
#staff12,
#staff13,
#staff14,
#staff15{
    padding-top: 100px;
    margin-top: -100px;
}

.customer_voice {padding: 16px 22px 0;}

.news_label {
	    padding: 6px;
    margin-right: 8px;
    background: #ff6347;
    color: #fff;
}

.event_label {
	    padding: 6px;
    margin-right: 8px;
    background: #3cb371;
    color: #fff;
}

.voice_label {
	    padding: 6px;
    margin-right: 8px;
    background: #4682b4;
    color: #fff;
}

.nottodo {
	max-width:100%;
}

/*faq*/

lavel:fs200:first-letter {
    font-size:2em;
}

.faq {
    display: block;
    margin: 0 0 4px 0;
    padding : 15px;
    line-height: 1;
    color :#fff;
    background: #891911;
    cursor :pointer;
  border-radius: 5px;
  position: relative;
  z-index: 1;
}

.faq::after {
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  right: 1em;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  z-index: -1;
}


#type1,
#type2,
#type3,
#type4,
#type5,
#type6,
#type7,
#type8,
#type9,
#type10,
#type11,
#type12,
#type13,
#type14,
#type15,
#type16,
#type17,
#type18,
#type19,
#type20,
#type21,
#type22,
#type23,
#type24 {
    display: none;
}

.menu ul {
    margin: 0;
    padding: 0;
    background :#f4f4f4;
    list-style: none;
}

.menu li {
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

#type1:checked ~ #links1 li,
#type2:checked ~ #links2 li,
#type3:checked ~ #links3 li,
#type4:checked ~ #links4 li,
#type5:checked ~ #links5 li,
#type6:checked ~ #links6 li,
#type7:checked ~ #links7 li,
#type8:checked ~ #links8 li,
#type9:checked ~ #links9 li,
#type10:checked ~ #links10 li,
#type11:checked ~ #links11 li,
#type12:checked ~ #links12 li,
#type13:checked ~ #links13 li,
#type14:checked ~ #links14 li,
#type15:checked ~ #links15 li,
#type16:checked ~ #links16 li,
#type17:checked ~ #links17 li,
#type18:checked ~ #links18 li,
#type19:checked ~ #links19 li,
#type20:checked ~ #links20 li,
#type21:checked ~ #links21 li,
#type22:checked ~ #links22 li,
#type23:checked ~ #links23 li,
#type24:checked ~ #links24 li

 {

    height: auto;
    opacity: 1;
		padding:16px;

}










/* ------------------------------------------ */
/* concept/page01 :  匠が建てる家 ------------- */
/* ------------------------------------------ */
.headTitle:after{ content:"."; height:0; line-height:0; clear:both; display:block; visibility:hidden; }
.headTitle{ display:block;}
.headTitle:before{ content:""; display:inline-block; padding-bottom:66.216216%;}


#concept01 #contents .main_content { max-width: 740px!important;}
#concept01 .main_content { margin-top:2px; border-width:18px 15px 20px; border-color:#4A3B28; border-style:solid; background:url(/wp-content/themes/JAMTPL/cmn/images/concept01-img01.jpg) no-repeat center top;}
#concept01 .main_content h2{ color:#891912; line-height:1.3; position:relative; font-size:1.15em; float:right; margin: 60px 50px 0 0;}
#concept01 .main_content h2:before{ position:absolute; left:-30px; top:-30px; content:""; display:block; width:151px; height:151px; border:1px solid #891912; border-radius:82px;}
#concept01 .main_content h2 span{ text-shadow:0 0 2px #fff,0 0 3px #fff,0 0 4px #fff,0 0 5px #fff,0 0 6px #fff,0 0 8px #fff,0 0 10px #fff,0 0 12px #fff,0 0 14px #fff,0 0 16px #fff;}
#concept01 .main_content h2 .wf-r{line-height: 1.2;}
#concept01 .main_content h2 .wf-e{color:#E38B00;font-weight:bold;display: block;}

#concept01 .main_content h3{ margin: 67px 19px 0 80px; position:relative; float:right; width:50px; line-height:1; text-align:center;    clear: unset;}
#concept01 .main_content h3.pc{ display:block;clear: unset;}
#concept01 .main_content h3.tbsp{ display:none;}
#concept01 .main_content h3.tbsp img{ width:187px; height:auto;}

#concept01 .main_content h4{ margin:10px 0 30px; color:#891912; font-size:21px; line-height:1.4;}
#concept01 .main_content .txt{ margin:0 20px; overflow:hidden;}
#concept01 .main_content .img{ float:right; margin:20px 25px 10px 10px;}

#concept01 .main_content .voice{ background:#9C9389;padding:70px 23px 20px; }
#concept01 .main_content .voice .inner{ background:#EFE6CB; }
#concept01 .main_content .voice .v_txt{ background:#C4D5E1;}
#concept01 .main_content .voice .v_txt h5{background:#206490;font-size: 20px;}
#concept01 .main_content .voice .v_txt h6{color:#206490;font-size: 20px;}
#concept01 .main_content .voice .v_img img{ margin-top:-22%;}


@media screen and (max-width:770px){
	#concept01 #contents .main_content { max-width: 100%; width: auto; display:block; float: inherit;}
	#concept01 .main_content { margin-top:1px; padding:0; background: url(/wp-content/themes/JAMTPL/cmn/images/concept01-img01.jpg) no-repeat center top; background-size:contain;}
	#concept01 .main_content h2{ margin: 40px 40px 0 0;}
	#concept01 .main_content h2:after{ content:"."; height:0; line-height:0; clear:both; display:block; visibility:hidden; }
	#concept01 .main_content h2{ display:block;}
	#concept01 .main_content h3 { letter-spacing:0; width:auto; float:inherit;margin: 0 0 23px 20px;text-align:left; line-height: 1.1;clear: unset;}
	#concept01 .main_content h3.pc{ display:none;}
	#concept01 .main_content h3.tbsp{ display:block;}
	#concept01 .main_content h4{ margin:0 0 32px; letter-spacing:-.05em; font-size:20px;}
	#concept01 .main_content .txt{ margin:0 0 0 20px;}
	#concept01 .main_content .img{ float:right; margin:-80px 0 10px 0; width:42%;}
	#concept01 .main_content .img2{ padding-bottom:25px;}
}
@media screen and (max-width:599px){
	#concept01 .main_content { border:none;padding-top:10px;}
	#concept01 .main_content .txt{ margin:0 15px;}
	#concept01 .main_content .img{ display:none;}
	#concept01 .main_content .sp { text-align:center;}

	#concept01 .main_content h2{ margin-left:35px; margin-bottom:40px; line-height:1.2;}
	#concept01 .main_content h2:after{ left:-35px; top:-35px;}
	#concept01 .main_content h3 { letter-spacing:0;}
	#concept01 .main_content h3.tbsp img{ width:167px;}
	#concept01 .main_content h4{ font-size:19px; letter-spacing:0;}
	#concept01 .main_content .voice{ display:block; background:none; padding:0; margin:10px 0 0;}
}
@media screen and (max-width:370px){
	#concept01 .main_content { background-size:370px 245px;}
	#concept01 .main_content h3 { margin-top:35px;}
}





/* ------------------------------------------ */
/* 記事下部：お客様の声 ------------------------ */
/* ------------------------------------------ */
.main_content .voice:after{ content:"."; height:0; line-height:0; clear:both; display:block; visibility:hidden; }
.main_content .voice{ display:block; padding:70px 23px 20px; }
.main_content .voice .inner{ padding:12px; border-radius:5px;}
.main_content .voice .v_txt{ float:right; padding:15px 0 20px; width:53.7313%; border-radius:10px;}
.main_content .voice .v_txt h5,
.main_content .voice .v_txt h6,
.main_content .voice .v_txt p{ padding:0; margin:0 20px 1.2em;}
.main_content .voice .v_txt h5{ color:#fff; padding:4px 10px; display:inline-block; /*font-family: "FOT-ロダン ProN M";*/}
.main_content .voice .v_txt h6{ font-size:1.35em;line-height: 1.3; /*font-family: "FOT-ロダン ProN DB";*/}
.main_content .voice .v_txt p{ padding:0; margin:0 20px 1.2em;}
.main_content .voice .v_txt p a{ float:right; display:inline-block; background:#1C103C url(/wp-content/themes/JAMTPL/cmn/images/concept01-pt03.png) no-repeat left center; background-size:10px 6px; color:#fff; border-left:7px solid #1C103C; box-shadow:1px 0 0 #fff inset; /*font-family: "FOT-ロダン ProN M";*/    font-size: 0.85em;line-height: 1.4;padding: 0 20px;}
.main_content .voice .v_txt p a:hover{ text-decoration:none;}
.main_content .voice .v_img{ position:relative; width:46.2687%; text-align:right;}
.main_content .voice .v_img img{ margin-top:-22%;}
.main_content .voice .v_img:after{ content:""; display:block; width:24px; height:100%; position:absolute; top:0; right:-12px; background:url(/wp-content/themes/JAMTPL/cmn/images/img_note.png) no-repeat center top;}

@media screen and (max-width:770px){
	.main_content .voice{ margin:5px 0 0; }
	.main_content .voice .inner{ background:#EFE6CB; padding:12px; border-radius:5px; margin:0 -34px;}
	.main_content .voice .v_txt h6{ font-size:1.2em;}
}
@media screen and (max-width:599px){
	.main_content .voice{ display:block; background:none; padding:0; margin:10px 0 0;}
	.main_content .voice .inner{ background:none; padding:0; margin:0;}
	.main_content .voice .v_txt{ float:inherit; padding:15px 15px 50px; width:auto; border-radius:0;}
	.main_content .voice .v_img{ display:none;}
	.main_content .voice .v_txt h5,
	.main_content .voice .v_txt h6,
	.main_content .voice .v_txt p{ padding:0; margin:0 0 1.2em;}
	.main_content .voice .v_txt h5{ padding:4px 10px;}
}



/* ------------------------------------------ */
/* concept/page02 :  大切なのは“住み心地”    */
/* ------------------------------------------ */
#concept02 #contents .main_content { max-width: 740px!important;}
#concept02 .main_content { margin-top:2px; border-width:18px 15px 20px; border-color:#C5A443; border-style:solid; background: url(/wp-content/themes/JAMTPL/cmn/images/concept02-img01.jpg) no-repeat center top;}
#concept02 .main_content h2{ color:#891912; line-height:1.3; position:relative; font-size:1.15em; float:right; margin: 60px 50px 0 0;}
#concept02 .main_content h2:before{ position:absolute; left:-30px; top:-30px; content:""; display:block; width:151px; height:151px; border:1px solid #891912; border-radius:82px;}
#concept02 .main_content h2 span{ text-shadow:0 0 2px #fff,0 0 3px #fff,0 0 4px #fff,0 0 5px #fff,0 0 6px #fff,0 0 8px #fff,0 0 10px #fff,0 0 12px #fff,0 0 14px #fff,0 0 16px #fff;}
#concept02 .main_content h2 .wf-r{line-height: 1.2;}
#concept02 .main_content h2 .wf-e{ color:#E38B00;font-weight:bold;}

#concept02 .main_content h3{ margin: 70px 32px 0 0; position:relative; float:right; width:75px; line-height:1; text-align:center; text-shadow:0 0 5px #fff,0 0 10px #fff,0 0 15px #fff;clear: unset;}
#concept02 .main_content h3.pc{ display:block;}
#concept02 .main_content h3.tbsp{ display:none;}

#concept02 .main_content h4{ margin:10px 0 30px; color:#891912; font-size:21px; line-height:1.4;}
#concept02 .main_content .txt{ margin:0 20px; overflow:hidden;}
#concept02 .main_content .img{ float:left; margin:0 40px 10px 25px;}

#concept02 .main_content .voice{ background:#DECC9B;padding:70px 23px 20px; }
#concept02 .main_content .voice .inner{ background:#EFE6CB; }
#concept02 .main_content .voice .v_txt{ background:#F9E07E;}
#concept02 .main_content .voice .v_txt h5{background:#E28A00;font-size: 20px;}
#concept02 .main_content .voice .v_txt h6{color:#F28D00;font-size: 20px;}
#concept02 .main_content .voice .v_img img{ margin-top:-16%;}

@media screen and (max-width:770px){
	#concept02 #contents .main_content { max-width: 100%; width: auto; display:block; float: inherit;}
	#concept02 .main_content { margin-top:1px; padding:0; background-size:contain;}
	#concept02 .main_content h2{ margin: 40px 40px 0 0;}
	#concept02 .main_content h2:after{ content:"."; height:0; line-height:0; clear:both; display:block; visibility:hidden; }
	#concept02 .main_content h2{ display:block;}
	#concept02 .main_content h3 { letter-spacing:0; width:auto; float:inherit; margin:20px 0px 30px 280px; text-align:left; line-height: 1.1;}
	#concept02 .main_content h3.pc{ display:none;}
	#concept02 .main_content h3.tbsp{ display:block;}
	#concept02 .main_content h3.tbsp img{ width:284px; height:auto;}
	#concept02 .main_content h4{ margin:0 0 20px; letter-spacing:-.05em; font-size:20px;}
	#concept02 .main_content .txt{ margin:0 10px 0 20px;}
	#concept02 .main_content .img{ margin:-90px 20px 10px; }

	#concept02 .main_content h3 span.t1{ font-size:27px; font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;}
	#concept02 .main_content h3 span.t2{ font-size:25px; /*font-family: "FOT-ロダン ProN M";*/}
	#concept02 .main_content h3 span.t3{ font-size:30px; font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;}
}
@media screen and (max-width:599px){
	#concept02 .main_content { border:none;padding-top:10px;}
	#concept02 .main_content .txt{ margin:0 15px;}
	#concept02 .main_content .img{ display:none;}
	#concept02 .main_content .sp { text-align:center;}

	#concept02 .main_content h2{ margin-left:35px; margin-bottom:40px; line-height:1.2;}
	#concept02 .main_content h2:after{ left:-35px; top:-35px;}
	#concept02 .main_content h3 { letter-spacing:0; margin-left:15px;}
	#concept02 .main_content h3.tbsp img{ width:282px;}
	#concept02 .main_content h4{ font-size:19px; letter-spacing:0;}
	#concept02 .main_content .voice{ display:block; background:none; padding:0; margin:10px 0 0;}
}
@media screen and (max-width:370px){
	#concept02 .main_content { background-size:370px 245px;}
	#concept02 .main_content h3 { margin-top:37px;}
	#concept02 .main_content h4{margin: 0 0 30px;}
}



/* ------------------------------------------ */
/* concept/page03 :  地域に在り続けるという約束 -- */
/* ------------------------------------------ */

#concept03 .headTitle:before {padding-bottom: 60.216%;}
#concept03 #contents .main_content { max-width: 740px!important;}
#concept03 .main_content { margin-top:2px; border-width:18px 15px 20px; border-color:#650800; border-style:solid; background: url(/wp-content/themes/JAMTPL/cmn/images/concept03-img01.jpg) no-repeat center top;}
#concept03 .main_content h2{ color:#891912; line-height:1.3; position:relative; font-size:1.15em; float:right; margin: 60px 50px 0 0;}
#concept03 .main_content h2:before{ position:absolute; left:-30px; top:-30px; content:""; display:block; width:151px; height:151px; border:1px solid #891912; border-radius:82px;}
#concept03 .main_content h2 span{ text-shadow:0 0 2px #fff,0 0 3px #fff,0 0 4px #fff,0 0 5px #fff,0 0 6px #fff,0 0 8px #fff,0 0 10px #fff,0 0 12px #fff,0 0 14px #fff,0 0 16px #fff;}
#concept03 .main_content h2 .wf-r{line-height: 1.2;}
#concept03 .main_content h2 .wf-e{color:#E38B00;font-weight:bold;display: block;}

#concept03 .main_content h3{ margin:4px 15px 0 0; position:relative; float:right; width:90px; line-height:1; text-align:center;clear: unset;}
#concept03 .main_content h3.pc{ display:block;}
#concept03 .main_content h3.tbsp{ display:none;}

#concept03 .main_content h4{ margin:10px 0 30px; color:#891912; font-size:21px; line-height:1.4;}
#concept03 .main_content .txt{ margin:0 20px 30px; overflow:hidden;}
#concept03 .main_content .img{ float:left; margin:20px 40px 10px 25px;}

#concept03 .main_content .voice{ background:#92534E; padding:90px 23px 20px; }
#concept03 .main_content .voice .inner{ background:#EFE6CB;}
#concept03 .main_content .voice .v_txt{ background:#F0D2CA;}
#concept03 .main_content .voice .v_txt h5{background:#891912;font-size: 20px;}
#concept03 .main_content .voice .v_txt h6{color:#BD625B;font-size: 20px;}
#concept03 .main_content .voice .v_img img{ margin-top:-28%;}

@media screen and (max-width:770px){
	#concept03 #contents .main_content { max-width: 100%; width: auto; display:block; float: inherit;}
	#concept03 .main_content { margin-top:1px; padding:0; background-size:contain;}
	#concept03 .main_content h2{ margin: 40px 40px 0 0;}
	#concept03 .main_content h2:after{ content:"."; height:0; line-height:0; clear:both; display:block; visibility:hidden; }
	#concept03 .main_content h2{ display:block;}
	#concept03 .main_content h3 { letter-spacing:0; width:auto; float:inherit; margin:20px 0 20px 280px; text-align:left; line-height: 1.1;}
	#concept03 .main_content h3.pc{ display:none;}
	#concept03 .main_content h3.tbsp{ display:block;}
	#concept03 .main_content h3.tbsp img{ width:223px; height:auto;}
	#concept03 .main_content h4{ margin:0 0 20px; letter-spacing:-.05em; font-size:20px;}
	#concept03 .main_content .txt{ margin:0 10px 0 20px;}
	#concept03 .main_content .img{ margin:-90px 20px 10px; }

	#concept03 .main_content h3 span.t1{ font-size:27px;}
	#concept03 .main_content h3 span.t2{ font-size:25px;}
	#concept03 .main_content h3 span.t3{ font-size:30px;}
	#concept03 .main_content h3 span.t4{ font-size:25px;}
	#concept03 .main_content h3 span.t5{ font-size:27px;}
}
@media screen and (max-width:599px){
	#concept03 .main_content { border:none;padding-top:10px;}
	#concept03 .main_content .txt{ margin:0 15px;}
	#concept03 .main_content .img{ display:none;}

	#concept03 .main_content h2{ margin-left:35px; margin-bottom:40px; line-height:1.2;}
	#concept03 .main_content h2:after{ left:-35px; top:-35px;}
	#concept03 .main_content h3 { letter-spacing:0; margin-left:15px;}
	#concept03 .main_content h4{ font-size:19px; letter-spacing:0;}
	#concept03 .main_content .voice{ display:block; background:none; padding:0; margin:10px 0 0;}
}
@media screen and (max-width:370px){
	#concept03 .main_content { background-size:370px 245px;}
	#concept03 .main_content h3 { margin-top:40px;}
}

/* ------------------------------------------ */
/* concept/page04 :  職人を育てています -------- */
/* ------------------------------------------ */
#concept04 #contents .main_content { max-width: 740px!important;}
#concept04 .main_content { margin-top:2px; border-width:18px 15px 20px; border-color:#1D113C; border-style:solid; background: url(/wp-content/themes/JAMTPL/cmn/images/concept04-img01.jpg) no-repeat center top;}
#concept04 .main_content h2{ color:#891912; line-height:1.3; position:relative; font-size:1.15em; float:right; margin: 60px 50px 0 0;}
#concept04 .main_content h2:before{ position:absolute; left:-30px; top:-30px; content:""; display:block; width:151px; height:151px; border:1px solid #891912; border-radius:82px;}
#concept04 .main_content h2 span{ text-shadow:0 0 2px #fff,0 0 3px #fff,0 0 4px #fff,0 0 5px #fff,0 0 6px #fff,0 0 8px #fff,0 0 10px #fff,0 0 12px #fff,0 0 14px #fff,0 0 16px #fff;}
#concept04 .main_content h2 .wf-r{line-height: 1.2;}
#concept04 .main_content h2 .wf-e{color:#E38B00;font-weight:bold;display: block;}

#concept04 .main_content h3{ margin: 70px 34px 0 0; position:relative; float:right; width:50px; line-height:1; text-align:center;clear: unset;}
#concept04 .main_content h3.pc{ display:block;}
#concept04 .main_content h3.tbsp{ display:none;}

#concept04 .main_content h4{ margin:10px 0 30px; color:#891912; font-size:21px; line-height:1.4;}
#concept04 .main_content .txt{ margin:0 20px 50px; overflow:hidden;}
#concept04 .main_content .img{ float:left; margin:6px 40px 10px 25px;}

#concept04 .main_content .voice{ background:#615976;padding:100px 23px 20px; }
#concept04 .main_content .voice .inner{ background:#EFE6CB;}
#concept04 .main_content .voice .v_txt{ background:#DDCFAE;}
#concept04 .main_content .voice .v_txt h5{background:#B38351;font-size: 20px;}
#concept04 .main_content .voice .v_txt h6{color:#A46A2E;font-size: 20px;}
#concept04 .main_content .voice .v_img img{ margin-top:-30%;}

@media screen and (max-width:770px){
	#concept04 #contents .main_content { max-width: 100%; width: auto; display:block; float: inherit;}
	#concept04 .main_content { margin-top:1px; padding:0; background-size:contain;}
	#concept04 .main_content h2{ margin: 40px 40px 0 0;}
	#concept04 .main_content h2:after{ content:"."; height:0; line-height:0; clear:both; display:block; visibility:hidden; }
	#concept04 .main_content h2{ display:block;}
	#concept04 .main_content h3 { letter-spacing:0; width:auto; float:inherit; margin:10px 0px 30px 240px; text-align:left; line-height: 1.1;}
	#concept04 .main_content h3.pc{ display:none;}
	#concept04 .main_content h3.tbsp{ display:block;}
	#concept04 .main_content h3.tbsp img{ width:252px; height:auto;}
	#concept04 .main_content h4{ margin:0 0 20px; letter-spacing:-.05em; font-size:20px;}
	#concept04 .main_content .txt{ margin:0 10px 0 20px;}
	#concept04 .main_content .img{ margin:-60px 20px 10px; }

	#concept04 .main_content h3 span.t1{ font-size:30px;}
	#concept04 .main_content h3 span.t2{ font-size:25px;}
	#concept04 .main_content h3 span.t3{ font-size:27px;}
	#concept04 .main_content h3 span.t4{ font-size:25px;}
}
@media screen and (max-width:599px){
	#concept04 .main_content { border:none;padding-top:10px;}
	#concept04 .main_content .txt{ margin:0 15px 15px;padding-bottom: 320px; background:url(/wp-content/themes/JAMTPL/cmn/images/concept04-img02.jpg) no-repeat 15px bottom}
	#concept04 .main_content .img{ display:none;}
	#concept04 .main_content .sp { text-align:center;}

	#concept04 .main_content h2{ margin-left:35px; margin-bottom:40px; line-height:1.2;}
	#concept04 .main_content h2:after{ left:-35px; top:-35px;}
	#concept04 .main_content h3 { letter-spacing:0;margin: 0 0 20px 15px;}
	#concept04 .main_content h3.tbsp img{ width:246px;}
	#concept04 .main_content h4{ font-size:19px; letter-spacing:0;margin: 0 0 37px;}
	#concept04 .main_content .voice{ display:block; background:none; padding:0; margin:10px 0 0;}
}
@media screen and (max-width:370px){
	#concept04 .main_content { background-size:370px 245px;}
	#concept04 .main_content h3 { margin-top:40px;}
}

/* ------------------------------------------ */
/* modelhouse01 : 我孫子の家 -------- */
/* ------------------------------------------ */


 #modelhouse01 #wide{ background:#fff url(/wp-content/themes/JAMTPL/cmn/images/modelhouse01-img01.jpg) no-repeat right top; padding:0; max-width:980px; margin:7px auto 40px;}

 #modelhouse01 #wide h2{ font-size:2em; margin-bottom:12px;}
 #modelhouse01 h2 span.wf-d{ font-weight:bold;font-size:1.4em; color:#881912;}
 #modelhouse01 h2 span b{ font-weight:bold; color:#CF8943;}
 #modelhouse01 h3{
	color:#fff;
	/*font-family: "FOT-ロダン ProN DB";*/
	font-size:1.2em;
	padding:2px 10px;
	max-width:330px;
	margin-bottom:30px;
	background:#C95C00;
	background: -moz-linear-gradient(left,  rgba(201,92,0,1) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(201,92,0,1)), color-stop(100%,rgba(255,255,255,0)));
	background: -webkit-linear-gradient(left,  rgba(201,92,0,1) 0%,rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(left,  rgba(201,92,0,1) 0%,rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(left,  rgba(201,92,0,1) 0%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to right,  rgba(201,92,0,1) 0%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c95c00', endColorstr='#00ffffff',GradientType=1 );
}
 #modelhouse01 h5{ font-size:1.5em; color:#B3A296; padding-bottom:2px; margin-bottom:3px; border-bottom:#B3A296 1px solid; /*font-family: 'Cantarell', sans-serif;*/}
 #modelhouse01 h4{ font-size:1.4em; color:#4A3B28; margin-bottom:10px; /*font-family: "FOT-ロダン ProN M";*/}
 #modelhouse01 p.img{padding-bottom:10px;max-width: 90%;}

 #modelhouse01 .box01{ width:612px; margin-bottom:40px;}
 #modelhouse01 .box01 p.lead{margin-bottom:1em;}
 #modelhouse01 .box02{ width:310px; margin-bottom:40px; float:left; margin-right:25px;}
 #modelhouse01 .box03{ width:435px; margin-bottom:40px; float:left;}
 #modelhouse01 .box04{ width:435px; margin-bottom:40px; float:left; margin-right:25px;}
 #modelhouse01 .box04 p{ overflow:hidden;}
 #modelhouse01 .box04 .img2{ float:left; margin-right:12px;}
 #modelhouse01 .box04 .img3{ padding:0 12px; overflow:hidden;}
 #modelhouse01 .box05{ width:310px; margin-bottom:40px; float:left;}
 #modelhouse01 .box06:before,#modelhouse01 .box06:after { content:""; display:table;}
 #modelhouse01 .box06:after { clear:both;}
 #modelhouse01 .box06 {*zoom:1; clear:both; margin-bottom:40px;}
 #modelhouse01 .box06 .img{ float:left;}
 #modelhouse01 .box06 .img1{ float:left; margin-right:140px;}
 #modelhouse01 .box06 .img3{ float:right;padding-left:15px;margin-top:-115px;}
 #modelhouse01 .box07{ width:544px; margin:0 auto 40px;}
 #modelhouse01 .box08{background:#E9DDB8 url(/wp-content/themes/JAMTPL/cmn/images/modelhouse01-img13bg.jpg) no-repeat 15px top;-webkit-background-size:140px 70px;background-size:140px 70px;border-radius:10px;padding: 20px 20px;margin:0 auto 50px;}
 #modelhouse01 .box08 p{ overflow:hidden;}
 #modelhouse01 .box08 .img{ float:left; padding:40px 20px 40px 15px;}
 #modelhouse01 .box09 { border-top:3px solid #4A3B28; border-bottom:3px solid #4A3B28; margin:0 auto 40px;}
 #modelhouse01 .box09 h6{ border-bottom:1px dotted #4A3B28; padding:10px 5px; color:#891911; /*font-family: "FOT-ロダン ProN DB";*/ font-size:1.2em; margin-bottom:10px;}
 #modelhouse01 .box09 .img{ float:right; margin:0 30px 10px 10px;}
 #modelhouse01 .box09 dl{ background: url(/wp-content/themes/JAMTPL/cmn/images/modelhouse01-tel.gif) no-repeat left top; padding:12px 0 0 60px;}
 #modelhouse01 .box09 dt a{ color:#891912; margin:0 auto 15px; /*font-family: 'Cantarell', sans-serif;*/ font-size:2.4em; letter-spacing: normal; text-decoration:none;}
 #modelhouse01 .box09 dt span{ font-size:1.2em;}
 #modelhouse01 .box09:before, #modelhouse01 .box09:after {content:"";display:table;}
 #modelhouse01 .box09:after {clear:both;}
 #modelhouse01 .box09 {*zoom:1;}


@media screen and (max-width:1000px){
	 #modelhouse01 #wide{ background:#fff url(/wp-content/themes/JAMTPL/cmn/images/modelhouse01-img01sp.jpg) no-repeat right top; -webkit-background-size:290px 510px; background-size:290px 510px; padding:40px 15px 0; max-width:740px; margin:7px auto 40px; width:auto; display: block;}
	 #modelhouse01 img{ max-width:100%; height: auto;}
	 #modelhouse01 .box01{ width:52.63%;}
}

@media screen and (max-width:800px){
	 #content { padding:0 15px; width:auto; display: block;}
	 #modelhouse01 .box02{ width:40.26%; margin-right:3%;}
	 #modelhouse01 .box03{ width:56.5%;}
	 #modelhouse01 .box04{ width:56.5%; margin-right:3%;}
	 #modelhouse01 .box04 .img2 { width:38%;}
	 #modelhouse01 .box04 .img3 { text-align: right;}
	 #modelhouse01 .box05{ width:40.26%;}
	 #modelhouse01 .box06 .img1{ width:49.47%; margin-right:1.06%;}
	 #modelhouse01 .box06 .img2{ width:49.47%;}
	 #modelhouse01 .box07{ width:70.7%;}
	 #modelhouse01 .box09 .img { margin: 0 10px 10px 0;}
	 #modelhouse01 .box09 dt a{ font-size:2.2em;}
}

@media screen and (max-width:599px){
	 #modelhouse01 #wide{ padding:30px 15px 0; background-position: center 100px;}
	 #modelhouse01 #wide h2{ font-size:1.8em; }
	 #modelhouse01 h3 { margin-bottom: 540px;}
	 #modelhouse01 .box01{ width:100%;}
	 #modelhouse01 .box02{ width:100%; margin-right:0; float:inherit;}
	 #modelhouse01 .box03{ width:100%;}
	 #modelhouse01 .box04{ width:100%; margin-right:0; float:inherit;}
	 #modelhouse01 .box04 .img2 { width:38%;}
	 #modelhouse01 .box05{ width:100%;}
	 #modelhouse01 .box06 .img1{ width:100%; margin-right:0; float:inherit;}
	 #modelhouse01 .box06 .img2{ width:100%; }
	 #modelhouse01 .box06 .img3{margin-top:-100px;}
	 #modelhouse01 .box06 .img3 img{width:40px;height:112px;}
	 #modelhouse01 .box07{ width:100%;}
	 #modelhouse01 .box08 .img{ float:inherit; padding:0 0 10px 140px;}
	 #modelhouse01 .box08 img{ width:98px;}
	 #modelhouse01 .box09 .img { display:none;}
	 #modelhouse01 .box09 h6 { padding: 10px 0; font-size: 1.15em;}
	 #modelhouse01 .box09 dl{ background: none; padding:0 0 10px;}
	 #modelhouse01 .box09 dt a{ display:block; color:#fff; background:#891912 url(/wp-content/themes/JAMTPL/cmn/images/modelhouse02-pt03.png) no-repeat 10% center; background-size:8px 5px; -webkit-background-size:8px 5px; margin:0 auto 10px; padding:8px; text-align:center; font-size:1.2em;}
	 #modelhouse01 .box09 dt span{ font-size:1.4em;}

}



/* ------------------------------------------ */
/* modelhouse02 : モデルハウス　　　-------- */
/* ------------------------------------------ */
#modelhouse02 #contents_wrap .img02{
  max-width: 100%;
}
#modelhouse02 #contents_wrap .img02 img{
  max-width: 297px;
  height:215px;
  object-fit:cover;
}
#modelhouse02 #contents_wrap .livingimg img { height: 368px;}

/* #modelhouse02 #wrap { background:url(/wp-content/themes/JAMTPL/cmn/images/modelhouse02-img01n.png) no-repeat center 0px;} */
#modelhouse02 #navi { background: none;}
#modelhouse02 #contents_wrap { background: none;}

#modelhouse02 #contents_wrap #wide {text-align:center;padding-top: 684px;}
#modelhouse02 #contents_wrap #wide h3 { display:block; color:#4E9E9B; /*font-family: "FOT-ロダン ProN B";*/ padding:20px 0 8px; background:url(/wp-content/themes/JAMTPL/cmn/images/modelhouse02-ico01.png) no-repeat center top; font-size:1.1em; letter-spacing:.1em; margin-top:0px;}
#modelhouse02 #contents_wrap #wide h2{ display:inline-block; border:3px solid #4A3B28; background:rgba(255,255,255,.85); background:url(/wp-content/themes/JAMTPL/cmn/images/modelhouse02-bg.png);  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif; font-size:1.1em; letter-spacing:.6em; line-height:1.4; padding-top:2px; margin-bottom:12px;}
#modelhouse02 #contents_wrap #wide h2 span{ display:block; border-top:1px solid #4A3B28; font-size:3em; letter-spacing:.1em; padding:0 50px 10px; margin-top:2px;line-height: 1.25;}
#modelhouse02 #contents_wrap #wide p{ /*font-family: "FOT-ロダン ProN DB";*/ font-size:1.1em; padding-bottom: 295px;}
#modelhouse02 #contents_wrap #wide p a{ display:inline-block; color:#fff; background:#891912 url(/wp-content/themes/JAMTPL/cmn/images/modelhouse02-pt03.png) no-repeat left center; background-size:14px 8px; padding: 12px 18px 12px 26px; border-left:#891912 solid 8px; box-shadow:1px 0 0 #fff inset;}
#modelhouse02 #contents_wrap #wide p a:hover{ text-decoration:none;color: #f39f45;}
#modelhouse02 #contents_wrap .side_menu{margin-top:10px;}

#modelhouse02 #contents_wrap .box02:after { content:"."; height:0; line-height:0; clear:both; display:block; visibility:hidden;}
#modelhouse02 #contents_wrap .box02 {display:block;margin-bottom:50px;margin-top: 2em;}
#modelhouse02 #contents_wrap .box02 .txt{/* width: 400px; */float:left;padding-top:20px;}
#modelhouse02 #contents_wrap .box02 .img{max-width: 540px;float:right;}
#modelhouse02 #contents_wrap .box02 .txt p {  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif; font-size:18px; color:#4A3B28; line-height:1.6; text-shadow: 0 0 3px #E9BB78;padding-bottom: 30px;}
#modelhouse02 #contents_wrap .box02 .txt p.red { color:#881912;}
#modelhouse02 #contents_wrap .box02 img{ padding-bottom:20px;}
#modelhouse02 #contents_wrap .box02 .img2 img{ float:left;}
#modelhouse02 #contents_wrap .box02 .img2 img:nth-child(2),
#modelhouse02 #contents_wrap .box02 .img2 img:nth-child(5){ float:right;}


#modelhouse02 #contents_wrap .box03 { border:3px solid #4A3B28; background:url(/wp-content/themes/JAMTPL/cmn/images/modelhouse02-bg03.gif) repeat; padding-bottom:10px; margin-bottom:60px;}
#modelhouse02 #contents_wrap .box03 h4{  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif; font-size:2em; border-bottom:1px solid #4A3B28; line-height:32px; height:62px; padding:14px 0 15px 130px; margin-bottom:20px; background:url(/wp-content/themes/JAMTPL/cmn/images/modelhouse02-ico02.jpg) no-repeat left center;}
#modelhouse02 #contents_wrap .box03 p,
#modelhouse02 #contents_wrap .box03 div,
#modelhouse02 #contents_wrap .box03 h5{ margin: 0 24px;}
#modelhouse02 #contents_wrap .box03 h5{ border-bottom:1px dotted #4A3B28; padding-bottom: 5px; padding-left: 28px; margin-bottom: 10px; line-height:22px; background:url(/wp-content/themes/JAMTPL/cmn/images/modelhouse02-ico03.jpg) no-repeat left top; }
#modelhouse02 #contents_wrap .box03 div{ margin: 10px 24px 20px; /*font-family: "FOT-ロダン ProN DB";*/ font-size:1.1em; color:#4A3B28;}

#modelhouse02 #contents_wrap .box04 { padding-bottom:50px;}
#modelhouse02 #contents_wrap .box04 .fl_r { float:right;}
#modelhouse02 #contents_wrap .box04 .fl_l { float:left;}
#modelhouse02 #contents_wrap .box04 p { margin:10px;}
#modelhouse02 #contents_wrap .box04 img { padding-bottom:4px;}
#modelhouse02 #contents_wrap .box04 h4{padding: 5px 10px; margin-bottom:8px; background:#BEDEDA; color:#4A3B28; font-size:1.2em; /*font-family: "FOT-ロダン ProN B";*/text-align:center;}
#modelhouse02 #contents_wrap .box04 h4 span{color:#BF1A21;}
#modelhouse02 #contents_wrap .box04 h5{ padding: 5px 10px; border-top:#B5A663 1px solid; border-bottom:#B5A663 1px solid; color:#BF1A21; font-size:1.2em;}

#modelhouse02 #contents_wrap .box04 .box04_01{overflow:hidden;padding-right:20px;padding-bottom: 16px;}
#modelhouse02 #contents_wrap .box04 .box04_04{ overflow:hidden; width:48.96%; float:left; }
#modelhouse02 #contents_wrap .box04 .box04_05{ overflow:hidden; width:48.44%; float:right; }
#modelhouse02 #contents_wrap .box04 .box04_06 img{ padding-bottom:2px;}
#modelhouse02 #contents_wrap .box04 .box04_06 .img2{ float:left; padding-right:2px;}
#modelhouse02 #contents_wrap .box04 .box04_06 .img3{padding: 50px 45px 65px;background: #f1f0d1;overflow: hidden;margin-bottom:4px;}
#modelhouse02 #contents_wrap .box04 .box04_06 .img3 img{ display:block; margin:0 auto 10px;}

#modelhouse02 #contents_wrap .box05 { padding:25px 27px 35px 63px; margin-bottom:60px; background:url(/wp-content/themes/JAMTPL/cmn/images/modelhouse02-bg.jpg) repeat-y left top,url(/wp-content/themes/JAMTPL/cmn/images/modelhouse02-bg04.png) no-repeat 68px 14px; background-color:#F9E07E; border-radius:0 20px 20px 0;position: relative;}
#modelhouse02 #contents_wrap .box05 .img{ padding:0 0 0 20px; float:right;}
#modelhouse02 #contents_wrap .box05 h4{ /*font-family: "FOT-ロダン ProN B";*/ background:#689B99; color:#fff; float:left; width:96px; height:74px; padding-top:22px; margin-top:-54px; margin-left: -20px; text-align:center; line-height:18px; border:3px #fff solid; border-radius:50px;}
#modelhouse02 #contents_wrap .box05 h5{ color:#4A3B28; padding: 10px 0 27px; line-height:30px; font-size:23px; letter-spacing: 0; overflow:hidden;}
#modelhouse02 #contents_wrap .box05 .msgBox{}
#modelhouse02 #contents_wrap .box05 .msgBox .txtBox{float:left;width:100%;margin-right:-200px;}
#modelhouse02 #contents_wrap .box05 .msgBox .txtBox p{margin-right:200px;}
#modelhouse02 #contents_wrap .box05 .imgBox{float:right;width:180px;margin-bottom:20px;    position: absolute;right: 25px;top: 25px;}
#modelhouse02 #contents_wrap .box05 .imgBox img{width:100%;height:auto;}



#modelhouse02 #contents_wrap .box06 {border-top:3px solid #4A3B28; border-bottom:3px solid #4A3B28; margin:0 auto; padding-bottom:15px;}
#modelhouse02 #contents_wrap .box06 h6{ border-bottom:1px dotted #4A3B28; padding:10px 5px; color:#891911; /*font-family: "FOT-ロダン ProN DB";*/ font-size:1.2em; margin-bottom:10px;}
#modelhouse02 #contents_wrap .box06 dl{ background: url(/wp-content/themes/JAMTPL/cmn/images/modelhouse02-tel.gif) no-repeat left top; padding:10px 0 0 60px;}
#modelhouse02 #contents_wrap .box06 dt{ padding-bottom:5px;}
#modelhouse02 #contents_wrap .box06 dt a{ color:#891912; margin:0 auto 15px; /*font-family: 'Cantarell', sans-serif;*/ font-size:2.4em; letter-spacing: normal; text-decoration:none;}
#modelhouse02 #contents_wrap .box06 dt span{ font-size:1.2em;}
#modelhouse02 #contents_wrap .box06:before,
#modelhouse02 #contents_wrap .box06:after {content:"";display:table;}
#modelhouse02 #contents_wrap .box06:after {clear:both;}
#modelhouse02 #contents_wrap .box06 {*zoom:1;}

@media screen and (max-width:1000px){
	#modelhouse02 #contents_wrap img{ max-width:100%; height: auto;}

	#modelhouse02 #wrap { background:none;}
	/* #modelhouse02 #contents_wrap { background:url(/wp-content/themes/JAMTPL/cmn/images/modelhouse02-img01n.png) no-repeat center top; -webkit-background-size: contain; background-size: contain;} */
	#modelhouse02 #contents_wrap #wide { margin-bottom:13px;}
	#modelhouse02 #contents_wrap #wide:before { content:""; display:block; float:right; padding-bottom:51.3333%; background:#f00;}
	#modelhouse02 #contents_wrap #wide h3 { margin-top: 15%;}
	#modelhouse02 #contents_wrap #wide p { padding-bottom: 0;}

	#modelhouse02 #contents_wrap .box02 { margin-bottom:30px;}
	#modelhouse02 #contents_wrap .box02 img{ padding-bottom:10px;}
	#modelhouse02 #contents_wrap .box02 .txt{ width:58.42%; float:left;}
	#modelhouse02 #contents_wrap .box02 .img{ width:41.58%; float:right;}
	#modelhouse02 #contents_wrap .box02 .img2 img:nth-child(1){ width:69.3%;}
	#modelhouse02 #contents_wrap .box02 .img2 img:nth-child(2){ width:30.175%;}
	#modelhouse02 #contents_wrap .box02 .img2 img:nth-child(4),
	#modelhouse02 #contents_wrap .box02 .img2 img:nth-child(5){ width:49.824%;}

	#modelhouse02 #contents_wrap .box04 .box04_06 .img2{ width:49.74%;}
	#modelhouse02 #contents_wrap .box04 .box04_06 .img3{ padding: 5% 35px 4%; margin-bottom:4px;}
	#modelhouse02 #contents_wrap .box04 .box04_06 .img3 img{ width:76.168%;}
	#modelhouse02 #contents_wrap .box05 h5{ padding: 10px 172px 27px 0;}
	#modelhouse02 #contents_wrap .box05 .imgBox{width: 140px;right:25px;}
	#modelhouse02 #contents_wrap .box05 .imgBox img{max-width: 140px;}
	#modelhouse02 #contents_wrap .box05 .msgBox .txtBox p{margin-right: 160px;}
}

@media screen and (max-width:800px){
#modelhouse02 #contents_wrap #wide { padding-top: 0px;}
	#modelhouse02 #content { padding:0 15px; width:auto; display: block;}
	#modelhouse02 #contents_wrap #wide h3 { margin-top: 10%;}
}

@media screen and (max-width:599px){
	#modelhouse02 #contents_wrap #wide { margin-bottom: 40px;}
	/* #modelhouse02 #contents_wrap #wide h3 { margin-top: 55%;} */
	#modelhouse02 #contents_wrap #wide h2{ margin:0 15px 12px;}
	#modelhouse02 #contents_wrap #wide h2 span {padding:5px 0 12px; font-size: 2.4em;letter-spacing: 0.05em;line-height: 1.1;min-width: 290px;}
	#modelhouse02 #contents_wrap .box02 { margin-bottom:45px;}
	#modelhouse02 #contents_wrap .box02 img{ padding-bottom:10px;}
	#modelhouse02 #contents_wrap .box02 .txt{width:auto; float:none;padding-top: 0;}
	#modelhouse02 #contents_wrap .box02 .img{width:auto; float:none;text-align:center;}
	#modelhouse02 #contents_wrap .box02 .img2{text-align:center;}
	#modelhouse02 #contents_wrap .box02 .img2 img:nth-child(1),
	#modelhouse02 #contents_wrap .box02 .img2 img:nth-child(2),
	#modelhouse02 #contents_wrap .box02 .img2 img:nth-child(3),
	#modelhouse02 #contents_wrap .box02 .img2 img:nth-child(4),
	#modelhouse02 #contents_wrap .box02 .img2 img:nth-child(5){float:none;width:auto;}

	#modelhouse02 #contents_wrap .box03 h4{height:auto;min-height:95px;padding:14px 10px 10px 105px;font-size:1.7em;line-height:1.2em;box-sizing:border-box;-moz-box-sizing:border-box;
	background:url(/wp-content/themes/JAMTPL/cmn/images/modelhouse02-ico02.jpg) no-repeat 10px 10px;
	-webkit-background-size: 85px auto;
	-moz-background-size: 85px auto;
	background-size: 85px auto;}

	#modelhouse02 #contents_wrap .box03 p,
	#modelhouse02 #contents_wrap .box03 div,
	#modelhouse02 #contents_wrap .box03 h5 {margin: 0 15px;}
	#modelhouse02 #contents_wrap .box03 div{margin: 10px 15px 20px;}
	#modelhouse02 #contents_wrap .box04 { max-width:400px; margin:auto; padding-bottom:50px;}
	#modelhouse02 #contents_wrap .box04 h4{text-align: left;}
	#modelhouse02 #contents_wrap .box03 h4 br{ display:none;}
	#modelhouse02 #contents_wrap .box04 h4.stit02{margin-top:30px;}
	#modelhouse02 #contents_wrap .box04 img{ margin:auto;}
	#modelhouse02 #contents_wrap .box04 .box04_01{ padding-right:0;}
	#modelhouse02 #contents_wrap .box04 .box04_01 .img{ text-align:center;}
	#modelhouse02 #contents_wrap .box04 .box04_04,
	#modelhouse02 #contents_wrap .box04 .box04_05{ width:auto; float:inherit; }
	#modelhouse02 #contents_wrap .box04 .box04_06 .img2 { padding: 0 35px; float:inherit; width:auto;}
	#modelhouse02 #contents_wrap .box04 .box04_06 .img3 { padding: 35px 35px 40px;}
	#modelhouse02 #contents_wrap .box04 .box04_06 .img3 img{ width:auto;}

	#modelhouse02 #contents_wrap .box05 { padding:15px 10px 35px; margin-bottom:60px; background:url(/wp-content/themes/JAMTPL/cmn/images/modelhouse02-bg04.png) no-repeat 25px 14px; background-color:#F9E07E; border-radius:0 20px 20px 0;}
	#modelhouse02 #contents_wrap .box05 h4 {float: inherit;width: 90px;height: 70px;padding-top: 6px;}
	#modelhouse02 #contents_wrap .box05 h5 {font-size: 20px; line-height: 1.3;padding: 10px 0 27px;}
	#modelhouse02 #contents_wrap .box05 .msgBox .txtBox,
	#modelhouse02 #contents_wrap .box05 .msgBox .txtBox p{float:none;margin-right:0px;}
	#modelhouse02 #contents_wrap .box05 .imgBox{float:none;width:140px;position: inherit;margin-bottom: 20px;top: 0;}
	#modelhouse02 #contents_wrap .box06 dl{ background: none; padding:0;}
	#modelhouse02 #contents_wrap .box06 dt a{ display:block; color:#fff; background:#891912 url(/wp-content/themes/JAMTPL/cmn/images/modelhouse02-pt03.png) no-repeat 10% center; background-size:8px 5px; -webkit-background-size:8px 5px; margin:0 auto 10px; padding:8px; text-align:center; font-size:1.2em;}
	#modelhouse02 #contents_wrap .box06 dt span{ font-size:1.4em;}
}

/* ------------------------------------------ */
/* modelhouse03 : 守谷の家 -------- */
/* ------------------------------------------ */


 #modelhouse03 #wide{ background:#fff url(/wp-content/themes/JAMTPL/cmn/images/modelhouse03-img01.jpg) no-repeat right top; padding:0; max-width:980px; margin:7px auto 40px;}

 #modelhouse03 #wide h2{ font-size:2em; margin-bottom:12px;}
 #modelhouse03 h2 span.wf-d{ font-weight:bold;font-size:1.4em; color:#881912;}
 #modelhouse03 h2 span b{ font-weight:bold; color:#CF8943;}
 #modelhouse03 h3{
	color:#fff;
	/*font-family: "FOT-ロダン ProN DB";*/
	font-size:1.2em;
	padding:2px 10px;
	max-width:330px;
	margin-bottom:30px;
	background:#C95C00;
	background: -moz-linear-gradient(left,  rgba(201,92,0,1) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(201,92,0,1)), color-stop(100%,rgba(255,255,255,0)));
	background: -webkit-linear-gradient(left,  rgba(201,92,0,1) 0%,rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(left,  rgba(201,92,0,1) 0%,rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(left,  rgba(201,92,0,1) 0%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to right,  rgba(201,92,0,1) 0%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c95c00', endColorstr='#00ffffff',GradientType=1 );
}
 #modelhouse03 h5{font-size: 2.2em;color:#B3A296;padding-bottom:2px;margin-bottom:3px;border-bottom:#B3A296 1px solid;/* font-family: 'Cantarell', sans-serif; */}
 #modelhouse03 h4{ font-size:1.4em; color:#4A3B28; margin-bottom:10px; /*font-family: "FOT-ロダン ProN M";*/}
 #modelhouse03 p.img{padding-bottom:10px;float: left;padding-right: 16px;}

 #modelhouse03 .box01{/* width:612px; */margin-bottom:40px;}
 #modelhouse03 .box01 p.lead{margin-bottom:1em;}
 #modelhouse03 .box02{width: 100%;margin-bottom:40px;float:left;margin-right:25px;}
 #modelhouse03 .box03{ width:100%; margin-bottom:40px; float:left;}
 #modelhouse03 .box04{width: 100%;margin-bottom:40px;float:left;margin-right:25px;}
 #modelhouse03 .box04 p{ overflow:hidden;}
 #modelhouse03 .box04 .img2{ float:left; margin-right:12px;}
 #modelhouse03 .box04 .img3{ padding:0 12px; overflow:hidden;}
 #modelhouse03 .box05{width: 100%;margin-bottom:40px;float:left;}
 #modelhouse03 .box06:before,#modelhouse03 .box06:after { content:""; display:table;}
 #modelhouse03 .box06:after { clear:both;}
 #modelhouse03 .box06 {*zoom:1; clear:both; margin-bottom:40px;}
 #modelhouse03 .box06 .img{/* float:left; */}
 #modelhouse03 .box06 .img1{float:left;/* margin-right:140px; */}
 #modelhouse03 .box06 .img3{/* float:right; *//* padding-left:15px; *//* margin-top:-115px; */}
 #modelhouse03 .box07{width: 100%;/* margin:0 auto 40px; */}
 #modelhouse03 .box08{ background:#E9DDB8 url(/wp-content/themes/JAMTPL/cmn/images/modelhouse03-img13bg.jpg) no-repeat 15px top; -webkit-background-size:140px 70px; background-size:140px 70px; border-radius:10px; padding:20px 20px 0; margin:0 auto 50px;}
 #modelhouse03 .box08 p{ overflow:hidden;}
 #modelhouse03 .box08 .img{ float:left; padding:40px 20px 40px 15px;}
 #modelhouse03 .box09 { border-top:3px solid #4A3B28; border-bottom:3px solid #4A3B28; margin:0 auto 40px;}
 #modelhouse03 .box09 h6{ border-bottom:1px dotted #4A3B28; padding:10px 5px; color:#891911; /*font-family: "FOT-ロダン ProN DB";*/ font-size:1.2em; margin-bottom:10px;}
 #modelhouse03 .box09 .img{ float:right; margin:0 30px 10px 10px;}
 #modelhouse03 .box09 dl{ background: url(/wp-content/themes/JAMTPL/cmn/images/modelhouse03-tel.gif) no-repeat left top; padding:12px 0 0 60px;}
 #modelhouse03 .box09 dt a{ color:#891912; margin:0 auto 15px; /*font-family: 'Cantarell', sans-serif;*/ font-size:2.4em; letter-spacing: normal; text-decoration:none;}
 #modelhouse03 .box09 dt span{ font-size:1.2em;}
 #modelhouse03 .box09:before, #modelhouse03 .box09:after {content:"";display:table;}
 #modelhouse03 .box09:after {clear:both;}
 #modelhouse03 .box09 {*zoom:1;}

 .box05ch {
    float: left;
 }

@media screen and (max-width:1000px){
	 #modelhouse03 #wide{ background:#fff url(/wp-content/themes/JAMTPL/cmn/images/modelhouse03-img01sp.jpg) no-repeat right top; -webkit-background-size:290px 510px; background-size:290px 510px; padding:40px 15px 0; max-width:740px; margin:7px auto 40px; width:auto; display: block;}
	 #modelhouse03 img{ max-width:100%; height: auto;}
	 #modelhouse03 .box01{ width:52.63%;}
}

@media screen and (max-width:800px){
	 #content { padding:0 15px; width:auto; display: block;}
	 #modelhouse03 .box02{ width:40.26%; margin-right:3%;}
	 #modelhouse03 .box03{ width:56.5%;}
	 #modelhouse03 .box04{ width:56.5%; margin-right:3%;}
	 #modelhouse03 .box04 .img2 { width:38%;}
	 #modelhouse03 .box04 .img3 { text-align: right;}
	 #modelhouse03 .box05{ width:40.26%;}
	 #modelhouse03 .box06 .img1{ width:49.47%; margin-right:1.06%;}
	 #modelhouse03 .box06 .img2{ width:49.47%;}
	 #modelhouse03 .box07{ width:70.7%;}
	 #modelhouse03 .box09 .img { margin: 0 10px 10px 0;}
	 #modelhouse03 .box09 dt a{ font-size:2.2em;}
}

@media screen and (max-width:599px){
	 #modelhouse03 #wide{ padding:30px 15px 0; background-position: center 100px;}
	 #modelhouse03 #wide h2{ font-size:1.8em; }
	 /* #modelhouse03 h3 { margin-bottom: 540px;} */
	 #modelhouse03 .box01{ width:100%;}
	 #modelhouse03 .box02{ width:100%; margin-right:0; float:inherit;}
	 #modelhouse03 .box03{ width:100%;}
	 #modelhouse03 .box04{ width:100%; margin-right:0; float:inherit;}
	 #modelhouse03 .box04 .img2 { width:38%;}
	 #modelhouse03 .box05{ width:100%;}
	 #modelhouse03 .box06 .img1{ width:100%; margin-right:0; float:inherit;}
	 #modelhouse03 .box06 .img2{ width:100%; }
	 /*#modelhouse03 .box06 .img3{margin-top:-100px;}*/
	 #modelhouse03 .box06 .img3 img{width:40px;height:112px;}
	 #modelhouse03 .box07{ width:100%;}
	 #modelhouse03 .box08 .img{ float:inherit; padding:0 0 10px 140px;}
	 #modelhouse03 .box08 img{ width:98px;}
	 #modelhouse03 .box09 .img { display:none;}
	 #modelhouse03 .box09 h6 { padding: 10px 0; font-size: 1.15em;}
	 #modelhouse03 .box09 dl{ background: none; padding:0 0 10px;}
	 #modelhouse03 .box09 dt a{ display:block; color:#fff; background:#891912 url(/wp-content/themes/JAMTPL/cmn/images/modelhouse02-pt03.png) no-repeat 10% center; background-size:8px 5px; -webkit-background-size:8px 5px; margin:0 auto 10px; padding:8px; text-align:center; font-size:1.2em;}
	 #modelhouse03 .box09 dt span{ font-size:1.4em;}

}

/* ------------------------------------------ */
/* house : いい家をつくる会の会員です　　　-------- */
/* ------------------------------------------ */

#rte_area:after{
	content:".";
	height:0;
	line-height:0;
	clear:both;
	display:block;
	visibility:hidden;
}
#rte_area{display:block;}


#rte_area h2,
#rte_area h3,
#rte_area h4,
#rte_area h5,
#rte_area h6,
#rte_area blockquote,
#rte_area ul,
#rte_area ol,
#rte_area p{overflow:hidden;}


#rte_area h2{
	 font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	color:#891912;
	font-size:1.65em;
	font-weight:100;
	letter-spacing:0.08em;
	line-height:1.1;
	padding:0 0 22px;
	margin-bottom:1.2em;
}
#rte_area h2:first-letter{
	color:#231815;
}
#rte_area h3{
	color: #4E4E4E;
    font-size: 30px;
    margin-bottom: 40px;
    line-height: 1.6;
	margin: 30px 0;
}
#rte_area span.catchred{
	color:#EC6D34;
}
#rte_area span.catchBlue{
	color:#0DB7D6;
}
#rte_area h4{
	color: #000;
    font-size: 20px;
    line-height: 2;
	font-weight: 500;
}
#rte_area h5{
	font-size:1em;
	color:#4a3b28;
	margin-bottom:1em;
	background:url(/wp-content/themes/JAMTPL/cmn/images/house-rte_li.png) no-repeat left 2px;
	padding-left:23px;
}
#rte_area h6{
	/* margin-bottom:1.2em; */
	display: table;
	margin: 20px auto 0;
	padding: 22px 30px 20px;
	border: #EC6D34 solid 2px;
	border-radius: 5px;
	color: #EC6D34;
	font-size: 25px;
}
#rte_area h7{
	display: table;
    margin: 0 auto;
    padding: 60px 30px 20px;
    color: #0DB7D6;
    font-size: 55px;
    margin-bottom: 30px;
	font-weight:above600;
}
#rte_srea h8{
	display: block;
    margin: 0 auto 15px;
    background: url(/wp-content/themes/JAMTPL/cmn/images/sashe/border.png) repeat-x center;
}
#rte_area blockquote{
	color:#59090b;
	margin:5px 1px 1.2em;
	padding:37px 37px 12px;
	position:relative;
	background:#efe6cb;
}
#rte_area blockquote:before{
	content:" ";
	display:block;
	position:absolute;
	top:0;
	left:0;
	height:37px;
	width:100%;
	background-image:url(/wp-content/themes/JAMTPL/cmn/images/house-rte_box01.jpg), url(/wp-content/themes/JAMTPL/cmn/images/house-rte_box02.jpg);
	background-position:left top, right top;
	background-repeat:no-repeat, no-repeat;
	z-index:1;
}
#rte_area em{
	color: #DC3931;
	font-style: normal;
}

#rte_area blockquote:after{
	content:" ";
	display:block;
	position:absolute;
	bottom:0;
	left:0;
	height:37px;
	width:100%;
	background-image:url(/wp-content/themes/JAMTPL/cmn/images/house-rte_box03.jpg), url(/wp-content/themes/JAMTPL/cmn/images/house-rte_box04.jpg);
	background-position:left bottom, right bottom;
	background-repeat:no-repeat, no-repeat;
	z-index:1;
}
#rte_area blockquote > p,
#rte_area blockquote > h2,
#rte_area blockquote > h3,
#rte_area blockquote > h4,
#rte_area blockquote > h5,
#rte_area blockquote > h6,
#rte_area blockquote > div,
#rte_area blockquote > table,
#rte_area blockquote > img,
#rte_area blockquote > ul,
#rte_area blockquote > ol,
#rte_area blockquote > pre{position:relative;z-index:2;}


#rte_area ul{padding-left:24px;margin-bottom:1.2em;list-style-image:url(/wp-content/themes/JAMTPL/cmn/images/house-rte_li.png);color:#4a3b28;}
#rte_area ol{padding-left:24px;margin-bottom:1.2em;list-style:decimal;}
#rte_area li{padding-bottom:.6em;}
#rte_area table{table-layout:fixed;}
#rte_area th,
#rte_area td{word-break:break-strict;}
#rte_area th{text-align:center;font-weight:normal;}
#rte_area td{text-align:left;}

#rte_area p{background:none;overflow:hidden;}
#rte_area pre{float:left;margin:0 20px 10px 0;}
#rte_area img{
    max-width: 64%;
    height: auto;
    vertical-align: middle;
    padding: 10;
    }
#rte_area object,
#rte_area iframe{max-width:100%;}
#rte_area .imgleft,
#rte_area .staff02ImgBox
{
	padding:7px;
	float:left;
	margin-right:12px;
	clear:both;
	margin-bottom:5px;
}
	#rte_area .staff02ImgBox:nth-child(even) {
		float: right;
	}

#book img{
    width: 136px;
    height: auto;
    vertical-align: middle;
    padding: 10px;
    }


#rte_area .imgright{padding:7px;float:right;margin-left:12px;clear:both;margin-bottom:5px;}
#rte_area .floatclear{clear:both;}

#rte_area a.txtLink:before,
#rte_area .txtLink a:before{content:"　";width:14px;margin-right:4px;display:inline-block;background:url(/wp-content/themes/JAMTPL/cmn/images/house-pt.png) no-repeat center center;}
#rte_area a.linkBtn:before,
#rte_area .linkBtn a:before{content:"　";width:14px;margin-right:4px;display:inline-block;background:url(/wp-content/themes/JAMTPL/cmn/images/house-pt02.png) no-repeat center center;}
#rte_area a.linkBtn,
#rte_area .linkBtn a{display:inline-block;background:#891911;color:#fff;text-decoration:none;margin:2px;padding:5px 10px 5px 28px;text-indent:-18px; border-radius:3px;box-shadow:1px 1px 1px rgba(0,0,0,.3);}
#rte_area a.linkBtn:hover,
#rte_area .linkBtn a:hover{opacity:.8;}

.iiie {
  padding:40px 0;
}

/* ------------------------------------------------------------- */
/* --- Rich Text Editer (RTE) Area [Responsive]       --- */
/* ------------------------------------------------------------- */
@media screen and (max-width:599px){
	#rte_area h2{font-size:1.35em;}
	#rte_area h3{font-size:1.2em;padding: 6px 7px 8px;}
	#rte_area h4 {font-size: 1.05em;}
	#rte_area blockquote{padding:30px 25px 5px;}
	#rte_area pre{float:none;margin:0 0 10px;text-align:center;}
	#rte_area img{float:none !important;margin:auto;display:block;}
	#rte_area th,
	#rte_area td{display:block;width:100%;}
	#rte_area .imgleft,
	#rte_area .imgright{float:none;margin:0 0 1.2em;text-align:center;}
}

/* ------------------------------------------ */
/* work : ベテランが語る大工の仕事　　　-------- */
/* ------------------------------------------ */

/* ブロック共通 */
#work .pc,
#work .tbsp{display:block;}
#work .tb,
#work .tbsp,
#work .sp{display:none;}

#history .pc,
#history .tbsp{display:block;}
#history .tb,
#history .tbsp,
#history .sp{display:none;}

#modelhouse02 .pc{display:block;}
#modelhouse02 .tb,
#modelhouse02 .tbsp,
#modelhouse02 .sp{display:none;}

@media screen and (max-width:999px){
	#work .tbsp,
	#work .tb{display:block;}
	#work .pc,
	#work .sp{display:none !important;}
}
@media screen and (max-width:999px){
	#history .tbsp,
	#history .tb{display:block;}
	#history .pc,
	#history .sp{display:none !important;}
}
@media screen and (max-width:999px){
	#modelhouse02 .tbsp,
	#modelhouse02 .tb{display:block;}
	#modelhouse02 .pc,
	#modelhouse02 .sp{display:none !important;}
}

@media screen and (max-width:599px){
	#work .tbsp,
	#work .sp{display:block !important;}
	#work .pc,
	#work .pctb,
	#work .tb{display:none;}
}
@media screen and (max-width:599px){
	#history .tbsp,
	#history .sp{display:block !important;}
	#history .pc,
	#history .pctb,
	#history .tb{display:none;}
}
@media screen and (max-width:599px){
	#modelhouse02 .tbsp,
	#modelhouse02 .sp{display:block !important;}
	#modelhouse02 .pc,
	#modelhouse02 .pctb,
	#modelhouse02 .tb{display:none;}
}
.dlt_freetitle {
    text-align: left;
    clear: both;
    margin-bottom: 10px;
    background: url(/wp-content/themes/JAMTPL/cmn/images/work-titleBg.jpg) repeat-x scroll left bottom;
    color: #231815;
    padding: 2px 0 10px;
    font-family: "ヒラギノ明朝 ProN W6","HiraMinProN-W6","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif;
    font-size: 1.3em !important;
    letter-spacing: 3px;
}
#ab_p01_head {
	width:1000px;
	background:url(/wp-content/themes/JAMTPL/cmn/images/work-headbg.png) no-repeat left top;
	height:445px;
	margin:7px auto 0 auto;
}

#ab_p01_head h2 {
	text-align:right;
	padding:56px 50px 0 26px;
}

#about_p01_mainpage {
	padding:35px 0 0 0;
}
#about_p01_mainpage .txt_area01 {
	width:686px;
	margin:0 auto;
	padding:0 0 30px 0;
}

/*--------*/

#about_p01_mainpage .btn_blk {
	/*clear:both;*/
	/*width:686px;*/
	padding:0 0 44px 0;
	overflow:hidden;
	margin:0 auto;
	display: flex;
justify-content: space-around;
}
#about_p01_mainpage .btn_blk ul li {
	    list-style: none;
		font-size:17px;
	float:left;
}
#about_p01_mainpage .btn_blk ul li a{
	display:block;
	color:#000;
	text-decoration:none;
	padding:14px 0 0 50px;
	letter-spacing:-0.5px;
	width:270px;
	height:118px;
}
#about_p01_mainpage .btn_blk ul li#btn01 {
	padding-right:46px;
}

#about_p01_mainpage .btn_blk ul li#btn01 a {
	background:url(/wp-content/themes/JAMTPL/cmn/images/work-btn01.jpg) no-repeat left top;

}
#about_p01_mainpage .btn_blk ul li#btn02 a {
	background:url(/wp-content/themes/JAMTPL/cmn/images/work-btn02.jpg) no-repeat left top;
}

/*-----------*/

#about_p01_mainpage .stf_blk {
	clear:both;
	border:1px solid #d4c8be;
	padding:20px;
	overflow:hidden;
	margin-bottom:78px;
}

#about_p01_mainpage .stf_blk .box {
	width: 410px;
	float:left;
	padding:30px 0;
}
#about_p01_mainpage .stf_blk .box#stf01 {
	border-right:1px solid #d4c8be;
	overflow:hidden;
	padding-right:18px;
}
#about_p01_mainpage .stf_blk .box#stf02 {
	padding-left:12px;
}
#about_p01_mainpage .stf_blk .box .imgbox {
	width:180px;
	float:left;
}

#about_p01_mainpage .txtbox {
	width:155px;
	float:right;
}

#about_p01_mainpage .stf_blk .box#stf01 .daikureki {
	border-bottom:1px solid #d4c8be;
	padding:30px 0 23px 0;
	margin-bottom:10px;
	background:url(/wp-content/themes/JAMTPL/cmn/images/work-staff_smn.gif) no-repeat right top;
}
#about_p01_mainpage .stf_blk .box#stf02 .daikureki {
	border-bottom:1px solid #d4c8be;
	padding:30px 0 23px 0;
	margin-bottom:10px;
	background:url(/wp-content/themes/JAMTPL/cmn/images/work-staff_smn02.gif) no-repeat right top;
}

#about_p01_mainpage .daikureki p{
	color:#4A3B28;
	font-size:13px;
	border:2px solid #4A3B28;
	padding:1px;
	display:inline-block;
}
#about_p01_mainpage .daikureki p span {
	padding:0 4px;
	display:inline-block;
	border:1px solid #4A3B28;
}

/*-----------*/

#about_p01_mainpage .ttl_line {
	border-bottom:1px solid #000;
	clear:both;
	margin-bottom:30px;
	text-align:left;
}

#about_p01_mainpage .ttl_line h3 {
	color:#000;
	font-size:30px;
	margin-bottom:2px;
	border-bottom:3px solid #000;
	padding:0 0 20px 0;
}
#about_p01_mainpage .ttl_line h3 span {
	letter-spacing:-6px;
}


/*-----------*/

#about_p01_mainpage .storyblock {
	padding:20px;
	margin-top:85px;
	position:relative;
	border-top-left-radius: 40px;
	border-top-right-radius: 40px;
	-webkit-border-top-left-radius: 40px;
    -webkit-border-top-right-radius: 40px;
    -moz-border-radius-topleft: 40px;
    -moz-border-radius-topright: 40px;
}
#about_p01_mainpage .storyblock#blk01 {
	background:#F2E4BD url(/wp-content/themes/JAMTPL/cmn/images/work-bg01.png) no-repeat right top;
}
#about_p01_mainpage .storyblock#blk02 {
	background:#FFD68D url(/wp-content/themes/JAMTPL/cmn/images/work-bg02.png) no-repeat right top;
}
#about_p01_mainpage .storyblock#blk03 {
	background:#E8D7C4 url(/wp-content/themes/JAMTPL/cmn/images/work-bg03.png) no-repeat right top;
}
#about_p01_mainpage .storyblock#blk04 {
	background:#FFD68D url(/wp-content/themes/JAMTPL/cmn/images/work-bg04.png) no-repeat right top;
}
#about_p01_mainpage .storyblock .titleimg {
	position:absolute;
	left:20px;
	top:-58px;
}

#about_p01_mainpage .storyblock#blk02 .titleimg {
    left: 20px;
    position: absolute;
    top: -44px;
}
#about_p01_mainpage .storyblock#blk03 .titleimg {
    left: 20px;
    position: absolute;
    top: -44px;
}

#about_p01_mainpage .storyblock#blk04 .titleimg {
    left: 24px;
    position: absolute;
    top: -50px;
}


#about_p01_mainpage .storyblock .tp_txt {
    padding-left: 117px;
    width: 375px;
	padding-bottom:15px;
}
#about_p01_mainpage .detail_box {
	background:#fff;
	overflow:hidden;
	padding:6px 6px 25px 25px;
}
#about_p01_mainpage .detail_box h4 {
	background:url(/wp-content/themes/JAMTPL/cmn/images/work-kakko_left.gif) no-repeat left center;
	color:#333333;
	letter-spacing:3.5px;
	font-size:20px;
	padding:15px 0 15px 48px;
	position:relative;
	margin-bottom:28px;
}
#about_p01_mainpage .detail_box h4 span {
	color:#881912;
}
#about_p01_mainpage .detail_box h4 img {
	position:absolute;
	right:-5px;
	top:-15px;
}
#about_p01_mainpage #blk02 .detail_box h4 img {
	position:absolute;
	right:-5px;
	top:-20px;
}
#about_p01_mainpage .detail_box .leftbox{
	width:454px;
	float:left;
	padding-top:28px;
}
#about_p01_mainpage .detail_box .rightbox{
	width:220px;
	float:right;
}
#about_p01_mainpage .detail_box .imgbox_c {
	text-align:center;
	padding-bottom:8px;
}

#about_p01_mainpage .detail_box .leftbox02 {
	width:111px;
	float:left;
}
#about_p01_mainpage .detail_box .rightbox02 {
	width:330px;
	float:right;
}

/*-----------*/

#about_p01_mainpage #blk02{
	padding-bottom:8px;
	margin-top:75px;
	margin-bottom:98px;
}

#about_p01_mainpage .storyblock#blk02 .tp_txt {
	padding-bottom:0;
}
#about_p01_mainpage #blk02 .detail_box h4 {
	padding-left:40px;
	letter-spacing:2px;
}
#about_p01_mainpage #blk02 .detail_box h4 span span{
	letter-spacing:-5px;
}
#about_p01_mainpage #blk02 .detail_box {
	padding-bottom:5px;
	margin-bottom:15px;
}
#about_p01_mainpage #blk02 .detail_box .imgbox{
	padding-top:13px;
}


/*----------*/


#about_p01_mainpage #blk03 .detail_box {
    padding: 6px 6px 0 25px;
}

#about_p01_mainpage #blk03 .detail_box h4 {
	background:url(/wp-content/themes/JAMTPL/cmn/images/work-kakko_left.gif) no-repeat left center;
	color:#881912;
	font-size:20px;
	letter-spacing:2.5px;
	line-height:1.4;
	padding:0 0 5px 48px;
	position:relative;
	margin-bottom:21px;
}
#about_p01_mainpage .storyblock#blk03 .tp_txt {
	padding-bottom:55px;
}


#about_p01_mainpage .storyblock#blk03 .detail_box h4 img {
    position: absolute;
    right: -5px;
    top: -10px;
}

/*-----------*/

#about_p01_mainpage #blk04{
	padding-bottom:8px;
}

#about_p01_mainpage #blk04 .imgbox {
	padding-bottom:20px;
}

#about_p01_mainpage .storyblock#blk04 .detail_box #h4_02 {
	letter-spacing:1.2px;
}
#about_p01_mainpage #blk04 .detail_box {
	padding-bottom:6px;
	margin-bottom:12px;
}
/*-------------*/
#about_p01_mainpage .storyblock#blk04 {
	margin-top:75px;
}
#about_p01_mainpage #lst_blk {
	padding-top:45px;
}
#about_p01_mainpage #lst_blk .leftbox {
    background: url("/wp-content/themes/JAMTPL/cmn/images/work-img12.gif") no-repeat scroll 22px top rgba(0, 0, 0, 0);
    color: #881912;
    float: left;
    font-size: 20px;
    height: 150px;
    padding-left: 22px;
    width: 190px;
	letter-spacing:4px;
}
#about_p01_mainpage #lst_blk .rightbox {
	width:537px;
	float:left;
}
#about_p01_mainpage .storyblock#blk04 .tp_txt {
	padding-bottom:45px;
}


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

#ab_p01_head {
	width:100%;
	background:none;
	position:relative;
	-moz-background-size:100% auto;
	background-size:100% auto;
	height:auto;
	min-height:338px;
	margin:7px auto 0 auto;
}
#ab_p01_head #tbsp_headimg {
	z-index:-10;
}
#ab_p01_head #tbsp_headimg img {
	width:100%;
	height:auto;
}
#about_p01_mainpage {
    padding: 23px 0 0;
}
#ab_p01_head h2 {
	text-align:right;
	z-index:10;
	position:absolute;
	right:20px;
	top:36px;
	padding:0;
}

#about_p01_mainpage .txt_area01 {
	width:auto;
	margin:0 15px;
	padding:0 0 34px 0;
}
/*-------------*/


#about_p01_mainpage .stf_blk {
	margin:0 15px 88px 15px;
    overflow: hidden;
    padding: 50px 62px;
}
#about_p01_mainpage .stf_blk .box {
	width:auto;
	float:none;
	padding:30px 0 15px 0;
}

#about_p01_mainpage .stf_blk #stf01.box {
    border-right:none;
    padding: 0 0 15px 0;
}

#about_p01_mainpage .stf_blk #stf02.box {
    padding-left: 0;
}
#about_p01_mainpage .txtbox {
    float: right;
    width: 100%;
	margin-left:-180px;

}
#about_p01_mainpage .txtbox div.daikureki p {
	margin-left:0;
}
#about_p01_mainpage .txtbox div.daikureki,
#about_p01_mainpage .txtbox p {
	margin-left:190px;
}
#about_p01_mainpage .stf_blk .box#stf01 .daikureki {
	background:url(/wp-content/themes/JAMTPL/cmn/images/work-staff_smn.gif) no-repeat 95px top;
}
#about_p01_mainpage .stf_blk .box#stf02 .daikureki {
	background:url(/wp-content/themes/JAMTPL/cmn/images/work-staff_smn02.gif) no-repeat 95px top;
}


/*--------*/

#about_p01_mainpage .btn_blk {
	width:565px;
	margin:0 auto;
	padding:0 0 44px 0;
}
#about_p01_mainpage .btn_blk ul li {
	font-size:16px;
	float:left;
}
#about_p01_mainpage .btn_blk ul li a{
	display:block;
	color:#000;
	text-decoration:none;
	padding:14px 0 0 50px;
	letter-spacing:-0.5px;
	width:230px;
	height:118px;
}
#about_p01_mainpage .btn_blk ul li#btn01 {
	padding-right:0;
}

#about_p01_mainpage .btn_blk ul li#btn01 a {
	background:url(/wp-content/themes/JAMTPL/cmn/images/work-btn01_tb.jpg) no-repeat left top;

}
#about_p01_mainpage .btn_blk ul li#btn02 a {
	background:url(/wp-content/themes/JAMTPL/cmn/images/work-btn02_tb.jpg) no-repeat left top;
}
/*-------------*/

#about_p01_mainpage .ttl_line {
	margin:0 15px;
}

/*--------------*/
#about_p01_mainpage .storyblock {
	margin:85px 15px 0 15px;
}

#about_p01_mainpage .storyblock .tp_txt {
    width: 44%;
}

#about_p01_mainpage .detail_box .leftbox {
    float: left;
    padding-top: 28px;
    width: 100%;
	margin-left:-255px;
}
#about_p01_mainpage .detail_box .leftbox h4,
#about_p01_mainpage .detail_box .leftbox div,
#about_p01_mainpage .detail_box .leftbox p{
	margin-left:255px;
}
#about_p01_mainpage .detail_box .leftbox div img {
	max-width:100%;
	height:auto;
}
#about_p01_mainpage .detail_box .leftbox div.rightbox02 {
    float: right;
    width:100%;
	margin-left:-366px;
}
#about_p01_mainpage .detail_box .rightbox02 p {
	margin-left:380px;
}

/*----------*/


#about_p01_mainpage .detail_box h4 img {
    position: absolute;
    right: -5px;
    top: 0;
}

#about_p01_mainpage #blk02 .detail_box h4 img {
    position: absolute;
    right: -5px;
    top: 0;
}
#about_p01_mainpage #blk02.storyblock .tp_txt {
    padding-bottom: 10px;
}

/*-----------------*/

#about_p01_mainpage #blk03.storyblock .tp_txt {
    padding-bottom: 15px;
}


#about_p01_mainpage #blk03 .detail_box h4 {
    background: url("/wp-content/themes/JAMTPL/cmn/images/work-kakko_l_left.gif") no-repeat scroll left center rgba(0, 0, 0, 0);
    color: #881912;
    font-size: 20px;
    letter-spacing: 2.5px;
    line-height: 1.4;
    margin-bottom: 30px;
	min-height:120px;
    padding: 0 20px 5px 48px;
}

#about_p01_mainpage #blk03.storyblock .detail_box h4 img {
    position: absolute;
    right: -5px;
    top: 0;
}
/*--------------*/

#about_p01_mainpage #blk04.storyblock .tp_txt {
    padding-bottom: 14px;
}
#about_p01_mainpage #blk04.storyblock .detail_box #h4_02{
    line-height: 1.2;
    padding: 3px 0 10px 48px;
    position: relative;
	margin-bottom:18px;
}

#about_p01_mainpage #blk04.storyblock .detail_box #h4_02 img {
    position: absolute;
    right: -5px;
    top: 5px;
}
#about_p01_mainpage #blk04.storyblock .imgbox {
	padding-top:15px;
	padding-bottom:23px;
}
/*-------------*/


#about_p01_mainpage #lst_blk {
    padding-top: 45px;
	margin:0 35px 30px 35px;
	overflow:hidden;
}

#about_p01_mainpage #lst_blk .rightbox {
    float: left;
    width:100%;
	margin-left:-220px;
}
#about_p01_mainpage #lst_blk .rightbox p {
	margin-left:200px;
}

}


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

#ab_p01_head {
	min-height:180px;
}

#ab_p01_head h2 {
    padding: 0;
    position: absolute;
    right: 5px;
    text-align: right;
    top: 18px;
    width: 112px;
    z-index: 10;
}
#ab_p01_head h2 img {
	width:100%;
	height:auto;
}

/*-------------*/


#about_p01_mainpage .btn_blk {
	width:auto;
}
#about_p01_mainpage .btn_blk ul li {
    float: none;
    font-size: 16px;
}

#about_p01_mainpage .btn_blk ul li a{
	display:block;
	color:#000;
	text-decoration:none;
	padding:14px 0 0 50px;
	letter-spacing:-0.5px;
	width:230px;
	margin:0 auto;
	height:118px;
}
#about_p01_mainpage .btn_blk ul li#btn01 {
	padding-bottom:10px;
}
#about_p01_mainpage .btn_blk ul li#btn01 a {
	background:url(/wp-content/themes/JAMTPL/cmn/images/work-btn01_tb.jpg) no-repeat left top;

}
#about_p01_mainpage .btn_blk ul li#btn02 a {
	background:url(/wp-content/themes/JAMTPL/cmn/images/work-btn02_tb.jpg) no-repeat left top;
}
/*-------------*/



#about_p01_mainpage .stf_blk {
    margin: 0 15px 88px;
    overflow: hidden;
    padding:20px 20px 17px 20px;
}

#about_p01_mainpage .stf_blk .box {
    padding:0;
}

#about_p01_mainpage .stf_blk .box .imgbox {
    float: none;
    width: 180px;
}

#about_p01_mainpage .txtbox {
    float: none;
    margin-left: 0;
    width: 100%;
	padding:5px 0 0 0;
}

#about_p01_mainpage .txtbox div.daikureki, #about_p01_mainpage .txtbox p {
    margin-left: 0;
}
#about_p01_mainpage .stf_blk #stf02.box {
	padding-top:30px;
}
/*---------------*/

#about_p01_mainpage .stf_blk {
    margin: 0 15px 75px;
}

#about_p01_mainpage .ttl_line h3 {
    font-size: 26px;
}
/*--------------*/
#about_p01_mainpage .storyblock {
    margin: 25px 15px 0;
	padding:20px 7px 15px;
}


#about_p01_mainpage .storyblock .titleimg {
    left: 22px;
    position: absolute;
    top: 13px;
}
#about_p01_mainpage .storyblock .tp_txt {
	padding:180px 13px 15px 13px;
    width: auto;
}


#about_p01_mainpage .detail_box .leftbox {
    float: none;
    margin-left: 0;
    padding-top: 25px;
    width: 100%;
}

#about_p01_mainpage .detail_box .leftbox h4, #about_p01_mainpage .detail_box .leftbox div, #about_p01_mainpage .detail_box .leftbox p {
    margin-left: 0;
}


#about_p01_mainpage .detail_box {
    padding:0 15px 20px 15px;
}
#about_p01_mainpage .detail_box h4 {
    font-size: 19px;
    letter-spacing: 3.5px;
    margin-bottom: 15px;
    padding: 15px 0 15px 26px;
    position: relative;
}
#about_p01_mainpage .detail_box .rightbox02 p {
    margin-left:125px;
}

#about_p01_mainpage .detail_box .rightbox {
    float: none;
	clear:both;
	margin:0 auto;
	padding-top:17px;
}
/*----------*/
#about_p01_mainpage #blk02 {
    margin-top: 55px;
	padding-bottom:2px;
	margin-bottom:83px;
}

#about_p01_mainpage #blk02.storyblock .titleimg {
    left: 21px;
    position: absolute;
    top: 5px;
}
#about_p01_mainpage #blk02.storyblock .tp_txt {
	padding-top:218px;
}

#about_p01_mainpage #blk02 .detail_box h4 {
    padding-left: 19px;
}

#about_p01_mainpage #blk02 .detail_box {
    margin-bottom: 13px;
    padding-bottom: 20px;
}
#about_p01_mainpage #blk02 .detail_box .imgbox {
    padding-bottom:18px;
}
/*--------------*/


#about_p01_mainpage #blk03.storyblock .titleimg {
    left: 21px;
    position: absolute;
    top: 8px;
}
#about_p01_mainpage #blk03.storyblock .tp_txt {
	padding-top:170px;
	padding-bottom:10px;
}


#about_p01_mainpage #blk03 .detail_box h4 {
    background: url("/wp-content/themes/JAMTPL/cmn/images/work-kakko_left.gif") no-repeat scroll left center rgba(0, 0, 0, 0);
	min-height:inherit;
    letter-spacing:-0.5px;
    margin-bottom: 13px;
    padding: 0 25px 5px;
    position: relative;
}

#about_p01_mainpage #blk03 .detail_box .leftbox {
    padding-top: 20px;
}
#about_p01_mainpage #blk03 .detail_box {
    padding:0 15px 20px;
}

#about_p01_mainpage #blk03.storyblock .detail_box h4 img {
    position: absolute;
    right: 0;
    top: 5px;
}
/*------------*/
#about_p01_mainpage #blk04 {
    padding-bottom: 3px;
}
#about_p01_mainpage #blk04.storyblock {
    margin-top: 60px;
}

#about_p01_mainpage #blk04.storyblock .titleimg {
    left: 20px;
    position: absolute;
    top: 2px;
}

#about_p01_mainpage .detail_box h4 img {
    position: absolute;
    right: 0;
    top: 0;
}
#about_p01_mainpage #blk04.storyblock .tp_txt {
    padding-top:215px;
}

#about_p01_mainpage #blk04 .detail_box {
    padding-bottom:20px;
}

#about_p01_mainpage #blk04 .detail_box .rightbox {
    padding-top: 15px;
}

#about_p01_mainpage #blk04.storyblock .detail_box #h4_02 {
    padding: 15px 0 15px 26px;
}

#about_p01_mainpage #blk04.storyblock .detail_box #h4_02 img {
    position: absolute;
    right: 0;
    top: 0;
}

#about_p01_mainpage #blk04.storyblock .imgbox {
    padding-bottom: 18px;
    padding-top: 5px;
}
/*----------*/


#about_p01_mainpage #lst_blk .leftbox {
    background: url("/wp-content/themes/JAMTPL/cmn/images/work-img12.gif") no-repeat scroll 113px -40px rgba(0, 0, 0, 0);
    color: #881912;
    float: left;
    height: 58px;
	padding:40px 0 50px 0;
    letter-spacing: 4px;
    padding-left: 0;
    width:100%;
}

#about_p01_mainpage #lst_blk .rightbox {
    float:none;
    margin-left: 0;
    width: 100%;
}

#about_p01_mainpage #lst_blk .rightbox p {
    margin-left: 0;
}

#about_p01_mainpage #lst_blk {
    margin: 0 20px 30px;
    overflow: hidden;
    padding-top: 35px;
}
}


/* ------------------------------------------ */
/* history : 大工一代〜水戸工務店の歩み〜　　　-------- */
/* ------------------------------------------ */

#history_mainpage {
	margin-top:8px;
}
#his_headwrap {
	background:url(/wp-content/themes/JAMTPL/cmn/images/history-bg_top.jpg) repeat right top;
	padding:8px 7px;
	position:relative;
}

#his_headwrap #wrap02 {
	border:5px solid #4b3d23;
	padding:2px;
}
#his_headwrap #wrap03 {
	border:2px solid #4b3d23;
}
#history_idx #his_headwrap #wrap03 {
	background:url(/wp-content/themes/JAMTPL/cmn/images/history-p01.jpg) no-repeat right bottom;
}
#history_p01 #his_headwrap #wrap03 {
	background:url(/wp-content/themes/JAMTPL/cmn/images/history-p02.jpg) no-repeat right bottom;
}
#history_p02 #his_headwrap #wrap03 {
	background:url(/wp-content/themes/JAMTPL/cmn/images/history-p03.jpg) no-repeat right bottom;
}
#history_p03 #his_headwrap #wrap03 {
	background:url(/wp-content/themes/JAMTPL/cmn/images/history-p04.jpg) no-repeat right bottom;
}
#his_headwrap h2 {
	position:absolute;
	right:12px;
	top:17px;
}
#history_cts {
	position:relative;
	padding:50px 0 20px 150px;
	overflow:hidden;
	background:url(/wp-content/themes/JAMTPL/cmn/images/history-bg_side.jpg) repeat-y left top;
}
#history_cts #sidetxt {
	position:absolute;
	left:0;
	top:0;
}
#history_cts h3 {
	padding:0 0 50px 0;
	font-size:28px;
	color:#881912;
}
#history_cts .next_btn {
	display:inline-block;
	float:right;
	padding:9px 0 0 0;
	font-size:15px;
}
#history_cts .next_btn a{
	background:#fff;
	border:3px solid #4A3B28;
	display:block;
	color:#4A3B28;
}
#history_cts .next_btn a span{
	margin:1px;
	border:1px solid #4A3B28;
	padding:3px 15px 4px 55px;
	display:inline-block;
	background:url(/wp-content/themes/JAMTPL/cmn/images/history-btm_pt.gif) no-repeat left center;
}
#history_p01 #history_cts .next_btn a span{
	margin:1px;
	border:1px solid #4A3B28;
	padding:3px 15px 4px 55px;
	display:inline-block;
	letter-spacing:-1px;
	background:url(/wp-content/themes/JAMTPL/cmn/images/history-btm_pt3.gif) no-repeat left center;
}
#history_p02 #history_cts .next_btn a span{
	margin:1px;
	border:1px solid #4A3B28;
	padding:3px 15px 4px 55px;
	display:inline-block;
	letter-spacing:-1px;
	background:url(/wp-content/themes/JAMTPL/cmn/images/history-btm_pt4.gif) no-repeat left center;
}
#history_p03 #history_cts .next_btn a span{
	margin:1px;
	border:1px solid #4A3B28;
	padding:3px 15px 4px 15px;
	display:inline-block;
	letter-spacing:-1px;
	background:url(/wp-content/themes/JAMTPL/cmn/images/history-btm_pt5.gif) no-repeat left center;
}
/*共通ナビ
/*-------------------*/
#history_mainpage .his_navi {
	clear:both;
	padding:3px 0 18px 24px;

}
#history_mainpage .his_navi ul {
	overflow:hidden;
}
#history_mainpage .his_navi ul li {
	float:left;
	font-size:15px;
	letter-spacing:-0.2px;
	margin-right:2px;
}
#history_mainpage .his_navi ul li#nv03 {
	letter-spacing:-1.2px;
}
#history_mainpage .his_navi ul li a{
	background:#fff;
	border:3px solid #4A3B28;
	display:block;
	color:#4A3B28;
}
#history_mainpage .his_navi ul li a span {
	margin:1px;
	border:1px solid #4A3B28;
	padding:2px 12px 5px 15px;
	display:inline-block;
}
#history_mainpage .his_navi ul li#nv04 a:hover,
#history_mainpage .his_navi ul li#nv03 a:hover,
#history_mainpage .his_navi ul li#nv02 a:hover,
#history_mainpage .his_navi ul li#nv01 a:hover,
 #history_mainpage .his_navi ul li#nv04 a,
 #history_mainpage .his_navi ul li#nv03 a,
 #history_mainpage .his_navi ul li#nv02 a,
 #history_mainpage .his_navi ul li#nv01 a{
	color:#fff;
	text-decoration:none;
}

#history_mainpage .his_navi ul li#nv04 a:hover span,
#history_mainpage .his_navi ul li#nv03 a:hover span,
#history_mainpage .his_navi ul li#nv02 a:hover span,
#history_mainpage .his_navi ul li#nv01 a:hover span,
#history_mainpage .his_navi ul li#nv04 a span,
#history_mainpage .his_navi ul li#nv03 a span,
#history_mainpage .his_navi ul li#nv02 a span,
#history_mainpage .his_navi ul li#nv01 a span{

}

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

#history_mainpage {
	margin-top:0;
	border-top:7px solid #f0f1d1;
}
#history_cts {
	padding:50px 15px 20px 130px;
}
#history_cts .next_btn {
	padding:30px 0 0 0;
	font-size:15px;
}
#history_cts .next_btn a span{
	padding:3px 15px 4px 52px;
}
/*共通ナビ
/*-------------------*/
#history_mainpage .his_navi {
	clear:both;
	padding:85px 0 46px 12px;
}
#history_mainpage .his_navi ul li{
	padding:0 6px 6px 0;
	margin:0;
}

#history_mainpage .his_navi ul li a span{
	width:120px;
	padding:5px 12px 6px 15px;
}
#history_mainpage .his_navi ul li#nv03 {
	clear:both;
}

}

@media screen and (max-width:599px) {
#his_headwrap {
	padding:5px;
}

#his_headwrap #wrap02 {
	border:4px solid #4b3d23;
	padding:1px;
}

#his_headwrap h2 {
	position:inherit;
	width:207px;
	margin:0 auto;
	right:0;
	top:0;
	text-align:center;
}

#history_idx #his_headwrap #wrap03 {
	background:url(/wp-content/themes/JAMTPL/cmn/images/history-p01.jpg) no-repeat right bottom;
	-moz-background-size:135px auto;
	background-size:135px auto;
}
#history_p01 #his_headwrap #wrap03 {
	background:url(/wp-content/themes/JAMTPL/cmn/images/history-p02.jpg) no-repeat right bottom;
	-moz-background-size:135px auto;
	background-size:135px auto;
}
#history_p02 #his_headwrap #wrap03 {
	background:url(/wp-content/themes/JAMTPL/cmn/images/history-p03.jpg) no-repeat right bottom;
	-moz-background-size:135px auto;
	background-size:135px auto;
}
#history_p03 #his_headwrap #wrap03 {
	background:url(/wp-content/themes/JAMTPL/cmn/images/history-p04.jpg) no-repeat right bottom;
	-moz-background-size:135px auto;
	background-size:135px auto;
}
#history_cts h3 {
    font-size: 27px;
    padding: 0 0 55px;
}
#history_cts {
	padding:50px 15px 20px 15px;
	background:none;
}
#history_cts .next_btn {
	padding:10px 0 0 0;
	font-size:14px;
}
/*共通ナビ
/*-------------------*/
#history_mainpage .his_navi {
	clear:both;
	padding:13px 15px 8px 15px;
}
#history_mainpage .his_navi ul li{
	width:50%;
	font-size:14px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
#history_mainpage .his_navi ul li a span{
	width:auto;
	padding:6px 12px 6px 15px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
	display:block;
}
#history_mainpage .his_navi ul li#nv02,
#history_mainpage .his_navi ul li#nv04{
	padding-right:0;
}
#history_mainpage .his_navi ul li#nv04{
	letter-spacing:-1.3px;
}
}


/* ------------------------------------------ */
/* 大工一代‐水戸工務店の歩み‐p01   */
/* #history                      */
/* ------------------------------------------ */

#history_idx #his_headwrap .imgbox {
	padding:3px 0 0 3px;
}
#history_mainpage #history_idx .txtarea {
	width:240px;
	font-size:15px;
	color:#604E3A;
	line-height:1.95;
	letter-spacing:-0.5px;
	position:absolute;
	top:50px;
	left:403px;
}

#history_mainpage #history_idx .txtarea h3{
	font-size:1.3em;
	font-family: "FOT-ライラ Std DB";
	line-height:1.4em;
	margin-bottom:8px;
}

#history_mainpage #history_idx .txtarea div {
	padding-bottom:5px;
}
#history_idx #history_cts .imgbox {
	padding:30px 0 38px 0;
}

@media screen and (max-width:770px) {
#history_idx #his_headwrap .imgbox {
	width:220px;
	padding: 16px 0 0 2px;
}
#history_idx #his_headwrap .imgbox img {
	width:100%;
	height:auto;
}
#history_mainpage #history_idx .txtarea {
	font-size:15px;
	position:absolute;
	top:90px;
	left:250px;
	letter-spacing:-1px;
}
}
@media screen and (max-width:599px) {

#history_idx #his_headwrap .imgbox {
    padding: 4px 0 57px 2px;
    width: 285px;
	margin:0 auto;
}
#history_idx #history_cts .imgbox{
	padding:10px 0 25px 0;
	text-align:center;
	max-width:400px;
	margin:0 auto;
}
#history_idx #history_cts .imgbox img {
	width:100%;
	height:auto;
}
#history_mainpage #history_idx .txtarea {
	font-size:15px;
	position:inherit;
	top:0;
	left:0;
	padding:24px 0 0 15px;
	letter-spacing:-1px;
}
}


/* ------------------------------------------ */
/*       大工一代‐水戸工務店の歩み‐p02   */
/* #history_p01                   */
/* ------------------------------------------ */



#history_p01 #his_headwrap .imgbox {
	padding:20px 0 15px 19px;
}

#history_p01 .leftbox {
	width:243px;
	float:left;
}
#history_p01 .clear {
	clear:both;
	overflow:hidden;
	padding:25px 0 0 0;
}
#history_p01 .rightbox {
	width:100%;
	float:left;
	margin-left:-243px;
}
#history_p01 .rightbox p {
	margin-left:273px;
}


@media screen and (max-width:770px) {
#history_p01 #his_headwrap .imgbox {
	width:430px;
	padding: 12px 0 0 12px;
}
#history_p01 #his_headwrap .his_navi {
    padding: 12px 0 20px 12px;
}
#history_p01 .leftbox {
	width:200px;
	float:left;
}
#history_p01 .rightbox {
	width:100%;
	float:left;
	margin-left:-200px;
}
#history_p01 .rightbox p {
	margin-left:220px;
}
#history_p01 .clear {
	padding:20px 0 0 0;
}
#history_p01 img {
	width:100%;
	height:auto;
}
#history_p01 #history_cts .next_btn {
    padding: 10px 0 0;
}
}
@media screen and (max-width:599px) {

#history_p01 #his_headwrap .imgbox {
    padding: 4px 0 39px 0;
    width: 290px;
	margin:0 auto;
}
#history_p01 .leftbox {
	width:243px;
	float:none;
	padding-bottom:30px;
}
#history_p01 .rightbox {
	width:100%;
	float:none;
	margin-left:0;
}
#history_p01 .rightbox p {
	margin-left:0;
}
#history_p01 .clear {
	padding:12px 0 0 0;
}
}


/* ------------------------------------------ */
/*  大工一代‐水戸工務店の歩み‐p03   */
/* #history_p02               */
/* ------------------------------------------ */

#history_p02 #his_headwrap .imgbox {
	padding:20px 0 15px 19px;
}

#history_p02 #history_cts .imgblk {
	clear:both;
	padding:25px 0 20px 0;
}

@media screen and (max-width:770px) {
#history_p02 #his_headwrap .imgbox {
	width:430px;
	padding: 12px 0 0 12px;
}
#history_p02 #his_headwrap .his_navi {
    padding: 12px 0 20px 12px;
}
#history_p02 img {
	width:100%;
	height:auto;
}
#history_p02 #history_cts .next_btn {
    padding: 10px 0 0;
}
}
@media screen and (max-width:599px) {



#history_p02 #history_cts {
    padding: 45px 15px 20px;
}

#history_p02 #history_cts h3 {
	line-height:1.3;
	padding: 0 0 45px;
}

#history_p02 #his_headwrap .imgbox {
    padding: 4px 0 39px 0;
    width: 290px;
	margin:0 auto;
}

#history_p02 #history_cts .imgblk {
    clear: both;
    padding: 32px 0 22px;
}
}


/* ------------------------------------------ */
/*   大工一代‐水戸工務店の歩み‐p04   */
/* #history_p03                   */
/* ------------------------------------------ */



#history_p03 #his_headwrap .imgbox {
	padding:20px 0 15px 19px;
}

#history_p03 .leftbox {
	width:243px;
	float:left;
}
#history_p03 .clear {
	clear:both;
	overflow:hidden;
	padding:25px 0 0 0;
}
#history_p03 .rightbox {
	width:100%;
	float:left;
	margin-left:-243px;
}
#history_p03 .rightbox p {
	margin-left:273px;
}


@media screen and (max-width:770px) {
#history_p03 #his_headwrap .imgbox {
	width:430px;
	padding: 12px 0 0 12px;
}
#history_p03 #his_headwrap .his_navi {
    padding: 12px 0 20px 12px;
}
#history_p03 .leftbox {
	width:200px;
	float:left;
}
#history_p03 .rightbox {
	width:100%;
	float:left;
	margin-left:-200px;
}
#history_p03 .rightbox p {
	margin-left:220px;
}
#history_p03 .clear {
	padding:20px 0 0 0;
}
#history_p03 img {
	width:100%;
	height:auto;
}
#history_p03 #history_cts .next_btn {
    padding: 30px 0 0;
}
}
@media screen and (max-width:599px) {

#history_p03 #his_headwrap .imgbox {
    padding: 4px 0 39px 0;
    width: 290px;
	margin:0 auto;
}
#history_p03 .leftbox {
	width:243px;
	float:none;
	padding-bottom:30px;
}
#history_p03 .rightbox {
	width:100%;
	float:none;
	margin-left:0;
}
#history_p03 .rightbox p {
	margin-left:0;
}
#history_p03 .clear {
	padding:12px 0 0 0;
}
#history_p03 #history_cts .next_btn {
    padding: 30px 0 0;
}
}

.conceptbtn {
    display: flex;
    max-width: 100%;
    margin-bottom: 24px;
}

/*scroll-to-top*/
/* #page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #881912;
  opacity: 0.8;
  border-radius: 50%;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f106';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
} */

/*著者情報を消す*/
.page .author-info {
    display: none;
}

/*著者情報を消す*/
.post .author-info {
    display: none;
}

/*著者情報を消す*/
.footer-post-meta .post-author {
    display: none;
}

/*==================採用ページ====================*/
.recruit {
  max-width: 1200px;
}

.recruit {
  margin: 0 auto;
}
.recruit_text {
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2;
  font-family: Georgia,serif;
}
.recruit_img-warapper {
 text-align: center;
}
.recruit_sub-title {
  text-align: center;
  font-size: 1.8rem;
}
.recruit_sub-text {
  max-width: 800px;
  margin: 0 auto;
}
.recruit_sub-b {
  font-weight: 600;
  color: blue;
}
/*----- /top -----*/
.recruitment_warapper {
  margin-top: 50px;
}
.job-title,.jobdetail-title {
  font-size: 1.4rem;
}
.text-b {
  font-weight: 600;
}
.job-chart {
  margin-top: 50px;
}
th,
td {
  border: solid 1px;
  /* 枠線指定 */
}
table {
  border-collapse: collapse;
  /* セルの線を重ねる */
}
th {
  width: 100px;
  /* 幅指定 */
  height: 80px;
  /* 高さ指定 */
}
td {
  padding-left: 20px;
}
/*----- /募集詳細 表 -----*/
.suitable-img_inner {
  text-align: center;
  margin-top: 80px;
}
.suitable-img {
	width: 80%;
	margin: 0 auto;
	display: block;
}
.suitable-title {
  text-align: center;
  font-size: 1.4rem;
}
.suitable-text {
  max-width: 800px;
  margin: 0 auto;
}
/*----- /どんな人が向いているの？ -----*/
.carpenter-img_inner {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 30px;
}
.carpenter-item_inner {
  width: 33%;
  padding: 20px;
  margin: 0 auto;
}
.carpenter-item_container {
  display: flex;
  justify-content: center;
}
.carpenter-item-name {
  font-size: 1.4rem;
}
.carpenter-item-text {
  max-width: 300px;
}
/*----- /先輩社員たち -----*/
/*==================採用ページ終わり=====================*/

/******************************************************************************
 * article
******************************************************************************/
body>article{}
/** PC ***********************************************************************/
	body>article{
		margin-top:95px;
	}
	body>article>h2{
		margin: 0 auto 95px;
		text-align:center;
	}

	/*住み心地感想へのリンク*/
	article>section>figure{
		overflow: hidden;
		position:relative;
	}
	article>section>figure figcaption{
		position:absolute;
		bottom:0;
		right: 18%;
		background:rgba(113,93,78,0.5);
		color:#FFF;
		border-top: dotted 1px #FFF;
		font-size:18px;
		padding: 2px 16px;
	}
	article>section>figure figcaption>img{
		width:30px;
		height:25px;
		padding-right:6px;
		vertical-align: text-top;
	}
	article>section>figure a>img{transition: 0.2s;}
	article>section>figure a:hover>img{
		-moz-transform: scale(1.03);
  		-webkit-transform: scale(1.03);
 		 -o-transform: scale(1.03);
  		-ms-transform: scale(1.03);
		transition-duration: 0.2s;
		opacity: 0.8;
	}
	article>section>figure a:hover>figcaption{background:rgba(113,93,78,0.3);}
	article>section em{color: #DC3931;}


/******************************************************************************
 * #sashe-summary
******************************************************************************/
body>article>#sashe-summary {}
/** PC ***********************************************************************/
	#sashe-summary {
		width:900px;
		margin:0 auto 50px;
		text-align: center;
		letter-spacing:1.5px;
	}
	#sashe-summary>h3 {
		color: #000;
		font-size: 40px;
		margin-bottom: 90px;
	}
	#sashe-summary>h4 {
		color: #4E4E4E;
		font-size: 30px;
		margin-bottom: 40px;
		line-height: 1.6;
	}
	#sashe-summary>h5{
		color: #000;
		font-size: 30px;
		line-height: 1.6;
		margin:30px 0;
	}
	#sashe-summary>h5>span.catchRed{color:#EC6D34;}
	#sashe-summary>h5>span.catchBlue{color:#0DB7D6;}
	#sashe-summary>p{
		color: #000;
		font-size: 20px;
		line-height:2;
	}
	#sashe-summary>figure{
		margin:50px 0 70px;
	}

/* 2021.06.11追加 */
.case_img {
background: #000;
height: 176px;
}
.case_img img {
  transition-duration: 0.3s;
}
.case_title:hover {
  opacity:unset;
	transition-duration:unset;
	cursor:pointer;
}
.case_li {
position:relative;
}
#contents .case_title {
  z-index: 1;
  -ms-transform: translate(-50%, -50%);
  max-width:230px;
  text-align: center;
  font-family: "游明朝", YuMincho, 'HG正楷書体-PRO',"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin: 0 auto;
}

/* 2023 */
@media screen and (max-width: 500px) {
.news_title {
  display: block !important;
}
.newslist.date li {
	padding-bottom:8px;
}
}

/*2026/02/09*/
@media screen and (max-width: 800px) {
  #contents h1.toptitle0 {
    font-size: 14px;
    line-height: 1.4;
  }

  /* strongにも別指定がある時の保険 */
  #contents h1.toptitle0 strong {
    font-size: 14px;
  }
}

/* 2026/02/12 */
.viewport {
  width: 100%;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 800px) {
.modelhouse .wrapper {
  text-align: center;
}
}

/* 2026/03 */
.construction_archive .dinb_inner img {
	height:152px;
	object-fit: cover;
}
.construction_slider .slick-track {
	display:flex;
	align-items: center;
	justify-content: center;
}
.thumbnail_slider .thumbnail_img {
    height: auto;
    box-sizing: border-box;
}
.thumbnail_slider .thumbnail_img img {
    margin: 0 auto;
    width: 100%;
}
.construction_slider .main_img {
    height: auto;
}
.construction_slider .main_img img {
    margin: 0 auto;
}
.main_slider .prev-arrow,
.main_slider .next-arrow {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transition: all .3s ease;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    z-index: 99;
}
.main_slider .prev-arrow {
    transform: rotate(180deg);
    margin-right: 20px;
    left: 0;
    margin-top: -20px;
}
.main_slider .next-arrow {
  right: 0;
}
.main_slider .prev-arrow::before,
.main_slider .next-arrow::before{
    position:absolute;
    content: "";
    width: 20px;
    height: 20px;
    border-right: 2px solid #333;
    border-top: 2px solid #333;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
    transform:rotate(45deg);
    z-index: 9;
}
.thumbnail_slider .thumbnail_img {
    padding: .5rem;
}
.construction_slider .main_img img {
    max-height: 380px;
    width: auto;
}
.thumbnail_slider .slick-track {
  transform: unset !important;
  width:100% !important;
}
.thumbnail_slider .thumbnail_img {
    width: 20% !important;
}
.construction_group {
	margin: 0rem 0 2.5rem;
}
#contents.blog .construction_group h3 {
	color:#993300;
	font-family: "游明朝", YuMincho, 'HG正楷書体-PRO',"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 1.5rem;
	margin-bottom: 1rem;
}
#contents .left p {
  text-align: left;
}
.yarpp_wrap {
  padding: 2rem 0 0;
  border-top:1px solid #cccccc;
}
.yarpp_wrap .yarpp-thumbnail > img,
.yarpp_wrap .yarpp-thumbnail-default {
	width:100%;
	object-fit:cover;
	margin: 0;
}
.yarpp_wrap .yarpp-thumbnails-horizontal .yarpp-thumbnail-title {
	width:auto;
	color: #333333;
	font-family: "游明朝", YuMincho, 'HG正楷書体-PRO',"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 1rem;
	margin: .5rem 0 0;
}
#contents.blog .yarpp_wrap h3 {
	color: #333333;
	font-family: "游明朝", YuMincho, 'HG正楷書体-PRO',"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 1rem;
	margin-bottom: 1rem;
}
ul.sidebar_custom {
  list-style: none;
  margin-right: 1em;
  padding-right: 1em;
}
@media screen and (min-width:900px) {
.construction_flex {
  display: flex;
  justify-content: space-between;
}
.construction_flex .flex2:nth-child(1) {
	padding-right:.5rem;
	box-sizing:border-box;
}
.construction_flex .flex2:nth-child(2) {
	padding-left:.5rem;
	box-sizing:border-box;
}
.thumbnail_slider {
    padding: 0 1.5rem;
    box-sizing: border-box;
}
.thumbnail_slider .thumbnail_img img {
    height: 116px;
    object-fit: cover;
}
.yarpp_wrap .yarpp-thumbnails-horizontal {
	display:flex;
}
.yarpp_wrap .yarpp-thumbnails-horizontal .yarpp-thumbnail {
	width: 25%;
	margin: 0;
	padding: .5rem;
	box-sizing: border-box;
	border: none;
	height: auto;
}
.yarpp_wrap .yarpp-thumbnail > img,
.yarpp_wrap .yarpp-thumbnail-default {
	height: 280px;
}
}
@media screen and (max-width: 900px) {
.thumbnail_slider .thumbnail_img {
    padding: .2rem;
}
.thumbnail_slider .thumbnail_img img {
	height: 88px;
	width:100%;
	object-fit:cover;
}
.arrow_box {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 20px 0 0;
    position: relative;
}
.construction_flex .flex2 {
	margin:.5rem auto;
}
.yarpp_wrap .yarpp-thumbnails-horizontal .yarpp-thumbnail {
	width : 100%;
	margin: 0;
	padding: 1rem .5rem;
	box-sizing: border-box;
	border: none;
	height: auto;
}
.yarpp_wrap .yarpp-thumbnail > img,
.yarpp_wrap .yarpp-thumbnail-default {
	height: 200px;
}
.linkbox.conceptlink a {
	width:100% !important;
}
}
