/*
Theme Name: workboxしずおか									
*/

body{
	  overflow-x:hidden;
}

.wp-navi{
	margin:30px auto ;
	height:50px;
	text-align:center;
}

.wp-pagenavi a, .wp-pagenavi span {
    text-decoration: none;
    border: 1px solid #BFBFBF;
	padding: 10px!important;
	margin: 2px;
}
wp-pagenavi a:hover, .wp-pagenavi span.current {
    border-color: #ffb03e!important;
	background-color:#ffb03e!important;
	color:#fff!important;
}
.wp-pagenavi a, .wp-pagenavi span {
    text-decoration: none;
    border: 1px solid #afafaf!important;
	background-color:#afafaf!important;
	color:#fff!important;
}



@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap');
.inner{
	max-width:1100px;;
	margin:0 auto;
	position: relative;
}

section{
	margin:0;
}

.sp {
  display: none;
}
#title-inner{
	max-width:1100px;
	margin: 0 auto;
	display:flex;
	flex-wrap:wrap;
}
#title-inner .logo{
	width:340px;
}

#title-inner .logo h1 img{
	width:100%;
	line-height: 1.0;
}
#title-inner .logo h2{
	margin-left:75px;
	font-size:13px;
	margin-top:5px;
}

#title-inner .t-right{
	width:calc(100% - 340px);
	display:flex;
	flex-wrap:wrap;
	justify-content: flex-end;
	align-content: flex-end;
	margin-bottom:13px;
}
#title-inner .t-right .telimg{
	width:214px;
}
#title-inner .t-right .telimg img{
	width:100%;
	height:auto;
}

#title-inner .t-right .bt a{
	display: block;
	width:180px;
	background-color: #a91f25;
	border-radius: 10px;
	margin-left:10px;
	padding:12px;
	text-align: center;
	color:#fff;
	transition: 0.5s;
}
#title-inner .t-right .bt a:hover{
	background-color: #4A4949;
}



/**************************************************************
グローバルナビ
**************************************************************/

.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}

#globalnavi{
	margin: 0;
	padding: 0;
	background-color: #f2f2f2;
	align-items: center;
	border-bottom:solid 1px #ccc;
}


#globalnavi #g-nav-pc{
  max-width:1100px;
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
  display:flex;
  justify-content:space-around;
  font-size:18px;
}

#globalnavi #g-nav-pc li{
	margin: 15px 0;
	display: inline-block;
	text-align: center;
	flex-grow: 1;
}

#globalnavi #g-nav-pc span{
	display: block;
	font-size:13px;
	color:#454141;
	margin-top:7px;
}
#globalnavi #g-nav-pc a{
	transition: 0.5s;

}
#g-nav-pc li + li {
  border-left: 1px solid #7A7A7A;
}


#globalnavi #g-nav-pc a:hover{
	color:#a91f25;
}
#globalnavi #g-nav-pc span:hover{color:#a91f25;}




/**************************************************************
footer
**************************************************************/
footer{
	background-color: #232323;
	padding:30px;
	color:#fff;
	font-weight:400;
}
#footer-nav{
	max-width:1100px;
	margin:0 auto 20px;;
	display: flex;
	justify-content: space-around;
}
.footer-box{
	width:35%;
	text-align:left;
	padding:20px;
}
.footer-box2{
	width:28%;
	text-align:left;
	padding:20px;
}

.footer-box li{
	position: relative;
  	text-decoration: none;
	padding-left:20px;
	padding-bottom:10px;
	font-weight:400;
}
.footer-box li a{color:#fff;}

.footer-box li::before{
  content:'';
  position: absolute;
  left:0;
  top:10px;
  width:6px;
  height:6px;
  border-top: 2px solid #a91f25;
    border-right:2px solid #a91f25;
    transform: rotate(45deg);
}


.footer-box .sns{
	display:flex;
	align-content: center;
	width:80%;
}
.footer-box .sns img{
	width:45px;
	height:45px;
	margin: 10px;	
}

.sns {
	margin-top:20px;
	display:flex;
	justify-content:center;
}

.sns img{
	width:;
	margin:7px;
}

/**************************************************************
main
**************************************************************/

#slide{
	width:100%;
}
#slide img{
	width:100%;
}


/**************************************************************
TOP　NEWS
**************************************************************/
#news-top{
	max-width:1100px;
	display:flex;
	flex-wrap:wrap;
	margin:100px auto 50px;
	background-color: #f2f2f2;
	padding:10px;
}
#news-topl{
	width:25%;
	padding:30px 0 0 50px;
	display:flex;
	flex-direction: column;
	justify-content:center;
}
.top-tt{
	display:flex;
	flex-wrap:wrap;
	color:#a91f25;
}
.top-tt h2{
	font-size:20px;
	padding-top:20px;}

#news-topl .bt a{
	display: block;
	width:180px;
	background-color: #a91f25;
	border-radius: 10px;
	padding:7px;
	margin:20px auto;
	text-align: center;
	color:#fff;
	transition: 0.5s;
	font-size:15px;
}
#news-topl .bt a:hover{
	background-color: #4A4949;
}

