/**
BASIC
*/

body{
	font-family:'Zen Kaku Gothic New','Noto Sans JP',Roboto,"lucida grande",'游ゴシック体', 'Yu Gothic', YuGothic, tahoma,verdana,arial,'Hiragino Kaku Gothic Pro',Meiryo,'MS PGothic',sans-serif ;
	font-weight: 400;
	letter-spacing: .02em;
	font-size: 100%;
	line-height: 1;
	/*background: rgba(235,234,205,.2);*/
	color: #333;
background: url(/images/bg/grid-me.png) #FFF;
	-webkit-font-smoothing: antialiased;
}
a img,
:link img,
:visited img{
	border: none;
}

img[src$=".gif"], img[src$=".png"] {
	/*image-rendering: -moz-crisp-edges;          Firefox */
	/*image-rendering:   -o-crisp-edges;          Opera */
	image-rendering: -webkit-optimize-contrast;/* Webkit (非標準の名前) */
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor;  /* IE (非標準プロパティ) */
}

a {text-decoration: underline; outline: 0;}
a:link {color: #333;outline: 0;}
a:visited {color: #333; outline: 0;}
a:active {color: #333; outline: 0;}
a:hover {
	color: #999;
	text-decoration: none;
	outline: 0;
}

a{
	transition: 0.2s ease 0s;
	-webkit-transition: 0.2s ease 0s;
	-moz-transition: 0.2s ease 0s;
	-ms-transition: 0.2s ease 0s;
}

#wrapper{
	margin: 0;
	padding: 0;
	clear: both;
	overflow-x: hidden;
}

#contents{
	margin: 0px auto 0px 0;
	padding: 80px 0 0px 0;
}
.home #contents{
	padding-top: 0px;
}

#main_contents{
	padding-bottom: 5em;
}

#sidebar{
}

.inner{
	width: 1080px;
	margin: 0 auto;
	position: relative;
}

.sp{
	display: none !important;
}


/**
ROLLOVER
*/

a img:hover{
	/* IE 
	filter: alpha(opacity=70);*/
	/* Safari Opera */
	opacity: 0.90;
	/* Firefox Netscape */
	-moz-opacity: 0.90;
}



/**
HEADER
*/
header.change-color {
    background-color: rgba(255,255,255,.8);
    box-shadow: 0px 0px 10px rgb(0 0 0 / 5%);
}

header{
	position: fixed;
	width: 100%;
	z-index: 999;
	/*background: rgba(255,255,255,.8);
	background: rgba(238,238,238,0.8);*/
}
.home header{
	margin-bottom: 0;
}

header .inner{
	height: 50px;
	position: relative;
}

header h1.logo{
	display: inline-block;
	font-weight: 600;
	line-height: 45px;
	letter-spacing: .15em;
}

header h1.logo img{
	height: 16px;
	vertical-align: middle;
}

header h1.logo span.icon{
	margin-right: 10px;
}
header h1.logo span.icon img{
	height:  30px;
}

header h1.logo a{
	text-decoration: none;
	color: #000;
}

header .box_info{
	position: absolute;
	top: 5px;
	right: 0;
	z-index: 99;
}

header .box_info ul li{
	list-style: none;
	margin: 0 0 0 20px;
	display: inline-block;
	line-height: 1.5;
	vertical-align: middle;
}

header .box_info ul li i,
header .box_info ul li svg{
	margin-right: 5px;
}

header .box_info ul li.tel a{
	font-size: 16px;
	pointer-events: none;
	color: inherit;
	text-decoration: none;
}

header .box_social{
	position: absolute;
	top: 25px;
	right: 430px;
}



/**
SOCIAL
*/

.box_social ul li{
	list-style: none;
	display: inline;
	margin: 0 5px;
	line-height: 0;
}

.box_social ul li img{
	width: 15px;
}

.box_social ul li span,
.box_social ul li i,
.box_social ul li svg{
	display: inline-block;
	line-height: 0;
	font-size: 20px;
}

.box_social ul li a{
	display :inline-block;
	text-align: center;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}



/**
SUB NAVI
*/

ul.sub_navi li{
	display: inline-block;
	margin:  0 .5em;
	line-height: 1.5;
	font-size: 13px;
}

ul.sub_navi li a {text-decoration: none; outline: 0;}
ul.sub_navi li a:link {color: #333;outline: 0;}
ul.sub_navi li a:visited {color: #333; outline: 0;}
ul.sub_navi li a:active {color: #333; outline: 0;}
ul.sub_navi li a:hover {
	color: #999;
	text-decoration: none;
	outline: 0;
}



/**
GLOBAL NAVI(NARVE)
*/

#navre{
	/*border-top: solid 1px rgba(0,0,0,0.1);*/
	position: absolute;
	top: 12px;
	left: 320px;
}

#navre .naver-handle{
	margin-left: 15px;
}

#navre ul{
	margin: 0 auto;
}

#navre li{
	list-style: none;
	display: inline-block;
	margin: 0 8px;
    font-weight: 500;
}


#navre li a{
	display: block;
	text-decoration: none;
	color: #333;
	z-index: 1000;
	padding: 5px 0px;
	font-size: 13px;
}

#navre a:hover {
	border-bottom: solid 1px #000;
}

#navre li a.current{
	border-bottom: solid 1px #000;
}



/**
GLOBAL NAVI(STELL)
*/



/**
TOPIC PATH
*/

#topic_path{
	clear: both;
	padding: 0 0 20px 0;
	clear: both;
}

#topic_path li {
	display: inline;
	font-size: 12px;
	line-height: 1.3;
	list-style-type: none;
}

#topic_path li:after{
	content: " \f105";
	font-family: FontAwesome;
	margin-left: .5em;
}



/**
COMMON_LAYOUT
*/

.clear{
	clear: both;
}
 
img{
	vertical-align: middle;
	max-width: 100%;
}

img.frame{
	padding: 10px;
	border: solid 1px #EEE;
	background: #FFF;
}

section{
	clear: both;
	padding: 50px 0;
	border-bottom: solid 1px rgba(0,0,0,0.05);
	position: relative;
}

.home section{
	border:  none;
}

/*#contents section:nth-child(2){
	padding-top: 0;
}*/

/*パンくず入る場合
#contents section:nth-child(3){
	padding-top: 0;
}
*/

#contents section div.block{
	margin-bottom:30px;
}
#contents section div.block:last-child{
	margin-bottom: 0;
}



/**
ICON
*/

