@charset "shift-jis";
/* CSS Document */

/****************突発系便利クラス*****************/
.sp {
	display: none!important;
}
.mb00{margin-bottom:0px !important;}
.mb05{margin-bottom:5px !important;}
.mb10{margin-bottom:10px !important;}
.mb15{margin-bottom:15px !important;}
.mb20{margin-bottom:20px !important;}
.mb25{margin-bottom:25px !important;}
.mb30{margin-bottom:30px !important;}
.mb35{margin-bottom:35px !important;}
.mb40{margin-bottom:40px !important;}
.mb45{margin-bottom:45px !important;}
.mb50{margin-bottom:50px !important;}
.mb60{margin-bottom:60px !important;}
.mb70{margin-bottom:70px !important;}
.mb80{margin-bottom:80px !important;}
.mb85{margin-bottom:85px !important;}

.mt00{margin-top:0px !important;}
.mt05{margin-top:5px !important;}
.mt10{margin-top:10px !important;}
.mt15{margin-top:15px !important;}
.mt20{margin-top:20px !important;}
.mt25{margin-top:25px !important;}
.mt30{margin-top:30px !important;}
.mt40{margin-top:40px !important;}
.mt50{margin-top:50px !important;}
.mt60{margin-top:60px !important;}

.mr00{margin-right:0px !important;}
.mr05{margin-right:5px !important;}
.mr10{margin-right:10px !important;}
.mr15{margin-right:15px !important;}
.mr20{margin-right:20px !important;}
.mr25{margin-right:25px !important;}
.mr30{margin-right:30px !important;}
.mr35{margin-right:35px !important;}
.mr40{margin-right:40px !important;}

.ml00{margin-left:0px !important;}
.ml05{margin-left:5px !important;}
.ml10{margin-left:10px !important;}
.ml15{margin-left:15px !important;}
.ml20{margin-left:20px !important;}
.ml25{margin-left:25px !important;}
.ml30{margin-left:30px !important;}
.ml35{margin-left:35px !important;}
.ml40{margin-left:40px !important;}
.ml45{margin-left:45px !important;}
.ml50{margin-left:50px !important;}
.ml100{margin-left:100px !important;}
.ml120{margin-left:120px !important;}
.ml130{margin-left:130px !important;}
.ml150{margin-left:150px !important;}
.ml160{margin-left:160px !important;}
.ml170{margin-left:170px !important;}

.pb00{padding-bottom:0px !important;}
.pb05{padding-bottom:5px !important;}
.pb10{padding-bottom:10px !important;}
.pb20{padding-bottom:20px !important;}

.pt00{padding-top:0px !important;}
.pt05{padding-top:5px !important;}
.pt10{padding-top:10px !important;}
.pt20{padding-top:20px !important;}
.pt30{padding-top:30px !important;}
.pt40{padding-top:40px !important;}

.pr00{padding-right:0px !important;}
.pr05{padding-right:5px !important;}
.pr10{padding-right:10px !important;}
.pr15{padding-right:15px !important;}
.pr20{padding-right:20px !important;}

.pl00{padding-left:0px !important;}
.pl05{padding-left:5px !important;}
.pl10{padding-left:10px !important;}
.pl15{padding-left:15px !important;}
.pl20{padding-left:20px !important;}

.w01	{width:400px;}
.w02	{width:300px;}

.cboth{clear:both;}
.cnone{clear:none;}
.cleft{clear:left;}
.cright{clear:right;}
.fleft{float:left;}
.fright{float:right;}
.tleft{text-align:left;}
.tcenter{text-align:center;}
.tright{text-align:right;}
.relative{position:relative;}


