@charset "UTF-8";

/* オリジナルのレイアウト
----------------------------------------*/
body {
	color: #000000;
	font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝','Yu Mincho', '游明朝体', 'YuMincho', serif;
	font-size: 13px;
	*font-size: small;
	*font: x-small;
	line-height: 1.75;
	min-width: 1200px;
	height: 100%;
	-webkit-text-size-adjust: 100%;
}

@media only screen and (max-width: 767px) {
	body {
		height: 100%;
		min-width: 0;
	}
}

a {
	position: relative;
	text-decoration: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #000000;
}
a:link, a:visited {
	text-decoration: underline;
}
a:hover, a:active {
	text-decoration: underline;
}

a:hover {
	opacity: .6;
	-ms-filter: "alpha(opacity=60)"
}
a:hover:not(:target) {
	-ms-filter: none;
	filter: none;
}


/*表示
----------------------------------------*/
/* PCだけ表示 */
.visible_pc {
	display: block !important;
}
/* SPだけ表示 */
.visible_sp {
	display: none !important;
}

/* PCだけ表示 */
.visible_pc_inline {
	display: inline !important;
}
/* SPだけ表示 */
.visible_sp_inline {
	display: none !important;
}

@media only screen and (max-width: 767px) {
	/* PCだけ表示 */
	.visible_pc {
		display: none !important;
	}
	/* SPだけ表示 */
	.visible_sp {
		display: block !important;
	}

	/* PCだけ表示 */
	.visible_pc_inline {
		display: none !important;
	}
	/* SPだけ表示 */
	.visible_sp_inline {
		display: inline !important;
	}
	/* SPだけ改行 */
	.sp_br {
		display: block;
	}
	img {
		width: 100%;
		height: auto;
	
	}
	
	img.acms-admin-user-icon {
		width: 5%;
	}
	
}

/* SPでtel:
----------------------------------------*/
.txt_telno {
}

/*画像のfloat
----------------------------------------*/

.img_float_l {
	float: left;
	*display: inline;
	*zoom: 1;
	margin-right: 30px;
	z-index: 2;
}
.img_float_r {
	float: right;
	*display: inline;
	*zoom: 1;
	z-index: 2;
}
@media only screen and (max-width: 767px) {
	.img_float_l,
	.img_float_r {
		float: none;
		display: block;
		width: auto;
		max-width: 100%;
		height: auto;
		margin: 0 auto 10px;
	}
	.img_float_l img,
	.img_float_r img  {
		display: block;
		margin: 0 auto;
	}
}


/*color
----------------------------------------*/

.color_red { color: #f11717;}
.color_blue { color: #112bac; }
.color_geen { color: #50dd12; }
.color_orange { color: #ec6e00; }
.color_gray { color: #999999; }
.color_black { color: #000000; }


/* hr
----------------------------------------*/

hr {
	clear: both;
    border: none;
	border-top: solid 1px #cccccc;
    height: 1px;
    color: transparent;
    margin: 28px 0;
}

hr.clear {
	clear: both;
    border-bottom: none;
    height: 1px;
	color: transparent;
    margin: 0;
}


/*header
----------------------------------------*/
#header {
	width: 100%;
	background: #fff;
	padding: 0;
	overflow: hidden;
	position: fixed;
	z-index: 999;
	opacity: 0.95;
}


#header #logo {
	float: left;
	margin: 0 0 0 30px;
}

#header #logo img { width: 80%;}

#header .header_contents {
	position: absolute;
	right: 338px;
	top: 18px;
}

#header .header_contents .header_time {
	color: #1f1f1f;
	font-size: 0.702rem;
	line-height: 0.9rem;
	font-weight: bold;
	margin-top: 4px;
}

#header .sub_nav {
	position: absolute;
	top: 0;
	right: 32px;
}

.sub_nav .daiei {
	text-align: right;
	margin-top: 10px;
	line-height: 1.5;
}

#header .sub_nav .daiei img {
	width: 105px;
}