li.category a,
p.category a,
span.category a{
	padding: 4px 6px;
	display: inline-block;
	line-height: 1.5;
	background-color: rgba(0,0,0,0.5);
	color: #FFF;
	font-size: 10px;
	text-decoration: none;
    margin-right: 5px;
    margin-bottom: 5px;
}

article p.cate{
margin: 0 !important;
}

article .category a{
	font-size: 12px;
	padding: 6px 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}

p.red{
color: #ff3300;
}

li.tag a,
p.tag a,
span.tag a{
	padding: 4px 8px;
	display: inline-block;
	line-height: 1;
	/*background-color: rgba(0,0,0,0.1);*/
	color: #333;
	font-size: 12px;
	text-decoration: none;
}



/**
Parallax PHOTO
*/

section.photo{
  background-position: center center;   
  background-repeat: no-repeat;
  /*background-attachment: fixed;*/
  background-size: cover;
  background-color: #FFF;
  position: relative;
}

@media screen and (min-width: 800px) {
  section.photo {    
    background-attachment: fixed;
  }
}

section.photo{
  background-image: url(/images/main_image_04.jpg); 
  min-height: 400px;
}



/**
COMMON_PARTS
*/

br.sp{
	display: none !important;
}

.cover:before {
    z-index: 60;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
}
.cover.white:before {
    z-index: 60;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.95);
}
.cover div{
position: relative;
z-index: 99;
color:  #FFF;
}

div.title{
	position: relative;
	margin-bottom: 20px;
	clear: both;
}
div.title.center{
	text-align: center;
}
div.block  div.title{
	margin-top: 40px;
}


div.title h1{
	font-size: 36px;
	line-height: 1.2;
}
div.title h1 .sub{
	font-size: 60%;
	margin-left: 1em;
}

div.title h2{
	font-size: 24px;
	line-height: 1.2;
	font-weight: 500;
}
div.title h2 span{
	display: block;
	font-size: 13px;
	margin-top: 6px;
}


div.title h3{
	font-size: 22px;
	font-weight: 500;
	line-height: 1.2;
}

div.title.center h3 {
    position: relative;
    display: inline-block;
    padding: 0 65px;
    margin: 1em 0 0 0;
    border-bottom: none;
}
div.title.center h3:before, 
div.title.center h3:after{
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 40px;
	height: 1px;
	background-color: #333;
}
div.title.center h3:before {left:0;}
div.title.center h3:after {right: 0;}



div.title h4{
	font-size: 20px;
	line-height: 1.2;
    margin: 1em 0;
}


div.title.center h2{
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
  font-weight: 600;
}
div.title.center h2:before{
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 40px;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: rgb(129, 82, 66,1);
}


p{
  line-height: 1.8;
  margin: 1em 0;
}

p.catch{
	font-size: 26px;
	font-weight: 600;
	line-height: 1.4;
}

p.lead{
	font-size: 16px;
	margin: 1em 0;
}

p.right{text-align: right;}
p.center{text-align: center;}
p.left{text-align: left;}


p em {
    background: linear-gradient(transparent 80%, rgba(255,0,37,0.2) 80%);
    font-weight: 600;
}

.button .more svg{
	font-size: 10px;
	margin-left: 5px;
}

.caution,
.caption{
	font-size: 13px !important;
	color: #666;
	line-height: 1.4;
	font-weight: normal;
}


ul.caution li{
	margin: 0.2em 0 0.2em 20px;
	line-height: 1.3;
}


hr{
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: rgba(0,0,0,0.1);
	height: 1px;
	margin: 20px 0;
	clear: both;
}

span.content.new,
span.content.update{
	margin-left: 1em;
	font-weight: normal;
	font-size: 12px;
	color: #F00;
}

.tel a{
	pointer-events: none;
    text-decoration: none;
}


/**
SMART-SLIDER
*/

.n2-ss-slider .n2-ss-layer-content .n2-ss-layer--auto:not([data-pm=absolute]){
	display:  none;
}
div#n2-ss-2 .n2-style-52a27b9422f615fb2c24656151df03c2-heading{
	background: rgba(0,0,0,0.6) !important;
	background: rgba(0,0,0,0.6) !important;
}

/**
BX-SLIDER
*/

#sliderWrap{
	margin-bottom: 20px;
}

.bx-wrapper .bx-viewport {
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border: inherit !important;
	left: 0 !important;
	background: inherit !important;
}


.bx-wrapper .bx-prev {
	left: 10px;
	background: url(/images/arrow_left_w.png) no-repeat center left !important;
	background-size: 30px !important;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(/images/arrow_right_w.png) no-repeat center right !important;
	background-size: 30px !important;
}

#sliderWrap ul li{
	list-style: none;
}

#slider li {
width: 100% !important;
  /*height: 70vh;*/
  background: center / cover no-repeat;
}


.main_slider{
	position: relative;
}
.main_slider p.catch{
	font-size: 40px;
	font-weight: 600;
	color: #FFF;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.5);
	display: block;
	text-align: center;
	position: absolute;
	bottom: 150px;
	left:0;
	width: 100%;
	letter-spacing: .2em;
}
.main_slider p.catch a{
	color: #FFF;
	text-decoration: none;
}
.main_slider a.whole{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
	

.home .main_slider div.text{
	position: absolute;
	width: 100%;
	bottom: 30px;
	left: 0;
	text-align: center;
	z-index: 99;
}
.home .main_slider div.text p.lead{
	color: #FFF;
	font-weight: 500;
    text-shadow: 1px 1px 0 rgb(0 0 0 / 50%);
}

.bx-viewport {
  left: 0;
  box-shadow: none;
  border: none;
}


.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: rgb(129, 82, 66,1) !important;
}
.bx-wrapper .bx-pager.bx-default-pager a{
    background: rgb(129, 82, 66,.5) !important;

}

/**
PAGER
*/

.pager{
	clear:both;
	padding: 30px 0;
	position: relative;
	z-index: 9999;
	line-height: 2.5;
}
.wp-pagenavi:after {
	font-size: 1px;
	content: "";
	display: block;
	height: 0;
	clear: both;
}
.wp-pagenavi {
	zoom: 1;
}
a.page{
	white-space: nowrap;
}
.wp-pagenavi {
	text-align: center;
}
.wp-pagenavi .current,
.wp-pagenavi .pages{
	clear: both;
	font-size: 1.2em;
	color: #666;
	padding: 8px 12px 8px 12px;
}
.wp-pagenavi .current{
	background-color: rgba(0,0,0,1);
	color: #FFF;
	border: none;
}

