@charset "UTF-8";

/**
 *
 * レスポンシブウェブデザイン用
 *
**/


/**
 * タブレット端末用
**/

@media only screen and (min-width: 681px) and (max-width: 975px) {
body {
	padding: 0;
	-webkit-text-size-adjust: none;
	font-size: 12px;
}


/*---------------------------------*/
/*head Menu*/
/*---------------------------------*/
div#head .element{
	width:100%;
	position:relative;
	z-index:500;
}
div#head .element img.logotype {
	display: block !important;
	position:absolute;
	top:10px;
	left:10px;
	z-index:500;
}
div#head .element img.logotype_sp {
	display: none !important;
}


/*フリーダイヤル*/
div#head .element img.freedial{
	width: 180px;
	height: auto;
	position:absolute;
	top:10px;
	left: inherit;
	right: 10px;
	z-index:600;
}

div#head .element ul {
	position:absolute;
	top: 115px;
	left:0px;
	padding-right:0;
	background:url("../image/bg_topmenu.gif") repeat-x top left;
}
div#head .element ul li{
	width: 20%;
	float:left;
	padding-left:1px;
	background:#fff url("../image/topmenu_bg.gif") no-repeat top left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: auto;
}
div#head .element ul li img {
	width: 100%;
	height: auto;
	display: block;
}

/*---------------------------------*/
/*other iamge*/
/*---------------------------------*/
div#otherimg .element{
	width:100%;
	position:relative;
	height:150px;
	background:url("../image/image_other.jpg") no-repeat top center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	
	z-index:100;
}
div#otherimg .element img{
	display:block;
	margin:0 auto;
}
div#otherimg .element img.rogo{
	position:absolute;
	left: inherit;
	right: 10px;
	z-index:50;
	top: inherit;
	bottom: 10px;
	padding-left:0;
	margin: 0 0 0 0;
}

/*---------------------------------*/
/*body otherelement*/
/*---------------------------------*/
div#body img {
	max-width: 100%;
	height: auto;
}

div#body .element {
	width:96%;
	padding:0px;
	margin: 0 auto;
}

div#body .otherbanner {
	float:none;
	width:100%;
	height: auto !important;
	padding:20px 0;
	background:url("../image/banner_bg.gif") repeat-y top left;
}
div#body .otherbanner ul{
	margin:0;
}
div#body .otherbanner ul li{
	background:url("../image/banner_bg.png") no-repeat top left;
}

div#body .otherelement{
	width:100%;
	float:none;
	padding:20px 0;
}


/*---------------------------------*/
/*footer Menu*/
/*---------------------------------*/
div#footer .element {
	width:100%;
	padding-top:5px;
}


/*---------------------------------*/
/*body indexelement*/
/*---------------------------------*/

div#body .indexelement {
	width:100%;
	margin:0 auto;
	width:100%;
	height:auto;
	padding:20px 0;
	background:url("../image/banner_bg.gif") repeat-y top left;
	overflow: hidden;
}
div#body .indexelement ul{
	margin:0;
	display:none;
}
div#body .indexelement ul li{
	width: 25%;
	float:left;
	margin-right:0px;
	background:none;
}

div#body .indexelement ul li a {
	width: 96%;
	display: block;
	margin: 0 auto;
}

div#body .indexelement ul li a img {
	width: 100%;
	height: auto;
	display: block;
}


/*---------------------------------*/
/*top iamge*/
/*---------------------------------*/
div#topimg {

}
div#topimg .element{
	width:100%;
	position:relative;
	z-index:100;
	height:600px;
	overline:hidden;
	background:#4a1328 url("../image/image_top.png") no-repeat top center;
	box-sizing: border-box;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
img#img_mask{
	position:absolute;
	top:0px;
	left:0;
	z-index:60;
	width:100%;
	height:600px
}
div#topimg .element img{
	display:block;
	margin:0 auto;
}
div#topimg .element img.rogo{
	position:absolute;
	top:85px;
	left:50%;
	z-index:50;
	padding-left:150px;
	padding-left: 0;
}
div#topimg .element div{
	position:absolute;
	top:320px;
	left:50%;
	z-index:50;
	padding-left:50px;
	padding-left: 0;
}
div#topimg .element div h1{
	font-size:110%;
	color:#fff;
	margin:0.5em 0 0 0;
	width:25em;
	font-weight:normal;
	padding:10px ;
	box-sizing: border-box;
	/*background:url("../image/bg_opacity2.png");*/
}


