@charset "utf-8";
/**
 * style
 * (c) FOURDIGIT Inc.
 *
 * 1. import
 * 2. html, body
 * 3. HTMLtag, siteCommonClass
 * 4. Layout
 * 5. EachPageStyle
 *
 */
/**
 * 1. import
 */
@import "import/reset.css";
@import "import/util.css";
@import "../fonts/fonts.css";

	/* google web font */
	.gglfont {
		font-family: 'Cantata One', serif;
	}

/**
 * 2. html, body
 */
	body {
		background-color: #fff;
		background-image: url(../imgs/space.gif);
		background-repeat: repeat-x;
		background-position: center top;
		position: relative;
	}
	.page {
		color: #333333;
		font-size: 14px;
		line-height: 1.5;
		letter-spacing: 0.1em;
		font-family:"Meiryo","ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	}

	body .smpLogo {
		display: none;
	}
/**
 * 3. HTMLtag, siteCommonClass
 */
/* anchor */
	a {
		background-color: transparent;
		background-image: none;
		background-repeat: no-repeat;
		color: #0000ff;
	}
	a:visited {}
	a:hover {
		color: #ff0000;
	}
	a:active {}

/* heading */
	.siteTitle {
		/*dont use <h1> selector*/
	}
	.contentTitle {
		text-align: center;
		font-size: 25px; line-height: 30px; color: #fff; font-family: Georgia, 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho ProN', 'MS P 明朝', 'MS PMincho', serif;
	}
	.cttl {
		position: relative;
		margin-bottom: 50px;
		z-index: 1;
	}
	.cttl:before {
		content: '';
		position: absolute;
		top: 9px;
		right: -1px;
		left: -1px;
		border-top: 1px solid #e9e9e9;
		z-index: -1;
	}
	.ttl {
		font-size: 23px; line-height: 42px; font-family: Georgia, 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho ProN', 'MS P 明朝', 'MS PMincho', serif; color: #333; margin-bottom: 30px;
	}
	.ttl span {
		display: none;
	}
	.ttl span strong {
		color: #940026; font-size: 34px; line-height: 30px;
	}

/* cap */
	.cap,
	.caption {
		background: none;
		color: #666666;
		font-size: 10px;
		line-height: 15px;
	}
	.cap {
		padding-top: 5px;
	}

/* section */
	body .section {
		clear: both;
	}

/* nav */
	body .nav li img {
		vertical-align: top;
	}

/* sNavArea */
	body .sNavArea {
		text-align: center; font-size: 0; line-height: 0; letter-spacing: -.40em;
	}
	body .sNavArea ul li {
		display: inline-block; margin-left: 1%; margin-right: 1%;
	}

/* wrapper */
	body .wrapper {
		width: 960px; margin-left: auto; margin-right: auto;
	}

/* btRequest Reserve  */
	body .btReq a {
		display: block;
/*
		text-align: center; padding: 6px 6px; border: solid 2px #fff; background-color: #000; box-sizing: border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box;
*/

		/*transition*/
		-webkit-transition-property:background;
		 -moz-transition-property:background;
		 -o-transition-property:background;
		 transition-property:background;
		 -webkit-transition-duration:0.5s;
		 -moz-transition-duration:0.5s;
		 -o-transition-duration:0.5s;
		 transition-duration:0.5s;
	}

	body .btRes a {
		display: block;
		/*text-align: center; padding: 6px 6px; border: solid 2px #fff; background-color: #333; box-sizing: border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box;*/
		/* transition */
		-webkit-transition-property:background;
		 -moz-transition-property:background;
		 -o-transition-property:background;
		 transition-property:background;
		 -webkit-transition-duration:0.5s;
		 -moz-transition-duration:0.5s;
		 -o-transition-duration:0.5s;
		 transition-duration:0.5s;
	}
	body .btReq a:hover {
		background-color: #e3e3e3;
	}
	body .btRes a:hover {
		background-color: #e3e3e3;
	}
	body .btReq a span,
	body .btRes a span {
		width: 100%; display: block;
/*
		padding-left: 14px; background-color: transparent; background-image: url(../imgs/icon-link01.png); background-repeat: no-repeat; background-position: left 50%; box-sizing: border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box;
*/
	}

/* tel */
	body .tel {
	    color: #fff;
	    font-family: 'Cantata One', serif;
	    letter-spacing: 0;
	}

	body .tel span[class^="icon"] {
	    display: inline-block;
	    font-size: 32px;
	    vertical-align: middle;
	    width: 45px;
	}

	body .tel {
	    display: inline-block;
	    color: #fff;
	    font-size: 28px;
	    text-decoration: none;
	    vertical-align: 6px;
	}

	@media only screen and (max-width: 960px) {
	    body .tel {
	        position: relative;
	    }

	    body .tel a {
	        position: absolute;
	        top: 0;
	        left: 0;
	        display: block;
	        width: 100%;
	        height: 100%;
	    }
	}

	.sp {
		display: none;
	}
@media only screen and (max-width:599px) {
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
}


/**
 * 4. Layout
 */

/*----------------------------------------------------------------------
Bulk renovation　start
----------------------------------------------------------------------*/
 /* gHeader */
 	body #gHeader {
		width: 100%;
		background: #fff;
		border-top: solid 1px #c3c1c3;
 	}
 	body #gHeader .wrapper {
		zoom: 1;
	}
	body #gHeader .wrapper:after {
		content:"."; display: block; height:0px; clear:both; line-height:0; visibility:hidden;
	}