img.lid{display:block; clear:both;}
img.img_bdr	{ border:#bfbfbf solid 1px; padding:1px;}
/*!このクラスは指定することでロールオーバーを可能にするものです。ファイル名は「通常時の名前+_on」としてください!*/
.rlov{}

form em{font-size:80%; color:#F33;}
form strong{font-size:120%; color:#F60;}
.brown{color:#94795c;}
.green{color:#3b7135;}
.red {
    color: #FF3333!important;
}
.orange{color:#F60;}
.blue{color: #36F;}
.blue2{color: #353792;}
.white{color:#FFF;}


.mini{font-size:85%;}
.big{font-size:120%;}
.big2{font-size:160%;}
.bgcl_01{ background: #FFF0F8;}

/* init */

html { 
	-webkit-text-size-adjust: 100%;
	word-break: break-all;
 }


body{
	min-width:1400px;
	border:0;
	padding:0;
	font-size: 110%;
	color:#000;
	font-family: 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'HGP明朝B', serif;
}
.background {
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    position: fixed;
    background-position: center center;
    opacity: 0;
-webkit-background-size: cover;
        background-size: cover;
-webkit-transition: all 0.5s ease 0s;
   -moz-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
	pointer-events: none;
}
.show .background {
    opacity: 1;
		z-index:-3;
}
.wrap {
    position: relative;
    z-index: 32000;
}

div.box{
	height:500px;
	width:100%;
	background-size:100% auto;
	background-position:center center;
	margin:0 auto;
	z-index:3;
	width:1400px;
}
.box-wrap {
	position:relative;
	z-index:40;
	background: #aecdf3 url(../images/smbg04.jpg) center top repeat-x;
}


/* design*/
#content01_bg {background-image: url(../images/bg_01.jpg);}
#content01_bg.kasou {background-image: url(../images/bg_kasou.jpg);}
#content02_bg {background-image: url(../images/bg_02.jpg);}
#content03_bg {background-image: url(../images/bg_03.jpg);}
#content04_bg {background-image: url(../images/bg_04.jpg);}
.text-box {
    padding: 50px 25px;
    width: 480px;
    background-color: rgba(0,0,0,0.5);
    color: #fff;
}
.text-box .catch {
    margin: 0 0 10px;
    font-size: 40px;
}
.text-box .copy {
    margin: 0;
    line-height: 2;
}

#footer{
	position:relative;
	z-index:10 !important;
	text-align:center;
}

div#english{
	position:fixed;
	top:0px;
	right:10%;
	z-index:32768;
	width:200px;
}



div#pagetop{ position:fixed; bottom:10px; right:10px; width:70px; display:table; z-index:32768; font-size:90%;}
div#pagetop div{
	height:70px;
	width:70px;
	border-radius:100%;
	background-color:rgba(0,0,0,0.6);
	color:#FFF;
	text-align:center;
	vertical-align:middle;
	margin-bottom:10px;
}
div#pagetop div div{
	height:70px;
	width:70px;
	display:table-cell;
	text-align:center;
	vertical-align:middle;
	line-height:1.3;
}

div#pagetop div div a{
	color:#FFF;
	text-decoration:none;
}


div.txt01{
	position:absolute;
	background:url(../images/bg01.jpg) center top no-repeat;
	left:400px;
	top:200px;
	font-size:110%;
	color:#000;
	width:1400px;
	height:640px;
	
}

	

div.newsbox{
	padding:0 100px;
	overflow:auto;
	line-height:1.5;
}


div.newsbox a{
	text-decoration:underline;
}

div.newsbox dl{
	padding:5px 0 10px;
	clear:both !important;
	border-bottom:1px dashed #999;
	margin-bottom:10px;
	position:relative;
	z-index:1000;
}

div.newsbox dl:first-child{
	padding-top:15px;
	border-top:1px solid #999999;
}

div.newsbox dl dt{
	width:120px;
	float:left;
	font-weight:bold;
	text-align:center;
}


div.newsbox dl dd{
	width:82%;
	float:right;
	text-align:left;
}

.mintyo{
	font-family: 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'HGP明朝B', serif;
}

div#toptxt01{
	position:absolute;
	font-family: 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'HGP明朝B', serif;
	top:80px;
	line-height:1.8;
	left:300px;
	text-align:left;
	z-index:20;
}

div#toptxt02{
	position:absolute;
	font-family: 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'HGP明朝B', serif;
	top:317px;
	line-height:1.8;
	left:300px;
	color:#FFF;
	text-align:left;
	z-index:20;
}


div#toptxt03{
	position:absolute;
	font-family: 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'HGP明朝B', serif;
	top:120px;
	line-height:1.8;
	left:290px;
	text-align:left;
	z-index:20;
}


div#toptxt04{
	font-family: 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'HGP明朝B', serif;
	text-align:center;
	color:#FFF;
	padding:50px 0;
	line-height:1.8;
	background-color:#383838;
	margin-bottom:20px;
}

#footerarea{
	position:relative;
	z-index:10 !important;
	background:url(../images/footer_bg.jpg) center center/cover no-repeat;
	text-align:center;
	height:460px;
	color: #fff;
}

#footerarea #footer{
	position:relative;
	height:460px;
	width:1200px;
	margin:0 auto;
	padding:0 100px;
}

.big1 {
	font-size: 140%;
}

#footer #footlink{
	position: absolute;
	background:url(../images/footer_menu.png) top no-repeat;
	right:140px;
	top:65px;
	text-align:left;
	font-size:90%;
	color:#000;
	display: flex;
	width: 425px;
	justify-content: space-between;
}

#footer #add {
	position: absolute;
	left: 220px;
	top: 65px;
	font-size: 95%;
}

#footer #footlink ul{
	display:block;
	width:425px;
	margin-top:20px;
	margin-bottom:20px;
}

#footer #footlink ul li{
	font-weight: bold;
	margin-top:5px;
	margin-bottom: 5px;
	padding-left: 60px;
	line-height: 1.8;
}


