/*
Theme Name: ヨドハンv1.2
Theme URI: http://yodohan.life
Version: 1.2
*/

/* 初期設定
---------------------------------------------*/
html{
	margin:0;
	padding:0;
}
body {
	font-size:62.5%;
	padding: 0;
	margin: 0;
	-webkit-text-size-adjust: none;
	font-family:"'Century Gothic',ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",'メイリオ', Arial,sans-serif;
	word-break:break-all ;
}

article,aside,details,footer,header,figure,hgroup,menu,nav,section,summary {
	display: block;
}

.over a:hover img { filter:alpha(opacity=80); opacity:0.80;}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* リンク色指定 */
a:link {
text-decoration:none;
}
a:visited {
}
a:hover {
text-decoration:none;
}
a:active {
}

.red{
	color: #ff0000 !important;
}

.minfont{
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif !important;
}

/* リセット
---------------------------------------------*/
html, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	vertical-align:baseline;
	background:transparent;
}
img {
	border: none;
	vertical-align:top;
	padding:0;
	margin:0;
}
form{
	margin:0;
	padding:0;
}
ul, li, dl, dt, dd {
	margin:0px;
	padding:0px;
}
ul,ol{
	margin:0 0 20px ;
}
li{
	list-style: none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
table{
	width:100%;
	margin:0 0 20px;
}

/* 共通設定
---------------------------------------------*/
.block {
	clear:both;
	overflow: hidden;
	margin:0 0 40px;
}
.sideBlock{
	margin:0 0 20px;
	clear: both;
	overflow:hidden;
}

/* 左揃え */
.lft {
text-align: left !important;
}
/* 右揃え */
.rgt {
text-align: right !important;
}
/* センター揃え */
.cnt{
text-align: center !important;
}
.fl{
	float:left;
}
.fr{
	float:right;
}

article table {
	border-collapse:collapse;
	border-spacing:0;
}

article table {
	width: 100%;
	border-collapse:collapse;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
}
article table th {
	font-weight:bold;
	background-color: #ececec;
	width:20%;
}
article table th,
article table td {
	padding:5px;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	vertical-align: middle;
}
article ul li{
	margin:0 0 20px;
}

p{
	margin:0 0 20px;
	padding:0;
	line-height:1.6em;
	font-size:1.0em;
}
.textsmall{
	font-size: 0.9em;
}
/* ワイヤーフレーム指定
---------------------------------------------*/
#wrapper {
width:100%;
margin:0 auto;
padding:0;
color: #000;
}

#container {
margin: 0px auto ;
padding:0;
text-align:left;
font-size:1.5em;
}

#header {
	position: relative;
}
#headerfix {
	background:#dcdcdc;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}
#headerFrame{
	margin:0 auto;
	padding: 0;
	overflow: hidden;
}
#headerFrame h1{
	padding:22px 0 20px 12px;
	float: left;
	font-size: 12px;
}
#header nav{
	float: right;
	padding: 30px 0 0 0;
}
/* ヘッダー固定時のアンカー*/
#info,#aisatsu,#enkaku,#network,#torihiki, /* ヨドハンについて */
#nagare,#quality,#shop,
#entry,#exmeister /* 仕事について */
{
  margin-top: -85px; /* 固定ナビの高さ分のネガティブマージン */
  padding-top: 85px; /* 打ち消し用のパディング */
}

#ttt {
    width: 100%;
    margin:68px auto 0;
}
#container #ttt > div{
	background-repeat: no-repeat !important;
}

#mainVisual{
    text-align: center;
    margin: 0 0 20px;
    clear: both;
    overflow: hidden;
    width: 100%;
    height: 700px;
    background-size:100% auto;
    background-repeat:none;
}

#mainVisual {
	display: flex;
	-webkit-justify-content: center; /* Safari */
 	justify-content:center;
	align-items: center;
}

@media screen and (max-width:1199px){
    /*これを下回ると画像が画面一杯に表示されるようになる。*/
        #ttt{
        	width: 100%;
        }
        #ttt > div{
        	height: 100% !important;
        }
        #mainVisual {
	        width:100%;
	        height:100%;
	        padding:12% 0;/*横幅100％に対して39%分の高さを確保する。*/
	        margin: 0 0 40px;
        }
		#mainVisual img{
			width: 48%;
			height: auto;
		}
}

#contentsIndex{
	margin:0 auto;
	clear:both;
	overflow: hidden;
}
#contents{
	clear:both;
	width: 1200px;
	overflow: hidden;
	margin:5px auto 0;
	padding: 135px 0 0; /* 固定ナビ高さ分 85px*/
}
#main{
	width: 900px;
	float: right;
}
#contents .exteriormain,#contents .explannermain{
	float: none;
	margin:0 auto;
}
#side{
	margin:0 50px 0 0;
	float: left;
	width: 250px;
/*	position: relative;
*/}
/*#sideFrame{
	width: 250px;
    position: fixed;
    top: 130px;
    z-index: 9999;
}*/
#footer{
	margin:0;
	background: #000;
	color: #fff;
}
#footerFrame{
	width: 1200px;
	overflow: hidden;
	margin:0 auto;
	padding: 15px 0;
}
#footerFrame h4{
	margin: 30px 0 3px;
	font-size: 1.1em;
}
#footerFrame a:link,#footerFrame a:active,#footerFrame a:visited{
	color: #fff;
	text-decoration: none;
}
#footerFrame a:hover{
	text-decoration: underline;
}
#footerFrame .footerCopy{
	clear: both;
	padding:30px 0 0;
}
#footer p{
	margin:0;
	font-size: 0.9em;
}
#footerCatList li{
	float: left;
	margin:0 20px 20px 0;
	font-size: 0.9em;
}

/* ページトップ
---------------------------------------------*/
#pageTop{
    position:fixed;
    right:16px;
    bottom:16px;
    display: none;
    z-index:9999;
}
#pageTop a{
    color:#fff;
    padding:10px;
    text-decoration:none;
    display:block;
    cursor:pointer;
    text-align:center;
    background:#aaa;
    line-height:100%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
}
#pageTop a:hover{
    background:#8b8b8b;
    -webkit-transition:all 0.3s;
    -moz-transition:all 0.3s;
    transition:all 0.3s;
}

