/* -------------------------------------------- */
/* ------------------Reset--------------------- */
a,abbr,acronym,address,applet,article,aside,audio,b,blockquote,big,body,center,canvas,caption,cite,code,command,datalist,dd,del,details,dfn,dl,div,dt,em,embed,fieldset,figcaption,figure,font,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,keygen,label,legend,li,meter,nav,object,ol,output,p,pre,progress,q,s,samp,section,small,span,source,strike,strong,sub,sup,table,tbody,tfoot,thead,th,tr,tdvideo,tt,u,ul,var{background:transparent;border:0 none;font-size:100%;margin:0;padding:0;border:0;outline:0;vertical-align:top;}ol, ul {list-style:none;}blockquote, q {quotes:none;}table, table td {padding:0;border:none;border-collapse:collapse;}img {vertical-align:top;}embed {vertical-align:top;}
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {display:block;}
mark, rp, rt, ruby, summary, time {display:inline;}
input, textarea {border:0; padding:0; margin:0; outline: 0;}
iframe {border:0; margin:0; padding:0;}
input, textarea, select {margin:0; padding:0px;}

/* -------------------------------------------- */
/* ------------------Font---------------------- */

/*Add your font at here*/

/* -------------------------------------------- */
/* ------------------Style--------------------- */
html, body {width:100%; padding:0; margin:0;}
body {color: #474747;font: 14px/28px "ヒラギノ角ゴ Pro W3","ClassicalGaramondBT*" ,"Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}

a{color: #474747; text-decoration: none;}
a:hover {
	color: #CCCCCC;
	text-decoration: none;
}

/* 
a.button{cursor: pointer;color: #ffffff;line-height: 14px;font-family: Arial, Helvetica, sans-serif;font-size: 14px;font-weight: bold;	background: ;}
a.button {display: inline-block;text-decoration: none;padding: 6px 12px 6px 12px;}
a.button:hover{}*/

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

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}
.boxSizing{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
.center{
	text-align: center;
	
}

/* -----------------全体トップ---------------------- */

.row.block02 .col-1-3.wedding .wrap-col h2 {
	text-align: center;
}
.col-1-3.wedding .wrap-col div {
	text-align: center;
}
#content .row.block02 h2 {
}


/* -------------------------------------------- */
/* ------------------Header-------------------- */

header {}
.wrap-nav {
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 30px;
}

.wrap-header.zerogrid {
	margin-right: auto;
	margin-left: auto;
	width: 960px;
	overflow: hidden;
}

#logotop {
    display: block;
    text-align: center;
    margin: 30px 0;
}

header #gnavi {
	width: 100%;
	border-bottom: 1px solid #333;
	margin-top: 10px;
	}

header #gnavi ul {
	width: 960px;
	zoom: 1;
	margin: 0 auto;
  }
header #gnavi ul:after {
    content: "";
    display: block;
    clear: both;
  }
header #gnavi ul li {
	display: block;
	float: left;
	width: 12.5%;
	font-size: 12px;
  }
  
header #gnavi ul li a {
	color: #333333;
	border-bottom: none;
	padding: 12px 0 12px 0;
	display: block;
	text-align: center;
	text-decoration: none;
}  
header #gnavi ul li a:hover {
	color: #999;
}
header #gnavi ul .current a {
	font-weight: bold;
	color: #000;
}


#toggle{ 
 display: none;
}

@media only screen and (max-width: 959px) {
header #gnavi {
    display: none;
 }
  
header #gnavi ul {
	width:100%;
	margin:-10px 0 0 0;
	
	}
header #gnavi ul li{
    width: 100%;
	 border-bottom: 1px solid #444;
}
header #gnavi ul li a {
background: #333;
  color: #fff;
  
}  
header #gnavi ul li a:hover {
	 background: #444;
}
header #gnavi ul .current a {
	font-weight: normal;
	color: #fff;
}


  #toggle{
    display: block;
    position: relative;
    width: 100%;
    background: #222;
	
	
	
  }
  #toggle a{
    display: block;
    position: relative;
    padding: 12px 0 10px;
    border-bottom: 1px solid #444;
    color: #fff;
    text-align: center;
    text-decoration: none;
	
  }
  
   #toggle:before{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background: #fff;
  }
  #toggle a:before, #toggle a:after{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 20px;
    height: 4px;
    background: #222;
  }
  #toggle a:before{
    margin-top: -6px;
  }
  #toggle a:after{
    margin-top: 2px;
  }
}

