@charset "utf-8";

body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","游ゴシック",'Yu Gothic',YuGothic,-apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI","Noto Sans Japanese", Meiryo, sans-serif;
	color: #000;
	font-size:15px;
	line-height: 1.66;
	min-width: 1200px;
	margin: 0 auto;
	-webkit-text-size-adjust: 100%;
	-webkit-overflow-scrolling: touch;
}
.innerWrap {
	width: 1180px;
	margin: 0 auto;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.w1300{
	max-width:1300px;
	margin: 0 auto;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.w900{
	max-width:900px;
	margin: 0 auto;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
a{
	color: #000;
}
a:hover,
a:hover img,
.ro:hover {
  opacity: 0.8;
}
.ro:hover img,
a[href^="tel:"]:hover{
  opacity: 1;
}
.sp, #spMenuOverlay, #spMenu {
  display: none;
}

.f_left{ 
	float:left;
}
.f_right{
	float:right;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■header
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#header{
	line-height: 1.0;
	background: url(../img/bg01.png);
	padding-bottom: 28px;
}
#header .innerWrap{
	overflow:hidden;
	background: #fff;
	padding: 8px 45px 8px 14px;
}
#header h1{
	float:left;
}
#header #glnav{
	float:right;
	overflow:hidden;
	padding-top: 21px;
}
#header li{
	float:left;
	margin-right: 28px;
}
#header li a{
	color: #5E6566;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■footer
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#footer{
	background:url(../img/line01.png) repeat-x left top;
	padding-top: 22px;
	line-height: 1.0;
	clear:both;
	margin-top: 52px;
}
#footer .innerWrap{
	overflow:hidden;
}
#footer .menu{
	margin: 17px 0 25px 0;
	overflow:hidden;
}
#footer .menu li{
	float:left;
	margin-right:28px;
}
#footer .menu li a{
	color: #5E6566;
}
#footer #copyright{
	font-size:10px;
	text-align:left;
}
#footer .f_right{
	padding-bottom: 8px;
	text-align:right;
}
#footer .f_right li{
	margin-bottom: 10px;
}
#pagetop {
	width: 54px;
	height: 54px;
	position: fixed;
	bottom: 92px;
	right: 50px;
	z-index: 10;
	cursor:pointer;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■sub_bnr
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
ul.sub_bnr{
	font-size:0;
	text-align:center;
}
ul.sub_bnr li{
	display:inline-block;
	margin:0 10px;
}
ul.sub_bnr li img{
	-webkit-box-shadow: 4px 4px 0px 1px rgba(0,0,0,.1);
	-moz-box-shadow: 4px 4px 0px 1px rgba(0,0,0,.1);
	box-shadow: 4px 4px 0px 1px rgba(0,0,0,.1);
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■search_box
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#search_box{
	background: #fff;
	color: #5E6566;
	font-size:14px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#search_box h2{
	line-height: 1.0;
	margin-bottom: 19px;
	text-align:left;
}
#search_box table{
	width:100%;
}
#search_box th,
#search_box td{
	vertical-align:top;
}
#search_box th{
	width: 105px;
}
#search_box th img{
	vertical-align:top;
}
#search_box td{
	padding-bottom: 18px;
}
#search_box td p{
	font-size:12px;
	margin-bottom: 2px;
}
#search_box td p span{
	color: #e1017d;
}
#search_box ul{
	overflow:hidden;
}
#search_box li{
	float:left;
	margin: 0 24px 5px 0;
}
#search_box select{
	margin-bottom: 12px;
}
#search_box select::-ms-expand {
    display: none;
}
#search_box input[type=text],
#search_box select,
#search_box button{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#search_box select,
#search_box input[type=text],
#search_box .box{
	border: 2px solid #d3d3d3;
	border-radius: 3px;
	width: 100%;
	padding: 6px 12px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#search_box .box{
	padding-right: 0;
}
#search_box select{
	background: url(../img/ico_select.png) no-repeat 95% center;
	-webkit-background-size: auto 6px;
	background-size: auto 6px;
}
#search_box .box{
	padding-bottom: 0 !important;
}
#search_box label{
	cursor:pointer;
}
#search_box input[type=checkbox]{
	display: none;
}
#search_box .box li label{
	position:relative;
	padding-left: 17px;
}
#search_box .box li label:after{
	content:"";
	display:block;
	position:absolute;
	width: 9px;
	height:9px;
	border:1px solid #e1017d;
	left:0;
	top:50%;
	margin-top: -5px;
}
#search_box .box li label:before{
	content:"";
	display:block;
	position:absolute;
	width: 3px;	
	height: 7px;
	left: 4px;
	top:50%;
	margin-top: -5px;
	border-right: 2px solid #e1017d;
	border-bottom: 2px solid #e1017d;
	transform: rotate(45deg);
	opacity: 0;
}
#search_box .box li input[type=checkbox]:checked + label:before{
	opacity: 1;
}
#search_box button{
	border:none;
	line-height: 1.0;
	font-weight:bold;
	color:#fff;
	border-radius: 25px;
	background: url(../img/ico_search.png) no-repeat 27px center #e1017d;
	-webkit-background-size: auto 13px;
	background-size: auto 13px;
	text-align:center;
	padding:13px 35px 13px 47px;
	cursor:pointer;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■main_area
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#main_area{
	background: no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
	width: 100%;
	height: 285px;
	margin-bottom: 65px;
	position:relative;
	text-align:center;
	display:table;
}
#main_area:before{
	content:"";
	display:block;
	width:100%;
	height:100%;
	background: rgba(201,57,99,0.5);
	position:absolute;
	left:0;
	top:0;
	right: 0;
	bottom: 0;
	z-index:1;
}
#main_area .txt_area{
	display:table-cell;
	vertical-align:middle;
	position:relative;
	padding-top: 5px;
	z-index:3;
}
#main_area h2{
	margin-bottom: 19px;
}
#main_area .txt{
	color: #fff;
	font-size:20px;
	line-height: 1.75;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■contents
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* btn */
.btn01{
	text-align:center;
	line-height: 1.0;
}
.btn01 a{
	color: #fff;
	font-weight:bold;
	background: url(../img/ico_arrow01.png) no-repeat 92% center #e1017d;
	-webkit-background-size: 6px auto;
	background-size: 6px auto;
	border-radius: 25px;
	width: 224px;
	display:block;
	margin:0 auto;
	padding: 10px 0;
	border: 3px solid #e1017d;
}
.btn02{
	text-align:center;
	line-height: 1.0;
}
.btn02 a{
	color: #e1017d;
	font-weight:bold;
	background: url(../img/ico_arrow02.png) no-repeat 92% center #fff;
	-webkit-background-size: 6px auto;
	background-size: 6px auto;
	border-radius: 25px;
	width: 224px;
	display:block;
	margin:0 auto;
	padding: 10px 0;
	border: 3px solid #e1017d;
}