/* グローバルナビ
---------------------------------------------*/
nav ul{
	padding: 0;
	margin: 0;
}
nav li{
	float: left;
	padding: 0;
	margin:0 12px 0 0;
	font-size: 0.9em;
}
nav li a,nav li a:link,nav li a:active.nav li a:visited{
	color: #000;
}
nav li a:hover,nav li.current-menu-item a{
	color: #0096e0;
	text-decoration: underline;
}

#headContact,#headToi{
	float: right;
}
#headContact a,#headToi a{
	padding: 25px 7px;
	display: block;
}
#headContact a{
	background: #0096e0;
	width: 70px;
	height: 30px;
}
#headToi a{
	background: #002977;
	width: 140px;
	height: 30px;
}

#spnav{
	float: right;
	padding: 22px 12px 0 0;
	display: none;
}
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
  position: relative;
  width: 40px;
  height: 35px;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #000;
  border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 15px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu-trigger span:nth-of-type(2)::after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 4px;
  background-color: #000;
  border-radius: 4px;
  transition: all .4s;
}
.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(20px) scale(0);
}
.menu-trigger.active span:nth-of-type(2) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2)::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-20px) scale(0);
}

#spmenu {
	position: absolute;
	top: 77px;
	left: 0px;
	width: 100%;
	background: #fff;
	color: #000;
	overflow: hidden;
}
#spmenu ul{
	margin:0;
}
#spmenu a:link,#spmenu a:active,#spmenu a:visited{
	color: #000;
	display: block;
	padding: 15px 10px;
	border-bottom: #000 1px solid;
}
#spmenu li:last-child a{
	border-bottom: none;
}

/* ページナビ
---------------------------------------------*/
.pagination {
	clear:both;
	padding:0;
	margin:0 0 30px;
	position:relative;
	font-size:11px;
	line-height:13px ;
	background:none;
	vertical-align: middle;
	overflow:hidden;
}

.pagination span, .pagination a {
	display:block;
	float:left ;
	margin: 2px 2px 2px 0 ;
	padding:15px 22.5px ;
	text-decoration:none !important;
	width:auto ;
	color:#fff ;
	background: #000 ;
}

.pagination a:hover{
	color:#fff ;
	background: #ccc;
}

.pagination .current{
	padding:15px 20px ;
	background: #666;
	color:#fff ;
}


/* トップページ
---------------------------------------------*/
.pagebtnB,.pagebtnW{
	clear: both;
	margin:0 0 20px;
}
.pagebtnB a,.pagebtnW a{
	display: inline-block;
	text-align: center;
	padding: 8px 80px;
}
.pagebtnB a{
	border:2px solid #000;
}
.pagebtnB a:link,.pagebtnB a:visited,.pagebtnB a:active{
	color: #000;
}
.pagebtnW{
	border:2px solid #fff;
}
.pagebtnW a:link,.pagebtnW a:visited,.pagebtnW a:active{
	color: #fff;
}

#sekou{
	width: 1080px;
	margin: 0 auto 50px;
	text-align: center;
	padding: 20px 60px 0;
	background: #e6e6e6;
	overflow: hidden;
}
#sekou .minfont{
	font-size: 1.4em;
	margin:0;
}
#sekou .minfont+p{
	font-size: 0.9em;
}
#sekou h2.minfont{
	margin:0 0 20px;
	font-weight: normal;
}
#sekou ul{
	overflow: hidden;
}
#sekou li{
	float: left;
	margin:0 3.7% 20px 0;
	text-align: left;
}
#sekou li:nth-child(4n){
	margin:0;
}
#sekou li img{
	margin:0;
	width: 240px;
	height: 180px;
}
#sekou li a{
	color: #000;
	font-size: 0.8em;
}

#job{
	width: 1140px;
	margin: 0 auto 50px;
	padding: 50px 30px 0;
	background: #646464;
	overflow: hidden;
	color: #fff;
}
#job h2.minfont{
	margin:0 0 20px;
	font-weight: normal;
	font-size: 1.8em;
}
#job h3.minfont{
	font-weight: normal;
}
#job .fl{
	margin: 0 60px 0 0;
}
#job .fr{
	width: 750px;
}
#job h3{
	border-bottom: 1px solid #fff;
	margin:0 0 5px;
}
#job h3 p{
	font-size: 0.8em;
	font-weight: bold:;
}
#job li{
	float: left;
	margin: 0 40px 20px 0;
}
#job li:nth-child(even){
	margin: 0 0 20px 0;
}
.jobBtn{
	clear: both;
}
.jobBtn a{
	color: #646464;
	display: inline-block;
	background: #fff;
	padding: 5px 30px;
	float: right;
}

#training{
	width: 1160px;
	margin: 0 auto 50px;
	padding: 20px;
	background: #dcdcdc;
	overflow: hidden;
}
#training .fl{
	margin:0 30px 0 0;
	width: 320px;
}
#training h2{
	font-size: 2.2em;
	color: #000;
}
#training .fl p{
	font-size: 1.15em;
	color: #000;
}
.trainingBtn a{
	color: #fff;
	background: #646464;
	padding: 10px 80px;
}
#training .fl02{
	float: left;
}
.articlelist li{
	background: #fff;
	margin: 0 10px 0 0;
	float: left;
	position: relative;
}
.articlelist li:nth-child(4n){
	margin: 0;
}
.articlelist li img{
	width: 194px;
	height: 130px;
}
.articlelist li .itemtext{
	padding: 10px;
}
.articlelist p{
	margin: 0;
	font-weight: bold;
}
.articlelist li a:link,.articlelist li a:visited,.articlelist li a:active{
	color: #000;
}
#pickup{
	width: 1200px;
	margin: 0 auto 50px;
}
#exterior{
	width: 1200px;
	margin: 0 auto 50px;
}
#about{
	width: 1200px;
	margin: 0 auto 50px;
}
#aisatsu img{
	width: 100%;
	height: auto;
}
#exteriorplaner{
	width: 1200px;
	padding: 0 0 30px;
    margin: 0 auto;
}
#exteriorplanerS{
	display: none;
}
#exexmeister{
	padding: 0 0 30px;
}
#exexmeisterFrame{
	width: 1120px;
	height: 310px;
	margin:0 auto;
	padding: 240px 0 0 80px;
	background: url("images/exexmeister.jpg") no-repeat ;
	background-size: contain;
}
#exexmeisterSupport a{
	display: inline-block;
	text-align: center;
	border: 1px solid #fff;
	color: #fff;
	padding: 5px 0;
	width: 280px;
	text-align: center;
}
#exexmeisterToi a{
	display: inline-block;
	text-align: center;
	background: #fff;
	color: #000;
	padding: 5px 0;
	width: 280px;
	text-align: center;
}
#exexmeisterSP{
	display: none;
}