@media only screen and (max-width:960px) {
}
	/** headLine **/
	body #gHeader #headLine {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		height: 75px;
		background: transparent;
		padding: 0;
		color: #333;
		border-bottom: 1px solid #c3c1c3;
	}
	body #gHeader #headLine .wrapper {
		height: 100%;
	}
	body #gHeader #headLine .logo {
		padding-top: 28px;
		float: left;
	}
	body #gHeader #headLine .shldrTxt {
		float: left; font-size: 10px; line-height: 15px;
		padding-top: 15px;
		padding-left: 20px;
	}
	body #gHeader #headLine #pNav {
		height: 100%;
		float: right;
		position: relative;
	}
	body #gHeader #headLine #pNav ul {
		height: 100%;
	}
	body #gHeader #headLine #pNav ul li {
		float: left; letter-spacing: 0;
		height: 100%;
	}
	body #gHeader #headLine #pNav ul li a {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		color: #fff; font-size: 12px; line-height: 15px; text-decoration: none;
		display: block;
		width: 100px;
		height: 100%;
		text-align: center;
		line-height: 75px;
		/* transition */
		-webkit-transition-property:background;
		-moz-transition-property:color;
		-o-transition-property:color;
		transition-property:color;
    	-webkit-transition: 0.5s;
    	-moz-transition: 0.5s;
    	-o-transition: 0.5s;
    	transition: 0.5s;
	}
	body #gHeader #headLine #pNav ul li.outline a {
			background: #e6e6e6;
    	border-left: 1px solid #dbdadb;
			color: #333;
    }
	body #gHeader #headLine #pNav ul li.top a {
		border-right: 1px solid #fff;
		border-left: 1px solid #fff;
	}
	body #gHeader #headLine #pNav ul li a:hover {
		opacity:0.7;
		-moz-opacity:0.7;
	}
	body #gHeader #headLine #pNav ul li .icon {
		font-size: 14px;
	}
	body #gHeader #headLine #pNav ul li .icon-rightarrow:before {
		vertical-align: middle;
		padding-right: 5px;
	}
	body #gHeader #headLine #pNav ul li.map a {
		border-right: solid 1px #c3c1c3;
		background-color: #755e59;
	}
	body #gHeader #headLine #pNav ul li.request a {
		background-color: #c73a1b;
		border-right: solid 1px #c3c1c3;
	}
	body #gHeader #headLine #pNav ul li.reserve a {
		background-color: #d01642;
	}
