@charset "utf-8";
/* CSS Information========

Table of Contents:
 * info
 
========================== */

html {
    font-family: "メイリオ", "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", Meiryo, Helvetica, Arial, sans-serif;
    font-size: 62.5%;
    -webkit-text-size-adjust: none;
    max-width: 100%;
    color: #000;
}
body {
    font-size: 1.3rem;
    line-height: 1;
}
/* =======================
	.clearfix
========================== */
.clearfix:after {
  content: ".";  
  display: block; 
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
  /*\*//*/
   display: inline-table;
  /* */
}
* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
/* =======================
	.mouseon_alpha
========================== */
.mouseon_alpha a:hover {
	opacity: 0.75;
	filter: alpha(opacity=75);
	/*background-color: #FFF;*/
}
/* =======================
	margin
========================== */
.mb_5 {
	margin-bottom: 5px;
}
.mb_10 {
	margin-bottom: 10px;
}
.mb_15 {
	margin-bottom: 15px;
}
.mb_20 {
	margin-bottom: 20px;
}
.mb_25{
	margin-bottom: 25px;
}
.mb_30 {
	margin-bottom: 30px;
}
.mb_40 {
	margin-bottom: 40px;
}
.mb_50 {
	margin-bottom: 50px;
}
.mb_60 {
	margin-bottom: 60px;
}
.mb_70 {
	margin-bottom: 70px;
}
.mb_80 {
	margin-bottom: 80px;
}
.mb_none {
	margin-bottom: 0;
}
.mt_10 {
	margin-top: 10px;
}
.mr_40 {
	margin-right: 40px;
}
.mb_none {
	margin-bottom: 0;
}
/* =======================
	float
========================== */
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}

/* =======================
	改行
========================== */
.pc_br {
	display: block;
}
.tb_br {
	display: none;
}
.sp_br {
	display: none;
}

/* =======================
	出し分け
========================== */
.pc_none {
	display: none;
}
.tb_none {
	display: none;
}
.sp_none {
	display: block;
}
/* =======================
	テキストの揃え
========================== */
.text_center {
	text-align: center;
}
.text_right {
	text-align: right;
}
/* =======================
	テキストのカラー
========================== */
.text_red {
	color: #F00;
}
/* =======================
	header
========================== */
header#top-head {
  position: fixed; 
    z-index: 1000;
    height: 138px;
    width: 100%;
		top: 0;
    background-color: #fff;
    transition: transform 0.3s ease, opacity 0.3s ease; /* スムーズなアニメーション */
	}
	
	header#top-head.UpMove {
			position: fixed;
			transform: translateY(-100%);
	}
	
.inner {
    width: 1100px;
    margin: 0 auto;
	padding: 15px 0 0 0;
}
.inner:after {
    content: "";
    clear: both;
    display: block;
}

.header_brn_box {
	width: 405px;
}
 
/* logo */
header #mobile-head .header_logo {
	float: left;
	margin: 0 20px 0 0;
}
header #mobile-head .header_pict {
	float: right;
	margin: 18px 0 0 0;
}
header #mobile-head .header_pict li {
	float: left;
	width: 100px;
	font-size: 1.4rem;
	padding: 10px 0;
	text-align: center;
	color: #fff;
}
header #mobile-head .header_pict li.collar_a {
	background-color: #d87092;
	margin: 0 10px 0 0;
}
header #mobile-head .header_pict li.collar_b {
	background-color: #a99e6a;
}

/* btn tel */
header .header_btn, header .header_btn2 {
	float: left;
}
header .header_btn li, header .header_btn2 li {
    float: left;
	margin: 0 0 0 10px;
}
header .header_btn li:first-child {
	margin: 0;
}
header .header_btn li a, header .header_btn2 li a {
	width: 125px;
    padding: 10px 0;
    color: #FFF;
    text-align: center;
    display: block;
}
header .header_btn li.collar_1 a {
	background-color: #007148;
	background-image: url(/img/common/yazi_white.png);
	background-repeat: no-repeat;
	background-position: 5px 11px;
}
header .header_btn li.collar_2 a {
	background-color: #597a00;
	background-image: url(/img/common/yazi_white.png);
	background-repeat: no-repeat;
	background-position: 5px 11px;
}
header .header_btn2 li.collar_3 a {
	width: 135px;
	background-color: #00498b;
	background-image: url(/img/common/yazi_white.png);
	background-repeat: no-repeat;
	background-position: 5px 11px;
}
header .header_contact {
    margin-left: 76px;
}
header .header_contact li {
	float: left;
	margin: 10px 0 10px 0;
}
header .header_contact li a {
	cursor: default;
}
header .header_contact li.header_tel {
	font-size: 1.7rem;
	margin-right: 13px;
}
header .header_contact li.header_tel span {
	font-size: 2.1rem;
}
header .header_contact li.header_fax {
	font-size: 1.4rem;
	padding-top: 5px;
}