.articleSlider img{
	width: 194px;
	height: auto;
}

/* 職人 投稿ページ
---------------------------------------------*/
.introductionpage>p.minfont{
	font-size: 1.6em;
}

/* 職人募集
---------------------------------------------*/
#recruitTextList{
	border-top: #969696 1px solid;
	margin:0 0 10px;
}
#recruitTextList li{
	border-bottom: #969696 1px solid;
	padding: 10px 60px;
	margin: 0;
	text-align: center;
}
#recruitTextList a:link,#recruitTextList a:visited,#recruitTextList a:hover,#recruitTextList a:active{
	color: #000;
}

#recruitContactBox{
	background: #c8c8c8;
	text-align: center;
	padding: 20px 0;
	margin: 0 0 60px;
}
#recruitContactBox .red{
	font-size: 1.6em;
	font-weight: bold;
}
#recruitContactBox .recruitContactSmall{
	font-size: 0.8em;
	margin: 0 0 10px;
	border-bottom: #323232 1px solid;
	display: inline;
	color: #323232;
}
.recruitContactBtn{
	margin: 0;
}
#recruitContactBox a{
	display: inline-block;
	background: #ff0000;
	color: #fff;
	padding: 5px 0;
	width: 38%;
}

#recruitpage .minfont{
	margin:0 0 5px;
}

#recruitList ul{
	overflow: hidden;
}
#recruitList li{
	background: #787878;
	overflow: hidden;
	float: left;
	width: 49%;
	margin: 0 2% 20px 0;
}
#recruitList li:nth-child(2n){
	margin-right: 0;
}
#recruitList li a:link,#recruitList li a:visited,#recruitList li a:active{
	color: #fff;
	display: inline-block;
}
#recruitList li img{
	width: 50%;
	height: auto;
	float: left;
}
.recruitListText {
	width: 48%;
	overflow: hidden;
	padding: 5px 1%;
}
.recruitListText p{
	padding: 5px;
	margin: 0;
}
.recruitListText .recruitnen{
	border-bottom: #fff solid 1px;
	margin:0 0 5px;
	padding: 0 0 5px;
}

/* エクステリア
---------------------------------------------*/
#container .exteriorcontents,#contents .exteriormain,#container .explannercontents,#container .explannermain{
	width: 100%;
	padding-left:0;
	padding-right:0;
}
.exteriortop,#exteriorItembox{
	width: 1000px;
	margin:0 auto;
}
#exteriorpage{
	padding:80px 0 0;
}
.exteriortop h2{
	margin:0 0 30px;
}
.exteriortop h2+p{
	font-size: 0.9em;
}
.exteriortop img{
	width: 100%;
	height: auto;
}
#exteriorItembox{
	display: flex;
	align-items:stretch;
	justify-content:space-between;
	margin:0 auto 80px;
	padding: 0 5px;
	box-sizing: border-box;
}
.exteriorItem p {
  background: #0096e0;
  color: #fff !important;
  margin:0 0 5px;
  position: relative;
}
.exteriorItem p a{
  color: #fff !important;
}
.exteriorItem p:before {
    height: 0;
    display: block;
    position: absolute;
    right: -3px;
    content: "";
    border-bottom: solid 15px #fff;
    border-left: solid 15px transparent;
    bottom: -3px;
    z-index: 2;
}
.exteriorItem p:after {
    height: 0;
    display: block;
    position: absolute;
    right: -2px;
    content: "";
    border-top: solid 50px transparent;
    border-left: solid 50px transparent;
    top: -2px;
}
.exteriorItem p a{
	width: 150px;
	padding: 20px;
	background:url(images/exteriorInavi.png) 85% center no-repeat;
	background-size: 25px 19px;
	display: block;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.exteriorItem p a:hover{
	background:url(images/exteriorInavi.png) 95% center no-repeat;
	background-size: 25px 19px;
}
.exteriorItem li{
	border-bottom: #c8c8c8 1px solid;
	padding: 5px 0;
	margin:0 0 5px;
}
#navishako,#navimon,#naviniwa,#navispace{
	margin-top: -80px;
	padding-top: 80px;
}
.exteriorItemcont h2{
	color: #646464;
	font-size: 1.2em;
	text-align: center;
	margin:0 0 30px;
	position: relative;
}
.exteriorItemcont h2:before {
  content: '';
  position: absolute;
  bottom: -10px;
  display: inline-block;
  width: 70px;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #ffd80d;
  border-radius: 2px;
}
.exteriorItemcont h2+p{
	font-weight: bold;
	font-size: 1.5em;
	text-align: center;
	margin:0 0 10px;
}
.exteriorItemcont .exteriorItemcontList{
	margin:0 auto 20px;
	overflow: hidden;
	width: 60%
}
.exteriorItemcont .exteriorItemcontList li{
	float: left;
	background: #ffd80d;
	text-align: center;
	padding: 5px 0;
	margin: 0 1% 5px 0;
	width: 19%;
	border-radius: 3px;
	font-weight: bold;
	font-size: 0.9em;
}
.exteriorItemcont .exteriorItemcontList li:last-child(){
	margin:0;
}
.exteriorItemArticle{
	background: #fffbe6;
	overflow: hidden;
	margin:0 0 60px;
	padding: 20px 0 20px;
	border-top: #ffd80d solid 2px;
}
.exteriorItemArticleBox{
	display: flex;
	flex-wrap: wrap;
	align-content:stretch;
	width: 1000px;
	margin:0 auto;
}
.exteriorItemArticlecont{
	width: 21%;
	margin:2%;
}
.exteriorItemArticlecont ul{
	margin:0;
}
.exteriorItemArticlecont li{
	background: #ffd80d;
	margin:5px 5px 5px 0;
	padding: 3px 10px;
	display: inline-block;
	font-size: 0.6em;
	float: left;
}
.exteriorItemArticlecont img{
	width: 100%;
	height: auto;
}
.exteriorItemArticleTitle{
	font-size: 0.8em;
	clear: both;
}
.exteriorItemArticle a{
	color: #000;
}
.exteriormore{
	background: #0096e0;
	color: #fff;
	width: 20%;
	margin:0 auto;
	text-align: center;
	padding: 10px 0;
	cursor: pointer;
}