.sub_nav ul {
	display: flex;
}
.sub_nav ul li {
	float: left;
	text-align: center;
	font-size: 0.921rem;
	display: grid;
	align-items: center;
}

/*.sub_nav ul li + li {
	margin-left: 3px;
}*/


.sub_nav ul li a {
	width: auto;
	padding: 1em 1em;
	display: block;
	text-decoration: none;
}

.sub_nav ul li.request {
	margin-left: 2em;
}

.sub_nav ul li.request a {
	background:#3f48ba;
	color: #ffffff;
	padding: 1em 3em;
}

.sub_nav ul li.reserve a {
	background:#970540;
	color: #ffffff;
	padding: 1em 3em;
}


#header #gnav {
	clear: both;
	background:#ffffff;
}

#header #gnav ul {
	width: 1037px;
	margin: 0 auto 4px;
	padding-bottom: 0px;
	overflow: hidden;
}

#header #gnav ul li {
	float: left;
	border-right: solid 1px #ddd;
		width: 113px;
	padding: 9px 0 9px 0;
}

#header #gnav ul li:first-child {
	border-left: solid 1px #ddd;
}

#header #gnav ul li a {
	display: block;
	width: 113px;
	/*width: 215px; */
	/* width: 343px; */

	text-decoration: none;
}

#header #gnav ul li.current a {
	background: -moz-linear-gradient(top, #2f5ba6 0, #074080 100%);
	background: -webkit-linear-gradient(top, #2f5ba6 0, #074080 100%);
	background: -o-linear-gradient(top, #2f5ba6 0, #074080 100%);
	background: linear-gradient(to bottom, #2f5ba6 0, #074080 100%);
}

#header #gnav ul li a img {
	margin: 0 auto;
	display: block;
}

.selector {
  font-feature-settings : "palt";
}

#header #gnav ul li p {
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	text-align: center;
	color: #333;
	font-size: 0.921rem;
	line-height: 1.2rem;
}


#header #gnav:before {
	content: "";
	position: absolute;
    left: 0;
    right: 0;
    height: 5px;
    top: -6px;
    display: block;
}

#btn_menu,
#header #sp_gnav {
	display: none;
}