#news-topr{
	flex:1;
	padding:10px;
}
.news-topline{
	display:flex;
	flex-wrap:wrap;
	line-height:40px;
	border-bottom:1px dotted #888;
}
.news-topline dt{
	width:150px;
	color:#a91f25;
}
.news-topline dd{
	flex:1;
}
.readmore-n a:link, .readmore-n a:visited {
	width:300px;
	margin:50px 10px 0;
	padding:20px 0;
	box-sizing:border-box;
	position:relative;
	font-size:16px;
	display:block;
	color:#fff;
	background-color:#a91f25;
	text-align:center;
	transition: 0.5s;
	}

.readmore-n a:hover{
	color:#fff;
	box-sizing:border-box;
	background-color: #4A4949;
	}

.readmore-flex{
	display:flex;
	justify-content:center;
	margin:50px 0
}
/**************************************************************
NEWS アーカイブ
**************************************************************/

#news{
	max-width:1000px;
	margin:50px auto 80px;
}

.newsbox{
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-start;
	width:100%;
	padding:20px 10px;
	border-bottom:5px solid #f2f2f2;
}
.news-line-l{
	width:30%;
}
.news-line-l img{
	width:100%;
	height:auto;
}

.news-line-r{
	width:70%;
	padding:0 20px 0 30px;
}
.news-line-r h2{
	font-size:20px;
	margin-bottom:20px;
	border-bottom:3px solid #f0f0f0;
}
	

/************************************************
 セクションタイトル
************************************************ */

.top-title{
	background-image: url("https://workbox-shizuoka.com/image/top/bg_01.png");
	background-position: center;
	background-repeat: no-repeat;
	height:120px;
}


.top-tt2{
	display:flex;
	flex-wrap:wrap;
	color:#a91f25;
	padding: 40px 0 0 60px;
}
.top-tt2 h2{
	font-size:20px;
	padding-top:20px;
}




.readmore a:link, .readmore a:visited {
	width:300px;
	margin:50px auto 20px;
	padding:10px 0;
	box-sizing:border-box;
	position:relative;
	font-size:16px;
	display:block;
	color:#fff;
	background-color:#a91f25;
	text-align:center;
	transition: 0.5s;
	}

.readmore a:hover{
	color:#fff;
	box-sizing:border-box;
	background-color: #4A4949;
	}
.readmore-a a:link, .readmore-a a:visited {
	width:300px;
	margin:0 auto 0;
	padding:10px 0;
	box-sizing:border-box;
	position:relative;
	font-size:16px;
	display:block;
	color:#fff;
	background-color:#4A4949;
	text-align:center;
	transition: 0.5s;
	}

.readmore-a a:hover{
	color:#fff;
	box-sizing:border-box;
	background-color: #a91f25;
	}

/**************************************************************
TOP　EVENT
**************************************************************/

#event{
	background-color: #ededed;
	padding-bottom:50px;
}

.event-box{
	max-width:1100px;
	margin:50px auto 0;
	display:flex;
	flex-wrap:wrap;
	padding-bottom:20px;
}
.event-img{
	width:46%;
	padding-bottom:50px;
}
.event-img img{width:100%;height:auto;}

.event-info{
	width:calc(54% - 50px);
	padding-left: 50px;
	
}
.event-info h3{
	font-size:22px;
	padding-bottom:10px;
	margin :20px 0 30px;
	border-bottom:solid 2px #a91f25;
	font-weight: 400;
	color:#a91f25;
}

.event-info .line{
	padding:10px 0;
	border-bottom:dotted 2px #aaa;
}

/**************************************************************
TOP　TOUR
**************************************************************/

#tour{
	background-image: url("https://workbox-shizuoka.com/image/top/bg_tour.png");
	background-repeat: no-repeat;
	background-position: center;
	height: 680px;
}

.tour-text{
	max-width:1100px;
	margin:0 auto;
	text-align: left;
}
#tour .tour-text .top-tt2 h2 {color:#fff;}
.tour-come{
	padding:30px 0 30px 60px;
	font-size:20px;
	line-height:2.0;
}
.tour-come p{
	color:#fff;
	margin-bottom:30px;}

.readmore2 a:link, .readmore2 a:visited {
	width:300px;
	padding:10px 0;
	box-sizing:border-box;
	position:relative;
	font-size:16px;
	display:block;
	color:#a91f25;
	background-color:#fff;
	text-align:center;
	transition: 0.5s;
	}

.readmore2 a:hover{
	color:#fff;
	box-sizing:border-box;
	background-color: #4A4949;
	}

/**************************************************************
TOP　PLAN
**************************************************************/
#plan{
	margin:50px 0;
}
#plan-flex{
	max-width: 1200px;
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
	margin:50px auto;
}
.plan-box{
	width:31%;
	position: relative;	
	text-align: center;
	margin-bottom:60px;
}
.plan-title {
	position:absolute;
	top:-30px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	text-align: center;
	width:80%;
	background-color: #fff;
	padding:0 10px 10px;
	font-size:18px;
	z-index: 1;
}
.plan-title h3{padding-top:10px;}

.plan-title div{
	width:180px;
	margin:0 auto;
	border-top:5px solid #a91f25;
	
}
.plan-box img {
	width:100%;
}
.top-tt3{
	display:flex;
	flex-wrap:wrap;
	justify-content: center;
	color:#a91f25;
	padding: 40px 50px 70px 0;
}
.top-tt3 h2{
	font-size:20px;
	padding-top:20px;
}
#plan-flex img {
	transition: 1.0s ;
}