/* start andou
---------------------------------------------*/
	
.sp_only{
	display: none !important;
}
.pc_only{
	display: block !important;
}
@media all and (max-width: 600px) {
.sp_only{
	display: block !important;
}
.pc_only{
	display: none !important;
}
}

.exterior__top{
	width: 100%;
	margin: 0 0 100px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	background-color: #fffc31;
	background-image: url(images/exterior/exterior_ttl.jpg);
	height: 300px;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: auto;
}
.exterior__top__title{
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(22px, 2.8vw, 36px);
}
.exterior__inner{
	max-width: 1000px;
	margin: 0 auto;
	padding: 0;
}
.exterior__inner .top__text{
	width: 100%;
	margin: 0 0 60px 0;
	font-size: 14px;
}
.exterior__inner .top__img {
	max-width: 1000px;
	margin: 0 auto 100px;
	padding: 0;
}
.exterior__inner .top__img img{
	width: 100%;
	margin: 0;
	padding: 0;
}
.exterior__inner .top__img__second{
	margin: 0 auto 100px;
	padding: 40px;
	border: 1px solid #ccc;
	border-radius:10px;
	box-sizing: border-box;
}
@media all and (max-width: 1000px) {
.exterior__top{
	margin: 0 0 10vw 0;
}
.exterior__inner{
	width: 94%;
	margin: 0 auto;
	padding: 0;
}
.exterior__inner .top__img {
	margin: 0 auto 10vw;
}
.exterior__inner .top__img__second{
	margin: 0 auto 10vw;
}
.exterior__inner .top__img__second{
	padding: 4vw;
}
.exterior__inner .top__text{
	margin: 0 0 8vw 0;
}

}
@media all and (max-width: 735px) {
.exterior__top{
	height: 200px;
	background-size: cover;
}
}
.exterior__plan{
	margin: 0 0 100px;
	padding: 80px 0;
	background-color: #f8f9fb;
}
.plan__title{
	text-align: center;
	margin: 0 auto 40px;
  font-size: clamp(20px, 2.2vw, 24px);
  font-weight: bold;
}

.plan__text{
	width: 72%;
  margin: 0 auto 60px;
  font-size: 14px;
}
.plan__list__title{
	max-width: 1000px;
	box-sizing: border-box;
	padding: 34px;
	margin: 0 0 50px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #0096E0;
	color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: clamp(20px, 2.8vw, 36px);
  border-radius: 6px;
  line-height: 1;
}
.plan__list__title span{
	position: relative;
}
.plan__list__title span::before{
  position: absolute;
  top: 50%;
  transform: translate(-50%,-44%);
  left: -40px;
  width: 32px;
}
.plan__list__title span.one::before{
	content: url(images/exterior/exterior_plan_bit01.svg);
}
.plan__list__title span.two::before{
	content: url(images/exterior/exterior_plan_bit02.svg);
}
.plan__list__title span.three::before{
	content: url(images/exterior/exterior_plan_bit03.svg);
}

ul.plan__list__set{
	width: 100%;
	margin: 0 0 120px 0;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
}
ul.plan__list__set > li img{
	width: 100%;
	margin: 0;
	padding: 0;
}
ul.plan__list__set > li:first-child{
	width: 50%;
	margin: 0;
	padding: 0;
}
ul.plan__list__set > li:last-child{
	width: 47%;
	margin: 0;
	padding: 0;
	position: relative;
}
.plan__list__item__title_sub{
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  font-size: clamp(24px, 3.0vw, 36px);
  margin: 0 0 30px 0;
  line-height: 1.3;
}
a.plan__list__item__btn{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 370px;
	padding: 20px;
	box-sizing: border-box;
	background:url(images/exterior/exterior_plan_btn01.svg) 90% center no-repeat #FFD80C;
	background-size: 50px 10px;
	display: block;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  color: #000;
  font-size: 16px;
}
a.plan__list__item__btn:hover{
	background:url(images/exterior/exterior_plan_btn01.svg) 95% center no-repeat #FFD80C;
	background-size: 50px 10px;
}
.mb0{
	margin-bottom: 0 !important;
}
.ib{
	display: inline-block;
}