@media only screen and (max-width: 767px) {
	#header {
		padding: 10px 0 0.781%;
		background-size: 100% auto;
		z-index: 110;
		overflow: visible;
	}

	#header #logo {
		float: none;
		margin: 0 0 0 4.687%;
		z-index: 2;
		width: 50%;
	}

	#btn_menu {
		display: block;
		position: absolute;
		top: 8%;
		right: 4.531%;
		width: 11.49%;
		z-index: 2;
		background: url("../img/common/btn_close.png") no-repeat;
		background-size: 100% auto;
	}

	#btn_menu.open img {
    	visibility: hidden;
	}

	#header .header_contents {
		position: absolute;
		right: 19.062%;
		top: 22.6%;
		width: 11.49%;
	}

	#btn_menu a,
	#header .header_contents a,
	#btn_menu img,
	#header .header_contents img,
	#header #logo img {
		display: block;
	}

	#header .sub_nav {
		float: none;
		margin-top: 10px;
		margin-bottom: 7px;
		padding-right: 0;
		/* margin-left: 15.243%;*/
		margin-left: 0;
		position: static;
	}

	#header .sub_nav ul {
		flex-wrap: wrap;
		margin-bottom: -8px;
	}

	#header .sub_nav li {
		width: 50%;
		margin-left: 0 !important;
	}

	.sub_nav .daiei {
		position: absolute;
		top: 10px;
		left: 4.687%;
		width: 21.093%;
		margin: 0;
		z-index: 2;
	}

	#header .sub_nav .daiei img {
		width: 100%;
		display: block;
	}

	.sub_nav ul li {
		width: 41.028%;
	}

	.sub_nav ul li + li {
		margin-left: 2.5px;
	}

	.sub_nav ul li a {
		width: auto;
		padding: 3.5% 0 3.5% 0;
	}

	.sub_nav ul li a img {
		width: 55.16%;
	}

	#header #gnav {
		display: none;
	}

	#header #sp_gnav {
		display: none;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		background: #ffffff;
		padding-top: 10px;
	}

	#header #sp_gnav ul {
		margin: 20px 0 27px;
		padding-top: 11.406%;
		display: flex;
		flex-wrap: wrap;
	}

	#header #sp_gnav ul:before,
	#header #sp_gnav .col_box + .col_box:before {
		content: "";
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		padding-top: 0.862%;
		background: #abb7b9;
	}

	#header #sp_gnav ul:after,
	#header #sp_gnav .col_box + .col_box:after {
		content: "";
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		padding-top: 0.862%;
		background: #666 url("../img/common/img_line01_sp.png") no-repeat center top;
		background-size: 62.586% 100%;
	}

	#header #sp_gnav ul li {
    	border-top: solid 1px #CACBCC;
		width: 50%;
	}
	
	#header #sp_gnav ul li:nth-child(odd) {
    	border-right: solid 1px #CACBCC;
	}

	#header #sp_gnav ul li a {
    	color: #000;
    	text-align: center;
    	display: block;
		text-decoration: none;
    	font-size: 100%;
    	padding: 1em 0.25em;
	}
	
	#header #sp_gnav ul li a:after {
  content: '';
  width: 8px;
  height: 8px;
  border-top: 2px solid #b4b4b4;
  border-right: 2px solid #b4b4b4;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 46%;
  right: 20px;
  border-radius: 1px;
  transition: 0.3s ease-in-out;
	}
	

	#header #sp_gnav .col_box {
		margin: 0 4.687%;
		color: #fff;
	}

	#header #sp_gnav .col_box p a {
	display:block;
    color: #ffffff;
    padding: 1em 3em;
	width: 90%;
	margin: 1em auto;
	text-align: center;
	text-decoration: none;
	font-size: 110%;
	}

	#header #sp_gnav .col_box p.reserve a {
	background: #970540;
	}
	
	
	#header #sp_gnav .col_box p.request a {
	background: #3f48ba;
	margin: 0 auto 1em;
	}


	#header #sp_gnav .col_box + .col_box {
    	margin-top: 20px;
    	padding-bottom: 24px;
	}

}

/*pagetitle
----------------------------------------*/
#pagetitle {
  margin: 120px auto 40px;
  padding: 20px;
  width: 100%;
  min-height: 160px;
  background-image: linear-gradient(rgba(0,0,0,0.40),rgba(0,0,0,0.40)),url(https://mail.fudosan.cloud/contents/campaign/30B3953F34/58503/upload/header2.jpg?u=1coNZZ);
  background-repeat: no-repeat;
  background-size: cover;
  background-clip: border-box;
  background-position: 0 60%;
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
  font-weight: bold;
  display: grid;
  place-items: center center;
}


#pagetitle h1 {
    padding: 0;
	font-size: 2rem;
	color: #ffffff;
    text-align: center;
	font-weight: normal;
	letter-spacing: 0.2em;
}

#pagetitle h1 p.eng {
	font-weight: normal !important;
	color: #ffffff;
    padding-top: 0px;
	font-size: 0.6rem;
	line-height: 0.7rem;
    text-align: center;
}


#pagetitle h1 img {
	margin: 0 auto;
}


@media screen and (max-width: 736px) {
	#pagetitle {
		height: auto;
		margin: 0 0 15px;
		border-top: solid 1px #C5C7C8;
		border-bottom: solid 1px #C5C7C8;
	}
	#pagetitle h1 {
		padding: 15px 10px;
		text-align: center;
		font-size: 138.5%;
		line-height: 1.2;
		color: #404040;
	}
}

