/* floating */
html {
	height:100%;
}
body {
	box-sizing:border-box;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	user-select:none;
	-webkit-user-select:none;
	-moz-user-select:none;
	-khtml-user-select:none;
	-webkit-user-drag:none;
	-khtml-user-drag:none;
	cursor:auto;
	padding:0;
	margin:0;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	height: 100%;
}
img{
	max-height: 100%;
	height: auto;
	width /***/:auto;
	display:block;
}
a { 
	text-decoration:underline; 
	color: #7b57a1;
}
#link01, #link02 {
	margin-top: -130px;
	background-color: #ccc;
	position: absolute;	
}



#wrapper{
     width:100%;
	padding: 0;
     margin:0;
    position: relative;/*フッターの位置設定の基準*/
    min-height: 100%;/*最低値を100％にしておけばコンテンツ量が増えた分だけ伸びる*/
    height: auto !important;/*ie6用（今いるかな？）*/
    height: 100%;    
    background-color: #FFF;/*コンテンツの背景色は全体囲みのココに指定*/
	float: left;
}
	
	
#content1{
	box-sizing:border-box;
	position:relative;
	background-color:#FFF;
	width:100%;
	height:450px;
	margin-top:100px;
	text-align:center;
	float:left;
	overflow:hidden;
	background-image:url(../img/bg1.jpg);
	background-position: center center;
	background-size: cover;
}
@media screen and (max-width: 749px) { 
#content1{
	background-image:url(../img/bg2.jpg);
}
}
@media screen and (max-width: 499px) { 
#content1{
	background-image:url(../img/bg3.jpg);
	height:250px;
}
}


.boshu-PC {
	width: 400px;
	height: auto;
	position: absolute;
	right: 20px;
	top: 20px;
	display: block;
}
.boshu-PC img{
	width: 100%;
	height: auto;
	display: block;
	text-align: right;
}
.boshu-PC img:hover {
	filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}
.boshu-tab {
	width:96%;
	height:auto;
	top: 20px;
	font-size: 24px;
	line-height: 24px;
	padding: 20px;
	position:absolute;
	z-index:999;
	background-color:#7b57a1;
	color:#FFF;
	margin:0 2%;
	display:none;
	letter-spacing: 1px;
}
@media screen and (max-width: 799px) { 
.boshu-PC {
	display:none;
}
.boshu-tab {
	display:block;
}
}
@media screen and (max-width: 499px) { 
.boshu-PC {
	display:none;
}
.boshu-tab {
	display:block;
	font-size: 18px;
}
}








#content2 {
	box-sizing:border-box;
	background-color:#7b57a1;
	width:100%;
	height:auto;
	position:relative;
	padding:30px 30px;
	text-align:center;
	float:left;
	overflow:hidden;
    font-size: 24px;
	letter-spacing: 1px;
	text-align:left;
}
.text01Box {
	text-align: center;
}
.text01Box2 {
	display: inline-block;
	text-align: left;
}
.text01Box3 {
	text-align: right;
	margin-top: 10px;
}
.brPC {
	display: block;
}
.br950 {
	display: none;
}
@media screen and (max-width: 949px) { 
.brPC {
	display: none;
}
.br950 {
	display: block;
}
}
@media screen and (max-width: 599px) { 
.text01Box2 {
	font-size: 18px;
}	
}
@media screen and (max-width: 499px) { 
.text01Box2 {
	font-size: 14px;
}	
}
@media screen and (max-width: 349px) { 
.text01Box2 {
	font-size: 12px;
}
}







