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

#wrapper {
    background: #eaeaea;
	z-index: 1;
}
/* -------------------------------------------------

header

------------------------------------------------- */
#header header{
	background:url(../images/mainimg.jpg) no-repeat;
	height:90px;
	background-size: cover;
	margin-bottom:30px;
	/* box-shadow */
	box-shadow:rgba(0, 0, 0, 0.0470588) 1px 1px 5px 4px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.0470588) 1px 1px 5px 4px;
	-moz-box-shadow:rgba(0, 0, 0, 0.0470588) 1px 1px 5px 4px;
}
#header header h1 a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}


/* PC */
@media screen and (min-width:769px) {
#header header h1{
	width:1000px;
	margin:0 auto;
	padding-top:35px;
}
.slidemenu,
.spButton{
	display: none;
}

/* navi */
#header nav div{
	width:1020px;
	margin:0 auto 30px;
}
#header nav div p a{
	float:left;
	margin:0 10px;
	display:block;
	width:140px;
	height:140px;
	border:5px solid #fff;
	background-color:#fff;
	text-align:center;
	font-size:1.15em;
	/* box-shadow */
	box-shadow:rgba(0, 0, 0, 0.0470588) 1px 1px 5px 4px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.0470588) 1px 1px 5px 4px;
	-moz-box-shadow:rgba(0, 0, 0, 0.0470588) 1px 1px 5px 4px;
	/* transition */
	transition-duration: 0.3s;
	transition-timing-function: ease-out;
}
#header nav div p a img{
	width:78px;
	margin:0 auto 5px;
	padding-top:20px;
	display:block;
}
#header nav div p a{
	background-position:center 10px;
}
#header nav div p a:hover{
	color:#fff;
}
#header nav div p.nav01 a:hover{
	background:url(../images/nav01on.png) no-repeat center 20px #ead64c;
}
#header nav div p.nav02 a:hover{
	background:url(../images/nav02on.png) no-repeat center 20px #47ca9a;
}
#header nav div p.nav03 a:hover{
	background:url(../images/nav03on.png) no-repeat center 20px #73c1cf;
}
#header nav div p.nav04 a:hover{
	background:url(../images/nav04on.png) no-repeat center 20px #7e73cf;
}
#header nav div p.nav05 a:hover{
	background:url(../images/nav05on.png) no-repeat center 20px #de6f94;
}
#header nav div p.nav06 a:hover{
	background:url(../images/nav06on.png) no-repeat center 20px #e99156;
}
#header nav div p a:hover img{
	opacity:0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha( opacity=0 )";
}


}
/* Tablet */
@media screen and (max-width:768px) {
#header header{
	background-position:right center;
}
#header header h1{
	width:180px;
	margin:0 20px;
	padding-top:20px;
}
.spButton{
    width:45px;
    height:45px;
    position: absolute;
    display: block;
    background-repeat: no-repeat;
	background-image:url(../images/sp_btn_menu.png);
    background-position: center;
	background-size:45px auto;
	right: 15px;
	top:15px;
}
/* navi */
#header nav{
	display:none;
}

/* -------------------------------------------------

slidemenu

------------------------------------------------- */
.slidemenu {
	background-color: #333;
	top: 0;
	right: 0;
	width: 240px;
	position: fixed;
	visibility: hidden;
	z-index: -1;
}
.slidemenu p {
    list-style: none;
    border-top: 1px solid #4D4D4D;
    border-bottom: 1px solid #000;
    font-size:14px;
    line-height: 1.8;
}
.slidemenu p a {
    padding:10px 0 10px 20px;
    display: block;
    text-decoration: none;
    color: #fff;
}
.slidemenu .slidemenu-header {
    height: 49px;
    border-bottom: 1px solid #000;
    background-color: #444;
	position: relative;
}
.slidemenu .slidemenu-header div {
    padding: 17px 0px 0px 19px;
    text-decoration: none;
    color: #888;
}
.slidemenu .slidemenu-body {
  height: 100%;
  overflow: hidden;
  position: relative;
}
.slidemenu .slidemenu-body .slidemenu-content {
  position: relative;
}
}

/* -------------------------------------------------

pageTitle

------------------------------------------------- */


/* titleArea */
.titleArea h2 {
	display:block;
	padding:20px;
	color: #fff;
	font-size:1.4em;
	font-weight:bold;
	/* box-shadow */
	box-shadow:rgba(0, 0, 0, 0.0470588) 1px 1px 5px 4px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.0470588) 1px 1px 5px 4px;
	-moz-box-shadow:rgba(0, 0, 0, 0.0470588) 1px 1px 5px 4px;
}
.titleText{
	background-color:#fff;
	padding:20px 20px 30px;
	/* box-shadow */
	box-shadow:rgba(0, 0, 0, 0.0470588) 1px 1px 5px 4px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.0470588) 1px 1px 5px 4px;
	-moz-box-shadow:rgba(0, 0, 0, 0.0470588) 1px 1px 5px 4px;
}
.titleArea ul{
	height:auto;
}
.titleArea ul li a{
	display:block;
	font-size:1.1em;
	color:#fff;
	/* transition */
	transition-duration: 0.3s;
	transition-timing-function: ease-out;
}
.titleArea ul li a:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
/* noMenuArea */
.noMenuArea{
	background-color:#fff;
	padding:20px 20px 30px;
	margin:0 0 30px;
	/* box-shadow */
	box-shadow:rgba(0, 0, 0, 0.0470588) 1px 1px 5px 4px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.0470588) 1px 1px 5px 4px;
	-moz-box-shadow:rgba(0, 0, 0, 0.0470588) 1px 1px 5px 4px;
}
/* mainArea */
.mainArea{
	background-color:#fff;
	padding:20px 20px 30px;
	margin:0 0 20px;
	/* box-shadow */
	box-shadow:rgba(0, 0, 0, 0.0470588) 1px 1px 5px 4px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.0470588) 1px 1px 5px 4px;
	-moz-box-shadow:rgba(0, 0, 0, 0.0470588) 1px 1px 5px 4px;
}
.mainArea h3{
	font-size:1.4em;
	font-weight:bold;
	padding:0 0 10px;
	margin:0 0 20px;
}
.mainArea h4{
	font-size:1.2em;
	margin:20px 0 5px 5px;
	padding:0 0 0 5px;
}
/* priceArea */
.priceArea table{
	width:100%;
}
.priceArea table th{
	font-weight:normal;
	text-align:left;
}
.priceArea table td{
	background-color:#f2f2f2;
}