div#body h2{
	min-height: 0;
	background-size: 96% auto;
	background-position: center top;
	padding: 20px 0 45px 0;
}

div#body h2.pride{
	background-position: center center;
	background-size: 96% auto !important;
}

div#body div.bottom{
	margin:2em 0 0 0;
	min-height:85px;
	text-align:center;
	background-position: left bottom;
	background-size: 100% auto !important;
	border-bottom:1px solid #d5a3bc;
}


#banner {
background: #fff !important;	
}

#banner li {
	display: inline-block;
}

}


/**
 * スマートフォン端末用
**/

@media only screen and (max-width: 680px) {
body {
	padding: 0;
	-webkit-text-size-adjust: none;
	font-size: 12px;
}

.sp_disp { display: block !important; }


div#head {
	/*background:#fff url("../image/bg_head.gif") repeat-x top left;*/
	
	border-bottom:3px solid #991f5c;
	height:auto;
	overflow: hidden;
}

/*---------------------------------*/
/*head Menu*/
/*---------------------------------*/
div#head .element{
	width:100%;
	position:relative;
	z-index:500;
}
div#head .element img.logotype {
	display: none !important;
	/*margin: 15px 0 20px 15px;
	width: 260px;
	height: auto;
	position: inherit;
	top: inherit;
	left: inherit;
	z-index:500;*/
}
	
div#head .element img.logotype_sp {
	display: block !important;
	margin: 15px 0 20px 15px;
	width: 260px;
	height: auto;
	position: inherit;
	top: inherit;
	left: inherit;
	z-index:500;
}

/*フリーダイヤル*/
div#head .element img.freedial{
	/*display: none;*/
	width: 180px;
	height: auto;
	position:absolute;
	top:0px;
	left: inherit;
	right: 10px;
	z-index:600;
}
	
div#head .element ul {
	position: inherit;
	top: inherit;
	left: inherit;
	padding-right:0;
	background:url("../image/bg_topmenu.gif") repeat-x top left;
	border-top:1px solid #991f5c;
}
div#head .element ul li{
	width: 50%;
	float:left;
	padding-left:0;
	background:#fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: auto !important;
}
div#head .element ul li img {
	display: none;
}
div#head .element ul li a .sp_disp {
	height: auto;
	text-align: center;
	font-size: 14px;
	padding: 10px !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom:1px solid #991f5c;
	background: #ffffff;
}
div#head .element ul li:nth-of-type(1) {
	width: 100%;
}
div#head .element ul li:nth-of-type(2) a .sp_disp {
	border-right:1px solid #991f5c;
}

div#head .element ul li:nth-of-type(4) a .sp_disp {
	border-right:1px solid #991f5c;
	border-bottom:none;
}

div#head .element ul li:nth-of-type(5) a .sp_disp {
	border-bottom:none;
}



/*---------------------------------*/
/*other iamge*/
/*---------------------------------*/
div#otherimg .element{
	width:100%;
	position:relative;
	height:120px;
	background:url("../image/image_other-sp.jpg") no-repeat left top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	
	z-index:100;
}
div#otherimg .element img{
	display:block;
	margin:0 auto;
}
div#otherimg .element img.rogo{
	position:absolute;
	left: inherit;
	right: 10px;
	z-index:50;
	top: inherit;
	bottom: 10px;
	padding-left:0;
	margin: 0 0 0 0;
}

/*---------------------------------*/
/*body otherelement*/
/*---------------------------------*/

div#body .element {
	width:96%;
	padding:0px;
	margin: 0 auto;
}
div#body .otherbanner {
	height: auto !important;
	float:none;
	width:100%;
	padding:20px 0;
	background:url("../image/banner_bg.gif") repeat-y top left;
}
div#body .otherbanner ul{
	margin:0;
}
div#body .otherbanner ul li{
	background:url("../image/banner_bg.png") no-repeat top left;
}