/* nav */
#global-nav {
    clear: both;
	display: none;
}

/* #pc_nav */
header #pc_nav {
	width: 100%;
	background-color: #ededed;
	clear: both;
	border-bottom: 1px solid #d7d7d7;
}
header #pc_nav ul {
	width: 922px;
	margin: 0 auto;
	padding: 10px 0;
}
header #pc_nav ul li {
	display: inline-block;
	border-left: 1px solid #999;
}
header #pc_nav ul li:first-child {
	margin-left: 0;
	border-left: none;
}
header #pc_nav ul li a {
	float: left;
    height: 26px;
    text-align: center;
    display: flex;
    align-items: center;
	-webkit-align-items: center;
    padding: 0 18px 0 24px;
}
  
/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 20px;
    top: 17px;
    width: 22px;
    height: 5px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #000;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 8px;
}
#nav-toggle span:nth-child(3) {
    top: 17px;
}

/* =======================
	#container
========================== */
#container {
    width: 940px;
    margin: 0 auto 80px;
}

.ttl {
	text-align: center;
	font-size: 2.5rem;
	color: #666;
	margin: 0 0 40px 0;
}
.notice {
	padding: 10px 0;
	border: 1px solid #999;
	text-align: center;
	margin: 0 auto 20px;
	line-height: 1.5;
}

/* =======================
	.page_image img
========================== */
.page_image{
	padding-top: 138px;
}
.page_image img {
    width: 100%;
}

/* =======================
		#main
========================== */
#main {
	width: 940px;
}

/* =======================
		.topicpath
========================== */
.topicpath {
    margin-bottom: 25px;
	font-size: 1.1rem;
}
.topicpath dt {
    height: 0;
    overflow: hidden;
}
.topicpath dd {
    margin: 5px 0 0 0;
}
.topicpath dd a:hover {
    text-decoration: underline;
}

/* =======================
		帯のデザイン
========================== */
.gray_obi {
    color: #FFF;
    background-color: #999999;
    padding: 7px 10px;
    margin-bottom: 20px;
    font-size: 1.7rem;
}
.sikaku {
	font-size: 1.5rem;
    margin: 0 0 20px 0;
}
.sikaku span {
	display: block;
    width: 12px;
    height: 12px;
    background: #074785;
    float: left;
    margin: 0 2px 0 0;
}

/* =======================
		footer
========================== */
/*#totop*/
#totop {
    text-align: right;
    width: 960px;
    margin: 0 auto 5px;
}
#totop a {
    text-decoration: none;
    color: #3c3c3c;
    padding-left: 15px;
    background: url(/img/common/img_totop.png) no-repeat 0 3px;
}
#totop a:hover {
	text-decoration: underline;
}

/* .pageTop */
.pageTop {
    position:relative;
/*    width:90%;
    max-width:900px;*/
    height:0;
    margin:0 auto;
}
.pageTop a {
    position: fixed;
    bottom: 10px;
/*    left: auto;*/
	right: 30px;
    display: block;
    width: 60px;
	height: 30px;
    margin-left: 950px;
    padding: 1em 0 1em 2px;
    background: rgba(0,0,0,0.3);
    text-align: center;
    outline: none;
    text-decoration: none;
    z-index: 2;
    border-radius: 3px;
}
.pageTop a:before,
.pageTop a:after {
	position:absolute;
	left:50%;
	content:"";

	margin-left:-10px;

}
.pageTop a:before {
	top:50%;
	margin-top:-13px;
	border-bottom:10px solid transparent;
}
.pageTop a:after {
	top:50%;
	left: 53%;
	margin-top: -5px;
	z-index:-1;
	width: 15px;
  height: 15px;
  background: transparent;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  /* 回転 */
 -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*bana_area*/
#bana_area {
	width: 100%;
	background-color: #ebebeb;
	padding: 20px 0 0 0;
}
#bana_area ul {
	width: 940px;
	margin: 0 auto;
}
#bana_area ul li {
	width: 300px;
	float: left;
	margin: 0 0 20px 20px;
}
#bana_area ul li:nth-child(1), #bana_area ul li:nth-child(4) {
	margin: 0 0 20px 0;
}