.wp-pagenavi span.current{
	/*border: #cd3e2c solid 1px;*/
}
.wp-pagenavi a{
	font-size: 1.2em;
	padding: 8px 12px 8px 12px;
	/*border: #DDD solid 1px;*/
	text-decoration: none;
	border: none !important;
	background-color: ;
}
.wp-pagenavi a.last,
.wp-pagenavi a.previouspostslink{
	background-color: inherit;
}
.wp-pagenavi span.pages,
.wp-pagenavi span.extend{
	border: none;
}
.wp-pagenavi a:hover{
	text-decoration: none;
	background-color: rgba(0,0,0,0.5);
	color: #FFF;
}

/**
ページ分割
*/
.wp-separatenavi {
	font-size: 1.2em;
	color: #666;
	margin: 1em auto;
	line-height:2em;
	text-align:center;
}
.wp-separatenavi a {
	padding: 12px 8px;
	border: none;
	background-color: #f3f3f3;
	text-decoration: none;
}
.wp-separatenavi a:hover {
	text-decoration: none;
	background-color: #cd3e2c;
	color: #FFF;
}
.wp-separatenavi .numbers {
	padding: 12px 8px;
}


@media screen and (max-width: 768px) {
.pager{
	font-size: 90%;
}

.wp-pagenavi .pages{
	display: block;
}
}



/**
SINGLE
*/

.single article{
	margin-bottom: 60px;
	background: rgba(255,255,255,1);
	width: 80%;
	margin: 3em auto;
	padding: 60px 80px;
	box-sizing: border-box;
	box-shadow: 0px 0px 30px rgba(0,0,0,0.05);
}
.case.single article{
width: 100%;
}

.single article p{
	font-size: 110%;
	line-height: 1.8;
}

.single article p.date{
margin: 10px 0;
}

.single article p img{
	margin-bottom: 3px;
}

.single article h1{
	font-size: 24px;
	line-height: 1.4;
	font-weight: 500;
	margin: 0 0 10px 0;
}
.single article p.main_image{
	margin: 10px 0 30px 0;
	position: relative;
}
.case.single article p.main_image{
	margin: 10px 0 5px 0;

}
.case.single .data a{
display: block;
}

.single article p.main_image span.category{
	position: absolute;
	top: 0;
	right: 0;
}
	
.single article h2{
	font-size: 20px;
	margin: 1em 0;
}

.single article ul.data{
	margin: .5em 0;
}
.single article ul.data li{
	list-style: none;
	display: inline-block;
	margin-right: .5em;
}
.single article p.tag{
	margin: .5em 0;
}
.single article p.tag span{
	margin-right: 5px;
}

.single #main_contents div.title h3{
	font-size: 20px;
	line-height: 1.5;
}

.single article img{
	max-width: 100%;
}

img.alignright { margin: 0 0 0 auto !important;}
img.alignleft { margin: 0 auto 0 0 !important;}
img.aligncenter { margin: 0 auto !important;}

.single article ul.photos{
	/*margin-top: 3em;*/
    width: 70%;
    margin: 3em auto 0 auto;
}
.single article ul.photos li p.caption{
	font-size: 13px;
	line-height: 1.5;
}

.single article table.data{
	margin-bottom: 2em;
	width: 60%;
	margin: 0 auto 2em auto;
}

.single article table.data th{
	background: rgba(0,0,0,0.02);
}


/**
SIDEBAR
*/

#sidebar section{
border: none !important;
}

.box_search button{
    border: none !important;
    color: #FFF;
    height: 40px;
    line-height: 40px;
    width: 18%;
    text-align: center;
    padding: 0;
    vertical-align: middle;
	border-radius: 0;
}

.box_search input[type="text"] {
    background-color: #FFF;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    width: 82% !important;
    padding-left: 10px !important;
    vertical-align: middle;
	border: none !important;
}

#sidebar{
	background: rgba(0,0,0,0.03);
}

#sidebar h3{
	font-size: 16px;
	font-weight: 500;
	margin: 0  0 1em 0;
}


section.category li{
	text-align: center;
	list-style: none;
	margin-bottom: 1% !important;
}
section.category li a{
	padding: 20px 5px;
	width: 100%;
	display: block;
	text-decoration:none;
	border: solid 2px #000;
	border-radius: 3px;
	font-weight:  500;
	font-size: 90%;
	/*background: rgba(0,0,0,.7);
	color: #FFF;*/
}
section.category li a:hover{
	background: rgba(0,0,0,.1);
	color:  #000;
}
	
	
#sidebar ul li{
	line-height: 1.4;
}

#sidebar ul li a{
	text-decoration: none;
}

#sidebar select{
	width: 100%;
	border: none !important;
}

#sidebar ul li.cate ul{
	padding: 0 50px;
}
#sidebar ul li.cate ul li{
	list-style:disc;
}





/**
NEWS
*/

.icon.new{
	margin-left: .5em;
	color: #F30;
	font-size: 85%;
}

.news dl dt{
	line-height: 1.5;
	color: #666;
	clear: both;
	float: left;
	width: 15%;
	margin-bottom: 1em;
}

.news dl dd{
	line-height: 1.5;
	width: 85%;
	float: left;
	margin-bottom: 1em;
}

.news dl dd span.category{
	margin-right: 5px;
}

.news dl dd a{
	text-decoration: none;
}

.news .flexbox.box dl dt{
	width: 100%;
	margin-bottom: .2em;
}
.news .flexbox.box dl dd{
	width: 100%;
}



/**
LIST_LIST
*/

ul.item.list li p{
	margin: 0;
}

ul.item.list li{
	list-style: none;
	margin-bottom: 2%;
}

ul.item.list li div.image{
	width: 10%;
	margin-right: 1%;
	display: inline-block;
	vertical-align: top;
}

ul.item.list li div.image img{
	width: 100%;
}

ul.item.list li div.content{
	width: 88%;
	display: inline-block;
	vertical-align: top;
}

ul.item.list li p.date{
	font-size: 13px;
	color: #666;
	line-height: 1;
	margin-bottom: 5px;
}

ul.item.list li p.title{
	font-size: 16px;
	margin-bottom: 5px;
	line-height: 1.5;
}

ul.item.list li p.category{
	margin-bottom:8px;
	line-height: 1;
}

ul.item.list li p.text{
	font-size: 12px;
}





/**
LIST_BOX
*/

ul.item.box{
	margin-left: -1%;
}

ul.item.box li{
	list-style: none;
	float: left;
	margin: 0 0 4% 1%;
	display: inline-block;
	position: relative;
}
.home .case ul.item.box li{
	margin: 0 0 2% 1%;
}
ul.item.box.single li{
	margin-bottom: 0;
}

