@charset "UTF-8";
/* CSS Document */
/* ==================== basecss_area ==================== */
html {
	font-size: 62.5%;
}
body {
	margin: 0 auto;
	box-sizing: border-box;
	font-family: Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	word-wrap : break-word;
	overflow-wrap : break-word;
 font-size: 14px;
	font-size: 1.4rem;
	/*letter-spacing: 1.5px;*/
	line-height: 1.5;
}
.ie .wrapper {
	font-family: "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}
.gecko .wrapper {
	font-family: "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}
body img {
	vertical-align: top;
}

object {
	pointer-events: none;
	vertical-align:bottom;
}

* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
a {
	text-decoration: none;
	color: #000;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
/* ==================== pagetop_area ==================== */
.pagetop_area object {
	width: 35px;
	height: 35px;
}
.pagetop_area a {
	display: inline-block;
}
#page-top {
	width: 35px;
	height: 35px;
}
#page-top img {
	width: 35px;
	height: 35px;
}
/* ==================== header area ==================== */
.header-inner {
	padding-bottom: 0px !important;
}
.header_logoarea a {
	display: inline-block;
}





/* ==================== footer area ==================== */





/* ======================================== 1050px以上 ======================================== */

@media(min-width: 1050px) {
	

/* ==================== pagetop_area ==================== */
	
	
.pagetop_area {
	width: 1000px;
	margin: 0 auto;
}
#page-top {
	position: fixed;
	left: auto;
	bottom: 0;
	z-index: 99;
	overflow: hidden;
	margin-left: 955px;
}
/* ==================== header area ==================== */



/* << header_top area >> */

.header_top {
	background-color: #AB035C;
}
/* << header_text area >> */

.header_text {
	height: 20px;
	line-height: 20px;
	width: 1000px;
	margin: 0 auto;
	text-align: right;
	background: url(../images/common/header_footer/header_footer_bg.png) no-repeat;
	font-size: 11px;
	color: #fff;
}
/* << header_logoarea area >> */



.header_logoarea {
	width: 1000px;
	margin: 0 auto;
}
.logo img {
	width: 306px;
	height: 60px;
}
.logo object {
	width: 306px;
	height: 60px;
}


/* << header_navarea area >> */

.header_navarea {
	height: 45px;
	background-color: #AB035C;
}
.header_navarea_inner {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
/* haeder_nav area  */

.haeder_nav li {
	float: left;
}
.haeder_nav a {
	color: #fff;
	font-size: 15px;
	display: block;
	width: 143px;
	height: 45px;
	line-height: 45px;
	text-align: center;
}
.nav_on a {
	background-color: #D279A7;
}
.nav_last a {
	width: 142px;
}
.haeder_nav a:hover {
	text-decoration: none;
	background-color: #D279A7;
}
/* haeder_nav02 area  */

.haeder_nav02 {
	position: absolute;
	top: -50px;
	right: 0;
}
.haeder_nav02 li {
	float: left;
}
.haeder_nav02 a {
	width: 80px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	background-color: #AB035C;
	color: #fff;
	font-size: 12px;
}
.nav02_right {
	margin-left: 5px;
}
/* menubtn area  */


#menubtn {
	display: none;
}
/* menu area  */

#menu {
	display: block !important;
}
/* ==================== footer area ==================== */



/* << footer area >> */

.footer {
	border-top: 1px solid #AB035C;
	background: url(../images/common/header_footer/header_footer_bg02.png) repeat-x bottom;
}
.footer_inner {
	width: 1000px;
	margin: 0 auto;
	padding: 5px 0 30px 0;
	background: url(../images/common/header_footer/header_footer_bg.png) no-repeat bottom;
}
/* << footer_logo area >> */
.footer_logo img {
	max-width: 306px;
	width: auto;
	height: 60px;
}
.footer_logo object {
	max-width: 306px;
	width: auto;
	height: 60px;
}


/* << footer_navarea area >> */
.footer_navarea {
	margin-top: 5px;
	margin-bottom: 20px;
	font-size: 12px;
}
.footer_navarea a {
	text-decoration: underline;
}
.footer_navarea a:hover {
	text-decoration: none;
}
.footer_navarea li {
	line-height: 1;
	float: left;
	padding-right: 9px;
	padding-left: 9px;
	border-right: 1px solid #000;
}
.footer_navarea li:first-child {
	padding-left: 0px;
}
.footer_navarea li:last-child {
	padding-right: 0px;
	border: none;
}
/* << footer_copy area >> */

.footer_copy {
	font-size: 10px;
}
}
/* ======================================== 1049px以下 ======================================== */
@media(max-width: 1049px) {
/* ==================== pagetop_area ==================== */
#page-top {
	position: fixed;
	right: 35px;
	bottom: 0px;
	z-index: 99;
	overflow: hidden;
}
.pagetop_area object {
	width: 40px;
	height: 40px;
}
.pagetop_area a {
	display: inline-block;
}
#page-top {
	width: 40px;
	height: 40px;
}
#page-top img {
	width: 40px;
	height: 40px;
}
/* ==================== header area ==================== */