@media only screen and (max-width:960px) {
	body #headLine .wrapper {
		padding-right: 0;
	}
	body #gHeader #headLine .shldrTxt {
		display: none;
	}
	body #gHeader #headLine #pNav ul li a {
		width: 75px;
	}
}
@media only screen and (max-width:599px) {
	body #gHeader #headLine {
		display: none;
	}
}
	/** headMain **/
	body #gHeader #headMain {
		clear: both; padding: 30px 0;
	}
	body #gHeader #headMain .logo {
		float: left;
	}
	body #gHeader #headMain #hNav {
		float: right;
	}
	body #gHeader #headMain #hNav ul li {
		float: left; margin-left: 10px;
	}
	body #gHeader #headMain #hNav ul li.hContact {
		color: #fff; font-size: 10px; line-height: 15px; text-align: right; margin-right: 10px;
	}
	body #gHeader #headMain #hNav ul li.hContact .tel {
		font-size: 34px; padding: 8px 0 0 0; /*margin-bottom: 5px;*/
	}
	body #gHeader #headMain #hNav ul li.hContact .telCap {
		margin-bottom: 5px;
	}
	body #gHeader #headMain #hNav ul li.hContact .tel a {
		color: #fff;
	}
	body #gHeader #headMain #hNav ul li.btReq,
	body #gHeader #headMain #hNav ul li.btRes {
		min-width: 170px;
	}
	body #gHeader #headMain #hNav ul li.btReq a,
	body #gHeader #headMain #hNav ul li.btRes a {
		padding: 10px;
	}
	body #gHeader #headMain #hNav ul li.btReq img,
	body #gHeader #headMain #hNav ul li.btRes img {
		width: 128px; height: 27px;
	}
	body #gHeader #headMain #hNav ul li.btReq a span,
	body #gHeader #headMain #hNav ul li.btRes a span {
		background-size: 6px 7px;
	}
@media only screen and (max-width:960px) {
	body #gHeader #headMain .logo {
		margin-left: 10px;
	}
	body #gHeader #headMain #hNav ul li.btReq,
	body #gHeader #headMain #hNav ul li.btRes {
		display: none;
	}
}
@media only screen and (max-width:599px) {
	body #gHeader #headMain {
		display: none;
	}
}
	/** gNav **/
	body #gNav {
		 clear: both; text-align: center;; background-color: #fff;
	}
	body #gNav .wrapper {
		width: 1060px;
	}
	body #gNav ul {
		box-sizing: border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box; font-size: 0; line-height: 0; letter-spacing: -.40em; padding-top: 20px; padding-bottom: 10px; margin-left: -25px; margin-right: -25px;
	}
	body #gNav ul li {
		display: inline-block; margin-left: 20px; margin-right: 20px; text-align: center;
	}
	body #gNav ul li a {
		display: block;
		/* transition */
		 -webkit-transition-property:background;
		 -moz-transition-property:background;
		 -o-transition-property:background;
		 transition-property:background;
		 -webkit-transition-duration:0.7s;
		 -moz-transition-duration:0.7s;
		 -o-transition-duration:0.7s;
		 transition-duration:0.7s;
	}
	body #gNav ul li.off a {
		cursor: default;
		opacity:0.1;
		filter: alpha(opacity=10);
		-ms-filter: "alpha(opacity=10)";
		-moz-opacity:0.1;
		-khtml-opacity: 0.1;
		zoom:1;
		pointer-events: none;
	}
	body #gNav ul li.off a:hover,
	body #gNav ul li.off a.active {
		background-color: #666;
	}
	body #gNav ul li.btReq,
	body #gNav ul li.btRes,
	body #gNav ul li.btMap,
	body #gNav ul li.btOut {
		display: none;
	}