ul.item.box li div.icon{
position: absolute;
text-overflow: 0;
background: #FFF;
right: 0;
z-index: 99;
padding:  5px;
}
ul.item.box li div.icon img{
width: 15px;
}

ul.item.box li div.image{
	float: none;
	margin-bottom: 10px;
	width: 100%;
	position: relative;
	text-align: center;
}
ul.item.box li div.image span.category{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 99;
	line-height: 0;
}
	
ul.item.box li div.image img{
	width: 100%;
}

ul.item.box li div.content{
	float: none;
	width: 100%;
}

ul.item.box li p.date{
	font-size: 12px;
	margin: 5px 0;
	line-height: 1;
}
ul.item.box li p.title{
	font-size: 15px;
	line-height: 1.3;
	margin: 0 0 5px 0;
}
ul.item.box li p.title a{
	text-decoration: none;
}
ul.item.box li p.cate{
margin: 0 0 5px 0;
}
ul.item.box li p.text{
	font-size: 12px;
	color: #666;
	margin: 0;
	line-height: 1.3;
}

ul.item.box.column_2 li{
	width: 49%;
}

ul.item.box.column_3 li{
	width: 32.33333333%;
	
}

ul.item.box.column_4 li{
	width: 24%;
}

ul.item.box.column_5 li{
	width: 19%;
}
ul.item.box.column_6 li{
	width: 15.65%;
}



/**SIZE FIX*/

ul.item.box.fix li div.image,
.flexbox.fix li div.image{
	height: 160px;
	overflow: hidden;
	position: relative;
}
ul.item.box.fix .column_2 li div.image,
.flexbox.fix.column_2 li div.image{
	height: 180px;
}
ul.item.box.fix .column_3 li div.image,
.flexbox.fix.column_3 li div.image{
	height: 160px;
}
ul.item.box.fix .column_4 li div.image,
.flexbox.fix.column_4 li div.image{
	height: 140px;
}

ul.item.box.fix li div.image img,
.flexbox.fix li div.image img{
  position: absolute;
  width: 20%;
  height: 0;
  width: 100%;
  height: auto;
 /* padding-bottom: 20%;*/
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}



/**
FLEXBOX
*/

.flexbox{
	display: flex;
	display: -webkit-flex; /* Safari */
	-js-display: flex;/*IE*/
    -webkit-flex-wrap: wrap;
	justify-content: space-around; 
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
	/*justify-content: flex-start;*/
	width: 100%;
}

.flexbox li div.image{
	float: none;
	margin-bottom: 15px;
	width: 100%;
	position: relative;
}
.flexbox li div.image span.category{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 999;
	line-height: 0;
}

.flexbox li div.image img{
	width: 100%;
}

.flexbox.column_2 li{
	width: 49%;
}
.flexbox.column_3 li{
	width: 32%;
  /*width : 33.33333% ; 
  width : -webkit-calc(100% / 3) ;
  width : calc(100% / 3) ;*/
}
.flexbox.column_4 li{
	width: 24%;
}
.flexbox.column_5 li{
	width: 19%;
}
.flexbox.column_6 li{
	width: 16%;
}
.flexbox.column_2 li ul li,
.flexbox.column_3 li ul li,
.flexbox.column_4 li ul li,
.flexbox.column_5 li ul li
{
	width: 100%;
}

 
.flexbox li {
	list-style: none;
	margin-bottom: 3%;
}	
.flexbox.single li{
	margin-bottom: 0;
}

.flexbox li p.date{
	font-size: 13px;
	margin: 5px 0;
	line-height: 1;
}
.flexbox li p.title{
	font-size: 16px;
	line-height: 1.3;
	margin: 0 0 5px 0;
	font-weight: 500;
}
.flexbox li p.text{
	font-size: 13px;
	color: #666;
	margin: 5px 0 0 0;
	line-height: 1.3;
}



/**COLUMN*/


.flexbox.reverse {
	flex-direction: row-reverse;
}

.flexbox.column{
	margin-bottom: 30px;
}
.flexbox div.sub{
	flex: 1;
	margin: 0 30px 0 0;
}
.flexbox.reverse div.sub{
	margin: 0 0 0 30px;
}

.flexbox.after div.sub{
	flex: 1;
	margin: 0 0 0 30px; 
}
.flexbox.after.reverse div.sub{
	margin: 0 30px 0 0;
}

.flexbox .main{
	flex: 1;
}
.flexbox .main.w_3{
	flex: 3;
}
.flexbox .main.w_2{
	flex: 2;
}
.flexbox .main.w_4{
	flex: 4;
}
.flexbox .main.w_5{
	flex: 5;
}

.flexbox .main p{
	margin-top: 0;
}


.flexbox.box ul li{
	width: 100%;
}
.flexbox.box ul li div.image{
	width: 25%;
}
.flexbox.box ul li div.content{
	width: 73%;
}



/**
MAP
*/

.map img{
	max-width: initial !important;
}

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


/**
TABLE
*/

table{
	width: 100%;
}

table ul,
table ol{
	margin-left: 20px;
}

table.data th,
table.data td{
	padding: 10px;
	border: solid 1px #EEE;
	line-height: 1.5;
}

table.list th,
table.list td{
	padding: 10px;
	border-bottom: solid 1px #EEE;
	line-height: 1.5;
}

table.block{
	border-collapse: separate;
    border-spacing: 2px;
}

table.block th,
table.block td{
	padding: 10px;
	line-height: 1.5;
}

table.block th{
	background-color: rgba(0,0,0,0.2);
}

table.block td{
	background-color: rgba(0,0,0,0.1);
}




/**
FORM
*/

span.required{
	color: #F30;
	margin: 0 0.5em;
	font-weight: normal;
}

div.form{
	margin: 1em auto;
	padding: 30px 50px;
	background-color: rgba(0,0,0,.03);
}

div.form dl dt,
div.form dl dd{
	vertical-align: top;
	padding: 10px 0;
}

div.form dl dd .error{
	margin: .5em 0 0 0;
}

div.form dl dt{
	clear: both;
	float: left;
	width: 25%;
}
div.form table th{
	width: 25%;
	padding: 10px 0;
}

div.form dl dd{
	float: left;
	width: 75%;
}
div.form table td{
	width: 75%;
	padding: 10px 0;
}

div.form dl dd ul li,
div.form table td li{
	list-style: none;
	line-height: 1.5;
	margin: .2em 0;
}

div.form dl dd ul li label,
div.form table td li label{
	margin-left: 5px;
}

div.form table ul{
	margin-left: 0;
}


.box_attention{
padding:5px 30px; 
border:double 3px #999;
margin: 1em 0 2em 0;
}