@media all and (max-width: 1000px) {
.plan__list__item__title_sub{
  margin: 0 0 3vw 0;
}
ul.plan__list__set{
	margin: 0 0 10vw 0;
}
.exterior__plan{
	margin: 0 0 10vw;
	padding: 8vw 0;
	background-color: #f8f9fb;
}
.plan__title{
	margin: 0 auto 6vw;
}
.plan__text{
	width: 100%;
  margin: 0 auto 8vw;
}
.plan__list__title{
	padding: 4vw;
	margin: 0 0 6vw 0; 
}
.plan__list__title span::before{
	content: url(images/exterior/exterior--plan-bit01.svg);
  position: absolute;
  top: 50%;
  transform: translate(-50%,-42%);
  left: -20px;
  width: 20px;
}
}
@media all and (max-width: 820px) {
.plan__list__item__text{
	margin: 0 0 30px 0;
}
ul.plan__list__set > li:first-child{
	width: 100%;
	margin: 0 0 20px 0;
	padding: 0;
}
ul.plan__list__set > li:last-child{
	width: 100%;
	margin: 0 0 20px 0;
	padding: 0;
}
a.plan__list__item__btn{
	position: inherit;
	width: 370px;
	padding: 16px;
	box-sizing: border-box;
	background:url(images/exterior/exterior_plan_btn01.svg) 90% center no-repeat #FFD80C;
	background-size: 50px 10px;
	display: block;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  color: #000;
  font-size: 16px;
}
}
@media all and (max-width: 400px) {
a.plan__list__item__btn{
	width: 100%;
}
}
.exterior__inner.last{
	margin-bottom: 120px;
}
@media all and (max-width: 1000px) {
.exterior__inner.last{
	margin-bottom: 30vw;
}
}
.support__title{
	width: 100%;
	text-align: center;
	font-size: clamp(20px, 3.0vw, 26px);
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  margin: 0 0 50px 0;
}
.support__text{
	max-width: 600px;
	margin: 0 auto 40px;
}
.support__img{
	max-width: 600px;
	margin: 0 auto 40px;
}
.support__img img{
	width: 100%;
	margin: 0;
	padding: 0;
}
.support__img_sub{
	max-width: 800px;
	margin: 0 auto 80px;
}
.support__img_sub img{
	width: 100%;
	margin: 0;
	padding: 0;
}
a.psupport__btn{
	width: 450px;
	padding: 20px;
	box-sizing: border-box;
	background:url(images/exterior/exterior_plan_btn02.svg) 90% center no-repeat #0096E0;
	background-size: 50px 10px;
	display: block;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  color: #fff;
  font-size: 16px;
  margin:  0 auto;
  text-align: center;
}
a.psupport__btn:hover{
	background:url(images/exterior/exterior_plan_btn02.svg) 95% center no-repeat #0096E0;
	background-size: 50px 10px;
}
.support__img_sub_sp{
	width: 100%;
	margin: 0 auto 8vw;
	box-sizing: border-box;
	position: relative;
}
.support__img_sub_sp img{
	width: 100%;
}

.support__img_sub_sp.sp_only div.inner{
	padding: 10px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	box-sizing: border-box;
}
a.psupport__btn_sp{
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
	background:url(images/exterior/exterior_plan_btn02.svg) 90% center no-repeat #0096E0;
	background-size: 50px 10px;
	display: block;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  color: #fff;
  font-size: 16px;
  margin:  0 auto;
  text-align: left;
}
a.psupport__btn_sp:hover{
	background:url(images/exterior/exterior_plan_btn02.svg) 95% center no-repeat #0096E0;
	background-size: 50px 10px;
}



@media all and (max-width: 1000px) {
.support__title{
  margin: 0 0 8vw 0;
}
.support__text{
	margin: 0 auto 6vw;
}
.support__img_sub{
	margin: 0 auto 8vw;
}
}
@media all and (max-width: 820px) {
a.psupport__btn{
	padding: 16px;
}
a.psupport__btn_sp{
	padding: 16px;
}
}
@media all and (max-width: 480px) {
a.psupport__btn{
	width: 100%;
}
}
@media all and (min-width: 641px) {
  .remodal {
    max-width: 1270px !important;
  }
}
@media all and (max-width: 640px) {
.remodal {
  padding: 5px !important;
}
}
.remodal.remodal-is-initialized.remodal-is-opened img{
	width: 100%;
}



/* end andou
---------------------------------------------*/


/* エクステリアプランナー
---------------------------------------------*/
.explannercontents{
	background: #feecd2;
	text-align: center;
	padding: 0 !important;
}
.explannertop{
	margin: 0 auto;
	background: #0096e0;
	text-align: center;
}
.explannertopText{
	background: #fff;
	width: 760px;
	margin: -4% auto 40px;
	padding: 20px 20px 10px;
	position: relative;
	text-align: left;
}
.explannertopText>*:first-child{
	font-size: 1.4em;
	margin-bottom: 10px;
}
.explannercontents img{
	max-width: 100%;
	height: auto;
}
.explanner-list{
	width: 1085px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 auto;
}
.explanner-list::before {
    content: "";
    display: block;
    width: 24%;
    order: 1;
}
.explanner-list::after {
    content: "";
    display: block;
    width: 24%;
}
.explanner-item{
	width: 24%;
	position: relative;
	margin-bottom: 40px;
	cursor: pointer;
}
.explanner-item img{
	width: 100%;
	height: auto;
}
.explanner-name{
	background: #fff;
	width: 90%;
    padding: 5px 0;
	position: absolute;
	bottom: -10%;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.explanner-name span{
	font-size: 0.8em;
}
.profile_box h2{
	font-size: 1.0em;
	width: 60%;
	margin: 0 auto 20px;
}
.profile_name{
	font-size: 1.5em;
	margin: 0 0 0px;
	line-height: 1.0em;
}
.profile_name+p,.profile_name+p+p{
	font-size: 0.8em;
}
.profile_box {
	width: 70%;
	margin: 0 auto;
}
.profile_box dt{
	border-bottom: #acacac 2px solid;
	font-size: 0.9em;
	font-weight: bold;
	padding: 0 0 5px;
	margin:0 0 5px;
}
.profile_box dd{
	margin:0 0 20px;
}
.explannerSceneBoxSP,.explannertopSP{
	display: none;
}
.explannerBtn a{
	display: block;
	text-align: center;
	color: #fff;
	padding: 10px 0;
	margin: 50px auto 60px;
	background: #012977;
	width: 340px;
}

@media only screen and (max-width: 1048px) {
	.explannercontents{
		padding-top: 70px !important;
	}
	.explannertop{
		width: 100%;
	}
	.explannertopText{
		width: 80%;
		margin-top: -6%;
	}
	.explanner-list{
		width: 100%;
		justify-content: space-around;
	}
	.explanner-item,.explanner-list::before,.explanner-list::after{
		width: 33%;
	}
	.explannerSceneBox,.explannertop{
	display: none;
	}
	.explannerSceneBoxSP,.explannertopSP{
	display:block;
	}
}
@media only screen and (max-width: 735px){
	.explannertopText>*:first-child{
		font-size: 1.3em;
	}
	.explanner-item,.explanner-list::after{
		width: 48%;
	}
	.modal_box{
		padding: 20px 2vw 10px !important;
	}
	.profile_box h2{
		font-size: 0.9em;
		width: 100%;
	}
	.profile_box img{
		max-width: 40%;
	}
	.profile_box h2+p{
		margin:0 0 10px;
	}
	.profile_name{
		font-size: 1.2em;
	}
	.profile_name+p, .profile_name+p+p{
		margin: 0 0 10px;
	}
	.profile_box .profile_box{
		width: 100%;
	}
	.profile_box dt{
		font-size: 0.85em;
	}
	.profile_box dd{
		font-size: 0.9em;
	}
}

/* モーダルウィンドウ
---------------------------------------------*/
.modal_box {
    position: fixed;
    z-index: 10002;
    display: none;
    width: 80%;
    max-width: 700px;
    margin: 0;
    padding: 60px 2vw 40px;
    text-align: center;
    background: #fff;
    box-sizing: border-box;
}
 
.modal_close {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 62px;
    font-size: 46px;
    color: #000;
    line-height: 62px;
    text-align: center;
    background: #e6e6e6;
}
 
.modal_close i {
    line-height: 62px;
    vertical-align: bottom;
}
 
.modal_bg {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    display: none;
    width: 100%;
    height: 120%;
    background-color: rgba(0,0,0,0.7);
}


/* 1Column テンプレート
---------------------------------------------*/
.oneColumn{
	float: none !important;
	margin:0 auto;
}
.oneColumn h1{
	background: #cccccc;
	padding: 5px 10px;
	margin:0 0 10px;
	font-size: 1.0em;
}
/* カテゴリ一覧 テンプレート
---------------------------------------------*/
#main .categoryList .articlelist{
	display:block;
	background: none;
	padding: 0;
}
#main .categoryList .articlelist li{
	margin: 0 41px 20px 0;
}
#main .categoryList .articlelist li:nth-child(4n){
	margin-right: 0;
}
#main .categoryList .articlelist li .itemtext{
	padding: 0;
}
/* 共通
---------------------------------------------*/
.newmark{
	background: #e60012;
	color: #fff;
	padding: 5px;
	position: absolute;
}