#footer #footlink ul li:nth-of-type(2){
	margin-left:4%;
}


#footer #footlink ul li:nth-of-type(3){
	margin-left:8%;
}

#footer #footlink ul li:nth-of-type(4){
	margin-left:12%;
}

#footer #footlink ul li:nth-of-type(5){
	margin-left:16%;
}
#footer #footlink ul li:nth-of-type(6){
	margin-left:20%;
}



#footer #footlink ul li a{
	transition: all 0.3s;
	color: #041568;
}

#footer #footlink ul li a:hover{
	transition: all 0.3s;
}


#footer #footadd{
	position: absolute;
	background:url(../images/footer_add.png) top no-repeat;
    left: 150px;
    top: 65px;
    font-size: 75%;
    text-align: left;
	width:425px;
}

#footer #footadd .name{
	font-size:230%;
	color:#000;
	font-weight:bold;
	margin-left:45px;
	margin-top:30px;
}


#footer #footadd .add{
	font-size:140%;
	color:#000;
	font-weight:bold;
	margin-left:45px;
	margin-top:10px;
}

#footer #footadd .tel01{
	font-size:160%;
	color:#000;
	font-weight:bold;
	margin-left:45px;
	margin-top:20px;
}


#footer #footadd .tel02{
	font-size:200%;
	color:#000;
	font-weight:bold;
}
#footer #footadd .tel03{
	font-size:110%;
	color:#000;
	font-weight:bold;
	margin-left:45px;
}


#footer #footcontact{
	position:absolute;
	right:140px;
	top:320px;
}

#footer #foottime p{
	margin-bottom:15px;
}

#footer #footmap{
	position:absolute;
	right:25px;
	top:220px;
	font-size:90%;
	text-align:left;
}

#footer #copyright{
	position:absolute;
	bottom:10px;
	width:1200px;
	line-height:20px;
	font-size:85%;
	text-align:center;
	color:#FFF;
}

div#floathead{
	width:100%;
	min-width:1400px;
	height:120px;
	z-index:10;
}


div#headerarea{
	width:auto;
	font-size:75%;
	background:#fcf7f1;
}

div#headerarea div#header{
	width:1200px;
	margin:0 auto;
	padding:0 100px;
	text-align:left;
	height: 150px;
	background: url(../images/header-bg01.jpg) center center no-repeat;
}
div#headerarea div#header p {
	margin-bottom: 0;
}
div#headerarea div#header h1{
	margin:0 auto;
	padding:0 0 0 8px;
	text-align:left;
	line-height:20px;
	font-size:90%;
	font-weight:bold;
	color:#444;
}

div#headerarea div#header div.fleft{
	margin:0;
	padding:0;
}


div#headerarea div#header div.fright{
	text-align:right;
	margin:0;
	padding:0 0;
	font-size:120%;
	font-weight:bold;
}

a.hover01:hover {
	opacity: .8;
}


div#header h1 a{color:#FFF;}

div#header .fright{
	text-align:right;
}

/****** Gnavi ******/
div#gnavi{
	width:auto;
	height:60px;
	margin:0 0;
	padding:0;
	clear:both;
	z-index: 100000;
}

div#gnavi dl{
	display:block !important;
	height:60px;
}

div#gnavi dl dt{
	display:none;
}

div#gnavi dl dd{
	display:block !important;
}

div#gnavi ul{
	display:block;
	height:60px;
	width:840px;
	margin:0 auto;
	padding:0;
}

div#gnavi ul li{
	float:left;
	display:block;
	width:140px;
	height:60px;
	position:relative;
}

div#gnavi ul li a{
	text-align:left;
	display:block;
	text-indent:-9999px !important;
	height:60px;
	background-image:url(../images/gnavi.png);
}

div#gnavi ul li#link01 a{background-position:0 0;}
div#gnavi ul li#link01 a:hover{background-position:0 60px;}
div#gnavi ul li#link02 a{background-position:-140px 0;}
div#gnavi ul li#link02 a:hover{background-position:-140px 60px;}
div#gnavi ul li#link03 a{background-position:-280px 0;}
div#gnavi ul li#link03 a:hover{background-position:-280px 60px;}
div#gnavi ul li#link04 a{background-position:-420px 0;}
div#gnavi ul li#link04 a:hover{background-position:-420px 60px;}
div#gnavi ul li#link05 a{background-position:-560px 0;}
div#gnavi ul li#link05 a:hover{background-position:-560px 60px;}
div#gnavi ul li#link06 a{background-position:-700px 0;}
div#gnavi ul li#link06 a:hover{background-position:-700px 60px;}

.invisible{}
.visible{display:none !important;}


/****** Contents ******/

#newsarea{
	position:relative;
	z-index:10 !important;
	background:url(../images/newsbg.jpg) center center/cover no-repeat;
	text-align:center;
	padding:50px 0px;
}