/**PROPCESS*/

.progressbar {
    position: relative;
    margin: 3em auto;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.progressbar li {
    position: relative;
    list-style-type: none;
    text-align: center;
    text-transform: uppercase;
    width: 33.333%;
    color: #999999;
    font-weight: bold;
}
.progressbar li:before {
    display: block;
    width: 18px;
    height: 18px;
    margin: 7px auto 20px auto;
    content: '';
    text-align: center;
    border-radius: 50%;
    background-color: #CCC;
}
.progressbar li:after {
    position: absolute;
    z-index: -1;
    top: 15px;
    left: -50%;
    width: 100%;
    height: 2px;
    content: '';
    background-color: #CCC;
}
.progressbar li:first-child:after {
    content: none;
}
.progressbar li.active,
.progressbar li.complete{
    color: #000;
}
.progressbar li.active:before,
.progressbar li.complete:before {
    background-color: #000;
}
.progressbar li.active:after,
.progressbar li.complete:after {
    background-color: #000;
}



/**
INPUT
*/

input,
textarea{
	outline: none;
}

input::placeholder {
 font-size: 12px;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
textarea{
	border: none !important;
	padding: 5px;
	font-size: 120%;
	width: 100%;
}

input.half{
	width: 50%;
}
input.full{
	width: 100%;
}

select.select-box{
    margin: 0;
    padding: 0 30px 0 20px;
    height: 40px;
    line-height: 40px;
    font-size: 100%;
    color: #999;
    background: url(/images/arrow_down.png) no-repeat 95% 50% #FFF;
    background-size: 14px;
    border: 0;
    border-radius: 0;
    -webkit-appearance: none;
	border: solid 1px #EEE !important;
}

select.select-box.full{
	width: 100%;
}



/**
BUTTON
*/

input.btn,
button,
a.btn{
	background-color: rgba(0,0,0,1);
	color: #FFF;
	font-size: 100%;
	border-radius: 3px;
	cursor: pointer;
	border: none;
	text-decoration: none;
	padding: 13px 20px;
	display: inline-block;
}
input.btn.red,
button.red,
a.btn.red{
	background: #F30;
}


a.btn.conv{
	background: rgb(129, 82, 66,1);
}
a.btn.conv:hover{
	background: rgb(129, 82, 66,.8);
}

input.btn.size_s,
button.size_s,
a.btn.size_s{
	padding: 10px 20px;
	font-size: 13px;
}

input.btn.size_ss,
button.size_ss,
a.btn.size_ss{
	padding: 6px 15px;
	font-size: 11px;
}

input.btn.size_l,
button.size_l,
a.btn.size_l{
	padding: 20px 30px;
	font-size: 16px;
}

input.btn.size_2l,
button.size_2l,
a.btn.size_2l{
	padding: 20px 40px;
	font-size: 18px;
}

input.btn.cancel,
button.cancel,
a.btn.cancel{
	background-color: rgba(0,0,0,0.8);
	color: #333;
}

input.btn:hover,
button:hover,
a.btn:hover{
	background-color: rgba(0,0,0,0.8);
}



/**
INFO
*/

.box.info.bottom{
	padding: 20px !important;
	/*background-color: rgba(0,0,0,0.1);*/
    background: rgb(129, 82, 66,.1);
	text-align: center;
}

.box.info.bottom ul{
	margin: 1.5em 0;
}

.box.info.bottom ul li{
	text-align: center;
	height:  80px;
	margin-bottom: 0 !important;
}
.box.info.bottom ul li.tel.fax{
line-height: 45px;
}
.box.info.bottom ul li.button a{
	width: 100%;
	padding: 30px;
}

.box.info.bottom ul li.tel{
	font-size: 24px;
	font-weight: 500;
}

.box.info.bottom ul li.tel p{
	text-align: center;
}

.box.info.bottom ul li.tel{
	border: solid 2px #000;
	border-radius: 3px;
	padding: 15px 0;
}

.box.info.bottom ul li.tel,
.box.info.bottom ul li.tel a{
	color: #333;
	text-decoration: none;
}

.box.info.bottom ul li.tel p.caution{
	font-size: 13px;
	margin: 5px 0 0 0;
}


/**
FOOTER
*/

footer{
	clear: both;
	background-color: rgba(0,0,0,.7);
	background: url(/images/bg.png) #666;
	background-size: 100px; 
	padding: 30px 0 40px 0;
	color: #FFF;
	text-align:  center;
}

footer a{
	color: #FFF !important;
}
footer a.btn{
color:  #FFF !important;
}
footer ul li{
	margin-bottom: 0 !important;
	line-height: 1.6;
	text-align: left;
}
footer ul li ul li{
	margin-bottom: .8em !important;
	font-weight: 500;
}

footer ul.column_3{
	/*align-items: flex-end;*/
	margin: 30px 0 30px 0;
}

footer ul li.brand{
	text-align: center;
}

footer ul li.brand h1{
	font-size: 20px;
}
footer ul li.brand p.icon img{
	width: 150px;
}
footer ul li.brand h1 img{
	height: 20px;
}

footer ul li.info p.title{
	font-size: 18px;
	font-weight: 600;	
}

footer p.address,
footer p.tel{
	font-size: 13px;
}
footer p.tel svg{font-size: 10px;
}

footer ul.sub_nav{
	margin: 0 auto;
}


footer ul li.menu ul li span.sub{
	font-size: 12px;
	margin-left: 1em;
	color: #FFF;
}

footer a{
	text-decoration: none;
}

footer ul.sub_navi li{
	margin: 0 1em;
}

footer .box_social{
	margin: 1em auto;
}

footer .box_social ul li{
	margin: 0 10px 0 0;
}

footer p.copy{
	font-size: 12px;
	line-height: 1.4;
}

footer p.button a{
margin-right: 10px;
margin-bottom: 10px;
}


/** PAGE TOP */

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
}

#page-top a {
    background: rgba(0,0,0,0.2);
    text-decoration: none;
    font-size: 20px;
    color: #fff;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    display: block;
	/*border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;*/
}


/**
FOOTER BOTTOM_NAVI
*/

ul.bottom_navi{
	margin-bottom: 20px;
}

ul.bottom_navi li{
	line-height: 1.5;
	font-size: 13px;
	list-style: none;
}

ul.bottom_navi li h3{
	font-size: 18px;
	margin-bottom: 5px;
	cursor: auto;
}

ul.bottom_navi li ul li{
	font-size: 13px;
	float: none;
	width: 100% !important;
	color: #DDD;
	margin-bottom: 2px;
	width: 90%;
}