nav {}
nav .wrap-nav{ }
/*  
.menu ul {list-style: none;margin: 0;padding: 0;}
.menu  ul li {position: relative;float: left;padding: 6px 5px 0px 5px;}
.menu  ul li:hover {background:#DA251D;}
.menu  ul li a {font-size: 14px; line-height:14px;color: #CCC;display: block;padding: 6px 10px;margin-bottom: 5px;z-index: 6;position: relative; text-transform:uppercase;}
.menu  ul li:hover a {color:#ffffff;}*/

.minimenu{display:none;}
.minimenu{position: relative;margin: 0px;background:#333333;}
.minimenu div{overflow: hidden;position: relative;font: 18px/37px 'PT Sans Narrow';color: #fff;text-align:center;text-transform:uppercase;font-weight:bold;}
.minimenu select{
	position: absolute;
	top: 0px;
	left: 10px;
	width: 100%;
	height: 100%;
	opacity: 0;
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);		cursor: pointer;
}

/* -------------------------------------------- */
/* ------------------Featured---------------- */

.featured{margin:30px auto;}
.featured .wrap-featured{
}
.featured .wrap-featured .slider{padding: 10px;}

/* -------------------------------------------- */
/* ------------------Content------------------- */
#content {}
#content .wrap-content{}

.block01 {text-align:center; padding-bottom:30px;}
.block01 img{
	border: none;
}
.block01 h2{
	font-size: 14px;
	line-height: 30px;
}

.block02 {margin:10px;}
.block02 p {
	
	text-align: left;
	
	
}
.block02 a {color:#666;}

.block03 {margin:30px 0;}
.block03 h2{font-size:18px;}
.block03 img{float:left; margin-right:10px;}


/* -------------------------------------------- */
/* ------------------Footer-------------------- */
footer {
	margin-top: 16px;
	overflow: hidden;
	width: 100%;
}
footer .wrap-footer{
	padding: 0px;
	border-top: 1px solid #333;
	clear: both;
	float: none;
}
footer .box{}
footer .heading{ padding:5px; border-bottom:3px solid #FFFFFF;}
footer .heading h2{font-size:22px; font-weight:normal; display:inline; padding:0 5px;}
footer .content{padding:5px}
footer .content a{color:#DA251D; text-decoration:none;}
footer .content .gallery img{ float:left; padding:5px; border:1px solid #CCC; margin:5px;}

.copyright{
	text-align: center;
	margin-top: 20px;
	font-size: 11px;
}




/* -------------------------------------------- */
/* -----------------追加------------------- */

#hd-sub-navi02 {
	position: absolute;
	right: -1px;
	top: 10px;	
}
#hd-sub-navi02 h2 .inq {
	font-size: 12px;
	line-height: normal;
}
     #hd-sub-navi02 h2 .dial a {
	color: #333;
	text-decoration: underline;
}
#hd-sub-navi02 h2 .dial a:hover {
	color: #CCC;
	text-decoration: underline;
}
     #hd-sub-navi02 h2 .inq a {
	text-decoration: underline;
	
}

#hd-sub-navi02 h2 span.dial {
	float: none;
	font-size: 18px;
	display: block;
	padding-left: 0;
}
#hd-sub-navi02 h2 span.dial a{
	color: #333;
}

#hd-sub-navi02 .b_request{
	border: solid 1px #d4b000;
	text-align: left;
	display: block;
	width: 100%;
	padding: 3px;
border-radius: 4px;
margin-top:5px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	clear: both;
}
#hd-sub-navi02 .b_request a{
	color: #d4b000;
	font-size: 12px;
	font-weight: bold;
}
#hd-sub-navi02 .b_request a:hover{
	color: #c90;
	
}
.wrap-footer.zerogrid .wrap-col.info .restaurant {
	border: 1px solid #d4b000;		
}