#plan-flex img:hover {
	opacity: 0.5 ;
}

/**************************************************************
TOP　WORKS
**************************************************************/
#works{
	background-color: #ededed;
	padding-bottom:50px;
}
#works-flex{
	max-width:1100px;
	margin: 0 auto;
	padding:50px 0 0;
	display:flex;
	flex-wrap:wrap;
}

#works-s #works-flex .blog-cont{
	margin-top:0;
	margin-bottom:0;
    padding-top:0px;
	padding-bottom:0px;
}

#works-s .n2-section-smartslider{
	margin-bottom:40px;
	
}
.works-box{
	width:32%;
	margin:0.5%;
	background-color: #fff;
	margin-bottom:30px;
}
.works-box img{
	width:100%;
	height:auto;
	transition: 1.0s ;
}

.works-box img:hover {
	opacity: 0.5 ;
}

.works-info{
	padding:20px 10px;
}

/**************************************************************
TOP　genba
**************************************************************/


.top-title2{
	background-image: url("https://workbox-shizuoka.com/image/top/bg_02.png");
	background-position: center;
	background-repeat: no-repeat;
	height:120px;
}

#genba{
	padding-bottom:50px;
}

.genba-box{
	max-width:1100px;
	margin:50px auto 0;
	display:flex;
	flex-wrap:wrap;
}
.genba-img{
	width:46%;
	padding-bottom:50px;
}
.genba-img img{width:100%;height:auto;}

.genba-info{
	width:calc(54% - 50px);
	padding-left: 50px;
	
}
.genba-info h3{
	font-size:22px;
	padding-bottom:10px;
	margin-bottom:20px;
	border-bottom:solid 1px #a91f25;
}


/**************************************************************
TOP　contents
**************************************************************/

#contents{
	background-color: #f2f2f2;
	padding-bottom:80px;
}
#cont-flex{
	max-width:1200px;
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
	margin:0 auto;
}
.cont-box{
	width:31%;
	text-align: center;
	margin-bottom:30px;
}

.cont-img img{
	width:100%;
	transition: 1.0s ;
}

.cont-img img:hover {
	opacity: 0.5 ;
}
.cont-text{
	width:100%;
	background-color: #fff;
	display:flex;
	justify-content: space-between;
	padding:10px 30px 10px 10px;
	border-bottom:1px solid #555;
	position: relative;
}
.cont-text h3{
	text-align:right;	
}

.cont-text a::after{
	content:'';
 	position: absolute;
 	right:10px;
 	top:20px;
 	width:10px;
 	height:10px;
 	border-top: 2px solid #a91f25;;
    border-right:2px solid #a91f25;;
    transform: rotate(45deg);
	display: inline;
}


/**************************************************************
TOP　contact
**************************************************************/

#contact{
	background-color: #a91f25;
	padding-bottom:80px;
}

#contact .top-tt3 h2 {color:#fff;}


#contact-flex{
	max-width:1000px;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin:0 auto;
}
.contact-img {
	width:30%;
}
.contact-img img{
	width:100%;
	transition: 1.0s ;
}

.contact-img img:hover {
	opacity: 0.5 ;
}
/**************************************************************
下層ページ
**************************************************************/
.sub-tt2{
	display:flex;
	flex-wrap:wrap;
	justify-content: center;
	align-items: center;
	background-color:#a91f25;
	color:#fff;
	padding: 20px 0;
}
.sub-tt2 h2{
	font-size:24px;
}

/**************************************************************
works
**************************************************************/
.works-box-s{
	margin:1%;
	max-width: 1000px;
    margin: 0 auto;
}
.works-box-s img{
	width:100%;
	height:auto;
	margin-bottom: 10px;
}
.works-info-s{
	width:100%;
	padding:2%;
	line-height: 1.8;
}

#works-s .title{
    font-weight: 600;
    font-size: 24px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    text-align: center;
    border-bottom: 2px solid #a91f25;
}
.works-info-s p{padding:10px 20px;}

#works-s #works-flex {
     flex-direction: column;
}