ul.bottom_navi li ul li .box_social ul{
	margin-top: 10px;
}

ul.bottom_navi li a {text-decoration: none; outline: 0;}
ul.bottom_navi li a:link {color: #333;outline: 0;}
ul.bottom_navi li a:visited {color: #333; outline: 0;}
ul.bottom_navi li a:active {color: #333; outline: 0;}
ul.bottom_navi li a:hover {
	color: #666;
	text-decoration: none;
	outline: 0;
}


/**
CLEARFIX
*/

.clearfix::after {
	content: "";
	display: table;
	clear: both;
}



/**
SEARCH
*/

body.search dl.list dt,
body.search dl.list dd{
	margin-bottom: .2em;
	line-height: 1.6;
}

body.search dl.list dt{
	font-weight: 500;
	font-size: 130%;
}

body.search dl.list dd{
	margin-bottom: 1.5em;
}


/**
ARROW
*/

/*スクロールボタンの指定*/
.scroll {
  width: 100%;
  text-align: center;
}
.scroll a {
  /*position: relative;*/
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  /*矢印を作成する*/
}
.scroll a:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  left: 0;
  right: 0;
  bottom: 25px;
  margin: auto;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
  animation: move 2s infinite;
}
/*矢印をアニメーションする*/
@keyframes move {
  0% {
    transform: rotate(45deg) translate(0, 0);
  }
  20% {
    transform: rotate(45deg) translate(10px, 10px);
  }
  40% {
    transform: rotate(45deg) translate(0, 0);
  }
}

/**
HOME
*/

/**DITTY*/

.ditty{
padding: 10px 0 15px 0;
}
.ditty a{
text-decoration: none;
}

.home .slider{
position: relative;
height:  100vh;
background: url(/images/bg4.jpg) center center /*rgb(129, 82, 66,.05)*/;
/*background-size: 100px;
background-size: 800px;
background-size: 1000px; 
background-repeat: repeat-x;*/
background-size: 150px; 
background-attachment: fixed;
}

.home .slider div.content{
position: absolute;
top: 30%;
left: 0;
text-align: center;
z-index: 99;
width: 100%;
}

.home .slider div.content img{
height: 220px;
filter: drop-shadow(0px 0px 10px rgba(0,0,0,0.2));
}
.home .slider div.content p.mark{
margin-bottom:  100px;
}
.home .slider div.content p.catch{
display:  inline-block;
margin:  0 0 2em 0;
/*background: rgba(255,255,255,.5);*/
line-height: 1.6;
letter-spacing: .1em;;
font-size: 18px;
}


/**
.home .intro{
	background: rgba(0,0,0,0.04);
	background: rgb(129, 82, 66,.8);
	background-size: 200px;
	border: none !important;
	color:  #FFF;
	padding: 0 0 0 0;
}
.home .intro .main{
padding:  50px 50px 50px 8%;
}

.home .intro ul li{
margin-bottom: 0 !important;
}

.home .intro p{
font-size: 120%;
line-height: 1.8;}
.home .intro p.catch{
font-size:  180%;
}

.home .intro li.image{
background: url(/images/top.jpg) center center no-repeat;
background-size: cover;
}

**/

.home .news{
	background: rgba(0,0,0,0.02);
	border: none !important;
}

.home .intro .column{
	margin-bottom: 0;
}

.home .point{
	padding:  30px 0 0 0 !important;
	border: none !important;
}

.home .point ul li p.title{
	text-align: center;
	margin: 10px 0;
	font-size: 18px;
}
.home .point ul li{
	padding: 0 20px;
}
.home .point ul li .image.icon{
	text-align: center;
	padding: 20px;
}

.home .point ul li .image.icon img{
	width: 100px;
}


.home .case section.category{
	padding: 0 0 30px 0 !important;
	border: none !important;
}

.home .case  ul.item{
	margin-top: 30px;
}


.home .news{
}

.home .news ul li{
	margin-bottom: 0 !important;
}


/**
CONCEPT
*/

.concept .column{
margin-top: 50px;

}

.concept .column .image{
text-align: center;
}
.concept .column .image p.mark img{
width: 200px;}
.concept .column .image p.logo img{
height: 30px;
margin-top: 1em;
}


.concept .about,
.concept .point{ 
    background: rgb(129, 82, 66,.05);
	border: none !important;
}

.concept .about{
background: url(/images/intro2-3.jpg) no-repeat center top;
background-size: cover;
min-height: 80vh;
text-align: center;
}

.concept .about p{
line-height: 2;
letter-spacing: .1em;
text-align: center;
font-size: 110%;
}
.concept .about p.catch{
font-size: 50px;
}





/**
COMPANY
*/

.company table.list{
font-size: 90%;
}
.company table.list th,
.company table.list td{
padding: 15px;
}
.company table.list th{
font-weight: bold;
white-space: nowrap;
color: rgb(129, 82, 66,1);
}
.company .column{
    background: rgba(255,255,255,.8);
    padding: 30px;
}




/**
FLOW
*/

p.arrow_down{
background: url(/images/arrow_down.png) no-repeat center center;
background-size: 45px;
margin: 0;
}

.flow div.column{
padding: 30px;
background: rgba(255,255,255,.8);
margin: 30px 0;
position: relative;
}


.flow div.column span.num{
font-size: 200px;
font-weight: bold;
color: rgb(129, 82, 66,.08);
position: absolute;
display: inline-block;
bottom: -50px;
left: -40px;
line-height: 1;
}


/**
FAQ
*/

.qe-faq-toggle .qe-toggle-title h4{
font-size: 130%;
line-height: 1.6;
cursor: pointer;
}

.qe-faq-toggle .qe-toggle-title {
    background-color: inherit;
    border: none;
    margin: 0;
    height: auto;
    cursor: pointer;
    transition: all 0.2s;
    padding: 10px 0;
}

.qe-faq-toggle.active .qe-toggle-title, .qe-faq-toggle .qe-toggle-title:hover{
background-color: inherit;
    cursor: pointer;
}

.qe-faq-toggle .qe-toggle-content {
    padding: 0 0 1em 40px;
    margin: 0;
    border: none;
	}
.qe-faq-toggle .qe-toggle-content p{
margin-top: 0 !important;
}


/**
VOICE
*/

.voice p.name{
font-size: 150%;
font-weight: 600;
color: rgb(129, 82, 66,1);
}

.voice #contents section .inner{
background: rgba(255,255,255,.8);
padding: 30px;
}

.voice section.text{
width: 68%;
margin: 0 auto;
border: none;
padding: 30px 0;
}

.voice p.status{
font-weight: bold;
font-size: 130%;
text-align: center;
}
.voice p.status.after{
color: #FF3300;
}

@media (max-width: 1200px) and (min-width: 801px){
	
.inner {
    width: 90%;
}

#main_contents{
	width: 100%;
	margin-right: 0;
}

#sidebar{
	float: none;
	clear: both;
	width: 100%;
}

}


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