#newsarea #newsbox{
	background-color:rgba(255,255,255,0.7);
	width:1400px;
	overflow:auto;
	max-height:350px;
}

#newsarea #newsbox a{
	text-decoration:underline;
	color: #000033;
}
#newsarea #newsbox a:hover {
	text-decoration: none;
}


#newsarea #newsbox dl{
	padding:5px 0 10px;
	clear:both !important;
	border-bottom:1px solid #666;
	margin-bottom:10px;
	position:relative;
	z-index:1000;
}

#newsarea #newsbox dl:first-child{
	padding-top:15px;
}

#newsarea #newsbox dl dt{
	float:left;
	font-weight:bold;
	text-align:center;
	background: #e86d75;
	border-radius: 25px;
	color: #fff;
	padding: 5px 5px;
}


#newsarea #newsbox dl dd{
	width:77%;
	float:right;
	text-align:left;
	padding: 5px 5px;
	padding-left: 20px;
	font-weight: bold;
}

.mintyo{
	font-family: 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'HGP明朝B', serif;
}


#contents {
	padding: 20px 0;
	font-size: 90% !important;
	line-height: 1.7;
}

#contents div#contentsarea{
	width:1200px;
	margin:0 auto;
	clear:both;
	padding:0 100px;
	border-top:none;
}

div#contentsarea p{
	margin-bottom:1em;
}


div#contentsarea h1{
	margin: 10px auto;
	clear:both;
	font-size:270%;
	text-align:center;
	font-family: 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'HGP明朝B', serif;
	margin-bottom:40px;
	color:#157295;
	width:600px;
	border-bottom: 2px solid #157295;
}

div#contentsarea h2{
	margin-bottom:40px;
	clear:both;
	font-size:150%;
	font-family: 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'HGP明朝B', serif;
	padding-left:30px;
	background-color:rgba(255,255,255,0.5);
	border:1px solid #EEE;
	border-left:5px solid #009999;
	border-bottom:1px solid #009999;
	border-radius: 0 8px 0 0;
	line-height:1.4;
	box-shadow:4px 4px 0px #EEE;
}
div#maintitle h2{
	color: #df7211;
	text-shadow:1px 1px 10px #666;
}


div#contentsarea h2:first-letter{
	font-size:180%;
	color:#099;
}

h2 span{
	font-size:50%;
	display:block;
	color: #dacf03;
	text-shadow: none;
}

.map {
	width: 1000px;
	margin: 0 auto;  
}

#maintitle {
	margin-top: 30px;
}


div#contentsarea h3{
	font-size:160%;
	font-family: 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'HGP明朝B', serif;
	margin-bottom:30px;
	color:#FFF;
	background-color:#999;
	padding:7px 0 7px 20px;
	border-left:10px solid #666;
	clear:both;
}


div#contentsarea h4{
	border-bottom:1px solid #336;
	border-left: 5px solid #336;
	font-family: 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'HGP明朝B', serif;
	padding-left:15px;
	color:#c7450b;
	font-weight:bold;
	margin-bottom:30px;
	clear:both;
	font-size:160%;
	line-height:2;
	border-radius:0 0;
}

div#contentsarea h5{
	border-bottom:1px solid #4f8737;
	border-left:4px solid #4f8737;
	font-family: 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'HGP明朝B', serif;
	padding-left:10px;
	color:#955;
	font-weight:normal;
	margin-bottom:20px;
	clear:both;
	font-size:130%;
	line-height:1.5;
	border-radius:0 0;
}

form input[type="text"],form textarea{font-size:150%; width:95%;}

form input[type="submit"],form input[type="reset"],form input[type="button"]{font-size:150%; width:40%; padding:5px; box-sizing:border-box;}

.ggmap {
	margin-bottom: 20px;
	height: 350px;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
top: 0;
left: 0;
width: 100%;
height: 100%;
}

img.full{width:100%;}
img.half{width:50%;}
img.quate{width:25%;}