#content3{
	box-sizing:border-box;
	background-color:#FFFFFF;
	width:100%;
	height:auto;
	position:relative;
	padding:30px;
	text-align:center;
	float:left;
	overflow:hidden;
}
.groupBox {
	width: 48%;
	height: auto;
	height: 100px;
	background-color: #7b57a1;
	position: relative;
	color: #7b57a1;
	font-size: 18px;
	float: left;
	/*For Old WebKit*/
	background: -webkit-linear-gradient(top,#FFF 20%,#b19cc7 100%);
	margin: 0 1%;
	text-align: center;
	border: 1px solid #7b57a1;
	font-size: 24px;
	letter-spacing: 1px;
}
.groupBox:hover {
	background: -webkit-linear-gradient(top,#FFF 20%,#FFF 100%);
	color: #7b57a1;
}
@media screen and (max-width: 749px) { 
.groupBox {
	width: 100%;
	height: 70px;
	border-top: 0px solid #7b57a1;
	border-left: 0px solid #7b57a1;
	border-right: 0px solid #7b57a1;
	letter-spacing: 0px;
	font-size: 18px;
	text-align: left;
	margin: 0;
}
}
.con3text {
	box-sizing: border-box;
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
	padding-left: 20px;
}










#content4{
	box-sizing:border-box;
	background-color:#f1edf5;
	width:100%;
	height:auto;
	position:relative;
	padding:50px 30px;
	text-align:center;
	float:left;
	overflow:hidden;
}
.Boxtitle {
	width:100%;
	font-size:32px;
	color:#FFFFFF;
	text-align:center;
	letter-spacing:2px;
	margin-bottom:20px;
	float:left;
}
.Boxtitle2 {
	color: #7b57a1;
}
@media screen and (max-width: 699px) { 
.Boxtitle {
	font-size:24px;
	margin-bottom:10px;
}
}

ul.lensBox0 {
	box-sizing:border-box;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    width:100%;
	padding:0px;
	margin:0px;
	margin-bottom:20px;
	overflow: hidden;
} 
ul.lensBox0 li {
	box-sizing:border-box;
	width:31%;
	margin:1%;
	background-color:#FFF;
    list-style:none;
	box-shadow: 0 0 8px rgba(0,0,0,0.4);
	float: left;
	padding: 10px;
}
ul.lensBox0 li:hover{
	box-shadow: 0 0 8px rgba(0,0,0,0.0);
}
.liBox:hover{
	filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}
.pics_title{
	box-sizing:border-box;
	width: auto;
	height: auto;
	font-size:21px;
	line-height: 21px;
	color: #7b57a1;
	float:left;
	margin-top:5px;
	text-align:left;
	padding: 0 0 5px 0;
}
.fontS {
	font-size:14px;
}
.pics_txt{
	box-sizing:border-box;
	padding: 0 0 5px 0;
	width:100%;
	height:auto;
	font-size:14px;
	line-height: 21px;
	color:#333;
	float:left;
	text-align:left;
}
.telBox {
	box-sizing:border-box;
	text-align:left;
	width:100%;
	font-size:24px;
	line-height:24px;
	height:24px;
	float:left;
	background-image:url(../img/tel.png);
	background-repeat:no-repeat;
	background-position:left center;
	color: #7b57a1;
	padding: 0px 10px 10px 40px;
	margin: 5px 0 0 0;
}
.telBox a {
	color: rgba(0, 114, 188, 1);
	text-decoration: none;
}
.brtab {
	display: block;
}
@media screen and (max-width: 979px) { 
.pics_title{
	font-size:18px;
	line-height: 18px;
}
.fontS {
	font-size:14px;
}
.pics_txt{
	font-size:14px;
	line-height: 21px;
}
.telBox {
	font-size:21px;
	line-height:18px;
	padding: 4px 10px 10px 30px;
	background-image:url(../img/tel2.png);
}
}
@media screen and (max-width: 768px) { 
ul.lensBox0 li {
	width:48%;
	padding: 5px;
}
.pics_title{
	font-size:14px;
	line-height: 14px;
}
.fontS {
	font-size:12px;
}
.pics_txt{
	font-size:12px;
	line-height: 18px;
}
.telBox {
	font-size:21px;
	line-height:18px;
	padding: 4px 10px 10px 30px;
	background-image:url(../img/tel2.png);
}
.brtab {
	display: block;
}
}
@media screen and (max-width: 430px) { 
ul.lensBox0 li {
	width:96%;
	padding: 5px;
	margin: 2%;
	padding-bottom: 10px;
}
.pics_title{
	font-size:18px;
	line-height: 18px;
}
.fontS {
	font-size:12px;
}
.pics_txt{
	font-size:12px;
	line-height: 18px;
}
.telBox {
	font-size:21px;
	line-height:18px;
	padding: 4px 10px 10px 30px;
	background-image:url(../img/tel2.png);
}
.brtab {
	display: none;
}
}












#content5{
	box-sizing:border-box;
	background-color:#d8eff9;
	width:100%;
	height:auto;
	position:relative;
	padding: 30px;
	text-align:center;
	float:left;
	overflow:hidden;
    font-size: 14px;
	text-align:left;
}
#newsbox {
	box-sizing:border-box;
	width:100%;
	height:auto;
	color:#333;
	left: 20px;
	overflow:hidden;
}
@media screen and (min-width: 999px) { 
#newsbox {
	padding-left:0%;
	padding-right:0%;
}
}
.newsBox00 {
	box-sizing:border-box;
	float:left;
	width:100%;
	height:auto;
	padding:14px 10px;
	border-bottom: 1px dashed #FFF;
	background-image:url(../img/click.png);
	background-position:center right;
	background-repeat:no-repeat;
	color: #FFF;
	font-size: 14px;
}
.newsBox00:hover{
	background-color: rgba(255, 255, 255, 0.3);
}