.wrap-footer.zerogrid .wrap-col.info .restaurant a img {
	display: block;
	margin-right: auto;
	margin-left: auto;
	width: 90%;
}
.wrap-footer.zerogrid #infobox {
	font-size: 12px;
}
.wrap-footer.zerogrid #infobox address a {
	color: #333;
	text-decoration: underline;
}
.wrap-footer.zerogrid #infobox address a:hover {
	color: #CCC;
	text-decoration: underline;
}
.wrap-col.info {
	display: table;
	table-layout: fixed;
	width:100%;
border-collapse: separate;
	border-spacing: 6px 0; 
}
.wrap-col.info li {
	border: 1px solid #ccc;
	margin: 10px 0 20px 0;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	
}
.wrap-col.info li a {
	color: #333;
}
.wrap-footer.zerogrid .wrap-col.info .sns {
	border: none;
}
.wrap-col.info2 {
	display: table;
	table-layout: fixed;
	width:100%;
border-collapse: separate;
	border-spacing: 6px 0; 
}


.wrap-col.info2 li {
	border: medium double #ccc;
	margin: 10px 0 20px 0;
	padding:10px 0;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	
}
.wrap-col.info2 li a {
	color: #333;
}

.wrap-footer.zerogrid .wrap-col.info2 .sns {
	border: none;
}


/* ページトップへ戻る */
#page-top {
    position: fixed;
	z-index:1;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: block;
    -moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}




/* Galleryページ */

ul.ac2 span { display:block; }
ul.ac2.floorGide1{ display:none;}
ul.ac2 a:hover {
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;}
	

ul.ac2 > div > p { background: ;cursor:pointer;}

#content #flrgd p span{width:54%; margin:0 auto; display:block; border:1px  solid #d4b000; padding:10px;background-position:97% center; background-image: url(../gallery/img/open.png);background-size: 20px 20px; background-repeat:no-repeat; text-decoration:none; color:#d4b000; font-weight:normal;
}
#content #flrgd p span a {
	color: #d4b000;
	font-size: 20px;
}
#content #flrgd p span.open { background-image:url(../gallery/img/close.png);}

#content #flrgd .floorGide1 {
	display: none;
}

#content .row.block02 #flrgd .sp {
	display: none;
}
#content .row.block02 #flrgd .floorGide1 h3 {
	font-size: 12px;
	margin-bottom: 20px;
}

	
#content .row.block02 .gallerytitle {
	margin-bottom: 30px;
	font-size: 20px;
	width: 54%;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #333;
	display: block;
	padding: 10px;
}

.col-1-3 .wrap-col.space {
	text-align: center;
	display: block;
}
.block01 .col-1-3.space {
	width: 32%;
	margin-right: 1%;
	text-align: center;
	display: block;
}



/* Cuisineページ */

.row.block02 .fl {
	float: left;
	width: 25%;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}
.row.block02 .Fl2 {
	float: left;
	text-align: left;
	width: 75%;
}
.row.block02 .al-left {
	text-align: left;
}
.qed-title {
	width:100%;
	
}

.row.block02 .col-1-3.banner {
	margin-right: 20px;
}
.row.block02 .chefprofile {
	float: left;
	width: 65%;	
}
.row.block02 .chefprofile table tr td {
	text-align: left;
}
.row.block02 .chefimg {
	float: left;
	width: 35%;
	margin-bottom: 10px;	
}

.row.block02 .chefimg img{
	float: none;
	width: 60%;
	display: block;
	margin:0 auto;
	
}



.row.block02 .chefprofile table tr .year {
	font-weight: bold;
	color: #C90;
}
.row.block02 .row.block02.profile {
	float: left;
	width: 35%;
	text-align: left;
	margin: 0;
	padding: 5px;
}

.row.block02.chefbox {
	margin-top: 30px;
}

.row.block02.chefbox .row.block02.profile .name {
	font-weight: bold;
	color: #C90;
	text-align: center;
}


/* Styleページ */
ul.ac span { display:block; }
ul.ac ul { display:none;}
ul.ac a:hover {
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;}
	
ul.ac > li > p { background: ;cursor:pointer;}
.col-1-3 .wrap-col  li ul li {
	padding: 10px;
	text-align: left;
}

/* Aboutページ */
#access .col-1-2 .wrap-col {
	padding: 10px;
	border: 1px solid #CCC;
}

#access .col-1-2.left .wrap-col {
	margin-right: 10px;
	
}
#about01 .col-1-2 .wrap-col {
	
	border: 1px solid #C90;
}

