@charset "UTF-8";
/* --------------------------------
	contents area
-------------------------------- */
#top_inner{
	background-image:url("../images/home_repair/top-bg.jpg");
	background-repeat:repeat;
	background-position:center top;
	position:relative;
	z-index:3;
}
#mainVisualArea{
	width: 100%;
	height:100%;
	min-height:640px;
	max-height:1080px;
	background-color: #1e1e1e;
	background: url(/images/common/bg_black.png) repeat bottom center;
	position:relative;
	z-index:3;
}
#mainVisualArea .mainVisualInner{
	padding: 0;
	width:100%;
	height: 100%;
}
.wrap{
	width:100%;
	float:none;
}
.wrap h2{
	border-bottom: none;
	float:left;
	background-image:none;
	width:64px;
	height:auto;
	color: #000000;
	margin-left:38px;
	margin-right:91px;
	padding:12px 0 0;
}
.wrap h3{
	font-size:16px;
    height: 16px;
	margin-bottom:10px;
	background-image:none;
	padding:0;
}
#top_inner .borderttl{
	border-bottom:1px solid #a3a096;
	position:relative;
	margin-bottom:20px;
}
#top_inner .borderttl:after{
	content:"";
	position:absolute;
	width:95px;
	left:0;
	bottom:-1;
	border-bottom:1px solid #d3381c;
}

.infoTable{
    font-size: 14px;
	color:#333;
	vertical-align: middle;
	border-collapse: collapse;
	width: 100%;
	margin-top:10px;
}
.note{
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 18px;
}
.note span{
        font-size: 12px;
    }
.alert{
    color: #d3381c;
}

.infoTable tr{
	border-bottom: 1px solid #dddddd;
}
.infoTable tr th{
	border-bottom: #dddddd;
	width: 99px;
	padding: 15px 18px 15px 18px;
    vertical-align: middle;

}
.infoTable tr td.subtitle{
	border-right: 1px solid #dddddd;
}
.infoTable tr td{
	padding: 15px 18px 15px 18px;

}
.infoTable tr td a{
    float: right;
}
.infoTable p{
    font-size: 10px;
    display: inline;
}
.infoTable .subtitle{
    width: 25%;
}
.infoTable .GoogleMap{
	width:138px;
	height:27px;
}
.infoTable tr td .dsp_pc{
	display: inline-block!important;
}

.border2{
    border: solid 2px #999999;
    padding: 3px;
    background-color: #fff;
}
#fbWrapper{
    width: 100%;
    border: none;
}
.border1{
	border: solid 1px #999999;
	overflow: hidden;
}


 /* Facebook Like Box width: 100% */
#fb-root {
    display: none;
}
.fbcomments,
    .fb_iframe_widget,
    .fb_iframe_widget[style],
    .fb_iframe_widget iframe[style],
    .fbcomments iframe[style],
    .fb_iframe_widget span{
        width: 100% !important;
    }

#top_spotBox{
    margin-bottom: 30px;
}
#top_infoBox{
    margin-bottom: 30px;
}
#top_infoBox p{
    font-size: 16px;
    margin-bottom: 10px;
}
/*----- SP -----*/
@media screen and (max-width: 640px) {
    #mainVisualArea{
        width: 100%;
    }
    #mainVisualArea .mainVisualInner{
        width: 100%;
        height: auto;
        padding: 0;
        margin: 0;
    }
    #mainVisualArea .mainVisualInner img{
        width: 100%;
        height: auto;
    }
	.wrap{
		width:100%;
		float:none;
	}
	.wrap h2{
		line-height:30px;
		height:30px;/*30*/
		margin-bottom:20px;
		font-size:22px;
		padding-top:0;
		padding-bottom:0;
	}
	.wrap h3{
        font-size:16px;
        height: 16px;
        margin-bottom:10px;
        background-image:none;
    }
	.wrap .column01{
		margin-bottom:60px;
	}
    .note{
        font-size: 11px;
        margin-bottom: 20px;
        line-height:14px;
    }
    .note span{
        font-size: 9px;
    }
	.infoTable{
        font-size: 10px;
    }
    .infoTable p{
        display: block;
        font-size: 8px;
    }
    .infoTable tr th ,
    .infoTable tr td{
        padding: 8px 15px 8px 0;
		width: auto;
    }
	.infoTable tr td.subtitle{
		border-right: none;
	}
	.infoTable tr td .dsp_pc{
		display: none!important;
	}

	.infoTable tr td .dsp_sp{
		padding-left: 10px;
		display: inline-block!important;
	}
    .infoTable tr td a{
    		float: none;
	}
	.supple_txt{
		padding-top: 15px;
		font-size: 11px;
		color: #333333;
		line-height: 1.5;
	}

    #top_spotBox{
        margin-bottom: 50px;
    }
    #top_spotBox img{ width: 100%; }
}
/*----- SP -----*/