/* トピックパス
----------------------------------------*/
.topicpath {
	padding: 9px 0;
	font-size: 12px;
	background: #dddcea;
}

.topicpath-list {
	width: 990px;
	list-style: none;
	margin: 0 auto;
	padding: 0 10px;
	box-sizing: border-box;
}

.topicpath-list a {
	text-decoration: underline;
}

.topicpath-item {
	display: inline;
	line-height: 1;
	margin: 0;
	padding: 0;
	background: none;
}

.topicpath-item + .topicpath-item:before {
	content: '\003e';
}

.topicpath-link {
	color: #666;
}

.topicpath-link:visited,
.topicpath-link:focus,
.topicpath-link:active {
	color: #666;
}

@media only screen and (max-width: 767px) {
	.topicpath {
		padding: 5px 4.687%;
		font-size: 10px;
	}
	.topicpath-list {
		width: auto;
	}
}



/*pagetop
----------------------------------------*/
#pagetop {
	
}

#pagetop a {
	position: absolute;
	right: 30px;
	bottom: 30px;
}

@media only screen and (max-width: 767px) {

	#pagetop a {
		display: block;
		right: 0;
		bottom: 100px;
		width: 12.0312%;
	}
}


/*fnav
----------------------------------------*/
#fnav {
	text-align: center;
	margin-top: 70px;
}

#fnav ul li {
	display: inline-block;
	font-size: 108%;
	color: #333;
}

#fnav ul li:after {
	content: "｜";
	margin: 0 9px 0 14px;
}

#fnav ul li:first-child:before {
	content: "｜";
	margin: 0 14px 0 9px;
}

#fnav ul li a {
	color: #333;
	text-decoration: underline;
}

@media only screen and (max-width: 767px) {
	#fnav {
		border-top: solid 1px #000;
		margin-top: 53px;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
	}

	#fnav:last-child {
    	position: static;
	}

	#fnav ul li {
		display: block;
		font-size: 93%;
		border-top: solid 1px #95907e;
	}

	#fnav ul li a {
		display: block;
		padding: 7px 0 6px;
        background: rgba(0,0,0,.5);
        color: #fff;
        text-decoration: none;
	}

	#fnav ul li:after,
	#fnav ul li:first-child:before,
	#fnav ul li:last-child {
		display: none;
	}
}

/*sunpark
----------------------------------------*/
.contants {
	/* background: #FFF url("../img/index/bg_01.jpg") no-repeat center top 310px; */
}

@media only screen and (max-width: 767px) {
	.contants {
		/* background: #FFF url("../img/index/bg_01.jpg") no-repeat center top 200px; */
	}
}


/*sunpark
----------------------------------------*/
#sunpark {
	border-top: solid 1px #b5a17f;
	border-bottom: solid 1px #b5a17f;
	-ms-filter:"progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#99FFFFFF,EndColorStr=#99FFFFFF)";
	background: rgba(255,255,255,.6);
	padding: 41px 0;
	margin-top: 48px;
}

#sunpark:not(:target) {
	-ms-filter: none;
	filter: none;
}

#sunpark .col2_block {
	width: 902px;
	margin: 0 auto;
}

#sunpark .col2_block .col_box {
	width: 404px;
    float: left;
}

#sunpark .col2_block .col_box + .col_box {
    float: right;
}

#sunpark .col2_block .col_box img {
	display: block;
	margin: 0 auto;
}

#sunpark .col2_block .col_box .img {
	margin-left: 2px;
}

#sunpark .col2_block .col_box .btn {
	margin-top: 21px;
	margin-left: 1px;
}

#sunpark .col2_block .col_box .btn a {
	width: 383px;
	display: block;
	margin: 0 auto;
}

