@charset "utf-8";
/* CSS Document */

.contents_inner {

	width: 100%;
	margin: 0 auto;
	
	

}

.contents__inner h1 {
	margin-bottom: 30px;
	font-size: 20px;
	font-weight: bold;
}
.contents__inner img {
	width: 100%;
	height: auto
}
/* --------------------------------------------------- btn */
.btn__box {
	width: 250px;
	height: 50px;
	line-height: 50px;
	margin: 100px auto 0;
	font-size: 13px;
}

.btn__box a {
	position: relative;
	display: block;
	color: #666;
	background: #fff;
}

.btn__box a:before {
	content: '';
	position: absolute;
	top: -5px;
	left: -5px;
	box-sizing: border-box;
	width: 250px;
	height: 50px;
	border: 1px solid #fff;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.btn__box a:hover:before {
	-webkit-transform: translate(10px, 10px);
	-ms-transform: translate(10px, 10px);
	transform: translate(10px, 10px);
}

/* --------------------------------------------------- menu */


.honeico , .honeico a:hover {
	background-image: url(../images/header/hone.svg);
	background-repeat: no-repeat;
	background-position: 5px center;
	background-size: 20px auto;
}
.riyouhouhou , .riyouhouhou a:hover {
	background-image: url(../images/header/riyouhou.svg);
	background-repeat: no-repeat;
	background-position: 5px center;
	background-size: 20px auto;
}
.planpay , .planpay a:hover {
	background-image: url(../images/header/plan.svg);
	background-repeat: no-repeat;
	background-position: 5px center;
	background-size: 20px auto;
}
.raiten , .raiten a:hover {
	background-image: url(../images/header/yoyaku.svg);
	background-repeat: no-repeat;
	background-position: 5px center;
	background-size: 20px auto;
}
.faqs , .faqs a:hover {
	background-image: url(../images/header/faq.svg);
	background-repeat: no-repeat;
	background-position: 5px center;
	background-size: 15px auto;
}
.mails , .mails a:hover {
	background-image: url(../images/header/mail.svg);
	background-repeat: no-repeat;
	background-position: 5px center;
	background-size: 20px auto;
}
.menu {
	position: relative;
	width: 100%;
	height: 50px;
	background-color: #E35377;
	margin: 0 auto;
}

.menu > li {
	float: left;
	width: 16.66%;
	height: 50px;
	line-height: 50px;
	background-color: #E35377;
	text-align: center;

}

.menu > li a {
	display: block;
	color: #fff;
	font-size: 13px;
}


.menu > li a:hover {
	color: #E35377;
	position:relative;
	z-index:99999
}

ul.menu__second-level {
	visibility: hidden;
	opacity: 0;
	z-index: 1;
}

ul.menu__third-level {
	visibility: hidden;
	opacity: 0;
}

ul.menu__fourth-level {
	visibility: hidden;
	opacity: 0;
}

.menu > li:hover {
	background: #F9C7D6;
	-webkit-transition: all .5s;
	transition: all .5s;
	z-index: 99999;
}

.menu__second-level li {
	border-top: 1px solid #fff;
	text-align:center;
	z-index: 99999;
	
}

.menu__third-level li {
	border-top: 1px solid #fff;
}

.menu__second-level li a:hover {
	background-color: #E35377;
	color: #fff;
	text-align: center;
	z-index: 99999;
	background-image: url(url);
}

.menu__third-level li a:hover {
	background: #E35377;
	z-index: 99999;
}

.menu__fourth-level li a:hover {
	background: #F9C7D6;
	z-index: 99999;
}

.init-bottom:after {
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	margin: 0 0 0 15px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.menu:before,
.menu:after {
	content: " ";
	display: table;
}

.menu:after {
	clear: both;
}

.menu {
	*zoom: 1;
}

/* --------------------------------------------------- single menu */
.menu > li.menu__single {
	position: relative;
}

li.menu__single ul.menu__second-level {
	position: absolute;
	top: 40px;
	width: 100%;
	background: #F9C7D6;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	z-index: 99999;
}

li.menu__single:hover ul.menu__second-level {
	top: 50px;
	visibility: visible;
	opacity: 1;
}

/* --------------------------------------------------- multi menu */
.menu > li.menu__multi {
	position: relative;
}

li.menu__multi ul.menu__second-level {
	position: absolute;
	top: 40px;
	width: 100%;
	background: #F9C7D6;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

li.menu__multi:hover ul.menu__second-level {
	top: 50px;
	visibility: visible;
	opacity: 1;
}

li.menu__multi ul.menu__second-level li {
	position: relative;
}

li.menu__multi ul.menu__second-level li:hover {
	background: #E35377;
	z-index: 99999;
}

li.menu__multi ul.menu__second-level li ul.menu__third-level {
	position: absolute;
	top: -1px;
	left: 100%;
	width: 100%;
	background-color: #E35377;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

li.menu__multi ul.menu__second-level li:hover ul.menu__third-level {
	visibility: visible;
	opacity: 1;
}

li.menu__multi ul.menu__second-level li ul.menu__third-level li {
	position: relative;
	z-index: 99999;
}

li.menu__multi ul.menu__second-level li ul.menu__third-level li:hover {
	background: #E35377;
	z-index: 99999;
}

li.menu__multi ul.menu__second-level li ul.menu__third-level li ul.menu__fourth-level {
	position: absolute;
	top: -1px;
	left: 100%;
	width: 100%;
	background-color: #E35377;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

li.menu__multi ul.menu__second-level li ul.menu__third-level li:hover ul.menu__fourth-level {
	visibility: visible;
	opacity: 1;
}

.init-right:after {
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	margin: 0 0 0 15px;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* --------------------------------------------------- mega menu */
li.menu__mega ul.menu__second-level {
	position: absolute;
	top: 40px;
	left: 0;
	box-sizing: border-box;
	width: 100%;
	padding: 20px 2%;
	background-color: #F9C7D6;
	
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

li.menu__mega:hover ul.menu__second-level {
	top: 50px;
	visibility: visible;
	opacity: 1;
}

li.menu__mega ul.menu__second-level > li {
	float: left;
	width: 32%;
	border: none;
}

li.menu__mega ul.menu__second-level > li:nth-child(3n+2) {
	margin: 0 1%;
}

/*---------------------------------------nav*/
.contents__inner.spnone nav {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.contents__inner.spnone nav .telspace {
	position: absolute;
	right: 7px;
	top: 7px;
	bottom: 0px;
	margin-bottom: auto;
	margin-top: auto;
	height: auto;
	color: #fff;
	width: 200px;
	display: block;
}
nav .telspace img {
	width: 100%;
	height: auto;
}
.menu__second-level li a {
	color: #E35377;
	line-height: normal;
	padding-top: 15px;
	padding-bottom: 15px;
}