dl.proposal{ display:block; 	font-family: 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'HGP明朝B', serif;}
dl.proposal dt{color:#06F; font-size:130%; margin-bottom:0px; line-height:1.4; padding:10px 2em; border-radius:20px; margin-bottom:-5px; border:1px solid #CCC; background-color:#FFF; display:inline-block; position:relative; z-index:1;}
dl.proposal.pick dt{ background-color:#F63; color:#FFF;}
dl.proposal dd{ margin-left:2%; padding:1em; box-shadow:0 0 3px #CCC; margin-bottom:40px; background-color:#FFF8F0; z-index:0; position:relative; border-radius:5px; font-size:110%;}
dl.proposal dd .mini{display:block; padding-left:1em; text-indent:-1em; margin:15px 0 !important; color:#03C;}
dl.proposal dd .atsn{display:block; padding-left:1.9em; text-indent:-1.9em; margin:6px 0 !important;}

dl.proposal.half{}
dl.proposal.half dt{ max-width:50%;}
dl.proposal.half dd{ width:50%;}

form input[type="text"],form textarea{font-size:100%; width:98%; box-shadow:0px 0px 5px #666; padding:8px; transition:background-color 0.5s;}
form input[type="text"]:hover,form textarea:hover{background-color:#FFF8F0;}

form input[type="checkbox"]{transition:margin-left 0.5s; width:1.6em; height:1.6em; text-align:middle;}
/*form input[type="checkbox"]:checked{margin-left:1.5em;}*/

form input[type="file"]{font-size:100%; width:80%; box-shadow:0px 0px 5px #666; padding:8px;}
form select{font-size:100%; box-shadow:0px 0px 5px #666; padding:8px 0;}

form input[type="submit"],form input[type="reset"],form input[type="button"]{font-size:130%; width:40%; padding:5px; box-sizing:border-box;}



table.ntable{	
        border-collapse: collapse;
}

table.ntable td{
	border-bottom: 1px solid #777;
}

table.ntable tr:first-child td{
	border-top: 1px solid #777;
}


ul.workslist{ 
	/*margin-bottom:60px;*/
	padding: 30px 0;
}

ul.workslist li{
	padding:0.5em;
	box-shadow:0px 0px 5px #888;
	margin:0 2em 10px;
	background-color:rgba(255,255,255,0.8);
	line-height:1.7;
	border-left:8px solid #06C;
	width:auto;
	font-size: 120%;

}

ul.workslist li ul{padding-left:1em; text-indent:-1em; margin-top:2em;}
ul.workslist li ul li{
	padding:8px 0 8px 0.5em;
	text-indent:-1em;
	box-shadow:none;
	margin-bottom:8px;
	border-bottom:1px dashed #999;
	border-left:0;
}



img.subimg{
	border-radius:3px;
	float:right;
	margin:0 0 1em 2em;
	width:20%;
}

div.subimg{
	float:right;
	margin:0 0 1em 2em;
	width:20%;
}

div.subimg img{
	border-radius:3px;
}


img.subimg02{
	border-radius:3px;
	float:right;
	margin:0 0 1em 2em;
	width:33%;
}
div.subimg02{
	float:right;
	margin:0 0 1em 2em;
	width:33%;
}

div.subimg02 img{
	border-radius:3px;
}

img.subimg03{
	border-radius:3px;
	float:right;
	margin:0 0 1em 2em;
	width:15%;
}
div.subimg03{
	float:right;
	margin:0 0 1em 2em;
	width:15%;
}

div.subimg03 img{
	border-radius:3px;
}


ul.normallist{
	margin-bottom:60px;
}

ul.normallist li{
	padding:5px 1em;	
	margin-bottom:8px;
	padding-left:2em !important;
	text-indent:-0em;
	position:relative;
	border-radius:1em;
	font-size:110%;
	display:;
	background-color:#EEE;

}

ul.normallist li:before{
	content:"≫";
	position:absolute;
	left:0.4em;
	top:15% !important;
	font-weight:bold;
	color:#333;
	letter-spacing:-5px;
}


p.doui{
	display:inline-block;
	background-color:#33C;
	color:#FFF;
	padding:8px 1em;
	margin:0 auto 30px !important;
	border-radius:40px;
}

a[href^="tel:"] { cursor: default; }


div.section{
	width:1200px;
	padding:0 100px;
	margin:0 auto;
	
}

div.txt{
	padding:2em;
	margin:0 1em 50px;
	border-radius:10px;
/*	border:3px double #94795C;*/
}

dl.faq{margin-bottom:40px; background-color:#1b90bc; padding:10px; display:block; border-radius:5px;}
dl.faq dt{
	display:block;
	background:url(../images/icon_q.png) left top no-repeat #a6a6a6;
	margin:0 0 10px;
	padding:0 0 0 65px;
	line-height:50px;
	font-weight:bold;
	color:#FFF;
	font-size:110%;
	border-radius:15px 0 0 0;
	}
	
dl.faq dd{
	display:block;
	background:url(../images/icon_a.png) left top no-repeat #FFF;
	margin:0 0 0;
	padding:10px 0 15px 65px;
	line-height:1.9;
	border-radius:0 0 40px 0;
	}

div.faqbox{
	padding:10px 20px 15px;
	height:157px;
	margin-bottom:50px;
}
	
div.goldbox{
	padding:40px;
	border:3px double #C90;
	clear:both;
	background:url(../images/goldbox_bg.jpg) right top no-repeat;
}
.detial-box {
	width: 1400px;
	margin: 0 auto;
}

div.fadebox{
	margin:0 auto 0;
	padding:0;
	position: relative;
}
.commap {
	margin:0 auto 60px;
	width:600px;
}

.company-box dd{
	font-size: 120%;
	margin-bottom: 10px;
}
.company-box {
	margin-bottom: 40px;
}
.message-box {
	position: absolute;
	left: 100px;
	top: 25px;
	text-align: left;
}
.message-box p.tit {
	color: #fff;
	font-weight: bold;
	font-size: 210%;
	margin-left: 0;
	margin-bottom: 45px;
}
.message-box p {
	margin-bottom: 25px;
	margin-left: 30px;
}
.fw-b {
	font-weight: bold;
}
.contents {
	text-align: center;
}
.message {
	margin: 0 auto;
	position: relative;
	background: #e1e1e1;
	margin-bottom: 40px;
	width: 1400px;
}
.point {
	margin: 0 auto;
	margin-bottom: 70px;
	width: 1180px;
}
.point-box {
	display: flex;
	flex-wrap: wrap;
	text-align: left;
	font-weight: bold;
}
.point-box li {
	width: 580px;
	margin-right: 20px;
	margin-bottom: 20px;
	box-shadow: 0px 0px 9px #999; 
}
.point-box li:nth-child(2n) {
	margin-right: 0;
}
.point .tit {
	font-size: 180%;
	padding-left: 20px;
	border-left: 5px solid #f5733a;
}
.small {
	font-size: 88%;
}
.point-box div {
	padding: 20px;
}
p {
	margin-bottom: 15px;
}
.t-case {
	background: #f5723a;
	text-align: center;
}
.inquiry-box {
    background: url(../images/inquiry-bg01.jpg) left top no-repeat;
    margin: 0 auto;
    text-align: left;
    position: relative;
}
.inquiry-list {
    background: rgba(255,255,255,.7);
    box-shadow: 0 0 6px #00000059;
    padding: 45px 50px;
    z-index: 1000;
}
.inquiry-list > div {
    border-top: 1px solid #000;
}
.inquiry-list ul {
    display: flex;
    padding: 15px 25px;
    border-bottom: 1px dotted #908b86;
    font-size: 120%;
}
.inquiry-list ul li:first-child {
    margin-right: 40px;
    width: 170px;
    font-weight: bold;
}
.inquiry-list ul li {
    width: 720px;
}
form input[type="submit"],form input[type="reset"],form input[type="button"] {
    display: block;
    text-decoration: none;
    padding: 10px;
    background: linear-gradient(-10deg,#4190ec,#064c9e);
    border-radius: 25px;
    box-sizing: border-box;
    box-shadow: 4px 4px 12px #2d6a8a;
    color: #fff;
    font-size: 110%;
    width: 40%;
    margin: 0 auto;
    border: none;
    outline: none;
    margin-bottom: 20px;
}
.linkarrow a {
	display: block;
    text-decoration: none;
    padding: 10px;
    background: linear-gradient(-10deg,#4190ec,#064c9e);
    border-radius: 25px;
    box-sizing: border-box;
    box-shadow: 4px 4px 12px #2d6a8a;
    color: #fff;
    font-size: 110%;
    width: 40%;
    margin: 0 auto;
    border: none;
    outline: none;
    margin-bottom: 20px;
    text-align: center;
}
form input:hover[type="submit"],form input:hover[type="reset"],form input:hover[type="button"] {
	opacity: .8;
}
form .herf input[type="submit"],form .herf input[type="reset"],form .herf input[type="button"] {
    display: inline-block;
    text-decoration: none;
    padding: 10px;
    background: linear-gradient(-10deg,#4190ec,#064c9e);
    border-radius: 25px;
    box-sizing: border-box;
    box-shadow: 4px 4px 12px #2d6a8a;
    color: #fff;
    font-size: 110%;
    width: 40%;
    margin: 0 auto;
    border: none;
    outline: none;
    margin-bottom: 20px;
    margin-right: 30px;
}

.paintlist {
	display: flex;
	flex-wrap: wrap;
}
.paintlist li {
	width: 500px;
	margin-right: 20px;
	border: 1px solid #e5e5e5;
	box-shadow: 4px 4px 9px #e5e5e5;
	margin-bottom: 40px;
	box-sizing: border-box;
}
.paintlist li p {
	font-size: 110%;
	font-weight: bold;
	padding: 15px;
	margin-bottom: 0!important;
	border-bottom: 1px solid #e5e5e5;
}
.paintlist li img {
	width: 100%;
}
.paintlist li:nth-child(2) {
	margin-right: 0;
}
.brbox {
	padding:8px; 
	margin-bottom:40px; 
	border:3px double #C90; 
	clear:both;
}
.companytb {
	width: 1000px;
	margin: 0 auto;
}
.porel {
	position: relative;
}
.featureimg {
	float: left;
	width: 28%;
}
.featureimg img {
	width: 100%;
	border: 1px solid #e5e5e5;
	box-shadow: 4px 4px 9px #e5e5e5;
}

.featureBox {
    border: 1px solid #eee;
    padding: 3em;
    padding-bottom: 2em;
    margin-bottom: 2.5em;
}

.number {
    color: #2cb76c;
    font-weight: bold;
    margin-right: 0.5em;
}
.featureBtn a {
    width: 70%;
    background-color: #2cb76c;
    color: #fff;
    font-size: 1.1rem;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 1.2em;
    text-align: center;
    display: block;
    margin: 20px auto;
}
.featureBtn a:hover {
	background: #ee6f06;
}
.featuretexts p {
    color: #000;
    line-height: 2;
    font-size: 110%;
}
ul.thumbimg li {
    width: 100px;
    float: left;
    border: none !important;
    margin-right: 20px;
    margin-bottom: 15px;
    height: 100px;
}
ul.thumbimg li.clear {
	display: block;
	width: 100%;
	height: auto;
	margin-top: 30px;
}
ul.thumbimg li a {
	display: block;
}
.construtiontable img {
	width: 100%;
	border: 1px solid #e5e5e5;
	box-shadow: 5px 5px 9px #EEE;
}
ul.thumbimg li img {
    border-radius: 5%;
    box-shadow: 5px 5px 9px #EEE;
    width:100%;
    height: 100px;
}
img.float {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    display: block;
}
img.rad {
    border-radius: 5px;
}
img#float02,img#float03,img#float04,img#float05,img#float06,img#float07{
	width:1px;
	height:1px;
	margin:auto;
}
img.float:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
table.contable th {
    background-color: #EEE;
    color: #111;
    font-weight: normal;
    border: 1px solid #999;
    border-top: none;
}
table.contable tr:nth-child(even) td {
    background-color: #f0f0f0;
}
table.contable td {
    background-color: #FFF;
    color: #666;
    border-bottom: 1px;
}
.recruit-box {
	/*border: 2px solid #1c542e;*/
	padding: 30px;
	background: #ee6f06;
	color: #fff;
	font-weight: bold;
}
.big3 {
	font-size: 180%;
}
/* init */
.background {
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    position: fixed;
    background-position: center center;
    opacity: 0;
-webkit-background-size: cover;
        background-size: cover;
-webkit-transition: all 0.5s ease 0s;
   -moz-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
	pointer-events: none;
}
.show .background {
    opacity: 1;
		z-index:-3;
}
.wrap {
    position: relative;
    z-index: 2;
}
/* design*/
#content01_bg {background-image: url(../images/bg_01.jpg);}
#content02_bg {background-image: url(../images/bg_02.jpg);}
#content03_bg {background-image: url(../images/bg_03.jpg);}
#content04_bg {background-image: url(../images/bg_04.jpg);}
.text-box {
    padding: 50px 25px;
    width: 480px;
    background-color: rgba(0,0,0,0.5);
    color: #fff;
}
.text-box .catch {
    margin: 0 0 10px;
    font-size: 40px;
}
.text-box .copy {
    margin: 0;
    line-height: 2;
}

#footer{
	position:relative;
	z-index:10 !important;
	text-align: left;
}

div#english{
	position:fixed;
	top:0px;
	right:10%;
	z-index:32768;
	width:200px;
}
.footer-logo {
	position: absolute;
	top: 100px;
	left: 110px;
}


div#pagetop{ position:fixed; bottom:20px; right:20px; width:70px; display:table; z-index:32768; font-size:90%;}
div#pagetop div{
	height:70px;
	width:70px;
	border-radius:100%;
	background-color:rgba(5,6,73,0.6);
	color:#FFF;
	text-align:center;
	vertical-align:middle;
	margin-bottom:10px;
}
div#pagetop div div{
	height:70px;
	width:70px;
	display:table-cell;
	text-align:center;
	vertical-align:middle;
	line-height:1.3;
}

div#pagetop div div a{
	color:#FFF;
	text-decoration:none;
}
div#cart{
	position:fixed;
	left:0;
	top:33%;
	z-index:8192;
}

#mainimage{
	width:100%;
	height:calc(100vh - 40px);
	position:relative;
	background:url(../images/mv_01.jpg) center center no-repeat;
	min-height:700px;
	background-size:cover;
	
}


#mainimage .box{
	width:100%;
	/*height:inherit;*/
	background-position:center center;
	background-size:cover;
	display: none;
}


#mainimage .inner{
	width:1200px;
	margin:0 auto;
	height:500px;
	position:relative;
	/*top: 100px;*/
	/*right: 0;*/
	/*top:calc(-1 * (100vh - 40px));*/
	z-index:512;
}
#mainimage.detial-main {
	height: auto;
	background: no-repeat;
	min-height: auto;
}
#mainimage.detial-main .inner,#mainimage.detial-main .box {
	display: none;
}
#mainimage .inner .logo{
	padding-bottom:0;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	z-index:768;
	text-align:right;
	/*max-height:calc(100vh - 80px);*/
	overflow:hidden;
}