@media only screen and (max-width: 767px) {
	#sunpark {
		padding: 20px 0;
		margin-top: 0;
	}

	#sunpark .col2_block {
		width: auto;
	}

	#sunpark .col2_block .col_box {
		width: 87.5%;
		margin: 0 auto;
	    float: none;
	}

	#sunpark .col2_block .col_box + .col_box {
	    float: none;
	    margin-top: 20px;
	}

	#sunpark .col2_block .col_box .img {
		margin-left: 0;
	}

	#sunpark .col2_block .col_box .btn {
		margin-top: 21px;
		margin-left: 0;
	}

	#sunpark .col2_block .col_box .btn a {
		width: auto;
		display: block;
		margin: 0 auto;
	}
}


/*footer
----------------------------------------*/
#footer {
	background: #fff;
	text-align: center;
	border-top: 1px solid #c3c4cd;
}

#footer h2 {
	font-size: 1rem;
}

#footer .flogo {
	padding: 55px 0 0;
	text-align: center;
}

#footer .copytext {
	margin: 1em 0 2em;
	line-height: 1.5;
	font-size: 0.9rem;
}

#footer .time {
	font-size: 1rem;
	line-height: 1.6;
	margin-bottom: 2em;
}

#footer .tel {
	font-size: 1.8rem;
	line-height: 1.6;
	white-space: nowrap;
	margin: 0.3em auto;
}

#footer .footer_contact {
	width: 343px;
	float: right;
	margin: 54px 342px 0 0;
	color: #fff;
	font-size: 93%;
	line-height: 1.5;
}

#footer .footer_contact .footer_time {
	color: #1f1f1f;
	font-size: 0.702rem;
	line-height: 0.9rem;
	font-weight: bold;
	margin-top: 2px;
}

#footer .footer_contact .txt {
	margin-top: 9px;
	color: #000;
}

#footer .footer_contact .tel {
	margin-bottom: 2px;
}

#footer .footer_contact .time img {
	width: 301px;
	height: 33px;
}

#footer .footer_contact p img {
	margin-left: 1px;
}

#footer .sub_nav {
	position: absolute;
	right: 30px;
	top: 54px;
}

#footer .sub_nav .daiei {
	margin: 20px 4px 0 0;
}

#footer .sub_nav .daiei img {
	width: 160px;
}

@media only screen and (max-width: 767px) {
	#footer {
		padding: 27px 0 42px;
	}

	#footer:before {
		height: 0;
		padding-top: 0.781%;
	}

	#footer:after {
		height: 0;
		padding-top: 0.781%;
		background: url("../img/common/img_line01_sp.png") no-repeat center top;
		background-size: 56.718% 100%;
	}

	#footer .flogo {
		margin: 0 25.62%;
		padding: 0;
		float: none;
		width: 49%;
	}

	#footer .footer_contact {
		width: auto;
		float: none;
		margin: 16px 0 0;
		font-size: 100%;
	}

	#footer .footer_contact .txt {
		margin-top: 10px;
		font-size: 61.5%;
		text-align: center;
		line-height: 1.6;
	}

	#footer .footer_contact .tel {
		width: auto;
        margin: 0 24.062% 0 23.593%;
	}

	#footer .footer_contact .btn a {
		width: 43.75%;
		margin: 12px auto 10px;
		padding: 3px 0;
		display: block;
		background: #a08400;
		color: #fff;
		text-align: center;
		border-radius: 3px;
		font-size: 93%;
	}

	#footer .footer_contact .btn a:hover {
    	text-decoration: none;
	}

	#footer .footer_contact .time img {
		width: 66.406%;
	    height: auto;
	    display: block;
	    margin: 0 auto;
	}

	#footer .sub_nav {
    	position: static;
    	margin-top: 13px;
		margin-left: 15.4%;
	}

	#footer .sub_nav ul li {
		width: 40.028%;
	}

	#footer .sub_nav ul li a {
		width: auto;
		padding: 3.6% 0 3.5% 0;
	}

	#footer .sub_nav ul li a img {
		width: 55%;
	}

	#footer .sub_nav .daiei {
		width: 49.93%;
    	position: static;
		margin: 15px 0 0 16.3%;
	}

	#footer .sub_nav .daiei img {
		width: 100%;
		display: block;
	}
}