.newsBox01 {
	float:left;
	width:100px;
	height:auto;
	color:#ccc;
	line-height:21px;
}
.newsBox02 {
	float:left;
	width:auto;
	height:auto;
	font-size:18px;
	line-height:21px;
	font-weight: 100;
}

dl.acdn {
	width:100%;
	height:auto;
	position: relative;
}
dl.acdn dt {
	float:left;
}
dl.acdn dd {
	box-sizing: border-box;
	width:100%;
	height:auto;
	float:left;
	margin: 0px;
	margin-top:10px;
	margin-bottom:20px;
	text-align:left;
	padding-left: 10px;
	padding-right: 10px;
	color: #FFF;
}
.ddBox {
	font-size:16px;
}

@media screen and (max-width: 799px) { 
.newsBox00 {
	padding-top: 0px;
}
#newsBox01 {
	width:100%;
}
.newsBox02 {
	width:100%;
	font-size:14px;
}
dl.acdn dd {
	width:100%;
	margin-left:10px;
	text-align: left;
}
.ddBox {
	font-size:14px;
}
}
@media screen and (max-width: 499px) { 
.newsBox00 {
	padding-right: 80px;
}
.newsBox02 {
	font-size:14px;
}
.ddBox {
	font-size:12px;
}
}

.noclick{
	background-image:none;
	padding-right: 0px;
}








#prefoot {
	width: 100%;
	height: 250px;
	float: left;
	bottom: 0px;
	
}










#footter {
	box-sizing:border-box;
	background-color:#7b57a1;
	width:100%;
	height:60px;
	line-height: 60px;
	float: left;
	position: absolute;
	bottom: 0;
}
.footTitle {
	width:100%;
	font-size:12px;
	color: #FFF;
	text-align:center;
	letter-spacing:0px;
	position: relative;
}
.foottext {
	font-size: 14px;
	line-height: 18px;
	width: 100%;
	height: auto;
	text-align: center;
	padding: 10px;
}
@media screen and (max-width: 499px) { 
.foottext {
	font-size: 12px;
}
.footTitle {
	font-size:10px;
}
}

.mainBox {
	box-sizing:border-box;
	width:100%;
	max-width:1000px;
	height:auto;
	position:relative;
	margin:0 auto;
}
@media screen and (max-width: 799px) { 
#content2, #content3, #content5, #content6, #content7 {
	padding:20px 10px;
}
}
@media screen and (max-width: 799px) { 
#content3 {
	padding:0;
}
}
@media screen and (max-width: 799px) { 
#content4 {
	padding:20px 0px;
}
}