@media only screen and (max-width:960px) {
	body #gNav {
		margin-bottom: 0;
	}
	body #gNav .wrapper {
		padding-left: 0; padding-right: 0;
		width: 100%;
	}
	body #gNav ul {
		margin: 0; padding: 0; width: 100%; background-position: center top;
	}
	body #gNav ul li {
		margin-left: 0; margin-right: 0; letter-spacing: 2.5px; padding: 4px 0;
	}
	body #gNav ul li a {
		text-decoration: none; display: block; padding: 10px 15px; background-image: none;
		color: #000;
		 box-sizing: border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box;
	}
	body #gNav ul li.on a,
	body #gNav ul li a:hover,
	body #gNav ul li a.active {
		background-color: #856940; background-image: none;
	}
	body #gNav ul li a span {
		display: block; color: #000; font-size: 10px; line-height: 15px; font-family: Georgia, 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho ProN', 'MS P 明朝', 'MS PMincho', serif;
	}
	body #gNav ul li a span strong {
		color: #000; font-size: 12px; line-height: 20px;
	}
	body #gNav ul li.on a span strong,
	body #gNav ul li a:hover span strong,
	body #gNav ul li a.active span strong {
		color: #FFF;
	}
	body #gNav ul li img {
		display: none;
	}
}
@media only screen and (max-width:599px) {
	body #gNav {
		display: none;
		position: fixed;
		z-index: 9998;
		top: 104px;
		right: 0;
		width: 100%;
		padding: 0;
		border: none;
	    background-color: #666;
	}
	body #gNav ul {
		background: none;
		width: 100%;
		margin: 0;
		padding: 0;
	}
	body #gNav ul li {
		-webkit-box-sizing: border-box; -moz-box-sizing: border-box;　box-sizing: border-box;
		float: left; width: 50%; padding: 0; margin-left: 0; margin-right: 0; text-align: left; border-bottom: 1px solid #5c5554; border-right: 1px solid #5c5554; text-align: center;
	}
	body #gNav ul li:nth-child(even) {
		border-right: 0;
	}
	body #gNav ul li a {
		padding: 15px;
	}
	body #gNav ul li a span {
		color: #b3b3b3;
	}
	body #gNav ul li br {
		display: none;
	}
/*	body #gNav ul li.btReq,
	body #gNav ul li.btRes,*/
	body #gNav ul li.btMap,
	body #gNav ul li.btOut {
		display: block;
	}
	body #gNav ul li.btReq a span strong,
	body #gNav ul li.btRes a span strong {
		color: #fff;
	}
	body #gNav ul li.btReq a span,
	body #gNav ul li.btRes a span {
		background-image: none; padding-left: 0;
	}
	body #gNav ul li.btReq a,
	body #gNav ul li.btRes a {
		border: none;
	}
/* #overlay */
	#overlay {
        display: none; width: 100%; height:100%; text-align: center; position: fixed; top: 0; z-index: 100;   background-image: -webkit-linear-gradient(rgba(51,51,51,0.6), rgba(51,51,51,0.6));
  background-image: -moz-linear-gradient(rgba(51,51,51,0.6), rgba(0,0,0,0.7));
  background-image: -o-linear-gradient(rgba(51,51,51,0.6), rgba(0,0,0,0.7));
  background-image: -ms-linear-gradient(rgba(51,51,51,0.6), rgba(0,0,0,0.7));
  background-image: linear-gradient(rgba(51,51,51,0.6), rgba(0,0,0,0.7));
  }
}
/* .breadWrap */
.breadWrap {
    position: absolute;
    left: 50%;
    margin-left: -475px;
    padding-top: 10px;
    font-size: 10px;
    z-index: 99;
}
@media only screen and (max-width:599px) {
	.breadWrap {
    display: none;
	}
}

	/** #smpNav **/
	body #smpNav {
		display: none;
	}
@media only screen and (max-width:599px) {
	body #smpNav {
		display: block;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9999;
	}
   	#container {
        padding-top: 104px;
    }
	body #smpNav ul {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		height: 62px;
		border-bottom: 1px solid #606060;
		font-size: 0;
		letter-spacing: -0.4em;
	}
	body #smpNav li {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 20%;
		height: 100%;
		display: inline-block;
		letter-spacing: normal;
	}
	body #smpNav li#map { background-color: #755e59; }
	body #smpNav li#request { background-color: #c73a1b; }
	body #smpNav li#reserve { background-color: #d01642; }
	body #smpNav li#tell {
		background-color: #999;