#mainimage .inner .times{
	position:absolute;
	bottom:10px;
	right:10px;
	z-index:1024;
	text-align:center;
	max-height:calc(100vh - 40px);
	overflow:hidden;
}


div#secret{
	text-align:center;
	position:fixed;
	min-width:1400px;
	width:100%;
	top:-60px;
	z-index:10000;
	transition:all 0.5s;
	background:url(../images/navi_bg.jpg) center top repeat-x;
}

div.visible{
	top:0px !important;
	transition:all 0.5s;
}

div#newsbox{
	padding:0;
	overflow:auto;
	line-height:1.5;
	width:1100px;
	margin:0 auto;
	padding:20px 40px;
	box-sizing:border-box;
	margin-bottom: 80px;
}


div#newsbox a{
	text-decoration:underline;
}

div#newsbox dl{
	padding:5px 0 10px;
	clear:both !important;
	margin-bottom:10px;
	position:relative;
	z-index:1000;
}

div#newsbox dl dt{
	width:18%;
	float:left;
	font-weight:bold;
	text-align:center;
}

#filter {
	background:url(../images/header_bg.png) center top repeat;
	height:100px;
	width:100%;
	z-index:100;
	/*position:absolute;*/
	top:0;
	left:0;
	min-width:1200px;
	text-align:center;
}
.mainimage {
	position:relative;
	background-color:#CCC;
}