/**************************************************************
PLAN
**************************************************************/
.plan-mainimg{
	max-width:1200px;
	margin:0 auto;
}
.plan-mainimg img{width:100%;}
.plan-text{
	max-width:1000px;
	margin:0 auto 120px;
	line-height: 1.8;
	font-size:18px;
	padding:0 10px;
}
.plan-flex-s{
	max-width:1000px;
	margin: 0 auto 80px;
	display: flex;
	flex-wrap: wrap;
}
.plan-box2{
	width:48%;
	margin:20px 1%;
	line-height:150%;
}
.plan-box2 img{
	width:100%;
}
.plan-box2 p{
	padding:0 10px;
}
.midashi-a{
	max-width:1000px;
	font-size:24px;
	padding:20px;
	margin:50px auto;
	border:solid 7px #a91f25;
	color: #a91f25;
	text-align: center;
}
.midashi-b{
	max-width:100%;
	font-size:20px;
	border-top:3px solid #a91f25;
	padding:10px;
	margin-bottom:20px;
	text-align: center;
}
.plan-hyou{
	max-width:1100px;
	margin:30px auto;
}
.blue{background-color:#252424;color:#fff;}
.gray{background-color:#f2f2f2;}

.plan-icon{
	max-width:1000px;
	margin: 0 auto 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	background-color: #f2f2f2;
}

.icon{
	width:15%;
	padding:2% 0;
}
.icon img{width:100%;}

/**************************************************************
COMPANY
**************************************************************/

.company-flex{
	max-width:1100px;
	display: flex;
	flex-wrap: wrap;
	margin:30px auto;
	justify-content: flex-start;
}
.company-text{
	font-size:18px;
	line-height: 1.8;
	flex:1;
	padding:0 30px;
}
.company-text p{
	text-align: right;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.company-text p span{
	font-size:24px;
}
.company-flex img{
	width:300px;
	height:auto;
}
#company dl{
	max-width:1000px;
	display:flex;
	flex-wrap:wrap;
	margin: 30px auto;
}
#company dt{
	width:30%;
	font-weight:600;
	padding:10px;
	border-top:2px solid #a91f25;
}
#company dd{
	width:70%;
	padding:10px;
	border-top:2px solid #ccc;
}
#company iframe{
	width:100%;
	height:400px;
}


/**************************************************************
apply
**************************************************************/
.apply-mes{
	max-width:800px;
	margin:50px auto 100px;
	padding:10px;
}

#apply{
	max-width: 1000px;
	margin: 50px auto;
}

.apply-line{
	overflow: hidden;
	padding: 15px;
	border-bottom: dashed 1px #ccc;
	display:flex;
	flex-wrap: wrap;
}

.apply-line-l{
	width: 35%;
	font-weight:bold;
	padding:10px;
}

.apply-line-r{
	width:65%;
	padding:10px 20px;
}

.hissu{
	color: #FF0004;
	font-size: 10px;
}
/* テキストフォームの設定 */
.wpcf7-text{
padding:10px;
width: 430px;
color: #636063;
background-color:#F9F9F9;
border:solid 1px #CCCCCC;
}

/* テキストフォームのフォーカス時の設定 */
.wpcf7-text:focus{
background-color:#FFFFCC;
}

/* テキストエリアの設定 */
.wpcf7-textarea{
padding:10px;
width: 600px;
height: 100px;
color: #636063;
background-color:#F9F9F9;
border:solid 1px #CCCCCC;
}

/* テキストエリアのフォーカス時の設定 */
.wpcf7-textarea:focus{
background-color:#FFFFCC;
}

/* 送信ボタンの設定 */
.wpcf7-form-control.wpcf7-submit{
display: block;
width: 200px;
border: none;
padding:10px;
background-color:#444444;
color:#fff;
}

/* 送信ボタンのフォーカス時の設定 */
.wpcf7-form-control.wpcf7-submit:hover{
filter: alpha(opacity=80);
opacity: .6;
-moz-transition: all 0.7s ease;
-webkit-transition: all 0.7s ease;
}

/* リストの縦並び（チェックボックス・ラジオ） */
span.wpcf7-list-item {
display: block!important;
}

/* セレクト */
select{
padding: 10px;
width: 280px;
color: #636063;
background-color:#F9F9F9;
border:solid 1px #CCCCCC;
}

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

.clearfix{
overflow:hidden;
}

.halfsize{
	width:200px;
	margin-top:5px;
	margin-right:7px;
}

/**************************************************************
カタログダウンロード
**************************************************************/
#panf-img-set {
	margin: -15px auto 60px;
	display: flex;
}
#panf-img-set * {
	box-sizing: border-box;
}
#panf-img-set .wpcf7-form-control {
	width: 1000px;
	display: flex;
	justify-content:center;
	flex-wrap:wrap;

}
#panf-img-set .wpcf7-form-control-wrap.checkbox-content .wpcf7-list-item {
	width: 24% !important;
	display: inline-block !important;
	margin-left: 0;
	margin-top: 20px;

}
#panf-img-set .wpcf7-list-item label {
	display: block;
	width: 100%;
	height: 280px;
	cursor: pointer;
	font-size:20px;
}
#panf-img-set .wpcf7-list-item label::before {
	display: block;
	content: "";
	background: url(https://workbox-shizuoka.com/image/panf/01.png) no-repeat;
	background-size: auto 130px;
	background-position: 50% 75%;
	width: 100%;
	height: 240px;
}
#panf-img-set .wpcf7-list-item:nth-of-type(2) label::before {
	background: url(https://workbox-shizuoka.com/image/panf/02.png) no-repeat;
	background-size: auto 130px;
	background-position: 50% 75%;
}
#panf-img-set .wpcf7-list-item:nth-of-type(3) label::before {
	background: url(https://workbox-shizuoka.com/image/panf/03.png) no-repeat;
	background-size: auto 130px;
	background-position: 50% 75%;
}
#panf-img-set .wpcf7-list-item:nth-of-type(4) label::before {
	background: url(https://workbox-shizuoka.com/image/panf/10.png) no-repeat;
	background-size: auto 130px;
	background-position: 50% 75%;
}
#panf-img-set .wpcf7-list-item:nth-of-type(5) label::before {
	background: url(https://workbox-shizuoka.com/image/panf/05.png) no-repeat;
	background-size: auto 130px;
	background-position: 50% 75%;
}
#panf-img-set .wpcf7-list-item:nth-of-type(6) label::before {
	background: url(https://workbox-shizuoka.com/image/panf/06.png) no-repeat;
	background-size: auto 130px;
	background-position: 50% 75%;
}
#panf-img-set .wpcf7-list-item:nth-of-type(7) label::before {
	background: url(https://workbox-shizuoka.com/image/panf/07.png) no-repeat;
	background-size: auto 130px;
	background-position: 50% 75%;
}
#panf-img-set .wpcf7-list-item:nth-of-type(8) label::before {
	background: url(https://workbox-shizuoka.com/image/panf/08.png) no-repeat;
	background-size: auto 130px;
	background-position: 50% 75%;
}

