@charset "utf-8";

/*----------------------------------------------------
 elements
----------------------------------------------------*/
body {
	background:#fff;
	color:#411a0d;
	font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	-webkit-text-size-adjust: none; /* フォントサイズ自動調整 */
}



a:link {
	text-decoration: none;
	color:#411a0d;
}

a:visited {
	text-decoration: none;
	color:#411a0d;
}

img {
	vertical-align: top;
	margin:0px;
	padding:0px;
}


p, dl, ol, ul {
}

ol, ul {
	list-style:none;
	text-align:left;
}



/* --------------------------------------------------- */
/* wrapper */
/* ---------------------------------------------------- */
#wrapper {
	background-size: 100% 355px ;
	-webkit-background-size: 100% 355px ;
	-moz-background-size:  100% 355px ;
	/*margin: 0 auto;*/
}

/* ---------------------------------------------------- */
/* ランドスケープ表示 */
/* ---------------------------------------------------- */
@media all and (orientation:landscape) {
	#wrapper {
		width: 100%;
	}
}





/* ---------------------------------------------------- */
/* header */
/* ---------------------------------------------------- */
header {
	width:100%;
}

header h1{
	max-width:640px;
	margin:0 auto;
	position:relative;
	z-index:1000;
	height:46px;
	
}

header .logo{
	display:inline-block;
	margin:0 !important;
	padding:4px 4px;

}

header #sitemap_menu{
	padding-top:0px;
	font-family: 'Alegreya', serif;
	font-size:14px;
	float:right;
	font-weight:bold;
	margin:4px !important;
	position:absolute;
	z-index:10001;
	right:0;
	top:0;
	
}



nav#new{
	margin:0px 0px;
}


nav#new .hd{
	width:100%;
	max-width:640px;
	font-size:13px;
	margin:0 auto;
	border-collapse:separate;
	border-spacing:0px 0;
	line-height: 1;
}

nav#new .hd td{
	text-align:center;
	width:20%;
	vertical-align:middle;
	box-shadow:#eee 0 0 1px;
}

nav#new .hd td span{
	font-size:16px !important;
	border-bottom:none !important;
	color:#6f4d39;

}

nav#new .hd td p{
	font-weight:bold;
}

nav#new .hd td a{
	display:block;
	padding:14px 0;
	}





/* ---------------------------------------------------- */
/* footer */
/* ------------------------------------------------ */

footer{
	width:100%;
	padding: 30px 0px 0px 0px;
	font-size:12px;
	background: #391006;
	color:#FFF;
}


/*------------------------------------------------------*/


footer #footer_nav{
	margin:20px 0px 0px;
	background:none;
}


footer #footer_nav .ft{
	width:100%;
	font-size:11px !important;
}


footer #footer_nav .ft td{
	background:url(../images/common/bg-footer-cont_bg.jpg);
	/*background-size:14px 14px;
	background-position:right 5px bottom 10px;*/
	text-align:left;
	width:25%;
	vertical-align:middle;
	border:#887766 1px solid;
}

footer #footer_nav .ft td a{
	display:block;
	font-weight:bold;
	color:#fff;
	padding:8px;
	}



footer small {
	text-align:center;
	padding:8px;
	display:block;
	color:#fff;
	font-size:10px;
	clear:both;
	background:#000;
}

footer small#copy a{
	color:#fff;
}







#info{
	max-width:640px;
	margin:10px auto 0;
	font-weight:bold;
	background:url(../images/common/bg-footer-cont_bg.jpg);
	padding:5px;
	overflow:hidden;
	text-align:center;
}



#info ul.text{
	padding:0;
	margin:0px;
	margin-left:5px;text-align:center;
}

#info .text tit{
	margin-bottom:5px;
	
}



#info .contact{
	overflow:hidden;
	width:280px;
	margin:10px auto 0 !important;
	text-align:center;
}


#info .contact li{
	border:#CCC 1px solid;
	box-shadow:#999 0 0 2px;
	text-align:center !important;
	border-radius:4px;
	width:46% !important;
	margin-top:10px;
	display:inline-block;
}