footer {
	width: 100%;
}

#footer_box {
	width: 1100px;
	margin: 0 auto;
	padding: 45px 0 10px;
}

/*#google_map*/
#google_map {
	width: 400px;
	float: left;
	margin: 0 40px 0 0;
}
#google_map iframe {
	width: 100%;
    height: 250px;
}

/*#footer_link*/
#footer_link {
	float: left;
}
#footer_link ul li a {
	text-decoration: none;
    color: #3c3c3c;
    padding-left: 10px;
    background: url(/img/common/yazi_black.png) no-repeat 0 5px;
    background-size: 4px;
    font-size: 1.2rem;
    line-height: 1.8;
}
#footer_link ul li a:hover {
	text-decoration: underline;
}
#footer_link ul li.yazi_none a {
	background: none;
}
#footer_link ul {
	margin: 0 50px 30px 0;
}

/*address*/
address {
	float: right;
}
address  ul li {
	font-style: normal;
	font-size: 1.2rem;
	line-height: 1.5;
}
address  ul li:first-child {
	font-weight: bold;
	font-size: 1.3rem;
}
address .btn a {
	color: #fff;
    padding: 10px 0;
    background: url(/img/common/yazi_white.png) no-repeat 10px center #999;
    display: block;
    text-align: center;
}
address .btn a:hover {
	background-color: #d1d1d1;
}

/*.copyright*/
.copyright {
	font-size: 85%;
	margin: 40px 0 0 0;
}

/*タブレット*/
@media screen and (max-width:1025px) {
/* =======================
	改行
========================== */
.pc_br {
	display: none;
}
.tb_br {
	display: block;
}
.sp_br {
	display: none;
}
/* =======================
	出し分け
========================== */
.pc_none {
	display: none;
}
.tb_none {
	display: none;
}
.sp_none {
	display: block;
}
/* =======================
	header
========================== */
.inner {
    width: 98%;
}
.header_brn_box {
    width: 375px;
}
/* logo */
header #mobile-head .header_logo {
    margin: 0 10px 0 0;
    width: 250px;
}
header #mobile-head .header_pict {
    float: right;
    margin: 0;
}
header #mobile-head .header_pict li {
    float: none;
    width: 90px;
    font-size: 1.2rem;
    padding: 8px 0;
}
header #mobile-head .header_pict li.collar_a {
    margin: 0 0 5px 0;
}

/* btn tel */
header .header_btn li a, header .header_btn2 li a {
    width: 110px;
}
header .header_btn li.collar_1 a {
    background-position: 5px 11px;
}
header .header_btn li.collar_2 a {
    background-position: 5px 11px;
}
header .header_contact {
    margin-left: 12%;
}
header .header_contact li.header_tel {
    font-size: 1.6rem;
    margin-right: 5px;
}

/* #pc_nav */
header #pc_nav ul {
    width: 720px;
}
header #pc_nav ul li a {
	padding: 0 8px 0 12px;
}

/* #sp_bottom */
#rwdMenuWrap {
	display: none;
}

/* =======================
	#container
========================== */	
#container {
    width: 97%;
}
/* =======================
		#main
========================== */
#main {
	width: 100%;
}

/* =======================
		footer
========================== */
/*#totop*/
#totop {
    width: 95%;
}

/* .pageTop */
.pageTop {
	width:100%;
}
.pageTop a {
	left:-73px;
	margin-left:100%;
}

/*bana_area*/
#bana_area ul {
    width: 744px;
}
#bana_area ul li {
    width: 234px;
}

/*#footer_box*/
#footer_box {
    width: 97%;
    padding: 45px 0 0 0;
}