.noimage{
	height: 100%;
	width: 100%;
	background: #ccc;
	display: flex;
	-webkit-justify-content: center; /* Safari */
 	justify-content:center;
	color: #fff;
}

#advps_container1 .bx-wrapper .bx-pager{
	display: none;
}
.advps-slide-container{
	padding: 0 40px;
	margin:0 auto;
}
.bx-wrapper .bx-prev{
	left: -40px;
	background:
}
.bx-wrapper .bx-next{
	right: -40px;
	background:
}

/* ヨドハンについて
---------------------------------------------*/
#aboutpage{
	color: #646464;
}
#aboutpage h1,#jobpage h1{
	color: #0096e0;
	border-bottom: #c8c8c8 1px solid;
	padding: 0 0 20px;
	margin:0 0 45px;
	font-size: 1.5em;
	font-weight: normal;
}
#aboutpage h2{
	font-size: 1.8em;
	font-weight: normal;
	margin:0 0 80px;
}
#aboutpage h3,#jobpage h3{
	font-size: 1.0em;
	font-weight: normal;
	margin:0 0 20px;
}
#aboutpage dl{
	border-top:#c8c8c8 1px solid;
	margin: 0 0 10px;
}
#aboutpage dt{
	padding: 10px 0;
	float: left;
}
#aboutpage dd{
	padding: 10px 0 10px 200px;
	border-bottom:#c8c8c8 1px solid;
}
#aboutpage #contactBlock table{
	width: 100%;
	border-left: none;
	border-top: #c8c8c8 1px solid;
}
#aboutpage #contactBlock th{
	width: 12%;
	background: none;
	border-right: none;
	border-bottom: #c8c8c8 1px solid;
	padding: 10px 0;
	white-space: nowrap;
}
#aboutpage #contactBlock td{
	width: 80%;
	border-right: none;
	border-bottom: #c8c8c8 1px solid;
}
#aboutpage #contactBlock td span.tdLeft{
	padding: 1% 0 1% 15px;
	border-left: #c8c8c8 1px solid;
	display: block;
}


#abouthonsha{
	overflow: hidden;
	background: #c8c8c8;
	padding: 40px;
}
#abouthonsha h4{
	color: #646464;
	font-weight: bold;
	margin:0 0 20px;
	font-size:1.7em;
}
#abouthonsha p{
	font-size:1.2em;
}

.officelist{
	overflow: hidden;
	width: 100%;
}
.officelist p{
	margin:0 0 15px
}
.officelist li{
	color: #646464;
	background: #c8c8c8;
	float: left;
	overflow: hidden;
	width: 47.4%;
	margin:0 1% 10px 0;
	padding: 15px 1% 0;
}
.officelist li:nth-child(2n){
	margin-right: 0;
}
.officelist .officename{
	font-weight: bold;
	font-size: 1.3em;
	margin:0 0 5px;
}
.officelist p{
	font-size: 0.9em;
}
.officelist .fl{
	width: 53%;
}
.officelist .fr{
	width: 45%;
}
.officelist .fr img{
	width: 100%;
	height: AUTO;
}
.officemaplook a:link,.officemaplook a:visited,.officemaplook a:hover,.officemaplook a:active{
	color: #646464;
}

.torihikisaki{
	border-left: #c8c8c8 4px solid;
	padding: 4px 0 0 18px;
	margin:0 0 20px;
}
.block .torihikisakicate{
	border-bottom: #c8c8c8 1px solid;
	margin:0 0 20px;
	padding: 0 0 10px;
}

/* ヨドハンの仕事
-----------------------------------*/
#jobpage .jobLineText{
	text-align: center;
	border-bottom: #646464 1px solid;
	padding: 0 0 10px;
	margin:0 0 10px;
	color: #000;
}
#jobpage h2{
	text-align: center;
	color: #646464;
	font-size: 1.4em;
	margin: 0 0 20px;
}
.jobYodohanQuality{
	border-left: #a2bce2 4px solid;
	padding: 3px 0 3px 30px;
	margin: 0 0 20px;
	font-weight: bold;
	font-size: 1.2em;
}
ul.jobQuality{
	margin:0 0 40px;
	overflow: hidden;
}
ul.jobQuality li{
	float: left;
	width: 48%;
	margin:0 2% 0 0;
}
ul.jobQuality li:nth-child(2n){
	margin: 0;
}
#jobShikaku{
	clear: both;
}
#jobShikaku p#jobShikakuTitle{
	background: #c8c8c8;
	text-align: center;
	font-weight: bold;
	font-size: 1.0em;
	padding: 5px 0;
}
#jobShikaku ul.fl{
	width: 49%;
	margin:0 2% 0 0;
}
#jobShikaku ul.fr{
	width: 49%;
}
#jobShikaku ul li{
	border-bottom: #cccccc 1px solid;
	padding: 0 0 10px;
	margin:0 0 10px;
}
#jobshanaiTitle{
	color: #000;
	font-size: 1.3em;
	margin:0 0 5px;
}