#about01 .col-1-2.left .wrap-col {
	margin-right: 10px;
	margin-bottom:0;
	
}
#about01 .col-1-2.right .wrap-col {
	
	margin-bottom:0;
	
}
.row.block02 #about {
	font-size: 18px;
	color: #C90;
	margin-bottom: 10px;
}
.row.block02 .a_left {
	text-align: left;
	font-size: 14px;
	padding: 0px;
}
.wrap-col .gold {
	color: #C90;
	font-weight:bold;
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-bottom: 2px solid #C90;
	
}
.row.block02 #about02 li ul li {
	text-align: left;
	
}
#about01 .col-1-2.left .wrap-col .ac li p span a {
	color: #C90;
}
#about01 .col-1-2.right .wrap-col .ac li p span a {
	color: #C90;
}
#about01 ul.ac > li > ul > li > .content {
	padding: 10px;
	text-align: left;
	background-color: #F2F0EE;
}
#about01 .col-1-2.left .wrap-col .ac li p span {
	border-bottom: 1px solid #C90;
	
}
#about01 .col-1-2.right .wrap-col .ac li p span {
	border-bottom: 1px solid #C90;
	
}

#about01 .col-1-2.left .wrap-col .ac li ul li .content #data {
	margin-top: 10px;
	margin-bottom: 10px;
}
#about01 .col-1-2.left .wrap-col .ac li ul li .content h2{
	font-size: 14px;
	color: #C90;
	text-align: left;
	font-weight: bold;
	padding-left: 10px;
	border-left: medium solid #C90;
	margin-bottom:10px;
	
}
#about01 .col-1-2.left .wrap-col .ac li ul li .content h3{
	font-size: 14px;
	text-align: left;
	font-weight: bold;
	
}
#about01 .col-1-2.left .wrap-col .ac li ul li .content .button {
	background-color: #C90;
	text-align: left;
	display: block;
	width:40%;
	padding: 3px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 4px; 
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px; 
}
#about01 .col-1-2.left .wrap-col .ac li ul li .content .button a{
	color: #FFF;
	
}
#about01 .col-1-2.left .wrap-col .ac li ul li .content #data {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}
#data table,#data td,#data th {
    border-collapse: collapse;
    border:1px solid #333;
	padding:4px;
	text-align:left;
    }
	

#about01 .col-1-2.right .wrap-col .ac li ul li .content table tr .left {
	text-align: left;
	padding-bottom:10px;
}
#about01 .col-1-2.right .wrap-col .ac li ul li .content table tr .item{
	color: #C90;
	padding-left: 4px;
	text-align: left;
	border-bottom: 1px dotted #C90;
	border-left: medium solid #C90;
	
}
#about01 .col-1-2.right .wrap-col .ac li ul li .content p {
	text-align: left;
}
#about01 .col-1-2.right .wrap-col .ac li ul li .content table {
	margin-top: 20px;
}


.c_top {
	font-size: 22px;
	padding: 20px 0;
}


/* Dressページ */
/* dress-images */

#dress-gallery {
	position: relative;
	width: 85.5%;
	padding-top: 62.8%;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#dress-gallery img {
	display: block;
	width: 100%;
	height: auto;
	
}

#dress-gallery h3 {
	width: 23.5%;
	position: absolute;
	top: 15%;
	left: 0;
	z-index: 99;
}

#dress-gallery p {
	width:50%;
	position: absolute;
	box-shadow: none;
	top: 0;
	right: 0;
	z-index: 99;
}

#dr-gallery-wrap {
	position: absolute;
	top: 0;
	right: 0;
	left: 0px;
	margin: 0;
	width: 61.5%;
	padding-top: 66.8%;
}

#dr-gallery-wrap li {
	position: absolute;
	width: 33%;
}

#dr-gallery-wrap li#image01 {
	top: 1%;
	left: 3%;
	transform: rotate(-7deg);
	-webkit-transform: rotate(-7deg);
	-moz-transform: rotate(-7deg);
	-o-transform: rotate(-7deg);
	z-index: 99;
}

#image01 span {
	position: absolute;
	bottom: 4%;
	left: 3%;
	width: 100%;
}

#image01 span img {
	width: 30%;
	height: auto;
	display: block;
}

#dr-gallery-wrap li#image02 {
	top: 4%;
	left: 32%;
	transform: rotate(2deg);
	-webkit-transform: rotate(2deg);
	-moz-transform: rotate(2deg);
	-o-transform: rotate(2deg);
	z-index: 97;
}

#dr-gallery-wrap li#image03 {
	top: 0;
	left: 65%;
	transform: rotate(4deg);
	-webkit-transform: rotate(4deg);
	-moz-transform: rotate(4deg);
	-o-transform: rotate(4deg);
	z-index: 96;
}

