@charset "utf-8";

@import url(./basic.css);
@import url(./page.css);
@import url(./size.css);

/* layout */
body {
	font-size: 100%;
	color: #4e454a;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
	margin: 0px;
}

.bgBody		{
	background-color:#fafeff;
	background:;
}


@media (max-width: 768px) { /* forSMP */
	.bgBody		{
background-image: none;
	}
}

.wbasic {
	width: 1000px;
	margin: 0 auto;
}


/* bg-color */
.bgCgrey {
	background-color: #fafdff;
	padding:20px;
}

.bgCivory {
	background-color: #f8f4e6;
	padding:20px;
}
.bgCaliceB {
	background-color: #f0f8ff;
	padding:20px;
	border:1px solid #3071b9;
}




@media (max-width: 768px) { /* forSMP */
.wbasic {
	width: 100%;
	}
}

@media (max-width: 768px) { /* forSMP */
.spNone {
	display: none;
	}
}
@media (min-width: 769px) { /* forPC */
.pcNone {
	display: none;
	}
}



/* contents */
#contents {
}

@media (max-width: 768px) { /* forSMP */
#contents {
	padding:10px;
}

}

/* slider */
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0 auto ;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }



/********* header *********/
header {
	height: 20px;
}

header ul {
	width:100%;
}

header ul li {
	float:left;
}

header ul li.logo {
	width: 38%;
	margin-top: 10px;
}

header ul li.c01 {
	width:42%;
    color: #001e43;
	font-size:120%;
	margin-top:30px;
}

header ul li.c02 {
	width: 20%;
	margin-top:6px;
}

header ul li.c03 {
	width: 0%;
	margin-top:px;
}

header h1 {
	font-weight: normal;
	font-size: 10px;
	color: #333;
	margin: 0px;
	padding: 2px;
	height: 20px;
}


@media (max-width: 768px) { /* forSMP */
	header {
		height: auto;
	}

	header ul li.logo {
	width: 50%;
	padding: 5px;
	margin: 10px 0 0 0;
	}
	
	header ul li.c01 {
		display:none;
	}

	header ul li.c02 {
	width: 45%;
	padding: 5px;
	margin-top:0px;	
	}

	header ul li.c03 {

	}
	
	header ul li.logo img,
	header ul li.c02 img {
		width: 100%;
		height: auto;
	}
	
	header h1 {
	font-weight: normal;
	font-size: 10px;
	color: #333;
	margin: 0px;
	padding: 5px;
	height: 35px;
	background-color: #3071b9;
	}
}



/********* nav *********/

nav {



}



@media (min-width: 769px) { /* forPC */


.dropmenu{
  *zoom: 1;
  list-style-type: none;
  margin: 5px auto 0px;
  padding: 0;
  border-top:12px solid #f7f6f5; 
  border-bottom:12px solid #f7f6f5;
}
.dropmenu:before, .dropmenu:after{
  content: "";
  display: table;
}
.dropmenu:after{
  clear: both;
}
.dropmenu li{
  position: relative;
  width: 12.5%;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
}
.dropmenu li a{
  display: block;
  margin: 0;
  padding: 20px 0px;
  background-color:#fff;
  color: #444;
  font-weight:bold;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
}
.dropmenu li ul{
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
}
.dropmenu li ul li{
  width: 100%;
}
.dropmenu li ul li a{
  padding: 13px 15px;
  border-bottom: 1px solid #fff;
  background-color:#e52377;
  text-align: center;
}
.dropmenu li:hover > a{
  background-color:#e52377;
  color:#fff;
}
.dropmenu li a:hover{
  background-color:#e52377;
  color:#fff;  
}


#menu li ul{
  opacity: 0;
  top: 50%;
  visibility: hidden;
  transition: .5s;
}
#menu li:hover ul{
  top: 100%;
  visibility: visible;
  opacity: 1;
}


}



@media screen and (max-width: 768px) {
	header ul li.c02 {
		display: none;
	}
}
/*PCの表示*/
@media screen and (min-width: 769px) {
	header ul li.icon_menu {
		display: none;
	}
}