#panf-img-set .wpcf7-list-item:nth-of-type(9) label::before {
	background: url(https://workbox-shizuoka.com/image/panf/09.png) no-repeat;
	background-size: auto 130px;
	background-position: 50% 75%;
}
#panf-img-set .wpcf7-list-item .wpcf7-list-item-label {
	display: inline-block;
	text-align: center;
	width: 180px !important;
	padding-left: 35px;
}
#panf-img-set .wpcf7-list-item {
	cursor: pointer;
	position: relative;
}
#panf-img-set .wpcf7-list-item input {
	position: absolute;
	z-index: 10;
	width: 24px;
	height: 24px;
	bottom: 12px;
	margin-right: 8px;
}
#panf-img-set .wpcf7-list-item .wpcf7-list-item-label {
	font-size: 13px;
	text-align: left;
	font-weight: bold;
}
#panf-img-set .wpcf7-form-control-wrap.checkbox-content .wpcf7-list-item {
	position: relative;
}

/**************************************************************
EVENT
**************************************************************/
#event-s, #event-ss {
	padding-bottom:50px;
}
#event-s .event-box{
	border-bottom:10px solid #eee;
}

/**************************************************************
flow
**************************************************************/
.flow-text{
	max-width:1000px;
	margin:0 auto 50px;
	line-height: 1.8;
	font-size:16px;
	padding:0 10px;
}
#flow-zu{
	margin:50px 0;
	display: flex;
	flex-direction: column;
	align-content: center;
}

#flow-zu .zu, #flow-zu .zu2{
	width:800px;
	margin:0 auto 30px;
	background-color: #f2f2f2;
	border-radius: 10px;
	display: flex;
	position: relative;
}
#flow-zu .zu-l{
	width:40%;
	height: auto;
	background-color: #a91f25;
	color:#fff;
	font-size:22px;
	padding:20px 10px;
	align-content: center;
	border-radius: 10px;
	text-align: center;
}

#flow-zu .zu-r{
	width:60%;
	align-content: center;
	padding:20px;
}
#flow-zu .zu::before{
    content: '';
    position: absolute;
    top: 100%;
    left: 20%;
    transform: translateX(-50%);
    border-top: 20px solid #a91f25;  /* 好みで色を変えてください */ 
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
}

#flow-flex{
	max-width:1000px;
	margin:20px auto 80px;
}
.flow-box{
	width:98%;
	margin:50px 1%;
	display:flex;
	flex-wrap:wrap;
	box-shadow: 5px 7px 7px rgba(0,0,0,0.10);
}

.flow-l{
	width:30%;
}
.flow-l img{width:100%}
.flow-r{
	width:70%;
	padding:10px 30px 20px;
}
.flow-r h3{
	background-color: #f2f2f2;
	padding:10px;
	margin-bottom: 20px;
	font-size:20px;
	font-weight:600;
}

/**************************************************************
よくある質問
**************************************************************/


#qa .accordion-area{
    list-style: none;
    width: 96%;
    max-width: 900px;
    margin:0 auto;
	text-align:left;
	padding:50px 0;
}

#qaa .accordion-area li{
    margin: 20px 0;
}

#qa .accordion-area section {
	border: 2px solid #ccc;
	margin: 20px 0;
}


#qa .title {
    position: relative;
    cursor: pointer;
    font-size:18px;
    font-weight: normal;
    padding: 3% 3% 3% 50px;
    transition: all .5s ease;
	color:#9B070A;
	font-weight:700;
}
#qa .title span {
	background-color: #C80D10;
	padding:10px 15px;
	margin-right:10px;
	border-radius: 50%;
	color:#fff;
}
#qa .title::before,
#qa .title::after{
    position: absolute;
    content:'';
    width: 15px;
    height: 2px;
    background-color: #333;
    
}
#qa .title::before{
    top:48%;
    left: 15px;
    transform: rotate(0deg);
    
}
#qa .title::after{    
    top:48%;
    left: 15px;
    transform: rotate(90deg);

}

#qa .title.close::before{
	transform: rotate(45deg);
}

#qa .title.close::after{
	transform: rotate(-45deg);
}

#qa .box {
    display: none;
    background: #f3f3f3;
	margin:0 3% 3% 3%;
    padding: 3%;
}

#qa .box .aa {
	display: inline-block;
	background-color: #2B2929;
	margin-bottom:10px;
	padding:10px 15px;
	border-radius: 50%;
	color:#fff;
}