/* --------------------------------
	2015.12.04 Top改修
-------------------------------- */
#home.ie #mainVisualArea #movie ,
#home.mobile #mainVisualArea #movie,
#home.ie #mainVisualArea .actbtn{
	display: none;
}

html,
#home,
#container{
	width:100%;
	height:100%;
	min-width:1160px;
}
#container{
	padding-top:0;
}
body{
min-height:100%;
}
#mainVisualArea .mainVisualInner .mov_dot{
	background:url(../images/home_repair/top_bgdot.png) repeat 0 0;
	opacity:0.8;
	filter: alpha(opacity=50);??????? /* ie lt 8 */
	-ms-filter: "alpha(opacity=50)";? /* ie 8 */
	-moz-opacity:0.5;???????????????? /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.5;????????????? /* Safari 1.x */
	zoom:1;
	position:absolute;
	left:0;
	width:100%;
	height:100%;
	z-index:10;
}
#mainVisualArea .mainVisualInner .logo{
	position:absolute;
	top:50%;
	left:50%;
	margin: -271.5px auto 0;
	width:120px;
	height:403px;
	z-index:20;
	margin-left: -45px;
	display: none;
}
#mainVisualArea .mainVisualInner .actbtn{
	position: absolute;
	z-index: 20;
	top: 50%;
	left: 50%;
	margin-top: 201px;
	margin-left: -30px;
}
#mainVisualArea .mainVisualInner .actbtn.playback{
	margin-left: -34px;
	display: none;
}
#mainVisualArea .mainVisualInner .actbtn a{
	display: block;
}
#mainVisualArea .mainVisualInner #moviestop{
	position: absolute;
	top:0;
	z-index: 15;
	width: 100%;
	display: none;
	width: 100%;
	height: 100%;
	background: url(../images/home_repair/01.jpg)no-repeat center 80%;
	background-size: cover;
}
#mainVisualArea .mainVisualInner #movie{
	position: fixed;
	left: 50%;
	margin-left: -50%;
	top: 50%;
	margin-top: -50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index:4;
	background-color:#FFF;
}
#mainVisualArea .mainVisualInner #mainvisual-leadtext{
	z-index: 20;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: -197px auto 0;
}
.mobile #mainVisualArea .mainVisualInner .logo {
	display: block;
}
.mobile #mainvisual-leadtext,
.mobile .playback,
.mobile .skip{
	display: none;
}
.tablet .youtube{
	display: block!important;
	margin-left: -120px!important;
}
.tablet #mainVisualArea .mainVisualInner .youtube .actbtn{
	display: block!important;
	margin-left: -120px!important;
}
#mainVisualArea .mainVisualInner #mainimg{
	position: absolute;
	left: 50%;
	margin-left: -50%;
	top: 50%;
	margin-top: -50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	background-color:#fff;
	z-index:auto!important;
}
.photographer{
	position: absolute;
	z-index: 15;
	bottom: 15px;
	right: 60px;
	color: #949393;
}
@media screen and (max-width: 640px) {
	#mainVisualArea{
		height:266.5px;
		min-height:266.5px;

	}
	#mainVisualArea .mainVisualInner{
		height: 100%;
		width:100%;
	}
	#mainVisualArea .mainVisualInner #moviestop{
		display: none!important;
	}
	#mainVisualArea .mainVisualInner #movie{
		display:none;
	}
	#mainVisualArea .mainVisualInner .mov_dot{
		top:0;
		height:100%;
	}
	#mainVisualArea .mainVisualInner #mainimg{
		z-index:1!important;
	}
	#mainVisualArea .mainVisualInner .logo{
		width:53px;
		height:auto;
		margin:-134px auto 0;
		margin-left: -14px;
		opacity: 1!important;
		display: block!important;
	}
	#mainVisualArea .mainVisualInner .actbtn{
		top: 50%;
		width: 127.5px;
		margin-left: -63.5px;
		margin-top: 120px;
	}
	#mainVisualArea .photographer{
		right: 10px;
		z-index: 20;
	}
}