#google_map {
    width: 100%;
    margin: 0 0 20px 0;
}
#footer_link ul {
    margin: 0px 16px 30px 16px;
    float: left;
}

/* address */
address {
    float: none;
    width: 100%;
}
address ul li {
    float: left;
    font-size: 1.1rem;
    margin: 0 15px 0 0;
}
address .btn {
	clear: both;
    margin: 0 0 30px 0;
}
.copyright {
    margin: 20px 0 5px 0;
}

}


/*スマートフォン*/
@media screen and (max-width:670px) {
/* =======================
	float
========================== */
.left {
	float: none;
}
.right {
	float: none;
}
/* =======================
	改行
========================== */
.pc_br {
	display: none;
}
.tb_br {
	display: none;
}
.sp_br {
	display: block;
}
/* =======================
	出し分け
========================== */
.pc_none {
	display: block;
}
.tb_none {
	display: block;
}
.sp_none {
	display: none;
}
/* =======================
	header
========================== */
.inner {
    width: 100%;
}
#top-head, .inner {
	width: 100%;
	padding: 0;
}
#mobile-head {
	background: #fff;
	z-index: 999;
	position: relative;
	padding: 5px 10px 5px 10px;
	height: 46px;
}
.header_brn_box {
    width: 100%;
}
header#top-head {
	position: static;
	height: auto;
}
header #pc_nav {
	border-bottom: none;
}
.page_image {
	padding-top: 0;
}

/* btn tel */
header .header_btn {
	margin: 5px auto 0;
    width: 85%;
    float: none;
}
header .header_btn2 {
	float: none;
    width: 85%;
    margin: 10px auto 0;
}
header .header_btn li {
    float: left;
	margin: 0 0 0 10px;
	width: 48%;
}
header .header_btn2 li {
    float: none;
	margin: 0 auto;
}
header .header_btn li:first-child {
	margin: 0;
}
header .header_btn li a, header .header_btn2 li a {
	width: 100%;
    padding: 15px 0;
    color: #FFF;
    text-align: center;
    display: block;
	font-size: 1.5rem;
}
header .header_btn li.collar_1 a {
	background-color: #007148;
	background-image: url(/img/common/yazi_white.png);
	background-repeat: no-repeat;
	background-position: 10px 18px;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
header .header_btn li.collar_2 a {
	background-color: #597a00;
	background-image: url(/img/common/yazi_white.png);
	background-repeat: no-repeat;
	background-position: 10px 18px;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
header .header_btn2 li.collar_3 a {
	width: 100%;
	background-color: #00498b;
	background-image: url(/img/common/yazi_white.png);
	background-repeat: no-repeat;
	background-position: 10px 18px;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

header .header_contact {
    margin: 0 auto;
    width: 155px;
}
header .header_contact li.header_tel {
    font-size: 1.3rem;
}
header .header_contact li.header_tel span {
    font-size: 1.6rem;
}

/* logo */
header #mobile-head .header_logo {
    margin: 10px 0 0 20px;
    width: 190px;
    float: left;
}
header #mobile-head .header_pict {
    float: left;
    margin: 0;
}
header #mobile-head .header_pict li {
    float: none;
    width: 65px;
    font-size: 0.8rem;
    padding: 5px 0;
}
header #mobile-head .header_pict li.collar_a {
    margin: 0 0 5px 0;
}

#global-nav {
	position: absolute;
	/* 開いてないときは画面外に配置 */
	top: -500px;
	background: #fff;
	width: 100%;
	text-align: center;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
#global-nav ul {
	list-style: none;
	position: static;
	right: 0;
	bottom: 0;
	font-size: 14px;
}
#global-nav ul li {
	float: none;
	position: static;
	border-bottom: 1px solid #999;
}
#top-head #global-nav ul li a,
#top-head.fixed #global-nav ul li a {
	width: 100%;
	display: block;
	padding: 15px 0;
}
/* nav */
#global-nav {
	display: block;
	z-index: 10;
}