#jobOfficeList li{
	width: 46%;
	padding: 0 0 20px;
	margin: 0 3% 20px 0;
	float: left;
	border-bottom: #ccc solid 1px;
}
#jobOfficeList li:nth-child(2n){
	width: 46%;
	margin: 0 0 20px 3%;
}
#jobOfficeList li img{
	width: 100%;
	height: auto;
}

/* お問い合わせ
---------------------------------------------*/
article #contactBlock table span.wpcf7-list-item{
	margin:0 10px 0 0;
}
article #contactBlock table{
	width: 100%;
	border-left: none;
	border-top: #646464 1px solid;
}
article #contactBlock th{
	padding: 20px;
}
article #contactBlock th{
	width: 30%;
	background: none;
	border-right: none;
	border-bottom: #646464 1px solid;
}
article #contactBlock td{
	width: 70%;
	border-right: none;
	border-bottom: #646464 1px solid;
}
article #contactBlock td span.tdLeft{
	padding: 5%;
	border-left: #646464 1px solid;
	display: block;
}

.custom ::-webkit-input-placeholder,
.custom ::-moz-placeholder,
.custom :-ms-input-placeholder {
	color: #646464;
}

article #contactBlock input[type="text"],
article #contactBlock input[type="tel"],
article #contactBlock input[type="email"],
article #contactBlock textarea{
	padding: 10px;
	background: #e6e6e6;
	width: 100%;
	border:none;
	font-size: 1.0em;
}
article #contactBlock input[type="text"]:focus,
article #contactBlock input[type="tel"]:focus,
article #contactBlock input[type="email"]:focus,
article #contactBlock textarea:focus{
  outline: 0;
  border-color: orange;
}

article #contactBlock textarea {
  resize: none;
  width: 100%;
}

#contactAcceptanceBlock{
	width: 590px;
	margin:0 auto;
	text-align: center;
}
#contactAcceptance{
	width: 96%;
	height: 230px;
	overflow-y: scroll;
	border: #000 1px solid;
	padding: 10px 2%;
	text-align: left;
}
#contactAcceptanceBtn{
	background: #e6e6e6;
	padding: 5px 0;
	margin:10px 0;
	width: 100%;
}

div.wpcf7-mail-sent-ok,div.wpcf7-validation-errors{
	border:#ff0000 2px solid !important;
}
#contactAcceptanceBlock  input[type="submit"]{
	background: #59ACA6;
	border: none;
	color: #2d2d2d;
	cursor: pointer;
	width: 50%;
	padding: 5px 0;
}


/* 記事ページ
---------------------------------------------*/
#singlenav{
	overflow: hidden;
	clear: both;
	margin: 0 0 80px;
}
#singlenavL{
	float: left;
}
#singlenavR{
	float: right;
}
#singlenav a:link,#singlenav a:visited,#singlenav a:active{
	color:#221815;
}
#articleCont{
	clear: both;
	padding: 45px 50px 0;
}
#articleCont h1{
	margin: 0 0 10px;
}
#articleCont .articleDate{
	margin: 0 0 5px;
}

#main .articlelist{
	padding: 20px 0;
	overflow: hidden;
	background: #dcdcdc;
	display: flex;
	-webkit-justify-content: center; /* Safari */
 	justify-content:center;
}

/* サイド
---------------------------------------------*/
.sidenav{
	padding: 20px 0 0;
	background: url(images/sidenav-top.png) top right no-repeat;
	background-size:100% 10px;
}
.sidenav ul{
	background: url(images/sidenav-bottom.png) bottom left no-repeat;
	background-size:100% 10px;
	padding: 0 0 20px;
}
.sidenav li{
	width: 98%;
	background: #646464;
	padding: 3px 1%;
	margin: 0 0 1px;
}
.sidenav li a{
	display: block;
	background: #646464;
	color: #fff;
	padding: 15px;
}
.sidenav li a:hover{
	background: #838383;
}
.sidenav p{
	margin: 0 0 5px;
}

.sidearticle h2{
	font-size: 0.9em;
	background: #c8c8c8;
	color: #000;
	padding: 5px 10px;
	margin: 0 0 10px;
}
.sidearticle p{
	margin: 0 0 5px;
	font-size: 0.9em;
	line-height: 1.0em;
}
.sidearticle a:link,.sidearticle a:active,.sidearticle a:visited{
	font-weight: bold;
	color: #000;
}
.sidearticle li{
	width: 100%;
}
.sidearticle li img{
	width: 100%;
	height: auto;
	margin: 0 0 5px;
}