#home #header{
	background: url(/images/common/bg_black.png) repeat bottom center!important;
}
#topBtnArea{
	background-image:url("../images/home_repair/top-bg.jpg");
	background-repeat:repeat;
	background-position:center top;
	position:relative;
	z-index:3;
}
#footer{
	position:relative;
	z-index:3;
}
#top_inner .inner{
	padding:0;
	max-width: 1160px;
	width: 100%;
}
.userguodeArea{
	float:left;
	max-width: 900px;
	width: 80%;
}
.txt{
	line-height:1.3em;
	color:#333;
	font-size:14px;
}

/*
	コラム
*/
.columArea{
    border-top: 1px solid #ebe7d9;
}
.columArea .title{
	padding-top:100px;
	text-align:center;
}
.columArea .lead{
	text-align:center;
	font-size:17px;
	line-height:30px;
	font-weight:lighter;
	padding-top:110px;
	letter-spacing: 0.2em;
}
.columArea .linkBtn{
	display:block;
	padding:19px;
	border:2px solid #555555;
	width:380px;
	margin:0 auto;
	text-align:center;
	font-weight:bold;
	position:relative;
	box-shadow: 6px 7px 6px -3px rgba(85,85,85,0.188235);
	-webkit-box-shadow: 6px 7px 6px -3px rgba(85,85,85,0.188235);
	-moz-box-shadow: 6px 7px 6px -3px rgba(85,85,85,0.188235);
    font-size: 18px;
	letter-spacing: 3px;
}
.columArea .linkBtn:hover{
 	text-decoration:none;
}
.columArea .linkBtn:after{
	content:"";
	position:absolute;
	bottom:5px;
	right:5px;
	background-image:url("../images/home_repair/top_mrk-triangle.png");
	background-repeat:no-repeat;
	width:8px;
	height:8px;
}
@media screen and (max-width: 640px) {
	.columArea *{
		opacity: 1!important;
	}
    .columArea .linkBtn{
        box-sizing: border-box;
        width: 100%;
        font-size: 13px;
        padding: 15px;
        line-height: 1;
        background: #000!important;
        color: #fff;
        border: none;
    }
	.columArea .title img{
		width: 70px;
	}
}
.columArea .BtnArea{
	font-size:0;
	text-align:center;
}
.columArea .BtnArea li{
	display:inline-block;
	margin-right:60px;
	position:relative;
	width:190px;
	height:180px;
}
.columArea .BtnArea li.last{
	margin-right:0;
}


.columArea .BtnArea li a{
	display:block;
	width:190px;
	height:180px;
	overflow:hidden;
	position:relative;
}
.columArea .BtnArea li span{
	position:absolute;
	overflow:hidden;
	top:0;
	width:100%;
	height:100%;
    -webkit-transition:opacity .5s ease-in;
   -moz-transition:opacity .5s ease-in;
    -o-transition:opacity .5s ease-in;
    transition:opacity .5s ease-in;
}
.columArea .BtnArea li a span.on{
	left:0;
	opacity:0;
	filter: alpha(opacity=0); /* ie lt 8 */
	-ms-filter: "alpha(opacity=0)"; /* ie 8 */
	-moz-opacity:0; /* FF lt 1.5, Netscape */
	-khtml-opacity: 0; /* Safari 1.x */
	zoom:1;
}
.columArea .BtnArea li a:hover span.on{
	opacity:1;
	filter: alpha(opacity=100); /* ie lt 8 */
	-ms-filter: "alpha(opacity=100)"; /* ie 8 */
	-moz-opacity:1; /* FF lt 1.5, Netscape */
	-khtml-opacity: 1; /* Safari 1.x */
	zoom:1;
}