div#body .otherelement{
	width:100%;
	float:none;
	padding:20px 0;
}


div#footer {
	background:#fff url("../image/bg_footer.gif") repeat-x top left;
	height:auto;
}



/*---------------------------------*/
/*footer Menu*/
/*---------------------------------*/
div#footer .element {
	width:100%;
	padding-top:5px;
}

div#footer .element p{
	text-align:center;
	font-size: 12px;
	margin:0.5em 0 1em;
}

/*リスト*/
div#footer .list{
	overflow: hidden;
    position: relative;
}
div#footer .list ul{
	text-align:center;
	margin:0 0 0 0;
	padding:0 0 0 0;
    position: relative;
	float: none;
    left: inherit;
}
div#footer .list ul li{
	font-size:15px;
	padding:0;
	text-align: left;
	display:block;
	/*float:left;*/
	border-bottom:1px solid #991f5c;
	border-right:none;
	float: none;
	position: relative;
    left: 0;
}
div#footer .list ul li a{
	padding:10px;
	text-align: left;
	display: block;
}
div#footer .list ul li a:hover{
	border-bottom:none;
	color:#f00;
}
div#footer .list ul li.first{
	border-left:none;
}



/*---------------------------------*/
/*body indexelement*/
/*---------------------------------*/

div#body .indexelement {
	width:100%;
	margin:0 auto;
	width:100%;
	height:auto;
	padding:20px 0;
	background:#fff;
	overflow: hidden;
}
div#body .indexelement ul{
	margin:0;
	display:none;
}
div#body .indexelement ul li{
	width: 50%;
	float:left;
	margin-right:0px;
	background:none;
}

div#body .indexelement ul li a {
	width: 96%;
	display: block;
	margin: 0 auto;
}

div#body .indexelement ul li a img {
	width: 100%;
	height: auto;
	display: block;
}


/*---------------------------------*/
/*top iamge*/
/*---------------------------------*/
div#topimg {

}
div#topimg .element{
	width:100%;
	position:relative;
	z-index:100;
	height:auto;
	overline:hidden;
	background:#4a1328;
	box-sizing: border-box;
	margin: 0 0 0 0;
	padding: 20px 0 0 0;
}
img#img_mask{
	position:absolute;
	top:0px;
	left:0;
	z-index:60;
	width:100%;
	height:600px
}
div#topimg .element img{
	display:block;
	margin:0 auto;
}
div#topimg .element img.rogo{
	width: 256px;
	height: auto;
	position: inherit;
	top: inherit;
	left: inherit;
	z-index:50;
	background:#4a1328;
	padding-left:150px;
	padding-left: 0;
	margin: 0 auto 15px auto;
}
div#topimg .element div{
	position: inherit;
	top: inherit;
	left: inherit;
	z-index:50;
	background: url("../image/image_top-sp.png") no-repeat left bottom;
	background-size: auto 100%;
	padding-left:50px;
	padding-left: 0;
	padding: 15px 0;
}
div#topimg .element div h1{
	font-size:110%;
	color:#fff;
	margin:0.5em 0 0 0;
	width:100%;
	font-weight:normal;
	padding:10px ;
	box-sizing: border-box;
	/*background:url("../image/bg_opacity2.png");*/
	text-shadow: 0 0 3px #000000;
}

div#body div.bottom{
	margin:2em 0 0 0;
	min-height:60px;
	text-align:center;
	background-position: left bottom;
	background-size: 100% auto !important;
	border-bottom:1px solid #d5a3bc;
}


#banner {
background: #fff !important;	
}

#banner li {
	margin: 0 auto;
	padding: 0 0 0 0;
	background: none;
background: #fff !important;
	display: block;
}

#banner li a {
	margin: 0 auto;
	padding: 0 0 0 0;
	max-width: 222px;
	background: none;
	display: block;
}

#banner li a img {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background: none;
	display: block;
}


}