/*ttl_page
----------------------------------------*/
.ttl_page {
	background: url("../img/common/bg_ttl_page.png");
	padding: 28px 0 26px;
	border-bottom: solid 1px #b5a17f;
}

.ttl_page img {
	display: block;
	margin: 0 auto;
}

@media only screen and (max-width: 767px) {
	.ttl_page {
		background-size: 0.937% auto;
		padding: 15px 0;
	}
	
	.ttl_page img {
		width: 21.875%;
	}
}


/*title
----------------------------------------*/
#contants h2 img {
	display: block;
	margin: 0 auto;
}


/*text
----------------------------------------*/
.txt_midashi1 {
	margin-bottom: 53px;
}

.txt_midashi2 {
	margin-bottom: 38px;
}

@media only screen and (max-width: 767px) {
	.txt_midashi1 {
		margin-bottom: 25px;
	}

	.txt_midashi2 {
		margin-bottom: 20px;
	}
}




/*container
----------------------------------------*/
#contents {
	position: relative;
	margin: 0 auto;
}

.container {
	width: 960px;
	/* margin: 0 auto 60px; 初期 */
	margin: 0 auto 30px;
	position: relative;
	zoom: 1;
}

.container:after {
	content: "";  
	display: block; 
	visibility: hidden; 
	clear: both; 
	height: 0.1px; 
	font-size: 0.1em; 
	line-height: 0;
}

@media screen and (max-width: 736px) {
	#contents {
		background: none;
	}
	
	.container {
		width: auto;
		/* margin: 0 4.6875% 20px; 初期 */
		margin: 0 4.6875% 0px;
		padding: 0;
	}

	#main {
		width: auto;
		float: none;
	}
	
	#sub {
		width: auto;
		float: none;
	}
}


/*plan
----------------------------------------*/
.plan-image-auto {
	display: flex;
	flex-wrap: wrap;
	gap: 2%;
}

.plan-image-auto a {
	width: 49%;
	margin-bottom: 10px;
}

@media screen and (max-width: 736px) {
	.plan-image-auto { flex-direction: column; }
	.plan-image-auto a {
		width: 100%;
	}
}

.plan_link { 
	text-align: center;
	font-size: 1rem;
}

/*mantion_gallary
----------------------------------------*/
#mantion_gallary {
	margin: 0 0 50px;
}
#mantion_gallary img {
	display: block;
	margin: 0 auto;
}
#mantion_gallary h2 {
	background: url("../img/common/h2Background.jpg");
	position: relative;
	color: #333333;
	font-size: 162%;
	line-height: 1.2;
	font-weight: 200;
	padding: 10px 25px 9px;
	margin-bottom: 20px;
	overflow: hidden;
}
#mantion_gallary .ph {
	margin-bottom: 20px;
}
#mantion_gallary .tel {
	width: 286px;
	float: left;
}
#mantion_gallary ul {
	float: right;
	margin: 0;
	padding: 0;
}
#mantion_gallary ul li {
	float: left;
	margin: 0;
	padding: 0;
}
#mantion_gallary ul li:before {
	display: none !important;
}
#mantion_gallary ul li.yoyaku {
	margin-right: 12px;
}
p.asterisk {
	margin-left: 1em;
	text-indent: -1em;
	font-size: 83%;
	line-height: 1.7142;
	color: #666666;
}