/*
		border-right: 1px solid #4f4f4f;
*/
	}
	body #smpNav li#pull { background-color: #000; }

	body #smpNav li > a {
		display: block;
		width: 100%;
		height: 100%;
		color: #fff;
		letter-spacing: 0.1em;
		text-decoration: none;
		position: relative;
	}
	body #smpNav li#pull > a.close {
		display: none;
	}
	body #smpNav li#pull.active > a.close {
		display: block;
	}
	body #smpNav li#pull.active > a.open {
		display: none;
	}
	body #smpNav li > a > p {
		width: 100%;
	    position: absolute;
	    top: 50%;
	    left: 0;
	    -webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	    transform: translateY(-50%);
	}
	body #smpNav li .icon {
		display: block;
		font-size: 25px;
		text-align: center;
		margin-bottom: 5px;
	}
	body #smpNav li .txt {
		display: block;
		font-size: 9px;
		text-align: center;
		margin-bottom: 0;
	}
	body #smpNav #top {
		background-color: #000;
		border-bottom: 1px solid #606060;
	}
	body #smpNav #top a {
		display: block;
		width: 100%;
		padding-top: 12px;
		padding-bottom: 12px;
		color: #fff;
		font-size: 12px;
		text-decoration: none;
		text-align: center;
	}
	body #smpNav #top a .icon-icon01 {
		font-size: 12px;
	}
}
/*----------------------------------------------------------------------
Bulk renovation　end
----------------------------------------------------------------------*/


 /* container */
	body #container {
		text-align: left;
	}

/* mainContent */
	body #mainContent {
	    padding-top: 55px;
	    padding-bottom: 40px;
	}
/* movie */
	.section.movie {
		margin-bottom: 40px;
		text-align: center;
	}
	.section.movie a {
		transition: all .3s;
	}
	.section.movie a:hover {
		opacity: 0.8;
	}

/* contentsBox */
	body .contentsBox {
		background-color: #fff; padding: 30px;
	}
	body .contentsBox .ttl {
		padding-bottom: 13px; background-color: transparent; background-image: url(../imgs/bg-ttl.png); background-repeat: no-repeat; background-position: left bottom;
	}

	/** contentFooter **/
	body #contentFooter {
		clear: both; color: #000; font-size: 12px; line-height: 18px; background-color: #fff;
		padding-top: 40px;
/*
		border-top: 1px solid #4c4c4c; border-bottom: 1px solid #4c4c4c; padding: 20px 0;
*/
	}
	body #contNav {
		text-align: center; font-size: 0; line-height: 0; letter-spacing: -.40em;
/*
		padding-bottom: 30px;
*/
	}
	body #contNav ul li {
		display: inline-block; padding-top: 15px; margin-left: 14px; margin-right: 14px;
	}
	body #contNav ul li a {