/* stepArea */
.stepArea div{
	border-bottom:1px dotted #bfbfbf;
	padding:0 0 10px;
	margin:0 0 10px;
}
.ttlStep{
	display:inline-block;
	margin-right:5px;
	padding:10px;
	line-height:100%;
	color:#fff;
}



/* PC */
@media screen and (min-width:769px) {
#contents{
	width:1000px;
	margin:0 auto;
}
.titleArea ul{
	margin:0 0 30px 20px;
}
.titleArea ul li a{
	text-align:center;
	width:180px;
	float:left;
	margin:0 0 0 10px;
	padding:20px 0;
	/* box-shadow */
	box-shadow:rgba(0, 0, 0, 0.0470588) 1px 1px 5px 4px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.0470588) 1px 1px 5px 4px;
	-moz-box-shadow:rgba(0, 0, 0, 0.0470588) 1px 1px 5px 4px;
}
/* priceArea */
.priceArea table th{
	width:300px;
}
}
/* Tablet */
@media screen and (max-width:768px) {
#contents{
	margin:0 20px;
}
.titleArea ul{
	margin:20px 0;
	border:5px solid #fff;
	/* box-shadow */
	box-shadow:rgba(0, 0, 0, 0.0470588) 1px 1px 5px 4px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.0470588) 1px 1px 5px 4px;
	-moz-box-shadow:rgba(0, 0, 0, 0.0470588) 1px 1px 5px 4px;
}
.titleArea ul li{
	border-bottom:1px dotted #fff;
}
.titleArea ul li a{
	padding:8px 15px;
}
/* priceArea */
.priceArea table{
	width:100%;
}
.priceArea table th{
	display:block;
}
.priceArea table td{
	display:block;
}

}

/* -------------------------------------------------

contents

------------------------------------------------- */
#contents {

}

/* PC */
@media screen and (min-width:769px) {
.topicPath {
	display: block;
	margin: 0 0 30px;
}
.topicPath a {
	color: #2aaf85;
	text-decoration: underline;
}
.topicPath a:hover {
	color: #53d1a9;
	text-decoration: none;
}
}
/* Tablet */
@media screen and (max-width:768px) {
.topicPath {
	display: none;
}


}


/* -------------------------------------------------

infoArea

------------------------------------------------- */
.infoArea{
	background-color:#fff;
	margin:0 0 20px;
	/* box-shadow */
	box-shadow:rgba(0, 0, 0, 0.0470588) 1px 1px 5px 4px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.0470588) 1px 1px 5px 4px;
	-moz-box-shadow:rgba(0, 0, 0, 0.0470588) 1px 1px 5px 4px;
}
.infoArea h5{
	background-color:#d8d8d8;
	font-size:1.25em;
	font-weight:normal;
	text-align:center;
	padding:15px;
}
.infoArea div{
	padding:20px 20px 30px;
	text-align:center;
}
.infoArea div dl dt{
	font-size:1.2em;
}
.infoTel{
	font-family:"Times New Roman", Times, serif;
	font-size:1.2em;
	padding:0 0 8px;
}
.infoTel strong{
	font-size:1.8em;
	font-weight:normal;
}

/* PC */
@media screen and (min-width:769px) {
.infoMail a:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
}
/* Tablet */
@media screen and (max-width:768px) {
.infoMail{
	width:50%;
	margin:0 auto;
	display:block;
}
}


/* -------------------------------------------------

footer

------------------------------------------------- */
.gotop {
	position: fixed;
}
.gotop a {
	width: 40px;
	line-height: 40px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	display: block;
}
.gotop a:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
#footer {
	padding: 15px 0 55px;
}
footer div ul li span {
	font-size: 0.8em;
	color: #8f8f8f;
	vertical-align: text-top;
	padding: 0 5px 0 0;
}
footer div p {
	color: #8f8f8f;
	font-size: 0.75em;
}
/* PC */
@media screen and (min-width:769px) {
.gotop {
	right: 20px;
	bottom: 20px;
}
footer {
	width: 980px;
	height: auto;
	margin: 0 auto;
}
footer address {
	float: left;
}
footer address strong {
	display: block;
	font-weight:normal;
	font-size: 1.1em;
}
footer div {
	float: right;
	text-align: right;
}
footer div ul {
	height: auto;
}
footer div ul li {
	float: right;
	padding: 10px 0 5px 20px;
	font-size: 0.9em;
}
footer div p {
	letter-spacing: 1px;
}
}
/* Tablet */
@media screen and (max-width:768px) {
.gotop {
	right: 10px;
	bottom: 10px;
}
footer {
	margin: 0 20px;
	text-align: center;
}
footer address strong {
	display: block;
}
footer div ul li {
	padding: 5px;
	display: inline-block;
}
}