/* spbtn */
.smpbtn {
	display: block;
	width: 40px;
	height: 40px;
	position: fixed;
	bottom: 10px;
	right: 4px;
	cursor: pointer;
	z-index: 200;
	background-image: url(/_share/header/spbtn.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.peke {
    background-position: -40px 0;
}
.drawr {
	display: none;
	background-color: rgba(245,178,172,0.9);
	position: fixed;
	top: 0px;
	right: 0;
	width: 100%;
	padding: 10px;
	z-index: 100;
}
.drawr #menu li {
    width:100%;
}
.drawr #menu li a {
	color: #333;
	font-weight:bold;
	display: block;
	font-size:120%;
	padding: 6px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}


/* footer */
footer {
	clear: both;
	padding: 20px;
	color: #3071b9;
	background-color: #;
	text-align:center;
}

footer a {
	color: #333;
	text-decoration: none;
}

footer a:hover {
	color: #e52377;
	text-decoration: underline;
}

footer a:visited {
	color: #333;
	text-decoration: none;
}

footer #info {

}

footer #info .left {
	float: left;
	width:49%;
}
footer #info .right {
	float: right;
	width:49%;	
}

footer #info .h3name {
	font-size:24px;
	margin-bottom: 20px;
}

footer #info .tableF {
	font-size: 100%;
	width: 100%;
	margin-bottom: 30px;
}

footer #info .tableF td,
footer #info .tableF th {
padding: 8px 0px;
border-bottom:1px solid #555;
}

footer #info .tableF tr {

}

footer #info .tableF th {
	width:80px;
	vertical-align: top;
}


#footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 120px;
	background-color:#4e454a;
}

.fWidth{
	width:900px;
	margin:0 auto;
}
 
body , html {
    height: 100%;
}
 
#all {
    width: 100%;
    position: relative;
    height: auto !important;
    height: 100%;
    min-height: 100%;
}

#contents {
    padding-bottom: 120px;
}

.fTel{
	float:left;
	width:400px;
}
.fApply{
	float:right;
	width:400px;	
}

.fApply img{
	margin-top:30px;
}

@media (max-width: 768px) { /* forSMP */

#footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height:auto;
	background-color:#ff4500;
}



.fTel img,
.fApply img {
		width: 100%;
		height: auto;
	}

.fTel{
	width:36%;
	height:auto;
	padding:10px;
}
.fApply{
	width:36%;
	float:left;
    height:auto;
	padding:10px;	
}

.fApply img,
.fTel img{
	margin-top:5px;
}
.fWidth{
	width:90%;
	margin:0 auto;
}




}




@media (max-width: 768px) {
	footer #info .left {
		float: none;
		width:100%;
	}
	footer #info .right {
		float: none;
		width:100%;		
	}
	footer #info .right iflame {
		width: 100%;
	}
}

#underBtn {
	position: fixed !important;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 5px;
	width: 100%;
	height: auto;
	background-color: #81C201;
	color: #fff;
	text-align: center;
}  


/* linklist */
.listL {
	margin-bottom:20px;
	padding:20px;
    color:#333;	

}

.listL ul {


}
.listL a{
    color:#333;	
}
.listL a:hover {
	color: #e52377;
	text-decoration: underline;
}
.listL a:visited {
	color: #333;
	text-decoration: none;
}

.listL ul li {
	float: left;
	width:22%;
	margin-right:3%;

}

.listL ul li ul li {
	float: none;
	width:100%;
}

#sitemap.listL ul li {
	float: none;
	width:100%;
	margin-bottom:30px;
}


.listL ul li .h3 {
	color:#e52377;
	font-size:140%;
	font-weight: bold;
}

.listL ul li ul {
}

.listL ul li ul li {
	float:none !important;
}


#sitemap.listL ul li ul li {
	list-style-type: disc;
	margin-left:30px;
	margin-bottom:5px !important;
}