.mainBox01 {
	box-sizing:border-box;
	width:100%;
	height:200px;
	float:left;
	text-align:center;
	padding: 20px 0;
	position: absolute;
	bottom: 60px;
}
.footlogo {
	width: 100%;
	max-width: 200px;
	height: auto;
	margin: 0 auto;
}
.footlogo img {
	width:100%;
	height:auto;
	display:block;
}
.footlogo:hover {
	filter:alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}

@media screen and (max-width: 499px) { 
.footlogo {
	max-width: 150px;
}
.mainBox01 {
	width:100%;
	height:180px;
}
}
@media screen and (max-width: 749px) { 
.mainBox01 {
	width:100%;
}
}










	
#content6{
	box-sizing:border-box;
	background-color:#FFF;
	width:100%;
	height:auto;
	position:relative;
	margin-top:100px;
	text-align:center;
	float:left;
	overflow:hidden;
}
.gaiyoBox {
	box-sizing: border-box;
	width: 90%;
	height: auto;
	text-align: center;
	background-color: #FFF;
	font-size: 14px;
	margin-bottom: 10px;
	float: left;
	margin-left: 5%;
}
.group1, .group3 {
	box-sizing: border-box;
	width: 20%;
	float: left;
	background-color: #7b57a1;
	color: #FFF;
	padding:  0;
	line-height: 32px;
	margin-bottom: 5px;
}
.group2, .group4 {
	box-sizing: border-box;
	width: 80%;
	float: left;
	color: #333;
	text-align: left;
	padding: 0;
	padding-left: 30px;
	line-height: 32px;
	margin-bottom: 5px;
}
.grouptitle {
	box-sizing: border-box;
	width: 90%;
	height: auto;
	text-align: center;
	font-size: 14px;
	margin-bottom: 10px;
	border-bottom: dashed 1px #7b57a1;
	float: left;
	margin-left: 5%;
	margin-top: 10px;
	font-size: 18px;
	text-align: left;
	color: #7b57a1;
	padding: 5px 20px;
}
.group3 {
	color: #999;
	background-color: #FFF;
	width: 20%;
	font-size: 12px;
}
.group4 {
	width: 80%;
}
@media screen and (max-width: 799px) { 
.group1, .group3 {
	width: 30%;
}
.group2, .group4 {
	width: 70%;
}
}
@media screen and (max-width: 549px) { 
.group1, .group3 {
	width: 100%;
	font-size:14px;
	text-align: left;
	padding-left: 10px;
}
.group3 {
	font-size: 12px;
}
.group2, .group4 {
	width: 100%;
	font-size:14px;
	padding-left: 10px;
}
.group4 {
	padding-left: 30px;
}
}







.timeImg {
    position: absolute;
	left: 0;
	top: 50px;
}
.timeImg img{
	width:90%;
	max-width: 600px;
	height:auto;
	margin: 0 auto;
	display:block;
	margin-top: -20px;
}
@media screen and (max-width: 549px) { 
.timeImg img{
	width:90%;
	max-width: 400px;
	height:auto;
	margin: 0 auto;
	display:block;
	margin-top: -20px;
}
}










.saiyoBox {
	box-sizing:border-box;
	float:left;
	width:90%;
	padding: 10px;
	margin-left: 5%;
	height:auto;
	border-bottom: 1px dashed #7b57a1;
	background-image:url(../img/click.png);
	background-position:center right;
	background-repeat:no-repeat;
	text-align: left;
}
.saiyoBox:hover{
	background-color: rgba(0, 114, 188, 0.1);
}

.saiyobox2, .saiyobox3 {
	box-sizing:border-box;
	width: 100%;
	height: auto;
	float:left;
	font-size:18px;
	line-height:21px;
	padding:5px 10px;
	color: #7b57a1;
}
.saiyobox3 {
	font-size:14px;
	color: #333;
	padding:0px 10px;
}


