@charset "UTF-8";

/* *******************************************************************************************
* 
*	Common
*
******************************************************************************************* */

.pc{ display: block;}
.sp{ display: none;}
.mincho{
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
html{
	overflow: auto;
}
body.fixed{
	overflow: hidden;
}

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

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

.astHeader{
	position: relative;
}
.astHeader_nav{
	min-width: 1280px;
	height: 52px;
	border-bottom: 1px solid #dbdbdb;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}

/* ----------------------------- メニュー ----------------------------- */

.astHeader_pcNav{
	width: 100%;
}
.astHeader_pcNav_item{
	float: left;
	width: 16%;
}
.astHeader_pcNav_item.pcNavItem-2,
.astHeader_pcNav_item.pcNavItem-3,
.astHeader_pcNav_item.pcNavItem-4,
.astHeader_pcNav_item.pcNavItem-5{
	width: 17%;
}
.astHeader_pcNav_item a{
	position: relative;
	display: block;
	padding-top: 20px;
	width: 100%;
	height: 52px;
	color: #40211d;
	font-size: 15px;
	line-height: 1em;
	text-align: center;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
.astHeader_pcNav_item a:after{
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	width: 1px;
	height: 51px;
	background: #fff url(../img/dline_pcnav_item.gif) 0 0 no-repeat;
	z-index: 6;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}
.astHeader_pcNav_item.pcNavItem-6 a:after{
	background: none;
}
.astHeader_pcNav_item a.nav-active:after{
	left: -1px;
	height: 52px;
	background: #f06e5c;
}
.astHeader_pcNav_item a.current{
	color: #e55c49;
}
.astHeader_pcNav_item a.current:before{
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: #f06e5c;
	z-index: 6;
}
.astHeader_pcNav_item a.nav-active{
	color: #fff;
	background: #f06e5c;
}

/* ----------------------------- サブメニュー ----------------------------- */

.subMenu{
	position: absolute;
	top: 52px;
	left: 0px;
	width: 100%;
	min-width: 1280px;
	background: #f06e5c;
	overflow: hidden;
	opacity: 0;
	z-index: 998;
}
.subMenu_inner{
	padding: 50px 60px;
}
.subMenu_clm{
}
.subMenu_clm_list,.subMenu_clm_bnr{
	float: left;
	padding-right: 32px;
	width: 25%;
	line-height: 0;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
.subMenu_clm_list_item{
	display: block;
	margin-bottom: 32px;
}
.subMenu_clm_list_item:last-child{
	margin-bottom: 0;
}
.subMenu_clm_list_item a{
	display: inline-block;
	padding-left: 20px;
	color: #fff;
	font-size: 14px;
	line-height: 1em;
	letter-spacing: -0.04em;
	background: url(../img/ic_link_arrow_r_wt.png) 0 center no-repeat;
	background-size: 11px auto;
}
.subMenu_clm_bnr_item{
	display: block;
	width: 266px;
	margin-bottom: 16px;
}

/* ----------------------------- ヘッダーメイン ----------------------------- */

.astHeader_main{
	min-width: 1280px;
	height: 108px;
	background: #fff;
}
.astHeader_main_logo{
	float: left;
	width: 50%;
}
.astHeader_main_logo a{
	display: block;
	padding-top: 22px;
	padding-left: 60px;
	width: 285px;
}
.astHeader_main_link{
	float: right;
	width: 50%;
}
.astHeader_main_link_list{
	float: right;
	width: 215px;
}
.astHeader_main_link_list_item{
	float: left;
	width: 107px;
}
.astHeader_main_link_list_item.item-reservation{
	width: 108px;
}
.astHeader_main_link_list_item a{
	display: block;
	padding-top: 23px;
	height: 108px;
	color: #fff;
	font-size: 18px;
	line-height: 1em;
	text-align: center;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
.astHeader_main_link_list_item.item-reservation a{
	background: #f06e5c;
}
.astHeader_main_link_list_item.item-reservation a span{
	display: inline-block;
	padding-top: 48px;
	background: url(../img/ic_reservation_pc.png) center 2px no-repeat;
	background-size: 40px auto;
}
.astHeader_main_link_list_item.item-access a{
	background: #755954;
}
.astHeader_main_link_list_item.item-access a span{
	display: inline-block;
	padding-top: 48px;
	background: url(../img/ic_access_pc.png) center 0 no-repeat;
	background-size: 18px auto;
}
.astHeader_main_link_list_item.item-reservation a:hover{
	background: #f8b7ae;
}
.astHeader_main_link_list_item.item-access a:hover{
	background: #baacaa;
}
.astHeader_main_link_tel{
	float: right;
	padding-top: 17px;
	padding-right: 22px;
	width: 276px;
}

@media screen and (max-width : 768px){
	.astHeader{
		min-width: 320px;
	}
	.astHeader_top{
		height: 42px;
	}
	.astHeader_top_link{
		padding-right: 42px;
	    -webkit-box-sizing:border-box;
	    -moz-box-sizing:border-box;
	    box-sizing:border-box;
	}
	.astHeader_top_link_item{
		float: left;
		width: 50%;
	}
	.astHeader_top_link_item a{
		display: block;
		height: 42px;
		padding-top: 9px;
		font-size: 14px;
		line-height: 1em;
		text-align: center;
	    -webkit-box-sizing:border-box;
	    -moz-box-sizing:border-box;
	    box-sizing:border-box;
	}
	.astHeader_top_link_item.item-reservation a{
		position: relative;
		color: #e55c49;
		background: #fceeeb;
	}
	.astHeader_top_link_item.item-reservation a:after{
		position: absolute;
		content: '';
		top: 0;
		right: 0;
		width: 1px;
		height: 42px;
		background: #f5c8c2;
	}
	.astHeader_top_link_item.item-reservation a span{
		display: inline-block;
		padding: 6px 0;
		padding-left: 41px;
		background: url(../img/ic_reservation_sp.png) 0 center no-repeat;
		background-size: 30px auto;
	}
	.astHeader_top_link_item.item-access a{
		color: #40211d;
		background: #f2f0f0;
	}
	.astHeader_top_link_item.item-access a span{
		display: inline-block;
		padding: 6px 0;
		padding-left: 24px;
		background: url(../img/ic_access_sp.png) 0 center no-repeat;
		background-size: 13px auto;
	}
	#navBar{
		position: absolute;
		top: 0;
		right: 0;
		width: 42px;
		height: 42px;
		background: #f06e5c;
		z-index: 999;
	}
	#navBar.fixed{
		position: fixed;
	}
	.navBar_top,.navBar_mid,.navBar_btm{
		-webkit-transition: all .4s ease;
		-moz-transition: all .4s ease;
		-ms-transition: all .4s ease;
	    transition: all .4s ease;
	}
	.navBar_top{
	    display: block;
	    position: absolute;
	    top: 13px;
	    left: 13px;
	    width: 16px;
	    height: 2px;
	    background: #fff;
		-webkit-border-radius: 1px;
		-moz-border-radius: 1px;
		border-radius: 1px;
	}
	.navBar_mid{
	    display: block;
	    position: absolute;
	    top: 20px;
	    left: 13px;
	    width: 16px;
	    height: 2px;
	    background: #fff;
		-webkit-border-radius: 1px;
		-moz-border-radius: 1px;
		border-radius: 1px;
	}
	.navBar_btm{
	    display: block;
	    position: absolute;
	    top: 27px;
	    left: 13px;
	    width: 16px;
	    height: 2px;
	    background: #fff;
		-webkit-border-radius: 1px;
		-moz-border-radius: 1px;
		border-radius: 1px;
	}
	.navBar-active .navBar_top{
	    -webkit-transform: rotate(45deg);
	    transform: rotate(45deg);
	    margin: 8px 0 0 -2px;
	    width: 20px;
	}
	.navBar-active .navBar_mid{
	    -webkit-transform: rotate(-45deg);
	    transform: rotate(-45deg);
	    margin: 1px 0 0 -2px;
	    width: 20px;
	}
	.navBar-active .navBar_btm{
	    opacity: 0;
	    margin: 5px 0 0 0;
	}

	/* ----------------------------- フローティングメニュー ----------------------------- */

	#spMenuOverlay{
	    position: fixed;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 150%;
	    background: #f06e5c;
		z-index: 997;
		opacity: 0;
	}
	#spMenu{
	    position: absolute;
	    top: 0;
	    left: 0;
	    padding-top: 42px;
	    width: 100%;
	    background: #f06e5c;
		z-index: 998;
		opacity: 0;
	}
	#spMenu.fixed{
	    position: fixed;
	}
	.spMenu_clm_item a{
		display: block;
		padding: 15px 20px;
		height: 45px;
		color: #fff;
		font-size: 14px;
		line-height: 15px;
		border-bottom: 1px solid #f59a8d;
	    -webkit-box-sizing:border-box;
	    -moz-box-sizing:border-box;
	    box-sizing:border-box;
	}
	.spMenu_clm_item a span{
		display: block;
		background: url(../img/ic_link_arrow_r_wt.png) right center no-repeat;
		background-size: 10px auto;
	}
	.spMenu_clm_ttl a{
		display: block;
		padding: 15px 20px;
		height: 45px;
		color: #fff;
		font-size: 14px;
		line-height: 15px;
		border-bottom: 1px solid #f59a8d;
	    -webkit-box-sizing:border-box;
	    -moz-box-sizing:border-box;
	    box-sizing:border-box;
	}
	.spMenu_clm_ttl a span{
		display: block;
		background: url(../img/ic_plus_wt.png) right center no-repeat;
		background-size: 10px auto;
	}
	.spMenu_clm_ttl.acc-active a{
		color: #e55c49;
	    background: #fceeeb;
		border-bottom: 1px solid #f8c7c0;
	}
	.spMenu_clm_ttl.acc-active a span{
		background: url(../img/ic_minus_pk.png) right center no-repeat;
		background-size: 10px auto;
	}
	.spMenu_clm_data{
		background: #fceeeb;
		opacity: 0;
	}
	.spMenu_clm_data_list{
		padding-left: 40px;
		line-height: 0;
	}
	.spMenu_clm_data_list_item{
		border-bottom: 1px solid #f8c7c0;
	}
	.spMenu_clm_data_list_item:last-child{
		border-bottom: 0;
	}
	.spMenu_clm_data_list_item.addLine{
		border-bottom: 1px solid #f8c7c0;
	}
	.spMenu_clm_data_list_item a{
		display: block;
		padding: 13px 0 13px 17px;
		color: #e55c49;
		font-size: 10px;
		line-height: 1em;
		background: url(../img/ic_link_arrow_r_pk.png) 0 center no-repeat;
		background-size: 8px auto;
	}
	.spMenu_clm_data_bnr{
		margin: 0 auto;
		padding-top: 16px;
		padding-bottom: 1px;
		width: 90%;
		line-height: 0;
	}
	.spMenu_clm_data_bnr_item{
		margin-bottom: 16px;
	}

	/* ----------------------------- ヘッダーメイン ----------------------------- */

	.astHeader_main{
		width: 100%;
		min-width: 0;
		height: 62px;
	}
	.astHeader_main_logo{
		float: none;
		width: 100%;
	}
	.astHeader_main_logo a{
		display: block;
		margin: 0 auto;
		padding-top: 11px;
		padding-left: 0;
		width: 188px;
	}
}