/* main */
section {
	float: none;	
	width: 1000px;
	min-height: 400px;
	height: auto !important;
	height: 400px;
}


@media (max-width: 768px) { /* forSMP */
	section {
	float: none;
	width: auto;
	}
}

section strong {
	color: #e60012;
	font-weight:bold;
}


section .pBas {
	font-size:120%;
	line-height: 160%;
	margin-bottom: 30px;
    margin-left:120px;
}
 
section .h2{
    background:url(/brand//hakara/_share/h2_bg.png) 0 0 no-repeat;
    color: #4e454a;
    margin: 1em 0;
    padding: .8em 120px;
	font-size:240%;
	letter-spacing: 4px;
}

section .h3 {
    margin-left:120px;	
	position: relative;
	padding-bottom: .5em;
	border-bottom: 4px solid #ccc;
	font-size: 160%;
	margin-bottom: 30px;
	color: #009944;
}
section .h3::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	z-index: 2;
	content: '';
	width: 20%;
	height: 4px;
	background-color: #e60012;
}



/* h3 */
#sitemap.linklist ul li h3 {
	border-radius: 5px;/* CSS3草案 */
	-webkit-border-radius: 5px;/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;
	color: #FFF;
	margin-bottom: 15px;
	background-color: #A3D6CC;
	font-size: 120%;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 12px;
}


section .h4{
    position: relative;
    font-size: 1.2em;
    font-weight: bold;
    margin: 0 0 1.5em;
    padding: 0.5em 0.5em 0.5em 2.0em;
    border-bottom: 2px solid #e32a78;
}
 
section .h4:before{
    content: "□";
    font-size: 200%;
    position: absolute;
    color: #ff6b6e;
    top: -0.8em;
    left: 0.3em;
    height: 12px;
    width: 12px;
}
 
section .h4:after{
    content: "□";
    font-size: 200%;
    position: absolute;
    color: #e52377;
    top: -0.5em;
    left: 0;
    height: 12px;
    width: 12px;
}
section .h5 {
	margin-bottom:20px;
	background-color:#fbdcda;
	color:#e32a78;
	font-weight:bold;
	padding:8px 16px;
	border-radius: 6px;        /* CSS3草案 */  
    -webkit-border-radius: 6px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 6px;   /* Firefox用 */  
}

section .h6 {
	padding: 3px;
	margin-bottom: 10px;
}

.block1{
	border: 1px solid #F2DDE8;
	margin-top: 10px;
	padding: 10px;
	text-align: left;
	margin-bottom:20px;
}
.q_text{
	border-bottom: 1px dashed #F2DDE8;
	padding-bottom: 5px;
	font-weight: 600;
	color: #e32a78;
}
.a_text{
	padding-top: 5px;
	line-height: 1.5em;
}

/* side */

#right {
	float: right;
	width: 250px;
}

#left {
	float: left;
	width: 250px;
}

@media (max-width: 768px) { /* forSMP */
	#right,#left {
	float: none;
	width: 100%;
	}
}


aside {
	font-size: 14px;
	background-color: #fff;
    padding:1px;
	margin-bottom:20px;
}


/* aside box */
aside .box {
	margin-bottom:20px;
	border:1px solid #e7e7e7;	
}



@media (max-width: 768px) { /* forSMP */
	aside .box {
	padding: 0px;
	margin:0 0 10px 0;
	font-size: ;
	border:none;
	}
}



/* aside title */

aside .title {
	border-bottom:8px solid #f7f6f5;
	text-align:center;
	padding:10px;
	font-weight:bold;
}

aside .title a {
	display: block;
	color: #e52377;
	font-size:18px;
	text-decoration: none;	
}

aside .title a:hover {
	text-decoration: underline;
}

aside .titleNr {
	border-bottom:8px solid #f7f6f5;
	text-align:center;
	padding:8px;
	font-weight:bold;
}
aside .text {
	padding: 5px;
}


aside .btnSide {
}

aside .btnSide a {
	border-radius: 5px;/* CSS3草案 */
	-webkit-border-radius: 5px;/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-weight: bold;
	text-align: center;
	display: block;
	background-color: #E8D6BB;
	margin: 5px;
}