#info .contact li a{
	display:block;
	color:#333 !important;
	padding:2px;
	border-top:1px solid #FC0;
	border-bottom:1px solid #FC0;
	color:#d4d2d2;
	background:#FC0;
	background:linear-gradient(top, #FC0, #FC0);
	-pie-background:linear-gradient(top, #FC0, #FC0);
	border-radius:3px;
	font-weight:bold;

}


#info .contact li a .mls {
	font-size:12px;

}


/* ---------------------------------------------------- */
/* content */
/* ---------------------------------------------------- */
/************************* 汎用 *******************************/



.container-content{
	width:100%;
	margin:0;
}

.container-content p{
}


/*
section.content {
}
*/

.container{
	margin-bottom:20px;
	text-align:center;
	max-width:640px;
	margin:0px auto;
	background:url(../images/common/bg_body.gif);
}



section{
	padding:20px 5px;
	margin:0 auto;
}


h2{}

h3{
	margin:10px 0;
}

h4 {

	}
	


h5{
	font-weight:bold;
	text-align:left;
	margin:5px;
	font-size:14px;
	color:#333;
	border-left:#333 4px solid;
	padding-left:5px;
	
}


h6{
	text-align:left;
}



section dl{
	margin:10px 0px;
	text-align:left;
}

section dt{
	font-weight:bold;
	overflow:hidden;
}



section img{
	width: 100%;
	height:auto;
	margin:5px auto; 
}



section p{
	text-align:left;
	margin:5px;
}

.container span{
}


.container strong{
	font-weight:bold;
}


.map{
	text-align:center;
	-webkit-box-sizing: border-box;
  	box-sizing:border-box;
	white-space:nowrap;
	margin:10px 5px;
}


em{
	font-size:12px;
	text-align:left;
	padding:10px;
}


.left{
	float:left;
}

.right{
	float:right;
}

.clear{
	clear:both;
}


/*ul*/


ul.sp2{
	font-size:12px;
	color:#000;
	padding:0px;
	margin:0px;
}



ul.sp2 li{
	width:49%;
	float:left;
	color:#000;
	margin:0px;
	overflow:hidden;
}


ul.sp2 li:nth-child(2n){
	float:right;
}

ul#sp2 li h4{
	padding:0px;
	margin:0px;
	background:none;
	border:none;
}


ul#sp2 li p{
	height:200px;
	margin:0px;
	padding:5px;
}

ul#sp2 li img{
	border:none;
	margin:0px;
	padding:0px;
}




ul.sp3{
	font-size:12px;
	color:#000;
	padding:0px;
	margin:5px;
}


ul.sp3 li{
	width:32%;
	float:left;
	color:#000;
	margin:2px;
	padding-top:2px;
	overflow:hidden;
}



/*page top*/

#totop{
	text-align:center;
	margin:20px 0px 0px;
	clear:both;
	padding-right:5px;
}


section div{
	text-align:left;
	font-size:11px;
	line-height:1.8em;
	color:#333;
}






/* ---------------------------------------------------- */
/* site map page */
/* ---------------------------------------------------- */



section nav{
	/*border-radius:6px 6px 6px 6px;
	-moz-border-radius:0px 0px 6px 6px;
	-webkit-border-radius:0px 0px 6px 6px;*/
	background-color:rgba(ff,bb,77,1.0);
	margin:10px 10px 10px;
}
section .nav {
	width:100%;
	overflow:hidden;
	margin-bottom:40px;
}
section .nav li {
	line-height:120%;
	/*border-top:1px solid #fff8ff;*/
	border-bottom:1px dotted #dfdfdf;
	background:url(../images/top/ico_news-li.gif) left center no-repeat;
	background-size:7px 7px;
}
section .nav li a{
	/*background:url(../images/common/icon_arrow.png) right center no-repeat ;
	background-size: 25px 20px;
	-webkit-background-size: 25px 20px;
	-moz-background-size: 25px 20px;*/
	display:block;
	padding:12px 20px;
	color:#036;
}
section.content nav ul li:last-child {
	border-bottom:none;
	
}
section.content nav ul li:first-child{
	border-top:none;
}