/**
HEADER
*/

header .inner{
/*text-align: center;*/
	height: 50px;
}

header h1.logo{
	margin-left: 20%;
}
header h1.logo{
	position: relative;
	z-index: 999;
}
header h1.logo img.title {
   height: 30px;
   /*margin-left: 35px;*/
}
header h1.logo span.text{
/*display: none;*/
}
header .box_info ul li.tel a{
pointer-events: inherit;
}

header .box_info{
	top: 10px;
	right: 10px;
	white-space: nowrap;
}

header .box_info ul li{
	margin: 0 0 0 5px;
	display: inline-block;
}

header .box_info ul li i, header .box_info ul li svg{
	margin: 0;
}
header .box_info ul li span.text{
	display: none;
}
header .box_info ul li.tel a {
    font-size: 110%;
    padding: 8px 10px;
    display: inline-block;
	line-height: 1;
}
.tel a:link{
	pointer-events: inherit;
}

header .box_info ul li a.btn{
	padding: 8px 10px;
	line-height: 1;
}
header .box_info ul li i{
    margin-right: 0px;
}

header .box_social{
	top: 20px;
	right: 100px;
}
.box_social ul li i{
	font-size: 20px;
}
.box_social ul li a{
}


/**
GLOBAL NAVI(narve)
*/

#navre{
	min-height: inherit;
	line-height: inherit;
}

#navre{
	/*border-top: solid 1px rgba(0,0,0,0.1);*/
	position: absolute;
	top: 0px;
	left: 0px;
}


#navre .naver-handle{
	 top: 5px;
	 left: 10px;
	 margin: 0;
	 position: absolute;
}

.naver .naver-wrapper{
	margin-top: 50px;
}


#navre li{
	text-align: left;
	width: 100%;
	background: rgba(255,255,255,1);
    border-top: solid 1px #EEE;
}

#navre li{
	margin: 0;
}

#navre li a{
	padding: 15px 10px;
}

}

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


/**
BASIC
*/

body{
	-webkit-text-size-adjust: none;
	font-size: 90%;
}

img{
	max-width: 100% !important;
	height: auto;
}

#wrapper{
	width: 100%;
}

#contents{
	padding-top: 70px;
	width: 100% !important;
}
.home #contents{
	padding-top: 50px;
}

#main_contents{
	float: none;
	width: 100%;
	margin-right: 0px;
}

#sidebar{
	float: none;
	clear: both;
	width: 100%;
}

.inner{
	width: 100%;
	padding: 0 10px;
}

#wrapper,
#main_contents,
#sidebar,
.inner{
	float: none;
	width: 100%;
}

#contents section{
	padding: 20px 0;
}

.sp{
	display: inherit !important;
}
.pc{
	display: none !important;
}




/**
BOTTOM_NAVI
*/

ul.bottom_navi li ul li{
	font-size: 100%;
}

ul.bottom_navi li{
	float: none;
	width: 100% !important;
}

ul.bottom_navi li ul li{
	margin-bottom: 0;
}



/**
COMMON_LAYOUT
*/


 
/**
COMMON_PARTS
*/

br.sp{
	display: inherit !important;
}



/*h1,h2,h3{
	font-size: 100%;
	line-height: 1.3;
}*/

div.title h1{
	font-size: 30px;
	line-height: 1.2;
}
div.title h2{
	font-size: 20px;
	line-height: 1.2;
}
div.title h3,
div.title.center h3{
	font-size: 22px;
	line-height: 1.2;
}

div.title h4{
	font-size: 18px;
	line-height: 1.2;
}

p.catch{
	font-size: 18px;
}

p.lead{
	font-size: 14px;
}

.tel a{
	pointer-events: inherit;
    text-decoration: underline;
}


/**
ICON
*/

li.category a,
p.category a,
span.category a{
	padding: 3px 5px;
	display: inline-block;
	line-height: 1.5;
	background-color: rgba(0,0,0,0.5);
	color: #FFF;
	font-size: 9px;
	text-decoration: none;
    margin-right: 5px;
    margin-bottom: 0px;
}


/**
MAIN
*/


/**
BX-SLIDER
*/

.bx-wrapper img{
	max-width: 100%;
	height: inherit;
	margin: 0;
}

.main_slider p.catch{
	font-size: 24px;
}

.bx-wrapper{
margin: 0 auto 35px !important;
}


.bx-wrapper .bx-controls-direction a {
    top: 47% !important;
}


/**
PAGER
*/

.pager{
	font-size: 14px;
}

.wp-pagenavi .current, .wp-pagenavi .pages,
.wp-pagenavi a{
    padding: 5px 8px 5px 8px;
}


/**
SINGLE
*/

.single article .category a{
	font-size: 12px;
}

.single article h1 {
    font-size: 18px;
}

.single article h2{
	font-size: 16px;
	line-height: 1.5;
}

.single article{
	padding: 15px 20px;
	width: 100%;
	margin: 1em 0 2em 0;
}

.single article p {
    font-size: 100%;
    line-height: 1.6;
}

.single article ul.photos{
width: 100%;
}

.single article ul.photos li{
	width: 100%;
}
.single article ul.photos li p.caption {
    font-size: 12px;
    line-height: 1.4;
}

.single article table.data{
	font-size: 12px;
	width: 100%;
}



section.category ul li{
	width: 49% !important;
	margin-bottom: 2% !important;
}


section.category ul li a{
    padding: 15px 10px;
	font-size: 13px;
}


/**
SIDEBAR
*/


#sidebar .data ul li{
	width: 100%;
}

#sidebar .data ul li.box_search{
	margin-bottom: 30px !important;
}

#sidebar ul li.cate ul{
	padding: 0 0 0 30px;
}

/**
NEWS
*/
.news dl dt{
	clear: both;
	float: none;
	width: 100%;
	margin-bottom: 0;
}

.news dl dd{
	width: 100%;
	float: none;
	margin-bottom: 1em;
}


/**
LIST_LIST
*/

ul.item.list li {
	margin-bottom: 5%;
}

ul.item.list li div.image{
	width: 20%;
	margin-right: 2%;
}

ul.item.list li div.content{
	width: 76%;
}


/**
LIST_BOX
*/

ul.item.box.column_3 li,
ul.item.box.column_4 li,
ul.item.box.column_5 li{
	width: 48%;
}