@media screen and (max-width: 799px) { 
.saiyobox2 {
	font-size:14px;
}
}
@media screen and (max-width: 499px) { 
.saiyoBox {
	padding-right: 80px;
}
.saiyobox2 {
	font-size:14px;
}
}

.noclick{
	background-image:none;
	padding-right: 0px;
}
.toiawaseBox1, .toiawaseBox2 {
	box-sizing: border-box;
	width: 49%;
	height: auto;
	border: 1px solid #7b57a1;
	text-align: center;
	margin-top: 10px;
	margin-right: 1%;
	float: left;
}
.toiawaseBox2 {
	margin-right: 0%;
	margin-left: 1%;
}
.toiawasetitle {
	background-color: #7b57a1;
	color: #FFF;
	text-align: center;
	padding: 5px;
	font-size: 16px;
}
.toiawaseTel {
	text-align:left;
	width:265px;
	height: auto;
	font-size:28px;
	line-height:30px;
	padding: 20px 0 20px 45px;
	background-image:url(../img/tel2.png);
	background-repeat:no-repeat;
	background-position:left center;
	color: #7b57a1;
	margin: 0 auto;
}
.toiawaseTel a {
	color: rgba(0, 114, 188, 1);
	text-decoration: none;
}
.toiawasemMail {
	text-align:center;
	width:100%;
	height: auto;
	font-size:28px;
	line-height:30px;
	padding: 20px 0 20px 0;
	color: #7b57a1;
	margin: 0 auto;
}
.toiawaseBox2 a {
	color: rgba(0, 114, 188, 1);
	text-decoration: none;
}
.toiawasemMail:hover {
	filter:alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}
@media screen and (max-width: 619px) { 
.toiawaseTel {
	font-size:24px;
	width:235px;
}
.toiawasemMail {
	font-size:24px;
}
.toiawaseBox1 {
	width: 100%;
	margin-right: 0;
	margin-bottom: 10px;
}
.toiawaseBox2 {
	width: 100%;
	margin-left: 0;
}
}








.saiyo {
	box-sizing:border-box;
	float:left;
	width:90%;
	padding: 10px;
	margin-left: 5%;
	height:auto;
	background-color: #7b57a1;
	color: #FFF;
	text-align: left;
}








#menu {
	box-sizing:border-box;
	width:100%;
	height:100px;
	font-size:24px;
	line-height:100px;
	position:fixed;
	background-color:#FFFFFF;
	color: rgba(243, 152, 0, 1);
	z-index:999999;
	display:block;
	letter-spacing:1px;
	margin:0;
	padding:0;
}
#menu a {
	text-decoration:none;
	color: rgba(0, 114, 188, 1);
}
#menu a:hover {
	color: rgba(0, 114, 188, 0.5);
}

.menuBox1 {
	width: 150px;
	height:auto;
	text-align:center;
	margin-top: 10px
}
.menuBox1 img{
	width:100%;
	height:auto;
	display:block;
}
.navimain {
	box-sizing:border-box;
	width:100%;
	max-width: 1000px;
	height:100px;
	font-size:16px;
	line-height:100px;
	text-align:center;
	margin:0 auto;
	position: relative;
}
.navimain li {
	width:auto;
	padding-left:10px;
	margin-right:10px;
	list-style-type:none;
	float:left;
	letter-spacing:0px;
}
.navimain li a{
	color: rgba(123,87,161,1.00)
}
.navimain li a:hover{
	color: rgba(123,87,161,0.5)
}

@media screen and (max-width: 959px) { 
.menuBox1 {
	display:none;
}
.navimain {
	display:none;
}
}