/* -------------------------------------------------------------------------------------------
*
* コンテンツ 
*
* ----------------------------------------------------------------------------------------- */

/* ----------------------------- パンくずリスト ----------------------------- */

.breadCrumbs{
	min-width: 1280px;
	background: #f2f0f0;
}
.breadCrumbs_list{
	padding: 19px 60px;
	font-size: 0;
	line-height: 0;
}
.breadCrumbs_list_item{
	display: inline-block;
	padding-right: 14px;
	padding-left: 20px;
	color: #40201a;
	font-size: 12px;
	line-height: 17px;
	background: url(../img/bc_ic_sep.png) 0 center no-repeat;
	background-size: 8px auto;
}
.breadCrumbs_list_item a{
	display: inline-block;
	color: #e55c49;
}
.breadCrumbs_list_item-home{
	padding-left: 0;
	background: none;
}
.breadCrumbs_list_item-home a{
	width: 16px;
}

@media screen and (max-width : 768px){
	.breadCrumbs{
		min-width: 320px;
	}
	.breadCrumbs_list{
		padding: 15px 16px;
		padding-right: 0;
	}
	.breadCrumbs_list_item{
		padding-right: 10px;
		padding-left: 15px;
		font-size: 9px;
		line-height: 13px;
		background-size: 6px auto;
	}
	.breadCrumbs_list_item-home{
		padding-left: 0;
	}
	.breadCrumbs_list_item-home a{
		width: 12px;
	}
}