aside .btnSide a:hover {
	opacity:0.8;
	filter: alpha(opacity=80);
	ms-filter: "alpha( opacity=80 )";
}

@media (max-width: 768px) { /* forSMP */
	aside .aImg {
			display: none;
	}
}

aside .aImg {
	margin-bottom: 10px;
}	





/* timetable */
aside .timetable table {
	font-size: 10px;
	width: 100%;
}

aside .timetable th {
	padding: 5px;
	text-align: center;
	background-color: #D1EBE5;
}

aside .timetable td {
	padding: 1px;
	text-align: center;
}

aside .timetable h3 {
	font-size: 12px;
	font-weighTt:bold;
	padding: 4px;
	text-align: center;	
	background-color: #D1EBE5;	
}

aside .timetable h3.weekday {
	background-color: #FFEA95;
	border-bottom-color: #FC6;
}

aside .timetable h3.saturday {
	background-color: #CAE4FF;
	border-bottom-color: #93C9FF;
}

aside .timetable h3.holiday {
	background-color: #FFD2D2;
	border-bottom-color: #FF9D9D;
}

aside .timetable h3.weekday02 {
	background-color: #EAEAEA;
	border-bottom-color: #CCC;
}

aside .timetable p.t_text {
	padding: 5px;
	font-family: Tahoma, Geneva, sans-serif;
	text-align: center;
	font-style: normal;
	color:#B22D00;	
}

aside p.tel {
	padding: 3px;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-weight: bold;
	text-align: center;
	font-size: 28px;
	color:#6D4A00;
}

aside p.tel a {
	color:#6D4A00;	
	text-decoration: none;
}	

/* aside ul */
aside .ul {
	margin-bottom: 5px;
}

aside .ul li {
	font-size: 100%;
	border-bottom:1px dotded #f7f6f5;
	color:#333;	
}

aside .ul li a,
aside .ul .listNoLink  {
	display: block;
	padding-top: 5px;
	padding-right: 4px;
	padding-bottom: 6px;
	padding-left: 4px;
	border-bottom:1px dotded #f7f6f5;
	padding:8px;
	font-weight:bold;
	color:#333;	
	text-decoration: none;
}

aside .ul li a:visited {
}

aside .ul li a:hover {
	text-decoration: underline;
}

@media (max-width: 768px) { /* forSMP */
	aside .ul li {
		float: left;
		width: 50%;
		border-bottom: 1px dotted #00ac9a;
		font-size: ;
	}

	aside .ul li:nth-child(odd) {
	border-right: 1px dotted #00ac9a;	
	}

	aside .ul li a  {
		padding: 10px;
		background-image: none;
	}
}



aside .subject li {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	padding-top: 1px;
	padding-bottom: 1px;	
	height: 60px;
}

/* pagetop */
#pagetop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 16px;
	opacity:1;
}

#pagetop a {
	text-decoration: none;
	color: #FFF;
	width: 94px;
	text-align: center;
	display: block;
	border-radius: 60px;
	padding: 20px;
	background-color: #e60012;
}

#pagetop a:hover {
opacity:0.8;
}

@media (max-width: 768px) { /* forSMP */
	#pagetop {
	bottom: 60px;
	right: 4px;
	font-size: 12px;
	opacity:1;
	z-index:1;
	}
	#pagetop a {
	width: 40px;
	height:40px;
	text-align: center;
	display: block;
	border-radius: 4px;
	padding: 4px;
	background-color: #f07dae;
}
}



/* zIndex */
.zIndex1 {
	z-index: 1;
	position: relative;
}

.zIndex2 {
	z-index: 2;
	position: absolute;
	width: 100%;
	background-image: url(/_share/bg-zindex1.png);
	background-repeat: repeat-x;
}

.zIndex3 {
	z-index: 3;
 	position: absolute;
}




/* crear */
.clearfix {
	overflow:hidden;
	zoom: 1;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