.columArea .BtnArea li a span.off{
	right:0;
	opacity:1;
	filter: alpha(opacity=100); /* ie lt 8 */
	-ms-filter: "alpha(opacity=100)"; /* ie 8 */
	-moz-opacity:1; /* FF lt 1.5, Netscape */
	-khtml-opacity: 1; /* Safari 1.x */
	zoom:1;
}
.columArea .BtnArea li a:hover span.off{
	opacity:0;
	filter: alpha(opacity=0); /* ie lt 8 */
	-ms-filter: "alpha(opacity=0)"; /* ie 8 */
	-moz-opacity:0; /* FF lt 1.5, Netscape */
	-khtml-opacity: 0; /* Safari 1.x */
	zoom:1;
}
@media screen and (max-width: 640px) {
	.columArea{
		background: #f4f2eb;
	}
	.columArea .BtnArea li{
		width: 100%;
		height: 55px;
		background: #000;
		margin-right: 0;
		margin-bottom: 5px;
	}
	.columArea .BtnArea li.last{
		margin-bottom: 0;
	}
	.columArea .BtnArea li a{
		width: 100%;
		height: 100%;
		font-size: 18px;
		position: relative;
	}
	.columArea .linkBtn:after,
	.columArea .BtnArea li a:after{
		content: "";
		width: 0;
		height: 0;
		position: absolute;
		right: 5px;
		bottom: 5px;
		border-style: solid;
		border-width: 0 0 7px 7px;
		border-color: transparent transparent #ffffff transparent;
	}
	.columArea.aboutCastle-colum .BtnArea li:first-child a{
		background: url(../images/home_repair/top-aboutCastle-Btn01-sp.png)no-repeat 0 0;
		background-position: 92% center;
		background-size: 50px auto;
	}
	.columArea.aboutCastle-colum .BtnArea li:nth-child(2) a{
		background: url(../images/home_repair/top-aboutCastle-Btn02-sp.png)no-repeat 0 0;
		background-position: 93% center;
		background-size: 66px auto;
	}
	.columArea.aboutCastle-colum .BtnArea li:nth-child(3) a{
		background: url(../images/home_repair/top-aboutCastle-Btn03-sp.png)no-repeat 0 0;
		background-position: 92% center;
		background-size: 54px auto;
	}
	.columArea.oonoKnow-colum .BtnArea li:nth-child(1) a{
		background: url(../images/home_repair/top-oonoKnow-Btn01-sp.png)no-repeat 0 0;
		background-position: 94% center;
		background-size: 48.5px auto;
	}
	.columArea.oonoKnow-colum .BtnArea li:nth-child(2) a{
		background: url(../images/home_repair/top-oonoKnow-Btn02-sp.png)no-repeat 0 0;
		background-position: 92% center;
		background-size: 40px auto;
	}
	.columArea.oonoKnow-colum .BtnArea li:nth-child(3) a{
		background: url(../images/home_repair/top-oonoKnow-Btn03-sp.png)no-repeat 0 0;
		background-position: 92% center;
		background-size: 38.5px auto;
	}
	.columArea.oonoKnow-colum .BtnArea li:nth-child(4) a{
		background: url(../images/home_repair/top-oonoKnow-Btn04-sp.png)no-repeat 0 0;
		background-position: 92% center;
		background-size: 37.5px auto;
	}
	.columArea .BtnArea li span{
		color: #fff;
		padding: 20px 23px;
		box-sizing: border-box;
	}
}
/* --------------------------------
	天空の城
-------------------------------- */
.backstretch{
	z-index:2!important;
}
backstretch img{
	z-index:1!important;
}
.cathleSky-colum{
	background-image:url("../images/home_repair/top-bg01.jpg");
	background-repeat:no-repeat;
	background-position:0 0;
	background-size:cover;
	height:690px;
	width:100%;
	color:#333;
    padding-top:110px;
}
@media screen and (max-width: 640px) {
    .cathleSky-colum{
        padding-top: 0;
        background-image: none;
        height: auto;
    }
    .cathleSky-colum.columArea .title{
        background-image:url("../images/home_repair/top-bg01.jpg");
        background-size:cover;
        min-height: 170px;
        padding-top: 70px;
    }
    .cathleSky-colum.columArea .title img{
        width: 66px;
    }
}
/* --------------------------------
	越前大野城について
-------------------------------- */
.aboutCastle-colum{
	background-image:url("../images/home_repair/top-bg02.jpg");
	background-repeat:no-repeat;
	background-position:0 0;
	background-size:cover;
	height:850px;
	width:100%;
	color:#fff;
	padding-top:30px;
}
@media screen and (max-width: 640px) {
    .aboutCastle-colum{
		padding-top: 0;
    	background-image:none;
		height: auto;
    }
    .aboutCastle-colum .title{
        background-image:url("../images/home_repair/top-bg02.jpg");
        background-size:cover;
        min-height: 266px;
    }
}
.columArea .title{
	padding-top:120px;
}
.columArea .lead,
.columArea .BtnArea,
.columArea p{
	padding-top:130px;
}
@media screen and (max-width: 640px) {
    .columArea .title{
        padding: 40px 0 0;
    }
    .columArea .lead, .columArea .BtnArea{
        padding: 20px 15px 20px!important;
        text-align: left;
        font-size: 13px;
        line-height: 1.5;
        color: #333;
    }
	.columArea .BtnArea{
		padding: 0 15px 30px!important;
	}
    .columArea p{
        padding: 0 15px 30px!important;
    }
}
/* --------------------------------
	ギャラリー
-------------------------------- */
.gallery-colum.columArea{
	padding-top:30px;
    border-top: none;
	padding-bottom: 100px;
}
.gallery-colum.columArea  .photo-sort{
    width: 980px;
    margin: 0 auto;
	padding-top: 120px;
}
.gallery-colum.columArea  .photo-sort li{
	width:242px;
	height:242px;
    float: left;
    margin-right: 4px;
    margin-bottom: 4px;
}
.gallery-colum.columArea  .photo-sort li:first-child{
    width: 734px;
    height: 488px;
}
.gallery-colum .title img{
	width: 44px;
}
@media screen and (max-width: 640px) {
	.gallery-colum.columArea{
		min-height: inherit;
		padding-top: 0;
		background: none;
		padding-bottom: 10px;
	}
	.gallery-colum .title{
		padding-bottom: 40px;
	}
	.gallery-colum .title img{
		width: 31px;
	}
	.gallery-colum.columArea .photo-sort{
		width: 100%;
		height: 100%;
		font-size: 0;
		padding: 0 4px;
		margin: 0;
		box-sizing: border-box;
	}
	.gallery-colum.columArea .photo-sort li:first-child{
			width: 100%;
			height: 100%;
			margin: 0 0 4px;
			padding-right: 0;
	}
	.gallery-colum.columArea  .photo-sort li{
		width: 33%;
		width: -webkit-calc(100% / 3);
		width: calc(100% * 1/3);
		height: 100%;
		display: inline-block;
		float: none;
		margin-right: 0;
		padding-right: 4px;
		box-sizing: border-box;
	}
	.photo-sort img{
		width: 100%;
		vertical-align: top;
	}
	.group1{
		-webkit-tap-highlight-color:rgba(0,0,0,0);
	}
}
/* --------------------------------
	越前大野城について知る
-------------------------------- */
.oonoKnow-colum{
	background-image:url("../images/home_repair/top-bg03.jpg");
	background-repeat:no-repeat;
	background-position:0 0;
	background-size:cover;
	height:645px;
	width:100%;
	color:#fff;
	padding-bottom:155px;
	padding-top:70px;
}
@media screen and (max-width: 640px) {
	.oonoKnow-colum{
		background-image:none;
		height: auto;
		padding: 0;
	}
	.oonoKnow-colum .title{
		background-image:url("../images/home_repair/top-bg03.jpg");
		padding-bottom: 40px;
	}
	.oonoKnow-colum .title img{
		width: 50px;
	}
}
/* --------------------------------
	バナーエリア
-------------------------------- */
.bnr-area .BtnArea{
	font-size:0;
	padding:30px 0 30px;
	text-align:center;
}
.bnr-area .BtnArea li{
	display:inline;
	margin-right:10px;
}
@media screen and (max-width: 640px) {
	.bnr-area .BtnArea{
		padding: 15px;
	}
	.bnr-area .BtnArea li{
		margin-right: 0;
		display: inline-block;
		margin-bottom: 2%;
	}
	.bnr-area .BtnArea li.last{
		margin-bottom: 0;
	}
	.bnr-area .BtnArea li:nth-child(odd){
		float: left;
	}
	.bnr-area .BtnArea li:nth-child(even){
		float: right;
	}

}
/* --------------------------------
	お知らせ
-------------------------------- */
.noticeBg{
    padding: 40px 0;
    background-image: url("../images/common/bg_black.png");
    background-repeat: repeat;
}
.noticeArea{
	width:760px;
	padding:30px 120px;
	background:#f3f2e4;
	margin:0 auto 30px;
}
.noticeArea .title{
	font-size:18px;
	text-align:center;
	padding-bottom:15px;
}
.noticeArea .txt{
	padding:20px 5px;
	border-bottom:1px solid #e5e5e5;
	line-height:1.5em;
}
.noticeArea .txt.last{
	border-bottom:1px solid #b2b2b2;
}
#top_inner .noticeArea .borderttl{
	margin-bottom:0;
}
#top_inner .noticeArea .borderttl:after{
	left:0;
	right:0;
	margin:0 auto;
}
@media screen and (max-width: 640px) {
    .noticeBg{
        padding: 20px 10px;
    }
    .noticeArea{
        width: 100%;
        box-sizing: border-box;
		margin-bottom: 10px;
		padding: 25px 20px;
    }
    .noticeArea .title{
        font-size: 16px;
		line-height: 1.3;
    }
    .txt{
        font-size: 11px;
    }
}
/* --------------------------------
	google Map
-------------------------------- */
/* #map_canvas{
	height:430px;
    border-bottom: 1px solid #bab7ac;
    background-color: #fff;
}
@media screen and (max-width: 640px) {
	#map_canvas{
		height:218px;
	}
} */
/* 2018/10/16 */
.google_map{
    position:relative;
    width:100%;
    height:0;
    padding-top:40%;
}
.google_map iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}