@media only screen and (max-width: 1199px) {
	#headerFrame{
		width: 100%;
		padding: 0;
	}
	#footerFrame{
		width: 96%;
		padding: 10px 2%;
	}
	#main{
		width: 80%;
	}
	#side{
		width: 18%;
		margin-right: 2%;
	}
	#contents{
		padding: 85px 2% 0;
		width: 96%;
	}
	#main .articlelist{
		padding: 20px;
	}
	#aboutpage img,#jobpage img,#recruitpage img{
		max-width: 100%;
		height: auto;
	}
	#articleCont{
		padding: 0;
	}
	#articleCont img{
		max-width: 100%;
		height:auto;
	}
	#sekou{
		width: 96%;
		padding: 20px 2%;
	}
	#sekou li{
		width:22%;
	}
	#sekou li img{
		width: 100%;
		height: auto;
	}
	#job{
		width: 96%;
		padding: 50px 2%;
	}
	#job .fr{
		width: 100%;
	}
	#job .fr,#job .fl{
		float:none
	}
	#job .pagebtnW{
		display: inline-block;
		margin-bottom:30px;
	}
	#job .pagebtnW a{
		display: inline-block;
		padding: 8px 40px;
	}
	#job li{
		width: 30%;
	}
	#job li:nth-child(2n){
		margin-right: 0;
	}
	#job li img{
		width: 100%;
		height: auto;
	}
	#job .jobBtn a{
		float: none;
	}
	#job .jobex li{
		width: 100%;
	}
	#job .jobex li img{
		width: 100%;
		height: auto;
	}

	#training{
		width: 96%;
		padding: 20px 2%;
	}
	#training .fr,#training .fl{
		float: none;
	}
	#training .fl{
		width: 100%;
	}
	.articlelist li img{
		width: 100%;
		height: auto;
	}
	.articlelist li{
		width: 24.3%;
	}
	.articlelist li{
		margin-right: 0.9%;
	}
	.articlelist li:nth-child(4n){
		margin-right: 0;
	}
	#exterior,#about,#exexmeisterFrame,#pickup,#exteriorplaner{
		width: 100%;
	}
	#exterior img,#about img,#pickup img,#exteriorplaner img{
		width: 100%;
		height: auto;
	}
	#exexmeisterSP{
		margin:0 0 20px;
	}
	#exexmeisterFrame{
		background-size:cover;
	}
	#nagare .fl{
		width: 70%;
	}
	#nagare .fl img,#nagare .fr img{
		width: 100%;
	}
	#nagare .fr{
		width: 27%;
	}
	/*カテゴリ一覧ページ*/
	#main .categoryList .articlelist li{
		margin-right: 2%;
		width: 23%;
	}
	#main .categoryList .articlelist li img{
		width: 100%;
		height: auto;
	}
}
@media only screen and (max-width: 1048px) {
	#headToi,#headContact,nav{
		display: none;
	}
	#spnav{
		display: block;
	}
	#spmenu #headContact,#spmenu #headToi{
		display: block;
		float: none;
	}
	#spmenu #headContact a,#spmenu #headToi a{
		padding: 15px 2%;
		display: block;
		color: #fff;
	}
	#spmenu #headContact a{
		background: #0096e0;
		width: 96%;
	}
	#spmenu #headToi a{
		background: #002977;
		width: 96%;
	}
	#exteriorItembox{
		flex-wrap: wrap;
	}
	.exteriorItem{
		width: 49%;
		margin-bottom: 4px;
	}
	.exteriorItem p a{
		width: auto;
	}
}
@media only screen and (max-width: 961px) {
	#abouthonsha .fr{
		float: none;
	}
	.exteriortop, #exteriorItembox,.exteriorItemArticleBox{
		width: 100%;
	}
	.exteriortop{
		width: 98%;
	}
	.exteriortop h2{
		text-align: center;
	}
	.exteriorItemcont h2+p{
		font-size: 1.3em;
	}
	.exteriorItemcont .exteriorItemcontList{
		width: 80%;
	}
	.exteriorItemcont .exteriorItemcontList li{
		float: none;
		width: 100%;
	}
	.exteriorItemArticlecont{
		width: 48%;
		margin: 1%;
	}
	.exteriormore{
		width: 30%;
	}
}
@media only screen and (max-width: 735px) {
	#main,#side{
		float: none;
		width: 100%;
	}
	#main .articlelist{
		display: none;
	}
	#sekou li{
		width:48.1%;
	}
	#sekou li:nth-child(2n){
		margin-right: 0;
	}
	#job li{
		width: 49%;
		margin-right: 2%;
	}
	.articlelist li{
		width:49%;
		margin:0 2% 20px 0 !important;
	}
	.articlelist li:nth-child(2n){
		margin-right: 0 !important;
	}
	.articletitle{
		font-size: 0.9em;
		line-height: 1.6em;
	}
	#articleCont{
		padding: 0;
	}
	article h1{
		font-size: 1.2em;
	}

	#abouthonsha{
		padding: 10px;
	}
	.officelist li{
		width: 98%;
		margin:0 0 10px 0;
		padding: 15px 1% 0;
	}
	.officelist .fl,.officelist .fr{
		width: 100%;
	}
	#exteriorplanerP{
		display: none;
	}
	#exteriorplanerS{
		display: block;
	}
	#exexmeister{
		display: none;
	}
	#exexmeisterSP{
		display: block;
	}
	#exexmeisterSP img{
		width: 100%;
		height: auto;
	}
	#exexmeisterSPframe{
		background: #cccccc;
		padding: 20px 30px 50px 30px;
	}
	#exexmeisterSPtitle{
		margin:0 0 0;
		font-size: 1.7em;
		font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif !important;
		text-align: center;
	}
	#exexmeisterSPtitle+p{
		font-size: 1.1em;
	}
	.exexmeisterSPbtn a{
		display: block;
		background: #fff;
		color: #646464;
		padding: 5px 0;
		text-align: center;
		width: 100%;
		margin: 0 0 20px;
	}
	#nagare .fl,#nagare .fl img{
		width: 100%;
	}
	#nagare .fr{
		display: none;
	}

	#recruitContactBox a{
		width: 70%;
	}
	#recruitTextList li{
		padding: 10px;
	}
	#recruitContactBtn{
		width: 70%;
	}
	#recruitList li img{
		width: 100%;
		height: auto;
		float: none;
	}
	.recruitListText{
		width: 98%;
	}

	article #contactBlock th{
		padding: 20px 0;
		width: 18%;
	}
	article #contactBlock td{
		padding: 20px 3%;
		width: 75%;
	}
	#contactAcceptanceBlock{
		width: 100%;
	}

	/*カテゴリ一覧ページ*/
	#main .categoryList .articlelist li{
		margin-right: 0;
		width: 100%;
	}
	#main .categoryList .articlelist li img{
		width: 100%;
		height: auto;
	}

	/*Googleマップ*/
	.googlemap {
	  position: relative;
	  padding-bottom: 56.25%; /*16:9*/
	  height: 0;
	  overflow: hidden;
	  background: #ccc;
	  margin:0 0 20px;
	}

	.googlemap iframe {
	  position: absolute;
	  top: 0;
	  left: 0;
	  width: 100% !important;
	  height: 100% !important;
	}
}