/**************************************************************
ABOUT
**************************************************************/

.mainimg{
	text-align:center;
	max-width:700px;
	margin:0 auto;
}
.mainimg img{
	width:100%;
}
.about-nayami{
	max-width:1100px;
	margin:0 auto 100px;
	display:flex;
	flex-wrap:wrap;
	padding:20px 20px 20px 30px;
	background-color: #f2f2f2;
	border-radius: 20px;
}
.about-nayami-text{
	width:65%;
	font-size:18px;
	padding-right:20px;
}
.about-nayami-text h3{
	font-size:26px;
	margin-bottom:20px;
	color:#a91f25;
	padding-left:20px;
	font-weight:600;
	text-align: center;
}

.about-nayami-text li{
	padding:10px;
	border-bottom:dotted 2px #ccc;
	list-style-image: url("https://workbox-shizuoka.com/image/about/che.png");
	list-style-position:inside;
}
.about-nayami-img{
	width:35%;
	align-items: center;
	padding-top:80px;
}
.about-nayami-img img{width:100%;}

#about-point{
	max-width:1100px;
	margin:0 auto 80px;
	display:flex;
	flex-wrap:wrap;
	justify-content: space-around;
}
.about-box{
	width:45%;
	margin:20px 2%;
	padding:20px;
	text-align: center;
	box-shadow: 5px 7px 7px rgba(0,0,0,0.10); 
	border: 1px solid #f2f2f2;
}
.about-box .title{
	display:flex;
	flex-wrap:wrap;
}
.about-box .title .point{
	width:30%;
}
.about-box .title .point img{
	width:100%;
}
.about-box .title h3{
	width:70%;
	align-self:center;
	padding-bottom:20px;
	font-size:26px;
	font-weight:600;
	padding-left:20px;
	text-align: left;
}
.about-img img{
	width:80%;	
}
.about-box p{
	text-align: left;
	padding:0 20px 20px;}
.about-box li{
	padding:5px 20px;
	list-style-image: url("https://workbox-shizuoka.com/image/about/che2.png");
	list-style-position:inside;
	text-align: left;
}


#abouttour{
	background-image: url("https://workbox-shizuoka.com/image/about/bg_tour.png");
	background-repeat: no-repeat;
	background-position: center;
	height: 680px;
}


#abouttour .tour-text .top-tt2 h2 {color:#fff;}
.tour-come{
	padding:30px 0 30px 60px;
	font-size:20px;
	line-height:2.0;
}

.readmore3 a:link, .readmore3 a:visited {
	width:300px;
	padding:10px 0;
	box-sizing:border-box;
	position:relative;
	font-size:16px;
	display:block;
	color:#a91f25;
	background-color:#fff;
	text-align:center;
	transition: 0.5s;
	}

.readmore3 a:hover{
	color:#fff;
	box-sizing:border-box;
	background-color: #a91f25;
	}

/**************************************************************
リニューアルをお考えの方へ
**************************************************************/
.re-flex{
	max-width:1100px;
	display:flex;
	flex-wrap:wrap;
	margin:80px auto;
}
.re-flex-re{
	max-width:1100px;
	display:flex;
	flex-wrap:wrap;
	flex-direction: row-reverse;
	margin:80px auto;
}
.re-01, .re-02{
	width:50%;
}
.re-01{
	padding:20px;
	line-height: 1.8;
}
.re-01 h3{
	font-size:30px;
	margin-bottom:30px;
}
.re-01 h3 span{
	padding:10px 15px;
	background-color: #872122;
	color:#fff;
	margin-right:10px;
	font-weight:600;
}
.re-02{
	padding:10px;
}
.re-02 img{width:100%;}

/**************************************************************
土地情報
**************************************************************/
#land{
	max-width:1100px;
	margin:80px auto;
}
#land .dai{
	background-color: #f2f2f2;
	text-align: center;
}

.land-flex{
	width:100%;
	display:flex;
	flex-wrap:wrap;
	border-bottom:solid #555 1px;
}
.land-flex .basho, .land-flex .youto, .land-flex .tsubo{
	width:15%;
	padding:7px 10px;
	margin-top:7px;
	border-right:1px solid #555;
} 
.land-flex .info{
	width:55%;
	padding:10px;
	margin-top:7px;
}


#land .info-img-list{
	display:flex;flex-wrap: wrap;
}

#land .info-img-list li {
width:50%;
    height: auto;}

#land .info-img img{
	padding:2px;
	width:100%;
    height: auto;}

/**************************************************************
GENBA
**************************************************************/
#genba-s, #genba-ss {
	padding-bottom:50px;
}
#genba-s .genba-box{
	border-bottom:1px solid #9E9E9E;
}
/**************************************************************
blog
**************************************************************/
#blog{padding:10px;}

.blog-cont{
	max-width:1000px;
	margin:50px auto 80px;
	text-align:left;
	line-height:190%;
	padding:20px 0;
}

.blog-cont li + li {
  border-left: none!important;
}

.blog-cont li{
	margin-left:35px;
	font-size:14px;
	line-height:170%;
	margin-bottom:13px;
}

.blog-cont ol{
	margin-top:25px;
	margin-bottom:25px;
}


.blog-cont p{
	margin-left:0px;
}