/* ----------------------------- ご予約・お問い合わせ ----------------------------- */

.contact{
	min-width: 1280px;
	color: #fff;
	background: #f06e5c;
}
.contact_inner{
	display: table;
	margin: 0 auto;
	padding: 40px 0;
	width: 926px;
}
.contact_clm{
	display: table-cell;
	vertical-align: top;
}
.contact_clm-l{
	width: 464px;
	background: url(../img/contact_dline_y_pc.gif) right 0 repeat-y;
}
.contact_ttl{
	margin-bottom: 30px;
	padding-left: 23px;
	font-size: 18px;
	line-height: 1em;
	background: url(../img/ic_contact_label.png) 0 center no-repeat;
	background-size: 12px auto;
}
.contact_tel_img{
	width: 345px;
}
.contact_clm-r{
	padding-left: 62px;
	width: 462px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
.contact_address{
	font-size: 14px;
	line-height: 24px;
}
.contact_address_label{
	float: left;
}
.contact_address_data{
	padding-left: 4em;
}
.contact_access{
	margin-bottom: 19px;
	padding-top: 7px;
}
.contact_access_link{
	display: inline-block;
	padding-left: 22px;
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	background: url(../../common/img/ic_link_arrow_r_wt.png) 0 center no-repeat;
	background-size: 12px auto;
}
.contact_reservation_btn{
	display: block;
	margin: 0 auto;
	padding: 12px 0;
	width: 100%;
	height: 44px;
	color: #e55c49;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	background: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
.contact_reservation_btn:hover{
	color: #fff;
	background: #f8b7ae;
}
.contact_reservation_btn span{
	display: inline-block;
	padding-left: 48px;
	background: url(../img/ic_reservation_sp.png) 0 center no-repeat;
	background-size: 32px auto;
}
.contact_reservation_btn:hover span{
	background: url(../img/ic_reservation_pc.png) 0 center no-repeat;
	background-size: 32px auto;
}

@media screen and (max-width : 768px){
	.contact{
		min-width: 320px;
	}
	.contact_inner{
		display: block;
		padding: 50px 16px;
		width: 100%;
	    -webkit-box-sizing:border-box;
	    -moz-box-sizing:border-box;
	    box-sizing:border-box;
	}
	.contact_clm{
		display: block;
	}
	.contact_clm-l{
		padding-bottom: 30px;
		width: 100%;
		text-align: center;
		background: url(../img/contact_dline_x_sp.gif) 0 bottom repeat-x;
		background-size: 4px 1px;
	}
	.contact_ttl{
		display: inline-block;
		margin-bottom: 23px;
		padding-left: 17px;
		font-size: 14px;
		line-height: 1em;
		background-size: 9px auto;
	}
	.contact_tel_img{
		margin: 0 auto;
		width: 258px;
	}
	.contact_clm-r{
		padding-top: 23px;
		padding-left: 0;
		width: 100%;
	}
	.contact_address{
		font-size: 11px;
		line-height: 21px;
	}
	.contact_address_data{
		padding-left: 4em;
	}
	.contact_access{
		margin-bottom: 24px;
		padding-top: 4px;
	}
	.contact_access_link{
		padding-left: 20px;
		font-size: 11px;
		line-height: 21px;
		background-size: 10px auto;
	}
	.contact_reservation_btn{
		padding: 14px 0;
		width: 100%;
		height: 48px;
		font-size: 12px;
		line-height: 20px;
	}
	.contact_reservation_btn:hover{
		color: #e55c49;
		background: #fff;
	}
	.contact_reservation_btn span{
		padding-left: 36px;
		background-size: 25px auto;
	}
	.contact_reservation_btn:hover span{
		background: url(../img/ic_reservation_sp.png) 0 center no-repeat;
		background-size: 25px auto;
	}
}

/* ----------------------------- モーダル ----------------------------- */

.reservationWin,
.reservationWin:focus{
	outline: none;
}
.modalContainer{
	display: none;
}
#reservation{
	padding-top: 61px;
	width: 678px;
}
.reservation_ttl{
	margin: 0 auto 38px auto;
	width: 182px;
}
.reservation_list{
	margin: 0 auto 26px auto;
	width: 562px;
}
.reservation_list_item{
	color: #40211d;
	font-size: 16px;
	line-height: 32px;
}
.reservation_list_item_mark{
	float: left;
}
.reservation_list_item_txt{
	display: block;
	padding-left: 22px;
}
.reservation_list_item_txt span{
	text-decoration: underline;
}
.reservation_info{
	padding: 30px 59px;
	background: #fceeeb;
}
.reservation_info_schedule{
	margin-bottom: 30px;
}
.reservation_info_schedule_ttl{
	margin-bottom: 8px;
	color: #40211d;
	font-size: 14px;
	line-height: 1em;
}
.reservation_info_tel{
	margin: 0 auto;
	width: 294px;
}

@media screen and (max-width : 768px){
	#reservation{
		padding-top: 38px;
		width: 100%;
	}
	.reservation_ttl{
		margin: 0 auto 30px auto;
		width: 135px;
	}
	.reservation_list{
		margin: 0 auto 18px auto;
		padding: 0 15px;
		width: 100%;
	    -webkit-box-sizing:border-box;
	    -moz-box-sizing:border-box;
	    box-sizing:border-box;
	}
	.reservation_list_item{
		font-size: 12px;
		line-height: 24px;
	}
	.reservation_list_item_txt{
		padding-left: 17px;
	}
	.reservation_info{
		padding: 30px 15px 34px 15px;
	}
	.reservation_info_schedule{
		margin-bottom: 16px;
	}
	.reservation_info_schedule_ttl{
		margin-bottom: 10px;
		font-size: 11px;
		line-height: 1em;
	}
	.reservation_info_tel{
		margin-bottom: 15px;
		padding: 10px 0;
		width: 100%;
		background: #f06e5c;
	    -webkit-border-radius: 3px;
	    -moz-border-radius: 3px;
	    border-radius: 3px;
	}
	.reservation_info_tel a{
		display: block;
		margin: 0 auto;
		padding: 10px 0;
		width: 84%;
	}
	.reservation_info_telOption{
		margin: 0 auto;
		width: 86%;
	}
}