.bor1 {
	border-bottom: 1px solid #000;
	padding-top: 30px;
	margin-bottom: 40px;
}

.sglink a {
	display: block;
	width: 400px;
	padding: 10px;
	margin: 0 auto;
	background: #e3e2e4;
	margin-bottom: 30px;
	text-align: center;
}
img {
	max-width: 100%;
}
.flex-box {
	display: flex;
	justify-content: space-between;
}
ul.flex-box li {
	border: 1px solid #eee;
    margin-bottom: 2em;
    box-shadow: 4px 4px 9px #e5e5e5;
    width: 240px;
    padding: 10px;
}
ul.flex-box {
	width: 850px;
	margin: 0 auto;
}
.flex-item {
	width: 45%;
}
#contents table.contact-table {
	border: none;
	font-size: 85%;
}
#contents table.contact-table tr {
	padding: 5px 0;
}

form.buy input[type="text"],form textarea {
    font-size: 100%;
    width: auto;
    display: inline-block;
    webkit-appearance: textfield;
    padding: 1px;
    background-color: white;
    border: 1px solid #CCC;
    border-image: initial;
    -webkit-rtl-ordering: logical;
    -webkit-user-select: text;
    cursor: auto;
}
form.buy input[type="submit"],form.buy input[type="reset"],form.buy input[type="button"] {
    display: inline-block;
    width: 117px;
    height: 27px;
    background-image: url(../../onlineshop/images/store.png);
    cursor: pointer;
    text-indent: -9999px;
    border: none;
    outline: none;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
}
form.buy {
	text-align: right;
}
.contact-table1 label {
	padding-right: 20px;
}
#footer .kyoto {
	position: absolute;
	right: 70px;
	bottom: 30px;
}