.blog-cont .alignright{
	padding-left:15px!important;
	background-color:#fff!important;
	float:right;
}

.blog-cont .alignleft{
	padding-right:15px!important;
	background-color:#fff!important;
	float:left;
}

.blog-cont .aligncenter{
    display: block;
    margin: 0 auto 20px;
    text-align: center;
}

.blog-cont h1{
	font-size:30px;
	color:#000000;
	padding:10px 5px;
	margin-bottom:15px;
	margin-top:30px;
	font-weight: 700;
}

.blog-cont h2{
	font-size:18px;
	color:#a91f25;
	padding:10px 5px;
	border-bottom:solid 2px #a91f25;
	margin-bottom:15px;
	margin-top:30px;
	font-weight: 600;
}

.blog-cont h3{
	font-size:16px;
	background-color:#fff3b1;
	padding:7px;
	margin-top:30px;
	margin-bottom:15px;
	font-weight: 600;

}
.blog-cont h4{
	font-size:15px;
	color:#000;
	padding:7px 3px;
	border-bottom:solid 1px #000;
	margin-bottom:15px;
	margin-top:30px;
	font-weight: 600;
}

.blog-cont h5{
	font-size:12px;
	color:#000;
	padding:5px;
	background-color:#ececec;
	margin-bottom:15px;
	margin-top:30px;
	font-weight: 600;
}

.blog-cont p{margin-bottom:15px;}

.blog-cont img{padding-bottom:15px;
padding-top:10px;
max-width:100%;
height:auto;}

.blog-cont iframe{max-width:100%;}

.blog-cont hr{
	margin-bottom:15px;
		margin-top:15px;
	background-color: #fff;
	border-top: 2px dashed #f6be46;
}
.blogkao{
	width:300px;
	float:right;
}
.blogkao img{
	width:100%;
	height:auto;
}


.blog-flex{
	display:flex;
}
/**************************************************************
TOP　LINE
**************************************************************/
#line-qr-box {
	border-radius: 10px;
	background: #fce1ca;
	padding: 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 900px;
	margin: 50px auto;
}
#line-qr-box h2 {
	font-size: 22px;
    padding-bottom: 10px;
    margin: 0 0 30px;
    border-bottom: solid 2px #a91f25;
    font-weight: 400;
    color: #000;
    line-height: 1.5;
}
#line-qr-box .readmore a:link {
	margin-top: 25px;
}
.text-box {
	padding-right: 30px;
}
.qr-box {
	text-align: center;
}
.qr-box img {
	max-width: 200px;
}
/**************************************************************
TOP　カタログDL
**************************************************************/

#catalog{
	max-width:900px;
	border:solid 5px #FEC34C;	
	margin:50px auto;
}
#catalog h2{
	font-size:clamp(22px, 3vw, 30px);
	color:#fff;
	background-color:#FEC34C;
	padding:15px;
	text-align:center;
	font-weight:600;
}
#catalog-box{
	display:flex;
	flex-wrap:wrap;
	padding:15px;
}
.catalog-img{
	width:45%;
	display:flex;
	flex-wrap:wrap;
}
.catalog-img img{
	width:50%;
	height:auto;
	padding:5px;
	box-sizing:border-box;
}
.catalog-text{
	width:55%;
	font-size:clamp(24px, 2vw, 26px);
	font-weight:600;
	text-align:center;
	line-height:200%;
}
.catalog-text p{
	background-color:#a91f25;
	color:#fff;
	font-size:clamp(16px, 2vw, 22px);
	margin:10px 20px 0;
	transition: 0.5s;
}

.catalog-text p:hover{
	color:#fff;
	box-sizing:border-box;
	background-color: #4A4949;
}


/**************************************************************
2022.10
**************************************************************/

#tr-page{
	text-align:center;
	color:#333;
}
#tr-page img{
	width:100%;
	height:auto;
}

.tr-banner{
	max-width:1200px;
	margin:0 auto 40px;
	    position: relative;
}


.tr-banner .tr-button{
    margin-top: 40px;


}
.tr-button a {
    background: #a91f25;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 10px 35px;
    color: #ffffff;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    display: inline-block;
    font-size: 21px;

}
.tr-button a:before {
    content: '';
    position: absolute;
    top: calc(50% - 2px);
    right: -2em;
    transform: translateY(calc(-50% - 2px)) rotate(30deg);
    width: 12px;
    height: 2px;
    background-color: #2b2b2b;
    transition: 0.3s;
}
.tr-button a:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -2em;
    transform: translateY(-50%);
    width: 60px;
    height: 2px;
    background-color: #2b2b2b;
    transition: 0.3s;
}
.tr-button a:hover:before, .tr-button a:hover:after {
    right: -2.5em;
}
.tr-button a:hover {
    background: #2b2b2b;
    color: #fff;
}

.tr-lead {
    padding-bottom: 60px;
}

.tr-lead p {
    line-height: 2.7;
    font-size: 18px;
    font-weight: 500;
}

.tr-lead_cap {
    width: 625px;
    margin: 20px auto 10px;
}

.tr-charm {
    background-color: #f2f2f2;
	padding:30px 0;
}

.tr-charm_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: top;
	max-width: 1100px;
    margin: 0 auto 40px;
    position: relative;
}
.tr-charm_disc p small {
    display: block;
    font-size: 13px;
}