#dr-gallery-wrap li#image04 {
	top: 31.5%;
	left: 0;
	transform: rotate(-2deg);
	-webkit-transform: rotate(-2deg);
	-moz-transform: rotate(-2deg);
	-o-transform: rotate(-2deg);
	z-index: 98;
}

#dr-gallery-wrap li#image05 {
	top: 33%;
	left: 33%;
	transform: rotate(3deg);
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	z-index: 99;
}

#dr-gallery-wrap li#image06 {
	top: 33%;
	left: 66%;
	transform: rotate(-4deg);
	-webkit-transform: rotate(-4deg);
	-moz-transform: rotate(-4deg);
	-o-transform: rotate(-4deg);
	z-index: 98;
}

#dr-gallery-wrap li#image07 {
	top: 62%;
	left: 3%;
	transform: rotate(5deg);
	-webkit-transform: rotate(5deg);
	-moz-transform: rotate(5deg);
	-o-transform: rotate(5deg);
}

#dr-gallery-wrap li#image08 {
	top: 64%;
	left: 34%;
	transform: rotate(-4deg);
	-webkit-transform: rotate(-4deg);
	-moz-transform: rotate(-4deg);
	-o-transform: rotate(-4deg);
}


#dr-gallery-wrap li#image09 {
	top: 67%;
	left: 66%;
	transform: rotate(5deg);
	-webkit-transform: rotate(5deg);
	-moz-transform: rotate(5deg);
	-o-transform: rotate(5deg);
	z-index: 98;
}
#content .row.block02.dress {
	margin-bottom: 40px;
	margin-top: 20px;
}

.row.block02.topmain img {
	margin-top: 10px;
}


/*------------------------------------------------------------------------------------------------
  　style.css (修正) header FIXED by 160408 kuma
------------------------------------------------------------------------------------------------*/
/***************** 1　General　 *****************/
body {
	font-family: Arial, '游ゴシック', YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.visible-xs {
  display: none !important;
}
@media screen and (max-width: 767px) {
	.hidden-xs {
		display: none !important;
	}
	.visible-xs {
		display: block !important;
	}
}

.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (max-width: 767px) {
	.center-block-xs {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
}

.img-over:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	-o-transition: 0.7s;
	transition: 0.7s;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.noborder {
	border: none;
	outline: none;
}

.hide-txt {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.bold {
	font-weight: bold;
}

.nowrap {
	white-space: nowrap;
}

.txt-min {
	font-family: '游明朝', YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	letter-spacing: 0.1em;
}

.txt-robot {
	font-family: 'Roboto+Slab', serif;
	letter-spacing: 0.1em;
	font-weight: 400;
}
.txt-robot.bold {
	font-weight: 700;
}

.txt-gentium {
	font-family: 'Gentium Basic', serif;
	font-style: italic;
	letter-spacing: 0.07em;
	font-weight: 400;
}
.txt-gentium.bold {
	font-weight: 700;
}

.txt-script {
	font-family: 'Dancing Script', cursive;
	font-style: italic;
	letter-spacing: 0.1em;
	font-weight: 400;
}
.txt-script.bold {
	font-weight: 700;
}

.txt-red { color: #c80527; }
.txt-gold { color: #c90; }

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

.mt00 { margin-top: 0 !important; }
.mt10 { margin-top: 10px !important; }
.mt20 { margin-top: 20px !important; }
.mt30 { margin-top: 30px !important; }
.mt40 { margin-top: 40px !important; }

.mb00 { margin-bottom: 0 !important; }
.mb10 { margin-bottom: 10px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb40 { margin-bottom: 40px !important; }

a:focus {
	outline: none;
	overflow: hidden;
	text-decoration: none;
}

a.btn-more {
	display: inline-block;
	margin: 30px auto;
	padding: 5px 30px;
	background: #c90;
	color: #fff;
	text-align: center;
	border-radius: 4px; 
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	-o-transition: 0.7s;
	transition: 0.7s;
}
a.btn-more:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
}


/***************** 2　Header　 *****************/
header.zerogrid {
	width: 100%;
	height: 140px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	padding: 0;
	z-index: 10000;
	background: #fff;
	-webkit-box-shadow: 0 1px 3px 0 #999;
	box-shadow: 0 1px 3px 0 #999;
}
@media only screen and (max-width: 959px) {
	header.zerogrid {
		height: 100px;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
}

header .wrap-nav {
	margin-top: -35px;
	margin-left: 140px;
}

header #logo {
	text-align: left;
	margin: 15px 0 0 0;
}

header #gnavi {
	/* border-bottom: 1px solid #333; */
	border: none;
	margin: 0;
	position: relative;
	z-index: 40;
}
header #gnavi ul li {
	/*width: 10%;*/
	width: auto;
	margin: 0 20px;
	font-size: 14px;
}
header #gnavi ul li a {
	color: #000;
	padding: 12px 0 0 0;
}

@media only screen and (max-width: 959px) {
	header .wrap-nav {
		margin-top: 0;
		margin-left: 0;
	}
	header #logo {
		width: 40px;
		text-align: left;
		margin: 10px 10px 10px 15px;
		padding: 0;
	}
	header #gnavi {
		margin-top: 0;
		padding-top: 10px;
	}
	header #gnavi ul li {
		width: 100%;
	}
	header #gnavi ul li a {
		color: #fff;
		padding: 10px 0;
	}
	header .wrap-header.zerogrid {
		border-bottom: none;
	}
}