@media screen and (max-width: 736px) {
	#mantion_gallary {
		margin: 0 0 20px;
	}
	#mantion_gallary .spsize img {
	width: 64%;
	display: block;
	margin: 0 auto;
	}
	#mantion_gallary h2 {
		font-size: 138.5%;
		margin: 0 0 20px 0;
	}
	#mantion_gallary .tel,
	#mantion_gallary ul,
	#mantion_gallary ul li {
		width: auto;
		float: none;
	}
	#mantion_gallary .tel {
		margin: 0 0 20px;
	}
	
	#mantion_gallary ul li,
	#mantion_gallary ul li.yoyaku {
		margin: 0 0 10px;
	}

	p.asterisk {
	font-size: 72%;
	line-height: 1.2142;
	}
}


/* 20161102追加 */

/* secReserveBtm */
#secReserveBtm{
	width:1200px;
	margin:0 auto 100px;
}
#secReserveBtm a{
	display:block;
}
#secReserveBtm a:hover{
	filter:alpha(opacity=80);opacity:0.8;
}
#secReserveBtm .txt{
	width:650px;
	float:left;
}
#secReserveBtm .boxImg{
	width:550px;
	float:left;
}
@media only screen and (max-width:736px){
	#secReserveBtm{
		width:93.75%;
		margin:0 auto 30px;
	}
	#secReserveBtm .txt{
		width:100%;
		float:none;
	}
	#secReserveBtm .boxImg{
		display:none;
	}
}



/* secCatalogBtm */
#secCatalogBtm{
	width:100%;
	height:400px;	
	padding:20px 0 0;		
	position:relative;
	overflow:hidden;	
}
#secCatalogBtm a{
	display:block;
	width:2000px;
	height:400px;
	background:url("../img/common/bg_catalog.jpg") center top no-repeat;			
	position:absolute;
	left:50%;	
	margin-left:-1000px;	
}


#secCatalogBtm a:hover{
	filter:alpha(opacity=80);opacity:0.8;
}
#secCatalogBtm .wrapper{
	width:1200px;
	margin:0 auto;
	position:relative;		
}
#secCatalogBtm .btn{
	padding:0 40px 27px;
}
#secCatalogBtm .txt{
	padding:88px 40px 20px;
}
#secCatalogBtm .txtNum{
	position:absolute;
	top:-20px;
	right:0;
	z-index:2;
}
@media only screen and (max-width:736px){
	#secCatalogBtm_sp{
		width:100%;
		height:auto;		
		padding:0;
		display:block;
		line-height: 0;		
						
	}
	#secCatalogBtm_sp.img{
		display:block;
		line-height: 0;		
	}	
	
	
	#secCatalogBtm_sp a{
		width:100%;
		height:auto;
		position:static;
		margin-left:0;
		line-height: 0;		
		
	}
	#secCatalogBtm_sp a:hover{
	filter:alpha(opacity=80);opacity:0.8;
}
	.imgR{
		width:100%;
		height:auto;		
	}


}



/*footer_nav（PC）
----------------------------------------*/
#footerbox {
	background: #000;
	overflow: hidden;
	padding: 0 0 102px;
}


#footer_nav {
	background: #f3f1f3;
	/* min-height: 274px; */
	min-height: 115px; 
}
#footer_nav nav {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
	*zoom: 1; 
}
#footer_nav nav .box {
	padding: 35px 0;
	width: 192px;
	float: left; 
}
#footer_nav nav .box li {
	font-size: 12px;
	padding-top: 10px; 
}
#footer_nav nav .box li a {
	color: #000; 
}


/*サイド固定
----------------------------------------*/
#side_fixed {
	display: block;
	position: fixed;
	top: 50%;
	right: 0;
	text-align: right;
	margin-top: -300px;
	z-index: 100000;
}

#side_fixed li {
	margin-top: 1px;
	margin-bottom: 1px;
	z-index: 100;
	list-style-type: none;	
}

@media screen and (max-width: 736px) {
	#side_fixed {
		display: none;
	}
}



.fa-top_icon {
  margin: 0px 4.5% 0 -0.59%; 
  }




/*管理画面のトグルボタン調整用
----------------------------------------*/

button, input[type="button"], input[type="reset"], input[type="submit"] {
    z-index: 10;
}