#nav-toggle {
	display: block;
}
/* #nav-toggle 切り替えアニメーション */
.open #nav-toggle span:nth-child(1) {
	top: 11px;
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	transform: rotate(315deg);
}
.open #nav-toggle span:nth-child(2) {
	width: 0;
	left: 50%;
}
.open #nav-toggle span:nth-child(3) {
	top: 11px;
	-webkit-transform: rotate(-315deg);
	-moz-transform: rotate(-315deg);
	transform: rotate(-315deg);
}
/* #global-nav スライドアニメーション */
.open #global-nav {
	/* #global-nav top + #mobile-head height */
	-moz-transform: translateY(556px);
	-webkit-transform: translateY(556px);
	transform: translateY(556px);
}

/* =======================
	#sp_nav
========================== */
#sp_nav {
	position: fixed;
    z-index: 1000;
    left: 0;
    bottom: 0;
    width: 100%;
	background-color: #00498b;
	margin-top: 10px
}
#sp_nav ul li a {
	color: #fff;
	float: left;
    width: 24.7%;
    padding: 11% 0 2% 0;
    text-align: center;
    font-size: 1.2rem;
}
#sp_nav ul li.sp_nav01 a {
	background-image: url(/img/common/nav_sp_01.gif);
	background-repeat: no-repeat;
	background-size: 100%;
}
#sp_nav ul li.sp_nav02 a {
	background-image: url(/img/common/nav_sp_02.gif);
	background-repeat: no-repeat;
	background-size: 100%;
	border-left: 1px solid #999;
}
#sp_nav ul li.sp_nav03 a {
	background-image: url(/img/common/nav_sp_03.gif);
	background-repeat: no-repeat;
	background-size: 100%;
	border-left: 1px solid #999;
}
#sp_nav ul li.sp_nav04 {
	color: #fff;
	float: left;
    width: 24.8%;
    padding: 11% 0 2% 0;
    text-align: center;
    font-size: 1.2rem;
	border-left: 1px solid #999;
}

/* ------------------------------
   #menuList
------------------------------ */
#menuList {
    width: 100%;
    height: 45px;
    border-top: #aaa 1px solid;
    border-bottom: #aaa 1px solid;
    position: relative;
    z-index: 10;
    background: #ebebeb;
}
 
#menuList ul {
    margin: 0 auto;
    width: 800px;
    height: 45px;
    text-align: left;
}
 
#menuList ul li {
    width: 160px;
    height: 45px;
    float: left;
    border-left: #aaa 1px solid;
    box-sizing: border-box;
}
 
#menuList ul li:last-child {
    border-right: #aaa 1px solid;
}
 
#menuList ul li a {
    height: 45px;
    font-weight: bold;
    line-height: 45px;
    display: block;
    text-align: center;
    transition: all 0.2s linear;
}
 
#menuList ul li:hover > a {
    background: #fff;
}
 
#contents {
    margin: 0 auto;
    padding: 40px 0;
    width: 800px;
    text-align: left;
}
 
#contents p {
    padding-bottom: 2em;
    font-size: 1em;
    line-height: 2em;
}
 
/* ------------------------------
   MEDIAQUERIES LAYOUT
------------------------------ */
@media only screen and (max-width: 800px) {
#menuList ul {
	width: 100%;
}

#menuList ul li {
	width: 20%;
}
}
 
/* ------------------------------
   MEDIAQUERIES[SP]LAYOUT
------------------------------ */
@media only screen and (max-width: 768px) {
#menuList {
	display: none;
}
#rwdMenuWrap {
	display: block;
}		
#rwdMenuWrap #switchBtnArea #switchBtn {
  	bottom: 3%;
    right: 7%;
    width: 12%;
    height: 40px;
    display: block;
    position: fixed;
    z-index: 10000;
}

#rwdMenuWrap #switchBtnArea #switchBtn span {
	left: 20%;
    width: 60%;
    height: 3px;
    display: block;
    position: absolute;
    background-color: #fff;
    transition: all 0.2s linear;
}
#rwdMenuWrap #switchBtnArea #switchBtn span:nth-of-type(1) {
	top: 10px;
	-webkit-transform: rotate(0);
	transform: rotate(0);
}
#rwdMenuWrap #switchBtnArea #switchBtn span:nth-of-type(2) {
	top: 18px;
	-webkit-transform: scale(1);
	transform: scale(1);
}
#rwdMenuWrap #switchBtnArea #switchBtn span:nth-of-type(3) {
	bottom: 10px;
	-webkit-transform: rotate(0);
	transform: rotate(0);
}