ul.linklist{
	margin-bottom:40px;
	padding-left:40px;
	margin-right:20px;
	padding-top:20px;
}

ul.linklist li{
	padding-left:25px;
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px dashed #999999;
	font-family: 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'HGP明朝B', serif;
	position:relative;

}

ul.linklist.half li{
	float:left;
	width:42%;
	margin-right:1%;
}

ul.linklist.half li:nth-child(odd){
	clear:both;
}

ul.linklist li:before{
	position:absolute;
	left:0;
	top:4px;
	content:"▲";
	color:#F60;
	transform:rotate(90deg);
	font-size:80%;
}

ul.linklist li a{
	text-decoration:underline;
	font-size:130%;
	font-weight:bold;
}

div.inquiry{
	margin-bottom:50px;
	background-color:#CCCCDD;
	text-align:center;
}


ol {
    position: relative;
    margin: 0;
    padding: 0;
    font-weight: bold;
}

ol li {
    list-style: none;
    list-style-position: outside;
    margin-bottom: 20px;
    padding-left: 30px;
}

ol li span {
    position: absolute;
    left: 0;
    margin: 0;
}

.check_list {

	width: 640px;
	background-color: #f8f8f8;
	border-radius: 20px;
	padding: 20px;
margin-bottom: 40px;
}

.check_list li {
	margin-bottom: 10px;
	border-bottom: 1px dashed #999;
	background:url(../images/check_logo.png) center left no-repeat;
	font-weight: bold;
	padding-left: 40px;
}