section.content nav.search li{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width:50%;
	float:left;
}
section.content nav.search li:nth-child(2n){
	border-left:1px solid #cccccc;
}
section.content nav.search ul li:nth-last-child(2) {
	border-bottom:none;
}
section.content nav.search ul li:nth-child(2){
	border-top:none;
}








/* ---------------------------------------------------- */
/* top page */
/* ---------------------------------------------------- */




.visual{
	max-width:640px;
	min-width:320px;
	margin:0;
	text-align:center !important;
}



#mv {
    position: relative;
    max-width: 640px;
    height: 308px;
    /*margin: 0 auto 33px;*/
	margin: 0 auto;
    overflow: hidden;
	min-width:320px;
	width:100%;
}




#mv #slider1{
	position:absolute;
	top:0;
	left:;
	vertical-align:bottom;
	width:600px;
}


#mv .sp-slide img.sp-image{
	min-width:800px !important;
}

#mv span {
    display: block;
    margin-bottom: 14px;
    line-height: 1.0;
    font-weight: bold;
    text-shadow: 1px 1px 1px #FFF, -1px 1px 1px #FFF, -1px -1px 1px #FFF;
	/*background-color:rgba(255,255,255,0.8);*/
}




#mv .h1 {
    position: absolute;
    top: 40px;
    left: 4%;
    font-size: 20px;
    font-weight: bold;
    /* line-height: 2.4; */
    letter-spacing: 2px;
    z-index: 9999;
	

}




#mv span.maker1 {
    display: table;
    line-height: 1;
    background: linear-gradient(transparent 40%, #ffff00 0%);
}


#mv span.maker2 {
    display: table;
    line-height: 1;
    background: linear-gradient(transparent 40%, #ffff00 0%);
}




#addBer {
    width: 100%;
    padding: 10px 0;
    background: #d6ede6;
	overflow:hidden;
	text-align:center;
}

#addBer .sp2{
	max-width:450px;
	width:80%;
	margin:10px auto 0;
	text-align:center;
}


#addBer .sp2 li img{
	width:100%;
	height:auto;
}
	

h2.centerTtl {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 0.9;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	margin-top:20px;
}

h2.centerTtl span, h2.leftTtl span {
    font-size: 10px;
    font-weight: bold;
    color: #04a371;
}


#consultationArea {
    width: 100%;
    padding: 20px 0;
    background: url(../img/top_consultation_back.jpg) no-repeat 0 0;
	background-size:cover;
	overflow:hidden;
}


#consultationArea h3 {
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 2px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	margin-bottom:12px;
}


#consultationArea li {
	color:#FFF;
	text-align:center;
}


ul#consultationInner li h4 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 4px;
}

















.topCntBox {
    margin: 10px;
    text-align: center;
	overflow:hidden;
	text-align:left;
}


.topCntBox img{
	float:left;
	width:30%;
	margin-right:10px;
}

.topCntBox h3 {
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: bold;
}


.nextBtn{
	text-align:center;
	width: 30%;
	margin: 0 auto;
}



#greetingArea {
    /*position: relative;*/
    margin: 0 auto 20px;
    background: url(../img/top_greeting_back.jpg) no-repeat 0 0;
    background-size: cover;
	overflow:hidden;
	max-width:640px;
	/*height:400px;*/
}


#greetingBox {
   /* position: absolute;
    top: 20px;
    right: 20px;*/
    width: 80%;
    padding: 40px 38px;
    background-color: rgba(255,255,255,0.8);
    margin: 20px auto;
}

#greetingArea section{
	min-width:auto;
}

.performanceArea{
	text-align:center;
}


.performanceBox {
    width: 46%;
    margin: 0 5px 0;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}



.performanceBox_img {
    overflow: hidden;
    height: 20vw;
}

#voiceArea{
	overflow:hidden;
}

main .voiceBox {
    width: 31%;
    margin: 0 1% 0;
    float: left;
    text-align: center;
	border-bottom:none;
}