#rwdMenuWrap #switchBtnArea #switchBtn.btnClose span:nth-of-type(1) {
	top: 18px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#rwdMenuWrap #switchBtnArea #switchBtn.btnClose span:nth-of-type(2) {
	-webkit-transform: scale(0);
	transform: scale(0);
}
#rwdMenuWrap #switchBtnArea #switchBtn.btnClose span:nth-of-type(3) {
	bottom: 18px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#rwdMenuWrap ul {
	width: 100%;
	display: none;
	position: fixed;
    bottom: 8%;
    z-index: 100;}

#rwdMenuWrap ul li {
	width: 100%;
}

#rwdMenuWrap ul li a {
	padding: 15px 20px;
	text-align: left;
	display: block;
	background: #ebebeb;
	position: relative;
	text-align: center;
	border-bottom: #999 1px solid;
}

/* >を作る
#rwdMenuWrap ul li a:after {
	content: '';
	margin-top: -4px;
	top: 50%;
	right: 15px;
	width: 8px;
	height: 8px;
	color: #888;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.2em;
	display: block;
	position: absolute;
	border-top: 2px solid #b0b0b0;
	border-right: 2px solid #b0b0b0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}*/

#contents {
	width: 100%;
}

#contents p {
	padding: 0 20px 2em 20px;
}
}
 
/* ------------------------------
   CLEARFIX ELEMENTS
------------------------------ */
#menuList > ul:before,
#menuList > ul:after {
    content: " ";
    display: table;
}
#menuList > ul:after {clear: both;}
#menuList > ul {*zoom: 1;}

/* =======================
	#container
========================== */	
#container {
    width: 100%;
    margin: 0 auto 40px;
}
.ttl {
	margin: 0 0 20px 0;
	font-size: 1.7rem;
}
.notice {
	margin: 0px 3% 20px;
	line-height: 1.5;
	padding: 15px;
	text-align: left;
}

/* =======================
	.page_image img
========================== */
.page_image img {
    margin-bottom: 20px;
}

/* =======================
		.topicpath
========================== */
.topicpath {
    display: none;
}

.gray_obi {
    font-size: 1.2rem;
	margin-bottom: 10px;
}

/* =======================
	.box
========================== */
.box {
	width: 93.75%;
	margin: 0 auto;
}

/* =======================
		footer
========================== */
/*#totop*/
#totop a {
    background: url(/img/common/img_totop.png) no-repeat 0 1px;
}

/* .pageTop */
.pageTop {
	width:100%;
	z-index: 9;
}
.pageTop a {
	left:-56px;
	bottom: 11%;
	margin-left:100%;
	width: 45px;
	height: 20px;
}

/*bana_area*/
#bana_area ul {
    width: 93.75%;
}
#bana_area ul li {
    width: 100%;
	float: none;
    margin: 0 0 20px 0;
}

/* #footer_box */
#footer_box {
    padding: 45px 0;
}

/*#footer_link_sp*/
#footer_link_sp {
    display: inline;
}
#footer_link_sp div {
    width: 100%;
    margin: 0 auto;
}

/* #acMenu */
#acMenu {
    margin-bottom: 0;
    line-height: 1.5;
    border-top: 1px solid #000;
}
#acMenu dt {
    display: block;
    padding: 13px 0;
    text-align: center;
    cursor: pointer;
    font-family: monospace;
    font-weight: bold;
    font-size: 1.5rem;
	color:#000;
}
#acMenu dd {
    line-height: 2.3;
    display: none;
	margin-bottom: 20px;
}
#acMenu dd li {
    background: url(/img/common/yazi_black.png) no-repeat 0 9px;
	background-size: 4px;
    padding-left: 10px;
}
#acMenu dd li a {
    display: block;
	color:#000;
	line-height: 2.3;

}

/* address */
address ul li {
    float: none;
    font-size: 1.2rem;
    margin: 0;
}
/*スマートフォン 横*/
@media screen and (min-width:480px) { 
/* =======================
	　　  menu_list
========================== */
#rwdMenuWrap #switchBtnArea #switchBtn {
  	bottom: 9%;
}