/***************** 3　Contact Box 追加 (header)　 *****************/
header .telBox {
	position: absolute;
	margin: 0;
	top: 13px;
	right: 150px;
	font-size: 12px;
	line-height: 1.7;
}
header .telBox a {
	text-decoration: underline;
}
header .telBox .tel {
	font-size: 20px;
	font-weight: 700;
	font-family: arial;
}
header a.btn-more {
	background: #fff;
	border: 1px solid #c90;
	color: #c90;
	font-weight: bold;
	position: absolute;
	top: 13px;
	right: 30px;
	margin: 0;
	padding: 15px 10px 13px;
	text-decoration: none;
	font-size: 12px;
	line-height: 1.7;
}
header a.btn-more:hover {
	background: #c90;
	color: #fff;
}
@media only screen and (max-width: 959px) {
	header .telBox {
		top: 18px;
		right: 130px;
	}
	header .telBox .tel {
		font-size: 15px;
		line-height: 1.2;
	}
	header a.btn-more {
		top: 17px;
		right: 15px;
		padding: 10px;
	}
}

/***************** 4　Content　 *****************/
#content {
	margin-top: 0;
	padding-top: 130px;
}
@media only screen and (max-width: 959px) {
	#content {
		padding-top: 110px;
	}
}

#content #report,
#content #layerCont {
	padding-top: 50px;
}

/***************** 5　Main & Sidebar　 *****************/
#main,
#sidebar {
	padding-top: 30px;
}

/*------------------------------------------------------------------------------------------------
  　style.css (修正) header MOBILE only FIXED by 160526 kuma
------------------------------------------------------------------------------------------------*/
#gnavi-sp {
	display: none !important;
}
@media only screen and (max-width: 959px) {
	.wrap-nav {
		display: none;
	}
	#gnavi-sp {
		display: block !important;
	}
	#gnavi-sp .child {
		display: none;
	}
	#gnavi-sp a {
		color: #fff;
	}
	#gnavi-sp .menu-sp {
		display: block;
		padding: 6px 15px;
		background: #000;
		color: #fff;
		cursor: pointer;
		position: relative;
	}
	#gnavi-sp .menu-sp:after {
		position: absolute;
		top: 50%;
		right: 10px;
		margin-top: -15px;
		content: '＞';
		font-size:15px;
		font-weight: bold;
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		-moz-transition: all, 0.25s, linear;
		-o-transition: all, 0.25s, linear;
		-webkit-transition: all, 0.25s, linear;
		transition: all, 0.25s, linear;
	}
	#gnavi-sp .menu-sp.active:after {
		-moz-transform: translate(0, 50%);
		-ms-transform: translate(0, 50%);
		-webkit-transform: translate(0, 50%);
		transform: translate(0, 50%);
		-moz-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}
	#gnavi-sp ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	#gnavi-sp ul li {
		margin: 0;
		text-align: center;
		border-bottom: 1px solid #3c3c3c;
	}
	#gnavi-sp ul li a {
		display: block;
		padding: 5px 15px;
		background: #333;
	}
	#gnavi-sp ul li a:hover {
		background: #3c3c3c;
	}
}