.tr-charm_box li{
    width: 45%;
    padding: 0 0px;
    margin:20px;
}

.tr-charm_disc {
	background-color:white;
}



.tr-charm_img {
	height:330px;
	width:100%;
	position:relative;
}
.tr-charm_no{
    font-weight: 700;
    display: flex;
    color: #000000;
    justify-content: center;
    align-items: center;
    font-size: 35px;
    width: 25%;
    text-align: center;
    padding: 0px 0 5px;
}

#tr-page .tr-charm_img img{
	width:100%;
	height:100%;
	object-fit:cover;
}


.tr-charm_box li p{
    padding: 0px 30px 30px;
    text-align: left;
}

.tr-charm_box li h3{
    font-weight: 500;
    font-size: 21px;
    color: #a91f25;
    margin: 0px 10px 10px;
    padding-top: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.tr-plan_list{
	margin-top:100px;
}

.tr-plan_wrapper {
      display: flex;
    justify-content: center;
    text-align: left;
    padding: 20px 0 100px;
    margin: 0 auto;
    align-items: center;
	    flex-wrap: wrap;

}

.tr-plan_slider {
max-width: 800px;
    width: 50%;}

.tr-plan_slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tr-plan_disc {
    width: 40%;
position:relative;	
}

.restaurant, .office{
	    padding: 40px 0 40px 5vw;
}


.salon, .housing{
	    padding: 40px 5vw 40px 0;
}
.tr-plan_bg {
     content: "";
    display: block;
    width: 60vw;
    height: 110%;
    background: #f2f2f2;
    position: absolute;
    left: -25%;
    top: 0%;
    bottom: 0;
    z-index: -1;
    margin: auto;
}

.tr-plan_bg2 {
     content: "";
    display: block;
    width: 60vw;
    height: 110%;
    background: #f2f2f2;
    position: absolute;
    left: -25%;
    top: 0%;
    bottom: 0;
    z-index: -1;
    margin: auto;
}

.tr-plan_bg3 {
     content: "";
    display: block;
    width: 60vw;
    height: 110%;
    background: #f2f2f2;
    position: absolute;
    left: -25%;
    top: 0%;
    bottom: 0;
    z-index: -1;
    margin: auto;
}

.tr-plan_bg4 {
     content: "";
    display: block;
    width: 60vw;
    height: 110%;
    background: #f2f2f2;
    position: absolute;
    left: -25%;
    top: 0%;
    bottom: 0;
    z-index: -1;
    margin: auto;
}

.tr-animation{
animation: wipe-enter 1s ;
}
@keyframes wipe-enter {
	0% {
		transform: scale(0, .025);
	}
	50% {
		transform: scale(1, .025);
	}
}

.tr-plan_disc h3{
   font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
    padding: 0 20px;
    background-color: white;
    display: inline-block;
    margin-bottom: 20px;
}
.tr-plan_disc .tr-button a {
font-size:16px;
	    margin-top: 20px;
}

.reverse{flex-direction: row-reverse
}

.tr-plan_table{
    padding: 0px 20px;
    margin: 20px;
    border-left: 4px solid #a91f25;
}
.tr-point{
	font-size:40px;
	color:#b31012;
}
.tr-plan_price{
    font-size: 21px;
    padding: 0 0px;
    display: inline-block;
    margin-bottom: 0px;
}
.tr-plan_memo{
	font-size:14px;
	margin-bottom:20px;
}

.tr-plan_wrapper2 {
align-items: center;
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	    padding: 10px 40px;
}
.tr-plan_box_img img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.tr-plan_box{
	width:45%;
}

.tr-plan_box h4 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
    padding: 0 20px;
    display: inline-block;
    border: 1px solid #a91f25;
    margin-top: 40px;
    color: #a91f25;
}

.restaurant::before {
    content: "";
    width: 47%;
    height: 159px;
    width: 47%;
    height: 159px;
    background: url(https://workbox-shizuoka.com/image/trailer/restaurant.png) no-repeat;
    background-size: contain;
    margin-right: 0.2em;
    position: absolute;
    opacity: 1;
right: -50px;
    top: -90px;
    opacity: 0.2;
}


.salon::before {
       content: "";
    width: 47%;
    height: 159px;
    background: url(https://workbox-shizuoka.com/image/trailer/salon.png) no-repeat;
    background-size: contain;
    margin-right: 0.2em;
    position: absolute;
    opacity: 1;
    left: 0;
    top: -114px;
    opacity: 0.2;
}


.office::before {
     content: "";
    width: 47%;
    height: 159px;
    width: 47%;
    height: 159px;
    background: url(https://workbox-shizuoka.com/image/trailer/en-office.png) no-repeat;
    background-size: contain;
    margin-right: 0.2em;
    position: absolute;
    opacity: 1;
   right: -50px;
    top: -90px;
    opacity: 0.2;
}


.housing::before {
        content: "";
    width: 47%;
    height: 159px;
    background: url(https://workbox-shizuoka.com/image/trailer/housing.png) no-repeat;
    background-size: contain;
    margin-right: 0.2em;
    position: absolute;
    opacity: 1;
    left: 0;
    top: -114px;
    opacity: 0.2;
}

	