/* --------------------------------
	ヘッダー
-------------------------------- */

body#home #header .logo{
	display:none;
}
#header .scroller{
	width:1160px;
	margin:0 auto;
	position:relative;
}

#header .navi{
	width:670px;
	margin:20px auto;
}
#header .navi li a{
	background:none;
	padding:0;
}

body#home #header{
	height:50px;
}
#header .navi{
	position:static;
}
#header .navi li a{
	color:#eee;
}

#header .link{
	bottom:50%;
	right:0;
	margin-right:0;
	margin-bottom:-9px;
}
#header .link li a{
	height:25px;
}
#header .link li.fb a{
    width: 25px;
    background: url(../images/home_repair/header_fb.png) no-repeat 0 0;
	height: 25px;
}
#header .link li.en a{
    width: 40px;
    background: url(../images/home_repair/header_english.png) no-repeat 0 0;
	background-color:#000;
	height: 25px;
}

@media screen and (max-width: 640px) {
	html,
	#home,
	#container{
		min-width:100%;
	}
	#header .navi{
		width:100%;
		margin:0;
	}
	#header .link {
		position: static;
		margin: 0 auto;
		padding: 23px 0px;
		text-align: center;
	}
	#header .navi li a{
		padding:20px 25px;
		color:#000;
	}
	#header .scroller{
	    position:absolute;
		width:100%;
		margin-top: 5px;
    }
}
/* --------------------------------
	フッター
-------------------------------- */
#topBtnArea .topbtn{
    display: none;
}
#topBtnArea #footer{
    margin-top: 0;
}