ul.item.box.sp_full{
	margin-left: 0%;
}

ul.item.box.sp_full li{
	width: 100%;
	margin: 0 0 4% 0;
}
ul.item.box.sp_full li div.image{
	height: 150px;
}


/**SIZE FIX*/


ul.item.box.fix li div.image,
.flexbox.fix li div.image{
	height: 100px;
	overflow: hidden;
	position: relative;
	margin-bottom: 5px;
}
ul.item.box.fix .column_2 li div.image,
.flexbox.fix.column_2 li div.image{
	height: 120px;
}
ul.item.box.fix .column_3 li div.image,
.flexbox.fix.column_3 li div.image{
	height: 120px;
}
ul.item.box.fix .column_4 li div.image,
.flexbox.fix.column_4 li div.image{
	height: 120px;
}


/**
FLEXBOX
*/

.flexbox{
	 justify-content: space-around;
	 -js-display: content;
	 
	display: content;
    -webkit-flex-wrap: content;
    flex-wrap: wrap;
    align-items: stretch;
	
	justify-content: flex-start;
    justify-content: space-between;
}

.flexbox li {
	list-style: none;
	width: 100%;
}

.flexbox li img{
	width: 100%;
}


.flexbox.column .sub{
	flex: 100%;
	margin: 0 0 1em 0 !important;
}
.flexbox.column.after .sub{
	flex: 100%;
	margin: 1em 0 0 0 ;
}

.flexbox.column .main{
	flex: 100%;
}

.flexbox.list .main{
	flex: 3 !important;
}

.flexbox.column_3 li,
.flexbox.column_4 li,
.flexbox.column_5 li{
	width: 49%;
}

.flexbox.sp_full li{
	width: 100%;
	margin-bottom: 5%;
}

ul.item.box li p.title {
    font-size: 12px;
    line-height: 1.3;
    margin: 0 0 5px 0;
}

ul.item.box li p.cate{
margin: 0 0 10px 0;
}

/**
MAP
*/

.map iframe{
	height: 250px;
}


/**
FORM
*/

/** {
    -webkit-appearance: none;
}*/

input, button, textarea, select{
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	border-radius: 0;
}

input[type=checkbox],
input[type=radio]{
  -webkit-appearance:checkbox !important;
}





div.form{
	padding: 15px;
}


div.form dl dt,
div.form dl dd{
	float: none;
	clear: both;
	width: 100%;
	margin: 0;
    line-height: 1.5;
}
div.form dl dt{
	padding-bottom: 0;
}
div.form .caution{
	display: block;
	margin-top: 5px;
}

div.form table th,
div.form table td{
	width: 100%;
	display: block;
}

div.form table th{
	border: none;
	padding-bottom: 0;
}


.box_attention{
padding:5px 20px; 
font-size: 85%;
}


/**
INPUT
*/

input[type="text"],
input[type="password"],
input[type="email"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
input[type="text"].size_s,
input[type="text"].size_m,
input[type="text"].size_l,
textarea,
select{
	width: 100%;
}



/**
BUTTON
*/


input[type="submit"].btn.size_l,
button.size_l,
a.btn.size_l{
}


input[type="submit"].btn.size_2l,
button.size_2l,
a.btn.size_2l{
	font-size: 14px;
}



/**
INFO
*/


.box.info.bottom ul li.button{
	margin-bottom: 30px;
}

.box.info.bottom ul li.tel{
	font-size: 18px;
	margin-top: 20px;
}

.box.info.bottom ul li.tel p.caution{
	font-size: 13px;
}



/**
FOOTER
*/
footer ul li.brand p.icon img{
	width: 100px;
}

footer{
	padding: 20px;
}
footer ul li.brand h1 img {
	width: auto;
}

footer ul.flexbox.column_3 li{
	width: 100% !important;
}

footer ul.flexbox.column_3 li{
	margin-bottom: 2em !important;
}
footer ul.flexbox.column_3 li ul li{
	margin-bottom: 1em !important;
}

footer p.button{
width: 80%;
margin: 2em auto 0 auto;
}

footer p.button a{
margin-right: 0px;
margin-bottom: 10px;
width: 100%;
text-align: center;
}



/**
INFO
*/

.box.info.bottom ul li{
	width: 100%;
	margin: 0 0 1% 0;
}


/**
ACCORDION
*/



/**
HOME
*/

.home .slider{
    background: url(/images/bg4.jpg) center top /*rgb(129, 82, 66,.05)*/;
    background-size: 80px;
	height: 100vh;
	}

.home .slider div.content{
top: 30%;
}
.home .slider div.content img{
height: 160px;
}

/**
.home .intro p.catch {
    font-size: 130%;
}
.home .intro p {
    font-size: 100%;
    line-height: 1.8;
}

.home .intro .button{
	text-align: center;
}
.home .intro{
padding: 0 !important;
}
.home .intro .main {
    padding: 30px 40px 20px 40px;
}
.home .intro ul li{
width: 100%;
min-height: 300px;
}
*/

.home .case ul.item {
    margin-top: 0px;
}

.home .case ul.item.box li{
width: 49% !important;
border: none;
}

.home .point ul li{
	width: 100%;
	margin-bottom: 10%;
}

.home .news ul li{
	width: 100%;
	margin-bottom: 10% !important;
}


/**
CONCEPT
*/

.concept .about{
background: url(/images/intro2-3.jpg) no-repeat center top;
background-size: cover;
min-height: 60vh;
text-align: center;
}

.concept .about p{
line-height: 1.8;
letter-spacing: .1em;
text-align: center;
font-size: 95%;
}
.concept .about p.catch{
font-size: 20px;
line-height: 1.4;
}


/**
COMPANY
*/

.company table.list th, .company table.list td {
    padding: 10px 10px 10px 0;
}

    

/**
FLOW
*/

.flow div.column{
    margin: 10px 0;
}

/**
FAQ
*/

.qe-faq-toggle .qe-toggle-title h4{
font-size: 100%;


}


/**
VOICE
*/


.voice #contents section .inner{
padding: 10px;
}

.voice p.name{
font-size: 130%;
}

.voice section.text{
width: 100%;
margin: 0 auto;
border: none;
padding: 5px 0 !important;
}

.voice p.status{
font-weight: bold;
font-size: 120%;
text-align: center;
}


@media (max-width: 1200px) and (min-width: 801px){
	
.inner {
    width: 90%;
}

#main_contents{
	width: 100%;
	margin-right: 0;
}

#sidebar{
	float: none;
	clear: both;
	width: 100%;
}

}



}