#newsFeed{
	margin:20px 0 40px;
	padding:5px;
	text-align:left;
}




#newsFeed dd{
	border-bottom:#c4a99c 1px dotted;
	padding:6px 0 0;
}

#newsFeed dt{
	color:#7f7259;
	font-weight:normal !important;
	font-size:12px;
	background:url(../images/top/ico_news-li.gif) 0 center no-repeat;
	background-size:9px 9px;padding:6px 0;
}




#snsArea{
	text-align:center;
}











.link li{
	overflow:hidden;
}


.link li img{
	width:100%;
	height:auto;
}



/* ---------------------------------------------------- */
/* sub page */
/* ---------------------------------------------------- */



#sv {
    width: 100%;
    margin-bottom: 20px;
    padding: 40px 0;
    letter-spacing: 0.3em;
    background: url(../img/sv_back_img.jpg) no-repeat center center;
    background-size: cover;
	
}


#sv h1 {
    font-size: 20px;
    font-weight: bold;
    text-align:left;
    color: #FFF;
    letter-spacing: 4px;
    text-indent: 0.3em;
    text-shadow: 0 0 15px rgba(0,0,0,1);
	max-width:640px;
	margin:0 auto;
	padding-left:20px;

}



h2.subTtl {
    position: relative;
    overflow: hidden;
    margin-bottom: 35px;
    padding-bottom: 5px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    border-bottom: 2px solid #D8D8D8;
}



#privacyTxt {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
}



.privacyTit {
    font-size: 14px;
    border-bottom: rgba(236,236,236,1.00) solid thin;
    margin-bottom: 15px;
	margin-top:20px;
}



.cf{
	text-align:center;
}
/*
.cf img{
	max-width:80%;
}

*/

.workArea {
    margin-bottom: 18px;
    padding: 15px 30px 30px 30px;
    border: 1px solid #BFBFBF;
}


.workArea h3 {
    position: relative;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: bold;
    border-bottom: #BFBFBF dotted 1px;
    clear: both;
    text-align: center;
}

.workArea h3:first-letter {
    font-size: 25px;
    color: #04a371;
}
.workBox {
    text-align: center;
}
.workBox p {
    margin-bottom: 20px;
    text-align: center;
}


.workBox dl {
    display: inline-block;
    margin-left: auto;
    font-size: 14px;
    border-bottom: #BFBFBF dotted 1px;
}


.workBox dl dt {
	float:left;
}

.workBox dl dd {
    padding-left: 50px;float:left;
}


.cf:before, .cf:after {
    content: " ";
    display: table;
}


.cf:after {
    clear: both;
}




.flowBox {
    margin: 10px 20px;
    padding: 10px 10px;
    border: 1px solid #dcdcdc;
    text-align: center;
}


.flowNo {
    margin-bottom: 12px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #dcdcdc;
    color: #feac00;
	float:left;
}

.flowTtl {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
	text-align:left;
}

.qTtl span {
    margin-right: 10px;
    color: #B20008;
    font-size: 24px;
}

.qTtl {
    padding: 5px 0 8px;
    border-bottom: 1px dotted #dcdcdc;
    padding-left: 2.4em;
    text-indent: -2.3em;
}


.aTxt {
    padding: 5px 0 12px;
    border-bottom: 1px solid #dcdcdc;
    padding-left: 2.4em;
    text-indent: -2.3em;
}


.aTxt span {
    margin-right: 10px;
    color: #4906F8;
    font-size: 24px;
}



.performanceBox {
    width: 30%;
    margin: 10px 1%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}



.voiceBox {
    width: 80%;
    margin: 0 auto 30px;
    text-align: center;
	overflow:hidden;
	border-bottom:#CCC dotted 1px;
}


.voiceBox a{
	/*width:48%;
	float:left;*/
}


#greetingTxt {
    margin-bottom: 15px;
    font-weight: bold;
    text-align: center;
}

#greetingTxt2 {
    margin-bottom: 15px;
    text-align: center;
}