/*
		min-width: 220px; min-height: 60px; padding: 15px;
*/
	}
	body #contentFooter #summaryArea {
		margin-top: -7px;
		border-top: 1px solid #e9e9e9;
		border-bottom: 1px solid #e9e9e9;
		padding-top: 25px;
		padding-bottom: 25px;
		font-size: 12px;
	}
	body #contentFooter #summaryArea h4 {
		color: #99885c; font-size: 18px; margin-bottom: 10px; font-family: Georgia, 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho ProN', 'MS P 明朝', 'MS PMincho', serif;
		text-align: center;
	}


 /* gFooter */
	body #gFooter {
		clear: both; padding: 30px 0; background-color: #fff;
	}
	body #gFooter #bnrArea {
		text-align: center; margin-bottom: 30px;
	}
	body #gFooter #bnrArea ul li {
		display: inline-block;
	}

	/** fNav **/
	body #gFooter #fNav {
		margin-bottom: 30px; color: #fff; font-size: 12px; line-height: 18px; text-align: center; line-height: 1.3; vertical-align: baseline;  zoom:1;
	}
	body #gFooter #fNav:after{ content : ''; display : block; clear : both; }
	body #gFooter #fNav li {
		display: inline-block; letter-spacing: 1px; margin-right: 0.9em; border-right-width: 1px; border-right-style: solid; border-right-color: inherit; padding-right: 0.8em;
	}
	body #gFooter #fNav li.last {
		margin-right: 0; border-right: 0; padding-right: 0;
	}
	body #gFooter #fNav a {
		color: #fff; text-decoration: none; position: relative;
	}
	body #gFooter #fNav a:hover,
	body #gFooter #fNav .on a {
		color: #b38749;
	}
	body #gFooter #fNav a:hover:before {
		visibility: visible;
		transform: scaleX(1);
		-webkit-transform: scaleX(1);
	}
	body #gFooter #fNav a:before {
		background-color: #b38749; bottom: -5px; content: ""; position: absolute; width: 100%; height: 2px; left: 0; visibility: hidden;
		/* transition */
		transform: scaleX(0);
		-webkit-transform: scaleX(0);
		transition: all .2s ease-in-out 0s;
		-webkit-transition: all .2s ease-in-out 0s;
	}
	body #gFooter #fNav li.off a,
	body #gFooter #fNav li.off a:hover {
		color: #888;
		cursor: default;
	}
	body #gFooter #fNav li.off a:before {
		display: none;
	}
	body #gFooter #fNav strong {
		font-weight: bold;
	}
	body #gFooter #fNav span {
		color: #e0e0e0;
	}

	/** contactArea **/
	body #gFooter #contactArea {
		clear: both; position: relative; background-color: #fff; border: 1px solid #53322b; zoom: 1; color: #666; font-size: 10px; line-height: 15px;
	}
	body #gFooter #contactArea:after { content:"."; display: block; height:0px; clear:both; line-height:0; visibility:hidden; }
	body #gFooter #contactArea .contactTtl {
		float: left; width: 25%; padding: 40px 20px 0; background-color: #53322b; color: #fff; text-align: center; font-family: Georgia, 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho ProN', 'MS P 明朝', 'MS PMincho', serif; box-sizing: border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box;
	}
	body #gFooter #contactArea .contactTtl strong {
		font-family: 'Cantata One', serif; font-size: 18px; line-height: 20px; letter-spacing: 2px; background-color: transparent; background-image: url(../imgs/icon-contact.png); background-repeat: no-repeat; background-position: center top; padding-top: 25px;
	}
	body #gFooter #contactArea .inner {
		display: table; float: right; width: 75%; background-color: #fff; padding: 20px; box-sizing: border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box;
	}
	body #gFooter #contactArea .addressTxt {
		display: table-cell; vertical-align: middle; color: #302e26; font-size: 12px; line-height: 18px;
	}
	body #gFooter #contactArea .contactBox {
		float: right; text-align: right;
	}
	body #gFooter #contactArea .contactBox .tel {
		color: #53322b; font-size: 32px; /*margin-bottom: 10px;*/
	}
	body #gFooter #contactArea .contactBox .telCap {
		margin-bottom: 10px;
	}
	body #gFooter #contactArea .contactBox .tel a {
		color: #1f4c82;
	}

/* footerInfo */
	body #footerInfo {
		padding: 10px 0; background-color: #dc4701; color: #fff; font-size: 14px; line-height: 20px;
	}

	/** pagetop **/
	body .pagetop {
		text-align: right; position: fixed; right: 10px; bottom: 0; z-index: 200; width: 60px; height: 60px;
	}
	body .pagetop a {
		display: block; font-size: 60px; color: #666; text-decoration: none;
		/* transition */
		-webkit-transition: All 0.5s ease;
		-moz-transition: All 0.5s ease;
		-o-transition: All 0.5s ease;
		-ms-transition: All 0.5s ease;
		transition: All 0.5s ease;
	}
	body .pagetop a span {
		width: 60px; height: 60px; display: inline-block;
	}
	body .pagetop a:hover {
		color: #e3e3e3;
	}