.header {
	width: 100%;
	overflow: hidden;
	padding: 0 35px;
	border-top: 20px solid #AB035C;
}
.header-inner {
	padding: 15px 0px 0px 0px;
}
/* << header_text area >> */


.header_text {
	font-size: 11px;
}
/* << header_logoarea area >> */

.header_logobox {
	width: 310px;
	float: left;
	margin-top: 0px;
}
.logo img {
	width: 306px;
	height: 60px;
}

.logo object {
	width: 306px;
	height: 60px;
}
/* << menu area >> */

#menu {
	width: 100%;
	display: none;
}
/* << menubtn area >> */

#menubtn {
	display: block;
	float: right;
	color: #888888;
	padding: 3px 5px;
	border: solid 1px #aaaaaa;
	border-radius: 5px;
	background: #fff;
	cursor: pointer;
	margin-top: 15px;
}
#menubtn:hover {
	background: #fff;
}
#menubtn:focus {
	outline: none;
}
#menubtn span {
	display: block;
}
#menubtn i {
	font-size: 25px;
	color: #AB035C;
}
/* << header_navarea area >> */

.haeder_nav {
	float: left;
	display: none;
	width: 100%;
	margin-top: 25px;
	padding: 0 50px;
}
.haeder_nav02 {
	margin-top: 0px;
}
.haeder_nav a {
	padding: 15px 20px;
	background: #fff;
	display: block;
	border-bottom: 1px solid #ccc;
}
.list_nav_01 a {
	border-top: 1px solid #ccc;
}
.haeder_nav a:hover {
	text-decoration: none;
}
.haeder_nav a {
	width: 100%;
	position: relative;
}
.haeder_nav a:after {
	position: absolute;
	top: 50%;
	right: 20px;
	display: block;
	content: '';
	width: 5px;
	height: 5px;
	margin-top: -4px;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
/* ==================== footer area ==================== */



/* << footer area >> */

.footer {
	width: 100%;
	overflow: hidden;
	padding: 15px 35px 0 35px;
	border-bottom: 20px solid #AB035C;
	border-top: 1px solid #AB035C;
}
/* << footer_logo area >> */
.footer_logo img {
	width: auto;
	height: 60px;
}
.footer_logo object {
	width: auto;
	height: 60px;
	max-height:60px;
}


/* << footer_navarea area >> */
.footer_navarea {
	margin-top: 5px;
	margin-bottom: 20px;
	font-size: 12px;
}
.footer_navarea a {
	text-decoration: none;
}
.footer_navarea li {
	line-height: 1;
	float: left;
	border-right: none;
	padding: 0;
	position: relative;
	width: 49%;
	color: #fff;
	margin-top: 15px;
}
.footer_navarea li a {
	display: block;
	padding: 17px 0 17px 20px;
	background: #AB035C;
	color: #fff;
}
.footer_navarea a:after {
	position: absolute;
	top: 50%;
	right: 20px;
	display: block;
	content: '';
	width: 5px;
	height: 5px;
	margin-top: -4px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.contact_footer {
	margin-left: 2%;
}
.map_footer {
	margin-left: 2%;
}
/* << footer_copy area >> */

.footer_copy {
	margin-bottom: 15px;
}
}
/* ======================================== 767px以下 ======================================== */
@media(max-width: 767px) {
/* ==================== header area ==================== */




/* << header_navarea area >> */



.haeder_nav {
	padding: 0;
}
/* ==================== footer area ==================== */

/* << footer_navarea area >> */

	
	
	
.footer_navarea li {
	float: none;
	border-right: none;
	position: relative;
	width: 100%;
}
.contact_footer {
	margin-left: 0;
}
.map_footer {
	margin-left: 0;
}
}
/* ======================================== 500px以下 ======================================== */

@media(max-width: 500px) {
/* ==================== header area ==================== */

.header {
	border-top: 20px solid #AB035C;
	padding: 0 25px;
}
.header_text {
	display: none;
}
/* << menubtn area >> */

#menubtn {
	margin-top: 0px;
}
/* << header_logoarea area >> */



.header_logobox {
	width: 75%;
}
.header_logobox img {
	width: 100%;
	height: auto;
	max-width: 306px;
}
.header_logobox object {
	width: 100%;
	height: auto;
	max-width: 306px;
	max-height:60px;
}



/* << menubtn area >> */

#menubtn {
	width: 20%;
}
#menubtn i {
	font-size: 30px;
}
/* ==================== footer area ==================== */



/* << footer area >> */

.footer {
	padding: 15px 25px 0 25px;
}
/* ==================== pagetop_area ==================== */
#page-top {
	right: 15px;
}
}

/* ======================================== 350px以下 ======================================== */

@media(max-width: 350px) {
/* ==================== header area ==================== */
	
/* << header_logoarea area >> */

	
.header_logobox img {
	width: 100%;
	max-width: 306px;
}
.header_logobox object {
	width: 100%;
	height: auto;
	max-width: 306px;
}

/* ==================== footer area ==================== */

	/* << footer_logo area >> */
	
	
.footer_logo object {
	width: 100%;
	height: auto;
}
.footer_logo img {
	width: 100%;
	height: auto;
}
}
/*---------------clearfix---------------*/



.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/

* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}

/* End hide from IE-mac */

.header-text {
	display: none;
}