#overviewBox {
    width: 80%;
    margin: 0 auto 80px;
	text-align:left;
}


#overviewBox dt {
    width: 25%;
    padding: 10px 0;
    float: left;
    border-bottom: 1px dotted #dcdcdc;
}

#overviewBox dd {
    width: 75%;
    padding: 10px 0;
    float: left;
    border-bottom: 1px dotted #dcdcdc;
}



h2.contactTtl {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    padding-bottom: 5px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 5px;
    text-align: center;
    border-bottom: 2px solid #dcdcdc;
}

h3.contactTtl2 {
    position: relative;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
    border-bottom: #BFBFBF dotted 1px;
    clear: both;
    text-align: center;
}


h3.contactTtl2:first-letter {
    font-size: 24px;
    color: #04a371;
}


table#contactTable {
    margin: 0 auto;
	width:100%;
	text-align:left;
}

table#contactTable th {
    width: 25%;
    text-align: left;
    padding: 8px 6px;
    border-bottom: 1px dotted #dcdcdc;
}


table#contactTable td {
    width: 75%;
    padding: 8px 6px;
    border-bottom: 1px dotted #dcdcdc;
}


#ppCheck {
    width: 250px;
    margin: 0 auto;
    padding: 25px 0 7px;
}
#submitBtn {
    width: 200px;
    margin: 0 auto;
    background: #feac00;
    font-weight: bold;
    text-align: center;
    color: #fff;
	padding:12px 0;
}





.performanceArea_body {
    border-bottom: #04a371 solid 1px;
    border-top: #04a371 solid 1px;
    margin: 0 auto;
    padding: 15px 5px;
    clear: both;
}


.blog_pagenation {
    height: 50px;
    margin: 40px auto;
    position: relative;
	text-align:center;
}



.prevnext_post {
    background: url(../img/left.png) no-repeat;
	background-size:100% auto;
    background-position: bottom;
    padding-left: 10px;
	display:inline-block;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 30%;
}

.next_post {
    text-align: right;
    padding-right: 10px;
    background: url(../img/right.png) no-repeat;background-size:100% auto;
    background-position: bottom;
    display:inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 30%;
}



.beforeBox img{
	max-width:80%;
	margin:8px auto;
}


.afterBox img{
	max-width:80%;
	margin:8px auto;
}



.performanceArea h2 {
    position: relative;
    margin-bottom: 20px;
    text-align: center;
    font-size: 16px;
	margin-top:40px;
}

.performanceArea h2:before {
    position: absolute;
    top: 50%;
    z-index: 1;
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #000;
    background: linear-gradient(-45deg, transparent, #04a371 10%, #04a371 90%, transparent);
}


.performanceArea h2 span {
    position: relative;
    z-index: 2;
    display: inline-block;
    padding: 0 20px;
    background-color: #fff;
    text-align: left;
}


.performance_backBtn{
	margin-bottom:30px;
}











	
/*----------------足すもの------------------*/

hr{
border: 0;
height:1px;
background: -webkit-gradient(linear, left top, right top, from(#333),
color-stop(0.7,#ccc), color-stop(0.7,#ccc), to(#fff));
background: -moz-linear-gradient(left,#333 0%, #ccc 30%, #ccc 70%, #fff
100%);
background: -o-linear-gradient(left,#333 0%, #ccc 30%, #ccc 70%, #fff 100%);
background: -ms-linear-gradient(left,#333 0%, #ccc 30%, #ccc 70%, #fff
100%);
background: linear-gradient(left,#333 0%, #ccc 30%, #ccc 70%, #fff 100%);
-pie-background: linear-gradient(left,#333 0%, #ccc 30%, #ccc 70%, #fff
100%);
behavior: url(PIE.htc);
clear:both;
}


.clearfix:after{
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}
	

.clearfix{display: inline-block;}




@media only screen and (orientation : landscape) { /*横向き*/


}
@media only screen and (orientation : portrait) { /*縦向き*/
.pagenavi li:nth-child(9n) {
	clear:both;
}

}