/* -------------------------------------------------------------------------------------------
*
* フッター 
*
* ----------------------------------------------------------------------------------------- */

.astFooter{
	min-width: 1280px;
}
.astFooter_inner{
	padding: 40px 60px 24px 60px;
}

/* ----------------------------- PCメニュー ----------------------------- */

.astFooter_menu{
	position: relative;
	display: table;
	margin-bottom: 35px;
	width: 100%;
}
.astFooter_menu_clm{
	display: table-cell;
	vertical-align: top;
	background: url(../img/footer_dline_y_pc.gif) right 0 repeat-y;
}
.astFooter_menu_clm-l{
	width: 50%;
}
.astFooter_menu_clm-m{
	width: 25%;
}
.astFooter_menu_clm-r{
	width: 25%;
	background: none;
}
.astFooter_menu_clm_inner{
	padding-left: 67px;
	padding-right: 20px;
}
.astFooter_menu_clm_box{
	float: left;
	width: 50%;
}
.astFooter_menu_catTtl{
	margin-bottom: 18px;
}
.astFooter_menu_catTtl a{
	display: inline-block;
	padding-left: 20px;
	color: #e55c49;
	font-size: 14px;
	line-height: 1em;
	font-weight: 600;
	background: url(../img/ic_link_arrow_r_pk.png) 0 center no-repeat;
	background-size: 11px auto;
}
.astFooter_menu_cat_list{
	padding-right: 15px;
	padding-bottom: 8px;
}
.astFooter_menu_cat_list_item{
	margin-bottom: 10px;
}
.astFooter_menu_cat_list_item a{
	position: relative;
	display: inline-block;
	padding-left: 20px;
	color: #40211d;
	font-size: 12px;
	line-height: 1.2em;
}
.astFooter_menu_cat_list_item a:before{
	position: absolute;
	top: 0;
	left: 0;
	content: '・';
	color: #f06e5c;
	font-size: 14px;
	line-height: 1em;
	font-weight: bold;
}
.astFooter_menu_pagetop{
	pointer-events: none;
	position: absolute;
	bottom: 0;
	right: 0;
	opacity: 0;
}
.astFooter_menu_pagetop a{
	display: block;
	width: 64px;
	height: 64px;
	background: #f06e5c;
}
.astFooter_menu_pagetop a:hover{
	background: #f8b7ae;
}
.astFooter_menu_pagetop a span{
	display: block;
	margin: 0 auto;
	padding-top: 21px;
	width: 20px;
}
#pagetopPc{
	pointer-events: none;
	position: fixed;
	bottom: 32px;
	left: 0;
	right: 0;
	margin: auto;
	min-width: 1280px;
	z-index: 99;
	opacity: 0;
}
#pagetopPc a{
    cursor: pointer;
    pointer-events: auto;
	float: right;
	margin-right: 60px;
	width: 64px;
	height: 64px;
	background: #f06e5c;
}
#pagetopPc a:hover{
	background: #f8b7ae;
}
#pagetopPc a span{
	display: block;
	margin: 0 auto;
	padding-top: 21px;
	width: 20px;
}