/* copyArea */
	body #copyArea {
		position: relative; clear: both; padding: 20px 0;
	}
	/* bnr-Hoosumai */
	body #copyArea .bnr-Hoosumai {
		zoom: 1; position: relative; padding: 13px 20px 10px 194px; margin-bottom: 5px; background-color: #000; background-image: url(../imgs/bg-hoosumaibnr.jpg); background-repeat: no-repeat; background-position: 0 50%; background-size: 165px; color: #a6a6a6; font-size: 10px; line-height: 15px; -moz-border-radius: 0.5em; -webkit-border-radius: 0.5em; -o-border-radius: 0.5em; -ms-border-radius: 0.5em; box-sizing: border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box; cursor: pointer;
		/* transition */
		-webkit-transition: all .3s;
		transition: all .3s;
	}
	body #copyArea .bnr-Hoosumai:after { content:"."; display: block; height:0px; clear:both; line-height:0; visibility:hidden; }
	body #copyArea .bnr-Hoosumai:hover {
		background-color: #333; background-position: 0 10%; color: #fff;
	}
	body #copyArea .bnr-Hoosumai .txt {
		float: left;
	}
	body #copyArea .bnr-Hoosumai .txt a {
		color: #fff;
		text-decoration: none;
	}
	body #copyArea .bnr-Hoosumai .bnr {
		float: right;
	}
	body #copyArea .bnr-Hoosumai .bnr a {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		padding: 10px;
		text-align: right;
		box-sizing: border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box;
	}
	body #copyArea .hoo-sumai-txtlink {
		text-align: right;
		margin-bottom: 20px;
		font-size: 10px;
		line-height: 15px;
	}
	body #copyArea .hoo-sumai-txtlink a {
		color: #000;
	}

	/** bnr-Hoocorp **/
	body #copyArea .bnr-Hoocorp {
		clear: both; text-align: center;
	}
	body #copyArea .bnr-Hoocorp ul {
		margin-bottom: 30px;
	}
	body #copyArea .bnr-Hoocorp ul li {
		display: inline-block; text-align: left; font-size: 10px; line-height: 15px; margin-bottom: 10px; margin-left: 10px; margin-right: 10px;
	}
	body #copyArea .bnr-Hoocorp .copyright {
		clear: both; text-align: center; font-size: 10px; line-height: 15px; color: #666;
	}

	/* printNav */
	body .printNav {
		clear: both; text-align: center; font-size: 0; line-height: 0; letter-spacing: -.40em;
	}
	body .printNav ul li {
		display: inline-block;
	}
	body .printNav ul li a {
		display: inline-block; text-align: center; color: #fff; font-size: 12px; line-height: 18px; font-family:Helvetica, Arial, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif; vertical-align: top; letter-spacing: 2px; text-decoration: none;;
		/* transition */
		-webkit-transition: background-color .4s;
		transition: background-color .4s;
		box-sizing: border-box;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		-o-box-sizing:border-box;
	}
	body .printNav ul li a span {
		font-size: 24px; line-height: 20px; width: 100%; vertical-align: middle;
	}
	body .printNav ul li a:hover {
		background-color: rgb(12,12,12);
	}
	body .printNav ul li.btGmap {
		display: none;
	}

	.content_cvBtn {
		padding: 40px 0;
		background: #fbfbfb url(../imgs/bg-cv.jpg) no-repeat center right;
/*
		background: -moz-linear-gradient(left, #fcfeff, rgba(229,241,252,1));
		background: -webkit-gradient(linear, left top, right top, from(#fcfeff), to(rgba(229,241,252,1)));
*/
	}
	.content_cvBtn ul {
		text-align: center;
    	font-size: 0;
    	line-height: 0;
    	letter-spacing: -.40em;
	}
	.content_cvBtn li {
		display: inline-block;
    	margin-left: 10px;
    	margin-right: 10px;
	}
/* @media 599 START */
@media screen and (max-width: 667px) {
	.content_cvBtn {
		background: #fbfbfb url(../imgs/bg-cv.jpg) no-repeat center right;
		background-size: cover;
	}

	.content_cvBtn li {
		margin-bottom: 10px;
	}
}
/* @media 599 END */

	.dfTxt {
		text-align: left;
	}
	.acTxt {
		text-align: center;
	}
@media screen and (max-width: 599px) {
	.dfTxt {
		font-size: 12px;
	}
	.acTxt {
		text-align: left;
	}
}