.sp_menu {
	box-sizing:border-box;
	width: 50px;
	height:50px;
	position:fixed;
	text-align:center;
	padding:0px;
	z-index:999999;
	display:none;
	top:18px;
	right:10px;
}
.sp_menu img{
	width:100%;
	height:auto;
	display:block;
}
.splogo {
	width:128px;
	height:64px;
	text-align:center;
	position:fixed;
	top:18px;
	z-index:99999999;
	float: left;
	display:none;
}
.splogo img{
	width:100%;
	height:auto;
	display:block;
}
@media screen and (max-width: 959px) { 
.sp_menu {
	display:block;
}
.splogo {
	display:block;
}
}

.sp_menu1 {
	width:40px;
	height:4px;
	background-color:rgba(0, 114, 188, 1);
	position:absolute;
	top:10px;
	left:5px;
} 
.sp_menu2 {
	width:40px;
	height:4px;
	background-color:rgba(0, 114, 188, 1);
	position:absolute;
	top:22px;
	left:5px;
} 
.sp_menu3 {
	width:40px;
	height:4px;
	background-color:rgba(0, 114, 188, 1);
	position:absolute;
	top:34px;
	left:5px;
} 
.sp_menu1,.sp_menu2,.sp_menu3 {
	transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out; /* opera */
	-moz-transition: all 0.2s ease-out; /* firefox */
	-webkit-transition: all 0.2s ease-out; /* chrome, safari */
	-ms-transition: all 0.2s ease-out; /* ie */
}
.menuName {
	width:100%;
	height:auto;
	text-align:center;
	font-weight:bold;
	font-size:12px;
	display:block;
	margin-top:40px;
	color:rgba(0, 114, 188, 1);
}
.menuclick1 {
	width:45px;
	top:25px;
	left:2px;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.menuclick2 {
	width:45px;
	opacity:0;
}
.menuclick3 {
	width:45px;
	top:25px;
	left:2px;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.menuclick4 {
	opacity:0;
}

.menuBoxoff {
	box-sizing:border-box;
	width:100%;
	height:100%;
	display:block;
	display:none;
	padding:10px;
	overflow:hidden;
	position:fixed;
	z-index:99998;
	top:70px;
	background-color:rgba(255,255,255,0.9);
	padding-top:20px;
}
.menusBox {
	width:100%;
	height:100%;
}
.menusBox a {
	text-decoration:none;
}
.about_sp {
	width:100%;
	font-size:24px;
	line-height:60px;
	height:60px;
	color:rgba(0, 114, 188, 1);
}





.policy {
	width: 90%;
	color: #333;
	margin: 0 5%;
	border-top: 1px dashed #7b57a1;
	font-size: 14px;
	line-height: 21px;
	padding: 10px;
}
.aozi {
	color: #7b57a1;
}
.aozi a {
	color: #7b57a1;
	text-decoration: none;
}
.aozi:hover {
	color: #87a0ce;
	text-decoration: underline;
}


.policyBox {
	width:90%;
	padding: 10px;
	margin-left: 5%;
	text-align: left;
	float: left;
}

.aisatu_title {
	width:100%;
	height:auto;
	font-size:21px;
	color:#7a5bab;
	margin: 5px 0;
	float: left;
}
.aisatu_inner {
	width:100%;
	height:auto;
	font-size:14px;
	color:#333;
	padding-bottom:20px;
}

@media screen and (max-width: 499px) { 
.aisatu_title {
	font-size:18px;
｝
}
.mensekiBox {
	width:100%;
	height:auto;
	overflow:hidden;
	float:left;
	font-size:14px;
	padding-bottom:15px;
}
.policy1 {
	width:8%;
	height:auto;
	float:left;
	text-align:right;
	color:#7a5bab;
}
.policy2 {
	width:92%;
	height:auto;
	float:left;
	text-align:left;
	color:#333;
	padding-bottom:10px;
}


	
#contentpolicy {
	box-sizing:border-box;
	background-color:#FFF;
	width:100%;
	height:auto;
	position:relative;
	margin-top:100px;
	text-align:center;
	float:left;
	overflow:hidden;
}
	

	
	