/* ----------------------------- ボトム ----------------------------- */

.astFooter_btm{
	padding-top: 24px;
	background: url(../img/footer_dline_x_pc.gif) 0 0 repeat-x;
}
.astFooter_btm_l{
	float: left;
	width: 50%;
}
.astFooter_btm_list{
	font-size: 0;
	line-height: 0;
}
.astFooter_btm_list_item{
	display: inline-block;
	padding-right: 25px;
}
.astFooter_btm_list_item a{
	color: #40211d;
	font-size: 12px;
	line-height: 1em;
}
.astFooter_btm_r{
	float: right;
	width: 50%;
}
.astFooter_btm_copy{
	color: #40211d;
	font-family: Arial, serif;
	font-size: 10px;
	line-height: 1em;
	text-align: right;
}

@media screen and (max-width : 768px){
	.astFooter{
		min-width: 320px;
	}
	.astFooter_inner{
		position: relative;
		padding: 18px 70px 0 16px;
		width: 100%;
		height: 60px;
	    -webkit-box-sizing:border-box;
	    -moz-box-sizing:border-box;
	    box-sizing:border-box;
	}
	.astFooter_btm{
		padding-top: 0;
		background: none;
	}
	.astFooter_btm_l{
		float: none;
		margin-bottom: 12px;
		width: 100%;
	}
	.astFooter_btm_list_item{
		padding-right: 16px;
	}
	.astFooter_btm_list_item:last-child{
		padding-right: 0;
	}
	.astFooter_btm_list_item a{
		font-size: 9px;
		line-height: 1em;
	}
	.astFooter_btm_r{
		float: none;
		width: 100%;
	}
	.astFooter_btm_copy{
		font-size: 8px;
		line-height: 1em;
		text-align: left;
	}
	.astFooter_pagetopSp{
		position: absolute;
		top: 1px;
		right: 0;
	}
	.astFooter_pagetopSp a{
		display: block;
		width: 60px;
		height: 59px;
		background: #f06e5c;
	}
	.astFooter_pagetopSp a span{
		display: block;
		margin: 0 auto;
		padding-top: 22px;
		width: 15px;
	}
}







